From ea7ee8aeb7a4521d5c551d69b4061e215ae050df Mon Sep 17 00:00:00 2001 From: Abdu Alim Arlikhozhaev Date: Thu, 15 Aug 2024 17:03:01 -0700 Subject: [PATCH] Task_3 changes --- .../__pycache__/six.cpython-312.pyc | Bin 0 -> 41267 bytes .venv/Lib/site-packages/dateutil/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 420 bytes .../__pycache__/_common.cpython-312.pyc | Bin 0 -> 1933 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 255 bytes .../__pycache__/easter.cpython-312.pyc | Bin 0 -> 2856 bytes .../__pycache__/relativedelta.cpython-312.pyc | Bin 0 -> 28367 bytes .../__pycache__/rrule.cpython-312.pyc | Bin 0 -> 69228 bytes .../__pycache__/tzwin.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 2568 bytes .venv/Lib/site-packages/dateutil/_common.py | 43 + .venv/Lib/site-packages/dateutil/_version.py | 5 + .venv/Lib/site-packages/dateutil/easter.py | 89 + .../site-packages/dateutil/parser/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2662 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 61834 bytes .../__pycache__/isoparser.cpython-312.pyc | Bin 0 -> 15602 bytes .../site-packages/dateutil/parser/_parser.py | 1613 ++++ .../dateutil/parser/isoparser.py | 416 + .../site-packages/dateutil/relativedelta.py | 599 ++ .venv/Lib/site-packages/dateutil/rrule.py | 1737 ++++ .../Lib/site-packages/dateutil/tz/__init__.py | 12 + .../tz/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 715 bytes .../tz/__pycache__/_common.cpython-312.pyc | Bin 0 -> 14168 bytes .../tz/__pycache__/_factories.cpython-312.pyc | Bin 0 -> 4601 bytes .../tz/__pycache__/tz.cpython-312.pyc | Bin 0 -> 66034 bytes .../tz/__pycache__/win.cpython-312.pyc | Bin 0 -> 17271 bytes .../Lib/site-packages/dateutil/tz/_common.py | 419 + .../site-packages/dateutil/tz/_factories.py | 80 + .venv/Lib/site-packages/dateutil/tz/tz.py | 1849 ++++ .venv/Lib/site-packages/dateutil/tz/win.py | 370 + .venv/Lib/site-packages/dateutil/tzwin.py | 2 + .venv/Lib/site-packages/dateutil/utils.py | 71 + .../dateutil/zoneinfo/__init__.py | 167 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7438 bytes .../__pycache__/rebuild.cpython-312.pyc | Bin 0 -> 3964 bytes .../zoneinfo/dateutil-zoneinfo.tar.gz | Bin 0 -> 174394 bytes .../dateutil/zoneinfo/rebuild.py | 75 + .../pip-24.2.dist-info/AUTHORS.txt | 796 ++ .../pip-24.2.dist-info/INSTALLER | 1 + .../pip-24.2.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.2.dist-info/METADATA | 89 + .../site-packages/pip-24.2.dist-info/RECORD | 853 ++ .../pip-24.2.dist-info/REQUESTED | 0 .../site-packages/pip-24.2.dist-info/WHEEL | 5 + .../pip-24.2.dist-info/entry_points.txt | 3 + .../pip-24.2.dist-info/top_level.txt | 1 + .venv/Lib/site-packages/pip/__init__.py | 13 + .venv/Lib/site-packages/pip/__main__.py | 24 + .venv/Lib/site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 694 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 850 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2208 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 796 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14522 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12669 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17666 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 35579 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 679 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 5132 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10231 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13623 bytes .../site-packages/pip/_internal/build_env.py | 315 + .../Lib/site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 287 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8641 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10208 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30407 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1784 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 7135 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2309 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4914 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15055 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 3861 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 12278 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7843 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 384 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 231 + .../pip/_internal/cli/cmdoptions.py | 1075 +++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 170 + .../site-packages/pip/_internal/cli/main.py | 80 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 94 + .../pip/_internal/cli/req_command.py | 329 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4011 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9720 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2625 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5201 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13221 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10120 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7514 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4399 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2992 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1682 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6685 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3985 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 29164 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15777 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7551 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 10501 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4742 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8878 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 67 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 783 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 217 + .../pip/_internal/commands/uninstall.py | 114 + .../pip/_internal/commands/wheel.py | 182 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 950 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2902 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1706 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8477 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2285 bytes .../pip/_internal/distributions/base.py | 53 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 158 + .../pip/_internal/distributions/wheel.py | 42 + .../site-packages/pip/_internal/exceptions.py | 777 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 241 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21631 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40676 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12613 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1020 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16460 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6857 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8042 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3790 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 214 + .../pip/_internal/locations/base.py | 81 + .venv/Lib/site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5891 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2939 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35233 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 16111 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 367 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4500 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12582 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11152 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 221 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 301 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 275 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1613 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 10845 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4236 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1703 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2278 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26611 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1032 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5005 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1860 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4963 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5789 bytes .../pip/_internal/models/candidate.py | 25 + .../pip/_internal/models/direct_url.py | 224 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 590 ++ .../pip/_internal/models/scheme.py | 25 + .../pip/_internal/models/search_scope.py | 127 + .../pip/_internal/models/selection_prefs.py | 53 + .../pip/_internal/models/target_python.py | 121 + .../pip/_internal/models/wheel.py | 93 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 263 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22109 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6524 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8511 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11669 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18891 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2269 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2953 bytes .../pip/_internal/network/auth.py | 566 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 522 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7162 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10187 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25835 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7719 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1889 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1923 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3036 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1690 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2031 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3866 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 181 + .../pip/_internal/operations/freeze.py | 258 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 275 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1828 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34249 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3483 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21247 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21481 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38460 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5478 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32251 bytes .../pip/_internal/req/constructors.py | 560 ++ .../pip/_internal/req/req_file.py | 551 ++ .../pip/_internal/req/req_install.py | 934 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1194 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22602 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8157 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29181 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32337 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6816 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10532 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5054 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 15343 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12352 bytes .../_internal/resolution/resolvelib/base.py | 139 + .../resolution/resolvelib/candidates.py | 569 ++ .../resolution/resolvelib/factory.py | 817 ++ .../resolution/resolvelib/found_candidates.py | 174 + .../resolution/resolvelib/provider.py | 258 + .../resolution/resolvelib/reporter.py | 81 + .../resolution/resolvelib/requirements.py | 245 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 244 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4541 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1872 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2416 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2913 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5567 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 690 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4196 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3532 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3232 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2161 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3999 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7355 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1170 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2425 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7655 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13555 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 33565 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2589 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 2114 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4553 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8662 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12062 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 13535 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2078 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4486 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5905 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 79 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 124 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 149 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 101 + .../pip/_internal/utils/hashes.py | 147 + .../pip/_internal/utils/logging.py | 347 + .../site-packages/pip/_internal/utils/misc.py | 777 ++ .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/retry.py | 42 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 245 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 337 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 540 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5070 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19031 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7621 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12528 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29017 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 527 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 688 ++ .../pip/_internal/wheel_builder.py | 354 + .../Lib/site-packages/pip/_vendor/__init__.py | 116 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4559 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 139535 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 912 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2656 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6471 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3819 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16210 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4357 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6701 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5275 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1684 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 445 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7798 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2748 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 499 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 328 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 655 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3230 bytes .../pip/_vendor/certifi/cacert.pem | 4798 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 114 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1279 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45612 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66037 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24376 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60165 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15126 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7689 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41803 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17335 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19802 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88226 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30373 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51869 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 466 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 970 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 302 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53853 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 891 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4996 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 897 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 15858 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99486 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2648 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158858 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 395 + .../pip/_vendor/idna/idnadata.py | 4245 ++++++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8598 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1751 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2035 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8180 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 42070 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 168 + .../pip/_vendor/msgpack/fallback.py | 951 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 568 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 4984 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9737 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4576 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14010 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3251 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7914 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11014 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 24999 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4420 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38774 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21463 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7349 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19512 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 262 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../pip/_vendor/packaging/markers.py | 325 + .../pip/_vendor/packaging/metadata.py | 804 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1009 ++ .../pip/_vendor/packaging/tags.py | 568 ++ .../pip/_vendor/packaging/utils.py | 174 + .../pip/_vendor/packaging/version.py | 563 ++ .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161535 bytes .../pip/_vendor/platformdirs/__init__.py | 627 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19839 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1978 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10717 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 12941 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8017 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 15042 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 607 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13683 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 292 + .../pip/_vendor/platformdirs/macos.py | 130 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 275 + .../pip/_vendor/platformdirs/version.py | 16 + .../pip/_vendor/platformdirs/windows.py | 272 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3499 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 745 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26679 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2644 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3237 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4731 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38447 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1580 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2639 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4092 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4767 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12152 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6726 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8205 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33022 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14094 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 70 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37990 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6964 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4226 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4243 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7343 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41108 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28664 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6076 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20182 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6910 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2979 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13835 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9162 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5840 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15168 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 987 ++ .../pip/_vendor/pygments/formatters/img.py | 685 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 518 + .../pip/_vendor/pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 349 + .../pip/_vendor/pygments/formatters/svg.py | 185 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14746 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 68274 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42980 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 72 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 247 + .../pip/_vendor/pygments/style.py | 203 + .../pip/_vendor/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2682 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3659 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 + .../pip/_vendor/pygments/token.py | 214 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 324 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 624 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 385 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14736 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1091 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14408 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5257 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 595 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2032 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28448 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7215 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13934 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 933 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1688 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25287 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7609 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4239 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1063 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35489 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1298 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27893 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6042 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5628 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36453 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 719 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 78 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 151 + .../pip/_vendor/requests/help.py | 127 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1037 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1096 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 645 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6862 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2665 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25908 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10517 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 431 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7026 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10315 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7883 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205987 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1740 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2360 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 548 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 866 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12088 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4158 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1896 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3631 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5171 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 735 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6586 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13190 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 976 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 876 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28978 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2501 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3584 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3347 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1619 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12333 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9117 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4283 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11869 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5830 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26536 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1712 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8598 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113696 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2269 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9242 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10940 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10384 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1498 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4220 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1856 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3588 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3093 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9910 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6046 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5220 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20231 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19151 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4905 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13559 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9601 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6387 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7145 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1831 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5325 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12199 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40162 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75127 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10400 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14795 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1803 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 578 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6635 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6579 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3841 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2495 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28172 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6075 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6079 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33525 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2150 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39984 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43595 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3359 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 60893 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6351 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 325 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31555 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11450 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 159 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../Lib/site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../Lib/site-packages/pip/_vendor/rich/bar.py | 93 + .../Lib/site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 167 + .../site-packages/pip/_vendor/rich/color.py | 621 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 312 + .../site-packages/pip/_vendor/rich/pretty.py | 995 ++ .../pip/_vendor/rich/progress.py | 1699 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 375 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 738 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 958 ++ .../site-packages/pip/_vendor/rich/table.py | 1000 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1357 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 753 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 395 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26938 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3919 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 377 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 629 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 16552 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16588 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2226 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1110 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15761 bytes .../pip/_vendor/truststore/_api.py | 313 + .../pip/_vendor/truststore/_macos.py | 499 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 564 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 +++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3416 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16499 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20418 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36453 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13504 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10424 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4029 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20483 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7305 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33977 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1137 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1859 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11575 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5730 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24461 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35552 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7522 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17438 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14812 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 920 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41330 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1831 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7339 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 540 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1157 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4767 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1563 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1363 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4194 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3000 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21708 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15114 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5082 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10778 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11150 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15806 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4414 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../Lib/site-packages/pip/_vendor/vendor.txt | 18 + .venv/Lib/site-packages/pip/py.typed | 4 + .../python_dateutil-2.8.2.dist-info/INSTALLER | 1 + .../python_dateutil-2.8.2.dist-info/LICENSE | 54 + .../python_dateutil-2.8.2.dist-info/METADATA | 204 + .../python_dateutil-2.8.2.dist-info/RECORD | 45 + .../python_dateutil-2.8.2.dist-info/REQUESTED | 0 .../python_dateutil-2.8.2.dist-info/WHEEL | 6 + .../top_level.txt | 1 + .../python_dateutil-2.8.2.dist-info/zip-safe | 1 + .../six-1.16.0.dist-info/INSTALLER | 1 + .../six-1.16.0.dist-info/LICENSE | 18 + .../six-1.16.0.dist-info/METADATA | 49 + .../site-packages/six-1.16.0.dist-info/RECORD | 8 + .../site-packages/six-1.16.0.dist-info/WHEEL | 6 + .../six-1.16.0.dist-info/top_level.txt | 1 + .venv/Lib/site-packages/six.py | 998 ++ .venv/Scripts/Activate.ps1 | 502 + .venv/Scripts/activate | 70 + .venv/Scripts/activate.bat | 34 + .venv/Scripts/deactivate.bat | 22 + .venv/Scripts/pip.exe | Bin 0 -> 108434 bytes .venv/Scripts/pip3.12.exe | Bin 0 -> 108434 bytes .venv/Scripts/pip3.exe | Bin 0 -> 108434 bytes .venv/Scripts/python.exe | Bin 0 -> 270616 bytes .venv/Scripts/pythonw.exe | Bin 0 -> 259352 bytes .venv/pyvenv.cfg | 5 + .../pip-24.2.dist-info/AUTHORS.txt | 796 ++ .../pip-24.2.dist-info/INSTALLER | 1 + .../pip-24.2.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.2.dist-info/METADATA | 89 + .../site-packages/pip-24.2.dist-info/RECORD | 853 ++ .../pip-24.2.dist-info/REQUESTED | 0 .../site-packages/pip-24.2.dist-info/WHEEL | 5 + .../pip-24.2.dist-info/entry_points.txt | 3 + .../pip-24.2.dist-info/top_level.txt | 1 + my_env/Lib/site-packages/pip/__init__.py | 13 + my_env/Lib/site-packages/pip/__main__.py | 24 + .../Lib/site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 695 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 851 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2214 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 797 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14487 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12671 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17639 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 35567 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 680 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 5134 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10232 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13643 bytes .../site-packages/pip/_internal/build_env.py | 315 + .../Lib/site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 288 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8595 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10215 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30403 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1791 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 7145 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2310 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4910 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15033 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 3855 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 12250 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7850 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 385 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 231 + .../pip/_internal/cli/cmdoptions.py | 1075 +++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 170 + .../site-packages/pip/_internal/cli/main.py | 80 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 94 + .../pip/_internal/cli/req_command.py | 329 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4012 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9711 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2602 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5202 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13200 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10113 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7513 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4395 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2983 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1683 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6686 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3986 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 29123 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15749 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7536 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 10465 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4719 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8875 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 67 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 783 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 217 + .../pip/_internal/commands/uninstall.py | 114 + .../pip/_internal/commands/wheel.py | 182 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 951 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2903 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1710 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8492 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2291 bytes .../pip/_internal/distributions/base.py | 53 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 158 + .../pip/_internal/distributions/wheel.py | 42 + .../site-packages/pip/_internal/exceptions.py | 777 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 242 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21617 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40663 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12598 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1020 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16446 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6861 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8036 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3791 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 214 + .../pip/_internal/locations/base.py | 81 + .../Lib/site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5892 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2930 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35197 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 16092 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 368 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4501 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12575 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11108 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 221 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 301 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 276 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1614 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 10849 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4232 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1704 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2282 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26610 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1033 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 4992 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1861 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4964 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5790 bytes .../pip/_internal/models/candidate.py | 25 + .../pip/_internal/models/direct_url.py | 224 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 590 ++ .../pip/_internal/models/scheme.py | 25 + .../pip/_internal/models/search_scope.py | 127 + .../pip/_internal/models/selection_prefs.py | 53 + .../pip/_internal/models/target_python.py | 121 + .../pip/_internal/models/wheel.py | 93 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 264 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22109 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6528 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8503 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11655 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18875 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2265 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2959 bytes .../pip/_internal/network/auth.py | 566 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 522 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7125 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10157 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25851 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7709 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1890 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1924 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3037 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1694 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2035 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3867 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 181 + .../pip/_internal/operations/freeze.py | 258 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 276 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1829 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34200 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3476 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21239 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21439 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38529 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5483 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32135 bytes .../pip/_internal/req/constructors.py | 560 ++ .../pip/_internal/req/req_file.py | 551 ++ .../pip/_internal/req/req_install.py | 934 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1195 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22597 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8158 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29180 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32279 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6802 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10526 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5050 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 15360 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12327 bytes .../_internal/resolution/resolvelib/base.py | 139 + .../resolution/resolvelib/candidates.py | 569 ++ .../resolution/resolvelib/factory.py | 817 ++ .../resolution/resolvelib/found_candidates.py | 174 + .../resolution/resolvelib/provider.py | 258 + .../resolution/resolvelib/reporter.py | 81 + .../resolution/resolvelib/requirements.py | 245 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 244 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4537 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1873 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2417 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2914 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5563 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 691 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4197 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3543 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3213 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2155 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3995 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7339 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1171 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2426 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7615 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13559 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 33557 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2590 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 2115 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4557 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8651 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12042 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 13514 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2084 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4482 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5906 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 79 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 124 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 149 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 101 + .../pip/_internal/utils/hashes.py | 147 + .../pip/_internal/utils/logging.py | 347 + .../site-packages/pip/_internal/utils/misc.py | 777 ++ .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/retry.py | 42 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 245 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 337 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 541 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5062 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19027 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7622 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12530 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29003 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 527 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 688 ++ .../pip/_internal/wheel_builder.py | 354 + .../Lib/site-packages/pip/_vendor/__init__.py | 116 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4560 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 139418 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 913 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2657 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6475 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3820 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16230 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4358 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6705 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5266 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1685 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 446 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7799 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2744 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 499 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 329 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 656 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3231 bytes .../pip/_vendor/certifi/cacert.pem | 4798 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 114 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1280 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45526 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65816 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24357 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 59958 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15075 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7683 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41663 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17331 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19791 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88037 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30324 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51678 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 466 + .../site-packages/pip/_vendor/distlib/t32.exe | Bin 0 -> 97792 bytes .../pip/_vendor/distlib/t64-arm.exe | Bin 0 -> 182784 bytes .../site-packages/pip/_vendor/distlib/t64.exe | Bin 0 -> 108032 bytes .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 971 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 303 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53829 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 892 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4987 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 898 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 15802 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99487 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2644 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 227 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158859 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 395 + .../pip/_vendor/idna/idnadata.py | 4245 ++++++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8598 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1752 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2036 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8181 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 42053 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 168 + .../pip/_vendor/msgpack/fallback.py | 951 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 569 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 4978 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9722 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4566 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14011 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3252 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7922 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11015 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 24951 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4421 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38744 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21353 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7350 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19511 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 262 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../pip/_vendor/packaging/markers.py | 325 + .../pip/_vendor/packaging/metadata.py | 804 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1009 ++ .../pip/_vendor/packaging/tags.py | 568 ++ .../pip/_vendor/packaging/utils.py | 174 + .../pip/_vendor/packaging/version.py | 563 ++ .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161314 bytes .../pip/_vendor/platformdirs/__init__.py | 627 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19840 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1959 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10708 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 12922 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8018 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 15043 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 608 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13684 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 292 + .../pip/_vendor/platformdirs/macos.py | 130 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 275 + .../pip/_vendor/platformdirs/version.py | 16 + .../pip/_vendor/platformdirs/windows.py | 272 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3500 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 746 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26598 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2640 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3233 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4732 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38372 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1571 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2620 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4084 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4768 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12100 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6705 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8201 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32998 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14075 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 70 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37919 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6921 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4227 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4234 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7305 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41049 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28560 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6067 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20132 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6889 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2970 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13785 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9151 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5831 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15130 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 987 ++ .../pip/_vendor/pygments/formatters/img.py | 685 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 518 + .../pip/_vendor/pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 349 + .../pip/_vendor/pygments/formatters/svg.py | 185 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14640 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 68275 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42978 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 72 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 247 + .../pip/_vendor/pygments/style.py | 203 + .../pip/_vendor/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2668 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3660 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 + .../pip/_vendor/pygments/token.py | 214 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 324 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 625 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 386 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14737 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1092 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14399 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5265 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 596 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2036 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28439 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7216 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13933 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 934 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1689 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25209 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7610 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4240 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1059 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35435 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1278 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27852 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6033 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5629 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36392 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 719 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 78 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 151 + .../pip/_vendor/requests/help.py | 127 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1037 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1096 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 646 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6863 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2666 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25860 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10498 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 432 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7027 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10304 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7884 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205988 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1741 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2361 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 549 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 867 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12077 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4159 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1882 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3632 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5172 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 733 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6569 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13191 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 977 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 877 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28988 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2502 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3575 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3338 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1620 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12299 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9093 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4284 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11850 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5817 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26577 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1713 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8566 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113610 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2270 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9214 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10946 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10378 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1499 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4221 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1857 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3589 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3084 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9899 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6047 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5216 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20189 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19141 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4901 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13566 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9579 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6388 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7136 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1832 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5309 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12195 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40163 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75114 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10389 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14799 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1804 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 579 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6625 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6580 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3837 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2491 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28116 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6076 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6080 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33506 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2151 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39953 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43527 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3360 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 60797 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6352 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 326 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31527 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11447 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 159 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../Lib/site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../Lib/site-packages/pip/_vendor/rich/bar.py | 93 + .../Lib/site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 167 + .../site-packages/pip/_vendor/rich/color.py | 621 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 312 + .../site-packages/pip/_vendor/rich/pretty.py | 995 ++ .../pip/_vendor/rich/progress.py | 1699 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 375 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 738 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 958 ++ .../site-packages/pip/_vendor/rich/table.py | 1000 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1357 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 753 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 396 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26907 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3920 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 378 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 630 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 16553 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16584 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2217 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1111 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15752 bytes .../pip/_vendor/truststore/_api.py | 313 + .../pip/_vendor/truststore/_macos.py | 499 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 564 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 +++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3417 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16435 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 230 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20409 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36449 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13505 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10402 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4020 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20449 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7306 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33961 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1137 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1860 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11576 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5726 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24453 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35565 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7523 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 227 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17439 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14776 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 920 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41258 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1837 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7341 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 540 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1158 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4759 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1564 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1364 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4195 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3001 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21707 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15103 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5063 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10784 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11151 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15788 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4415 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 620 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../Lib/site-packages/pip/_vendor/vendor.txt | 18 + my_env/Lib/site-packages/pip/py.typed | 4 + my_env/Scripts/Activate.ps1 | 502 + my_env/Scripts/activate | 70 + my_env/Scripts/activate.bat | 34 + my_env/Scripts/deactivate.bat | 22 + my_env/Scripts/pip.exe | Bin 0 -> 108435 bytes my_env/Scripts/pip3.12.exe | Bin 0 -> 108435 bytes my_env/Scripts/pip3.exe | Bin 0 -> 108435 bytes my_env/Scripts/python.exe | Bin 0 -> 270104 bytes my_env/Scripts/pythonw.exe | Bin 0 -> 258840 bytes my_env/pyvenv.cfg | 5 + src/DataManipulator.ts | 32 +- src/Graph.tsx | 27 +- 1775 files changed, 285493 insertions(+), 21 deletions(-) create mode 100644 .venv/Lib/site-packages/__pycache__/six.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__init__.py create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/_common.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/easter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/rrule.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/tzwin.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/_common.py create mode 100644 .venv/Lib/site-packages/dateutil/_version.py create mode 100644 .venv/Lib/site-packages/dateutil/easter.py create mode 100644 .venv/Lib/site-packages/dateutil/parser/__init__.py create mode 100644 .venv/Lib/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/parser/_parser.py create mode 100644 .venv/Lib/site-packages/dateutil/parser/isoparser.py create mode 100644 .venv/Lib/site-packages/dateutil/relativedelta.py create mode 100644 .venv/Lib/site-packages/dateutil/rrule.py create mode 100644 .venv/Lib/site-packages/dateutil/tz/__init__.py create mode 100644 .venv/Lib/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/tz/_common.py create mode 100644 .venv/Lib/site-packages/dateutil/tz/_factories.py create mode 100644 .venv/Lib/site-packages/dateutil/tz/tz.py create mode 100644 .venv/Lib/site-packages/dateutil/tz/win.py create mode 100644 .venv/Lib/site-packages/dateutil/tzwin.py create mode 100644 .venv/Lib/site-packages/dateutil/utils.py create mode 100644 .venv/Lib/site-packages/dateutil/zoneinfo/__init__.py create mode 100644 .venv/Lib/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/zoneinfo/__pycache__/rebuild.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz create mode 100644 .venv/Lib/site-packages/dateutil/zoneinfo/rebuild.py create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/AUTHORS.txt create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/INSTALLER create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/LICENSE.txt create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/METADATA create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/RECORD create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/REQUESTED create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/WHEEL create mode 100644 .venv/Lib/site-packages/pip-24.2.dist-info/entry_points.txt create mode 100644 .venv/Lib/site-packages/pip-24.2.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/__pip-runner__.py create mode 100644 .venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.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/index_command.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.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/inspect.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/_json.py create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/base.py create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 .venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.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/installation_report.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py 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_editable.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_editable.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.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/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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.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_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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py 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/egg_link.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/logging.py create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/misc.py create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/packaging.py create mode 100644 .venv/Lib/site-packages/pip/_internal/utils/retry.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc 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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.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/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/py.typed 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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.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/certifi/py.typed 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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc 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-arm.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-arm.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/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/__main__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/distro.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/distro/py.typed 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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.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/py.typed 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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc 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/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py 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/_parser.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/markers.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/packaging/py.typed 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/pkg_resources/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/console.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/filter.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/style.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/token.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pygments/util.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.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/py.typed 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/rich/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__main__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_extension.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_loop.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_pick.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_stack.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_timer.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_windows.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/abc.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/align.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/ansi.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/bar.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/box.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/cells.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/color.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/columns.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/console.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/constrain.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/containers.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/control.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/emoji.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/errors.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/filesize.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/json.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/layout.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/live.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/live_render.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/logging.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/markup.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/measure.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/padding.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/pager.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/palette.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/panel.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/pretty.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/progress.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/prompt.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/protocol.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/py.typed create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/region.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/repr.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/rule.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/scope.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/screen.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/segment.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/spinner.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/status.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/style.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/styled.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/syntax.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/table.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/text.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/theme.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/themes.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/traceback.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/rich/tree.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.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/tomli/_types.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/tomli/py.typed create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/_api.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/truststore/py.typed create mode 100644 .venv/Lib/site-packages/pip/_vendor/typing_extensions.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.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/backports/weakref_finalize.py create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.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-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 .venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.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/ssl_match_hostname.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/py.typed create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/INSTALLER create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/LICENSE create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/METADATA create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/RECORD create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/REQUESTED create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/WHEEL create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/top_level.txt create mode 100644 .venv/Lib/site-packages/python_dateutil-2.8.2.dist-info/zip-safe create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/INSTALLER create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/LICENSE create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/METADATA create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/RECORD create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/WHEEL create mode 100644 .venv/Lib/site-packages/six-1.16.0.dist-info/top_level.txt create mode 100644 .venv/Lib/site-packages/six.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.12.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 create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/AUTHORS.txt create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/INSTALLER create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/LICENSE.txt create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/METADATA create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/RECORD create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/REQUESTED create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/WHEEL create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/entry_points.txt create mode 100644 my_env/Lib/site-packages/pip-24.2.dist-info/top_level.txt create mode 100644 my_env/Lib/site-packages/pip/__init__.py create mode 100644 my_env/Lib/site-packages/pip/__main__.py create mode 100644 my_env/Lib/site-packages/pip/__pip-runner__.py create mode 100644 my_env/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/build_env.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cache.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/base_command.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/command_context.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/index_command.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/main.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/main_parser.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/parser.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/req_command.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/spinners.py create mode 100644 my_env/Lib/site-packages/pip/_internal/cli/status_codes.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/cache.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/check.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/completion.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/configuration.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/debug.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/download.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/freeze.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/hash.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/help.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/index.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/inspect.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/install.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/list.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/search.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/show.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/uninstall.py create mode 100644 my_env/Lib/site-packages/pip/_internal/commands/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/configuration.py create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/base.py create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/installed.py create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/sdist.py create mode 100644 my_env/Lib/site-packages/pip/_internal/distributions/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/exceptions.py create mode 100644 my_env/Lib/site-packages/pip/_internal/index/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/index/collector.py create mode 100644 my_env/Lib/site-packages/pip/_internal/index/package_finder.py create mode 100644 my_env/Lib/site-packages/pip/_internal/index/sources.py create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/_distutils.py create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 my_env/Lib/site-packages/pip/_internal/locations/base.py create mode 100644 my_env/Lib/site-packages/pip/_internal/main.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/_json.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/base.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 my_env/Lib/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/models/candidate.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/direct_url.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/format_control.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/index.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/installation_report.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/link.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/scheme.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/search_scope.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/target_python.py create mode 100644 my_env/Lib/site-packages/pip/_internal/models/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/network/auth.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/cache.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/download.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/session.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/utils.py create mode 100644 my_env/Lib/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/check.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/freeze.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/operations/prepare.py create mode 100644 my_env/Lib/site-packages/pip/_internal/pyproject.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/req/constructors.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/req_file.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/req_install.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/req_set.py create mode 100644 my_env/Lib/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/base.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 my_env/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 my_env/Lib/site-packages/pip/_internal/self_outdated_check.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/_log.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/appdirs.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/compat.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/datetime.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/deprecation.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/egg_link.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/encoding.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/filesystem.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/filetypes.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/glibc.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/hashes.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/logging.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/misc.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/packaging.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/retry.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/subprocess.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/unpacking.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/urls.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 my_env/Lib/site-packages/pip/_internal/utils/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/git.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/subversion.py create mode 100644 my_env/Lib/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 my_env/Lib/site-packages/pip/_internal/wheel_builder.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/core.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/certifi/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/compat.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/database.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/index.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/locators.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/markers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/resources.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/util.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/version.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 my_env/Lib/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/__main__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/distro.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/distro/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/codec.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/compat.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/core.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/intranges.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/package_data.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/markers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/tags.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/utils.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/packaging/version.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/console.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/filter.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/style.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/token.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pygments/util.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/__version__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/adapters.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/api.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/auth.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/certs.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/compat.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/cookies.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/help.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/hooks.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/models.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/packages.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/sessions.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/structures.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/requests/utils.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__main__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_extension.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_loop.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_pick.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_stack.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_timer.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_windows.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/abc.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/align.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/ansi.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/bar.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/box.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/cells.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/color.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/columns.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/console.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/constrain.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/containers.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/control.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/emoji.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/errors.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/filesize.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/json.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/layout.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/live.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/live_render.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/logging.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/markup.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/measure.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/padding.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/pager.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/palette.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/panel.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/pretty.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/progress.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/prompt.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/protocol.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/region.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/repr.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/rule.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/scope.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/screen.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/segment.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/spinner.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/status.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/style.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/styled.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/syntax.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/table.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/text.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/theme.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/themes.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/traceback.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/rich/tree.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/_re.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/_types.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/tomli/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/_api.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/truststore/py.typed create mode 100644 my_env/Lib/site-packages/pip/_vendor/typing_extensions.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/request.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/response.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 my_env/Lib/site-packages/pip/_vendor/vendor.txt create mode 100644 my_env/Lib/site-packages/pip/py.typed create mode 100644 my_env/Scripts/Activate.ps1 create mode 100644 my_env/Scripts/activate create mode 100644 my_env/Scripts/activate.bat create mode 100644 my_env/Scripts/deactivate.bat create mode 100644 my_env/Scripts/pip.exe create mode 100644 my_env/Scripts/pip3.12.exe create mode 100644 my_env/Scripts/pip3.exe create mode 100644 my_env/Scripts/python.exe create mode 100644 my_env/Scripts/pythonw.exe create mode 100644 my_env/pyvenv.cfg diff --git a/.venv/Lib/site-packages/__pycache__/six.cpython-312.pyc b/.venv/Lib/site-packages/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..187624c33156a8cce2b480c5469ce25a9760f724 GIT binary patch literal 41267 zcmc(|3t(HvbtZfPTo3>O5PU!MAVHB79}=neTa-kJl&BXaOY%eTgNAsoD2gOVUx1Pb zQwjZOO*L{2#?FfR>o#=Oe@(B`jnZaYZ=22UyUqUHE^Nwf z;%u7#J2UrQJP0XH+U|cP&YgSa%*>fHXJ*cvdEh^|-MIpuy)S?3{Kvm82!BBz`m<8= zEOspygd2h+_yox$nFmaRW}n$ae#?NxXJK#AC$hKIXJzjkUk-cQd^Sn+*(IybA?I8y z){{=YB~t}Hq@4Z+LGU>rh+|_ouKVFgIm-me-v0#Bamy}cnVfgtfy;Z!iwY-NGp$}wKEx_`!2TXzT{hS zykp{Dio-0(`BJX_jht7Rg+qemd{K~Ga@9K)j_30_1YlO<&-;#+kRHcGA^DP9|MrzX z?v>q&4P4I~s2QyF)tZEWS+e+QCC`h3uTIK`yPD-vfLsbwa;ay~B0!7fdL!=!1}y=! z6kIr!EQjthFq;@=88FLJ;;&)Q3P6{oeoB?0Y;LXzd4EP3VqqIpckCygkM#mOua|Z5KsU9_FmbL{<(spS_Mrn5< z)~<|{c1x|&9%*j|W|dSWRc2uBllDn%8L<7*{w1&j(t#zgE%%|fo$;tcYR@RgLB{_> z(!n%%19)Hmjya{K8l+C?a0cXv)OMeCeUw@>xN{8LNiRu*bX@AnNauufQhF$@ybaPR z>9lkv1NN}=$bIsAv>&u0zlV|EV;Ql|NLWlhRWeux{yT$)5o`C-q2D227UD zOT8Je3sRqSF$2~w4M>9-uz)lq4QIffkrXMI0SieZ(xnX8W$ChXB?C4pjV^(OrSKBi zv(mHDSVr8d(&sYj;q%gX2IM*E`3%To(hEyC{G#-08CbtAy(CR!W~pH2<#jmNb)r_qO!Uq<1o4UzL7uNjd(x+$?=9jAkX>%E10QLVllx{6R*@ zHxTkKC`5l}g#V%RN7B0)uzxB2vGgYyuy0ELO8Qn3=39@plw}l@{x2G_6}P+|{dR-& zp7d?KZhK8(H^%Ap^7?k+$-VGx0LDgnoxI`VdEQf`y7C4+FE;9JmN&=^dP+gl^=i50 zVt*<=_sbik?_^JpIH1Qj3D?_1;qeXfdU;*&fcawF+ApdR&|;u63BmA0*Nkx z?3KQeL33;gr@S+*G&??XX?DsxK0|4Cpfvw2 zwGBysCH*L)H2)o?`F~SNvrE(c{uVXN6j_ zLdC35YgTAZR;Vp2)SeaUSX#d*TW(gUGb_}U73$6k&C5!ICmrhBE$>cibGtrso7*k# z`V4Jum)wjp=BKtgd>7!aP;X5%iXIXG!JH3naZ2lJrJe(@66qUoOZ6BUv@9#MJS(&! z9oj4U_Q-qEO5XaJOTI^L{R|~a(v?vvZ~ao2a|zBnBQ&cpY`IcVTK za$lT72F|1R#pyI~9=k8jVFTwZczOgS-2<-p@ZO8}<9P4G`w6_;@P3k|^G&_P$v49H z8!2@^0PBE(_4EUB}?-%D~^ z_W}2mPSwSz4o$v&eUDRI>&4k5O!rA9J*KZ881p(j`SuOU0pAd#Vc0h;4`2NAWSH*r zJp=d;^{?dHr#wCk>Q4KD*)1gqJ43cxdiO8GJTDi%hkYTqkN8I5KI*#^IE(jV40e{m ze1M$*>~W1xPcS~oJ{i2~1N=#R_v8H(-h(K&<>KEYDbjticrl^-lW%!cuMMrl&!A+_ zWGnF%lkXXyf?T?NLAV(-Gs&Pjd|FRWtMMMd{7D$T&VkA>-aU9fi?@XL7~V48S0NG0 zk=Ezrtr!0;Nu}-s)_FZG-#ES~o!%EszUKlS_$ajt_!>tF6xyfPv`NTb8%19xJOf_6#4z%gVq9Db66BY< z4d}0wqkAQx~1i`=Gz&nKZ7w{&T8bN;7HUA~}U)KDW z;r~teuK@RzUcncUn|+hu{TKBW18}q6Ak6R}#;7hE&)Iqf`L*sZ>49<%;;hxbl5gb{ z(!FuNP(3whOFISO3Dl);%6Ahn3gw%6*hOD5HQgsIBP$W?I4k6vS*<_KTKL-gskBIt4lj`xG3l0s8gyinN!Qmk#)D^DZ zF9$CA2m2614#`Roadw~6K>LPSA}vEo@1AhZhL#OmTh{*wl_dO#R+}2l3N5Dmh*nxu z@uL5dzwhTi|M};8@M%1n&L}LBz~2yL!H0RG&n%fxKFg@N(W06j>(P<)Sd{o8rFugc zH8q;M2DG&;OhMij-ZrUXP#!oRq*&fhPxS13;^83Ze!?%I5KkN&QvAKL_w=J3Pk=x0 zHeVbb>}d{OmYYNVV1M(bCt5DaflE&u>pS;EurDMx5Bq!iffmHqm6qXA)z;lTAP2g; z!;Z&VH18hd6r`e#3-e`_i|`0tjiPGr?hg0|Bs&h`Vc6RyNnUBFX9S~r$RFxMHHU`0e((8_Ko5PjbRiRz9Vp%1 zjb>G(0M&xeASLegGTKpQza$ZoLc{n;`~`{Lap7)J>3I9E9b-jEt570~kw#p+A%u*| z9utzSC}b4oBGr4wGbT`Gr@@Bsw!=(py`0@^y^0(fQ3BKgLKkEW>h+(8ATz*#KNv!( zLoE zvg_KeNGRr95fxYP(gVYI^wKVt1C%NMk{PW)9JN4}a=VZD!=vqTu;-VlSTu$%r4lKl zDZ(}`C{=JW>Z`ji&=-O@7bSCmTyx-)gwE@4zPNlseA&TEK=q|RB#Es4{t%uU!kBPT zFO!aew?1xMwS=tT-jZmgVK z`D)cf&Kx3hw0y?&8RS8^KK$F za_Y!gM@~k+w2ENlJdVF0X-zK*ABiSw#bS=bTFN^o3hu$5@#xjPNMrv?sUj{;2IXar+8ncX>$4pl(V-|FUM%tsom^uBM%Z63821kZvMcIH97>88L$+MeO z3z|PTXtXWV|A3@g0`g_037Bk9pxPhjJv*^BT%1xWqooB1yBW@p$Avp~_x1j%%`to9 zOzo_F-4C33^Pa+qXXi_oMJ)4W%O=`i?!3!i59m#a-RZsQMWYWzkoM?3>}i3Q)66)K)DmbOfQ%K>hdpDc;<1!2gBmt3jD?Y`+R(aKTZTp`=-q)wLRIOzyn-D?SPY&z3s4f&NrU{LfWV_^iBjPgJVoF(zw)g_j zf;DiKw#E6fmRsgX^$JtGy%Z8{R z8^<(;s8)gpm0chu$XSvcouobzcCHKXDh68^@Fhau3WtWLWm89@`SlaldAoZ?oNL$< zYuNLj3-(Tnk=h%LuQuK;*c-F&MJP%8Pd>5;h5JmbZM|01l5-!KKZKN(4s!OAvkwmI zd^9;{^-Iok6i@;Oa(+)VTU$P|TdXAsmr${MR@6kD@OtoPJXA`07FWYb6?MsyIS8@g z$BN-cRP$JqZ_}CBlPaZ@BK<9X1kUK4r7y; z1(r5mAtsG#;+U8oled)|-c}BSWZqUblaF=wBn+sTTCq6&FtTJN5OlqS2 zdgr{SEb6J6FIpZgs+q5X4ybZ>KIT+IP{F(*vb$N3<; zgmv0D`zBHdR>Q$KTTnGEzGZ*I9xrHwlISUoT$&1fdGzLJ+|wAfH?l&%ZSLx7%(?#v zleM8S;UFhMnUOrO0VUsB{YkCa+Qi2a3h%+6@t8H=BH3b6r!o2%!gV`Igoc+R6O~M=kC?-FM|UM)Z^Z&;>r( zla=uIa!LH!yn_hv4kN_Nr*bsS8`At>I0|Q?9N?(v!WiG)kfw?v8G3PbBO)O&exx1I~Hhu2ihY44=G2t3D)Hs^x zsqX&3(B*)p;{>%ipy~l1G#Il_q{$x*q2ZO;cx*J_-v^4O?ade0Oo-PV^DC<+#P{vX zcvI750cZksUerA-k|hAzo*9Nb2r$%cYCwQxK7gji*McPzsaazda(CnJdW|TI3Xtzl zO)Y3mG-=`^9G``;E=_fu9~od~mY`}kywvtdRQPnv$*dJz1j63zr6zj@$M{3U4X%fS z5wN_PrdVyJiO%`feG~0-uF9CJlDEK_O*cP(t2|b<SQoSp9;OB3 zo%uYF7mOp^?4g`ROob+8TF;`ec{}kjSx}l{KDeMsj6X)qpcf7b>M5G@RL4Bk)3t9k zzR@_-^TxVcov~HBW1iNiy_FTLtA|RWKa?vgSuH#$*?sEy61KyR!DORLtcg{kuCfvR zsz~iPT|seD1AK5XQZW7%QVEh>1;ua{MM86BjWPUpHqIB7O&mqZc)f_g&>!+M>bJx5 zKo(y^6%B;d@gntK#=rxp9 zv^zyL)15O?yl7L@waF-AYLlWS$%@EFKL=TC0LpyE*cl3DJ27IzcH+S-+R#WO=%Lgk z-_bgt=S{jr1xDF$HS0`yKM5Nfy4}D~$V*+4Zihp4Q`1%LN99pwMNyr+M`s_((+ErL zoXB*V6w+{YRu-kA{3#_sn$5V7Fk2j5CRF@fQC+O4Zu&y3XkFB`?#FjLWz>+nOm_-b zMl0Li>x@+%ix(b`x{fE%bh}KS2Fd31d|rVtS>9+#>z55#`5`cFkf{o9{$%UJQW#1x z*#m}J$QTt6b;hAGsK3m3l17ZH=8!`V95W})TDtrx1(-n4sGac`1~_xTh8eTD+sFl} z7`WN#rXF|9tgAG3Wd**KmE`onQM2}&snww7_67R_!H_@DBXa{vJ;j5)l?w;#$=Xzn z+CA&MGnzf&J-FGYVEjiU!W2xZb5SP|l3ga3S;C$#ED^rssJ2X-s?(*!Xl}emNmDkd8D>1mn#MxB*6=VHF^7MLDF!rj zonj_!Z%7%D*LwTTGdnh!rzO2vL4_eDh%H-adJV;URQ3k2Bo2HaKvB9d1pkm1Eed*z zqR2haWYG0^VZnqy=q2sN$W+r}HnnW_HUwpv6r#;rHZ&UHwAexYHCr37UGN9l^k5LB zTiT2v4!~vPg{!hQ;v~ZNkwTCJZd|yRC*+q=FWwL^j+~^2b>!MumDTVLqq)(2>*Y>%*m|2b zE5iunDwH-k5lI%(dS7>sBKxs0sA&`e*z>6Ni?w($7tTkyqP5HPk;`Q*`e=pCy3h1cq19RpV@Kh#@grn< zU$dBFvbvf4v!r{Fs`2O|zgP@V`lJjdJ&~=hI=h*X<8VkG42DoP?Q? z^bR4*QUT+Xg48q1`ZlCCI|Y?sTO!?iHL&fEsgZZG-1J7 zD=Vxscws=kf`#ItkgQsV`-WvC&S0vQ1MRe^-QL%OGWHA&44}uRiKNQF$1uHAa|wYn zRJDZrsD$J?;b7banZR)oDEZYh6gc14JM71P8AWv+U|%QsmnS8YZvVL+OeU!r>>rr}Yns`X+G?c88@Z(u|fd*KVyXA6DW2_Ar>S_n>`E$q|XEsYEg zj&_GGpxcpDSL&CR`;SN!!lJZ>l6N5#8b(h$)ZZsx^h0>K7yJ&hpq6BiD+M*E<{V&g z!VIcm1y%Qj(BMEf3;=95g^DBwvG9+tQAs`@471=CBiPBXHQwcRo;iMub1uvRTC@Os z5QzhQh^N}6+G6ty@d(jXQp`#@nRT$Ie~xB=v-JhFkRmZc;R7z!8x;nHLp7)X=J z@CZDa)Cg*7i9_<0P-=*xMs%JzbMmyTz=onR5K@Z|)qUX5;bfSaf0~Wb zDG*!F$-bWc0kqR${zj9MN6^k5VlSH_4=dD2Me?Yw;80ILrfNKK*J<{}^Tjld3#TpA z&pH&b4bfk$7xB!aq4-7`mU&!GksUWI;4dl`bT#t)UR6L zqyz&}pvOiJL-T-8P<5W^H$K98INF{Ou1Apql4?EEk5@8Hg6VXk!4C{6Jr{>E zdw{+V@b9pWg_KjUbSUBu4h{u0KCrm-oymzbEF*5HKc!Awq5fp8srX{@(0zUg?K}rz zc!zap3xn!4+l`GSK{VQPLsux?asIV`=t@|}Xi32+)l&}jr_~Q=Ppw7OHKGhahM{Mp zGY=PWyJt%pP($HelMw-H+(Sxc1P;_AurD=-Cl+?6rL7ifc_>5YhC+I;m+}$T5L!}T zs{6{|fHK^pcZ?4HNnN8BqIZruqShJumrb+b2#~`m3?Q|pYk!xr0Y*icUpOz@9E<9RHW9O#@}rZ)TX@HP-hsV(<-Lx zZ857xnxRhqjD}xw&Opywq`~+_;m^f3u3Zsab)KZkKgIT;sCLlCszY_2#-J0@!3@^@ zOi*>`z5&$%T#Rwp9jDshy*ShtVDW<#QOyNtB*4?+ehtnPlkVYx5$H}M0j{RFG!F;o z>tCUv?sKCdC^eLo9H7||6e&s`U9mE%+L=ED0vyaYLT#HPu$6k%4M-5%-Tb{|qF0^l zGa!cshI+IQ5a=I-dd5O{syq_3F4*WV$)6T-5da0rmXZeJP2(R%CU_J26=Z@%>{9-Y zsyjmjmZ9bqaz00%pA!a&Dg!|iJaw#t8Z)aylyIZ!ph1wsilNZI zTpAjd1K~U_5G`7IY96y)VgCh%l449V3d#5)s|T51HX<79MK|gYHZ8=|;0iY5srK))jx6%Ceb_x{5==s z6hPj?0k#;XBNtLSjNM5#I#GkzFRJv(*a1jAThD;(4~z_}4m2gL^79VDiaDD6b`2Bj z(U}c{$Et_-p-jmiph=hp=$D_l)J=eJN!n@DpOwKQ`6ZE8zv=PixkstrqO=h#ffXlXn_)rF9r0Vs0N-uf9{U*PEVhD?j*DLv^N#Nb6T zmE90}v2E-t*y4p{G;D*la$U>HhFKNUQ#M4Zc3qm4MMUDdLFS&#LkJ1qZ?M&OcKt1= zVar_Okf=jZJD0GoMt4>}{@<<-RUYNE9}<9WNr56yeZ=RCDB zPi?ercihv8Gzyo`71qZJ>!S_(i*f( zeZ^UKtqb}IH*GPYq74Ts`~fd4n1i&=l2rD)u-rv^E}4Op8{KijfRO}-2-@BRJ32iW zw_(wE9MHcbRuv+Y&K5YYADt@xa>dPx>GtNJ7w(C=_Rt#Q-cJ)YMER8MHh4b2NO;xJ=Cb^D!Fuzp@;1Bm+jbG3 zL?l^wVTp#1jwrzg12qkJBMKc20+?n(@L{DJ6EIQ<>8t^5L>?GA2QxQ5Y<+_)8Rnr> zR2NHCONLvKSvsnl1?UNBcv?zn0%LSPtH6@`EtkE6FnaVwBRUlWV;qhJnX#9OButas ze7|&w)_S|ic<+afs{{~QLoBEBO|%$P@XF8wcVlGUe<-MyGYTp3pOgqQaqjvpgO z%Wh0sQMY?qj6mFI$WIde744F|U3lVFM`Y)8$y=3gRL&Nyixr;u3EMgHeEBjH4lY^z zfl*ZqjSl173J#hnLs*10DQiJ{YOUDy{FEyoaSi3L5-7A~zYr;Y^UQlSe{y!NwJX-z zHCuQh?l}>)pIBNsRL!hwp;{tI(WHU(@i-`jiT}Bw5v+?4q9zZ;v^u82nds6|g)#;V z+~LI!xRFehPUP|Y05qNl=Vw-Eby2nS45YDHEzy=C^-TF{w=#~@wxniRG~s+e5tkut z)))+Gk{+WGC^8aN!f;ZG%nHYxos=Do%B+O1eE!V&uJxa(T-59`%V1VsAP&Ds4%sE!dD6^*xMzLTzMhi?B8&$~vFH9LPwiM0W&PKZUW2uOt%#o5Jtfa8UZn7h zCmE_&j#;?`8mRZ6ZWKdTrt&s`;ILaKqJ^+JQi@qrHYL8gbFOH0tZ4OgC|RQW+ ziLEv=?EO}}ZJ+d54fJsI(I?3Bh7RqU5X zgKwKv6IN>bFQ-a`Y9|B=R>;zWi&FF>nRh%zk%N)88wV#3P9B>&HF+%VsgByKxnKa* zc>Y01R<0vSw6d4+Qgis}BIOl)q!F7-#A<O-o5(P;&ZHNm&k3#;%QFlke0yI9VIT z--9b8D@#dXP;vq!MmkrPfs|*jJsb0Qr%u6%+PzC<=OOp3^RN}8FV>+~z5E#XZMio$bP z8fou?A~hhRwO$sr5xf5Slq|XK|HTPB&NF}Verco$CXH`w46J2s1T6$i%Y2eI2{F|> zY@=nDK=TGn7;^ZM5A;P-Fhy-rP3M%ikN{-SvtP}J#*Q6F2cW}-I_RE;A5jKsAqSuG_hH%T zl-vsyUME#<(jAuO;FmJTmil7Q+=iLd6R$4le(FI7awK<4~5N%L0` zd1(_erdXL)4%8$uGvlE%jJmM^H~Ao4dQhukSJ?c-6JhZQJZj!ZppQ*oaY=!HSjJ$D z$pC|p&1!f6CbP`?V3om~H>k>W^|Cbb%#G2>(dm*ITfA(2bmRWG=RnlX7i-cuBZ3T8 z`IYdbY8PWLpwZBjHu+PCaLAkmOCbDv8Ve9E2oE5F@A*y=!H(f6e}eSE9m~0q^Qx&YLm|KcqbqD_RQV3j-cBcD zQ{}r|a>*&j zSjriCy{^YdD>IW;megKJc5u{`3vRN(yv_G=t0GP~U~5(XWqPOW=T?4?gp!;;q~h`2 zz4OjB*SAGB&sH?Wooi;!M4h{DJrZ;7j*7dNitj%Z@r4@kDa~48s}>|vUTsRG{60}j z&L5{zyOvYCChlB2BSoF9x6a3$tx=I5iTOuiwM(a#I+iSS{sGZR&bNq8-j?Q_tBKCn zSHzvGXT+#;+pV0Kb6Zs0_K(L@k4C261!kf28$>BN-$|vkkx^O|cQ(#!jyiYV+8T52 zjEXxMrK(6fdD9LW8O@IDG-Tu)GmYCwThr}SbV@p#4QI?eV!|;AQ?{ONEX7ngW_sRK zBS_2|bk(dIEcr=VGo8$*RZ{sJHnPJimq)whlMq;Vn?aV+N^Qg(I+rH@)Ez1`k|?v_ z!M`IO8~`32SFk%u>Cp7mh4N*;B}V7~^_*u_%(H3+&f59X<#VM?vC^iQjq%c!XnxCl zAA;O4*Y<0NRhrfcU(MNQN#hntH0voR;DJ%YG`=C(;YnZRAEnyKe=?$(xv=! zV23NI?!DYJO50|bF*Mk{){C91J;83=zd>CH)+AtO!j6zZ+DWS$OmXy&uwY(O{u9!| zsqP$}5KLuc2@Q4wz>-m|EN;e;EGyeVuKWOT-=~V&kDPFsk+X1O@15c@b^%Luytoz> zP`doa(B#krmLp0gJ~v-c`Q^%+m64o<{E~Th(Zo~pB`YQl-m$x)?hWtTH!_(H%dpJi zf+8jg4WVI8iCgOpool5N2#q^)(Fft2$0+yE2gCKI;W8u~41+Z>1u=Ba+v=rMa$yRj z{xYnv+(_)$El~|j-&^ZtH%4*o@xJ-7V1}83o;_cVs%6~+ju{WtJCi_NQG4FRheMid zVW!NQN^X*z^l_0DoDr_vMM@u1U1$nio^Hj%LK!xbhkA@G;W35^A7Z?eOOl^mS4}RA zWRrD$9Q=*kYq{g5QS(GDuCB4XXuoQfL^{lxHBD<$YoZhR&$Xo7Wh92^Tp4@xv=!X8 zc-0bEo`z*Ct>{=mXUJG*m27%zdY<|^;&8?z*;8o1eFAATSU(dD)}@Ec(r7S#frw~O zQmHe3iwGf>;PNqn-+6pBC#8frOKHHZeZ|BHe*4~-MJY=jd6S%aiLcsHpe_Sy4~UZU zs!eiTwU5zV2zGGZinr~mHAMOjdy=*|Pz0kPSu(CVuI7w66gx%`^O&*XOn3I-+gLq@ z<-bDYFk{V`md_g9;mv1YCd0)D&B4&z?n^*a9@&~OQ>%kJbl4U73R>Vo=_99C%V6yesRH;-U#=1$qNsm-sB zM#LZHFPqxd=3jrqF{Gb$%nV+Mx%_IjI&pX;T^$+w9W(n5zq0wP4@`Z!A+0O#i zkO{By5lPgCaG>`w=}~@)53HCZ#gycYLDO|XCS}Z72R$Zu1i8X|lugp|OK;>(=1y&! z?uh3%(FI_65fKL7shr#Pss(3$n1 ztM90%W@^;;;6a_3F@!<=y(;4TIq2pOZe0)!o?27a%yBW0RbOGlU{)!Dw@9IZQb>u9 ztA_OW+3G9>6FK!6V}L#kBjqNfjFBLDVb>T8Mj5+IFvOn~u0NeVwX*U)8Wai28aOy; zFpM5rrd<%1760%sF1G4MmD>0Rwl`}~)ecicUvEIhokcu~#ID<6nq`o*PTqI$uEW#K zakMlQ#ftu84^`}oz{FfEM<`kOk&xqPnP|tIi|&>?E5E)rs+`vlY2_-A&DuIKhiS|1#tcOgUiMv+Kxf)}x#;?}js(*L$dxi0)_V-;Kv}5F; z>277+gl*QooGpC+_?|~7UWMrHiiP}gAh;{|g^e${+RDw}E_bxmTEAUmf}1w0GwgV~ zL3678E8C1Nxxt4mAe+BxdPhVwJj^}|yNwwvP%Pw#a4?5`9f7J1+s{Hcy~H@AV2Yh_ zYZwMn|8S6ge^Tfo{&^7zyOd~GmKQesH>=*QpKsdu?xA}YQ+|gj0Ty*=H=-EwiWpQB zQs~(YLN5s~;ZjHX35E$1F6g4`fT76Jd0YPI5{#*(4$5k{97EqCk$ff#Y7N&Jd;3UX z&~E#o>ATm@?hj(u|FrZN3B!Y8v1gH%vA<+a?tYvAft);_MaG4e?92S3UGI{7R=U0Q z(`sfNz-qdmCvNQcFhFT-ocdj+0sgv{T}mmz<;+Kdu@gU2YGyxbSe4WUvrWve8EPv{ zNv>I83b9|aj#(rNiBQ0N&3YAee=Uc4kmRk3%+#w86ERUE>V8C3rRH^a4=H`U?3g09 zCZQ8WPlOR3OCWTu5zgA;isctj%PLO7vWrzYDlQuPJoT~clA>I?kATB*eLkhC;Yu8+ zTA5yl4RT-~oAa?|JkB*V+VMiSk#&a~e<6>t-;tqqlaxLLN`K6ZyV_m`^K?PfQ!{<( zwx=1_tFEe_tKJ-|-hAufc=fJG-h5H@Oi8S$Wxi=$q%B&y`gU>s-Rjkmyaif>p9;+Q z<3;PEE^U{AE-lDGAfBW(;n>}NnN5xjix&7kBp(|Xm1UHX z2WD>ENse_iehaU*CxC6EP>2-tSi}#WJ4Ip2{L@cs`;fSeE=j`*U_3@N)Pshfj0=C8 z>#=Tlt^J;W*FCS`%710|wcS&WXwBwZ=iXfvzmItriSPlLc4yMvg8KEDG$Ep%HN5oz zF~}>)xMqX4!?DRA+h;?^?EUxcfl|9iqf4NzbTlcY!lK4dDq0tXzpoElxY^ocSKjZ2osCn6OEU7rj z=_l5B3?)VJfFHEEFyk3BN#bt6(4~pMpaq?b2T-cGj3;#)QlqttE`AOU4AEvxw!x3- zBC@|y<0#uEymVyIv?GP&`zy#04I5L18^@s>`agbsvSuR;Z6W zncylK=X2%k+R_xzQ?;dRW)*%tS&E{YvO!u`jg>-34~>Kw4+c+Tz4Ww@oYF|9kkL|- zW{ogZAHA(SPuI}=>470!-!FTcnu1MD`quGtu<)YeqwRd!oj&*_1LJZ*-9p^#eOjAY zKkaSaD8DtCXZR)pn&&>pWc3HO-0R_~ z>etVbElS%6V@T@{9In@vO|`xL>}r2=X?tyS*1>zhA7&E>-qjg(1)-$b3o;NEBXH2w!R3##7k58q-M@Ruq?9M8 zpc3jf+cY$N%mWUYwKAU68?5R2;7nsuqv+28v8>|SG$lHzW3%5n!jdP9$w6&LExG6y|W}qI$<%DYKHZ->M zq>2WK1)JFJgNIE=QbV<>d`Ej{o0cS}9nAdnsdXfDzIi+LMPb&fwLIw7v{aM1G5%Bg z?g9VcImy2#+&s*FfGTTQlj}7)`k#U5;4;uOE=-@9tJ@N*+Y+zaHdnVNR=4Nf%kjEH z<9x3i^ph59j&zns&3%M^8iK8B@LlzrDG0y5j-MM+g213ZL7QSOe*itoPQ>{Zk#LNW z@NvFicg{PDr#imeb+aqxY`Rmp0@kt0Bc{76SAF@Zn@@dcHCL`(6wF1<3Bl~9A9w-$ z_|4-J)>(VSLiwQy>vcDD_VHt^;j%+zP_@9cTBNU>f&)c*D^dGjL1N=?vEK-wYd6o2 z;75^QQ=rL#z>Iv#3-GCS9CBwfRBkF~mK&h^aR2g6_b%y&n+;kmIudHwwKls4y1{#EVK3IC_P7pqh+6Mhsf_-5eX*%Ba z*y+Q*4&}d5ZHRPrnd)FOYId51ukT@ZVF)5{;jMUy9d7c(n#z@`U(O)KfrZ=Ta3qO$nJI^AA6ksQKB+L^lKJCmeys zPb$)FFL~ULPKKRw#C|Fkrkzey1}Fovb*PRm?C9am?+O9O$YG~}=vWdz0W?8~xpd_y z)_LfFND!g2?$YML~r^rVe z%T*UQkI@l4)a6$Q{!htylN{Re%r?Q|Aln56>m67dr8k<<2=4dGInCd=54)!y=UW1y zjnqzXt1j$eAPnVYTUOaUg#=?eNBPMUc4ULMs&SIN=ScQ!`>B~7KB4>@%J|=t^JnCI zj~r}(5R{h*_nY*|wrbMmN4B$&ZQA4OGcOVfZHr=?*x05VzCiXfz|^8gPqm#q*>S47 z?eyuxhq{h;be%b^dUW8!C)?Z3bev`j3fMNxmUoPG7+ObA$TY{M_iR4LG-amlus&2# zs1#%z<(J6Pp;(>y%<{4evDIb9<^DKp>&FFQY#$g20t_o;1Z4NsD)*=e-zJ*v`jK`u zhgO*aQpSNP3_F9Y8`z^v-;bUg@|KSGwAA=WZkf+(4It2Nv6Z5!c-gEbp#R^y56Yz1bveeWR@!b>f zy0`I=$>g5edQYJDhxl<&clC66+|@Mh06nI{$QsaNDonTzno7(IVqs+0v~%Xnt(|cZ z2eAqE0btvw9-nEt)%RX`Ts)Gn67<6y!CDk)onABZ?7LmxJsuZ*2^)jk3BGOW_{`2* z&%SpkE*?u@X%6_g1m8aOg^UDLTU$Kv9SL=l4(6O7Yw<-M}FcsNnQ;H3oL zJAM4ywO`-$-Hzz#$K&D?i82;cPC-QC(YUxhQNdu#2-Z4XKeO!?3bQ-0oIzI*bmvrf zW^-IzpIFIYl{&1Ih^S&PZyKzc!B!D$_wzq<&^Lx}@Cpq&S-iq>w4Zi6r#Np$dlgFIk$w4pV+_u;tsNa7F==;Q&7(KQF6 z9Z$u@?!;jpaAZjyM|r?89^j3x+IS0$~o_ zcrfu0heJ02wqt6?^aZNM(;Rw+L2Xlz?drtC9QKHYxiv1XN<7M8P^B1CnFyTaFrS9E zeflh=_&A3?p+Ql;aH=~6fPWU9ZHXZsq+|&S@*r5HSS+F+y~**!We$g?#JH%5<|v2a zlsaM8P6wh}kHp2JiDx-{jKdqEO*@UeukxUMW-X!Untd_vzV{&M4<*{nTvoG%9pGW@ zEX+RDFx?$nw)xhD_o`xBPg2|t9)6I*iIl3hLP6rBSrBb6?S5`|WZP}avU#y&!Cn;Uoa&3)u|i>9mh+)tw&p~|5)8j? z{3@o!v~#?DL3BiHke=aF#m*LEM$;-!XNO^)duc#ZUF`o?bSCcD|c%QvKVe zI;WBE77i~r^4c+VVJ0swZX@`f>Fs*lXi?qtm0OkXRYZ?buR)=^v_38~g`HDZW-8Hp zJqTy-^pRW0WiR2RmO9m+O0ABc*tBewIVw~pwhHbw*coHm&1x>{!ts!=?Ra~~E$Myq zrO>^0-xck5H=c|ND`$muclCORm2SG#8Qps(w)srF^x^r^rs&#z*nxt|xMyElH9Mz9 z4fgJucIYgM7B$XnzXdL|<9-)TP3}JeHSMP9eiD>+QzEyvmZ>#6ruw3d=-GBAEPz0% z!Ox#fpN+2HM{0)^Agm$s}P;f-!O2JzXAM zvx~F@H^G<|lg!pbFw$UBGcF(?sV~u@wKILu9jxUR5s>tkXi>vVV{{8Nrh|zR0+RBQ z3M?ZaQ(KaBR}f57TN*XGmlKSXmS|D!bYFBs8;wOP2}oK?v}p6KzG&M+aq(25ih!iH zM2nhdMx#4fuU1XKRSeiTvm?5d4Wl&#B*i6K)HHKAx{dY7bp#}>C0f*S%MslLP3l;p zo`9sX#8NOD2?%`!z%?^xqubdavW9?AS&AlGr*+z!2?nL5Xfj#Gbp(Tkl8U#1V9-&D zCU;L)XoJ-zfh;D9=iyes_1cXjP+34fnE`mWP zp=|W(ZY3C0lA=kpYxMa{Cm|TABrKc9G&QHqL}1cMs5rV<9biyWNYV)HU|>>5(!hrZ z92L9?s2%QRYRG%EhKyr=UpxEu*>}bFF;Jsv?xBXf`Ak%(niV#rG~_L}F2vd%i*0=@ zUV3(+bZxAqof`5%(L@$rXV=1 zb)c>qzp3DEA>#IG#Nkxm*ZSV>d$;&~nppr&#BF&51(_8#rVzLF)|J?PUu>H%Ui$b# zX>)AdK_ae`5!Y#&!F0upFV^CyR`ub|Vs1dTwXo^AH&C|wOSRz%g2u}=Y!(v@#Fln zq-MNpp}6|F;~x~@$0ruZ`Ji|eg|5J7NiBuqGm#^jDzKv&b3u%k_VRI&ASX@u9mjE+ zIEuDKv&mY9f-m>ZEo+J`Yl@0xbU|A&K>4N5b&|ho5kG6Olbj8o;KwkUBbX23mB22mXh)xE7s{F<7v@SEW2KEVP4Ut#QK4wQurAUtS6CM-ted_VFWfNh znFrF9xw58MS<_5wylh8QD4s8_k95uz*JBW$$&D9pfPY!q!RlDS>Nl>$3)YVxxtm`X zvCrk##q#Uk=#A&MJa?E1?WGi0g4N`!PEX5+du-Cv8jBZfPEQNlI5v(S{y?x#l*ft= z&I*UXsflH=k|VRiQSw$SIF1m{j+qDtU&ra|gbCvYFAgh2!CiO$_`&as1@oR26PI4O zdhP1XGdO)e=c$i*>T$cC9Y06Cipod_6Q?)CJ#_#URLm7r#|o;)kId&6k01WN=%!1) zaFqkX^73huJud3A=Ps0^x=ZGD`^HUE%(m>N|F*4aVdVy#YF;Q?JKS5(hcG{q{AanpF`#AQyxLPc{_EL|vS7(cd9+A@BE*i(R?@S7E?QoKmp)QVh9 zd&t>N&MwBR1#Ix`xY0G)^~S-tYt4AaCnA0U{p0dn>n0lCaz7NTPVt^#wOSMTVC|fx zC}t^&?2kMYwUphgy=|#n5FHHXW5QX?gY+ZW+=58SjmpW&H_B#eV zuUa!#z2|oIo_TNMoOj1uNA6#7RF%=}51Xtd;of*UyEV(c2c&YXI*2!gY%ZjL_VZI5CWmc?5 z22kl+Uuaz@^G+ANwel+~<7MkU671H(Yffwj-VTk%T@We%Lf4$DCg!S%*0;u8t@HWi zw37*@qWnhK!*000=$`Up#*UK?i2_7T6bg>qiS2g<%S-O(-E%_mZJ{`F_I;u1$BDx$ zg?#MvHai+WD6L>ttuGu(Sn>JO#6FK;FF=r~;uCaQ6_`<&Dt?M8<-n6Bf}S)H_#}QQ zjxL1y&TjX}CgF#x%$ID!59`gB%7l+Mxi5*9Pb?;KZH`ODmQRXIbQMda_68ZJjJLC+z|kK5KPfC@p(}Wz zG1is+G|z;p3y}%!VoZ_*<7fCT@{G?~ThWQ}lM#ti#-qJVkPEtWd|Hp%e>A+z(^e?^ zG*m=(!i}ibqr4X#vhzqXMZ=u5I%Y#gF;TSmYzgsSJ7V6r74hY& zDMJe(G_);LeYe*~9;z(exIaS|y!jCzRDGLUygevps$)50#&63$+`9|b16r_t0alcL A&j0`b literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/__pycache__/_common.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/__pycache__/_common.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2c74ef3ae55a6a290d7e1ce6be52d9e51c3fbf1 GIT binary patch literal 1933 zcmZ`)%}*Ow5P$FOuD>u~YFeO;(3X!7^OcrVL`o|vnn0=AP^k`zVp(08-E}bdgX~*F zO^t*q4kk*Jaxy(Nks?Ki3pvqVTJ_uuNiXiIhe-VgC{Cq{Q)hOKiCyp|;r*ZDj|D>h#LelFDonW>m?F_ggfQ|k(dZ`8m`?Y=9#@3rgpjy4;Jcbh zr7~$*&1kxu<+>&((sC-BG!x57T~1}RY*Oc=KGpGZD64GBSAZ!JokS>vVHyOv%_4&4 z)r3tN5jAm>L?lfD>e5_5-I^PyNAm#n=2*yQxmR_4NsHwynx0iFH?t4N5V$YPK#C+! z^F#s8S$PIKdb-PzT{^qV3^X@HAR)mLxt@%lNjU0cSw4xXSE6%VH+VFrr4s4rbjFC? z*5&Zcsc770M;4b;>Ih%eN6Z*s8o3l5UD4Ak(a#d|QJygMk>!}W1Rgx9#Y{bGCXyEw z)dp~MIcIqkC6P{;in11{MO98#BwRC~7jsxuV#xg_z+1 zt*zteAJ^%!AZ1R6A7G2w}yYH8R9feO{1Urfo+Y=A_o(w-4 z-lx9>#}55tMibaJPW>Keio}bl0aw5Bw2^e_GKB8}k5|F0xPnImDS8+*N4+G+dWl(u ztB)80CAUb9u9B~WTV$1ngxTpE09Ccdtd>dBG!pY!Q=c-7i~;qBcv(`$T!8X=6)~5h z=yw3Gmb03`eGts~43G_S#6)jbsWtc@zm?y~e!u?R`t#P|eeuBc)b&IE&jUXWJb!1h z)N$@eAn$%ek31yM{?AK^1iFt2^>+Op>^u_Sd%|1cuy4jLlLPOhApF88P_^16pu_y^ z!ny`bk(gE8|6tazfZ}Yg;#VyoOI(QYg)?kI)W(9N-C5P3O>NaUlDEK$_W;=-f3yZm zzLp2WTf_J{zjgjd5?=R}i4bTyB7(Q+zXgLh+bOjG1HA%+0{g-bU13-EE-~8h{JQr@ z>$UHJ`?t{!A%yB}@7$T%zJA!+bLi=Df>yBt0}N;f{Sp|MurQk%)ngZE*HMST>lSBu z8isj{bFGm+&eotg!_b|xA-Bb@e{QiGa~8Wf1>YHqO@Cpr@Fe`^*4+L4LjRB!GTacN z(zO=lH5o(C8v3$Pi@qc21229N2xRRa-!~8PPxH_G*9sKNapmqxDcD|^c@aGKkUo6x z$@ru3ov)t-2M_&&HY&~l@!?EJ$5Mcy>rF9UeLqTI>Gk`)ci7oNbg2x_Fx^(P!N$tl0 zQEEE&Q>nM?lB6N$7<8V6{{*+9Xc-kQ=E}@3>Z<7+T^sJi^MP~!2?Imnt8=^`bQq<7 TF-FCgzFs<1i2qICW1s&o2yKN= literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/__pycache__/_version.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/__pycache__/_version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a0a3d4d4d0533b76d1f5b31cc7425f7804a75f4 GIT binary patch literal 255 zcmX@j%ge<81oplA()xh(V-N=h7@>^MJV3^Dh7^VTZlX-=wL5hu_#kQa&tfy4)9Mn=XD91Pq-4eU1r LBpZ2)*ny$|R?0?` literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/__pycache__/easter.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/__pycache__/easter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eefa5b7e567ef3afc61d6e7439659a260d8a139c GIT binary patch literal 2856 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 OeRfZa`o<;>;r|6_1!O7! literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/__pycache__/tzwin.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/__pycache__/tzwin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b144d672481c51818d240e58a2b2efdaabd068f5 GIT binary patch literal 215 zcmX@j%ge<81oplA(yW2>V-N=hn4pZ$d_cx@h7^Vr#vF#VOpFYbOq$Fu8G(YDjJFuI z{D34|NtIrCX5LDM&mcX&qLQs*LW@(2ienN}ax?Q{-13VO(^D0K!(C(2z)an&g4|@? z;__78lEmU{UE>(Nvedk?7@y3fnBvTmRNaEax*k(WoHRD{AAU6si?XX`!vCP!A*(l4Z#r@66hpu6NDM zIF2n>N~KD)Ak=Uwhyy+JK$Rl#7w`{oNfiXuiUSe{#H|px^u(L-t{q3ALX5oQ`FQi* zn>WAroB4ivI-@~3^XYf?Hz`f~Rd%8h3me;~pm9edT1g{1iMe_+R*LDe9e3l+cq!gY zloHTSljIG(lq3^3w9*7gL7nO*jL9C)EHxaCnm%c}6#2GI8Ao;MQHEV)`Q8fk9O_vV zVUM7;a9l@pk=^zz;rJd$w$Biu*mb-*>Nuj2Ay`o1G$}7+GKB(K0d*jV38BO^(R|^J zLNW8Z^xe>d{cX>&d_pUrRNCW4EJ#NRf`n9a+0w&}%0CE#7Kd;9W2o+EVmP-Pg#*T; z($_Y^`D^+P$wV|i`tR$@QuD5|5%$GoG(q&f_8_(q+KT=cH6xB+1XCFV<$WsJ3<86Z z+3K2>i#a!|(VnV^(H5hedO`+FG$^v#j6oL>+(lTRrb9fZ-Vhn3%xqzXn@IE=&-P6< zByB9gIvE_)^F3(!uux#DfpQQ+AGJ9pa*$96YSWPt<8}-<8mY!)%GZ(JvwQhm7&-6P zmZ>G4x`&~UJN8mggG`3)z8*{rc4H)&Jc%Ig`JEtT`OO-58YHAKmV^l-#?o>=Mg*5D z5qeUx%<>fufGT4G`zl}X8Lm^b_`&%yzz~}G8D{(4@^9Jqb>*5P$~Yx2n2xu3Jo z{FFWPFnj3pb6;Kj;^LR@-V z#&Hx{Fh-hoOPa;vE5#zz|J&Aowv#WOly;P%kf(?kaf#%p2znBXorVKv53~df=wi4} zBq`Xj6}6c1f+;#15d(TCbI!L z1_HQ3DyU@nH)0%;x`%K_CdOXwM7ynqd?&Azh{aOjuAx5#!;0EMT4R!Lf_>viUlysMfT{rk2ip)VMW^iebrtBO4EU$487;6XaWgG zv;o8opjDSy2dFs4H-g8L8n3*r3exK`5u>JH+uSN{$_bxwqis1*m}0Gurh2 z_2eg)*3LhgeRiFHc5v;|qp8`OudkPW%;xT%e3;E`CUS#Xh1Ae58|ffbsQ?XCDnX`F zvD-q+M}<u3H%NH?}G=qcS$I{pE1Aha<6 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/_common.py b/.venv/Lib/site-packages/dateutil/_common.py new file mode 100644 index 0000000000..4eb2659bd2 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/_common.py @@ -0,0 +1,43 @@ +""" +Common code used in multiple modules. +""" + + +class weekday(object): + __slots__ = ["weekday", "n"] + + def __init__(self, weekday, n=None): + self.weekday = weekday + self.n = n + + def __call__(self, n): + if n == self.n: + return self + else: + return self.__class__(self.weekday, n) + + def __eq__(self, other): + try: + if self.weekday != other.weekday or self.n != other.n: + return False + except AttributeError: + return False + return True + + def __hash__(self): + return hash(( + self.weekday, + self.n, + )) + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + s = ("MO", "TU", "WE", "TH", "FR", "SA", "SU")[self.weekday] + if not self.n: + return s + else: + return "%s(%+d)" % (s, self.n) + +# vim:ts=4:sw=4:et diff --git a/.venv/Lib/site-packages/dateutil/_version.py b/.venv/Lib/site-packages/dateutil/_version.py new file mode 100644 index 0000000000..b723056a75 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/_version.py @@ -0,0 +1,5 @@ +# coding: utf-8 +# file generated by setuptools_scm +# don't change, don't track in version control +version = '2.8.2' +version_tuple = (2, 8, 2) diff --git a/.venv/Lib/site-packages/dateutil/easter.py b/.venv/Lib/site-packages/dateutil/easter.py new file mode 100644 index 0000000000..f74d1f7442 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/easter.py @@ -0,0 +1,89 @@ +# -*- coding: utf-8 -*- +""" +This module offers a generic Easter computing method for any given year, using +Western, Orthodox or Julian algorithms. +""" + +import datetime + +__all__ = ["easter", "EASTER_JULIAN", "EASTER_ORTHODOX", "EASTER_WESTERN"] + +EASTER_JULIAN = 1 +EASTER_ORTHODOX = 2 +EASTER_WESTERN = 3 + + +def easter(year, method=EASTER_WESTERN): + """ + This method was ported from the work done by GM Arts, + on top of the algorithm by Claus Tondering, which was + based in part on the algorithm of Ouding (1940), as + quoted in "Explanatory Supplement to the Astronomical + Almanac", P. Kenneth Seidelmann, editor. + + This algorithm implements three different Easter + calculation methods: + + 1. Original calculation in Julian calendar, valid in + dates after 326 AD + 2. Original method, with date converted to Gregorian + calendar, valid in years 1583 to 4099 + 3. Revised method, in Gregorian calendar, valid in + years 1583 to 4099 as well + + These methods are represented by the constants: + + * ``EASTER_JULIAN = 1`` + * ``EASTER_ORTHODOX = 2`` + * ``EASTER_WESTERN = 3`` + + The default method is method 3. + + More about the algorithm may be found at: + + `GM Arts: Easter Algorithms `_ + + and + + `The Calendar FAQ: Easter `_ + + """ + + if not (1 <= method <= 3): + raise ValueError("invalid method") + + # g - Golden year - 1 + # c - Century + # h - (23 - Epact) mod 30 + # i - Number of days from March 21 to Paschal Full Moon + # j - Weekday for PFM (0=Sunday, etc) + # p - Number of days from March 21 to Sunday on or before PFM + # (-6 to 28 methods 1 & 3, to 56 for method 2) + # e - Extra days to add for method 2 (converting Julian + # date to Gregorian date) + + y = year + g = y % 19 + e = 0 + if method < 3: + # Old method + i = (19*g + 15) % 30 + j = (y + y//4 + i) % 7 + if method == 2: + # Extra dates to convert Julian to Gregorian date + e = 10 + if y > 1600: + e = e + y//100 - 16 - (y//100 - 16)//4 + else: + # New method + c = y//100 + h = (c - c//4 - (8*c + 13)//25 + 19*g + 15) % 30 + i = h - (h//28)*(1 - (h//28)*(29//(h + 1))*((21 - g)//11)) + j = (y + y//4 + i + 2 - c + c//4) % 7 + + # p can be from -6 to 56 corresponding to dates 22 March to 23 May + # (later dates apply to method 2, although 23 May never actually occurs) + p = i - j + e + d = 1 + (p + 27 + (p + 6)//40) % 31 + m = 3 + (p + 26)//30 + return datetime.date(int(y), int(m), int(d)) diff --git a/.venv/Lib/site-packages/dateutil/parser/__init__.py b/.venv/Lib/site-packages/dateutil/parser/__init__.py new file mode 100644 index 0000000000..d174b0e4dc --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/parser/__init__.py @@ -0,0 +1,61 @@ +# -*- coding: utf-8 -*- +from ._parser import parse, parser, parserinfo, ParserError +from ._parser import DEFAULTPARSER, DEFAULTTZPARSER +from ._parser import UnknownTimezoneWarning + +from ._parser import __doc__ + +from .isoparser import isoparser, isoparse + +__all__ = ['parse', 'parser', 'parserinfo', + 'isoparse', 'isoparser', + 'ParserError', + 'UnknownTimezoneWarning'] + + +### +# Deprecate portions of the private interface so that downstream code that +# is improperly relying on it is given *some* notice. + + +def __deprecated_private_func(f): + from functools import wraps + import warnings + + msg = ('{name} is a private function and may break without warning, ' + 'it will be moved and or renamed in future versions.') + msg = msg.format(name=f.__name__) + + @wraps(f) + def deprecated_func(*args, **kwargs): + warnings.warn(msg, DeprecationWarning) + return f(*args, **kwargs) + + return deprecated_func + +def __deprecate_private_class(c): + import warnings + + msg = ('{name} is a private class and may break without warning, ' + 'it will be moved and or renamed in future versions.') + msg = msg.format(name=c.__name__) + + class private_class(c): + __doc__ = c.__doc__ + + def __init__(self, *args, **kwargs): + warnings.warn(msg, DeprecationWarning) + super(private_class, self).__init__(*args, **kwargs) + + private_class.__name__ = c.__name__ + + return private_class + + +from ._parser import _timelex, _resultbase +from ._parser import _tzparser, _parsetz + +_timelex = __deprecate_private_class(_timelex) +_tzparser = __deprecate_private_class(_tzparser) +_resultbase = __deprecate_private_class(_resultbase) +_parsetz = __deprecated_private_func(_parsetz) diff --git a/.venv/Lib/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..450c9a3ff70bd3825589a3ac22be81db24e95a30 GIT binary patch literal 2662 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f567ab7d652c015bad3174204b69be55b3f03d5 GIT binary patch literal 15602 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 ZR{hcG6j!q9*>>NvJMG#1eK+g({{SUhRYd>* literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/parser/_parser.py b/.venv/Lib/site-packages/dateutil/parser/_parser.py new file mode 100644 index 0000000000..37d1663b2f --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/parser/_parser.py @@ -0,0 +1,1613 @@ +# -*- coding: utf-8 -*- +""" +This module offers a generic date/time string parser which is able to parse +most known formats to represent a date and/or time. + +This module attempts to be forgiving with regards to unlikely input formats, +returning a datetime object even for dates which are ambiguous. If an element +of a date/time stamp is omitted, the following rules are applied: + +- If AM or PM is left unspecified, a 24-hour clock is assumed, however, an hour + on a 12-hour clock (``0 <= hour <= 12``) *must* be specified if AM or PM is + specified. +- If a time zone is omitted, a timezone-naive datetime is returned. + +If any other elements are missing, they are taken from the +:class:`datetime.datetime` object passed to the parameter ``default``. If this +results in a day number exceeding the valid number of days per month, the +value falls back to the end of the month. + +Additional resources about date/time string formats can be found below: + +- `A summary of the international standard date and time notation + `_ +- `W3C Date and Time Formats `_ +- `Time Formats (Planetary Rings Node) `_ +- `CPAN ParseDate module + `_ +- `Java SimpleDateFormat Class + `_ +""" +from __future__ import unicode_literals + +import datetime +import re +import string +import time +import warnings + +from calendar import monthrange +from io import StringIO + +import six +from six import integer_types, text_type + +from decimal import Decimal + +from warnings import warn + +from .. import relativedelta +from .. import tz + +__all__ = ["parse", "parserinfo", "ParserError"] + + +# TODO: pandas.core.tools.datetimes imports this explicitly. Might be worth +# making public and/or figuring out if there is something we can +# take off their plate. +class _timelex(object): + # Fractional seconds are sometimes split by a comma + _split_decimal = re.compile("([.,])") + + def __init__(self, instream): + if isinstance(instream, (bytes, bytearray)): + instream = instream.decode() + + if isinstance(instream, text_type): + instream = StringIO(instream) + elif getattr(instream, 'read', None) is None: + raise TypeError('Parser must be a string or character stream, not ' + '{itype}'.format(itype=instream.__class__.__name__)) + + self.instream = instream + self.charstack = [] + self.tokenstack = [] + self.eof = False + + def get_token(self): + """ + This function breaks the time string into lexical units (tokens), which + can be parsed by the parser. Lexical units are demarcated by changes in + the character set, so any continuous string of letters is considered + one unit, any continuous string of numbers is considered one unit. + + The main complication arises from the fact that dots ('.') can be used + both as separators (e.g. "Sep.20.2009") or decimal points (e.g. + "4:30:21.447"). As such, it is necessary to read the full context of + any dot-separated strings before breaking it into tokens; as such, this + function maintains a "token stack", for when the ambiguous context + demands that multiple tokens be parsed at once. + """ + if self.tokenstack: + return self.tokenstack.pop(0) + + seenletters = False + token = None + state = None + + while not self.eof: + # We only realize that we've reached the end of a token when we + # find a character that's not part of the current token - since + # that character may be part of the next token, it's stored in the + # charstack. + if self.charstack: + nextchar = self.charstack.pop(0) + else: + nextchar = self.instream.read(1) + while nextchar == '\x00': + nextchar = self.instream.read(1) + + if not nextchar: + self.eof = True + break + elif not state: + # First character of the token - determines if we're starting + # to parse a word, a number or something else. + token = nextchar + if self.isword(nextchar): + state = 'a' + elif self.isnum(nextchar): + state = '0' + elif self.isspace(nextchar): + token = ' ' + break # emit token + else: + break # emit token + elif state == 'a': + # If we've already started reading a word, we keep reading + # letters until we find something that's not part of a word. + seenletters = True + if self.isword(nextchar): + token += nextchar + elif nextchar == '.': + token += nextchar + state = 'a.' + else: + self.charstack.append(nextchar) + break # emit token + elif state == '0': + # If we've already started reading a number, we keep reading + # numbers until we find something that doesn't fit. + if self.isnum(nextchar): + token += nextchar + elif nextchar == '.' or (nextchar == ',' and len(token) >= 2): + token += nextchar + state = '0.' + else: + self.charstack.append(nextchar) + break # emit token + elif state == 'a.': + # If we've seen some letters and a dot separator, continue + # parsing, and the tokens will be broken up later. + seenletters = True + if nextchar == '.' or self.isword(nextchar): + token += nextchar + elif self.isnum(nextchar) and token[-1] == '.': + token += nextchar + state = '0.' + else: + self.charstack.append(nextchar) + break # emit token + elif state == '0.': + # If we've seen at least one dot separator, keep going, we'll + # break up the tokens later. + if nextchar == '.' or self.isnum(nextchar): + token += nextchar + elif self.isword(nextchar) and token[-1] == '.': + token += nextchar + state = 'a.' + else: + self.charstack.append(nextchar) + break # emit token + + if (state in ('a.', '0.') and (seenletters or token.count('.') > 1 or + token[-1] in '.,')): + l = self._split_decimal.split(token) + token = l[0] + for tok in l[1:]: + if tok: + self.tokenstack.append(tok) + + if state == '0.' and token.count('.') == 0: + token = token.replace(',', '.') + + return token + + def __iter__(self): + return self + + def __next__(self): + token = self.get_token() + if token is None: + raise StopIteration + + return token + + def next(self): + return self.__next__() # Python 2.x support + + @classmethod + def split(cls, s): + return list(cls(s)) + + @classmethod + def isword(cls, nextchar): + """ Whether or not the next character is part of a word """ + return nextchar.isalpha() + + @classmethod + def isnum(cls, nextchar): + """ Whether the next character is part of a number """ + return nextchar.isdigit() + + @classmethod + def isspace(cls, nextchar): + """ Whether the next character is whitespace """ + return nextchar.isspace() + + +class _resultbase(object): + + def __init__(self): + for attr in self.__slots__: + setattr(self, attr, None) + + def _repr(self, classname): + l = [] + for attr in self.__slots__: + value = getattr(self, attr) + if value is not None: + l.append("%s=%s" % (attr, repr(value))) + return "%s(%s)" % (classname, ", ".join(l)) + + def __len__(self): + return (sum(getattr(self, attr) is not None + for attr in self.__slots__)) + + def __repr__(self): + return self._repr(self.__class__.__name__) + + +class parserinfo(object): + """ + Class which handles what inputs are accepted. Subclass this to customize + the language and acceptable values for each parameter. + + :param dayfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the day (``True``) or month (``False``). If + ``yearfirst`` is set to ``True``, this distinguishes between YDM + and YMD. Default is ``False``. + + :param yearfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the year. If ``True``, the first number is taken + to be the year, otherwise the last number is taken to be the year. + Default is ``False``. + """ + + # m from a.m/p.m, t from ISO T separator + JUMP = [" ", ".", ",", ";", "-", "/", "'", + "at", "on", "and", "ad", "m", "t", "of", + "st", "nd", "rd", "th"] + + WEEKDAYS = [("Mon", "Monday"), + ("Tue", "Tuesday"), # TODO: "Tues" + ("Wed", "Wednesday"), + ("Thu", "Thursday"), # TODO: "Thurs" + ("Fri", "Friday"), + ("Sat", "Saturday"), + ("Sun", "Sunday")] + MONTHS = [("Jan", "January"), + ("Feb", "February"), # TODO: "Febr" + ("Mar", "March"), + ("Apr", "April"), + ("May", "May"), + ("Jun", "June"), + ("Jul", "July"), + ("Aug", "August"), + ("Sep", "Sept", "September"), + ("Oct", "October"), + ("Nov", "November"), + ("Dec", "December")] + HMS = [("h", "hour", "hours"), + ("m", "minute", "minutes"), + ("s", "second", "seconds")] + AMPM = [("am", "a"), + ("pm", "p")] + UTCZONE = ["UTC", "GMT", "Z", "z"] + PERTAIN = ["of"] + TZOFFSET = {} + # TODO: ERA = ["AD", "BC", "CE", "BCE", "Stardate", + # "Anno Domini", "Year of Our Lord"] + + def __init__(self, dayfirst=False, yearfirst=False): + self._jump = self._convert(self.JUMP) + self._weekdays = self._convert(self.WEEKDAYS) + self._months = self._convert(self.MONTHS) + self._hms = self._convert(self.HMS) + self._ampm = self._convert(self.AMPM) + self._utczone = self._convert(self.UTCZONE) + self._pertain = self._convert(self.PERTAIN) + + self.dayfirst = dayfirst + self.yearfirst = yearfirst + + self._year = time.localtime().tm_year + self._century = self._year // 100 * 100 + + def _convert(self, lst): + dct = {} + for i, v in enumerate(lst): + if isinstance(v, tuple): + for v in v: + dct[v.lower()] = i + else: + dct[v.lower()] = i + return dct + + def jump(self, name): + return name.lower() in self._jump + + def weekday(self, name): + try: + return self._weekdays[name.lower()] + except KeyError: + pass + return None + + def month(self, name): + try: + return self._months[name.lower()] + 1 + except KeyError: + pass + return None + + def hms(self, name): + try: + return self._hms[name.lower()] + except KeyError: + return None + + def ampm(self, name): + try: + return self._ampm[name.lower()] + except KeyError: + return None + + def pertain(self, name): + return name.lower() in self._pertain + + def utczone(self, name): + return name.lower() in self._utczone + + def tzoffset(self, name): + if name in self._utczone: + return 0 + + return self.TZOFFSET.get(name) + + def convertyear(self, year, century_specified=False): + """ + Converts two-digit years to year within [-50, 49] + range of self._year (current local time) + """ + + # Function contract is that the year is always positive + assert year >= 0 + + if year < 100 and not century_specified: + # assume current century to start + year += self._century + + if year >= self._year + 50: # if too far in future + year -= 100 + elif year < self._year - 50: # if too far in past + year += 100 + + return year + + def validate(self, res): + # move to info + if res.year is not None: + res.year = self.convertyear(res.year, res.century_specified) + + if ((res.tzoffset == 0 and not res.tzname) or + (res.tzname == 'Z' or res.tzname == 'z')): + res.tzname = "UTC" + res.tzoffset = 0 + elif res.tzoffset != 0 and res.tzname and self.utczone(res.tzname): + res.tzoffset = 0 + return True + + +class _ymd(list): + def __init__(self, *args, **kwargs): + super(self.__class__, self).__init__(*args, **kwargs) + self.century_specified = False + self.dstridx = None + self.mstridx = None + self.ystridx = None + + @property + def has_year(self): + return self.ystridx is not None + + @property + def has_month(self): + return self.mstridx is not None + + @property + def has_day(self): + return self.dstridx is not None + + def could_be_day(self, value): + if self.has_day: + return False + elif not self.has_month: + return 1 <= value <= 31 + elif not self.has_year: + # Be permissive, assume leap year + month = self[self.mstridx] + return 1 <= value <= monthrange(2000, month)[1] + else: + month = self[self.mstridx] + year = self[self.ystridx] + return 1 <= value <= monthrange(year, month)[1] + + def append(self, val, label=None): + if hasattr(val, '__len__'): + if val.isdigit() and len(val) > 2: + self.century_specified = True + if label not in [None, 'Y']: # pragma: no cover + raise ValueError(label) + label = 'Y' + elif val > 100: + self.century_specified = True + if label not in [None, 'Y']: # pragma: no cover + raise ValueError(label) + label = 'Y' + + super(self.__class__, self).append(int(val)) + + if label == 'M': + if self.has_month: + raise ValueError('Month is already set') + self.mstridx = len(self) - 1 + elif label == 'D': + if self.has_day: + raise ValueError('Day is already set') + self.dstridx = len(self) - 1 + elif label == 'Y': + if self.has_year: + raise ValueError('Year is already set') + self.ystridx = len(self) - 1 + + def _resolve_from_stridxs(self, strids): + """ + Try to resolve the identities of year/month/day elements using + ystridx, mstridx, and dstridx, if enough of these are specified. + """ + if len(self) == 3 and len(strids) == 2: + # we can back out the remaining stridx value + missing = [x for x in range(3) if x not in strids.values()] + key = [x for x in ['y', 'm', 'd'] if x not in strids] + assert len(missing) == len(key) == 1 + key = key[0] + val = missing[0] + strids[key] = val + + assert len(self) == len(strids) # otherwise this should not be called + out = {key: self[strids[key]] for key in strids} + return (out.get('y'), out.get('m'), out.get('d')) + + def resolve_ymd(self, yearfirst, dayfirst): + len_ymd = len(self) + year, month, day = (None, None, None) + + strids = (('y', self.ystridx), + ('m', self.mstridx), + ('d', self.dstridx)) + + strids = {key: val for key, val in strids if val is not None} + if (len(self) == len(strids) > 0 or + (len(self) == 3 and len(strids) == 2)): + return self._resolve_from_stridxs(strids) + + mstridx = self.mstridx + + if len_ymd > 3: + raise ValueError("More than three YMD values") + elif len_ymd == 1 or (mstridx is not None and len_ymd == 2): + # One member, or two members with a month string + if mstridx is not None: + month = self[mstridx] + # since mstridx is 0 or 1, self[mstridx-1] always + # looks up the other element + other = self[mstridx - 1] + else: + other = self[0] + + if len_ymd > 1 or mstridx is None: + if other > 31: + year = other + else: + day = other + + elif len_ymd == 2: + # Two members with numbers + if self[0] > 31: + # 99-01 + year, month = self + elif self[1] > 31: + # 01-99 + month, year = self + elif dayfirst and self[1] <= 12: + # 13-01 + day, month = self + else: + # 01-13 + month, day = self + + elif len_ymd == 3: + # Three members + if mstridx == 0: + if self[1] > 31: + # Apr-2003-25 + month, year, day = self + else: + month, day, year = self + elif mstridx == 1: + if self[0] > 31 or (yearfirst and self[2] <= 31): + # 99-Jan-01 + year, month, day = self + else: + # 01-Jan-01 + # Give precedence to day-first, since + # two-digit years is usually hand-written. + day, month, year = self + + elif mstridx == 2: + # WTF!? + if self[1] > 31: + # 01-99-Jan + day, year, month = self + else: + # 99-01-Jan + year, day, month = self + + else: + if (self[0] > 31 or + self.ystridx == 0 or + (yearfirst and self[1] <= 12 and self[2] <= 31)): + # 99-01-01 + if dayfirst and self[2] <= 12: + year, day, month = self + else: + year, month, day = self + elif self[0] > 12 or (dayfirst and self[1] <= 12): + # 13-01-01 + day, month, year = self + else: + # 01-13-01 + month, day, year = self + + return year, month, day + + +class parser(object): + def __init__(self, info=None): + self.info = info or parserinfo() + + def parse(self, timestr, default=None, + ignoretz=False, tzinfos=None, **kwargs): + """ + Parse the date/time string into a :class:`datetime.datetime` object. + + :param timestr: + Any date/time string using the supported formats. + + :param default: + The default datetime object, if this is a datetime object and not + ``None``, elements specified in ``timestr`` replace elements in the + default object. + + :param ignoretz: + If set ``True``, time zones in parsed strings are ignored and a + naive :class:`datetime.datetime` object is returned. + + :param tzinfos: + Additional time zone names / aliases which may be present in the + string. This argument maps time zone names (and optionally offsets + from those time zones) to time zones. This parameter can be a + dictionary with timezone aliases mapping time zone names to time + zones or a function taking two parameters (``tzname`` and + ``tzoffset``) and returning a time zone. + + The timezones to which the names are mapped can be an integer + offset from UTC in seconds or a :class:`tzinfo` object. + + .. doctest:: + :options: +NORMALIZE_WHITESPACE + + >>> from dateutil.parser import parse + >>> from dateutil.tz import gettz + >>> tzinfos = {"BRST": -7200, "CST": gettz("America/Chicago")} + >>> parse("2012-01-19 17:21:00 BRST", tzinfos=tzinfos) + datetime.datetime(2012, 1, 19, 17, 21, tzinfo=tzoffset(u'BRST', -7200)) + >>> parse("2012-01-19 17:21:00 CST", tzinfos=tzinfos) + datetime.datetime(2012, 1, 19, 17, 21, + tzinfo=tzfile('/usr/share/zoneinfo/America/Chicago')) + + This parameter is ignored if ``ignoretz`` is set. + + :param \\*\\*kwargs: + Keyword arguments as passed to ``_parse()``. + + :return: + Returns a :class:`datetime.datetime` object or, if the + ``fuzzy_with_tokens`` option is ``True``, returns a tuple, the + first element being a :class:`datetime.datetime` object, the second + a tuple containing the fuzzy tokens. + + :raises ParserError: + Raised for invalid or unknown string format, if the provided + :class:`tzinfo` is not in a valid format, or if an invalid date + would be created. + + :raises TypeError: + Raised for non-string or character stream input. + + :raises OverflowError: + Raised if the parsed date exceeds the largest valid C integer on + your system. + """ + + if default is None: + default = datetime.datetime.now().replace(hour=0, minute=0, + second=0, microsecond=0) + + res, skipped_tokens = self._parse(timestr, **kwargs) + + if res is None: + raise ParserError("Unknown string format: %s", timestr) + + if len(res) == 0: + raise ParserError("String does not contain a date: %s", timestr) + + try: + ret = self._build_naive(res, default) + except ValueError as e: + six.raise_from(ParserError(str(e) + ": %s", timestr), e) + + if not ignoretz: + ret = self._build_tzaware(ret, res, tzinfos) + + if kwargs.get('fuzzy_with_tokens', False): + return ret, skipped_tokens + else: + return ret + + class _result(_resultbase): + __slots__ = ["year", "month", "day", "weekday", + "hour", "minute", "second", "microsecond", + "tzname", "tzoffset", "ampm","any_unused_tokens"] + + def _parse(self, timestr, dayfirst=None, yearfirst=None, fuzzy=False, + fuzzy_with_tokens=False): + """ + Private method which performs the heavy lifting of parsing, called from + ``parse()``, which passes on its ``kwargs`` to this function. + + :param timestr: + The string to parse. + + :param dayfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the day (``True``) or month (``False``). If + ``yearfirst`` is set to ``True``, this distinguishes between YDM + and YMD. If set to ``None``, this value is retrieved from the + current :class:`parserinfo` object (which itself defaults to + ``False``). + + :param yearfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the year. If ``True``, the first number is taken + to be the year, otherwise the last number is taken to be the year. + If this is set to ``None``, the value is retrieved from the current + :class:`parserinfo` object (which itself defaults to ``False``). + + :param fuzzy: + Whether to allow fuzzy parsing, allowing for string like "Today is + January 1, 2047 at 8:21:00AM". + + :param fuzzy_with_tokens: + If ``True``, ``fuzzy`` is automatically set to True, and the parser + will return a tuple where the first element is the parsed + :class:`datetime.datetime` datetimestamp and the second element is + a tuple containing the portions of the string which were ignored: + + .. doctest:: + + >>> from dateutil.parser import parse + >>> parse("Today is January 1, 2047 at 8:21:00AM", fuzzy_with_tokens=True) + (datetime.datetime(2047, 1, 1, 8, 21), (u'Today is ', u' ', u'at ')) + + """ + if fuzzy_with_tokens: + fuzzy = True + + info = self.info + + if dayfirst is None: + dayfirst = info.dayfirst + + if yearfirst is None: + yearfirst = info.yearfirst + + res = self._result() + l = _timelex.split(timestr) # Splits the timestr into tokens + + skipped_idxs = [] + + # year/month/day list + ymd = _ymd() + + len_l = len(l) + i = 0 + try: + while i < len_l: + + # Check if it's a number + value_repr = l[i] + try: + value = float(value_repr) + except ValueError: + value = None + + if value is not None: + # Numeric token + i = self._parse_numeric_token(l, i, info, ymd, res, fuzzy) + + # Check weekday + elif info.weekday(l[i]) is not None: + value = info.weekday(l[i]) + res.weekday = value + + # Check month name + elif info.month(l[i]) is not None: + value = info.month(l[i]) + ymd.append(value, 'M') + + if i + 1 < len_l: + if l[i + 1] in ('-', '/'): + # Jan-01[-99] + sep = l[i + 1] + ymd.append(l[i + 2]) + + if i + 3 < len_l and l[i + 3] == sep: + # Jan-01-99 + ymd.append(l[i + 4]) + i += 2 + + i += 2 + + elif (i + 4 < len_l and l[i + 1] == l[i + 3] == ' ' and + info.pertain(l[i + 2])): + # Jan of 01 + # In this case, 01 is clearly year + if l[i + 4].isdigit(): + # Convert it here to become unambiguous + value = int(l[i + 4]) + year = str(info.convertyear(value)) + ymd.append(year, 'Y') + else: + # Wrong guess + pass + # TODO: not hit in tests + i += 4 + + # Check am/pm + elif info.ampm(l[i]) is not None: + value = info.ampm(l[i]) + val_is_ampm = self._ampm_valid(res.hour, res.ampm, fuzzy) + + if val_is_ampm: + res.hour = self._adjust_ampm(res.hour, value) + res.ampm = value + + elif fuzzy: + skipped_idxs.append(i) + + # Check for a timezone name + elif self._could_be_tzname(res.hour, res.tzname, res.tzoffset, l[i]): + res.tzname = l[i] + res.tzoffset = info.tzoffset(res.tzname) + + # Check for something like GMT+3, or BRST+3. Notice + # that it doesn't mean "I am 3 hours after GMT", but + # "my time +3 is GMT". If found, we reverse the + # logic so that timezone parsing code will get it + # right. + if i + 1 < len_l and l[i + 1] in ('+', '-'): + l[i + 1] = ('+', '-')[l[i + 1] == '+'] + res.tzoffset = None + if info.utczone(res.tzname): + # With something like GMT+3, the timezone + # is *not* GMT. + res.tzname = None + + # Check for a numbered timezone + elif res.hour is not None and l[i] in ('+', '-'): + signal = (-1, 1)[l[i] == '+'] + len_li = len(l[i + 1]) + + # TODO: check that l[i + 1] is integer? + if len_li == 4: + # -0300 + hour_offset = int(l[i + 1][:2]) + min_offset = int(l[i + 1][2:]) + elif i + 2 < len_l and l[i + 2] == ':': + # -03:00 + hour_offset = int(l[i + 1]) + min_offset = int(l[i + 3]) # TODO: Check that l[i+3] is minute-like? + i += 2 + elif len_li <= 2: + # -[0]3 + hour_offset = int(l[i + 1][:2]) + min_offset = 0 + else: + raise ValueError(timestr) + + res.tzoffset = signal * (hour_offset * 3600 + min_offset * 60) + + # Look for a timezone name between parenthesis + if (i + 5 < len_l and + info.jump(l[i + 2]) and l[i + 3] == '(' and + l[i + 5] == ')' and + 3 <= len(l[i + 4]) and + self._could_be_tzname(res.hour, res.tzname, + None, l[i + 4])): + # -0300 (BRST) + res.tzname = l[i + 4] + i += 4 + + i += 1 + + # Check jumps + elif not (info.jump(l[i]) or fuzzy): + raise ValueError(timestr) + + else: + skipped_idxs.append(i) + i += 1 + + # Process year/month/day + year, month, day = ymd.resolve_ymd(yearfirst, dayfirst) + + res.century_specified = ymd.century_specified + res.year = year + res.month = month + res.day = day + + except (IndexError, ValueError): + return None, None + + if not info.validate(res): + return None, None + + if fuzzy_with_tokens: + skipped_tokens = self._recombine_skipped(l, skipped_idxs) + return res, tuple(skipped_tokens) + else: + return res, None + + def _parse_numeric_token(self, tokens, idx, info, ymd, res, fuzzy): + # Token is a number + value_repr = tokens[idx] + try: + value = self._to_decimal(value_repr) + except Exception as e: + six.raise_from(ValueError('Unknown numeric token'), e) + + len_li = len(value_repr) + + len_l = len(tokens) + + if (len(ymd) == 3 and len_li in (2, 4) and + res.hour is None and + (idx + 1 >= len_l or + (tokens[idx + 1] != ':' and + info.hms(tokens[idx + 1]) is None))): + # 19990101T23[59] + s = tokens[idx] + res.hour = int(s[:2]) + + if len_li == 4: + res.minute = int(s[2:]) + + elif len_li == 6 or (len_li > 6 and tokens[idx].find('.') == 6): + # YYMMDD or HHMMSS[.ss] + s = tokens[idx] + + if not ymd and '.' not in tokens[idx]: + ymd.append(s[:2]) + ymd.append(s[2:4]) + ymd.append(s[4:]) + else: + # 19990101T235959[.59] + + # TODO: Check if res attributes already set. + res.hour = int(s[:2]) + res.minute = int(s[2:4]) + res.second, res.microsecond = self._parsems(s[4:]) + + elif len_li in (8, 12, 14): + # YYYYMMDD + s = tokens[idx] + ymd.append(s[:4], 'Y') + ymd.append(s[4:6]) + ymd.append(s[6:8]) + + if len_li > 8: + res.hour = int(s[8:10]) + res.minute = int(s[10:12]) + + if len_li > 12: + res.second = int(s[12:]) + + elif self._find_hms_idx(idx, tokens, info, allow_jump=True) is not None: + # HH[ ]h or MM[ ]m or SS[.ss][ ]s + hms_idx = self._find_hms_idx(idx, tokens, info, allow_jump=True) + (idx, hms) = self._parse_hms(idx, tokens, info, hms_idx) + if hms is not None: + # TODO: checking that hour/minute/second are not + # already set? + self._assign_hms(res, value_repr, hms) + + elif idx + 2 < len_l and tokens[idx + 1] == ':': + # HH:MM[:SS[.ss]] + res.hour = int(value) + value = self._to_decimal(tokens[idx + 2]) # TODO: try/except for this? + (res.minute, res.second) = self._parse_min_sec(value) + + if idx + 4 < len_l and tokens[idx + 3] == ':': + res.second, res.microsecond = self._parsems(tokens[idx + 4]) + + idx += 2 + + idx += 2 + + elif idx + 1 < len_l and tokens[idx + 1] in ('-', '/', '.'): + sep = tokens[idx + 1] + ymd.append(value_repr) + + if idx + 2 < len_l and not info.jump(tokens[idx + 2]): + if tokens[idx + 2].isdigit(): + # 01-01[-01] + ymd.append(tokens[idx + 2]) + else: + # 01-Jan[-01] + value = info.month(tokens[idx + 2]) + + if value is not None: + ymd.append(value, 'M') + else: + raise ValueError() + + if idx + 3 < len_l and tokens[idx + 3] == sep: + # We have three members + value = info.month(tokens[idx + 4]) + + if value is not None: + ymd.append(value, 'M') + else: + ymd.append(tokens[idx + 4]) + idx += 2 + + idx += 1 + idx += 1 + + elif idx + 1 >= len_l or info.jump(tokens[idx + 1]): + if idx + 2 < len_l and info.ampm(tokens[idx + 2]) is not None: + # 12 am + hour = int(value) + res.hour = self._adjust_ampm(hour, info.ampm(tokens[idx + 2])) + idx += 1 + else: + # Year, month or day + ymd.append(value) + idx += 1 + + elif info.ampm(tokens[idx + 1]) is not None and (0 <= value < 24): + # 12am + hour = int(value) + res.hour = self._adjust_ampm(hour, info.ampm(tokens[idx + 1])) + idx += 1 + + elif ymd.could_be_day(value): + ymd.append(value) + + elif not fuzzy: + raise ValueError() + + return idx + + def _find_hms_idx(self, idx, tokens, info, allow_jump): + len_l = len(tokens) + + if idx+1 < len_l and info.hms(tokens[idx+1]) is not None: + # There is an "h", "m", or "s" label following this token. We take + # assign the upcoming label to the current token. + # e.g. the "12" in 12h" + hms_idx = idx + 1 + + elif (allow_jump and idx+2 < len_l and tokens[idx+1] == ' ' and + info.hms(tokens[idx+2]) is not None): + # There is a space and then an "h", "m", or "s" label. + # e.g. the "12" in "12 h" + hms_idx = idx + 2 + + elif idx > 0 and info.hms(tokens[idx-1]) is not None: + # There is a "h", "m", or "s" preceding this token. Since neither + # of the previous cases was hit, there is no label following this + # token, so we use the previous label. + # e.g. the "04" in "12h04" + hms_idx = idx-1 + + elif (1 < idx == len_l-1 and tokens[idx-1] == ' ' and + info.hms(tokens[idx-2]) is not None): + # If we are looking at the final token, we allow for a + # backward-looking check to skip over a space. + # TODO: Are we sure this is the right condition here? + hms_idx = idx - 2 + + else: + hms_idx = None + + return hms_idx + + def _assign_hms(self, res, value_repr, hms): + # See GH issue #427, fixing float rounding + value = self._to_decimal(value_repr) + + if hms == 0: + # Hour + res.hour = int(value) + if value % 1: + res.minute = int(60*(value % 1)) + + elif hms == 1: + (res.minute, res.second) = self._parse_min_sec(value) + + elif hms == 2: + (res.second, res.microsecond) = self._parsems(value_repr) + + def _could_be_tzname(self, hour, tzname, tzoffset, token): + return (hour is not None and + tzname is None and + tzoffset is None and + len(token) <= 5 and + (all(x in string.ascii_uppercase for x in token) + or token in self.info.UTCZONE)) + + def _ampm_valid(self, hour, ampm, fuzzy): + """ + For fuzzy parsing, 'a' or 'am' (both valid English words) + may erroneously trigger the AM/PM flag. Deal with that + here. + """ + val_is_ampm = True + + # If there's already an AM/PM flag, this one isn't one. + if fuzzy and ampm is not None: + val_is_ampm = False + + # If AM/PM is found and hour is not, raise a ValueError + if hour is None: + if fuzzy: + val_is_ampm = False + else: + raise ValueError('No hour specified with AM or PM flag.') + elif not 0 <= hour <= 12: + # If AM/PM is found, it's a 12 hour clock, so raise + # an error for invalid range + if fuzzy: + val_is_ampm = False + else: + raise ValueError('Invalid hour specified for 12-hour clock.') + + return val_is_ampm + + def _adjust_ampm(self, hour, ampm): + if hour < 12 and ampm == 1: + hour += 12 + elif hour == 12 and ampm == 0: + hour = 0 + return hour + + def _parse_min_sec(self, value): + # TODO: Every usage of this function sets res.second to the return + # value. Are there any cases where second will be returned as None and + # we *don't* want to set res.second = None? + minute = int(value) + second = None + + sec_remainder = value % 1 + if sec_remainder: + second = int(60 * sec_remainder) + return (minute, second) + + def _parse_hms(self, idx, tokens, info, hms_idx): + # TODO: Is this going to admit a lot of false-positives for when we + # just happen to have digits and "h", "m" or "s" characters in non-date + # text? I guess hex hashes won't have that problem, but there's plenty + # of random junk out there. + if hms_idx is None: + hms = None + new_idx = idx + elif hms_idx > idx: + hms = info.hms(tokens[hms_idx]) + new_idx = hms_idx + else: + # Looking backwards, increment one. + hms = info.hms(tokens[hms_idx]) + 1 + new_idx = idx + + return (new_idx, hms) + + # ------------------------------------------------------------------ + # Handling for individual tokens. These are kept as methods instead + # of functions for the sake of customizability via subclassing. + + def _parsems(self, value): + """Parse a I[.F] seconds value into (seconds, microseconds).""" + if "." not in value: + return int(value), 0 + else: + i, f = value.split(".") + return int(i), int(f.ljust(6, "0")[:6]) + + def _to_decimal(self, val): + try: + decimal_value = Decimal(val) + # See GH 662, edge case, infinite value should not be converted + # via `_to_decimal` + if not decimal_value.is_finite(): + raise ValueError("Converted decimal value is infinite or NaN") + except Exception as e: + msg = "Could not convert %s to decimal" % val + six.raise_from(ValueError(msg), e) + else: + return decimal_value + + # ------------------------------------------------------------------ + # Post-Parsing construction of datetime output. These are kept as + # methods instead of functions for the sake of customizability via + # subclassing. + + def _build_tzinfo(self, tzinfos, tzname, tzoffset): + if callable(tzinfos): + tzdata = tzinfos(tzname, tzoffset) + else: + tzdata = tzinfos.get(tzname) + # handle case where tzinfo is paased an options that returns None + # eg tzinfos = {'BRST' : None} + if isinstance(tzdata, datetime.tzinfo) or tzdata is None: + tzinfo = tzdata + elif isinstance(tzdata, text_type): + tzinfo = tz.tzstr(tzdata) + elif isinstance(tzdata, integer_types): + tzinfo = tz.tzoffset(tzname, tzdata) + else: + raise TypeError("Offset must be tzinfo subclass, tz string, " + "or int offset.") + return tzinfo + + def _build_tzaware(self, naive, res, tzinfos): + if (callable(tzinfos) or (tzinfos and res.tzname in tzinfos)): + tzinfo = self._build_tzinfo(tzinfos, res.tzname, res.tzoffset) + aware = naive.replace(tzinfo=tzinfo) + aware = self._assign_tzname(aware, res.tzname) + + elif res.tzname and res.tzname in time.tzname: + aware = naive.replace(tzinfo=tz.tzlocal()) + + # Handle ambiguous local datetime + aware = self._assign_tzname(aware, res.tzname) + + # This is mostly relevant for winter GMT zones parsed in the UK + if (aware.tzname() != res.tzname and + res.tzname in self.info.UTCZONE): + aware = aware.replace(tzinfo=tz.UTC) + + elif res.tzoffset == 0: + aware = naive.replace(tzinfo=tz.UTC) + + elif res.tzoffset: + aware = naive.replace(tzinfo=tz.tzoffset(res.tzname, res.tzoffset)) + + elif not res.tzname and not res.tzoffset: + # i.e. no timezone information was found. + aware = naive + + elif res.tzname: + # tz-like string was parsed but we don't know what to do + # with it + warnings.warn("tzname {tzname} identified but not understood. " + "Pass `tzinfos` argument in order to correctly " + "return a timezone-aware datetime. In a future " + "version, this will raise an " + "exception.".format(tzname=res.tzname), + category=UnknownTimezoneWarning) + aware = naive + + return aware + + def _build_naive(self, res, default): + repl = {} + for attr in ("year", "month", "day", "hour", + "minute", "second", "microsecond"): + value = getattr(res, attr) + if value is not None: + repl[attr] = value + + if 'day' not in repl: + # If the default day exceeds the last day of the month, fall back + # to the end of the month. + cyear = default.year if res.year is None else res.year + cmonth = default.month if res.month is None else res.month + cday = default.day if res.day is None else res.day + + if cday > monthrange(cyear, cmonth)[1]: + repl['day'] = monthrange(cyear, cmonth)[1] + + naive = default.replace(**repl) + + if res.weekday is not None and not res.day: + naive = naive + relativedelta.relativedelta(weekday=res.weekday) + + return naive + + def _assign_tzname(self, dt, tzname): + if dt.tzname() != tzname: + new_dt = tz.enfold(dt, fold=1) + if new_dt.tzname() == tzname: + return new_dt + + return dt + + def _recombine_skipped(self, tokens, skipped_idxs): + """ + >>> tokens = ["foo", " ", "bar", " ", "19June2000", "baz"] + >>> skipped_idxs = [0, 1, 2, 5] + >>> _recombine_skipped(tokens, skipped_idxs) + ["foo bar", "baz"] + """ + skipped_tokens = [] + for i, idx in enumerate(sorted(skipped_idxs)): + if i > 0 and idx - 1 == skipped_idxs[i - 1]: + skipped_tokens[-1] = skipped_tokens[-1] + tokens[idx] + else: + skipped_tokens.append(tokens[idx]) + + return skipped_tokens + + +DEFAULTPARSER = parser() + + +def parse(timestr, parserinfo=None, **kwargs): + """ + + Parse a string in one of the supported formats, using the + ``parserinfo`` parameters. + + :param timestr: + A string containing a date/time stamp. + + :param parserinfo: + A :class:`parserinfo` object containing parameters for the parser. + If ``None``, the default arguments to the :class:`parserinfo` + constructor are used. + + The ``**kwargs`` parameter takes the following keyword arguments: + + :param default: + The default datetime object, if this is a datetime object and not + ``None``, elements specified in ``timestr`` replace elements in the + default object. + + :param ignoretz: + If set ``True``, time zones in parsed strings are ignored and a naive + :class:`datetime` object is returned. + + :param tzinfos: + Additional time zone names / aliases which may be present in the + string. This argument maps time zone names (and optionally offsets + from those time zones) to time zones. This parameter can be a + dictionary with timezone aliases mapping time zone names to time + zones or a function taking two parameters (``tzname`` and + ``tzoffset``) and returning a time zone. + + The timezones to which the names are mapped can be an integer + offset from UTC in seconds or a :class:`tzinfo` object. + + .. doctest:: + :options: +NORMALIZE_WHITESPACE + + >>> from dateutil.parser import parse + >>> from dateutil.tz import gettz + >>> tzinfos = {"BRST": -7200, "CST": gettz("America/Chicago")} + >>> parse("2012-01-19 17:21:00 BRST", tzinfos=tzinfos) + datetime.datetime(2012, 1, 19, 17, 21, tzinfo=tzoffset(u'BRST', -7200)) + >>> parse("2012-01-19 17:21:00 CST", tzinfos=tzinfos) + datetime.datetime(2012, 1, 19, 17, 21, + tzinfo=tzfile('/usr/share/zoneinfo/America/Chicago')) + + This parameter is ignored if ``ignoretz`` is set. + + :param dayfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the day (``True``) or month (``False``). If + ``yearfirst`` is set to ``True``, this distinguishes between YDM and + YMD. If set to ``None``, this value is retrieved from the current + :class:`parserinfo` object (which itself defaults to ``False``). + + :param yearfirst: + Whether to interpret the first value in an ambiguous 3-integer date + (e.g. 01/05/09) as the year. If ``True``, the first number is taken to + be the year, otherwise the last number is taken to be the year. If + this is set to ``None``, the value is retrieved from the current + :class:`parserinfo` object (which itself defaults to ``False``). + + :param fuzzy: + Whether to allow fuzzy parsing, allowing for string like "Today is + January 1, 2047 at 8:21:00AM". + + :param fuzzy_with_tokens: + If ``True``, ``fuzzy`` is automatically set to True, and the parser + will return a tuple where the first element is the parsed + :class:`datetime.datetime` datetimestamp and the second element is + a tuple containing the portions of the string which were ignored: + + .. doctest:: + + >>> from dateutil.parser import parse + >>> parse("Today is January 1, 2047 at 8:21:00AM", fuzzy_with_tokens=True) + (datetime.datetime(2047, 1, 1, 8, 21), (u'Today is ', u' ', u'at ')) + + :return: + Returns a :class:`datetime.datetime` object or, if the + ``fuzzy_with_tokens`` option is ``True``, returns a tuple, the + first element being a :class:`datetime.datetime` object, the second + a tuple containing the fuzzy tokens. + + :raises ParserError: + Raised for invalid or unknown string formats, if the provided + :class:`tzinfo` is not in a valid format, or if an invalid date would + be created. + + :raises OverflowError: + Raised if the parsed date exceeds the largest valid C integer on + your system. + """ + if parserinfo: + return parser(parserinfo).parse(timestr, **kwargs) + else: + return DEFAULTPARSER.parse(timestr, **kwargs) + + +class _tzparser(object): + + class _result(_resultbase): + + __slots__ = ["stdabbr", "stdoffset", "dstabbr", "dstoffset", + "start", "end"] + + class _attr(_resultbase): + __slots__ = ["month", "week", "weekday", + "yday", "jyday", "day", "time"] + + def __repr__(self): + return self._repr("") + + def __init__(self): + _resultbase.__init__(self) + self.start = self._attr() + self.end = self._attr() + + def parse(self, tzstr): + res = self._result() + l = [x for x in re.split(r'([,:.]|[a-zA-Z]+|[0-9]+)',tzstr) if x] + used_idxs = list() + try: + + len_l = len(l) + + i = 0 + while i < len_l: + # BRST+3[BRDT[+2]] + j = i + while j < len_l and not [x for x in l[j] + if x in "0123456789:,-+"]: + j += 1 + if j != i: + if not res.stdabbr: + offattr = "stdoffset" + res.stdabbr = "".join(l[i:j]) + else: + offattr = "dstoffset" + res.dstabbr = "".join(l[i:j]) + + for ii in range(j): + used_idxs.append(ii) + i = j + if (i < len_l and (l[i] in ('+', '-') or l[i][0] in + "0123456789")): + if l[i] in ('+', '-'): + # Yes, that's right. See the TZ variable + # documentation. + signal = (1, -1)[l[i] == '+'] + used_idxs.append(i) + i += 1 + else: + signal = -1 + len_li = len(l[i]) + if len_li == 4: + # -0300 + setattr(res, offattr, (int(l[i][:2]) * 3600 + + int(l[i][2:]) * 60) * signal) + elif i + 1 < len_l and l[i + 1] == ':': + # -03:00 + setattr(res, offattr, + (int(l[i]) * 3600 + + int(l[i + 2]) * 60) * signal) + used_idxs.append(i) + i += 2 + elif len_li <= 2: + # -[0]3 + setattr(res, offattr, + int(l[i][:2]) * 3600 * signal) + else: + return None + used_idxs.append(i) + i += 1 + if res.dstabbr: + break + else: + break + + + if i < len_l: + for j in range(i, len_l): + if l[j] == ';': + l[j] = ',' + + assert l[i] == ',' + + i += 1 + + if i >= len_l: + pass + elif (8 <= l.count(',') <= 9 and + not [y for x in l[i:] if x != ',' + for y in x if y not in "0123456789+-"]): + # GMT0BST,3,0,30,3600,10,0,26,7200[,3600] + for x in (res.start, res.end): + x.month = int(l[i]) + used_idxs.append(i) + i += 2 + if l[i] == '-': + value = int(l[i + 1]) * -1 + used_idxs.append(i) + i += 1 + else: + value = int(l[i]) + used_idxs.append(i) + i += 2 + if value: + x.week = value + x.weekday = (int(l[i]) - 1) % 7 + else: + x.day = int(l[i]) + used_idxs.append(i) + i += 2 + x.time = int(l[i]) + used_idxs.append(i) + i += 2 + if i < len_l: + if l[i] in ('-', '+'): + signal = (-1, 1)[l[i] == "+"] + used_idxs.append(i) + i += 1 + else: + signal = 1 + used_idxs.append(i) + res.dstoffset = (res.stdoffset + int(l[i]) * signal) + + # This was a made-up format that is not in normal use + warn(('Parsed time zone "%s"' % tzstr) + + 'is in a non-standard dateutil-specific format, which ' + + 'is now deprecated; support for parsing this format ' + + 'will be removed in future versions. It is recommended ' + + 'that you switch to a standard format like the GNU ' + + 'TZ variable format.', tz.DeprecatedTzFormatWarning) + elif (l.count(',') == 2 and l[i:].count('/') <= 2 and + not [y for x in l[i:] if x not in (',', '/', 'J', 'M', + '.', '-', ':') + for y in x if y not in "0123456789"]): + for x in (res.start, res.end): + if l[i] == 'J': + # non-leap year day (1 based) + used_idxs.append(i) + i += 1 + x.jyday = int(l[i]) + elif l[i] == 'M': + # month[-.]week[-.]weekday + used_idxs.append(i) + i += 1 + x.month = int(l[i]) + used_idxs.append(i) + i += 1 + assert l[i] in ('-', '.') + used_idxs.append(i) + i += 1 + x.week = int(l[i]) + if x.week == 5: + x.week = -1 + used_idxs.append(i) + i += 1 + assert l[i] in ('-', '.') + used_idxs.append(i) + i += 1 + x.weekday = (int(l[i]) - 1) % 7 + else: + # year day (zero based) + x.yday = int(l[i]) + 1 + + used_idxs.append(i) + i += 1 + + if i < len_l and l[i] == '/': + used_idxs.append(i) + i += 1 + # start time + len_li = len(l[i]) + if len_li == 4: + # -0300 + x.time = (int(l[i][:2]) * 3600 + + int(l[i][2:]) * 60) + elif i + 1 < len_l and l[i + 1] == ':': + # -03:00 + x.time = int(l[i]) * 3600 + int(l[i + 2]) * 60 + used_idxs.append(i) + i += 2 + if i + 1 < len_l and l[i + 1] == ':': + used_idxs.append(i) + i += 2 + x.time += int(l[i]) + elif len_li <= 2: + # -[0]3 + x.time = (int(l[i][:2]) * 3600) + else: + return None + used_idxs.append(i) + i += 1 + + assert i == len_l or l[i] == ',' + + i += 1 + + assert i >= len_l + + except (IndexError, ValueError, AssertionError): + return None + + unused_idxs = set(range(len_l)).difference(used_idxs) + res.any_unused_tokens = not {l[n] for n in unused_idxs}.issubset({",",":"}) + return res + + +DEFAULTTZPARSER = _tzparser() + + +def _parsetz(tzstr): + return DEFAULTTZPARSER.parse(tzstr) + + +class ParserError(ValueError): + """Exception subclass used for any failure to parse a datetime string. + + This is a subclass of :py:exc:`ValueError`, and should be raised any time + earlier versions of ``dateutil`` would have raised ``ValueError``. + + .. versionadded:: 2.8.1 + """ + def __str__(self): + try: + return self.args[0] % self.args[1:] + except (TypeError, IndexError): + return super(ParserError, self).__str__() + + def __repr__(self): + args = ", ".join("'%s'" % arg for arg in self.args) + return "%s(%s)" % (self.__class__.__name__, args) + + +class UnknownTimezoneWarning(RuntimeWarning): + """Raised when the parser finds a timezone it cannot parse into a tzinfo. + + .. versionadded:: 2.7.0 + """ +# vim:ts=4:sw=4:et diff --git a/.venv/Lib/site-packages/dateutil/parser/isoparser.py b/.venv/Lib/site-packages/dateutil/parser/isoparser.py new file mode 100644 index 0000000000..5d7bee3800 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/parser/isoparser.py @@ -0,0 +1,416 @@ +# -*- coding: utf-8 -*- +""" +This module offers a parser for ISO-8601 strings + +It is intended to support all valid date, time and datetime formats per the +ISO-8601 specification. + +..versionadded:: 2.7.0 +""" +from datetime import datetime, timedelta, time, date +import calendar +from dateutil import tz + +from functools import wraps + +import re +import six + +__all__ = ["isoparse", "isoparser"] + + +def _takes_ascii(f): + @wraps(f) + def func(self, str_in, *args, **kwargs): + # If it's a stream, read the whole thing + str_in = getattr(str_in, 'read', lambda: str_in)() + + # If it's unicode, turn it into bytes, since ISO-8601 only covers ASCII + if isinstance(str_in, six.text_type): + # ASCII is the same in UTF-8 + try: + str_in = str_in.encode('ascii') + except UnicodeEncodeError as e: + msg = 'ISO-8601 strings should contain only ASCII characters' + six.raise_from(ValueError(msg), e) + + return f(self, str_in, *args, **kwargs) + + return func + + +class isoparser(object): + def __init__(self, sep=None): + """ + :param sep: + A single character that separates date and time portions. If + ``None``, the parser will accept any single character. + For strict ISO-8601 adherence, pass ``'T'``. + """ + if sep is not None: + if (len(sep) != 1 or ord(sep) >= 128 or sep in '0123456789'): + raise ValueError('Separator must be a single, non-numeric ' + + 'ASCII character') + + sep = sep.encode('ascii') + + self._sep = sep + + @_takes_ascii + def isoparse(self, dt_str): + """ + Parse an ISO-8601 datetime string into a :class:`datetime.datetime`. + + An ISO-8601 datetime string consists of a date portion, followed + optionally by a time portion - the date and time portions are separated + by a single character separator, which is ``T`` in the official + standard. Incomplete date formats (such as ``YYYY-MM``) may *not* be + combined with a time portion. + + Supported date formats are: + + Common: + + - ``YYYY`` + - ``YYYY-MM`` or ``YYYYMM`` + - ``YYYY-MM-DD`` or ``YYYYMMDD`` + + Uncommon: + + - ``YYYY-Www`` or ``YYYYWww`` - ISO week (day defaults to 0) + - ``YYYY-Www-D`` or ``YYYYWwwD`` - ISO week and day + + The ISO week and day numbering follows the same logic as + :func:`datetime.date.isocalendar`. + + Supported time formats are: + + - ``hh`` + - ``hh:mm`` or ``hhmm`` + - ``hh:mm:ss`` or ``hhmmss`` + - ``hh:mm:ss.ssssss`` (Up to 6 sub-second digits) + + Midnight is a special case for `hh`, as the standard supports both + 00:00 and 24:00 as a representation. The decimal separator can be + either a dot or a comma. + + + .. caution:: + + Support for fractional components other than seconds is part of the + ISO-8601 standard, but is not currently implemented in this parser. + + Supported time zone offset formats are: + + - `Z` (UTC) + - `±HH:MM` + - `±HHMM` + - `±HH` + + Offsets will be represented as :class:`dateutil.tz.tzoffset` objects, + with the exception of UTC, which will be represented as + :class:`dateutil.tz.tzutc`. Time zone offsets equivalent to UTC (such + as `+00:00`) will also be represented as :class:`dateutil.tz.tzutc`. + + :param dt_str: + A string or stream containing only an ISO-8601 datetime string + + :return: + Returns a :class:`datetime.datetime` representing the string. + Unspecified components default to their lowest value. + + .. warning:: + + As of version 2.7.0, the strictness of the parser should not be + considered a stable part of the contract. Any valid ISO-8601 string + that parses correctly with the default settings will continue to + parse correctly in future versions, but invalid strings that + currently fail (e.g. ``2017-01-01T00:00+00:00:00``) are not + guaranteed to continue failing in future versions if they encode + a valid date. + + .. versionadded:: 2.7.0 + """ + components, pos = self._parse_isodate(dt_str) + + if len(dt_str) > pos: + if self._sep is None or dt_str[pos:pos + 1] == self._sep: + components += self._parse_isotime(dt_str[pos + 1:]) + else: + raise ValueError('String contains unknown ISO components') + + if len(components) > 3 and components[3] == 24: + components[3] = 0 + return datetime(*components) + timedelta(days=1) + + return datetime(*components) + + @_takes_ascii + def parse_isodate(self, datestr): + """ + Parse the date portion of an ISO string. + + :param datestr: + The string portion of an ISO string, without a separator + + :return: + Returns a :class:`datetime.date` object + """ + components, pos = self._parse_isodate(datestr) + if pos < len(datestr): + raise ValueError('String contains unknown ISO ' + + 'components: {!r}'.format(datestr.decode('ascii'))) + return date(*components) + + @_takes_ascii + def parse_isotime(self, timestr): + """ + Parse the time portion of an ISO string. + + :param timestr: + The time portion of an ISO string, without a separator + + :return: + Returns a :class:`datetime.time` object + """ + components = self._parse_isotime(timestr) + if components[0] == 24: + components[0] = 0 + return time(*components) + + @_takes_ascii + def parse_tzstr(self, tzstr, zero_as_utc=True): + """ + Parse a valid ISO time zone string. + + See :func:`isoparser.isoparse` for details on supported formats. + + :param tzstr: + A string representing an ISO time zone offset + + :param zero_as_utc: + Whether to return :class:`dateutil.tz.tzutc` for zero-offset zones + + :return: + Returns :class:`dateutil.tz.tzoffset` for offsets and + :class:`dateutil.tz.tzutc` for ``Z`` and (if ``zero_as_utc`` is + specified) offsets equivalent to UTC. + """ + return self._parse_tzstr(tzstr, zero_as_utc=zero_as_utc) + + # Constants + _DATE_SEP = b'-' + _TIME_SEP = b':' + _FRACTION_REGEX = re.compile(b'[\\.,]([0-9]+)') + + def _parse_isodate(self, dt_str): + try: + return self._parse_isodate_common(dt_str) + except ValueError: + return self._parse_isodate_uncommon(dt_str) + + def _parse_isodate_common(self, dt_str): + len_str = len(dt_str) + components = [1, 1, 1] + + if len_str < 4: + raise ValueError('ISO string too short') + + # Year + components[0] = int(dt_str[0:4]) + pos = 4 + if pos >= len_str: + return components, pos + + has_sep = dt_str[pos:pos + 1] == self._DATE_SEP + if has_sep: + pos += 1 + + # Month + if len_str - pos < 2: + raise ValueError('Invalid common month') + + components[1] = int(dt_str[pos:pos + 2]) + pos += 2 + + if pos >= len_str: + if has_sep: + return components, pos + else: + raise ValueError('Invalid ISO format') + + if has_sep: + if dt_str[pos:pos + 1] != self._DATE_SEP: + raise ValueError('Invalid separator in ISO string') + pos += 1 + + # Day + if len_str - pos < 2: + raise ValueError('Invalid common day') + components[2] = int(dt_str[pos:pos + 2]) + return components, pos + 2 + + def _parse_isodate_uncommon(self, dt_str): + if len(dt_str) < 4: + raise ValueError('ISO string too short') + + # All ISO formats start with the year + year = int(dt_str[0:4]) + + has_sep = dt_str[4:5] == self._DATE_SEP + + pos = 4 + has_sep # Skip '-' if it's there + if dt_str[pos:pos + 1] == b'W': + # YYYY-?Www-?D? + pos += 1 + weekno = int(dt_str[pos:pos + 2]) + pos += 2 + + dayno = 1 + if len(dt_str) > pos: + if (dt_str[pos:pos + 1] == self._DATE_SEP) != has_sep: + raise ValueError('Inconsistent use of dash separator') + + pos += has_sep + + dayno = int(dt_str[pos:pos + 1]) + pos += 1 + + base_date = self._calculate_weekdate(year, weekno, dayno) + else: + # YYYYDDD or YYYY-DDD + if len(dt_str) - pos < 3: + raise ValueError('Invalid ordinal day') + + ordinal_day = int(dt_str[pos:pos + 3]) + pos += 3 + + if ordinal_day < 1 or ordinal_day > (365 + calendar.isleap(year)): + raise ValueError('Invalid ordinal day' + + ' {} for year {}'.format(ordinal_day, year)) + + base_date = date(year, 1, 1) + timedelta(days=ordinal_day - 1) + + components = [base_date.year, base_date.month, base_date.day] + return components, pos + + def _calculate_weekdate(self, year, week, day): + """ + Calculate the day of corresponding to the ISO year-week-day calendar. + + This function is effectively the inverse of + :func:`datetime.date.isocalendar`. + + :param year: + The year in the ISO calendar + + :param week: + The week in the ISO calendar - range is [1, 53] + + :param day: + The day in the ISO calendar - range is [1 (MON), 7 (SUN)] + + :return: + Returns a :class:`datetime.date` + """ + if not 0 < week < 54: + raise ValueError('Invalid week: {}'.format(week)) + + if not 0 < day < 8: # Range is 1-7 + raise ValueError('Invalid weekday: {}'.format(day)) + + # Get week 1 for the specific year: + jan_4 = date(year, 1, 4) # Week 1 always has January 4th in it + week_1 = jan_4 - timedelta(days=jan_4.isocalendar()[2] - 1) + + # Now add the specific number of weeks and days to get what we want + week_offset = (week - 1) * 7 + (day - 1) + return week_1 + timedelta(days=week_offset) + + def _parse_isotime(self, timestr): + len_str = len(timestr) + components = [0, 0, 0, 0, None] + pos = 0 + comp = -1 + + if len_str < 2: + raise ValueError('ISO time too short') + + has_sep = False + + while pos < len_str and comp < 5: + comp += 1 + + if timestr[pos:pos + 1] in b'-+Zz': + # Detect time zone boundary + components[-1] = self._parse_tzstr(timestr[pos:]) + pos = len_str + break + + if comp == 1 and timestr[pos:pos+1] == self._TIME_SEP: + has_sep = True + pos += 1 + elif comp == 2 and has_sep: + if timestr[pos:pos+1] != self._TIME_SEP: + raise ValueError('Inconsistent use of colon separator') + pos += 1 + + if comp < 3: + # Hour, minute, second + components[comp] = int(timestr[pos:pos + 2]) + pos += 2 + + if comp == 3: + # Fraction of a second + frac = self._FRACTION_REGEX.match(timestr[pos:]) + if not frac: + continue + + us_str = frac.group(1)[:6] # Truncate to microseconds + components[comp] = int(us_str) * 10**(6 - len(us_str)) + pos += len(frac.group()) + + if pos < len_str: + raise ValueError('Unused components in ISO string') + + if components[0] == 24: + # Standard supports 00:00 and 24:00 as representations of midnight + if any(component != 0 for component in components[1:4]): + raise ValueError('Hour may only be 24 at 24:00:00.000') + + return components + + def _parse_tzstr(self, tzstr, zero_as_utc=True): + if tzstr == b'Z' or tzstr == b'z': + return tz.UTC + + if len(tzstr) not in {3, 5, 6}: + raise ValueError('Time zone offset must be 1, 3, 5 or 6 characters') + + if tzstr[0:1] == b'-': + mult = -1 + elif tzstr[0:1] == b'+': + mult = 1 + else: + raise ValueError('Time zone offset requires sign') + + hours = int(tzstr[1:3]) + if len(tzstr) == 3: + minutes = 0 + else: + minutes = int(tzstr[(4 if tzstr[3:4] == self._TIME_SEP else 3):]) + + if zero_as_utc and hours == 0 and minutes == 0: + return tz.UTC + else: + if minutes > 59: + raise ValueError('Invalid minutes in time zone offset') + + if hours > 23: + raise ValueError('Invalid hours in time zone offset') + + return tz.tzoffset(None, mult * (hours * 60 + minutes) * 60) + + +DEFAULT_ISOPARSER = isoparser() +isoparse = DEFAULT_ISOPARSER.isoparse diff --git a/.venv/Lib/site-packages/dateutil/relativedelta.py b/.venv/Lib/site-packages/dateutil/relativedelta.py new file mode 100644 index 0000000000..a9e85f7e6c --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/relativedelta.py @@ -0,0 +1,599 @@ +# -*- coding: utf-8 -*- +import datetime +import calendar + +import operator +from math import copysign + +from six import integer_types +from warnings import warn + +from ._common import weekday + +MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7)) + +__all__ = ["relativedelta", "MO", "TU", "WE", "TH", "FR", "SA", "SU"] + + +class relativedelta(object): + """ + The relativedelta type is designed to be applied to an existing datetime and + can replace specific components of that datetime, or represents an interval + of time. + + It is based on the specification of the excellent work done by M.-A. Lemburg + in his + `mx.DateTime `_ extension. + However, notice that this type does *NOT* implement the same algorithm as + his work. Do *NOT* expect it to behave like mx.DateTime's counterpart. + + There are two different ways to build a relativedelta instance. The + first one is passing it two date/datetime classes:: + + relativedelta(datetime1, datetime2) + + The second one is passing it any number of the following keyword arguments:: + + relativedelta(arg1=x,arg2=y,arg3=z...) + + year, month, day, hour, minute, second, microsecond: + Absolute information (argument is singular); adding or subtracting a + relativedelta with absolute information does not perform an arithmetic + operation, but rather REPLACES the corresponding value in the + original datetime with the value(s) in relativedelta. + + years, months, weeks, days, hours, minutes, seconds, microseconds: + Relative information, may be negative (argument is plural); adding + or subtracting a relativedelta with relative information performs + the corresponding arithmetic operation on the original datetime value + with the information in the relativedelta. + + weekday: + One of the weekday instances (MO, TU, etc) available in the + relativedelta module. These instances may receive a parameter N, + specifying the Nth weekday, which could be positive or negative + (like MO(+1) or MO(-2)). Not specifying it is the same as specifying + +1. You can also use an integer, where 0=MO. This argument is always + relative e.g. if the calculated date is already Monday, using MO(1) + or MO(-1) won't change the day. To effectively make it absolute, use + it in combination with the day argument (e.g. day=1, MO(1) for first + Monday of the month). + + leapdays: + Will add given days to the date found, if year is a leap + year, and the date found is post 28 of february. + + yearday, nlyearday: + Set the yearday or the non-leap year day (jump leap days). + These are converted to day/month/leapdays information. + + There are relative and absolute forms of the keyword + arguments. The plural is relative, and the singular is + absolute. For each argument in the order below, the absolute form + is applied first (by setting each attribute to that value) and + then the relative form (by adding the value to the attribute). + + The order of attributes considered when this relativedelta is + added to a datetime is: + + 1. Year + 2. Month + 3. Day + 4. Hours + 5. Minutes + 6. Seconds + 7. Microseconds + + Finally, weekday is applied, using the rule described above. + + For example + + >>> from datetime import datetime + >>> from dateutil.relativedelta import relativedelta, MO + >>> dt = datetime(2018, 4, 9, 13, 37, 0) + >>> delta = relativedelta(hours=25, day=1, weekday=MO(1)) + >>> dt + delta + datetime.datetime(2018, 4, 2, 14, 37) + + First, the day is set to 1 (the first of the month), then 25 hours + are added, to get to the 2nd day and 14th hour, finally the + weekday is applied, but since the 2nd is already a Monday there is + no effect. + + """ + + def __init__(self, dt1=None, dt2=None, + years=0, months=0, days=0, leapdays=0, weeks=0, + hours=0, minutes=0, seconds=0, microseconds=0, + year=None, month=None, day=None, weekday=None, + yearday=None, nlyearday=None, + hour=None, minute=None, second=None, microsecond=None): + + if dt1 and dt2: + # datetime is a subclass of date. So both must be date + if not (isinstance(dt1, datetime.date) and + isinstance(dt2, datetime.date)): + raise TypeError("relativedelta only diffs datetime/date") + + # We allow two dates, or two datetimes, so we coerce them to be + # of the same type + if (isinstance(dt1, datetime.datetime) != + isinstance(dt2, datetime.datetime)): + if not isinstance(dt1, datetime.datetime): + dt1 = datetime.datetime.fromordinal(dt1.toordinal()) + elif not isinstance(dt2, datetime.datetime): + dt2 = datetime.datetime.fromordinal(dt2.toordinal()) + + self.years = 0 + self.months = 0 + self.days = 0 + self.leapdays = 0 + self.hours = 0 + self.minutes = 0 + self.seconds = 0 + self.microseconds = 0 + self.year = None + self.month = None + self.day = None + self.weekday = None + self.hour = None + self.minute = None + self.second = None + self.microsecond = None + self._has_time = 0 + + # Get year / month delta between the two + months = (dt1.year - dt2.year) * 12 + (dt1.month - dt2.month) + self._set_months(months) + + # Remove the year/month delta so the timedelta is just well-defined + # time units (seconds, days and microseconds) + dtm = self.__radd__(dt2) + + # If we've overshot our target, make an adjustment + if dt1 < dt2: + compare = operator.gt + increment = 1 + else: + compare = operator.lt + increment = -1 + + while compare(dt1, dtm): + months += increment + self._set_months(months) + dtm = self.__radd__(dt2) + + # Get the timedelta between the "months-adjusted" date and dt1 + delta = dt1 - dtm + self.seconds = delta.seconds + delta.days * 86400 + self.microseconds = delta.microseconds + else: + # Check for non-integer values in integer-only quantities + if any(x is not None and x != int(x) for x in (years, months)): + raise ValueError("Non-integer years and months are " + "ambiguous and not currently supported.") + + # Relative information + self.years = int(years) + self.months = int(months) + self.days = days + weeks * 7 + self.leapdays = leapdays + self.hours = hours + self.minutes = minutes + self.seconds = seconds + self.microseconds = microseconds + + # Absolute information + self.year = year + self.month = month + self.day = day + self.hour = hour + self.minute = minute + self.second = second + self.microsecond = microsecond + + if any(x is not None and int(x) != x + for x in (year, month, day, hour, + minute, second, microsecond)): + # For now we'll deprecate floats - later it'll be an error. + warn("Non-integer value passed as absolute information. " + + "This is not a well-defined condition and will raise " + + "errors in future versions.", DeprecationWarning) + + if isinstance(weekday, integer_types): + self.weekday = weekdays[weekday] + else: + self.weekday = weekday + + yday = 0 + if nlyearday: + yday = nlyearday + elif yearday: + yday = yearday + if yearday > 59: + self.leapdays = -1 + if yday: + ydayidx = [31, 59, 90, 120, 151, 181, 212, + 243, 273, 304, 334, 366] + for idx, ydays in enumerate(ydayidx): + if yday <= ydays: + self.month = idx+1 + if idx == 0: + self.day = yday + else: + self.day = yday-ydayidx[idx-1] + break + else: + raise ValueError("invalid year day (%d)" % yday) + + self._fix() + + def _fix(self): + if abs(self.microseconds) > 999999: + s = _sign(self.microseconds) + div, mod = divmod(self.microseconds * s, 1000000) + self.microseconds = mod * s + self.seconds += div * s + if abs(self.seconds) > 59: + s = _sign(self.seconds) + div, mod = divmod(self.seconds * s, 60) + self.seconds = mod * s + self.minutes += div * s + if abs(self.minutes) > 59: + s = _sign(self.minutes) + div, mod = divmod(self.minutes * s, 60) + self.minutes = mod * s + self.hours += div * s + if abs(self.hours) > 23: + s = _sign(self.hours) + div, mod = divmod(self.hours * s, 24) + self.hours = mod * s + self.days += div * s + if abs(self.months) > 11: + s = _sign(self.months) + div, mod = divmod(self.months * s, 12) + self.months = mod * s + self.years += div * s + if (self.hours or self.minutes or self.seconds or self.microseconds + or self.hour is not None or self.minute is not None or + self.second is not None or self.microsecond is not None): + self._has_time = 1 + else: + self._has_time = 0 + + @property + def weeks(self): + return int(self.days / 7.0) + + @weeks.setter + def weeks(self, value): + self.days = self.days - (self.weeks * 7) + value * 7 + + def _set_months(self, months): + self.months = months + if abs(self.months) > 11: + s = _sign(self.months) + div, mod = divmod(self.months * s, 12) + self.months = mod * s + self.years = div * s + else: + self.years = 0 + + def normalized(self): + """ + Return a version of this object represented entirely using integer + values for the relative attributes. + + >>> relativedelta(days=1.5, hours=2).normalized() + relativedelta(days=+1, hours=+14) + + :return: + Returns a :class:`dateutil.relativedelta.relativedelta` object. + """ + # Cascade remainders down (rounding each to roughly nearest microsecond) + days = int(self.days) + + hours_f = round(self.hours + 24 * (self.days - days), 11) + hours = int(hours_f) + + minutes_f = round(self.minutes + 60 * (hours_f - hours), 10) + minutes = int(minutes_f) + + seconds_f = round(self.seconds + 60 * (minutes_f - minutes), 8) + seconds = int(seconds_f) + + microseconds = round(self.microseconds + 1e6 * (seconds_f - seconds)) + + # Constructor carries overflow back up with call to _fix() + return self.__class__(years=self.years, months=self.months, + days=days, hours=hours, minutes=minutes, + seconds=seconds, microseconds=microseconds, + leapdays=self.leapdays, year=self.year, + month=self.month, day=self.day, + weekday=self.weekday, hour=self.hour, + minute=self.minute, second=self.second, + microsecond=self.microsecond) + + def __add__(self, other): + if isinstance(other, relativedelta): + return self.__class__(years=other.years + self.years, + months=other.months + self.months, + days=other.days + self.days, + hours=other.hours + self.hours, + minutes=other.minutes + self.minutes, + seconds=other.seconds + self.seconds, + microseconds=(other.microseconds + + self.microseconds), + leapdays=other.leapdays or self.leapdays, + year=(other.year if other.year is not None + else self.year), + month=(other.month if other.month is not None + else self.month), + day=(other.day if other.day is not None + else self.day), + weekday=(other.weekday if other.weekday is not None + else self.weekday), + hour=(other.hour if other.hour is not None + else self.hour), + minute=(other.minute if other.minute is not None + else self.minute), + second=(other.second if other.second is not None + else self.second), + microsecond=(other.microsecond if other.microsecond + is not None else + self.microsecond)) + if isinstance(other, datetime.timedelta): + return self.__class__(years=self.years, + months=self.months, + days=self.days + other.days, + hours=self.hours, + minutes=self.minutes, + seconds=self.seconds + other.seconds, + microseconds=self.microseconds + other.microseconds, + leapdays=self.leapdays, + year=self.year, + month=self.month, + day=self.day, + weekday=self.weekday, + hour=self.hour, + minute=self.minute, + second=self.second, + microsecond=self.microsecond) + if not isinstance(other, datetime.date): + return NotImplemented + elif self._has_time and not isinstance(other, datetime.datetime): + other = datetime.datetime.fromordinal(other.toordinal()) + year = (self.year or other.year)+self.years + month = self.month or other.month + if self.months: + assert 1 <= abs(self.months) <= 12 + month += self.months + if month > 12: + year += 1 + month -= 12 + elif month < 1: + year -= 1 + month += 12 + day = min(calendar.monthrange(year, month)[1], + self.day or other.day) + repl = {"year": year, "month": month, "day": day} + for attr in ["hour", "minute", "second", "microsecond"]: + value = getattr(self, attr) + if value is not None: + repl[attr] = value + days = self.days + if self.leapdays and month > 2 and calendar.isleap(year): + days += self.leapdays + ret = (other.replace(**repl) + + datetime.timedelta(days=days, + hours=self.hours, + minutes=self.minutes, + seconds=self.seconds, + microseconds=self.microseconds)) + if self.weekday: + weekday, nth = self.weekday.weekday, self.weekday.n or 1 + jumpdays = (abs(nth) - 1) * 7 + if nth > 0: + jumpdays += (7 - ret.weekday() + weekday) % 7 + else: + jumpdays += (ret.weekday() - weekday) % 7 + jumpdays *= -1 + ret += datetime.timedelta(days=jumpdays) + return ret + + def __radd__(self, other): + return self.__add__(other) + + def __rsub__(self, other): + return self.__neg__().__radd__(other) + + def __sub__(self, other): + if not isinstance(other, relativedelta): + return NotImplemented # In case the other object defines __rsub__ + return self.__class__(years=self.years - other.years, + months=self.months - other.months, + days=self.days - other.days, + hours=self.hours - other.hours, + minutes=self.minutes - other.minutes, + seconds=self.seconds - other.seconds, + microseconds=self.microseconds - other.microseconds, + leapdays=self.leapdays or other.leapdays, + year=(self.year if self.year is not None + else other.year), + month=(self.month if self.month is not None else + other.month), + day=(self.day if self.day is not None else + other.day), + weekday=(self.weekday if self.weekday is not None else + other.weekday), + hour=(self.hour if self.hour is not None else + other.hour), + minute=(self.minute if self.minute is not None else + other.minute), + second=(self.second if self.second is not None else + other.second), + microsecond=(self.microsecond if self.microsecond + is not None else + other.microsecond)) + + def __abs__(self): + return self.__class__(years=abs(self.years), + months=abs(self.months), + days=abs(self.days), + hours=abs(self.hours), + minutes=abs(self.minutes), + seconds=abs(self.seconds), + microseconds=abs(self.microseconds), + leapdays=self.leapdays, + year=self.year, + month=self.month, + day=self.day, + weekday=self.weekday, + hour=self.hour, + minute=self.minute, + second=self.second, + microsecond=self.microsecond) + + def __neg__(self): + return self.__class__(years=-self.years, + months=-self.months, + days=-self.days, + hours=-self.hours, + minutes=-self.minutes, + seconds=-self.seconds, + microseconds=-self.microseconds, + leapdays=self.leapdays, + year=self.year, + month=self.month, + day=self.day, + weekday=self.weekday, + hour=self.hour, + minute=self.minute, + second=self.second, + microsecond=self.microsecond) + + def __bool__(self): + return not (not self.years and + not self.months and + not self.days and + not self.hours and + not self.minutes and + not self.seconds and + not self.microseconds and + not self.leapdays and + self.year is None and + self.month is None and + self.day is None and + self.weekday is None and + self.hour is None and + self.minute is None and + self.second is None and + self.microsecond is None) + # Compatibility with Python 2.x + __nonzero__ = __bool__ + + def __mul__(self, other): + try: + f = float(other) + except TypeError: + return NotImplemented + + return self.__class__(years=int(self.years * f), + months=int(self.months * f), + days=int(self.days * f), + hours=int(self.hours * f), + minutes=int(self.minutes * f), + seconds=int(self.seconds * f), + microseconds=int(self.microseconds * f), + leapdays=self.leapdays, + year=self.year, + month=self.month, + day=self.day, + weekday=self.weekday, + hour=self.hour, + minute=self.minute, + second=self.second, + microsecond=self.microsecond) + + __rmul__ = __mul__ + + def __eq__(self, other): + if not isinstance(other, relativedelta): + return NotImplemented + if self.weekday or other.weekday: + if not self.weekday or not other.weekday: + return False + if self.weekday.weekday != other.weekday.weekday: + return False + n1, n2 = self.weekday.n, other.weekday.n + if n1 != n2 and not ((not n1 or n1 == 1) and (not n2 or n2 == 1)): + return False + return (self.years == other.years and + self.months == other.months and + self.days == other.days and + self.hours == other.hours and + self.minutes == other.minutes and + self.seconds == other.seconds and + self.microseconds == other.microseconds and + self.leapdays == other.leapdays and + self.year == other.year and + self.month == other.month and + self.day == other.day and + self.hour == other.hour and + self.minute == other.minute and + self.second == other.second and + self.microsecond == other.microsecond) + + def __hash__(self): + return hash(( + self.weekday, + self.years, + self.months, + self.days, + self.hours, + self.minutes, + self.seconds, + self.microseconds, + self.leapdays, + self.year, + self.month, + self.day, + self.hour, + self.minute, + self.second, + self.microsecond, + )) + + def __ne__(self, other): + return not self.__eq__(other) + + def __div__(self, other): + try: + reciprocal = 1 / float(other) + except TypeError: + return NotImplemented + + return self.__mul__(reciprocal) + + __truediv__ = __div__ + + def __repr__(self): + l = [] + for attr in ["years", "months", "days", "leapdays", + "hours", "minutes", "seconds", "microseconds"]: + value = getattr(self, attr) + if value: + l.append("{attr}={value:+g}".format(attr=attr, value=value)) + for attr in ["year", "month", "day", "weekday", + "hour", "minute", "second", "microsecond"]: + value = getattr(self, attr) + if value is not None: + l.append("{attr}={value}".format(attr=attr, value=repr(value))) + return "{classname}({attrs})".format(classname=self.__class__.__name__, + attrs=", ".join(l)) + + +def _sign(x): + return int(copysign(1, x)) + +# vim:ts=4:sw=4:et diff --git a/.venv/Lib/site-packages/dateutil/rrule.py b/.venv/Lib/site-packages/dateutil/rrule.py new file mode 100644 index 0000000000..b3203393c6 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/rrule.py @@ -0,0 +1,1737 @@ +# -*- coding: utf-8 -*- +""" +The rrule module offers a small, complete, and very fast, implementation of +the recurrence rules documented in the +`iCalendar RFC `_, +including support for caching of results. +""" +import calendar +import datetime +import heapq +import itertools +import re +import sys +from functools import wraps +# For warning about deprecation of until and count +from warnings import warn + +from six import advance_iterator, integer_types + +from six.moves import _thread, range + +from ._common import weekday as weekdaybase + +try: + from math import gcd +except ImportError: + from fractions import gcd + +__all__ = ["rrule", "rruleset", "rrulestr", + "YEARLY", "MONTHLY", "WEEKLY", "DAILY", + "HOURLY", "MINUTELY", "SECONDLY", + "MO", "TU", "WE", "TH", "FR", "SA", "SU"] + +# Every mask is 7 days longer to handle cross-year weekly periods. +M366MASK = tuple([1]*31+[2]*29+[3]*31+[4]*30+[5]*31+[6]*30 + + [7]*31+[8]*31+[9]*30+[10]*31+[11]*30+[12]*31+[1]*7) +M365MASK = list(M366MASK) +M29, M30, M31 = list(range(1, 30)), list(range(1, 31)), list(range(1, 32)) +MDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7]) +MDAY365MASK = list(MDAY366MASK) +M29, M30, M31 = list(range(-29, 0)), list(range(-30, 0)), list(range(-31, 0)) +NMDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7]) +NMDAY365MASK = list(NMDAY366MASK) +M366RANGE = (0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366) +M365RANGE = (0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365) +WDAYMASK = [0, 1, 2, 3, 4, 5, 6]*55 +del M29, M30, M31, M365MASK[59], MDAY365MASK[59], NMDAY365MASK[31] +MDAY365MASK = tuple(MDAY365MASK) +M365MASK = tuple(M365MASK) + +FREQNAMES = ['YEARLY', 'MONTHLY', 'WEEKLY', 'DAILY', 'HOURLY', 'MINUTELY', 'SECONDLY'] + +(YEARLY, + MONTHLY, + WEEKLY, + DAILY, + HOURLY, + MINUTELY, + SECONDLY) = list(range(7)) + +# Imported on demand. +easter = None +parser = None + + +class weekday(weekdaybase): + """ + This version of weekday does not allow n = 0. + """ + def __init__(self, wkday, n=None): + if n == 0: + raise ValueError("Can't create weekday with n==0") + + super(weekday, self).__init__(wkday, n) + + +MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7)) + + +def _invalidates_cache(f): + """ + Decorator for rruleset methods which may invalidate the + cached length. + """ + @wraps(f) + def inner_func(self, *args, **kwargs): + rv = f(self, *args, **kwargs) + self._invalidate_cache() + return rv + + return inner_func + + +class rrulebase(object): + def __init__(self, cache=False): + if cache: + self._cache = [] + self._cache_lock = _thread.allocate_lock() + self._invalidate_cache() + else: + self._cache = None + self._cache_complete = False + self._len = None + + def __iter__(self): + if self._cache_complete: + return iter(self._cache) + elif self._cache is None: + return self._iter() + else: + return self._iter_cached() + + def _invalidate_cache(self): + if self._cache is not None: + self._cache = [] + self._cache_complete = False + self._cache_gen = self._iter() + + if self._cache_lock.locked(): + self._cache_lock.release() + + self._len = None + + def _iter_cached(self): + i = 0 + gen = self._cache_gen + cache = self._cache + acquire = self._cache_lock.acquire + release = self._cache_lock.release + while gen: + if i == len(cache): + acquire() + if self._cache_complete: + break + try: + for j in range(10): + cache.append(advance_iterator(gen)) + except StopIteration: + self._cache_gen = gen = None + self._cache_complete = True + break + release() + yield cache[i] + i += 1 + while i < self._len: + yield cache[i] + i += 1 + + def __getitem__(self, item): + if self._cache_complete: + return self._cache[item] + elif isinstance(item, slice): + if item.step and item.step < 0: + return list(iter(self))[item] + else: + return list(itertools.islice(self, + item.start or 0, + item.stop or sys.maxsize, + item.step or 1)) + elif item >= 0: + gen = iter(self) + try: + for i in range(item+1): + res = advance_iterator(gen) + except StopIteration: + raise IndexError + return res + else: + return list(iter(self))[item] + + def __contains__(self, item): + if self._cache_complete: + return item in self._cache + else: + for i in self: + if i == item: + return True + elif i > item: + return False + return False + + # __len__() introduces a large performance penalty. + def count(self): + """ Returns the number of recurrences in this set. It will have go + trough the whole recurrence, if this hasn't been done before. """ + if self._len is None: + for x in self: + pass + return self._len + + def before(self, dt, inc=False): + """ Returns the last recurrence before the given datetime instance. The + inc keyword defines what happens if dt is an occurrence. With + inc=True, if dt itself is an occurrence, it will be returned. """ + if self._cache_complete: + gen = self._cache + else: + gen = self + last = None + if inc: + for i in gen: + if i > dt: + break + last = i + else: + for i in gen: + if i >= dt: + break + last = i + return last + + def after(self, dt, inc=False): + """ Returns the first recurrence after the given datetime instance. The + inc keyword defines what happens if dt is an occurrence. With + inc=True, if dt itself is an occurrence, it will be returned. """ + if self._cache_complete: + gen = self._cache + else: + gen = self + if inc: + for i in gen: + if i >= dt: + return i + else: + for i in gen: + if i > dt: + return i + return None + + def xafter(self, dt, count=None, inc=False): + """ + Generator which yields up to `count` recurrences after the given + datetime instance, equivalent to `after`. + + :param dt: + The datetime at which to start generating recurrences. + + :param count: + The maximum number of recurrences to generate. If `None` (default), + dates are generated until the recurrence rule is exhausted. + + :param inc: + If `dt` is an instance of the rule and `inc` is `True`, it is + included in the output. + + :yields: Yields a sequence of `datetime` objects. + """ + + if self._cache_complete: + gen = self._cache + else: + gen = self + + # Select the comparison function + if inc: + comp = lambda dc, dtc: dc >= dtc + else: + comp = lambda dc, dtc: dc > dtc + + # Generate dates + n = 0 + for d in gen: + if comp(d, dt): + if count is not None: + n += 1 + if n > count: + break + + yield d + + def between(self, after, before, inc=False, count=1): + """ Returns all the occurrences of the rrule between after and before. + The inc keyword defines what happens if after and/or before are + themselves occurrences. With inc=True, they will be included in the + list, if they are found in the recurrence set. """ + if self._cache_complete: + gen = self._cache + else: + gen = self + started = False + l = [] + if inc: + for i in gen: + if i > before: + break + elif not started: + if i >= after: + started = True + l.append(i) + else: + l.append(i) + else: + for i in gen: + if i >= before: + break + elif not started: + if i > after: + started = True + l.append(i) + else: + l.append(i) + return l + + +class rrule(rrulebase): + """ + That's the base of the rrule operation. It accepts all the keywords + defined in the RFC as its constructor parameters (except byday, + which was renamed to byweekday) and more. The constructor prototype is:: + + rrule(freq) + + Where freq must be one of YEARLY, MONTHLY, WEEKLY, DAILY, HOURLY, MINUTELY, + or SECONDLY. + + .. note:: + Per RFC section 3.3.10, recurrence instances falling on invalid dates + and times are ignored rather than coerced: + + Recurrence rules may generate recurrence instances with an invalid + date (e.g., February 30) or nonexistent local time (e.g., 1:30 AM + on a day where the local time is moved forward by an hour at 1:00 + AM). Such recurrence instances MUST be ignored and MUST NOT be + counted as part of the recurrence set. + + This can lead to possibly surprising behavior when, for example, the + start date occurs at the end of the month: + + >>> from dateutil.rrule import rrule, MONTHLY + >>> from datetime import datetime + >>> start_date = datetime(2014, 12, 31) + >>> list(rrule(freq=MONTHLY, count=4, dtstart=start_date)) + ... # doctest: +NORMALIZE_WHITESPACE + [datetime.datetime(2014, 12, 31, 0, 0), + datetime.datetime(2015, 1, 31, 0, 0), + datetime.datetime(2015, 3, 31, 0, 0), + datetime.datetime(2015, 5, 31, 0, 0)] + + Additionally, it supports the following keyword arguments: + + :param dtstart: + The recurrence start. Besides being the base for the recurrence, + missing parameters in the final recurrence instances will also be + extracted from this date. If not given, datetime.now() will be used + instead. + :param interval: + The interval between each freq iteration. For example, when using + YEARLY, an interval of 2 means once every two years, but with HOURLY, + it means once every two hours. The default interval is 1. + :param wkst: + The week start day. Must be one of the MO, TU, WE constants, or an + integer, specifying the first day of the week. This will affect + recurrences based on weekly periods. The default week start is got + from calendar.firstweekday(), and may be modified by + calendar.setfirstweekday(). + :param count: + If given, this determines how many occurrences will be generated. + + .. note:: + As of version 2.5.0, the use of the keyword ``until`` in conjunction + with ``count`` is deprecated, to make sure ``dateutil`` is fully + compliant with `RFC-5545 Sec. 3.3.10 `_. Therefore, ``until`` and ``count`` + **must not** occur in the same call to ``rrule``. + :param until: + If given, this must be a datetime instance specifying the upper-bound + limit of the recurrence. The last recurrence in the rule is the greatest + datetime that is less than or equal to the value specified in the + ``until`` parameter. + + .. note:: + As of version 2.5.0, the use of the keyword ``until`` in conjunction + with ``count`` is deprecated, to make sure ``dateutil`` is fully + compliant with `RFC-5545 Sec. 3.3.10 `_. Therefore, ``until`` and ``count`` + **must not** occur in the same call to ``rrule``. + :param bysetpos: + If given, it must be either an integer, or a sequence of integers, + positive or negative. Each given integer will specify an occurrence + number, corresponding to the nth occurrence of the rule inside the + frequency period. For example, a bysetpos of -1 if combined with a + MONTHLY frequency, and a byweekday of (MO, TU, WE, TH, FR), will + result in the last work day of every month. + :param bymonth: + If given, it must be either an integer, or a sequence of integers, + meaning the months to apply the recurrence to. + :param bymonthday: + If given, it must be either an integer, or a sequence of integers, + meaning the month days to apply the recurrence to. + :param byyearday: + If given, it must be either an integer, or a sequence of integers, + meaning the year days to apply the recurrence to. + :param byeaster: + If given, it must be either an integer, or a sequence of integers, + positive or negative. Each integer will define an offset from the + Easter Sunday. Passing the offset 0 to byeaster will yield the Easter + Sunday itself. This is an extension to the RFC specification. + :param byweekno: + If given, it must be either an integer, or a sequence of integers, + meaning the week numbers to apply the recurrence to. Week numbers + have the meaning described in ISO8601, that is, the first week of + the year is that containing at least four days of the new year. + :param byweekday: + If given, it must be either an integer (0 == MO), a sequence of + integers, one of the weekday constants (MO, TU, etc), or a sequence + of these constants. When given, these variables will define the + weekdays where the recurrence will be applied. It's also possible to + use an argument n for the weekday instances, which will mean the nth + occurrence of this weekday in the period. For example, with MONTHLY, + or with YEARLY and BYMONTH, using FR(+1) in byweekday will specify the + first friday of the month where the recurrence happens. Notice that in + the RFC documentation, this is specified as BYDAY, but was renamed to + avoid the ambiguity of that keyword. + :param byhour: + If given, it must be either an integer, or a sequence of integers, + meaning the hours to apply the recurrence to. + :param byminute: + If given, it must be either an integer, or a sequence of integers, + meaning the minutes to apply the recurrence to. + :param bysecond: + If given, it must be either an integer, or a sequence of integers, + meaning the seconds to apply the recurrence to. + :param cache: + If given, it must be a boolean value specifying to enable or disable + caching of results. If you will use the same rrule instance multiple + times, enabling caching will improve the performance considerably. + """ + def __init__(self, freq, dtstart=None, + interval=1, wkst=None, count=None, until=None, bysetpos=None, + bymonth=None, bymonthday=None, byyearday=None, byeaster=None, + byweekno=None, byweekday=None, + byhour=None, byminute=None, bysecond=None, + cache=False): + super(rrule, self).__init__(cache) + global easter + if not dtstart: + if until and until.tzinfo: + dtstart = datetime.datetime.now(tz=until.tzinfo).replace(microsecond=0) + else: + dtstart = datetime.datetime.now().replace(microsecond=0) + elif not isinstance(dtstart, datetime.datetime): + dtstart = datetime.datetime.fromordinal(dtstart.toordinal()) + else: + dtstart = dtstart.replace(microsecond=0) + self._dtstart = dtstart + self._tzinfo = dtstart.tzinfo + self._freq = freq + self._interval = interval + self._count = count + + # Cache the original byxxx rules, if they are provided, as the _byxxx + # attributes do not necessarily map to the inputs, and this can be + # a problem in generating the strings. Only store things if they've + # been supplied (the string retrieval will just use .get()) + self._original_rule = {} + + if until and not isinstance(until, datetime.datetime): + until = datetime.datetime.fromordinal(until.toordinal()) + self._until = until + + if self._dtstart and self._until: + if (self._dtstart.tzinfo is not None) != (self._until.tzinfo is not None): + # According to RFC5545 Section 3.3.10: + # https://tools.ietf.org/html/rfc5545#section-3.3.10 + # + # > If the "DTSTART" property is specified as a date with UTC + # > time or a date with local time and time zone reference, + # > then the UNTIL rule part MUST be specified as a date with + # > UTC time. + raise ValueError( + 'RRULE UNTIL values must be specified in UTC when DTSTART ' + 'is timezone-aware' + ) + + if count is not None and until: + warn("Using both 'count' and 'until' is inconsistent with RFC 5545" + " and has been deprecated in dateutil. Future versions will " + "raise an error.", DeprecationWarning) + + if wkst is None: + self._wkst = calendar.firstweekday() + elif isinstance(wkst, integer_types): + self._wkst = wkst + else: + self._wkst = wkst.weekday + + if bysetpos is None: + self._bysetpos = None + elif isinstance(bysetpos, integer_types): + if bysetpos == 0 or not (-366 <= bysetpos <= 366): + raise ValueError("bysetpos must be between 1 and 366, " + "or between -366 and -1") + self._bysetpos = (bysetpos,) + else: + self._bysetpos = tuple(bysetpos) + for pos in self._bysetpos: + if pos == 0 or not (-366 <= pos <= 366): + raise ValueError("bysetpos must be between 1 and 366, " + "or between -366 and -1") + + if self._bysetpos: + self._original_rule['bysetpos'] = self._bysetpos + + if (byweekno is None and byyearday is None and bymonthday is None and + byweekday is None and byeaster is None): + if freq == YEARLY: + if bymonth is None: + bymonth = dtstart.month + self._original_rule['bymonth'] = None + bymonthday = dtstart.day + self._original_rule['bymonthday'] = None + elif freq == MONTHLY: + bymonthday = dtstart.day + self._original_rule['bymonthday'] = None + elif freq == WEEKLY: + byweekday = dtstart.weekday() + self._original_rule['byweekday'] = None + + # bymonth + if bymonth is None: + self._bymonth = None + else: + if isinstance(bymonth, integer_types): + bymonth = (bymonth,) + + self._bymonth = tuple(sorted(set(bymonth))) + + if 'bymonth' not in self._original_rule: + self._original_rule['bymonth'] = self._bymonth + + # byyearday + if byyearday is None: + self._byyearday = None + else: + if isinstance(byyearday, integer_types): + byyearday = (byyearday,) + + self._byyearday = tuple(sorted(set(byyearday))) + self._original_rule['byyearday'] = self._byyearday + + # byeaster + if byeaster is not None: + if not easter: + from dateutil import easter + if isinstance(byeaster, integer_types): + self._byeaster = (byeaster,) + else: + self._byeaster = tuple(sorted(byeaster)) + + self._original_rule['byeaster'] = self._byeaster + else: + self._byeaster = None + + # bymonthday + if bymonthday is None: + self._bymonthday = () + self._bynmonthday = () + else: + if isinstance(bymonthday, integer_types): + bymonthday = (bymonthday,) + + bymonthday = set(bymonthday) # Ensure it's unique + + self._bymonthday = tuple(sorted(x for x in bymonthday if x > 0)) + self._bynmonthday = tuple(sorted(x for x in bymonthday if x < 0)) + + # Storing positive numbers first, then negative numbers + if 'bymonthday' not in self._original_rule: + self._original_rule['bymonthday'] = tuple( + itertools.chain(self._bymonthday, self._bynmonthday)) + + # byweekno + if byweekno is None: + self._byweekno = None + else: + if isinstance(byweekno, integer_types): + byweekno = (byweekno,) + + self._byweekno = tuple(sorted(set(byweekno))) + + self._original_rule['byweekno'] = self._byweekno + + # byweekday / bynweekday + if byweekday is None: + self._byweekday = None + self._bynweekday = None + else: + # If it's one of the valid non-sequence types, convert to a + # single-element sequence before the iterator that builds the + # byweekday set. + if isinstance(byweekday, integer_types) or hasattr(byweekday, "n"): + byweekday = (byweekday,) + + self._byweekday = set() + self._bynweekday = set() + for wday in byweekday: + if isinstance(wday, integer_types): + self._byweekday.add(wday) + elif not wday.n or freq > MONTHLY: + self._byweekday.add(wday.weekday) + else: + self._bynweekday.add((wday.weekday, wday.n)) + + if not self._byweekday: + self._byweekday = None + elif not self._bynweekday: + self._bynweekday = None + + if self._byweekday is not None: + self._byweekday = tuple(sorted(self._byweekday)) + orig_byweekday = [weekday(x) for x in self._byweekday] + else: + orig_byweekday = () + + if self._bynweekday is not None: + self._bynweekday = tuple(sorted(self._bynweekday)) + orig_bynweekday = [weekday(*x) for x in self._bynweekday] + else: + orig_bynweekday = () + + if 'byweekday' not in self._original_rule: + self._original_rule['byweekday'] = tuple(itertools.chain( + orig_byweekday, orig_bynweekday)) + + # byhour + if byhour is None: + if freq < HOURLY: + self._byhour = {dtstart.hour} + else: + self._byhour = None + else: + if isinstance(byhour, integer_types): + byhour = (byhour,) + + if freq == HOURLY: + self._byhour = self.__construct_byset(start=dtstart.hour, + byxxx=byhour, + base=24) + else: + self._byhour = set(byhour) + + self._byhour = tuple(sorted(self._byhour)) + self._original_rule['byhour'] = self._byhour + + # byminute + if byminute is None: + if freq < MINUTELY: + self._byminute = {dtstart.minute} + else: + self._byminute = None + else: + if isinstance(byminute, integer_types): + byminute = (byminute,) + + if freq == MINUTELY: + self._byminute = self.__construct_byset(start=dtstart.minute, + byxxx=byminute, + base=60) + else: + self._byminute = set(byminute) + + self._byminute = tuple(sorted(self._byminute)) + self._original_rule['byminute'] = self._byminute + + # bysecond + if bysecond is None: + if freq < SECONDLY: + self._bysecond = ((dtstart.second,)) + else: + self._bysecond = None + else: + if isinstance(bysecond, integer_types): + bysecond = (bysecond,) + + self._bysecond = set(bysecond) + + if freq == SECONDLY: + self._bysecond = self.__construct_byset(start=dtstart.second, + byxxx=bysecond, + base=60) + else: + self._bysecond = set(bysecond) + + self._bysecond = tuple(sorted(self._bysecond)) + self._original_rule['bysecond'] = self._bysecond + + if self._freq >= HOURLY: + self._timeset = None + else: + self._timeset = [] + for hour in self._byhour: + for minute in self._byminute: + for second in self._bysecond: + self._timeset.append( + datetime.time(hour, minute, second, + tzinfo=self._tzinfo)) + self._timeset.sort() + self._timeset = tuple(self._timeset) + + def __str__(self): + """ + Output a string that would generate this RRULE if passed to rrulestr. + This is mostly compatible with RFC5545, except for the + dateutil-specific extension BYEASTER. + """ + + output = [] + h, m, s = [None] * 3 + if self._dtstart: + output.append(self._dtstart.strftime('DTSTART:%Y%m%dT%H%M%S')) + h, m, s = self._dtstart.timetuple()[3:6] + + parts = ['FREQ=' + FREQNAMES[self._freq]] + if self._interval != 1: + parts.append('INTERVAL=' + str(self._interval)) + + if self._wkst: + parts.append('WKST=' + repr(weekday(self._wkst))[0:2]) + + if self._count is not None: + parts.append('COUNT=' + str(self._count)) + + if self._until: + parts.append(self._until.strftime('UNTIL=%Y%m%dT%H%M%S')) + + if self._original_rule.get('byweekday') is not None: + # The str() method on weekday objects doesn't generate + # RFC5545-compliant strings, so we should modify that. + original_rule = dict(self._original_rule) + wday_strings = [] + for wday in original_rule['byweekday']: + if wday.n: + wday_strings.append('{n:+d}{wday}'.format( + n=wday.n, + wday=repr(wday)[0:2])) + else: + wday_strings.append(repr(wday)) + + original_rule['byweekday'] = wday_strings + else: + original_rule = self._original_rule + + partfmt = '{name}={vals}' + for name, key in [('BYSETPOS', 'bysetpos'), + ('BYMONTH', 'bymonth'), + ('BYMONTHDAY', 'bymonthday'), + ('BYYEARDAY', 'byyearday'), + ('BYWEEKNO', 'byweekno'), + ('BYDAY', 'byweekday'), + ('BYHOUR', 'byhour'), + ('BYMINUTE', 'byminute'), + ('BYSECOND', 'bysecond'), + ('BYEASTER', 'byeaster')]: + value = original_rule.get(key) + if value: + parts.append(partfmt.format(name=name, vals=(','.join(str(v) + for v in value)))) + + output.append('RRULE:' + ';'.join(parts)) + return '\n'.join(output) + + def replace(self, **kwargs): + """Return new rrule with same attributes except for those attributes given new + values by whichever keyword arguments are specified.""" + new_kwargs = {"interval": self._interval, + "count": self._count, + "dtstart": self._dtstart, + "freq": self._freq, + "until": self._until, + "wkst": self._wkst, + "cache": False if self._cache is None else True } + new_kwargs.update(self._original_rule) + new_kwargs.update(kwargs) + return rrule(**new_kwargs) + + def _iter(self): + year, month, day, hour, minute, second, weekday, yearday, _ = \ + self._dtstart.timetuple() + + # Some local variables to speed things up a bit + freq = self._freq + interval = self._interval + wkst = self._wkst + until = self._until + bymonth = self._bymonth + byweekno = self._byweekno + byyearday = self._byyearday + byweekday = self._byweekday + byeaster = self._byeaster + bymonthday = self._bymonthday + bynmonthday = self._bynmonthday + bysetpos = self._bysetpos + byhour = self._byhour + byminute = self._byminute + bysecond = self._bysecond + + ii = _iterinfo(self) + ii.rebuild(year, month) + + getdayset = {YEARLY: ii.ydayset, + MONTHLY: ii.mdayset, + WEEKLY: ii.wdayset, + DAILY: ii.ddayset, + HOURLY: ii.ddayset, + MINUTELY: ii.ddayset, + SECONDLY: ii.ddayset}[freq] + + if freq < HOURLY: + timeset = self._timeset + else: + gettimeset = {HOURLY: ii.htimeset, + MINUTELY: ii.mtimeset, + SECONDLY: ii.stimeset}[freq] + if ((freq >= HOURLY and + self._byhour and hour not in self._byhour) or + (freq >= MINUTELY and + self._byminute and minute not in self._byminute) or + (freq >= SECONDLY and + self._bysecond and second not in self._bysecond)): + timeset = () + else: + timeset = gettimeset(hour, minute, second) + + total = 0 + count = self._count + while True: + # Get dayset with the right frequency + dayset, start, end = getdayset(year, month, day) + + # Do the "hard" work ;-) + filtered = False + for i in dayset[start:end]: + if ((bymonth and ii.mmask[i] not in bymonth) or + (byweekno and not ii.wnomask[i]) or + (byweekday and ii.wdaymask[i] not in byweekday) or + (ii.nwdaymask and not ii.nwdaymask[i]) or + (byeaster and not ii.eastermask[i]) or + ((bymonthday or bynmonthday) and + ii.mdaymask[i] not in bymonthday and + ii.nmdaymask[i] not in bynmonthday) or + (byyearday and + ((i < ii.yearlen and i+1 not in byyearday and + -ii.yearlen+i not in byyearday) or + (i >= ii.yearlen and i+1-ii.yearlen not in byyearday and + -ii.nextyearlen+i-ii.yearlen not in byyearday)))): + dayset[i] = None + filtered = True + + # Output results + if bysetpos and timeset: + poslist = [] + for pos in bysetpos: + if pos < 0: + daypos, timepos = divmod(pos, len(timeset)) + else: + daypos, timepos = divmod(pos-1, len(timeset)) + try: + i = [x for x in dayset[start:end] + if x is not None][daypos] + time = timeset[timepos] + except IndexError: + pass + else: + date = datetime.date.fromordinal(ii.yearordinal+i) + res = datetime.datetime.combine(date, time) + if res not in poslist: + poslist.append(res) + poslist.sort() + for res in poslist: + if until and res > until: + self._len = total + return + elif res >= self._dtstart: + if count is not None: + count -= 1 + if count < 0: + self._len = total + return + total += 1 + yield res + else: + for i in dayset[start:end]: + if i is not None: + date = datetime.date.fromordinal(ii.yearordinal + i) + for time in timeset: + res = datetime.datetime.combine(date, time) + if until and res > until: + self._len = total + return + elif res >= self._dtstart: + if count is not None: + count -= 1 + if count < 0: + self._len = total + return + + total += 1 + yield res + + # Handle frequency and interval + fixday = False + if freq == YEARLY: + year += interval + if year > datetime.MAXYEAR: + self._len = total + return + ii.rebuild(year, month) + elif freq == MONTHLY: + month += interval + if month > 12: + div, mod = divmod(month, 12) + month = mod + year += div + if month == 0: + month = 12 + year -= 1 + if year > datetime.MAXYEAR: + self._len = total + return + ii.rebuild(year, month) + elif freq == WEEKLY: + if wkst > weekday: + day += -(weekday+1+(6-wkst))+self._interval*7 + else: + day += -(weekday-wkst)+self._interval*7 + weekday = wkst + fixday = True + elif freq == DAILY: + day += interval + fixday = True + elif freq == HOURLY: + if filtered: + # Jump to one iteration before next day + hour += ((23-hour)//interval)*interval + + if byhour: + ndays, hour = self.__mod_distance(value=hour, + byxxx=self._byhour, + base=24) + else: + ndays, hour = divmod(hour+interval, 24) + + if ndays: + day += ndays + fixday = True + + timeset = gettimeset(hour, minute, second) + elif freq == MINUTELY: + if filtered: + # Jump to one iteration before next day + minute += ((1439-(hour*60+minute))//interval)*interval + + valid = False + rep_rate = (24*60) + for j in range(rep_rate // gcd(interval, rep_rate)): + if byminute: + nhours, minute = \ + self.__mod_distance(value=minute, + byxxx=self._byminute, + base=60) + else: + nhours, minute = divmod(minute+interval, 60) + + div, hour = divmod(hour+nhours, 24) + if div: + day += div + fixday = True + filtered = False + + if not byhour or hour in byhour: + valid = True + break + + if not valid: + raise ValueError('Invalid combination of interval and ' + + 'byhour resulting in empty rule.') + + timeset = gettimeset(hour, minute, second) + elif freq == SECONDLY: + if filtered: + # Jump to one iteration before next day + second += (((86399 - (hour * 3600 + minute * 60 + second)) + // interval) * interval) + + rep_rate = (24 * 3600) + valid = False + for j in range(0, rep_rate // gcd(interval, rep_rate)): + if bysecond: + nminutes, second = \ + self.__mod_distance(value=second, + byxxx=self._bysecond, + base=60) + else: + nminutes, second = divmod(second+interval, 60) + + div, minute = divmod(minute+nminutes, 60) + if div: + hour += div + div, hour = divmod(hour, 24) + if div: + day += div + fixday = True + + if ((not byhour or hour in byhour) and + (not byminute or minute in byminute) and + (not bysecond or second in bysecond)): + valid = True + break + + if not valid: + raise ValueError('Invalid combination of interval, ' + + 'byhour and byminute resulting in empty' + + ' rule.') + + timeset = gettimeset(hour, minute, second) + + if fixday and day > 28: + daysinmonth = calendar.monthrange(year, month)[1] + if day > daysinmonth: + while day > daysinmonth: + day -= daysinmonth + month += 1 + if month == 13: + month = 1 + year += 1 + if year > datetime.MAXYEAR: + self._len = total + return + daysinmonth = calendar.monthrange(year, month)[1] + ii.rebuild(year, month) + + def __construct_byset(self, start, byxxx, base): + """ + If a `BYXXX` sequence is passed to the constructor at the same level as + `FREQ` (e.g. `FREQ=HOURLY,BYHOUR={2,4,7},INTERVAL=3`), there are some + specifications which cannot be reached given some starting conditions. + + This occurs whenever the interval is not coprime with the base of a + given unit and the difference between the starting position and the + ending position is not coprime with the greatest common denominator + between the interval and the base. For example, with a FREQ of hourly + starting at 17:00 and an interval of 4, the only valid values for + BYHOUR would be {21, 1, 5, 9, 13, 17}, because 4 and 24 are not + coprime. + + :param start: + Specifies the starting position. + :param byxxx: + An iterable containing the list of allowed values. + :param base: + The largest allowable value for the specified frequency (e.g. + 24 hours, 60 minutes). + + This does not preserve the type of the iterable, returning a set, since + the values should be unique and the order is irrelevant, this will + speed up later lookups. + + In the event of an empty set, raises a :exception:`ValueError`, as this + results in an empty rrule. + """ + + cset = set() + + # Support a single byxxx value. + if isinstance(byxxx, integer_types): + byxxx = (byxxx, ) + + for num in byxxx: + i_gcd = gcd(self._interval, base) + # Use divmod rather than % because we need to wrap negative nums. + if i_gcd == 1 or divmod(num - start, i_gcd)[1] == 0: + cset.add(num) + + if len(cset) == 0: + raise ValueError("Invalid rrule byxxx generates an empty set.") + + return cset + + def __mod_distance(self, value, byxxx, base): + """ + Calculates the next value in a sequence where the `FREQ` parameter is + specified along with a `BYXXX` parameter at the same "level" + (e.g. `HOURLY` specified with `BYHOUR`). + + :param value: + The old value of the component. + :param byxxx: + The `BYXXX` set, which should have been generated by + `rrule._construct_byset`, or something else which checks that a + valid rule is present. + :param base: + The largest allowable value for the specified frequency (e.g. + 24 hours, 60 minutes). + + If a valid value is not found after `base` iterations (the maximum + number before the sequence would start to repeat), this raises a + :exception:`ValueError`, as no valid values were found. + + This returns a tuple of `divmod(n*interval, base)`, where `n` is the + smallest number of `interval` repetitions until the next specified + value in `byxxx` is found. + """ + accumulator = 0 + for ii in range(1, base + 1): + # Using divmod() over % to account for negative intervals + div, value = divmod(value + self._interval, base) + accumulator += div + if value in byxxx: + return (accumulator, value) + + +class _iterinfo(object): + __slots__ = ["rrule", "lastyear", "lastmonth", + "yearlen", "nextyearlen", "yearordinal", "yearweekday", + "mmask", "mrange", "mdaymask", "nmdaymask", + "wdaymask", "wnomask", "nwdaymask", "eastermask"] + + def __init__(self, rrule): + for attr in self.__slots__: + setattr(self, attr, None) + self.rrule = rrule + + def rebuild(self, year, month): + # Every mask is 7 days longer to handle cross-year weekly periods. + rr = self.rrule + if year != self.lastyear: + self.yearlen = 365 + calendar.isleap(year) + self.nextyearlen = 365 + calendar.isleap(year + 1) + firstyday = datetime.date(year, 1, 1) + self.yearordinal = firstyday.toordinal() + self.yearweekday = firstyday.weekday() + + wday = datetime.date(year, 1, 1).weekday() + if self.yearlen == 365: + self.mmask = M365MASK + self.mdaymask = MDAY365MASK + self.nmdaymask = NMDAY365MASK + self.wdaymask = WDAYMASK[wday:] + self.mrange = M365RANGE + else: + self.mmask = M366MASK + self.mdaymask = MDAY366MASK + self.nmdaymask = NMDAY366MASK + self.wdaymask = WDAYMASK[wday:] + self.mrange = M366RANGE + + if not rr._byweekno: + self.wnomask = None + else: + self.wnomask = [0]*(self.yearlen+7) + # no1wkst = firstwkst = self.wdaymask.index(rr._wkst) + no1wkst = firstwkst = (7-self.yearweekday+rr._wkst) % 7 + if no1wkst >= 4: + no1wkst = 0 + # Number of days in the year, plus the days we got + # from last year. + wyearlen = self.yearlen+(self.yearweekday-rr._wkst) % 7 + else: + # Number of days in the year, minus the days we + # left in last year. + wyearlen = self.yearlen-no1wkst + div, mod = divmod(wyearlen, 7) + numweeks = div+mod//4 + for n in rr._byweekno: + if n < 0: + n += numweeks+1 + if not (0 < n <= numweeks): + continue + if n > 1: + i = no1wkst+(n-1)*7 + if no1wkst != firstwkst: + i -= 7-firstwkst + else: + i = no1wkst + for j in range(7): + self.wnomask[i] = 1 + i += 1 + if self.wdaymask[i] == rr._wkst: + break + if 1 in rr._byweekno: + # Check week number 1 of next year as well + # TODO: Check -numweeks for next year. + i = no1wkst+numweeks*7 + if no1wkst != firstwkst: + i -= 7-firstwkst + if i < self.yearlen: + # If week starts in next year, we + # don't care about it. + for j in range(7): + self.wnomask[i] = 1 + i += 1 + if self.wdaymask[i] == rr._wkst: + break + if no1wkst: + # Check last week number of last year as + # well. If no1wkst is 0, either the year + # started on week start, or week number 1 + # got days from last year, so there are no + # days from last year's last week number in + # this year. + if -1 not in rr._byweekno: + lyearweekday = datetime.date(year-1, 1, 1).weekday() + lno1wkst = (7-lyearweekday+rr._wkst) % 7 + lyearlen = 365+calendar.isleap(year-1) + if lno1wkst >= 4: + lno1wkst = 0 + lnumweeks = 52+(lyearlen + + (lyearweekday-rr._wkst) % 7) % 7//4 + else: + lnumweeks = 52+(self.yearlen-no1wkst) % 7//4 + else: + lnumweeks = -1 + if lnumweeks in rr._byweekno: + for i in range(no1wkst): + self.wnomask[i] = 1 + + if (rr._bynweekday and (month != self.lastmonth or + year != self.lastyear)): + ranges = [] + if rr._freq == YEARLY: + if rr._bymonth: + for month in rr._bymonth: + ranges.append(self.mrange[month-1:month+1]) + else: + ranges = [(0, self.yearlen)] + elif rr._freq == MONTHLY: + ranges = [self.mrange[month-1:month+1]] + if ranges: + # Weekly frequency won't get here, so we may not + # care about cross-year weekly periods. + self.nwdaymask = [0]*self.yearlen + for first, last in ranges: + last -= 1 + for wday, n in rr._bynweekday: + if n < 0: + i = last+(n+1)*7 + i -= (self.wdaymask[i]-wday) % 7 + else: + i = first+(n-1)*7 + i += (7-self.wdaymask[i]+wday) % 7 + if first <= i <= last: + self.nwdaymask[i] = 1 + + if rr._byeaster: + self.eastermask = [0]*(self.yearlen+7) + eyday = easter.easter(year).toordinal()-self.yearordinal + for offset in rr._byeaster: + self.eastermask[eyday+offset] = 1 + + self.lastyear = year + self.lastmonth = month + + def ydayset(self, year, month, day): + return list(range(self.yearlen)), 0, self.yearlen + + def mdayset(self, year, month, day): + dset = [None]*self.yearlen + start, end = self.mrange[month-1:month+1] + for i in range(start, end): + dset[i] = i + return dset, start, end + + def wdayset(self, year, month, day): + # We need to handle cross-year weeks here. + dset = [None]*(self.yearlen+7) + i = datetime.date(year, month, day).toordinal()-self.yearordinal + start = i + for j in range(7): + dset[i] = i + i += 1 + # if (not (0 <= i < self.yearlen) or + # self.wdaymask[i] == self.rrule._wkst): + # This will cross the year boundary, if necessary. + if self.wdaymask[i] == self.rrule._wkst: + break + return dset, start, i + + def ddayset(self, year, month, day): + dset = [None] * self.yearlen + i = datetime.date(year, month, day).toordinal() - self.yearordinal + dset[i] = i + return dset, i, i + 1 + + def htimeset(self, hour, minute, second): + tset = [] + rr = self.rrule + for minute in rr._byminute: + for second in rr._bysecond: + tset.append(datetime.time(hour, minute, second, + tzinfo=rr._tzinfo)) + tset.sort() + return tset + + def mtimeset(self, hour, minute, second): + tset = [] + rr = self.rrule + for second in rr._bysecond: + tset.append(datetime.time(hour, minute, second, tzinfo=rr._tzinfo)) + tset.sort() + return tset + + def stimeset(self, hour, minute, second): + return (datetime.time(hour, minute, second, + tzinfo=self.rrule._tzinfo),) + + +class rruleset(rrulebase): + """ The rruleset type allows more complex recurrence setups, mixing + multiple rules, dates, exclusion rules, and exclusion dates. The type + constructor takes the following keyword arguments: + + :param cache: If True, caching of results will be enabled, improving + performance of multiple queries considerably. """ + + class _genitem(object): + def __init__(self, genlist, gen): + try: + self.dt = advance_iterator(gen) + genlist.append(self) + except StopIteration: + pass + self.genlist = genlist + self.gen = gen + + def __next__(self): + try: + self.dt = advance_iterator(self.gen) + except StopIteration: + if self.genlist[0] is self: + heapq.heappop(self.genlist) + else: + self.genlist.remove(self) + heapq.heapify(self.genlist) + + next = __next__ + + def __lt__(self, other): + return self.dt < other.dt + + def __gt__(self, other): + return self.dt > other.dt + + def __eq__(self, other): + return self.dt == other.dt + + def __ne__(self, other): + return self.dt != other.dt + + def __init__(self, cache=False): + super(rruleset, self).__init__(cache) + self._rrule = [] + self._rdate = [] + self._exrule = [] + self._exdate = [] + + @_invalidates_cache + def rrule(self, rrule): + """ Include the given :py:class:`rrule` instance in the recurrence set + generation. """ + self._rrule.append(rrule) + + @_invalidates_cache + def rdate(self, rdate): + """ Include the given :py:class:`datetime` instance in the recurrence + set generation. """ + self._rdate.append(rdate) + + @_invalidates_cache + def exrule(self, exrule): + """ Include the given rrule instance in the recurrence set exclusion + list. Dates which are part of the given recurrence rules will not + be generated, even if some inclusive rrule or rdate matches them. + """ + self._exrule.append(exrule) + + @_invalidates_cache + def exdate(self, exdate): + """ Include the given datetime instance in the recurrence set + exclusion list. Dates included that way will not be generated, + even if some inclusive rrule or rdate matches them. """ + self._exdate.append(exdate) + + def _iter(self): + rlist = [] + self._rdate.sort() + self._genitem(rlist, iter(self._rdate)) + for gen in [iter(x) for x in self._rrule]: + self._genitem(rlist, gen) + exlist = [] + self._exdate.sort() + self._genitem(exlist, iter(self._exdate)) + for gen in [iter(x) for x in self._exrule]: + self._genitem(exlist, gen) + lastdt = None + total = 0 + heapq.heapify(rlist) + heapq.heapify(exlist) + while rlist: + ritem = rlist[0] + if not lastdt or lastdt != ritem.dt: + while exlist and exlist[0] < ritem: + exitem = exlist[0] + advance_iterator(exitem) + if exlist and exlist[0] is exitem: + heapq.heapreplace(exlist, exitem) + if not exlist or ritem != exlist[0]: + total += 1 + yield ritem.dt + lastdt = ritem.dt + advance_iterator(ritem) + if rlist and rlist[0] is ritem: + heapq.heapreplace(rlist, ritem) + self._len = total + + + + +class _rrulestr(object): + """ Parses a string representation of a recurrence rule or set of + recurrence rules. + + :param s: + Required, a string defining one or more recurrence rules. + + :param dtstart: + If given, used as the default recurrence start if not specified in the + rule string. + + :param cache: + If set ``True`` caching of results will be enabled, improving + performance of multiple queries considerably. + + :param unfold: + If set ``True`` indicates that a rule string is split over more + than one line and should be joined before processing. + + :param forceset: + If set ``True`` forces a :class:`dateutil.rrule.rruleset` to + be returned. + + :param compatible: + If set ``True`` forces ``unfold`` and ``forceset`` to be ``True``. + + :param ignoretz: + If set ``True``, time zones in parsed strings are ignored and a naive + :class:`datetime.datetime` object is returned. + + :param tzids: + If given, a callable or mapping used to retrieve a + :class:`datetime.tzinfo` from a string representation. + Defaults to :func:`dateutil.tz.gettz`. + + :param tzinfos: + Additional time zone names / aliases which may be present in a string + representation. See :func:`dateutil.parser.parse` for more + information. + + :return: + Returns a :class:`dateutil.rrule.rruleset` or + :class:`dateutil.rrule.rrule` + """ + + _freq_map = {"YEARLY": YEARLY, + "MONTHLY": MONTHLY, + "WEEKLY": WEEKLY, + "DAILY": DAILY, + "HOURLY": HOURLY, + "MINUTELY": MINUTELY, + "SECONDLY": SECONDLY} + + _weekday_map = {"MO": 0, "TU": 1, "WE": 2, "TH": 3, + "FR": 4, "SA": 5, "SU": 6} + + def _handle_int(self, rrkwargs, name, value, **kwargs): + rrkwargs[name.lower()] = int(value) + + def _handle_int_list(self, rrkwargs, name, value, **kwargs): + rrkwargs[name.lower()] = [int(x) for x in value.split(',')] + + _handle_INTERVAL = _handle_int + _handle_COUNT = _handle_int + _handle_BYSETPOS = _handle_int_list + _handle_BYMONTH = _handle_int_list + _handle_BYMONTHDAY = _handle_int_list + _handle_BYYEARDAY = _handle_int_list + _handle_BYEASTER = _handle_int_list + _handle_BYWEEKNO = _handle_int_list + _handle_BYHOUR = _handle_int_list + _handle_BYMINUTE = _handle_int_list + _handle_BYSECOND = _handle_int_list + + def _handle_FREQ(self, rrkwargs, name, value, **kwargs): + rrkwargs["freq"] = self._freq_map[value] + + def _handle_UNTIL(self, rrkwargs, name, value, **kwargs): + global parser + if not parser: + from dateutil import parser + try: + rrkwargs["until"] = parser.parse(value, + ignoretz=kwargs.get("ignoretz"), + tzinfos=kwargs.get("tzinfos")) + except ValueError: + raise ValueError("invalid until date") + + def _handle_WKST(self, rrkwargs, name, value, **kwargs): + rrkwargs["wkst"] = self._weekday_map[value] + + def _handle_BYWEEKDAY(self, rrkwargs, name, value, **kwargs): + """ + Two ways to specify this: +1MO or MO(+1) + """ + l = [] + for wday in value.split(','): + if '(' in wday: + # If it's of the form TH(+1), etc. + splt = wday.split('(') + w = splt[0] + n = int(splt[1][:-1]) + elif len(wday): + # If it's of the form +1MO + for i in range(len(wday)): + if wday[i] not in '+-0123456789': + break + n = wday[:i] or None + w = wday[i:] + if n: + n = int(n) + else: + raise ValueError("Invalid (empty) BYDAY specification.") + + l.append(weekdays[self._weekday_map[w]](n)) + rrkwargs["byweekday"] = l + + _handle_BYDAY = _handle_BYWEEKDAY + + def _parse_rfc_rrule(self, line, + dtstart=None, + cache=False, + ignoretz=False, + tzinfos=None): + if line.find(':') != -1: + name, value = line.split(':') + if name != "RRULE": + raise ValueError("unknown parameter name") + else: + value = line + rrkwargs = {} + for pair in value.split(';'): + name, value = pair.split('=') + name = name.upper() + value = value.upper() + try: + getattr(self, "_handle_"+name)(rrkwargs, name, value, + ignoretz=ignoretz, + tzinfos=tzinfos) + except AttributeError: + raise ValueError("unknown parameter '%s'" % name) + except (KeyError, ValueError): + raise ValueError("invalid '%s': %s" % (name, value)) + return rrule(dtstart=dtstart, cache=cache, **rrkwargs) + + def _parse_date_value(self, date_value, parms, rule_tzids, + ignoretz, tzids, tzinfos): + global parser + if not parser: + from dateutil import parser + + datevals = [] + value_found = False + TZID = None + + for parm in parms: + if parm.startswith("TZID="): + try: + tzkey = rule_tzids[parm.split('TZID=')[-1]] + except KeyError: + continue + if tzids is None: + from . import tz + tzlookup = tz.gettz + elif callable(tzids): + tzlookup = tzids + else: + tzlookup = getattr(tzids, 'get', None) + if tzlookup is None: + msg = ('tzids must be a callable, mapping, or None, ' + 'not %s' % tzids) + raise ValueError(msg) + + TZID = tzlookup(tzkey) + continue + + # RFC 5445 3.8.2.4: The VALUE parameter is optional, but may be found + # only once. + if parm not in {"VALUE=DATE-TIME", "VALUE=DATE"}: + raise ValueError("unsupported parm: " + parm) + else: + if value_found: + msg = ("Duplicate value parameter found in: " + parm) + raise ValueError(msg) + value_found = True + + for datestr in date_value.split(','): + date = parser.parse(datestr, ignoretz=ignoretz, tzinfos=tzinfos) + if TZID is not None: + if date.tzinfo is None: + date = date.replace(tzinfo=TZID) + else: + raise ValueError('DTSTART/EXDATE specifies multiple timezone') + datevals.append(date) + + return datevals + + def _parse_rfc(self, s, + dtstart=None, + cache=False, + unfold=False, + forceset=False, + compatible=False, + ignoretz=False, + tzids=None, + tzinfos=None): + global parser + if compatible: + forceset = True + unfold = True + + TZID_NAMES = dict(map( + lambda x: (x.upper(), x), + re.findall('TZID=(?P[^:]+):', s) + )) + s = s.upper() + if not s.strip(): + raise ValueError("empty string") + if unfold: + lines = s.splitlines() + i = 0 + while i < len(lines): + line = lines[i].rstrip() + if not line: + del lines[i] + elif i > 0 and line[0] == " ": + lines[i-1] += line[1:] + del lines[i] + else: + i += 1 + else: + lines = s.split() + if (not forceset and len(lines) == 1 and (s.find(':') == -1 or + s.startswith('RRULE:'))): + return self._parse_rfc_rrule(lines[0], cache=cache, + dtstart=dtstart, ignoretz=ignoretz, + tzinfos=tzinfos) + else: + rrulevals = [] + rdatevals = [] + exrulevals = [] + exdatevals = [] + for line in lines: + if not line: + continue + if line.find(':') == -1: + name = "RRULE" + value = line + else: + name, value = line.split(':', 1) + parms = name.split(';') + if not parms: + raise ValueError("empty property name") + name = parms[0] + parms = parms[1:] + if name == "RRULE": + for parm in parms: + raise ValueError("unsupported RRULE parm: "+parm) + rrulevals.append(value) + elif name == "RDATE": + for parm in parms: + if parm != "VALUE=DATE-TIME": + raise ValueError("unsupported RDATE parm: "+parm) + rdatevals.append(value) + elif name == "EXRULE": + for parm in parms: + raise ValueError("unsupported EXRULE parm: "+parm) + exrulevals.append(value) + elif name == "EXDATE": + exdatevals.extend( + self._parse_date_value(value, parms, + TZID_NAMES, ignoretz, + tzids, tzinfos) + ) + elif name == "DTSTART": + dtvals = self._parse_date_value(value, parms, TZID_NAMES, + ignoretz, tzids, tzinfos) + if len(dtvals) != 1: + raise ValueError("Multiple DTSTART values specified:" + + value) + dtstart = dtvals[0] + else: + raise ValueError("unsupported property: "+name) + if (forceset or len(rrulevals) > 1 or rdatevals + or exrulevals or exdatevals): + if not parser and (rdatevals or exdatevals): + from dateutil import parser + rset = rruleset(cache=cache) + for value in rrulevals: + rset.rrule(self._parse_rfc_rrule(value, dtstart=dtstart, + ignoretz=ignoretz, + tzinfos=tzinfos)) + for value in rdatevals: + for datestr in value.split(','): + rset.rdate(parser.parse(datestr, + ignoretz=ignoretz, + tzinfos=tzinfos)) + for value in exrulevals: + rset.exrule(self._parse_rfc_rrule(value, dtstart=dtstart, + ignoretz=ignoretz, + tzinfos=tzinfos)) + for value in exdatevals: + rset.exdate(value) + if compatible and dtstart: + rset.rdate(dtstart) + return rset + else: + return self._parse_rfc_rrule(rrulevals[0], + dtstart=dtstart, + cache=cache, + ignoretz=ignoretz, + tzinfos=tzinfos) + + def __call__(self, s, **kwargs): + return self._parse_rfc(s, **kwargs) + + +rrulestr = _rrulestr() + +# vim:ts=4:sw=4:et diff --git a/.venv/Lib/site-packages/dateutil/tz/__init__.py b/.venv/Lib/site-packages/dateutil/tz/__init__.py new file mode 100644 index 0000000000..af1352c472 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tz/__init__.py @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- +from .tz import * +from .tz import __doc__ + +__all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange", + "tzstr", "tzical", "tzwin", "tzwinlocal", "gettz", + "enfold", "datetime_ambiguous", "datetime_exists", + "resolve_imaginary", "UTC", "DeprecatedTzFormatWarning"] + + +class DeprecatedTzFormatWarning(Warning): + """Warning raised when time zones are parsed from deprecated formats.""" diff --git a/.venv/Lib/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..150f7126dc6faa528de58b0bbee605b40b7dae67 GIT binary patch literal 715 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cdb84c725f882cb959523554fbfc27e97668963 GIT binary patch literal 4601 zcmdT|O>7&-6`tKCDN-aw#*FnF$+QHsqHFzIwyUVJ47pCx1_}zL2|}n?tjVQJX-TRx zE6Wn-LPFogV%YmNiVF*dOHU-#n5yZ@JoMae(U?lr*yTi2hi;3kU!$rLi<*0zRIGGL zgV6XHTuCJnAx0u%mc)gau=?QH_-yD(SN>oqNgvy3jH>d|T+dN)>{$cB&E|_9{K)%@`#jf70bi3_| z(|cRno69-F56&JqryiZlJEuy(K@RB_b%(#wRUoL_3|WR&W7+D^ExR7pGT7x|g}L4) z&7~|5iU$qbD8>VIBe4`7RWuD0E>bU!`hhUqF}Ouv!GTwS9J#x>1{W}NHoUvL?e5I2 znFII9C%ye2O+O0cdS~*zv)Q@Z^F`mWyYJt6|G?Qxj{$Sofo4uANmZ7OR#{G_V{00= zJ+l1MHAORLxX$_JhPPt%sLBs2m}f*koi&e$H{sWDLWAKR-)xhzDB53t=9KJxPYDpd zHD@{$GnTiPa8)g0AX-R7f^d}Jgl}(N;m)ve$bQw>ILlY+mL#%VwHHiON`@>68R6H$ zZyi=#K;#LV6PGkyr77^cU^ET!K-bXeg8DT@4^mZMqbU|tf^n*{Ye6es!lGf*Hy~or zF#D2eH3&IEF;W@26vPErjN!BvZ3b$$7`6sc0P6v=MZWX}?%uq0b8q3mH-7)@XTI?V z=W@RB1Lrtb8$>TX4t%s7Ne2@2_f}G3zw>ibUZ09b+c74iwO`~R-Pa_`a3Vn zsPBeSw;tV)7l1x-{%h=pT}I2gs;p2oZUo+i#yg6(rXrdr(kX>*7(I>mtRW<$cp#(i zC6AyiSH{#c-Pfc!%}^!yzX!!LO@PcohKA zvJ7Kji#+K*S?He3bx-EI&jS$pp7aj>@+Vp8v9r6_KY;a#FOg#;*FBQ&9?MF1eB3#r z=(AQqdtkrx90F>W)GV42Ye4w0Vm}(l2pMs?Y9UKV4I1O(O(|tVE^GlfI%+&tYZ;-j zp=6{Ov39v>%hjU%A}Xzzp4(@Eg&R$lp)!e6UUlx3evf z0WwCIur3PZJ-Dwqc0+oPtPA_n{1tfT*dW{MVXx7eU>0go^bW(Tr*%b>nF_cWWAs}% zCM~JD(F#ZrQ{&2-rgM;@--aoQNy?B`)2oK0sVN%9ZVPlF|0lzCj-iGP6OZ9YbFeX_ z6?KCPVCY?ds1-~#^I@}aFmvKb;AUR|fpBmi---V!@z_0B40Pn5IGau`pyptb)vm^}S5&qCZgZ_vifm1^?-s z|MVmKf&cVl|G8&wko>fb_&c+{XTDndIYT%9)6Av8xl!rUQTyCf%ly8*F<0R0iK~sC zz!qj&GjF4=C=zrYhHTs9pQ7D9UTO>2J55HMK9o2t=q@4f97!BDNF4%C9d>v(z`Itb z|Cf1#4#4fgE_wF(6#FY@#ON-+`u39 zRXtY|!v&DWCV~7%iJ_;z&@-Cr8O`^MXQjV7P3t$$48Ir9@O79Ddo-41M2Uvd6w@1c zu-h!3a7?eh6>5uKi0RcgK#jM8>G%R~C{44)VN7qbs)FhG{^13Xxe1qrz|C>His?;O zHp?{s4W`o}IA*w&eite_hGZNGJ|*cak{KiuNbo&DFCsw)vJhHehG#X+5;tTMq$#@C zi$VH`Uz!MwV%eX8z(=~y&z;lehu;i+1DGMC z3A+U3sU!%(=cMm%r0sJu@D=GTJDft_&e<}7s@yIK6FaY#2~=fIkI=cZStd}Gr#qqj LgMSgIc-r_k?K-5d literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a200635b1ff2a2637b48e075e79b3375b6f2142f GIT binary patch literal 66034 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 gdo0{FT|!Sjcg8aITbMXlO2bYE#Z~y=R literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9abf954e4fffb6b396ebdbd4f323f0fac0c1191e GIT binary patch literal 17271 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/tz/_common.py b/.venv/Lib/site-packages/dateutil/tz/_common.py new file mode 100644 index 0000000000..e6ac118315 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tz/_common.py @@ -0,0 +1,419 @@ +from six import PY2 + +from functools import wraps + +from datetime import datetime, timedelta, tzinfo + + +ZERO = timedelta(0) + +__all__ = ['tzname_in_python2', 'enfold'] + + +def tzname_in_python2(namefunc): + """Change unicode output into bytestrings in Python 2 + + tzname() API changed in Python 3. It used to return bytes, but was changed + to unicode strings + """ + if PY2: + @wraps(namefunc) + def adjust_encoding(*args, **kwargs): + name = namefunc(*args, **kwargs) + if name is not None: + name = name.encode() + + return name + + return adjust_encoding + else: + return namefunc + + +# The following is adapted from Alexander Belopolsky's tz library +# https://github.com/abalkin/tz +if hasattr(datetime, 'fold'): + # This is the pre-python 3.6 fold situation + def enfold(dt, fold=1): + """ + Provides a unified interface for assigning the ``fold`` attribute to + datetimes both before and after the implementation of PEP-495. + + :param fold: + The value for the ``fold`` attribute in the returned datetime. This + should be either 0 or 1. + + :return: + Returns an object for which ``getattr(dt, 'fold', 0)`` returns + ``fold`` for all versions of Python. In versions prior to + Python 3.6, this is a ``_DatetimeWithFold`` object, which is a + subclass of :py:class:`datetime.datetime` with the ``fold`` + attribute added, if ``fold`` is 1. + + .. versionadded:: 2.6.0 + """ + return dt.replace(fold=fold) + +else: + class _DatetimeWithFold(datetime): + """ + This is a class designed to provide a PEP 495-compliant interface for + Python versions before 3.6. It is used only for dates in a fold, so + the ``fold`` attribute is fixed at ``1``. + + .. versionadded:: 2.6.0 + """ + __slots__ = () + + def replace(self, *args, **kwargs): + """ + Return a datetime with the same attributes, except for those + attributes given new values by whichever keyword arguments are + specified. Note that tzinfo=None can be specified to create a naive + datetime from an aware datetime with no conversion of date and time + data. + + This is reimplemented in ``_DatetimeWithFold`` because pypy3 will + return a ``datetime.datetime`` even if ``fold`` is unchanged. + """ + argnames = ( + 'year', 'month', 'day', 'hour', 'minute', 'second', + 'microsecond', 'tzinfo' + ) + + for arg, argname in zip(args, argnames): + if argname in kwargs: + raise TypeError('Duplicate argument: {}'.format(argname)) + + kwargs[argname] = arg + + for argname in argnames: + if argname not in kwargs: + kwargs[argname] = getattr(self, argname) + + dt_class = self.__class__ if kwargs.get('fold', 1) else datetime + + return dt_class(**kwargs) + + @property + def fold(self): + return 1 + + def enfold(dt, fold=1): + """ + Provides a unified interface for assigning the ``fold`` attribute to + datetimes both before and after the implementation of PEP-495. + + :param fold: + The value for the ``fold`` attribute in the returned datetime. This + should be either 0 or 1. + + :return: + Returns an object for which ``getattr(dt, 'fold', 0)`` returns + ``fold`` for all versions of Python. In versions prior to + Python 3.6, this is a ``_DatetimeWithFold`` object, which is a + subclass of :py:class:`datetime.datetime` with the ``fold`` + attribute added, if ``fold`` is 1. + + .. versionadded:: 2.6.0 + """ + if getattr(dt, 'fold', 0) == fold: + return dt + + args = dt.timetuple()[:6] + args += (dt.microsecond, dt.tzinfo) + + if fold: + return _DatetimeWithFold(*args) + else: + return datetime(*args) + + +def _validate_fromutc_inputs(f): + """ + The CPython version of ``fromutc`` checks that the input is a ``datetime`` + object and that ``self`` is attached as its ``tzinfo``. + """ + @wraps(f) + def fromutc(self, dt): + if not isinstance(dt, datetime): + raise TypeError("fromutc() requires a datetime argument") + if dt.tzinfo is not self: + raise ValueError("dt.tzinfo is not self") + + return f(self, dt) + + return fromutc + + +class _tzinfo(tzinfo): + """ + Base class for all ``dateutil`` ``tzinfo`` objects. + """ + + def is_ambiguous(self, dt): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + + + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + + dt = dt.replace(tzinfo=self) + + wall_0 = enfold(dt, fold=0) + wall_1 = enfold(dt, fold=1) + + same_offset = wall_0.utcoffset() == wall_1.utcoffset() + same_dt = wall_0.replace(tzinfo=None) == wall_1.replace(tzinfo=None) + + return same_dt and not same_offset + + def _fold_status(self, dt_utc, dt_wall): + """ + Determine the fold status of a "wall" datetime, given a representation + of the same datetime as a (naive) UTC datetime. This is calculated based + on the assumption that ``dt.utcoffset() - dt.dst()`` is constant for all + datetimes, and that this offset is the actual number of hours separating + ``dt_utc`` and ``dt_wall``. + + :param dt_utc: + Representation of the datetime as UTC + + :param dt_wall: + Representation of the datetime as "wall time". This parameter must + either have a `fold` attribute or have a fold-naive + :class:`datetime.tzinfo` attached, otherwise the calculation may + fail. + """ + if self.is_ambiguous(dt_wall): + delta_wall = dt_wall - dt_utc + _fold = int(delta_wall == (dt_utc.utcoffset() - dt_utc.dst())) + else: + _fold = 0 + + return _fold + + def _fold(self, dt): + return getattr(dt, 'fold', 0) + + def _fromutc(self, dt): + """ + Given a timezone-aware datetime in a given timezone, calculates a + timezone-aware datetime in a new timezone. + + Since this is the one time that we *know* we have an unambiguous + datetime object, we take this opportunity to determine whether the + datetime is ambiguous and in a "fold" state (e.g. if it's the first + occurrence, chronologically, of the ambiguous datetime). + + :param dt: + A timezone-aware :class:`datetime.datetime` object. + """ + + # Re-implement the algorithm from Python's datetime.py + dtoff = dt.utcoffset() + if dtoff is None: + raise ValueError("fromutc() requires a non-None utcoffset() " + "result") + + # The original datetime.py code assumes that `dst()` defaults to + # zero during ambiguous times. PEP 495 inverts this presumption, so + # for pre-PEP 495 versions of python, we need to tweak the algorithm. + dtdst = dt.dst() + if dtdst is None: + raise ValueError("fromutc() requires a non-None dst() result") + delta = dtoff - dtdst + + dt += delta + # Set fold=1 so we can default to being in the fold for + # ambiguous dates. + dtdst = enfold(dt, fold=1).dst() + if dtdst is None: + raise ValueError("fromutc(): dt.dst gave inconsistent " + "results; cannot convert") + return dt + dtdst + + @_validate_fromutc_inputs + def fromutc(self, dt): + """ + Given a timezone-aware datetime in a given timezone, calculates a + timezone-aware datetime in a new timezone. + + Since this is the one time that we *know* we have an unambiguous + datetime object, we take this opportunity to determine whether the + datetime is ambiguous and in a "fold" state (e.g. if it's the first + occurrence, chronologically, of the ambiguous datetime). + + :param dt: + A timezone-aware :class:`datetime.datetime` object. + """ + dt_wall = self._fromutc(dt) + + # Calculate the fold status given the two datetimes. + _fold = self._fold_status(dt, dt_wall) + + # Set the default fold value for ambiguous dates + return enfold(dt_wall, fold=_fold) + + +class tzrangebase(_tzinfo): + """ + This is an abstract base class for time zones represented by an annual + transition into and out of DST. Child classes should implement the following + methods: + + * ``__init__(self, *args, **kwargs)`` + * ``transitions(self, year)`` - this is expected to return a tuple of + datetimes representing the DST on and off transitions in standard + time. + + A fully initialized ``tzrangebase`` subclass should also provide the + following attributes: + * ``hasdst``: Boolean whether or not the zone uses DST. + * ``_dst_offset`` / ``_std_offset``: :class:`datetime.timedelta` objects + representing the respective UTC offsets. + * ``_dst_abbr`` / ``_std_abbr``: Strings representing the timezone short + abbreviations in DST and STD, respectively. + * ``_hasdst``: Whether or not the zone has DST. + + .. versionadded:: 2.6.0 + """ + def __init__(self): + raise NotImplementedError('tzrangebase is an abstract base class') + + def utcoffset(self, dt): + isdst = self._isdst(dt) + + if isdst is None: + return None + elif isdst: + return self._dst_offset + else: + return self._std_offset + + def dst(self, dt): + isdst = self._isdst(dt) + + if isdst is None: + return None + elif isdst: + return self._dst_base_offset + else: + return ZERO + + @tzname_in_python2 + def tzname(self, dt): + if self._isdst(dt): + return self._dst_abbr + else: + return self._std_abbr + + def fromutc(self, dt): + """ Given a datetime in UTC, return local time """ + if not isinstance(dt, datetime): + raise TypeError("fromutc() requires a datetime argument") + + if dt.tzinfo is not self: + raise ValueError("dt.tzinfo is not self") + + # Get transitions - if there are none, fixed offset + transitions = self.transitions(dt.year) + if transitions is None: + return dt + self.utcoffset(dt) + + # Get the transition times in UTC + dston, dstoff = transitions + + dston -= self._std_offset + dstoff -= self._std_offset + + utc_transitions = (dston, dstoff) + dt_utc = dt.replace(tzinfo=None) + + isdst = self._naive_isdst(dt_utc, utc_transitions) + + if isdst: + dt_wall = dt + self._dst_offset + else: + dt_wall = dt + self._std_offset + + _fold = int(not isdst and self.is_ambiguous(dt_wall)) + + return enfold(dt_wall, fold=_fold) + + def is_ambiguous(self, dt): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + + + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + if not self.hasdst: + return False + + start, end = self.transitions(dt.year) + + dt = dt.replace(tzinfo=None) + return (end <= dt < end + self._dst_base_offset) + + def _isdst(self, dt): + if not self.hasdst: + return False + elif dt is None: + return None + + transitions = self.transitions(dt.year) + + if transitions is None: + return False + + dt = dt.replace(tzinfo=None) + + isdst = self._naive_isdst(dt, transitions) + + # Handle ambiguous dates + if not isdst and self.is_ambiguous(dt): + return not self._fold(dt) + else: + return isdst + + def _naive_isdst(self, dt, transitions): + dston, dstoff = transitions + + dt = dt.replace(tzinfo=None) + + if dston < dstoff: + isdst = dston <= dt < dstoff + else: + isdst = not dstoff <= dt < dston + + return isdst + + @property + def _dst_base_offset(self): + return self._dst_offset - self._std_offset + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + return "%s(...)" % self.__class__.__name__ + + __reduce__ = object.__reduce__ diff --git a/.venv/Lib/site-packages/dateutil/tz/_factories.py b/.venv/Lib/site-packages/dateutil/tz/_factories.py new file mode 100644 index 0000000000..f8a65891a0 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tz/_factories.py @@ -0,0 +1,80 @@ +from datetime import timedelta +import weakref +from collections import OrderedDict + +from six.moves import _thread + + +class _TzSingleton(type): + def __init__(cls, *args, **kwargs): + cls.__instance = None + super(_TzSingleton, cls).__init__(*args, **kwargs) + + def __call__(cls): + if cls.__instance is None: + cls.__instance = super(_TzSingleton, cls).__call__() + return cls.__instance + + +class _TzFactory(type): + def instance(cls, *args, **kwargs): + """Alternate constructor that returns a fresh instance""" + return type.__call__(cls, *args, **kwargs) + + +class _TzOffsetFactory(_TzFactory): + def __init__(cls, *args, **kwargs): + cls.__instances = weakref.WeakValueDictionary() + cls.__strong_cache = OrderedDict() + cls.__strong_cache_size = 8 + + cls._cache_lock = _thread.allocate_lock() + + def __call__(cls, name, offset): + if isinstance(offset, timedelta): + key = (name, offset.total_seconds()) + else: + key = (name, offset) + + instance = cls.__instances.get(key, None) + if instance is None: + instance = cls.__instances.setdefault(key, + cls.instance(name, offset)) + + # This lock may not be necessary in Python 3. See GH issue #901 + with cls._cache_lock: + cls.__strong_cache[key] = cls.__strong_cache.pop(key, instance) + + # Remove an item if the strong cache is overpopulated + if len(cls.__strong_cache) > cls.__strong_cache_size: + cls.__strong_cache.popitem(last=False) + + return instance + + +class _TzStrFactory(_TzFactory): + def __init__(cls, *args, **kwargs): + cls.__instances = weakref.WeakValueDictionary() + cls.__strong_cache = OrderedDict() + cls.__strong_cache_size = 8 + + cls.__cache_lock = _thread.allocate_lock() + + def __call__(cls, s, posix_offset=False): + key = (s, posix_offset) + instance = cls.__instances.get(key, None) + + if instance is None: + instance = cls.__instances.setdefault(key, + cls.instance(s, posix_offset)) + + # This lock may not be necessary in Python 3. See GH issue #901 + with cls.__cache_lock: + cls.__strong_cache[key] = cls.__strong_cache.pop(key, instance) + + # Remove an item if the strong cache is overpopulated + if len(cls.__strong_cache) > cls.__strong_cache_size: + cls.__strong_cache.popitem(last=False) + + return instance + diff --git a/.venv/Lib/site-packages/dateutil/tz/tz.py b/.venv/Lib/site-packages/dateutil/tz/tz.py new file mode 100644 index 0000000000..c67f56d465 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tz/tz.py @@ -0,0 +1,1849 @@ +# -*- coding: utf-8 -*- +""" +This module offers timezone implementations subclassing the abstract +:py:class:`datetime.tzinfo` type. There are classes to handle tzfile format +files (usually are in :file:`/etc/localtime`, :file:`/usr/share/zoneinfo`, +etc), TZ environment string (in all known formats), given ranges (with help +from relative deltas), local machine timezone, fixed offset timezone, and UTC +timezone. +""" +import datetime +import struct +import time +import sys +import os +import bisect +import weakref +from collections import OrderedDict + +import six +from six import string_types +from six.moves import _thread +from ._common import tzname_in_python2, _tzinfo +from ._common import tzrangebase, enfold +from ._common import _validate_fromutc_inputs + +from ._factories import _TzSingleton, _TzOffsetFactory +from ._factories import _TzStrFactory +try: + from .win import tzwin, tzwinlocal +except ImportError: + tzwin = tzwinlocal = None + +# For warning about rounding tzinfo +from warnings import warn + +ZERO = datetime.timedelta(0) +EPOCH = datetime.datetime.utcfromtimestamp(0) +EPOCHORDINAL = EPOCH.toordinal() + + +@six.add_metaclass(_TzSingleton) +class tzutc(datetime.tzinfo): + """ + This is a tzinfo object that represents the UTC time zone. + + **Examples:** + + .. doctest:: + + >>> from datetime import * + >>> from dateutil.tz import * + + >>> datetime.now() + datetime.datetime(2003, 9, 27, 9, 40, 1, 521290) + + >>> datetime.now(tzutc()) + datetime.datetime(2003, 9, 27, 12, 40, 12, 156379, tzinfo=tzutc()) + + >>> datetime.now(tzutc()).tzname() + 'UTC' + + .. versionchanged:: 2.7.0 + ``tzutc()`` is now a singleton, so the result of ``tzutc()`` will + always return the same object. + + .. doctest:: + + >>> from dateutil.tz import tzutc, UTC + >>> tzutc() is tzutc() + True + >>> tzutc() is UTC + True + """ + def utcoffset(self, dt): + return ZERO + + def dst(self, dt): + return ZERO + + @tzname_in_python2 + def tzname(self, dt): + return "UTC" + + def is_ambiguous(self, dt): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + + + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + return False + + @_validate_fromutc_inputs + def fromutc(self, dt): + """ + Fast track version of fromutc() returns the original ``dt`` object for + any valid :py:class:`datetime.datetime` object. + """ + return dt + + def __eq__(self, other): + if not isinstance(other, (tzutc, tzoffset)): + return NotImplemented + + return (isinstance(other, tzutc) or + (isinstance(other, tzoffset) and other._offset == ZERO)) + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + return "%s()" % self.__class__.__name__ + + __reduce__ = object.__reduce__ + + +#: Convenience constant providing a :class:`tzutc()` instance +#: +#: .. versionadded:: 2.7.0 +UTC = tzutc() + + +@six.add_metaclass(_TzOffsetFactory) +class tzoffset(datetime.tzinfo): + """ + A simple class for representing a fixed offset from UTC. + + :param name: + The timezone name, to be returned when ``tzname()`` is called. + :param offset: + The time zone offset in seconds, or (since version 2.6.0, represented + as a :py:class:`datetime.timedelta` object). + """ + def __init__(self, name, offset): + self._name = name + + try: + # Allow a timedelta + offset = offset.total_seconds() + except (TypeError, AttributeError): + pass + + self._offset = datetime.timedelta(seconds=_get_supported_offset(offset)) + + def utcoffset(self, dt): + return self._offset + + def dst(self, dt): + return ZERO + + @tzname_in_python2 + def tzname(self, dt): + return self._name + + @_validate_fromutc_inputs + def fromutc(self, dt): + return dt + self._offset + + def is_ambiguous(self, dt): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + return False + + def __eq__(self, other): + if not isinstance(other, tzoffset): + return NotImplemented + + return self._offset == other._offset + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + return "%s(%s, %s)" % (self.__class__.__name__, + repr(self._name), + int(self._offset.total_seconds())) + + __reduce__ = object.__reduce__ + + +class tzlocal(_tzinfo): + """ + A :class:`tzinfo` subclass built around the ``time`` timezone functions. + """ + def __init__(self): + super(tzlocal, self).__init__() + + self._std_offset = datetime.timedelta(seconds=-time.timezone) + if time.daylight: + self._dst_offset = datetime.timedelta(seconds=-time.altzone) + else: + self._dst_offset = self._std_offset + + self._dst_saved = self._dst_offset - self._std_offset + self._hasdst = bool(self._dst_saved) + self._tznames = tuple(time.tzname) + + def utcoffset(self, dt): + if dt is None and self._hasdst: + return None + + if self._isdst(dt): + return self._dst_offset + else: + return self._std_offset + + def dst(self, dt): + if dt is None and self._hasdst: + return None + + if self._isdst(dt): + return self._dst_offset - self._std_offset + else: + return ZERO + + @tzname_in_python2 + def tzname(self, dt): + return self._tznames[self._isdst(dt)] + + def is_ambiguous(self, dt): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + + + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + naive_dst = self._naive_is_dst(dt) + return (not naive_dst and + (naive_dst != self._naive_is_dst(dt - self._dst_saved))) + + def _naive_is_dst(self, dt): + timestamp = _datetime_to_timestamp(dt) + return time.localtime(timestamp + time.timezone).tm_isdst + + def _isdst(self, dt, fold_naive=True): + # We can't use mktime here. It is unstable when deciding if + # the hour near to a change is DST or not. + # + # timestamp = time.mktime((dt.year, dt.month, dt.day, dt.hour, + # dt.minute, dt.second, dt.weekday(), 0, -1)) + # return time.localtime(timestamp).tm_isdst + # + # The code above yields the following result: + # + # >>> import tz, datetime + # >>> t = tz.tzlocal() + # >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname() + # 'BRDT' + # >>> datetime.datetime(2003,2,16,0,tzinfo=t).tzname() + # 'BRST' + # >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname() + # 'BRST' + # >>> datetime.datetime(2003,2,15,22,tzinfo=t).tzname() + # 'BRDT' + # >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname() + # 'BRDT' + # + # Here is a more stable implementation: + # + if not self._hasdst: + return False + + # Check for ambiguous times: + dstval = self._naive_is_dst(dt) + fold = getattr(dt, 'fold', None) + + if self.is_ambiguous(dt): + if fold is not None: + return not self._fold(dt) + else: + return True + + return dstval + + def __eq__(self, other): + if isinstance(other, tzlocal): + return (self._std_offset == other._std_offset and + self._dst_offset == other._dst_offset) + elif isinstance(other, tzutc): + return (not self._hasdst and + self._tznames[0] in {'UTC', 'GMT'} and + self._std_offset == ZERO) + elif isinstance(other, tzoffset): + return (not self._hasdst and + self._tznames[0] == other._name and + self._std_offset == other._offset) + else: + return NotImplemented + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + return "%s()" % self.__class__.__name__ + + __reduce__ = object.__reduce__ + + +class _ttinfo(object): + __slots__ = ["offset", "delta", "isdst", "abbr", + "isstd", "isgmt", "dstoffset"] + + def __init__(self): + for attr in self.__slots__: + setattr(self, attr, None) + + def __repr__(self): + l = [] + for attr in self.__slots__: + value = getattr(self, attr) + if value is not None: + l.append("%s=%s" % (attr, repr(value))) + return "%s(%s)" % (self.__class__.__name__, ", ".join(l)) + + def __eq__(self, other): + if not isinstance(other, _ttinfo): + return NotImplemented + + return (self.offset == other.offset and + self.delta == other.delta and + self.isdst == other.isdst and + self.abbr == other.abbr and + self.isstd == other.isstd and + self.isgmt == other.isgmt and + self.dstoffset == other.dstoffset) + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __getstate__(self): + state = {} + for name in self.__slots__: + state[name] = getattr(self, name, None) + return state + + def __setstate__(self, state): + for name in self.__slots__: + if name in state: + setattr(self, name, state[name]) + + +class _tzfile(object): + """ + Lightweight class for holding the relevant transition and time zone + information read from binary tzfiles. + """ + attrs = ['trans_list', 'trans_list_utc', 'trans_idx', 'ttinfo_list', + 'ttinfo_std', 'ttinfo_dst', 'ttinfo_before', 'ttinfo_first'] + + def __init__(self, **kwargs): + for attr in self.attrs: + setattr(self, attr, kwargs.get(attr, None)) + + +class tzfile(_tzinfo): + """ + This is a ``tzinfo`` subclass that allows one to use the ``tzfile(5)`` + format timezone files to extract current and historical zone information. + + :param fileobj: + This can be an opened file stream or a file name that the time zone + information can be read from. + + :param filename: + This is an optional parameter specifying the source of the time zone + information in the event that ``fileobj`` is a file object. If omitted + and ``fileobj`` is a file stream, this parameter will be set either to + ``fileobj``'s ``name`` attribute or to ``repr(fileobj)``. + + See `Sources for Time Zone and Daylight Saving Time Data + `_ for more information. + Time zone files can be compiled from the `IANA Time Zone database files + `_ with the `zic time zone compiler + `_ + + .. note:: + + Only construct a ``tzfile`` directly if you have a specific timezone + file on disk that you want to read into a Python ``tzinfo`` object. + If you want to get a ``tzfile`` representing a specific IANA zone, + (e.g. ``'America/New_York'``), you should call + :func:`dateutil.tz.gettz` with the zone identifier. + + + **Examples:** + + Using the US Eastern time zone as an example, we can see that a ``tzfile`` + provides time zone information for the standard Daylight Saving offsets: + + .. testsetup:: tzfile + + from dateutil.tz import gettz + from datetime import datetime + + .. doctest:: tzfile + + >>> NYC = gettz('America/New_York') + >>> NYC + tzfile('/usr/share/zoneinfo/America/New_York') + + >>> print(datetime(2016, 1, 3, tzinfo=NYC)) # EST + 2016-01-03 00:00:00-05:00 + + >>> print(datetime(2016, 7, 7, tzinfo=NYC)) # EDT + 2016-07-07 00:00:00-04:00 + + + The ``tzfile`` structure contains a fully history of the time zone, + so historical dates will also have the right offsets. For example, before + the adoption of the UTC standards, New York used local solar mean time: + + .. doctest:: tzfile + + >>> print(datetime(1901, 4, 12, tzinfo=NYC)) # LMT + 1901-04-12 00:00:00-04:56 + + And during World War II, New York was on "Eastern War Time", which was a + state of permanent daylight saving time: + + .. doctest:: tzfile + + >>> print(datetime(1944, 2, 7, tzinfo=NYC)) # EWT + 1944-02-07 00:00:00-04:00 + + """ + + def __init__(self, fileobj, filename=None): + super(tzfile, self).__init__() + + file_opened_here = False + if isinstance(fileobj, string_types): + self._filename = fileobj + fileobj = open(fileobj, 'rb') + file_opened_here = True + elif filename is not None: + self._filename = filename + elif hasattr(fileobj, "name"): + self._filename = fileobj.name + else: + self._filename = repr(fileobj) + + if fileobj is not None: + if not file_opened_here: + fileobj = _nullcontext(fileobj) + + with fileobj as file_stream: + tzobj = self._read_tzfile(file_stream) + + self._set_tzdata(tzobj) + + def _set_tzdata(self, tzobj): + """ Set the time zone data of this object from a _tzfile object """ + # Copy the relevant attributes over as private attributes + for attr in _tzfile.attrs: + setattr(self, '_' + attr, getattr(tzobj, attr)) + + def _read_tzfile(self, fileobj): + out = _tzfile() + + # From tzfile(5): + # + # The time zone information files used by tzset(3) + # begin with the magic characters "TZif" to identify + # them as time zone information files, followed by + # sixteen bytes reserved for future use, followed by + # six four-byte values of type long, written in a + # ``standard'' byte order (the high-order byte + # of the value is written first). + if fileobj.read(4).decode() != "TZif": + raise ValueError("magic not found") + + fileobj.read(16) + + ( + # The number of UTC/local indicators stored in the file. + ttisgmtcnt, + + # The number of standard/wall indicators stored in the file. + ttisstdcnt, + + # The number of leap seconds for which data is + # stored in the file. + leapcnt, + + # The number of "transition times" for which data + # is stored in the file. + timecnt, + + # The number of "local time types" for which data + # is stored in the file (must not be zero). + typecnt, + + # The number of characters of "time zone + # abbreviation strings" stored in the file. + charcnt, + + ) = struct.unpack(">6l", fileobj.read(24)) + + # The above header is followed by tzh_timecnt four-byte + # values of type long, sorted in ascending order. + # These values are written in ``standard'' byte order. + # Each is used as a transition time (as returned by + # time(2)) at which the rules for computing local time + # change. + + if timecnt: + out.trans_list_utc = list(struct.unpack(">%dl" % timecnt, + fileobj.read(timecnt*4))) + else: + out.trans_list_utc = [] + + # Next come tzh_timecnt one-byte values of type unsigned + # char; each one tells which of the different types of + # ``local time'' types described in the file is associated + # with the same-indexed transition time. These values + # serve as indices into an array of ttinfo structures that + # appears next in the file. + + if timecnt: + out.trans_idx = struct.unpack(">%dB" % timecnt, + fileobj.read(timecnt)) + else: + out.trans_idx = [] + + # Each ttinfo structure is written as a four-byte value + # for tt_gmtoff of type long, in a standard byte + # order, followed by a one-byte value for tt_isdst + # and a one-byte value for tt_abbrind. In each + # structure, tt_gmtoff gives the number of + # seconds to be added to UTC, tt_isdst tells whether + # tm_isdst should be set by localtime(3), and + # tt_abbrind serves as an index into the array of + # time zone abbreviation characters that follow the + # ttinfo structure(s) in the file. + + ttinfo = [] + + for i in range(typecnt): + ttinfo.append(struct.unpack(">lbb", fileobj.read(6))) + + abbr = fileobj.read(charcnt).decode() + + # Then there are tzh_leapcnt pairs of four-byte + # values, written in standard byte order; the + # first value of each pair gives the time (as + # returned by time(2)) at which a leap second + # occurs; the second gives the total number of + # leap seconds to be applied after the given time. + # The pairs of values are sorted in ascending order + # by time. + + # Not used, for now (but seek for correct file position) + if leapcnt: + fileobj.seek(leapcnt * 8, os.SEEK_CUR) + + # Then there are tzh_ttisstdcnt standard/wall + # indicators, each stored as a one-byte value; + # they tell whether the transition times associated + # with local time types were specified as standard + # time or wall clock time, and are used when + # a time zone file is used in handling POSIX-style + # time zone environment variables. + + if ttisstdcnt: + isstd = struct.unpack(">%db" % ttisstdcnt, + fileobj.read(ttisstdcnt)) + + # Finally, there are tzh_ttisgmtcnt UTC/local + # indicators, each stored as a one-byte value; + # they tell whether the transition times associated + # with local time types were specified as UTC or + # local time, and are used when a time zone file + # is used in handling POSIX-style time zone envi- + # ronment variables. + + if ttisgmtcnt: + isgmt = struct.unpack(">%db" % ttisgmtcnt, + fileobj.read(ttisgmtcnt)) + + # Build ttinfo list + out.ttinfo_list = [] + for i in range(typecnt): + gmtoff, isdst, abbrind = ttinfo[i] + gmtoff = _get_supported_offset(gmtoff) + tti = _ttinfo() + tti.offset = gmtoff + tti.dstoffset = datetime.timedelta(0) + tti.delta = datetime.timedelta(seconds=gmtoff) + tti.isdst = isdst + tti.abbr = abbr[abbrind:abbr.find('\x00', abbrind)] + tti.isstd = (ttisstdcnt > i and isstd[i] != 0) + tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0) + out.ttinfo_list.append(tti) + + # Replace ttinfo indexes for ttinfo objects. + out.trans_idx = [out.ttinfo_list[idx] for idx in out.trans_idx] + + # Set standard, dst, and before ttinfos. before will be + # used when a given time is before any transitions, + # and will be set to the first non-dst ttinfo, or to + # the first dst, if all of them are dst. + out.ttinfo_std = None + out.ttinfo_dst = None + out.ttinfo_before = None + if out.ttinfo_list: + if not out.trans_list_utc: + out.ttinfo_std = out.ttinfo_first = out.ttinfo_list[0] + else: + for i in range(timecnt-1, -1, -1): + tti = out.trans_idx[i] + if not out.ttinfo_std and not tti.isdst: + out.ttinfo_std = tti + elif not out.ttinfo_dst and tti.isdst: + out.ttinfo_dst = tti + + if out.ttinfo_std and out.ttinfo_dst: + break + else: + if out.ttinfo_dst and not out.ttinfo_std: + out.ttinfo_std = out.ttinfo_dst + + for tti in out.ttinfo_list: + if not tti.isdst: + out.ttinfo_before = tti + break + else: + out.ttinfo_before = out.ttinfo_list[0] + + # Now fix transition times to become relative to wall time. + # + # I'm not sure about this. In my tests, the tz source file + # is setup to wall time, and in the binary file isstd and + # isgmt are off, so it should be in wall time. OTOH, it's + # always in gmt time. Let me know if you have comments + # about this. + lastdst = None + lastoffset = None + lastdstoffset = None + lastbaseoffset = None + out.trans_list = [] + + for i, tti in enumerate(out.trans_idx): + offset = tti.offset + dstoffset = 0 + + if lastdst is not None: + if tti.isdst: + if not lastdst: + dstoffset = offset - lastoffset + + if not dstoffset and lastdstoffset: + dstoffset = lastdstoffset + + tti.dstoffset = datetime.timedelta(seconds=dstoffset) + lastdstoffset = dstoffset + + # If a time zone changes its base offset during a DST transition, + # then you need to adjust by the previous base offset to get the + # transition time in local time. Otherwise you use the current + # base offset. Ideally, I would have some mathematical proof of + # why this is true, but I haven't really thought about it enough. + baseoffset = offset - dstoffset + adjustment = baseoffset + if (lastbaseoffset is not None and baseoffset != lastbaseoffset + and tti.isdst != lastdst): + # The base DST has changed + adjustment = lastbaseoffset + + lastdst = tti.isdst + lastoffset = offset + lastbaseoffset = baseoffset + + out.trans_list.append(out.trans_list_utc[i] + adjustment) + + out.trans_idx = tuple(out.trans_idx) + out.trans_list = tuple(out.trans_list) + out.trans_list_utc = tuple(out.trans_list_utc) + + return out + + def _find_last_transition(self, dt, in_utc=False): + # If there's no list, there are no transitions to find + if not self._trans_list: + return None + + timestamp = _datetime_to_timestamp(dt) + + # Find where the timestamp fits in the transition list - if the + # timestamp is a transition time, it's part of the "after" period. + trans_list = self._trans_list_utc if in_utc else self._trans_list + idx = bisect.bisect_right(trans_list, timestamp) + + # We want to know when the previous transition was, so subtract off 1 + return idx - 1 + + def _get_ttinfo(self, idx): + # For no list or after the last transition, default to _ttinfo_std + if idx is None or (idx + 1) >= len(self._trans_list): + return self._ttinfo_std + + # If there is a list and the time is before it, return _ttinfo_before + if idx < 0: + return self._ttinfo_before + + return self._trans_idx[idx] + + def _find_ttinfo(self, dt): + idx = self._resolve_ambiguous_time(dt) + + return self._get_ttinfo(idx) + + def fromutc(self, dt): + """ + The ``tzfile`` implementation of :py:func:`datetime.tzinfo.fromutc`. + + :param dt: + A :py:class:`datetime.datetime` object. + + :raises TypeError: + Raised if ``dt`` is not a :py:class:`datetime.datetime` object. + + :raises ValueError: + Raised if this is called with a ``dt`` which does not have this + ``tzinfo`` attached. + + :return: + Returns a :py:class:`datetime.datetime` object representing the + wall time in ``self``'s time zone. + """ + # These isinstance checks are in datetime.tzinfo, so we'll preserve + # them, even if we don't care about duck typing. + if not isinstance(dt, datetime.datetime): + raise TypeError("fromutc() requires a datetime argument") + + if dt.tzinfo is not self: + raise ValueError("dt.tzinfo is not self") + + # First treat UTC as wall time and get the transition we're in. + idx = self._find_last_transition(dt, in_utc=True) + tti = self._get_ttinfo(idx) + + dt_out = dt + datetime.timedelta(seconds=tti.offset) + + fold = self.is_ambiguous(dt_out, idx=idx) + + return enfold(dt_out, fold=int(fold)) + + def is_ambiguous(self, dt, idx=None): + """ + Whether or not the "wall time" of a given datetime is ambiguous in this + zone. + + :param dt: + A :py:class:`datetime.datetime`, naive or time zone aware. + + + :return: + Returns ``True`` if ambiguous, ``False`` otherwise. + + .. versionadded:: 2.6.0 + """ + if idx is None: + idx = self._find_last_transition(dt) + + # Calculate the difference in offsets from current to previous + timestamp = _datetime_to_timestamp(dt) + tti = self._get_ttinfo(idx) + + if idx is None or idx <= 0: + return False + + od = self._get_ttinfo(idx - 1).offset - tti.offset + tt = self._trans_list[idx] # Transition time + + return timestamp < tt + od + + def _resolve_ambiguous_time(self, dt): + idx = self._find_last_transition(dt) + + # If we have no transitions, return the index + _fold = self._fold(dt) + if idx is None or idx == 0: + return idx + + # If it's ambiguous and we're in a fold, shift to a different index. + idx_offset = int(not _fold and self.is_ambiguous(dt, idx)) + + return idx - idx_offset + + def utcoffset(self, dt): + if dt is None: + return None + + if not self._ttinfo_std: + return ZERO + + return self._find_ttinfo(dt).delta + + def dst(self, dt): + if dt is None: + return None + + if not self._ttinfo_dst: + return ZERO + + tti = self._find_ttinfo(dt) + + if not tti.isdst: + return ZERO + + # The documentation says that utcoffset()-dst() must + # be constant for every dt. + return tti.dstoffset + + @tzname_in_python2 + def tzname(self, dt): + if not self._ttinfo_std or dt is None: + return None + return self._find_ttinfo(dt).abbr + + def __eq__(self, other): + if not isinstance(other, tzfile): + return NotImplemented + return (self._trans_list == other._trans_list and + self._trans_idx == other._trans_idx and + self._ttinfo_list == other._ttinfo_list) + + __hash__ = None + + def __ne__(self, other): + return not (self == other) + + def __repr__(self): + return "%s(%s)" % (self.__class__.__name__, repr(self._filename)) + + def __reduce__(self): + return self.__reduce_ex__(None) + + def __reduce_ex__(self, protocol): + return (self.__class__, (None, self._filename), self.__dict__) + + +class tzrange(tzrangebase): + """ + The ``tzrange`` object is a time zone specified by a set of offsets and + abbreviations, equivalent to the way the ``TZ`` variable can be specified + in POSIX-like systems, but using Python delta objects to specify DST + start, end and offsets. + + :param stdabbr: + The abbreviation for standard time (e.g. ``'EST'``). + + :param stdoffset: + An integer or :class:`datetime.timedelta` object or equivalent + specifying the base offset from UTC. + + If unspecified, +00:00 is used. + + :param dstabbr: + The abbreviation for DST / "Summer" time (e.g. ``'EDT'``). + + If specified, with no other DST information, DST is assumed to occur + and the default behavior or ``dstoffset``, ``start`` and ``end`` is + used. If unspecified and no other DST information is specified, it + is assumed that this zone has no DST. + + If this is unspecified and other DST information is *is* specified, + DST occurs in the zone but the time zone abbreviation is left + unchanged. + + :param dstoffset: + A an integer or :class:`datetime.timedelta` object or equivalent + specifying the UTC offset during DST. If unspecified and any other DST + information is specified, it is assumed to be the STD offset +1 hour. + + :param start: + A :class:`relativedelta.relativedelta` object or equivalent specifying + the time and time of year that daylight savings time starts. To + specify, for example, that DST starts at 2AM on the 2nd Sunday in + March, pass: + + ``relativedelta(hours=2, month=3, day=1, weekday=SU(+2))`` + + If unspecified and any other DST information is specified, the default + value is 2 AM on the first Sunday in April. + + :param end: + A :class:`relativedelta.relativedelta` object or equivalent + representing the time and time of year that daylight savings time + ends, with the same specification method as in ``start``. One note is + that this should point to the first time in the *standard* zone, so if + a transition occurs at 2AM in the DST zone and the clocks are set back + 1 hour to 1AM, set the ``hours`` parameter to +1. + + + **Examples:** + + .. testsetup:: tzrange + + from dateutil.tz import tzrange, tzstr + + .. doctest:: tzrange + + >>> tzstr('EST5EDT') == tzrange("EST", -18000, "EDT") + True + + >>> from dateutil.relativedelta import * + >>> range1 = tzrange("EST", -18000, "EDT") + >>> range2 = tzrange("EST", -18000, "EDT", -14400, + ... relativedelta(hours=+2, month=4, day=1, + ... weekday=SU(+1)), + ... relativedelta(hours=+1, month=10, day=31, + ... weekday=SU(-1))) + >>> tzstr('EST5EDT') == range1 == range2 + True + + """ + def __init__(self, stdabbr, stdoffset=None, + dstabbr=None, dstoffset=None, + start=None, end=None): + + global relativedelta + from dateutil import relativedelta + + self._std_abbr = stdabbr + self._dst_abbr = dstabbr + + try: + stdoffset = stdoffset.total_seconds() + except (TypeError, AttributeError): + pass + + try: + dstoffset = dstoffset.total_seconds() + except (TypeError, AttributeError): + pass + + if stdoffset is not None: + self._std_offset = datetime.timedelta(seconds=stdoffset) + else: + self._std_offset = ZERO + + if dstoffset is not None: + self._dst_offset = datetime.timedelta(seconds=dstoffset) + elif dstabbr and stdoffset is not None: + self._dst_offset = self._std_offset + datetime.timedelta(hours=+1) + else: + self._dst_offset = ZERO + + if dstabbr and start is None: + self._start_delta = relativedelta.relativedelta( + hours=+2, month=4, day=1, weekday=relativedelta.SU(+1)) + else: + self._start_delta = start + + if dstabbr and end is None: + self._end_delta = relativedelta.relativedelta( + hours=+1, month=10, day=31, weekday=relativedelta.SU(-1)) + else: + self._end_delta = end + + self._dst_base_offset_ = self._dst_offset - self._std_offset + self.hasdst = bool(self._start_delta) + + def transitions(self, year): + """ + For a given year, get the DST on and off transition times, expressed + always on the standard time side. For zones with no transitions, this + function returns ``None``. + + :param year: + The year whose transitions you would like to query. + + :return: + Returns a :class:`tuple` of :class:`datetime.datetime` objects, + ``(dston, dstoff)`` for zones with an annual DST transition, or + ``None`` for fixed offset zones. + """ + if not self.hasdst: + return None + + base_year = datetime.datetime(year, 1, 1) + + start = base_year + self._start_delta + end = base_year + self._end_delta + + return (start, end) + + def __eq__(self, other): + if not isinstance(other, tzrange): + return NotImplemented + + return (self._std_abbr == other._std_abbr and + self._dst_abbr == other._dst_abbr and + self._std_offset == other._std_offset and + self._dst_offset == other._dst_offset and + self._start_delta == other._start_delta and + self._end_delta == other._end_delta) + + @property + def _dst_base_offset(self): + return self._dst_base_offset_ + + +@six.add_metaclass(_TzStrFactory) +class tzstr(tzrange): + """ + ``tzstr`` objects are time zone objects specified by a time-zone string as + it would be passed to a ``TZ`` variable on POSIX-style systems (see + the `GNU C Library: TZ Variable`_ for more details). + + There is one notable exception, which is that POSIX-style time zones use an + inverted offset format, so normally ``GMT+3`` would be parsed as an offset + 3 hours *behind* GMT. The ``tzstr`` time zone object will parse this as an + offset 3 hours *ahead* of GMT. If you would like to maintain the POSIX + behavior, pass a ``True`` value to ``posix_offset``. + + The :class:`tzrange` object provides the same functionality, but is + specified using :class:`relativedelta.relativedelta` objects. rather than + strings. + + :param s: + A time zone string in ``TZ`` variable format. This can be a + :class:`bytes` (2.x: :class:`str`), :class:`str` (2.x: + :class:`unicode`) or a stream emitting unicode characters + (e.g. :class:`StringIO`). + + :param posix_offset: + Optional. If set to ``True``, interpret strings such as ``GMT+3`` or + ``UTC+3`` as being 3 hours *behind* UTC rather than ahead, per the + POSIX standard. + + .. caution:: + + Prior to version 2.7.0, this function also supported time zones + in the format: + + * ``EST5EDT,4,0,6,7200,10,0,26,7200,3600`` + * ``EST5EDT,4,1,0,7200,10,-1,0,7200,3600`` + + This format is non-standard and has been deprecated; this function + will raise a :class:`DeprecatedTZFormatWarning` until + support is removed in a future version. + + .. _`GNU C Library: TZ Variable`: + https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html + """ + def __init__(self, s, posix_offset=False): + global parser + from dateutil.parser import _parser as parser + + self._s = s + + res = parser._parsetz(s) + if res is None or res.any_unused_tokens: + raise ValueError("unknown string format") + + # Here we break the compatibility with the TZ variable handling. + # GMT-3 actually *means* the timezone -3. + if res.stdabbr in ("GMT", "UTC") and not posix_offset: + res.stdoffset *= -1 + + # We must initialize it first, since _delta() needs + # _std_offset and _dst_offset set. Use False in start/end + # to avoid building it two times. + tzrange.__init__(self, res.stdabbr, res.stdoffset, + res.dstabbr, res.dstoffset, + start=False, end=False) + + if not res.dstabbr: + self._start_delta = None + self._end_delta = None + else: + self._start_delta = self._delta(res.start) + if self._start_delta: + self._end_delta = self._delta(res.end, isend=1) + + self.hasdst = bool(self._start_delta) + + def _delta(self, x, isend=0): + from dateutil import relativedelta + kwargs = {} + if x.month is not None: + kwargs["month"] = x.month + if x.weekday is not None: + kwargs["weekday"] = relativedelta.weekday(x.weekday, x.week) + if x.week > 0: + kwargs["day"] = 1 + else: + kwargs["day"] = 31 + elif x.day: + kwargs["day"] = x.day + elif x.yday is not None: + kwargs["yearday"] = x.yday + elif x.jyday is not None: + kwargs["nlyearday"] = x.jyday + if not kwargs: + # Default is to start on first sunday of april, and end + # on last sunday of october. + if not isend: + kwargs["month"] = 4 + kwargs["day"] = 1 + kwargs["weekday"] = relativedelta.SU(+1) + else: + kwargs["month"] = 10 + kwargs["day"] = 31 + kwargs["weekday"] = relativedelta.SU(-1) + if x.time is not None: + kwargs["seconds"] = x.time + else: + # Default is 2AM. + kwargs["seconds"] = 7200 + if isend: + # Convert to standard time, to follow the documented way + # of working with the extra hour. See the documentation + # of the tzinfo class. + delta = self._dst_offset - self._std_offset + kwargs["seconds"] -= delta.seconds + delta.days * 86400 + return relativedelta.relativedelta(**kwargs) + + def __repr__(self): + return "%s(%s)" % (self.__class__.__name__, repr(self._s)) + + +class _tzicalvtzcomp(object): + def __init__(self, tzoffsetfrom, tzoffsetto, isdst, + tzname=None, rrule=None): + self.tzoffsetfrom = datetime.timedelta(seconds=tzoffsetfrom) + self.tzoffsetto = datetime.timedelta(seconds=tzoffsetto) + self.tzoffsetdiff = self.tzoffsetto - self.tzoffsetfrom + self.isdst = isdst + self.tzname = tzname + self.rrule = rrule + + +class _tzicalvtz(_tzinfo): + def __init__(self, tzid, comps=[]): + super(_tzicalvtz, self).__init__() + + self._tzid = tzid + self._comps = comps + self._cachedate = [] + self._cachecomp = [] + self._cache_lock = _thread.allocate_lock() + + def _find_comp(self, dt): + if len(self._comps) == 1: + return self._comps[0] + + dt = dt.replace(tzinfo=None) + + try: + with self._cache_lock: + return self._cachecomp[self._cachedate.index( + (dt, self._fold(dt)))] + except ValueError: + pass + + lastcompdt = None + lastcomp = None + + for comp in self._comps: + compdt = self._find_compdt(comp, dt) + + if compdt and (not lastcompdt or lastcompdt < compdt): + lastcompdt = compdt + lastcomp = comp + + if not lastcomp: + # RFC says nothing about what to do when a given + # time is before the first onset date. We'll look for the + # first standard component, or the first component, if + # none is found. + for comp in self._comps: + if not comp.isdst: + lastcomp = comp + break + else: + lastcomp = comp[0] + + with self._cache_lock: + self._cachedate.insert(0, (dt, self._fold(dt))) + self._cachecomp.insert(0, lastcomp) + + if len(self._cachedate) > 10: + self._cachedate.pop() + self._cachecomp.pop() + + return lastcomp + + def _find_compdt(self, comp, dt): + if comp.tzoffsetdiff < ZERO and self._fold(dt): + dt -= comp.tzoffsetdiff + + compdt = comp.rrule.before(dt, inc=True) + + return compdt + + def utcoffset(self, dt): + if dt is None: + return None + + return self._find_comp(dt).tzoffsetto + + def dst(self, dt): + comp = self._find_comp(dt) + if comp.isdst: + return comp.tzoffsetdiff + else: + return ZERO + + @tzname_in_python2 + def tzname(self, dt): + return self._find_comp(dt).tzname + + def __repr__(self): + return "" % repr(self._tzid) + + __reduce__ = object.__reduce__ + + +class tzical(object): + """ + This object is designed to parse an iCalendar-style ``VTIMEZONE`` structure + as set out in `RFC 5545`_ Section 4.6.5 into one or more `tzinfo` objects. + + :param `fileobj`: + A file or stream in iCalendar format, which should be UTF-8 encoded + with CRLF endings. + + .. _`RFC 5545`: https://tools.ietf.org/html/rfc5545 + """ + def __init__(self, fileobj): + global rrule + from dateutil import rrule + + if isinstance(fileobj, string_types): + self._s = fileobj + # ical should be encoded in UTF-8 with CRLF + fileobj = open(fileobj, 'r') + else: + self._s = getattr(fileobj, 'name', repr(fileobj)) + fileobj = _nullcontext(fileobj) + + self._vtz = {} + + with fileobj as fobj: + self._parse_rfc(fobj.read()) + + def keys(self): + """ + Retrieves the available time zones as a list. + """ + return list(self._vtz.keys()) + + def get(self, tzid=None): + """ + Retrieve a :py:class:`datetime.tzinfo` object by its ``tzid``. + + :param tzid: + If there is exactly one time zone available, omitting ``tzid`` + or passing :py:const:`None` value returns it. Otherwise a valid + key (which can be retrieved from :func:`keys`) is required. + + :raises ValueError: + Raised if ``tzid`` is not specified but there are either more + or fewer than 1 zone defined. + + :returns: + Returns either a :py:class:`datetime.tzinfo` object representing + the relevant time zone or :py:const:`None` if the ``tzid`` was + not found. + """ + if tzid is None: + if len(self._vtz) == 0: + raise ValueError("no timezones defined") + elif len(self._vtz) > 1: + raise ValueError("more than one timezone available") + tzid = next(iter(self._vtz)) + + return self._vtz.get(tzid) + + def _parse_offset(self, s): + s = s.strip() + if not s: + raise ValueError("empty offset") + if s[0] in ('+', '-'): + signal = (-1, +1)[s[0] == '+'] + s = s[1:] + else: + signal = +1 + if len(s) == 4: + return (int(s[:2]) * 3600 + int(s[2:]) * 60) * signal + elif len(s) == 6: + return (int(s[:2]) * 3600 + int(s[2:4]) * 60 + int(s[4:])) * signal + else: + raise ValueError("invalid offset: " + s) + + def _parse_rfc(self, s): + lines = s.splitlines() + if not lines: + raise ValueError("empty string") + + # Unfold + i = 0 + while i < len(lines): + line = lines[i].rstrip() + if not line: + del lines[i] + elif i > 0 and line[0] == " ": + lines[i-1] += line[1:] + del lines[i] + else: + i += 1 + + tzid = None + comps = [] + invtz = False + comptype = None + for line in lines: + if not line: + continue + name, value = line.split(':', 1) + parms = name.split(';') + if not parms: + raise ValueError("empty property name") + name = parms[0].upper() + parms = parms[1:] + if invtz: + if name == "BEGIN": + if value in ("STANDARD", "DAYLIGHT"): + # Process component + pass + else: + raise ValueError("unknown component: "+value) + comptype = value + founddtstart = False + tzoffsetfrom = None + tzoffsetto = None + rrulelines = [] + tzname = None + elif name == "END": + if value == "VTIMEZONE": + if comptype: + raise ValueError("component not closed: "+comptype) + if not tzid: + raise ValueError("mandatory TZID not found") + if not comps: + raise ValueError( + "at least one component is needed") + # Process vtimezone + self._vtz[tzid] = _tzicalvtz(tzid, comps) + invtz = False + elif value == comptype: + if not founddtstart: + raise ValueError("mandatory DTSTART not found") + if tzoffsetfrom is None: + raise ValueError( + "mandatory TZOFFSETFROM not found") + if tzoffsetto is None: + raise ValueError( + "mandatory TZOFFSETFROM not found") + # Process component + rr = None + if rrulelines: + rr = rrule.rrulestr("\n".join(rrulelines), + compatible=True, + ignoretz=True, + cache=True) + comp = _tzicalvtzcomp(tzoffsetfrom, tzoffsetto, + (comptype == "DAYLIGHT"), + tzname, rr) + comps.append(comp) + comptype = None + else: + raise ValueError("invalid component end: "+value) + elif comptype: + if name == "DTSTART": + # DTSTART in VTIMEZONE takes a subset of valid RRULE + # values under RFC 5545. + for parm in parms: + if parm != 'VALUE=DATE-TIME': + msg = ('Unsupported DTSTART param in ' + + 'VTIMEZONE: ' + parm) + raise ValueError(msg) + rrulelines.append(line) + founddtstart = True + elif name in ("RRULE", "RDATE", "EXRULE", "EXDATE"): + rrulelines.append(line) + elif name == "TZOFFSETFROM": + if parms: + raise ValueError( + "unsupported %s parm: %s " % (name, parms[0])) + tzoffsetfrom = self._parse_offset(value) + elif name == "TZOFFSETTO": + if parms: + raise ValueError( + "unsupported TZOFFSETTO parm: "+parms[0]) + tzoffsetto = self._parse_offset(value) + elif name == "TZNAME": + if parms: + raise ValueError( + "unsupported TZNAME parm: "+parms[0]) + tzname = value + elif name == "COMMENT": + pass + else: + raise ValueError("unsupported property: "+name) + else: + if name == "TZID": + if parms: + raise ValueError( + "unsupported TZID parm: "+parms[0]) + tzid = value + elif name in ("TZURL", "LAST-MODIFIED", "COMMENT"): + pass + else: + raise ValueError("unsupported property: "+name) + elif name == "BEGIN" and value == "VTIMEZONE": + tzid = None + comps = [] + invtz = True + + def __repr__(self): + return "%s(%s)" % (self.__class__.__name__, repr(self._s)) + + +if sys.platform != "win32": + TZFILES = ["/etc/localtime", "localtime"] + TZPATHS = ["/usr/share/zoneinfo", + "/usr/lib/zoneinfo", + "/usr/share/lib/zoneinfo", + "/etc/zoneinfo"] +else: + TZFILES = [] + TZPATHS = [] + + +def __get_gettz(): + tzlocal_classes = (tzlocal,) + if tzwinlocal is not None: + tzlocal_classes += (tzwinlocal,) + + class GettzFunc(object): + """ + Retrieve a time zone object from a string representation + + This function is intended to retrieve the :py:class:`tzinfo` subclass + that best represents the time zone that would be used if a POSIX + `TZ variable`_ were set to the same value. + + If no argument or an empty string is passed to ``gettz``, local time + is returned: + + .. code-block:: python3 + + >>> gettz() + tzfile('/etc/localtime') + + This function is also the preferred way to map IANA tz database keys + to :class:`tzfile` objects: + + .. code-block:: python3 + + >>> gettz('Pacific/Kiritimati') + tzfile('/usr/share/zoneinfo/Pacific/Kiritimati') + + On Windows, the standard is extended to include the Windows-specific + zone names provided by the operating system: + + .. code-block:: python3 + + >>> gettz('Egypt Standard Time') + tzwin('Egypt Standard Time') + + Passing a GNU ``TZ`` style string time zone specification returns a + :class:`tzstr` object: + + .. code-block:: python3 + + >>> gettz('AEST-10AEDT-11,M10.1.0/2,M4.1.0/3') + tzstr('AEST-10AEDT-11,M10.1.0/2,M4.1.0/3') + + :param name: + A time zone name (IANA, or, on Windows, Windows keys), location of + a ``tzfile(5)`` zoneinfo file or ``TZ`` variable style time zone + specifier. An empty string, no argument or ``None`` is interpreted + as local time. + + :return: + Returns an instance of one of ``dateutil``'s :py:class:`tzinfo` + subclasses. + + .. versionchanged:: 2.7.0 + + After version 2.7.0, any two calls to ``gettz`` using the same + input strings will return the same object: + + .. code-block:: python3 + + >>> tz.gettz('America/Chicago') is tz.gettz('America/Chicago') + True + + In addition to improving performance, this ensures that + `"same zone" semantics`_ are used for datetimes in the same zone. + + + .. _`TZ variable`: + https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html + + .. _`"same zone" semantics`: + https://blog.ganssle.io/articles/2018/02/aware-datetime-arithmetic.html + """ + def __init__(self): + + self.__instances = weakref.WeakValueDictionary() + self.__strong_cache_size = 8 + self.__strong_cache = OrderedDict() + self._cache_lock = _thread.allocate_lock() + + def __call__(self, name=None): + with self._cache_lock: + rv = self.__instances.get(name, None) + + if rv is None: + rv = self.nocache(name=name) + if not (name is None + or isinstance(rv, tzlocal_classes) + or rv is None): + # tzlocal is slightly more complicated than the other + # time zone providers because it depends on environment + # at construction time, so don't cache that. + # + # We also cannot store weak references to None, so we + # will also not store that. + self.__instances[name] = rv + else: + # No need for strong caching, return immediately + return rv + + self.__strong_cache[name] = self.__strong_cache.pop(name, rv) + + if len(self.__strong_cache) > self.__strong_cache_size: + self.__strong_cache.popitem(last=False) + + return rv + + def set_cache_size(self, size): + with self._cache_lock: + self.__strong_cache_size = size + while len(self.__strong_cache) > size: + self.__strong_cache.popitem(last=False) + + def cache_clear(self): + with self._cache_lock: + self.__instances = weakref.WeakValueDictionary() + self.__strong_cache.clear() + + @staticmethod + def nocache(name=None): + """A non-cached version of gettz""" + tz = None + if not name: + try: + name = os.environ["TZ"] + except KeyError: + pass + if name is None or name in ("", ":"): + for filepath in TZFILES: + if not os.path.isabs(filepath): + filename = filepath + for path in TZPATHS: + filepath = os.path.join(path, filename) + if os.path.isfile(filepath): + break + else: + continue + if os.path.isfile(filepath): + try: + tz = tzfile(filepath) + break + except (IOError, OSError, ValueError): + pass + else: + tz = tzlocal() + else: + try: + if name.startswith(":"): + name = name[1:] + except TypeError as e: + if isinstance(name, bytes): + new_msg = "gettz argument should be str, not bytes" + six.raise_from(TypeError(new_msg), e) + else: + raise + if os.path.isabs(name): + if os.path.isfile(name): + tz = tzfile(name) + else: + tz = None + else: + for path in TZPATHS: + filepath = os.path.join(path, name) + if not os.path.isfile(filepath): + filepath = filepath.replace(' ', '_') + if not os.path.isfile(filepath): + continue + try: + tz = tzfile(filepath) + break + except (IOError, OSError, ValueError): + pass + else: + tz = None + if tzwin is not None: + try: + tz = tzwin(name) + except (WindowsError, UnicodeEncodeError): + # UnicodeEncodeError is for Python 2.7 compat + tz = None + + if not tz: + from dateutil.zoneinfo import get_zonefile_instance + tz = get_zonefile_instance().get(name) + + if not tz: + for c in name: + # name is not a tzstr unless it has at least + # one offset. For short values of "name", an + # explicit for loop seems to be the fastest way + # To determine if a string contains a digit + if c in "0123456789": + try: + tz = tzstr(name) + except ValueError: + pass + break + else: + if name in ("GMT", "UTC"): + tz = UTC + elif name in time.tzname: + tz = tzlocal() + return tz + + return GettzFunc() + + +gettz = __get_gettz() +del __get_gettz + + +def datetime_exists(dt, tz=None): + """ + Given a datetime and a time zone, determine whether or not a given datetime + would fall in a gap. + + :param dt: + A :class:`datetime.datetime` (whose time zone will be ignored if ``tz`` + is provided.) + + :param tz: + A :class:`datetime.tzinfo` with support for the ``fold`` attribute. If + ``None`` or not provided, the datetime's own time zone will be used. + + :return: + Returns a boolean value whether or not the "wall time" exists in + ``tz``. + + .. versionadded:: 2.7.0 + """ + if tz is None: + if dt.tzinfo is None: + raise ValueError('Datetime is naive and no time zone provided.') + tz = dt.tzinfo + + dt = dt.replace(tzinfo=None) + + # This is essentially a test of whether or not the datetime can survive + # a round trip to UTC. + dt_rt = dt.replace(tzinfo=tz).astimezone(UTC).astimezone(tz) + dt_rt = dt_rt.replace(tzinfo=None) + + return dt == dt_rt + + +def datetime_ambiguous(dt, tz=None): + """ + Given a datetime and a time zone, determine whether or not a given datetime + is ambiguous (i.e if there are two times differentiated only by their DST + status). + + :param dt: + A :class:`datetime.datetime` (whose time zone will be ignored if ``tz`` + is provided.) + + :param tz: + A :class:`datetime.tzinfo` with support for the ``fold`` attribute. If + ``None`` or not provided, the datetime's own time zone will be used. + + :return: + Returns a boolean value whether or not the "wall time" is ambiguous in + ``tz``. + + .. versionadded:: 2.6.0 + """ + if tz is None: + if dt.tzinfo is None: + raise ValueError('Datetime is naive and no time zone provided.') + + tz = dt.tzinfo + + # If a time zone defines its own "is_ambiguous" function, we'll use that. + is_ambiguous_fn = getattr(tz, 'is_ambiguous', None) + if is_ambiguous_fn is not None: + try: + return tz.is_ambiguous(dt) + except Exception: + pass + + # If it doesn't come out and tell us it's ambiguous, we'll just check if + # the fold attribute has any effect on this particular date and time. + dt = dt.replace(tzinfo=tz) + wall_0 = enfold(dt, fold=0) + wall_1 = enfold(dt, fold=1) + + same_offset = wall_0.utcoffset() == wall_1.utcoffset() + same_dst = wall_0.dst() == wall_1.dst() + + return not (same_offset and same_dst) + + +def resolve_imaginary(dt): + """ + Given a datetime that may be imaginary, return an existing datetime. + + This function assumes that an imaginary datetime represents what the + wall time would be in a zone had the offset transition not occurred, so + it will always fall forward by the transition's change in offset. + + .. doctest:: + + >>> from dateutil import tz + >>> from datetime import datetime + >>> NYC = tz.gettz('America/New_York') + >>> print(tz.resolve_imaginary(datetime(2017, 3, 12, 2, 30, tzinfo=NYC))) + 2017-03-12 03:30:00-04:00 + + >>> KIR = tz.gettz('Pacific/Kiritimati') + >>> print(tz.resolve_imaginary(datetime(1995, 1, 1, 12, 30, tzinfo=KIR))) + 1995-01-02 12:30:00+14:00 + + As a note, :func:`datetime.astimezone` is guaranteed to produce a valid, + existing datetime, so a round-trip to and from UTC is sufficient to get + an extant datetime, however, this generally "falls back" to an earlier time + rather than falling forward to the STD side (though no guarantees are made + about this behavior). + + :param dt: + A :class:`datetime.datetime` which may or may not exist. + + :return: + Returns an existing :class:`datetime.datetime`. If ``dt`` was not + imaginary, the datetime returned is guaranteed to be the same object + passed to the function. + + .. versionadded:: 2.7.0 + """ + if dt.tzinfo is not None and not datetime_exists(dt): + + curr_offset = (dt + datetime.timedelta(hours=24)).utcoffset() + old_offset = (dt - datetime.timedelta(hours=24)).utcoffset() + + dt += curr_offset - old_offset + + return dt + + +def _datetime_to_timestamp(dt): + """ + Convert a :class:`datetime.datetime` object to an epoch timestamp in + seconds since January 1, 1970, ignoring the time zone. + """ + return (dt.replace(tzinfo=None) - EPOCH).total_seconds() + + +if sys.version_info >= (3, 6): + def _get_supported_offset(second_offset): + return second_offset +else: + def _get_supported_offset(second_offset): + # For python pre-3.6, round to full-minutes if that's not the case. + # Python's datetime doesn't accept sub-minute timezones. Check + # http://python.org/sf/1447945 or https://bugs.python.org/issue5288 + # for some information. + old_offset = second_offset + calculated_offset = 60 * ((second_offset + 30) // 60) + return calculated_offset + + +try: + # Python 3.7 feature + from contextlib import nullcontext as _nullcontext +except ImportError: + class _nullcontext(object): + """ + Class for wrapping contexts so that they are passed through in a + with statement. + """ + def __init__(self, context): + self.context = context + + def __enter__(self): + return self.context + + def __exit__(*args, **kwargs): + pass + +# vim:ts=4:sw=4:et diff --git a/.venv/Lib/site-packages/dateutil/tz/win.py b/.venv/Lib/site-packages/dateutil/tz/win.py new file mode 100644 index 0000000000..cde07ba792 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tz/win.py @@ -0,0 +1,370 @@ +# -*- coding: utf-8 -*- +""" +This module provides an interface to the native time zone data on Windows, +including :py:class:`datetime.tzinfo` implementations. + +Attempting to import this module on a non-Windows platform will raise an +:py:obj:`ImportError`. +""" +# This code was originally contributed by Jeffrey Harris. +import datetime +import struct + +from six.moves import winreg +from six import text_type + +try: + import ctypes + from ctypes import wintypes +except ValueError: + # ValueError is raised on non-Windows systems for some horrible reason. + raise ImportError("Running tzwin on non-Windows system") + +from ._common import tzrangebase + +__all__ = ["tzwin", "tzwinlocal", "tzres"] + +ONEWEEK = datetime.timedelta(7) + +TZKEYNAMENT = r"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones" +TZKEYNAME9X = r"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones" +TZLOCALKEYNAME = r"SYSTEM\CurrentControlSet\Control\TimeZoneInformation" + + +def _settzkeyname(): + handle = winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) + try: + winreg.OpenKey(handle, TZKEYNAMENT).Close() + TZKEYNAME = TZKEYNAMENT + except WindowsError: + TZKEYNAME = TZKEYNAME9X + handle.Close() + return TZKEYNAME + + +TZKEYNAME = _settzkeyname() + + +class tzres(object): + """ + Class for accessing ``tzres.dll``, which contains timezone name related + resources. + + .. versionadded:: 2.5.0 + """ + p_wchar = ctypes.POINTER(wintypes.WCHAR) # Pointer to a wide char + + def __init__(self, tzres_loc='tzres.dll'): + # Load the user32 DLL so we can load strings from tzres + user32 = ctypes.WinDLL('user32') + + # Specify the LoadStringW function + user32.LoadStringW.argtypes = (wintypes.HINSTANCE, + wintypes.UINT, + wintypes.LPWSTR, + ctypes.c_int) + + self.LoadStringW = user32.LoadStringW + self._tzres = ctypes.WinDLL(tzres_loc) + self.tzres_loc = tzres_loc + + def load_name(self, offset): + """ + Load a timezone name from a DLL offset (integer). + + >>> from dateutil.tzwin import tzres + >>> tzr = tzres() + >>> print(tzr.load_name(112)) + 'Eastern Standard Time' + + :param offset: + A positive integer value referring to a string from the tzres dll. + + .. note:: + + Offsets found in the registry are generally of the form + ``@tzres.dll,-114``. The offset in this case is 114, not -114. + + """ + resource = self.p_wchar() + lpBuffer = ctypes.cast(ctypes.byref(resource), wintypes.LPWSTR) + nchar = self.LoadStringW(self._tzres._handle, offset, lpBuffer, 0) + return resource[:nchar] + + def name_from_string(self, tzname_str): + """ + Parse strings as returned from the Windows registry into the time zone + name as defined in the registry. + + >>> from dateutil.tzwin import tzres + >>> tzr = tzres() + >>> print(tzr.name_from_string('@tzres.dll,-251')) + 'Dateline Daylight Time' + >>> print(tzr.name_from_string('Eastern Standard Time')) + 'Eastern Standard Time' + + :param tzname_str: + A timezone name string as returned from a Windows registry key. + + :return: + Returns the localized timezone string from tzres.dll if the string + is of the form `@tzres.dll,-offset`, else returns the input string. + """ + if not tzname_str.startswith('@'): + return tzname_str + + name_splt = tzname_str.split(',-') + try: + offset = int(name_splt[1]) + except: + raise ValueError("Malformed timezone string.") + + return self.load_name(offset) + + +class tzwinbase(tzrangebase): + """tzinfo class based on win32's timezones available in the registry.""" + def __init__(self): + raise NotImplementedError('tzwinbase is an abstract base class') + + def __eq__(self, other): + # Compare on all relevant dimensions, including name. + if not isinstance(other, tzwinbase): + return NotImplemented + + return (self._std_offset == other._std_offset and + self._dst_offset == other._dst_offset and + self._stddayofweek == other._stddayofweek and + self._dstdayofweek == other._dstdayofweek and + self._stdweeknumber == other._stdweeknumber and + self._dstweeknumber == other._dstweeknumber and + self._stdhour == other._stdhour and + self._dsthour == other._dsthour and + self._stdminute == other._stdminute and + self._dstminute == other._dstminute and + self._std_abbr == other._std_abbr and + self._dst_abbr == other._dst_abbr) + + @staticmethod + def list(): + """Return a list of all time zones known to the system.""" + with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle: + with winreg.OpenKey(handle, TZKEYNAME) as tzkey: + result = [winreg.EnumKey(tzkey, i) + for i in range(winreg.QueryInfoKey(tzkey)[0])] + return result + + def display(self): + """ + Return the display name of the time zone. + """ + return self._display + + def transitions(self, year): + """ + For a given year, get the DST on and off transition times, expressed + always on the standard time side. For zones with no transitions, this + function returns ``None``. + + :param year: + The year whose transitions you would like to query. + + :return: + Returns a :class:`tuple` of :class:`datetime.datetime` objects, + ``(dston, dstoff)`` for zones with an annual DST transition, or + ``None`` for fixed offset zones. + """ + + if not self.hasdst: + return None + + dston = picknthweekday(year, self._dstmonth, self._dstdayofweek, + self._dsthour, self._dstminute, + self._dstweeknumber) + + dstoff = picknthweekday(year, self._stdmonth, self._stddayofweek, + self._stdhour, self._stdminute, + self._stdweeknumber) + + # Ambiguous dates default to the STD side + dstoff -= self._dst_base_offset + + return dston, dstoff + + def _get_hasdst(self): + return self._dstmonth != 0 + + @property + def _dst_base_offset(self): + return self._dst_base_offset_ + + +class tzwin(tzwinbase): + """ + Time zone object created from the zone info in the Windows registry + + These are similar to :py:class:`dateutil.tz.tzrange` objects in that + the time zone data is provided in the format of a single offset rule + for either 0 or 2 time zone transitions per year. + + :param: name + The name of a Windows time zone key, e.g. "Eastern Standard Time". + The full list of keys can be retrieved with :func:`tzwin.list`. + """ + + def __init__(self, name): + self._name = name + + with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle: + tzkeyname = text_type("{kn}\\{name}").format(kn=TZKEYNAME, name=name) + with winreg.OpenKey(handle, tzkeyname) as tzkey: + keydict = valuestodict(tzkey) + + self._std_abbr = keydict["Std"] + self._dst_abbr = keydict["Dlt"] + + self._display = keydict["Display"] + + # See http://ww_winreg.jsiinc.com/SUBA/tip0300/rh0398.htm + tup = struct.unpack("=3l16h", keydict["TZI"]) + stdoffset = -tup[0]-tup[1] # Bias + StandardBias * -1 + dstoffset = stdoffset-tup[2] # + DaylightBias * -1 + self._std_offset = datetime.timedelta(minutes=stdoffset) + self._dst_offset = datetime.timedelta(minutes=dstoffset) + + # for the meaning see the win32 TIME_ZONE_INFORMATION structure docs + # http://msdn.microsoft.com/en-us/library/windows/desktop/ms725481(v=vs.85).aspx + (self._stdmonth, + self._stddayofweek, # Sunday = 0 + self._stdweeknumber, # Last = 5 + self._stdhour, + self._stdminute) = tup[4:9] + + (self._dstmonth, + self._dstdayofweek, # Sunday = 0 + self._dstweeknumber, # Last = 5 + self._dsthour, + self._dstminute) = tup[12:17] + + self._dst_base_offset_ = self._dst_offset - self._std_offset + self.hasdst = self._get_hasdst() + + def __repr__(self): + return "tzwin(%s)" % repr(self._name) + + def __reduce__(self): + return (self.__class__, (self._name,)) + + +class tzwinlocal(tzwinbase): + """ + Class representing the local time zone information in the Windows registry + + While :class:`dateutil.tz.tzlocal` makes system calls (via the :mod:`time` + module) to retrieve time zone information, ``tzwinlocal`` retrieves the + rules directly from the Windows registry and creates an object like + :class:`dateutil.tz.tzwin`. + + Because Windows does not have an equivalent of :func:`time.tzset`, on + Windows, :class:`dateutil.tz.tzlocal` instances will always reflect the + time zone settings *at the time that the process was started*, meaning + changes to the machine's time zone settings during the run of a program + on Windows will **not** be reflected by :class:`dateutil.tz.tzlocal`. + Because ``tzwinlocal`` reads the registry directly, it is unaffected by + this issue. + """ + def __init__(self): + with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle: + with winreg.OpenKey(handle, TZLOCALKEYNAME) as tzlocalkey: + keydict = valuestodict(tzlocalkey) + + self._std_abbr = keydict["StandardName"] + self._dst_abbr = keydict["DaylightName"] + + try: + tzkeyname = text_type('{kn}\\{sn}').format(kn=TZKEYNAME, + sn=self._std_abbr) + with winreg.OpenKey(handle, tzkeyname) as tzkey: + _keydict = valuestodict(tzkey) + self._display = _keydict["Display"] + except OSError: + self._display = None + + stdoffset = -keydict["Bias"]-keydict["StandardBias"] + dstoffset = stdoffset-keydict["DaylightBias"] + + self._std_offset = datetime.timedelta(minutes=stdoffset) + self._dst_offset = datetime.timedelta(minutes=dstoffset) + + # For reasons unclear, in this particular key, the day of week has been + # moved to the END of the SYSTEMTIME structure. + tup = struct.unpack("=8h", keydict["StandardStart"]) + + (self._stdmonth, + self._stdweeknumber, # Last = 5 + self._stdhour, + self._stdminute) = tup[1:5] + + self._stddayofweek = tup[7] + + tup = struct.unpack("=8h", keydict["DaylightStart"]) + + (self._dstmonth, + self._dstweeknumber, # Last = 5 + self._dsthour, + self._dstminute) = tup[1:5] + + self._dstdayofweek = tup[7] + + self._dst_base_offset_ = self._dst_offset - self._std_offset + self.hasdst = self._get_hasdst() + + def __repr__(self): + return "tzwinlocal()" + + def __str__(self): + # str will return the standard name, not the daylight name. + return "tzwinlocal(%s)" % repr(self._std_abbr) + + def __reduce__(self): + return (self.__class__, ()) + + +def picknthweekday(year, month, dayofweek, hour, minute, whichweek): + """ dayofweek == 0 means Sunday, whichweek 5 means last instance """ + first = datetime.datetime(year, month, 1, hour, minute) + + # This will work if dayofweek is ISO weekday (1-7) or Microsoft-style (0-6), + # Because 7 % 7 = 0 + weekdayone = first.replace(day=((dayofweek - first.isoweekday()) % 7) + 1) + wd = weekdayone + ((whichweek - 1) * ONEWEEK) + if (wd.month != month): + wd -= ONEWEEK + + return wd + + +def valuestodict(key): + """Convert a registry key's values to a dictionary.""" + dout = {} + size = winreg.QueryInfoKey(key)[1] + tz_res = None + + for i in range(size): + key_name, value, dtype = winreg.EnumValue(key, i) + if dtype == winreg.REG_DWORD or dtype == winreg.REG_DWORD_LITTLE_ENDIAN: + # If it's a DWORD (32-bit integer), it's stored as unsigned - convert + # that to a proper signed integer + if value & (1 << 31): + value = value - (1 << 32) + elif dtype == winreg.REG_SZ: + # If it's a reference to the tzres DLL, load the actual string + if value.startswith('@tzres'): + tz_res = tz_res or tzres() + value = tz_res.name_from_string(value) + + value = value.rstrip('\x00') # Remove trailing nulls + + dout[key_name] = value + + return dout diff --git a/.venv/Lib/site-packages/dateutil/tzwin.py b/.venv/Lib/site-packages/dateutil/tzwin.py new file mode 100644 index 0000000000..cebc673e40 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/tzwin.py @@ -0,0 +1,2 @@ +# tzwin has moved to dateutil.tz.win +from .tz.win import * diff --git a/.venv/Lib/site-packages/dateutil/utils.py b/.venv/Lib/site-packages/dateutil/utils.py new file mode 100644 index 0000000000..dd2d245a0b --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/utils.py @@ -0,0 +1,71 @@ +# -*- coding: utf-8 -*- +""" +This module offers general convenience and utility functions for dealing with +datetimes. + +.. versionadded:: 2.7.0 +""" +from __future__ import unicode_literals + +from datetime import datetime, time + + +def today(tzinfo=None): + """ + Returns a :py:class:`datetime` representing the current day at midnight + + :param tzinfo: + The time zone to attach (also used to determine the current day). + + :return: + A :py:class:`datetime.datetime` object representing the current day + at midnight. + """ + + dt = datetime.now(tzinfo) + return datetime.combine(dt.date(), time(0, tzinfo=tzinfo)) + + +def default_tzinfo(dt, tzinfo): + """ + Sets the ``tzinfo`` parameter on naive datetimes only + + This is useful for example when you are provided a datetime that may have + either an implicit or explicit time zone, such as when parsing a time zone + string. + + .. doctest:: + + >>> from dateutil.tz import tzoffset + >>> from dateutil.parser import parse + >>> from dateutil.utils import default_tzinfo + >>> dflt_tz = tzoffset("EST", -18000) + >>> print(default_tzinfo(parse('2014-01-01 12:30 UTC'), dflt_tz)) + 2014-01-01 12:30:00+00:00 + >>> print(default_tzinfo(parse('2014-01-01 12:30'), dflt_tz)) + 2014-01-01 12:30:00-05:00 + + :param dt: + The datetime on which to replace the time zone + + :param tzinfo: + The :py:class:`datetime.tzinfo` subclass instance to assign to + ``dt`` if (and only if) it is naive. + + :return: + Returns an aware :py:class:`datetime.datetime`. + """ + if dt.tzinfo is not None: + return dt + else: + return dt.replace(tzinfo=tzinfo) + + +def within_delta(dt1, dt2, delta): + """ + Useful for comparing two datetimes that may have a negligible difference + to be considered equal. + """ + delta = abs(delta) + difference = dt1 - dt2 + return -delta <= difference <= delta diff --git a/.venv/Lib/site-packages/dateutil/zoneinfo/__init__.py b/.venv/Lib/site-packages/dateutil/zoneinfo/__init__.py new file mode 100644 index 0000000000..34f11ad66c --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/zoneinfo/__init__.py @@ -0,0 +1,167 @@ +# -*- coding: utf-8 -*- +import warnings +import json + +from tarfile import TarFile +from pkgutil import get_data +from io import BytesIO + +from dateutil.tz import tzfile as _tzfile + +__all__ = ["get_zonefile_instance", "gettz", "gettz_db_metadata"] + +ZONEFILENAME = "dateutil-zoneinfo.tar.gz" +METADATA_FN = 'METADATA' + + +class tzfile(_tzfile): + def __reduce__(self): + return (gettz, (self._filename,)) + + +def getzoneinfofile_stream(): + try: + return BytesIO(get_data(__name__, ZONEFILENAME)) + except IOError as e: # TODO switch to FileNotFoundError? + warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror)) + return None + + +class ZoneInfoFile(object): + def __init__(self, zonefile_stream=None): + if zonefile_stream is not None: + with TarFile.open(fileobj=zonefile_stream) as tf: + self.zones = {zf.name: tzfile(tf.extractfile(zf), filename=zf.name) + for zf in tf.getmembers() + if zf.isfile() and zf.name != METADATA_FN} + # deal with links: They'll point to their parent object. Less + # waste of memory + links = {zl.name: self.zones[zl.linkname] + for zl in tf.getmembers() if + zl.islnk() or zl.issym()} + self.zones.update(links) + try: + metadata_json = tf.extractfile(tf.getmember(METADATA_FN)) + metadata_str = metadata_json.read().decode('UTF-8') + self.metadata = json.loads(metadata_str) + except KeyError: + # no metadata in tar file + self.metadata = None + else: + self.zones = {} + self.metadata = None + + def get(self, name, default=None): + """ + Wrapper for :func:`ZoneInfoFile.zones.get`. This is a convenience method + for retrieving zones from the zone dictionary. + + :param name: + The name of the zone to retrieve. (Generally IANA zone names) + + :param default: + The value to return in the event of a missing key. + + .. versionadded:: 2.6.0 + + """ + return self.zones.get(name, default) + + +# The current API has gettz as a module function, although in fact it taps into +# a stateful class. So as a workaround for now, without changing the API, we +# will create a new "global" class instance the first time a user requests a +# timezone. Ugly, but adheres to the api. +# +# TODO: Remove after deprecation period. +_CLASS_ZONE_INSTANCE = [] + + +def get_zonefile_instance(new_instance=False): + """ + This is a convenience function which provides a :class:`ZoneInfoFile` + instance using the data provided by the ``dateutil`` package. By default, it + caches a single instance of the ZoneInfoFile object and returns that. + + :param new_instance: + If ``True``, a new instance of :class:`ZoneInfoFile` is instantiated and + used as the cached instance for the next call. Otherwise, new instances + are created only as necessary. + + :return: + Returns a :class:`ZoneInfoFile` object. + + .. versionadded:: 2.6 + """ + if new_instance: + zif = None + else: + zif = getattr(get_zonefile_instance, '_cached_instance', None) + + if zif is None: + zif = ZoneInfoFile(getzoneinfofile_stream()) + + get_zonefile_instance._cached_instance = zif + + return zif + + +def gettz(name): + """ + This retrieves a time zone from the local zoneinfo tarball that is packaged + with dateutil. + + :param name: + An IANA-style time zone name, as found in the zoneinfo file. + + :return: + Returns a :class:`dateutil.tz.tzfile` time zone object. + + .. warning:: + It is generally inadvisable to use this function, and it is only + provided for API compatibility with earlier versions. This is *not* + equivalent to ``dateutil.tz.gettz()``, which selects an appropriate + time zone based on the inputs, favoring system zoneinfo. This is ONLY + for accessing the dateutil-specific zoneinfo (which may be out of + date compared to the system zoneinfo). + + .. deprecated:: 2.6 + If you need to use a specific zoneinfofile over the system zoneinfo, + instantiate a :class:`dateutil.zoneinfo.ZoneInfoFile` object and call + :func:`dateutil.zoneinfo.ZoneInfoFile.get(name)` instead. + + Use :func:`get_zonefile_instance` to retrieve an instance of the + dateutil-provided zoneinfo. + """ + warnings.warn("zoneinfo.gettz() will be removed in future versions, " + "to use the dateutil-provided zoneinfo files, instantiate a " + "ZoneInfoFile object and use ZoneInfoFile.zones.get() " + "instead. See the documentation for details.", + DeprecationWarning) + + if len(_CLASS_ZONE_INSTANCE) == 0: + _CLASS_ZONE_INSTANCE.append(ZoneInfoFile(getzoneinfofile_stream())) + return _CLASS_ZONE_INSTANCE[0].zones.get(name) + + +def gettz_db_metadata(): + """ Get the zonefile metadata + + See `zonefile_metadata`_ + + :returns: + A dictionary with the database metadata + + .. deprecated:: 2.6 + See deprecation warning in :func:`zoneinfo.gettz`. To get metadata, + query the attribute ``zoneinfo.ZoneInfoFile.metadata``. + """ + warnings.warn("zoneinfo.gettz_db_metadata() will be removed in future " + "versions, to use the dateutil-provided zoneinfo files, " + "ZoneInfoFile object and query the 'metadata' attribute " + "instead. See the documentation for details.", + DeprecationWarning) + + if len(_CLASS_ZONE_INSTANCE) == 0: + _CLASS_ZONE_INSTANCE.append(ZoneInfoFile(getzoneinfofile_stream())) + return _CLASS_ZONE_INSTANCE[0].metadata diff --git a/.venv/Lib/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/dateutil/zoneinfo/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b59c9e3caeae28f0e7edeff204f6f5e92570c9a2 GIT binary patch literal 7438 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 z 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 z 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

oF5%wc?0lVIdiCvTMwKQ}m1M4pzSU2C#ISwFq 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
oHJaZa%&cRgbKqQScY`o5It4F}rqGD>-kDeG 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/dateutil/zoneinfo/rebuild.py b/.venv/Lib/site-packages/dateutil/zoneinfo/rebuild.py new file mode 100644 index 0000000000..684c6586f0 --- /dev/null +++ b/.venv/Lib/site-packages/dateutil/zoneinfo/rebuild.py @@ -0,0 +1,75 @@ +import logging +import os +import tempfile +import shutil +import json +from subprocess import check_call, check_output +from tarfile import TarFile + +from dateutil.zoneinfo import METADATA_FN, ZONEFILENAME + + +def rebuild(filename, tag=None, format="gz", zonegroups=[], metadata=None): + """Rebuild the internal timezone info in dateutil/zoneinfo/zoneinfo*tar* + + filename is the timezone tarball from ``ftp.iana.org/tz``. + + """ + tmpdir = tempfile.mkdtemp() + zonedir = os.path.join(tmpdir, "zoneinfo") + moduledir = os.path.dirname(__file__) + try: + with TarFile.open(filename) as tf: + for name in zonegroups: + tf.extract(name, tmpdir) + filepaths = [os.path.join(tmpdir, n) for n in zonegroups] + + _run_zic(zonedir, filepaths) + + # write metadata file + with open(os.path.join(zonedir, METADATA_FN), 'w') as f: + json.dump(metadata, f, indent=4, sort_keys=True) + target = os.path.join(moduledir, ZONEFILENAME) + with TarFile.open(target, "w:%s" % format) as tf: + for entry in os.listdir(zonedir): + entrypath = os.path.join(zonedir, entry) + tf.add(entrypath, entry) + finally: + shutil.rmtree(tmpdir) + + +def _run_zic(zonedir, filepaths): + """Calls the ``zic`` compiler in a compatible way to get a "fat" binary. + + Recent versions of ``zic`` default to ``-b slim``, while older versions + don't even have the ``-b`` option (but default to "fat" binaries). The + current version of dateutil does not support Version 2+ TZif files, which + causes problems when used in conjunction with "slim" binaries, so this + function is used to ensure that we always get a "fat" binary. + """ + + try: + help_text = check_output(["zic", "--help"]) + except OSError as e: + _print_on_nosuchfile(e) + raise + + if b"-b " in help_text: + bloat_args = ["-b", "fat"] + else: + bloat_args = [] + + check_call(["zic"] + bloat_args + ["-d", zonedir] + filepaths) + + +def _print_on_nosuchfile(e): + """Print helpful troubleshooting message + + e is an exception raised by subprocess.check_call() + + """ + if e.errno == 2: + logging.error( + "Could not find zic. Perhaps you need to install " + "libc-bin or some other package that provides it, " + "or it's not in your PATH?") diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/AUTHORS.txt b/.venv/Lib/site-packages/pip-24.2.dist-info/AUTHORS.txt new file mode 100644 index 0000000000..dda2ac30f8 --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/AUTHORS.txt @@ -0,0 +1,796 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adolfo Ochagavía +Adrien Morison +Agus +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +arena +arenasys +Arindam Choudhury +Armin Ronacher +Arnon Yaari +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Branch Vincent +Brandon L. Reiss +Brandt Bucher +Brannon Dorsey +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Charlie Marsh +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris Markiewicz +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +chrysle +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +ctg123 +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Poznik +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +devsagul +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dustin Rodrigues +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Fredrik Orderud +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ikko Ashimine +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Fleischman +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jinzhe Zeng +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John Sirois +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Cannon +Josh Hansen +Josh Schneier +Joshua +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Jussi Kukkonen +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +konstin +kpinc +Krishna Oza +Kumar McMillan +Kuntal Majumder +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Luis Medel +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark McLoughlin +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +Matt Wozniski +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Hughes +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +morotti +mrKazzila +Muha Ajjan +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Shen +Peter Waller +Petr Viktorin +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Ran Benita +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +rmorotti +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +S. Guliaev +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shenxianpeng +shireenrao +Shivansh-007 +Shixian Sheng +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Sviatoslav Sydorenko (Святослав Сидоренко) +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +Xianpeng Shen +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/INSTALLER b/.venv/Lib/site-packages/pip-24.2.dist-info/INSTALLER new file mode 100644 index 0000000000..a1b589e38a --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/LICENSE.txt b/.venv/Lib/site-packages/pip-24.2.dist-info/LICENSE.txt new file mode 100644 index 0000000000..8e7b65eaf6 --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/METADATA b/.venv/Lib/site-packages/pip-24.2.dist-info/METADATA new file mode 100644 index 0000000000..6141107f90 --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/METADATA @@ -0,0 +1,89 @@ +Metadata-Version: 2.1 +Name: pip +Version: 24.2 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +|pypi-version| |python-versions| |docs-badge| + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/RECORD b/.venv/Lib/site-packages/pip-24.2.dist-info/RECORD new file mode 100644 index 0000000000..a2ba414ede --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/RECORD @@ -0,0 +1,853 @@ +../../Scripts/pip.exe,sha256=iYUYag420XQstiV3ngC9PItga8onjHqR2xB99K2aTpE,108434 +../../Scripts/pip3.12.exe,sha256=iYUYag420XQstiV3ngC9PItga8onjHqR2xB99K2aTpE,108434 +../../Scripts/pip3.exe,sha256=iYUYag420XQstiV3ngC9PItga8onjHqR2xB99K2aTpE,108434 +pip-24.2.dist-info/AUTHORS.txt,sha256=KDa8Pd3GDeKSogF6yFW0l9A9eMneLDOFrcIDqkL8G8s,10868 +pip-24.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.2.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.2.dist-info/METADATA,sha256=PhzCxQxIhsnZ871cPUe3Hew9PhhpgflLbfqU3WizZqM,3624 +pip-24.2.dist-info/RECORD,, +pip-24.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.2.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91 +pip-24.2.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 +pip-24.2.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=EQxEGXUQIu-9fNJxVEK74ufx_fTk_HpYV9lAbw-WWbs,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=cPPWuJ6NK_k-GzfvlejLFgwzmYUROmpAR6QC3Q-vkXQ,1450 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513 +pip/_internal/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/__pycache__/build_env.cpython-312.pyc,, +pip/_internal/__pycache__/cache.cpython-312.pyc,, +pip/_internal/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/__pycache__/exceptions.cpython-312.pyc,, +pip/_internal/__pycache__/main.cpython-312.pyc,, +pip/_internal/__pycache__/pyproject.cpython-312.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, +pip/_internal/build_env.py,sha256=QiusW8QEaj387y0hdRqVbuelHSHGYcT7WzVckbmMhR0,10420 +pip/_internal/cache.py,sha256=Jb698p5PNigRtpW5o26wQNkkUv4MnQ94mc471wL63A0,10369 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, +pip/_internal/cli/__pycache__/index_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, +pip/_internal/cli/autocompletion.py,sha256=Lli3Mr6aDNu7ZkJJFFvwD2-hFxNI6Avz8OwMyS5TVrs,6865 +pip/_internal/cli/base_command.py,sha256=F8nUcSM-Y-MQljJUe724-yxmc5viFXHyM_zH70NmIh4,8289 +pip/_internal/cli/cmdoptions.py,sha256=mDqBr0d0hoztbRJs-PWtcKpqNAc7khU6ZpoesZKocT8,30110 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/index_command.py,sha256=YIJ84cfYcbDBACnB8eoDgqjYJU6GpiWP2Rh7Ij-Xyak,5633 +pip/_internal/cli/main.py,sha256=BDZef-bWe9g9Jpr4OVs4dDf-845HJsKw835T7AqEnAc,2817 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=QAkY6s8N-AD7w5D2PQm2Y8C2MIJSv7iuAeNjOMvDBUA,10811 +pip/_internal/cli/progress_bars.py,sha256=0FAf7eN67KnIv_gZQhTWSnKXXUzQko1ftGXEoLe5Yec,2713 +pip/_internal/cli/req_command.py,sha256=DqeFhmUMs6o6Ev8qawAcOoYNdAZsfyKS0MZI5jsJYwQ,12250 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Hr_4eiMd9cgVDgEvjtIdw915NmL7ROIWW8enkr8slPQ,2268 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=DNDRgE9YsKrbYzU0s3VKi8rHtKF4X13CJ_br_8PUXO0,6797 +pip/_internal/commands/download.py,sha256=0qB0nys6ZEPsog451lDsjL5Bx7Z97t-B80oFZKhpzKM,5273 +pip/_internal/commands/freeze.py,sha256=2Vt72BYTSm9rzue6d8dNzt8idxWK4Db6Hd-anq7GQ80,3203 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=RAXxmJwFhVb5S1BYzb5ifX3sn9Na8v2CCVYwSMP8pao,4731 +pip/_internal/commands/inspect.py,sha256=PGrY9TRTRCM3y5Ml8Bdk8DEOXquWRfscr4DRo1LOTPc,3189 +pip/_internal/commands/install.py,sha256=iqesiLIZc6Op9uihMQFYRhAA2DQRZUxbM4z1BwXoFls,29428 +pip/_internal/commands/list.py,sha256=RgaIV4kN-eMSpgUAXc-6bjnURzl0v3cRE11xr54O9Cg,12771 +pip/_internal/commands/search.py,sha256=hSGtIHg26LRe468Ly7oZ6gfd9KbTxBRZAAtJc9Um6S4,5628 +pip/_internal/commands/show.py,sha256=IG9L5uo8w6UA4tI_IlmaxLCoNKPa5JNJCljj3NWs0OE,7507 +pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 +pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=QeB9qvKXDIjLdPBDE5fMgpfGqMMCr-govnuoQnGuiF8,1783 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=PlcP4a6-R6c98XnOM-b6Lkb3rsvh9iG4ok8shaanrzs,6751 +pip/_internal/distributions/wheel.py,sha256=THBYfnv7VVt8mYhMYUtH13S1E7FDwtDyDfmUcl8ai0E,1317 +pip/_internal/exceptions.py,sha256=6qcW3QgmFVlRxlZvDSLUhSzKJ7_Tedo-lyqWA6NfdAU,25371 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/index/__pycache__/collector.cpython-312.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, +pip/_internal/index/__pycache__/sources.cpython-312.pyc,, +pip/_internal/index/collector.py,sha256=RdPO0JLAlmyBWPAWYHPyRoGjz3GNAeTngCNkbGey_mE,16265 +pip/_internal/index/package_finder.py,sha256=yRC4xsyudwKnNoU6IXvNoyqYo5ScT7lB6Wa-z2eh7cs,37666 +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 +pip/_internal/locations/__init__.py,sha256=UaAxeZ_f93FyouuFf4p7SXYF-4WstXuEvd3LbmPCAno,14925 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 +pip/_internal/locations/_sysconfig.py,sha256=IGzds60qsFneRogC-oeBaY7bEh3lPt_v47kMJChQXsU,7724 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=P0cAJrH_mtmMZvlZ16ZXm_-izA4lpr5wy08laICuiaA,2644 +pip/_internal/metadata/base.py,sha256=ft0K5XNgI4ETqZnRv2-CtvgYiMOMAeGMAzxT-f6VLJA,25298 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=c6av8sP8BBjAZuFSJow1iWfygUXNM3xRTCn5nqw6B9M,2796 +pip/_internal/metadata/importlib/_dists.py,sha256=anh0mLI-FYRPUhAdipd0Va3YJJc6HelCKQ0bFhY10a0,8017 +pip/_internal/metadata/importlib/_envs.py,sha256=JHjNfnk9RsjrcQw8dLBqdfBglOKSepEe9aq03B4nRpU,7431 +pip/_internal/metadata/pkg_resources.py,sha256=U07ETAINSGeSRBfWUG93E4tZZbaW_f7PGzEqZN0hulc,10542 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, +pip/_internal/models/__pycache__/index.cpython-312.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, +pip/_internal/models/__pycache__/link.cpython-312.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 +pip/_internal/models/direct_url.py,sha256=uBtY2HHd3TO9cKQJWh0ThvE5FRr-MWRYChRU4IG9HZE,6578 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=jHax9O-9zlSzEwjBCDkx0OXjKXwBDwOuPwn-PsR8dCs,21034 +pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 +pip/_internal/models/search_scope.py,sha256=67NEnsYY84784S-MM7ekQuo9KXLH-7MzFntXjapvAo0,4531 +pip/_internal/models/selection_prefs.py,sha256=qaFfDs3ciqoXPg6xx45N1jPLqccLJw4N0s4P0PyHTQ8,2015 +pip/_internal/models/target_python.py,sha256=2XaH2rZ5ZF-K5wcJbEMGEl7SqrTToDDNkrtQ2v_v_-Q,4271 +pip/_internal/models/wheel.py,sha256=Odc1NVWL5N-i6A3vFa50BfNvCRlGvGa4som60FQM198,3601 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/network/__pycache__/auth.cpython-312.pyc,, +pip/_internal/network/__pycache__/cache.cpython-312.pyc,, +pip/_internal/network/__pycache__/download.cpython-312.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, +pip/_internal/network/__pycache__/session.cpython-312.pyc,, +pip/_internal/network/__pycache__/utils.cpython-312.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, +pip/_internal/network/auth.py,sha256=D4gASjUrqoDFlSt6gQ767KAAjv6PUyJU0puDlhXNVRE,20809 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=XmanBKjVwPFmh1iJ58q6TDh9xabH37gREuQJ_feuZGA,18741 +pip/_internal/network/utils.py,sha256=Inaxel-NxBu4PQWkjyErdnfewsFCcgHph7dzR1-FboY,4088 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/__pycache__/check.cpython-312.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=-ARW_TcjHCOX7D2NUOGntB4Fgc6b4aolsXkAK6BWL7w,4774 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=8i6i1QZX9m_lKPStEFsHKM0MT4a-CD408JOw99daLmo,2190 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=K-6kNhmj-1xDF45ny1yheMerF0ui4EoQCLzEoHh6-tc,3045 +pip/_internal/operations/check.py,sha256=L24vRL8VWbyywdoeAhM89WCd8zLTnjIbULlKelUgIec,5912 +pip/_internal/operations/freeze.py,sha256=V59yEyCSz_YhZuhH09-6aV_zvYBMrS_IxFFNqn2QzlA,9864 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=PoEsNEPGbIZ2yQphPsmYTKLOCMs4gv5OcCdzW124NcA,1283 +pip/_internal/operations/install/wheel.py,sha256=X5Iz9yUg5LlK5VNQ9g2ikc6dcRu8EPi_SUi5iuEDRgo,27615 +pip/_internal/operations/prepare.py,sha256=joWJwPkuqGscQgVNImLK71e9hRapwKvRCM8HclysmvU,28118 +pip/_internal/pyproject.py,sha256=rw4fwlptDp1hZgYoplwbAGwWA32sWQkp7ysf8Ju6iXc,7287 +pip/_internal/req/__init__.py,sha256=HxBFtZy_BbCclLgr26waMtpzYdO5T3vxePvpGAXSt5s,2653 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, +pip/_internal/req/constructors.py,sha256=qXNZtUqhsXpHxkRaIQhp20_Kz6I88MDKM8SQR9fckIc,18424 +pip/_internal/req/req_file.py,sha256=hnC9Oz-trqGQpuDnCVWqwpJkAvtbCsk7-5k0EWVQhlQ,17687 +pip/_internal/req/req_install.py,sha256=yhT98NGDoAEk03jznTJnYCznzhiMEEA2ocgsUG_dcNU,35788 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=qzDIxJo-OETWqGais7tSMCDcWbATYABT-Tid3ityF0s,23853 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=3HZiJBRd1FTN6jQpI4qRO8-TbLYeIbUTS6PFvXnXs2w,24068 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=DCf669FsqyQY5uqXeePDHQY1e4QO-pBzWH8O0s9-K94,5023 +pip/_internal/resolution/resolvelib/candidates.py,sha256=07CBc85ya3J19XqdvUsLQwtVIxiTYq9km9hbTRh0jb0,19823 +pip/_internal/resolution/resolvelib/factory.py,sha256=mTTq_nG1F9Eq3VnlYPH6Ap-mydcS-mxC5y5L-CLLp80,32459 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=9hrTyQqFvl9I7Tji79F1AxHv39Qh1rkJ_7deSHSMfQc,6383 +pip/_internal/resolution/resolvelib/provider.py,sha256=bcsFnYvlmtB80cwVdW1fIwgol8ZNr1f1VHyRTkz47SM,9935 +pip/_internal/resolution/resolvelib/reporter.py,sha256=00JtoXEkTlw0-rl_sl54d71avwOsJHt9GGHcrj5Sza0,3168 +pip/_internal/resolution/resolvelib/requirements.py,sha256=7JG4Z72e5Yk4vU0S5ulGvbqTy4FMQGYhY5zQhX9zTtY,8065 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=pkjQixuWyQ1vrVxZAaYD6SSHgXuFUnHZybXEWTkh0S0,8145 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/retry.cpython-312.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ckkFveBiYQjRWjkNsajt_oWPS57tJvE8XxoC4OIYgCY,2399 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=k7Qg_UBAaaTdyq82YVARA6D7RmcGTXGv7fnfcgigj4Q,3707 +pip/_internal/utils/direct_url_helpers.py,sha256=r2MRtkVDACv9AGqYODBUC9CjwgtsUU1s68hmgfCJMtA,3196 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=ajvA-q4ocliW9kPp8Yquh-4vssXbu-UKbo5FV9V4X64,4950 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=vUkWq_1pJuzcYNcGKLlQmABoUiisK8noYY1yc8Wq4w4,3734 +pip/_internal/utils/hashes.py,sha256=XGGLL0AG8-RhWnyz87xF6MFZ--BKadHU35D47eApCKI,4972 +pip/_internal/utils/logging.py,sha256=7BFKB1uFjdxD5crM-GtwA5T2qjbQ2LPD-gJDuJeDNTg,11606 +pip/_internal/utils/misc.py,sha256=HR_V97vNTHNzwq01JrnTZtsLLkWAOJ9_EeYfHJZSgDY,23745 +pip/_internal/utils/packaging.py,sha256=iI3LH43lVNR4hWBOqF6lFsZq4aycb2j0UcHlmDmcqUg,2109 +pip/_internal/utils/retry.py,sha256=mhFbykXjhTnZfgzeuy-vl9c8nECnYn_CMtwNJX2tYzQ,1392 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=EsvqSRiSMHF98T8Txmu6NLU3U--MpTTQjtNgKP0P--M,8988 +pip/_internal/utils/temp_dir.py,sha256=5qOXe8M4JeY6vaFQM867d5zkp1bSwMZ-KT5jymmP0Zg,9310 +pip/_internal/utils/unpacking.py,sha256=eyDkSsk4nW8ZfiSjNzJduCznpHyaGHVv3ak_LMGsiEM,11951 +pip/_internal/utils/urls.py,sha256=qceSOZb5lbNDrHNsv7_S4L4Ytszja5NwPKUMnZHbYnM,1599 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=b442jkydFHjXzDy6cMR7MpzWBJ1Q82hR5F33cmcHV3g,4494 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, +pip/_internal/vcs/bazaar.py,sha256=EKStcQaKpNu0NK4p5Q10Oc4xb3DUxFw024XrJy40bFQ,3528 +pip/_internal/vcs/git.py,sha256=3tpc9LQA_J4IVW5r5NvWaaSeDzcmJOrSFZN0J8vIKfU,18177 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=ddTugHBqHzV3ebKlU5QXHPN4gUqlyXbOx8q8NgXKvs8,11735 +pip/_internal/vcs/versioncontrol.py,sha256=cvf_-hnTAjQLXJ3d17FMNhQfcO1AcKWUF10tfrYyP-c,22440 +pip/_internal/wheel_builder.py,sha256=DL3A8LKeRj_ACp11WS5wSgASgPFqeyAeXJKdXfmaWXU,11799 +pip/_vendor/__init__.py,sha256=JYuAXvClhInxIrA2FTp5p-uuWVL7WV6-vEpTs46-Qh4,4873 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=GiYoagwPEiJ_xR_lbwWGaoCiPtF_rz4isjfjdDAgHU4,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=fByO_Pd_EOemjWbuocvBWdN85xT0q_TBm2lxS6vD4fk,6355 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=9AlmmTJc6cslb6k5z_6q0sGPHVrMj8zv-uWy-simmfE,5406 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=o-ejGJlBmpKK8QQLyTPJj0t7siU8XVHXuV8MCybCxQ8,18575 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=IYe4QmHERWsMvtxNrp920WeaIsaTTyqLB14DSheSbtY,4834 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=LHXz7E80YJYBzCBv6ZyidQ5-ciYSkSebpY2E5OM0l7o,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=SIupYGAr8HzGP073rsEIaS_sQYIPwzKKjj894DgUmu4,291528 +pip/_vendor/certifi/core.py,sha256=2SRT5rIcQChFDbe37BQa-kULxAgJ8qN6l1jfqTp4HIs,4486 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=8_gP9J7_tlNRicnWmPX4ZiDlP5wTwJKDeeg-8_qXUZU,18780 +pip/_vendor/distlib/t32.exe,sha256=a0GV5kCoWsMutvliiCKmIgV98eRZ33wXoS-XrqvJQVs,97792 +pip/_vendor/distlib/t64-arm.exe,sha256=68TAa32V504xVBnufojh0PcenpR3U4wAqTqf-MZqbPw,182784 +pip/_vendor/distlib/t64.exe,sha256=gaYY8hy4fbkHYTTnA4i26ct8IQZzkBG2pRdy0iyuBrc,108032 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=lyhpoe2vulEaB_65xhXmoKgO-xUqFDvcwxu5hpNNO4E,12663 +pip/_vendor/idna/idnadata.py,sha256=dqRwytzkjIHMBa2R1lYvHDwACenZPt8eGVu1Y8UBE-E,78320 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=Tkt0KnIeyIlnHddOaz9WSkkislNgokJAuE-p5GorMqo,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 +pip/_vendor/msgpack/__init__.py,sha256=gsMP7JTECZNUSjvOyIbdhNOkpB9Z8BcGwabVGY2UcdQ,1077 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=fKp00BqDLjUtZnPd70Llr138zk8JsCuSpJkkZ5S4dt8,5629 +pip/_vendor/msgpack/fallback.py,sha256=wdUWJkWX2gzfRW9BBCTOuIE1Wvrf5PtBtR8ZtY7G_EE,33175 +pip/_vendor/packaging/__init__.py,sha256=dtw2bNmWCQ9WnMoK3bk_elL1svSlikXtLpZhCFIB9SE,496 +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +pip/_vendor/packaging/_elffile.py,sha256=_LcJW4YNKywYsl4169B2ukKRqwxjxst_8H0FRVQKlz8,3282 +pip/_vendor/packaging/_manylinux.py,sha256=Xo4V0PZz8sbuVCbTni0t1CR0AHeir_7ib4lTmV8scD4,9586 +pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +pip/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +pip/_vendor/packaging/markers.py,sha256=dWKSqn5Sp-jDmOG-W3GfLHKjwhf1IsznbT71VlBoB5M,10671 +pip/_vendor/packaging/metadata.py,sha256=KINuSkJ12u-SyoKNTy_pHNGAfMUtxNvZ53qA1zAKcKI,32349 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +pip/_vendor/packaging/specifiers.py,sha256=HfGgfNJRvrzC759gnnoojHyiWs_DYmcw5PEh5jHH-YE,39738 +pip/_vendor/packaging/tags.py,sha256=y8EbheOu9WS7s-MebaXMcHMF-jzsA_C1Lz5XRTiSy4w,18883 +pip/_vendor/packaging/utils.py,sha256=NAdYUwnlAOpkat_RthavX8a07YuVxgGL_vwrx73GSDM,5287 +pip/_vendor/packaging/version.py,sha256=wE4sSVlF-d1H6HFC1vszEe35CwTig_fh4HHIFg95hFE,16210 +pip/_vendor/pkg_resources/__init__.py,sha256=jrhDRbOubP74QuPXxd7U7Po42PH2l-LZ2XfcO7llpZ4,124463 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=FTA6LGNm40GwNZt3gG3uLAacWvf2E_2HTmH0rAALGR8,22285 +pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016 +pip/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996 +pip/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643 +pip/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411 +pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 +pip/_vendor/pygments/__init__.py,sha256=7N1oiaWulw_nCsTY4EEixYLz15pWY5u4uPAFFi-ielU,2983 +pip/_vendor/pygments/__main__.py,sha256=isIhBxLg65nLlXukG4VkMuPfNdd7gFzTZ_R_z3Q8diY,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=LIVzmAunlk9sRJJp54O4KRy9GDIN4Wu13v9p9QzfGPM,23656 +pip/_vendor/pygments/console.py,sha256=yhP9UsLAVmWKVQf2446JJewkA7AiXeeTf4Ieg3Oi2fU,1718 +pip/_vendor/pygments/filter.py,sha256=_ADNPCskD8_GmodHi6_LoVgPU3Zh336aBCT5cOeTMs0,1910 +pip/_vendor/pygments/filters/__init__.py,sha256=RdedK2KWKXlKwR7cvkfr3NUj9YiZQgMgilRMFUg2jPA,40392 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=jDWBTndlBH2Z5IYZFVDnP0qn1CaTQjTWt7iAGtCnJEg,4390 +pip/_vendor/pygments/formatters/__init__.py,sha256=8No-NUs8rBTSSBJIv4hSEQt2M0cFB4hwAT0snVc2QGE,5385 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=3JQLI45tcrQ_kRUMjuab6C7Hb0XUsbVWqqbSn9cMjkI,3320 +pip/_vendor/pygments/formatters/groff.py,sha256=M39k0PaSSZRnxWjqBSVPkF0mu1-Vr7bm6RsFvs-CNN4,5106 +pip/_vendor/pygments/formatters/html.py,sha256=SE2jc3YCqbMS3rZW9EAmDlAUhdVxJ52gA4dileEvCGU,35669 +pip/_vendor/pygments/formatters/img.py,sha256=MwA4xWPLOwh6j7Yc6oHzjuqSPt0M1fh5r-5BTIIUfsU,23287 +pip/_vendor/pygments/formatters/irc.py,sha256=dp1Z0l_ObJ5NFh9MhqLGg5ptG5hgJqedT2Vkutt9v0M,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=XMmhOCqUKDBQtG5mGJNAFYxApqaC5puo5cMmPfK3944,19306 +pip/_vendor/pygments/formatters/other.py,sha256=56PMJOliin-rAUdnRM0i1wsV1GdUPd_dvQq0_UPfF9c,5034 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=y16U00aVYYEFpeCfGXlYBSMacG425CbfoG8oKbKegIg,2218 +pip/_vendor/pygments/formatters/rtf.py,sha256=ZT90dmcKyJboIB0mArhL7IhE467GXRN0G7QAUgG03To,11957 +pip/_vendor/pygments/formatters/svg.py,sha256=KKsiophPupHuxm0So-MsbQEWOT54IAiSF7hZPmxtKXE,7174 +pip/_vendor/pygments/formatters/terminal.py,sha256=AojNG4MlKq2L6IsC_VnXHu4AbHCBn9Otog6u45XvxeI,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=kGkNUVo3FpwjytIDS0if79EuUoroAprcWt3igrcIqT0,11753 +pip/_vendor/pygments/lexer.py,sha256=TYHDt___gNW4axTl2zvPZff-VQi8fPaIh5OKRcVSjUM,35349 +pip/_vendor/pygments/lexers/__init__.py,sha256=pIlxyQJuu_syh9lE080cq8ceVbEVcKp0osAFU5fawJU,12115 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=61-h3zr103m01OS5BUq_AfUiL9YI06Ves9ipQ7k4vr4,76097 +pip/_vendor/pygments/lexers/python.py,sha256=2J_YJrPTr_A6fJY_qKiKv0GpgPwHMrlMSeo59qN3fe4,53687 +pip/_vendor/pygments/modeline.py,sha256=gtRYZBS-CKOCDXHhGZqApboHBaZwGH8gznN3O6nuxj4,1005 +pip/_vendor/pygments/plugin.py,sha256=ioeJ3QeoJ-UQhZpY9JL7vbxsTVuwwM7BCu-Jb8nN0AU,1891 +pip/_vendor/pygments/regexopt.py,sha256=Hky4EB13rIXEHQUNkwmCrYqtIlnXDehNR3MztafZ43w,3072 +pip/_vendor/pygments/scanner.py,sha256=NDy3ofK_fHRFK4hIDvxpamG871aewqcsIb6sgTi7Fhk,3092 +pip/_vendor/pygments/sphinxext.py,sha256=iOptJBcqOGPwMEJ2p70PvwpZPIGdvdZ8dxvq6kzxDgA,7981 +pip/_vendor/pygments/style.py,sha256=rSCZWFpg1_DwFMXDU0nEVmAcBHpuQGf9RxvOPPQvKLQ,6420 +pip/_vendor/pygments/styles/__init__.py,sha256=qUk6_1z5KmT8EdJFZYgESmG6P_HJF_2vVrDD7HSCGYY,2042 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 +pip/_vendor/pygments/token.py,sha256=qZwT7LSPy5YBY3JgDjut642CCy7JdQzAfmqD9NmT5j0,6226 +pip/_vendor/pygments/unistring.py,sha256=p5c1i-HhoIhWemy9CUsaN9o39oomYHNxXll0Xfw6tEA,63208 +pip/_vendor/pygments/util.py,sha256=2tj2nS1X9_OpcuSjf8dOET2bDVZhs8cEKd_uT6-Fgg8,10031 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 +pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=Mo9f9xZpefod8Zm-n9_StJcVTmwSukXR2p3IQyyVXvU,1485 +pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 +pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=x4K4CmH-lC0l2Kb-iPfMN4dRXxHEcbOaEWBL_i09AwI,35483 +pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 +pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 +pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=L79vnFbzJ3SFLKtJwpoWe41Tozi3RlZv94pY1TFIyow,33631 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=eO7Cq8JnrgG8zVoeImiAs92q3hXNMIfp0w5lMsO7Q2Y,8477 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=Zt58apszI6hAAcXPpgdWKpu3c31UBWebOeR4mbyptvU,5471 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=sCUkisXkQfoq-IQPyBELfJ8l7LihZJX3HbH8K7Cie-M,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 +pip/_vendor/rich/cells.py,sha256=aMmGK4BjXhgE6_JF1ZEGmW3O7mKkE8g84vUnj4Et4To,4780 +pip/_vendor/rich/color.py,sha256=bCRATVdRe5IClJ6Hl62de2PKQ_U4i2MZ4ugjUEg7Tao,18223 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=deFZIubq2M9A2MCsKFAsFQlWDvcOMsGuUA07QkOaHIw,99173 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=6ZAjUcNhBRajBCo9umFUclyi2xL0-55JL7S0vYGUJu4,9585 +pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 +pip/_vendor/rich/live.py,sha256=vUcnJV2LMSK3sQNaILbm0-_B8BpAeiHfcQMAMLfpRe0,14271 +pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=2Fd1V7e1kHxlPFIusoHY5T7-Cs0RpkrihgVG9ZVqJ4g,10705 +pip/_vendor/rich/pretty.py,sha256=5oIHP_CGWnHEnD0zMdW5qfGC5kHqIKn7zH_eC4crULE,35848 +pip/_vendor/rich/progress.py,sha256=P02xi7T2Ua3qq17o83bkshe4c0v_45cg8VyTj6US6Vg,59715 +pip/_vendor/rich/progress_bar.py,sha256=L4jw8E6Qb_x-jhOrLVhkuMaPmiAhFIl8jHQbWFrKuR8,8164 +pip/_vendor/rich/prompt.py,sha256=wdOn2X8XTJKnLnlw6PoMY7xG4iUPp3ezt4O5gqvpV-E,11304 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=hU1ueeXqI6YeFa08K9DAjlF2QLxcJY9pwZx7RsXavlk,24246 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=TnZDuOD4DeHFbkaVEAji1gf8qgAlMU9Boe_GksMGCkk,35475 +pip/_vendor/rich/table.py,sha256=nGEvAZHF4dy1vT9h9Gj9O5qhSQO3ODAxJv0RY1vnIB8,39680 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=5rQ3zvNrg5UZKNLecbh7fiw9v3HeFulNVtRY_CBDjjE,47312 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=CUpxYLjQWIb6vQQ6O72X0hvDV6caryGqU6UweHgOyCY,29601 +pip/_vendor/rich/tree.py,sha256=meAOUU6sYnoBEOX2ILrPLY9k5bWrWNQKkaiEFvHinXM,9167 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/__init__.py,sha256=M-PhuLMIF7gxKXk7tpo2MD7dk6nqG1ae8GXWdNXbMdQ,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/truststore/_api.py,sha256=B9JIHipzBIS8pMP_J50-o1DHVZsvKZQUXTB0HQQ_UPg,10461 +pip/_vendor/truststore/_macos.py,sha256=VJ24avz5aEGYAs_kWvnGjMJtuIP4xJcYa459UQOQC3M,17608 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=eldNViHNHeY5r3fiBoz_JFGD37atXB9S5yaRoPKEGAA,17891 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/typing_extensions.py,sha256=78hFl0HpDY-ylHUVCnWdU5nTHxUP2-S-3wEZk6CQmLk,134499 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=cuJvnSrWxXGYgQ3-ZRoPMw8-qaN5tpw71jnH1t16dLA,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=Be6q65SR9laoikg-h_jmc_p8OWtEmwgq_Om_Xtig-2M,40285 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=Z6WEf518eTOXP5jr5QSQ9gqJI0DVYt3Xs3EKnYaTmus,22013 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=PxNaxxkkpBaw5zOTsDpHEY-zEaHjgkDgyrSxOuxg8nw,330 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/REQUESTED b/.venv/Lib/site-packages/pip-24.2.dist-info/REQUESTED new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/WHEEL b/.venv/Lib/site-packages/pip-24.2.dist-info/WHEEL new file mode 100644 index 0000000000..ecaf39f3c3 --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (71.1.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/entry_points.txt b/.venv/Lib/site-packages/pip-24.2.dist-info/entry_points.txt new file mode 100644 index 0000000000..25fcf7e2cd --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main diff --git a/.venv/Lib/site-packages/pip-24.2.dist-info/top_level.txt b/.venv/Lib/site-packages/pip-24.2.dist-info/top_level.txt new file mode 100644 index 0000000000..a1b589e38a --- /dev/null +++ b/.venv/Lib/site-packages/pip-24.2.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 0000000000..640e922f53 --- /dev/null +++ b/.venv/Lib/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.2" + + +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 0000000000..5991326115 --- /dev/null +++ b/.venv/Lib/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/.venv/Lib/site-packages/pip/__pip-runner__.py b/.venv/Lib/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000000..c633787fce --- /dev/null +++ b/.venv/Lib/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""Execute exactly this copy of pip, within a different environment. + +This file is named as it is, to ensure that this module can't be imported via +an import statement. +""" + +# /!\ This version compatibility check section must be Python 2 compatible. /!\ + +import sys + +# Copied from pyproject.toml +PYTHON_REQUIRES = (3, 8) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d85c3f21c870275e7b55bc8740cedd7683de6233 GIT binary patch literal 694 zcmX|9O=}cE5bd6s-K@LD;KwB%wDlqj?kvP$Opt(}f)Jt*MOg-h&UEjl%}!6#)tfjW zLJl4T5xgb-1I7Q~AMm2rxu|&Z7KvVRvU*J{rfRC1H?LlG&8Nx9CPABf{jr}>LVoz- z*lI_~!F5b_i6DXwNltq-4|)M5BIt!;LPRoP?x59dBJY~g@Gf$86~IVBcW!q6 zMm#360jh7)s*!G5Zj7{e6&Dd1r^hPekwfZOYG+GR;3?RK|0b~h{>M3Z62=anWDCh7 zkQNdya-|bg$p@0HJie3QY?yYQnmp^krtCNl>z!*!ydm{QvZPiMP)>FX&(;wJiPxH< z1m)5+Hf0s%Txr|FHg$A3jbVrUX_DIf_tx1rw_h!Oj;0Ur5Jy>VPgHeR8l?x;@5e?M zs#cnApfKERnpPn=TZK5vnDITaCq2&pXoroPc_BtaxoFQ|={E>%4ErIa^eega?bNxQ f*01^mJ^%9AUbMIJ_QaQ|%licDciC_M8dLoRaNWEe literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff955ad020021e87441bc5ae0c4722c0128495ba GIT binary patch literal 850 zcmb7C&ubGw6n?Wi`JGfMwa`{X?8O`sp;i)948MBSB zLK{T7B3OIsRmuP0Kj1}M1=%7LJb4TB){`?ymK3Z9-(lW2Z@zioH;?(8$s~bA;q|Bb z0}`^ArWiEIipb;W8E&|y1n8pbnw9J5ceEkn*EK~|}RrrU`@#6{uOn?eqVSt&_1QGjA z&#~!YJ!zz>X#{LGNSprqE~}@*`GndCJmjHlBA@#{vDJkjY5dy)z9 z58%9GOHV`y?L%T8lD#zG*m|*D+*oK|^XGiex3|1E-rMJ2PS1W7XMeE6#rEQQxn1_h zUsif?z^D8RyW&JI3F)!TLZ`4<>XhEk?G&~PJEiT?hvMGM{9fwH+O6O>7%Q6n?Y2{*Pm~PMS1@cB_^WBikWuQL7SCL`mDUC`p}E2+OeAddJB+_S)TD zr*Y~?A&NwiK;(c(xaEXe0uo0~h&w{ElZd1%RVso5xux|1$cZ<$w~18XN&9BrzIorg zdGpQt$?x|9%DGQ}NPq1B_>CF1c$$-%NdT5WfdnW-;j$z_6h6Tz!U80CN-}OcU~g17 z#nA==7Y_&K-&ie~{7uZ^2%#Zw(^?6F^Gj_uS?sBM_hm z6yIbwfZ@6ZN{j8EXRBSAlmCL_SA0tAH-S~Y;UiGu!oiuZ2BvAMXi||*%PBKk63q$K z5L5X=NzA9kf?9}(cU1hRiL$7u=`_`;W{OmsQuVx+!+Ff>9b+MBHA_VtH91EWQ8q-? zL^C3qd0cH2b&ANc*?`aGl_IWA$=b`NcniaFg}iQJ*pw=JWvyw8hAEr0vBx$`dMM0o zv+TDSAyUnoV-67TW1iY+RLCTf+3&@FOcZVb%J4SWwX$z$6vF(_E{Q#dcm{*&h}VH2 zY8l=S0L&7`)`pacjqwFpA_P7;AV3Me(gkakV{34J2Yy_#$@zNGB$L9+P)GHmrcqszVujMKr*E8Ubh@DT&m5h?ZPdIbVIHx*Y(6DtjsDm(e-INg z+ED!gf6c*KD6)L}^GnNQ>2fs``P*PMop0~JqgX;FuWC5Dns^4QfT;UWTfTjJ=vW_M zpV5J84z_%)pPm2sJi@J9*$73}eUXX~si6zDSutiV)|t};X!1=|@)TK=H$|gZV6+em zC37OLiFaqkZk^sPsyh1n-?%#)j$umP5!sx$tZE9?S%QkHGXkdA9=0%IFsZQ@w*(Zh zy+DGayuu?Th)sutP$FT$>KaiCgLOW}DWcJoscPem4Te&zCbnQVYjAD?C&&)$5tHYz z8<7(1F(lLMBz6!R%fx(!Gfv99{UT?DvS9eH!JfBF(wv>%JShvvRBp)P@y5fveh{H7 zPa2Od83mfMf+K??(&+Hb_@#kSDLy7(UKWo5(2QDlTtPxS%RAsV^2Bbd(AN&M=}UVtq}@G0kXwAFZU9(clLjR3Zc zZJCo*O_FAMFUcAs9lj*-xi`hynT(v&qHML;$W3P)AH(PE#+Z8MmPgK-_zaDb5e``{ zNmBAD%$Y~q3XHrrc6E42iVxhlIT#-ptv?m3#eO`hmd;z=(UO4;Z(v$AEhqMZoNQVS z1TU1VP@_d=)myQgoWgcY^-_ZYuDlUrx2lJl2V#v_lJvu9)@xyTuw1g#xOr8>&SUDw z*jg{kyLpxqY&E-!dLeh+eU1P9`dR$PUc2!#svVvX@`MwJPzwU_?KmNHcrNhNNl0|Z z4T5Wv4^{cl;#-S1DtyOs&l(?o=xy6_4{o|gs_v18Egj4JW@mS`v-|$R`^PJtk@c47 zgS+2fT<^JF<2jGF#tS~@4hRls?H~~UBY5Qz9QifW_2s#h^Xo?<>!D}`f`2;Qr0ofy z+BpP7_{jgEe-qlO(6)G^+If1t^Xvw^_Sh9zys+kau>$eRvG@kWw;(v@*o0sef{X1d NUEi6%Kwtg1{{VU_CTsuz 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 0000000000..1a5b7f87f9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +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-312.pyc b/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad5b4fb831ae94f3960ec1594f45196ce8923b7d GIT binary patch literal 796 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 IKuYKRKZ;f3!TAtLb77P0Zt9dt=o9(2DG+Y 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8877def80e2d77c9615b25bd33d15a0ab123d0aa GIT binary patch literal 17666 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64c4efa92232a0f064dbd9ce6dbc5fefee12161b GIT binary patch literal 35579 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 H<}7~!!_T+a literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d870050808212c43b7bdf3578fb10745125d844c GIT binary patch literal 5132 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 aIO&W=zg-zR>d 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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 0000000000..be1e0ca85d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/build_env.py @@ -0,0 +1,315 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.logging import VERBOSE +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = get_requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + "--disable-pip-version-check", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-vv") + elif logger.getEffectiveLevel() <= VERBOSE: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/.venv/Lib/site-packages/pip/_internal/cache.py b/.venv/Lib/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000000..6b4512672d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just reuse the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/.venv/Lib/site-packages/pip/_internal/cli/__init__.py b/.venv/Lib/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000000..e589bb917e --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8c8508689d990ae1075a2f573b438a8ddef9070 GIT binary patch literal 287 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 Cf3)cU literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1e95fa033b5bcd5badf0da9218b382c3b711ff5 GIT binary patch literal 10208 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02d967bf143bfe2d2d888449754e6306b40b3b9d GIT binary patch literal 1784 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..848160e46dc6da46f0e260459d097c781315b2ba GIT binary patch literal 4914 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 EFJ}-WG5`Po literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..667cf3b84ab386a5fe95c0fe9a9fcd2ba2ec0805 GIT binary patch literal 7843 zcmb_hdu&wKnLqb6bLZh1zwH@=Jz#^G1UnB150^(nfMCL!3ewUzZfA$NcVNss+;gvS zJatqTA+71Ag0@jG3KjfGl&&`WSCdt>O|pOPKc3piql>FW+N`wu-;kk7MXRdcckW{z zjG>WwV7_zicOLiL@BF^U`TSo^Oz5$3>|5w3Km;yE5)^cSatUIh-S;JsIz~m$k*TFXJEgbA%@Amo@pP0k+-F9|4xc=88k)g#svb*a z6*a5Ju|HvLhgG8WP#%EBb)phH8aNi0B3u^XSVUEX&*9-iBzTr)`Ka4yK0TGn!b?Z9 zx=NGrglf2`s!!AGSi+J!TNLGu(k*wgrFEyzmd7RT18(dC&S)FU>7$vcw3>k}s>%^c za}?O3rlyk`&Wb!rCPpT{t*KO-h%1>?cH(G`#?Psd(`SxMBw2H4aw?M;(q_~lJ+56C z+A%SFQO#bQIFUL#p`~AhkQr< z2M!}Uh~MG^GEde5o0bFpOLBi19*N;kreLv{2J)TO5*E&|2O#=X8Bjlrp-n(O;Au0q zJAi07GZLXKP#G>*Kc$_|cRjW*v!fMffdUfR4g{7#wH%AO3^^9d#xrUxW_V+PXzYq0lH4=@-BKtn@KyG+VFCk>QbKyL3S5vcC$e25i$ zH5*)mFI)mk`5%E)@Z}-+PiazkRZs*~R3()u3M8yLb zl$C(uh1#R|9KIi(y`UOFqm_X&p3qYlRZCi9hC8Eb8l1i%CR1tE@ZxF466fPoGkO3` zvFRx#uB#?0F5*F|iCk9E5)$s*D%fUdjsPOBlR0jV#OyvY$ImzG&bd$8O6Bwu@-{!m z!wg)372OsLnGAJRD7r43{Ipnpsmzsih)T}V`=Nr14B>)RK@UMzn;sbHA70wCg3=IG4njx zgET{NfE(UuxMDLYML!>vOtsnsJh~Z4KN2)}8p=C@#Z)xV7kG~zi{*PB$I-CeiNeyR zfy|RqGYLf&#CMvCzTm>XwYJXdBR?BiI9%)q0n@v-aobY#@bbnZ3*w3#E{1x68Tg`S z;MTz#2k(q5_v}J`_kG!a)qBOeDt8y;?!~s7KU(g4z7Tr;qn*Fr|8M&Xp>KY=yAV3Q zBEMGb>{<|i>SKzA!b4-jG`+^+I5_>TiPMH>NcrRB5_l;%VF$JFJyyZ92fUI-IG#kw z)|EM4!O`oigh-j=Yw_|m*5)cGtI`>V3%ElM!OA+TqRFl+Hp)4~xP#luph-vHD!j@Z zz_&2=h?D77=#9#B2rBv_l4p>-0K^c|YSxgF>1pje-Hr^2s+y`t1rv)qk>xrIPHB2d zL!;n85I~Cv&W9QSkaax^!?k%J^Q73;b^XB44;180B^PP!ToiBlZukl<{R^&Q4X8SA z_umo!)%Ss~uz5!zwBw^>A+&Er-d~Hn&J{Vb))`vd`il#IQ(w&r2w&O1Du)YlcvX%R z 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 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 0000000000..f3f70ac855 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,176 @@ +"""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 + # Don't complete if autocompletion environment variables + # are not present + if not os.environ.get("COMP_WORDS") or not os.environ.get("COMP_CWORD"): + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/.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 0000000000..bc1ab65949 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,231 @@ +"""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 List, Optional, Tuple + +from pip._vendor.rich import reconfigure +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: + def _inner_run() -> int: + try: + return self.run(options, args) + finally: + self.handle_pip_version_check(options) + + if options.debug_mode: + rich_traceback.install(show_locals=True) + return _inner_run() + + try: + status = _inner_run() + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + 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 + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + reconfigure(no_color=options.no_color) + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + return self._run_wrapper(level_number, options, args) 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 0000000000..0b7cff77bd --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1075 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off", "raw"], + default="on", + help="Specify whether the progress bar should be used [on, off, raw] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user [warn, ignore] (default: warn)", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "truststore", # always on since 24.2 + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "legacy-certs", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/.venv/Lib/site-packages/pip/_internal/cli/command_context.py b/.venv/Lib/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000000..139995ac3f --- /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, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/.venv/Lib/site-packages/pip/_internal/cli/index_command.py b/.venv/Lib/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 0000000000..226f8da1e9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,170 @@ +""" +Contains command classes which may interact with an index / the network. + +Unlike its sister module, req_command, this module still uses lazy imports +so commands which don't always hit the network (e.g. list w/o --outdated or +--uptodate) don't need waste time importing PipSession and friends. +""" + +import logging +import os +import sys +from optparse import Values +from typing import TYPE_CHECKING, List, Optional + +from pip._vendor import certifi + +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._internal.network.session import PipSession + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + logger.debug("Disabling truststore because Python version isn't 3.10+") + return None + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError: + logger.warning("Disabling truststore because platform isn't supported") + return None + + ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + ctx.load_verify_locations(certifi.where()) + return ctx + + +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": + from pip._internal.network.session import PipSession + + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "legacy-certs" not in options.deprecated_features_enabled: + ssl_context = _create_truststore_ssl_context() + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + session.trust_env = False + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check(session: "PipSession", options: Values) -> None: + from pip._internal.self_outdated_check import pip_self_version_check as check + + check(session, options) + + +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 + + try: + # 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) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/.venv/Lib/site-packages/pip/_internal/cli/main.py b/.venv/Lib/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000000..563ac79c98 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,80 @@ +"""Primary application entrypoint. +""" + +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py b/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000000..5ade356b9c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/.venv/Lib/site-packages/pip/_internal/cli/parser.py b/.venv/Lib/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000000..b7d7c1f600 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, Optional, 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: Optional[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: Optional[str]) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/.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 0000000000..883359c9ce --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,94 @@ +import functools +import sys +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.cli.spinners import RateLimiter +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=5) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def _raw_progress_bar( + iterable: Iterable[bytes], + *, + size: Optional[int], +) -> Generator[bytes, None, None]: + def write_progress(current: int, total: int) -> None: + sys.stdout.write("Progress %d of %d\n" % (current, total)) + sys.stdout.flush() + + current = 0 + total = size or 0 + rate_limiter = RateLimiter(0.25) + + write_progress(current, total) + for chunk in iterable: + current += len(chunk) + if rate_limiter.ready() or current == total: + write_progress(current, total) + rate_limiter.reset() + yield chunk + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "raw": + return functools.partial(_raw_progress_bar, size=size) + else: + return iter # no-op, when passed an iterator 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 0000000000..92900f94ff --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,329 @@ +"""Contains the RequirementCommand base class. + +This class is in a separate module so the commands that do not always +need PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +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.index_command import IndexGroupCommand +from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) + +logger = logging.getLogger(__name__) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=( + parsed_req.options.get("config_settings") + if parsed_req.options + else None + ), + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/cli/spinners.py b/.venv/Lib/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000000..cf2b976f37 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py b/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000000..5e29502cdd --- /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 0000000000..858a410141 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e09681c911318937d23751c566177e09ded6ae6 GIT binary patch literal 4011 zcmaJ^%X8bt8DD@T2#F%8r!8B4z_uitvPt9(StV0j#Ob_X}2OoRtKhTRcIt0a}Q+ql&^v0=j%BkNj2pLMvVnkr~ z_xtv@-+ue;Lw}3MI}torfBo0OSQ4Rsv5NmhTZLU&MCb*2gfPk?EMQR=vI2ZVx>yQj zLjuFXdbkwHMoLmvDn+wVjzx62)RFBFkcdbKOE~%xbl8*a)DQ+y(uq58Cyu=gdHC-H z+{Mv2PT*t!?dE6??!|opw4b8`_y9f_KnFQ`2p`5n0rUt*kK$wacmP#6dIF!srvm6O zM@R4|J{>^Ma5RO-@Yw)*j-zRu!Q%n+JV!6!i}+Fiz0A=o_yc@3fc}W1KgJXIS^&My z(GT$rd^3Rlgrk%A7M=>A(;U5xXYfY>^bSX7@m+lH9h!|1iFA?9f_Ml*PU86fb@<{3 zqzliH2%aY$1qna=ML3(_*gT1nE@oK>jmOwUN$;YJNpsCQ9BkY*jNfV_8vk zT`6m2fJ!CRz*gtK*__U$1h>;rO9b1MvQAPVH#BKf-SD)Qw_SO@Y-^^W>R=R|^4htv zR$4cz2(%hZ?a^?`t1M+G9|dB;NYKJWG{ z-0nxdu`k)ThXgdG0wttIYDe1$dbAs#;by+nh53qIuGmV;9fJ210a7UWyrNN3B8F`# z1(TLkJHrE8CVBh+1(xwVu&m(sbsPfA>WW$|C|N~wt*sIx-Pi)WeWfv00VQvYka~)`WWF~n88?zIlKe{TNEvl~sBVYdNV?wn;^*ydCMRk>}mJ%egwxkmUlQJw5kEzko3L9jzhUU7EoH4p2)N9QL0N+kJ!`AXS+{GJ z8TrbWeC2(UysB!t%EDftX32LQrU@Fd@JD#BZTsP@+x3LG=JzvvtD@=Ha~IYOldYN+ zx^F2#eil`$*fu{I>BjEB+gCjW1z4s8(#0wgOEC+3&ayevR++b*c`(umONH8rwh7~# zxIIkMGxxhmPbx*CmkISZYo%hrmcXVJwAt>>Q`Kt(;lX67vfMU2oOQdVnUUYa=>IG< z=%G;2c^|yNGMpJKK;TFF009XBg14`Gkn6HWL2n@_@s{IO4zrUb%nk`xT3J)+vgJyY z*cEEz1$H8}9tplN`0YM}*9&B~V1(+3op+0HBUu;ML+fF?bvHriX?V|QuTU3Xwp7<6 zwtrtj^+-MB-*wg{5!EFu)=@o-h2M*H;g7;^g!O1Wx`0xl+DxYc&lDvpOuK4$dxw!H zZ0^|x+8Vic_9<(cUF7gGPKG&BQ_rPe7};PSbSs= zYAvd`q#27dCS?nK;mPeqNHr*?pO#Dcw6#XkwrZ`UFD+(ZP^*jgwWUQ%vq{=NnHM3; z$M=r*alfGtV~?eK8p-j|0r zpL`QP@O6B6J3hSi=}!DYW9FOwq0O1CyF2~kjR${E482ZFZuNh)ww;*#%P71WAH9k7 zHs*Fg4ed*$2mmZac3BF&@UF+GB&-Vpq|#Hy{@{7ps;|SfxGvO@%~Fv+Pdoh5yRUD( zmri0`q>;La1(v1@s2WOzYlr+3A1E~7|nOaQAa-D$dkY&q~@%^$xndfo@5;Pm?NJD5d%}~=bFvZtrTyj9=Fsc@;qBzeE_y5o sVv~v;Lf>Xz6T#=J5dXZ2?y_2QFedbGT1^C>t!J-7e^~#H6?w}27p~FJ?*IS* literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f22e221235d4fd17c167907089abe21c2a113ac GIT binary patch literal 9720 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09f98eb5b08f4dd29b7ea163c80419a22a0bd811 GIT binary patch literal 5201 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc9f0103eaf76f94bcdd587b73bfa73826bbf857 GIT binary patch literal 7514 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 tXnk8+-}=wDwM)yfgV=zOegEFr9m|oy~mp-q~!j z>|&8VL{YR)jTAADTl&(!K+soTQc|!TEL5xyzOAOBN-!HpyR(jymZyC=~qFcFZ)!tl4MwYIH$+!<$(HS{d7lv_QOc^gV6Rp z7D*;8vq+&NtWwYFoHkC5SCq@U$A!3}0#p$y+7#VPQ*y;7R4|JgkTOrNsWg;^xGK=M zGpHdql)JEpucnH{hH@KW=^L>uG_{6GhZqaN#LqUemHz!5DXI*mXrJHhK!_X985ft(F%)X4&2dCwKKB1wnaf~NLu=w? zR1>DvMVbNAX))?aJ78ej3Zq_&5;G)5M;i^6NoX+JwH=eDN>)Eq^;SH;=B4e^C-;QO z`XSd`ze4nNzpA^$^g?~IF6uM-bXPPS*g?Uty^v7PbP8!m+6y^QUOCzaB+9+-VX_vF zAmw8hDP|B54^x#3QpLBuNC`~J2#s<91%Cz~r0HBFG2$#!UJKgA$qSA(%f*Igx+Idz za2r@8x~v?jX&!uEGJTxxm94i*7a;~Knb@_x(z`x2%S2!LXrTln3vi|qxYi7-k(tnB zD>Elcg;nCMmM+*=O3V()Oki3oV8%*t?AhnXo=wBe@}vvFdL+`SSI-}~9R*PEO0X>; z*U{e@DVzHP0cm$j+3_bMF_pyq#6eHEdX+r zL9LQ7YYn!nJ7Y1t$DVNwol0HA*~5dA3>gm}DdBoxd*vjJ zi5CXhu?tsB_WZg~{t`w1W5hx;tTMPjn6PBDNB`@ItXU*^=i*^c4t0X373anex~H8^ qYI&9xK;+LB(}6%Y1mQ6ne~dB1@fQLXd-xa6(6rzH literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54808dc53cdc41a6283bbda1f288172229b7fec0 GIT binary patch literal 6685 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3781f847ba4c64b745ea58030b11e07092aedc8e GIT binary patch literal 3985 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..642bf5dd5764f5c61fbbf1f6b40c5698c06f6e4f GIT binary patch literal 29164 zcmb__dvILWdEeb97W)8p@m##`;=On*_y%7h#Wx{Q5G_(>1XErwaWB9Hcd_uj3zAqZ zY{^z@(4i}^wnMUZN+@+AYQ&70cG57DPO5bJN76@vC7|r;8j6`IGp%RZ4kXgCt8}LQ zedj)Q0WQUu){46K-1GR(Ip6utcfRv|-#Pft9*>j5Z}2;RI`&ZFxc^2U`man2JeV+Z z+*MBC1XGL~QQxK!6Z{RCA2Eh1NH1BSY(Q2E-#{cA@P}>&SBk z>;a)2<&QA99R{RMBh+Ptx=|NFa0@}eeqQJij|shq>tpdp#~eaGAipqU3U2rrbz(SZ zRy-$OK7RbALnlszj~+U9T(N&K5}OufBv_9{<)q?xaVi;2Oh#fslj0kVOeQ9yqmfuN zC59&>aS@TuDJeRc3{S|3N%}fHfKY9@IW zCCp02OX63jqmmdGCzA&f@pxoXP}~=y$+O|nm>8LyoB?N=Ovzql{;! zqcI_zlp>?&LRQS9o$-tJ)pK6Mb|IhssJGw8SEmlUOt zYKNW%(3ko}wCnt+Y>WX$XAl4Qn$-faHN!R)NuK?zGP||WqLCjkGAnio>_wU!9@W+~ zM(s3dXf=DV>Y_=L<|bJ5+Q)>p-WA3sZTi=QT@U5o`c!&PtIPCsko75@2h4p=keNJI z02aZ|39@@FRQmdyAnTH1K?T1KWWgkuiCGD@TlV*~(fn1$NhlE<0@x%ZPS-8>dm0s( zxB|-X7Bp207N@YMp%cL)l%WUZx4iFJRp7r;>wPF)k*v^L_>@p8g(`-DYGB}La9AVM zvhx0?D_?-?D!nK9_pe1Abwa(+0Q@!rGf&gACZSnq!GHX?SqR)}eJU7jLOWW}@swlJ zDRc?lC?9;f9u(lVCXZ7+^y}cZ0J2|)mw$gwkn8gh_0Z=8xlxCge}7JpoAVI$(B}l1 z*Wu;gpA+QPJVZV8IYDmM;pN}I4rHMRbD>x06Z)T$--jSV_X-2IHar!--H6hgQ2XYm ztbGg0Z$A&E*O_h`FwgPsmTl+H?c*J%fBI|Y|DS?q4%Jnqu;Elc>2T+HNEgD45m$b zIVPVJf%}+pMP>0dunH^E!o_5DVY{$H*aL^ka5x+GCf#LkOdJT|_C z8(ldRv?_MAgtQh`0qPL6Qyhy-$C8TmtQeb0nfsF|M}NPnVN#r$rV0C8#ezrbcOThu zqtOX|H`4Zm`291y1`QQQWi&As<0lhIG+`l&PODP$XD8oN6HT9vM4DY zJi`#9T(TJ0g|aWbKH(xuYl7&Hwc^_*#&O6eJEhvFJs`rM?-|$d|BX)c~sMh zq9pRM=$SqqL=5uR6*I}iRDTRjh@pQfK}3*|QH&7che?Z)q-miNvkYP-64Hi6ts)NX z2NZ}hCP9z|$Oj>d5}Jx9pBUqzq3L5Fh<;i1 zi2TY|^e%tpDUe=}!$k5Q%2zlk0M%tJunD;#9 zMKnfwP<`5fhS80)z*>yZi{1+2ln9;K4aF-=T$G4e_lEYAfHLhe918+R|DifZE3+k^o+Wj*St8vLT=jj!sJ; zkz}4&S7XHU|eHt)+dc&1b@8{F*L6j zU$&$c=G0-RRsbnL^A2n96jm=_RSld>bwM#rQTnQ(seGBvmML9lU>ryYV#>`}vsNw@ zI;f7X_Wh*N;Pi~i)5@lfWE}%X7KMJ5=k?RV!`AjHW@k`i!+LCLgH|IYs&u9eIGa@( z+k_cHhH{xdzVGDGRAs&j!#<;^z$0gnGjFv?brb?;i5R5BIS@=CACX7`q?H2;JM`X) zmyBMZJo*R|#uO_(Bd5R%j);@s3gG?`{<#w`4l^YR8{+`A6VfBMnA6$qDe48aSjvh8%cSBE z1=WzI)Des|Hc8$7CXwD-vB=V>Qlrg&4ZN&bFO>=aRn1dT$gC>$I!QR25~sFq98^3= zFZlGT7CN;AYfJ-i2?-P%E@HMTC#sE(lVOm!h^&;UCNjN&N-0$jky@HjT*Q9$4-W|~ zkPfx9GOgL+vl02MC@XHVlt8SI!)GFr;$679o2 z6_H2`tpv@Ap!~v|FyC2aF*c?+)e=joSGLOvZ4uu7gjoRF||@+VFm zIt?CoDX?wX zF}S8o&Rv_UY{~iRb5(V#R)YjVCO@IaatmjHAvyQ%uqwnU)AHVwUtLW02Hsst@IUkR@)Pk6x|@hiUORk$ah zDK<34y{;*M)u^^3=Q|F|66LcaU)j2RXm7LLUc0YF>s%Rf@@sPbsQxjiW4%U`>RHRp zzF+}<{A)nu+HzW{fFmPbRQuDe&yFW8Wi5+cJS|OM&gnjvbFA?Z^an zECqHgJ9a;kv^x{ny%gB9?AZHA(veKy$WmZv+40;O3ZQ1}$^>>T1)f=U?0KZr&P-tE zQegM8|&X^K)^ZQfdXLb(H-L*C@g_%sgvFe#2I%=YS;ZMtl*=+pINNtLK_1V&h4h1j{XJUYD0NtThu& zdb#{tuq9jcFTGU-WdnK|+M)*w-iR%N3B(o|N5mGvI$~Q30BXU!9zJaf8_5DU3!lVU zdvW;Ep9mJ@HZYkqbnz2KbmtSj23R9d9Ij4rfDOr8{XGG8zn(Au{%qLNmM1_Q$V1XY zpAAtioHZqSAHHEq(k6-h1jnsXJ$}}fwiUw?aLrASc5vMx$zOnrjW4vyP;p+b)PLMY&zY%B3CYQuKZIqiMIC?`fL%S!eNfC->^53|iM) z;mTtM(4W=w<=<}jB4B2@bq~#1cPV+E9LVR;Luqr`ly;^aMr%CDLq?h@?J1aFNAmF# zNA+<2ZQ!UZ?K#N3S_=C>IjFom+@a^W?6OiTUeLeu?=<*F+68Pm(Vu*@5kje9koEv}5su~NZk6j}HCur^Mb;GQTgg{-K{RQ9Yc0>lAy-r$aPxlSh-Hp5rmlD}>5hRXWXX zbSN<(D0A}^0<@4=IPU*Q%z^@wh%ldczEi~$wovlgNOeFIu zdWfy@wdq>PCNv3LY}c&6luN#*r>1LfHR}+7iHeD|o|1o0d_5o5L;A=byhJ|MvnS)nP3^`(j~WAbbpxBpy}C$*~WCE zv?2LV^qc}e@hv@^e+z-4cx?q<8;jso&0wV;185lEau$*0xisfY4!p+hf!t5XlL)xSN;&32^QCf?5H)kArz zf3*R0+L`X0_#Hhh|4w%x{zv(5Jw(g@)DE7zs9C|3-jQBs$zw+DYgCjKPf0zFi`RN97kL$=oQ!vB=^b@(yP|L@dr;Zx{ktD7_V@AX(6@$lv> z;K^;=Mou&w{t!$JtQ9Uh0nuGHAhc zDBXXnCy)Q+9X-#e`4y~^vwdIdJE6TVnDn*>`-WjBf#HVCsk&CXOEt!KF=abGR2_0x zsvNc?&Fa-pO4*Y*6ya7CziO70<7MW<-yy@$wG;JAB%DhmVJjY0k1Psw2t!OgbCMmF zfej1p63jRx^Jk`$q@t&$khMoUXaVnf-Cu!B$)(zT2Ta5` z?=m_5Gn$Bpp})3MTPJa{MLRVUkw>G^HE#2?g`q9igWtg8c}xXzoqx3z#7Zg;#I64c zTpgkwlV+l{G4pSkuA0D_+O6D-`S&dsOc($wnO>98QJC_CCCFP`aif|zRrEZS^6vP`Ri6K zTutrOkt-t$_DprxP2Z2}->ttrlnL%xuG;&t1$q9DOepw9caJIMJ;nTeG^*h{fM~ur zvi6{efvjpmmcUJDQVNocU!KouD5(WXObjJvDTQo=25iqm7#KgG9Vg>fKWhzMy8 z(f>#kyhSJ=B@IKtUHjxt7~Sjo;D{EEtd2$d30$VoI;q=WPzeyy_a zlN4&9$1Zv>?nE-6&WZ&1jloI`QzQ-$65q9xl@kUun%Urlq7*Lj!4k+!aoT*6 zh?_9>rEUD1FoebV0iLY(G(l=o{;=MgbCX&+_s z6IeL08D16Pah&x9MM#yDY$XgR4qyhJ3piHmj3kqESQl_%0w=P9Lk-YJlngNhq%2F{ zq=IGeYEcgcvs1xrA}SV?lt@zrr_Cv9E~t%pcC2&0Q0nt7*GE#HvP#K|Cm8B*;1*6Z zbkI}|g9YF)XdDfP%^3by47H@rS1MrQh6|W+$e3mYWJpeG!y`B#MJP-%kVG05rA@;y zF>zRvLFuaBRN*;cHl3AnO;Tb450QD*x(Mby$YvXpc%(_HBuNjMYAQt;^+YV#9S#Jm ztAzzY={%)7^o}d#1*Arne>%9woJ~w)IDpFz#A>Y$vsF(i0Rhsyl>Qmj_8oeV@<8!W zJw*R(l~GJ#rA(E~#<2e2G%(yJ@{?w+e6>*DXa_=Qv1j=@aF z;9|#tm5S!YmZM7*LyPXARWDajceUk8%U$0yl;xRB$1{uWJrJrqeK~J!)*Hxp0}Ce? zy}?f`h`L8ntr>6Yg0SfA`NW2(RXgYNXT5D1Z`(q0(c4R=(!P(&IM0S$RYSIF@NU)M zeRun^yYpT{-=f2xb5*>x_uG4OEuGnx!A#5GqPy|Fqay1FW*otrUGG~za2&etD0{2y zQrUd!M|+prwk$iguJD_4?#iq?kZ}ic{+6u2H{}W#wwrrm(&xJNEIvP=R*41>^)s*Y%ojbDZZeIzsy;J*k?K>@R zx7@DHZak3LcmT$3N@{+HUR7Q#xl(eq>`K|S3)z;9nU;;q-c2i2HCK;ZIdb)dD=#c` zWm~soTDL4$ZAI={7%@*gu$XHrRynh;;-Qmk>AUS;Zr(ZfVyp7w>Qm|-K(g{R`g^ldTtIbRcxLsx$mctfAgFt=c~^8 zdNaOWAeH{rcjel8vTge^ZDgCS=zGA~Dx7n6xHZ%@W&J%Ff6sF7?xo&6Oa8rcp8Hh+ zhOMqlZP#LD7n!u10uM{9)y}!nRd?K6T9>P=%~p12D!Xr1-Mnze{(i|)<G;hiEZ=AP$;O$wp;1kr~Z_L(i&D3tq zwRB^!a?QQ;tZm9QcVwG4XPP(X>YHzbu7}|1;otUvbNI{Vj;>a)QfxHq(AFj@(%6+R z66nqb$iSWJ3T3+vWx5XK_^vEJnBfO=fsMI_)@(z6rlFrjZp-l7R%zrz4>Cc z??k5W#8TbKd3&z1K3mzFsqDQe->n2SG%p-}XZY>mrS>g%E`H!Y`3no>0NT8@Z+-pS zUtj6$`hV02s}E-DcVy~!-04`Ve|EkE)B!~DTQdBXJJv;h_q^xB zN*z zzKT@~BIjOMn6 z-aoF%sn~!}eLJ)q*tg{0hncgp=7G&d)5iwzWn6u0wr+c-Zu^~2)yWZosk7TzT&ulr4(ereF3?%mE8u@JF)=cBp+Y?KT`{qm0qxRlx+ulsu zUYdU8HQDmO-SPlY^Y*(P+jCugi{5t3vz)g+=WWhaH)g9lGu55B>L8mkJ(=2`T*r<) zCDsRS3|t?0=qs%&n;Uvq!!>PXWqLBzJygahPuz(WrYRoE)P;Z%!q~$yuCjHZf2m@_ z+yS)BQ}fpFrQsi5%(iUGv~0S)ZK-AF-0-q{SFXlCcO(~RTXZ+)__i#+GsEv(;&;=O zJ7t=8=k^b0_kS_7|BH)Y#k;d@dopc%?t1sq6g*|R*U-`~Bo@%Z9PUtFp`HDB^!Wqq!>=h~NVZoGNw=FnopwkrqkHFV7%1n*~@ zFZqGDeYG6GFh#v}i{k{;*Q>C&{|oGVV6E=CB3k#oMR; zDEtTEhZeJ^41-Vk+cK`Uh4Xh^{VVR4Wp`kuyk@TK7hkZ_1p1gww10Tm%2hGG)S2Tu zzUv`;bpGE@8bPGLd>Auhj(q|@v^sFV8(+Tu<(ps4G;Nq0zF*Uy^H$T~)8f{V@pe2Y zvDTK&9l^}-RK9iW(y?o`H}}jPTXyffU+MqOv42>t28>T-+U5L3=b^gO1KeNk?LO_Y z{8iUJ`pB4lr~O=}@)?BhdaF+NSnswU_2Fa1WjkG6vf_16*zY>sWm##nP`J}X;Vu?G zQ2J$?Wo7$5^OrfxM>|dU_#4iKr>bwukfcN#wo%e$=s(&dSn&UYA0qZ!?yFo90)YC< z>m``p+?u3(>?fGg=7~ZmTKp}uu4!b}d%G50@PhT;R?KDzo4l=<9RZej!=6#B#tGW8 ztox*lLZ9T}% zn_fK&%|~g{qj$NOhCFR}S+EkvP{Iih1_#rNZ+`+tXq&w5M;3j3GHm(s1LpjdVRC5CzLNnAua>2*V7icHc2~1_M3p+XZ=sGrCoY$ zP*`4nLVZO%nowSwRnn8{vahM@ubxmBDPh+A3hJs!2K2-U+KI3G<#WPnUtK^k?dvk) zvoLP~)Xqn9KB2|MsHZePnuWceH(h?w3W~mbjx=?_l3@iJE2a!9u5W!7jrqRG&;X() zrk*zVS-!28%=&l~Xk3{tQ2OV{1-%#!hemMG51lc=Q4XebH9;LEU|TB_8|3-d**;2D zylxp<>u>$&uDpmUI%vjDi&RR#R27ExL$?FhHs08MefLc($)xo|s@CwE4b7&X{XhIt z&!1GSBgWnuiag^`kE$BOIXCT2A>(Wpoq}LThH$!q9n+&ji=ot;PX@*;JutmQa1L};VQ5JJH!i3bKGvf@eq z3J+|Mu~o+&8v&dzKtOtp(td{?ze|t5V7X$@$p8&ZZKYUnI9IyC;%N^L?FMWbGPPOy zJ&LuhaR7)d)d{NPj%3q zskZF_*HrqPY3|61zy5~vx^n^B(%uJLqvtu(ycL_GYiI9PcCIuu-59(+$jIMuyM3u) zaQ@&*ZT%8vMf&{%@4vJ-cyzgbXt{PM=jT^i+u!MWyX&34xBG6U?rd3VeRjTlrLy|! z;FZCvd#>zR7+9{{^kGBmiof|r+4VAP9h&ysYwX3QwXPoGWnEyUw(jbMD;KVQ?aJ2{ z63eyQjEt71E?}{#5Ars$mK9{3y)wHHUas9rSv}W13yBZ>+wP+~v@aW2_HVlHt-0#D z;`-tK8%M4mxpD0Jv75E%MC0I{mcRB6eX@i4`mu$uAc+`b>8E&%Vib)Z2~)&Z9-P7B zD%^pJiD4(mlx&oO;Te}y798v+)#JKf-Z`0!*fX4A;584YE-*bK&SlY=C#JZ?#9@{g zLp2uSkE|8wmd~C1*<^A`-Z?NZ4z4+UCImCa0PH!D z0c0LvS>*woXNBpg7R^*j4_zD;*pp+xq#D*QOc` zKS(oVCvv~et=daU{VSC{H+L>oZd-J3`{hcx{}UYJ@UOTlvhK!=yAcH98#Xs`jR@nki2h$9Bq1w~9tdB`t6={1hyP#mKQdpn;$ZetAnx91R5>|a(Q>DRIH)9Pf zNn6q-WO5a3^qhq>rhdaqC4leJbP0S)>}dy{CFxSZLAekv{cSs>!lLyQ`Y&E?vvQZW z!oS1@ct?uXXEW;C%5kTGpIO(ed)6a3i{0J;iP{10M;ClWwI0L&$u(&b-0%a{b`<}p zb`7FkL)Irvkg^Ff=&bwY_Xl}=LINoth9!&LU77lkIsw$L{F%uaEOe?t2j_utc2M=7 zn4}|`QeiHglIV;(&LF~w0%bW(KmEj)c6j!Tcs6oAN|zU4(WDcF+G$msk)g(x zTjh9B*dfKKwFWCv>K(Pkh9RYBQ;lQPN!(ltLoJc@-OF?%{z zY$&Whmqs&tvvdg~l5*-WY&6jkQye@)|CLn8kr~2q&)rBTNa8vJ^DRtG5rJrYIaH;;=vBm_K|>EGU|?{ap+JLR{>B7CpEZFP0pZ=i80cjqMXY795^P+WGN=m1j|$gNXmG|WFUB` zXlE9Zk~p|2NjY@jlikuvA2zs^;M^x2b|eFOfnmXkCaBi48R>sfm0p7DqsIsMl*yD- zD2?#EDvtao#HZTVv)f{3lHbLiYZvdjx^iwGX-8JgX5X`>pIfZZ)3~{+_J#D_%FP)!RQ3hQ4_R^<*F>tR($2YK zxthR2U#4c@wkcDy397EAzR_uXN_>I&zI|P`TxrI&yq(4w~B7-PZlrtN+}AgL0L154e)b ziq#UTy=G1AbpW_(L!A$C4zT>K@=N8{tW2`#Sn_v&;0Q9A0gGZE#$z~Gr8vTDaKmB6 z879A}X&3;*iaQ+sD(&4qIEzbjw{vB z@cN+#WnVYjoU8looV{Yzyw7T@y|!(Yqc_Y2qwm(K;oI^jEbf8D$hLaevBmbBDOcaL zYGHv5&uD?8$JD^RQqKb$C9TFxPMaULfkl{F>Nl-g@O7`$H$RXmZGB+F$EtsWttZD1 ztXk-O;4pim_(L1M)y}YfT&2!@j~?Hp$2EFT>1P4?QJi_SX-?CFam4Q^Cp+qBj!)h5z_M7Lw(hKRA0mpQ+)fs2~`=J ze<*!sO~qtrZNm>|b=CQYZTO`|l+~T9Ou`zOa}G(VARWhs$$OODTx{G*U1V4PTZBnc z0qG8A<@S4S&qE7WT7NB&bu_}AtlX}-169|W-Zke*4GwS?tg@Jv@FQSD(?x>@fEYA3 zU`kE#c1S(Q_SJg!5%8UGMS*o9%c3V(%5;vP`cUI_EU=NK^f&3j@B#$1Zo2vRCi1D~z0MZLx zny+po)q8t{#H6TRFIu3xcHftFd3dTF zb+MbfbTO2&!xt5|=A&0648jBMaO#T(p5RBVdH}+$no0O@(~D2RSucM9jwa+XuP9s> zqTU%Jr$%(Ra9$!ODh#RNp{*4O@h{ULuenNsT?9n3^Z6*L*yE04BEXjdVG4D2=p>3k zs&3^WilA-qJZ*BvXRy;y7-Khhaucid1b<=<+)|Y^SSaWs2SmX!n}cur016% z$0*6cIhq%C+@AfQCyRZ^VbKzmVjiE(_F4t~gekI7Y_R4JY#FP@}1eSOm3P{jC( zmlBM%47KB$@r&k*W>x8ug48`~88wreEDnCqO1kb>pu^MT#lj3sMf9>@pS21lv$p)2 zsIQZ9N7^j6p;fNJQfe56HwR=)lKa>F^wQ%6?S5R})*P)aj(fwP2#q9dC)rPW>52U% zALDgD*59otNy6>ApA<}1>rusX=p!XK&mE-M`IylvSStnh1nDE!{n7?rCTJMf{dDXJ zwiHqzlzLLqVdlvSn+eYxGPE#qvL0js)mL264oAYSoIc1@K)^_I73OsR599BoBXi^&~TiN0BMI>aHS$! z3PSuViD`DD9QkbnDYWpZ%p9@{T|o#&ujW-3HC#ESE2W|S!aYe-kx(=-pjnCJ0W~jf zVw)VtWlPDkvQyo3c~t#O3;M?VZ6_0o{m?%8TRc)H(5Ju=9k)c{E<~u`&|fkdBg62E zhlWoo4pNr0gDe)jRST7kJcy^TKQow~v;nZCTB^WH2-h!_A|;OEWj^I9sUT4(*v z?Z46>(&Ix~Bk+f;XpMm5Wclldz|3vVZykH%*rIRmvh~>yU3EE!huHo6$z?~q7XIFe zYt`Q!`M|;7)6z~XJL*`;xz=wE%~xft)!!TfvvzpC_1YV+eNVg^yAr!w(wb}7OMaLQ zaEbKaFYj6|5B|Y`rmMM!yN2j0miBB_Po}D8sj6?a#OkZ~xy26M4t9+dr0-d*3og5R z^!B{G>}dEo?tj6pLO!|@=7(F!{BzgMv_r$+9$s;m&)dkAXbI-1w!7{Qt+A_St7q>+ z3th3~<=katznb6rn|rdZmW-=q$rV^Qm~nM4TD#dg6SN&39zHxAv<~AH9F{f{-v2G3 z??2Mxcj)nd>CsPP0blSW5RL(%HHYa+aHmKj+Ue8{Cnsa>1LkW86U0>>f< zMMh8cV_d4=efPRV)Q&&eQz+Y=1rCfjNo1L6mh^MSO^`sx?woj@47f`n9cNL_oGL@Dr6WtV6q+ftZBK1SQfI zXe4FeOU} z@l(fcRj;{6BCRt1aq?w6;gn}G{e*M>gme9bEB^^s`V-EB@K3p(pK^h}<92++b^RUJ z^AXqm5x46XW{b)E3kPS~`BU!TM_lM5ZqrBHk&n3Ne#)Krh}*!De~#pVkGS0*aT|YO zE8!0MMPxQbfn9qC_nJ={k> zc9om@a?Y|<3*Psf74w@f^{?6x25WUyvab^Qa&Qp3ODP0D!Rq-FmtI(M`%9`wV+S%*y%yt>YX`6F zS+yX1&sTS??Mli|co6_e5Fi1*o1{n)5+9N*$r?SZvEH&}Nn^?OnvnxT=q3pX54s!F z14DYWQ%;83Xv(s)W6_mOEGLtgDr*u=RjQ)=*^Fx|$!u+zv9~H$!tMKho_o%B&b|CAueXkad;0r-KK{3xIqq*MVmg-*SbdY{ zxEq|rNqmAE)4%)}kGLgaNm|FOJf&F^Lee&7OWMcmNynHY=^S$=U1P3f-B?}HJ?3U* zgoG#Q9rLoVEm5Cr7;9i*d!jMv8}qTSBhi%fkNH{HnFu7C$C_E#m1s!@$AT8Q)q_rV!On82QU;Res-FM zqBTs&nTVXa5LeQvq@2p2Qs9)FkYkj4Qjy1Hg@#F;xz&u6h@Xv2ou5$AmNOGQJDrGT zWX*F?iD%?UdO9;TO>^*`jKc7v)PCB`S``<%Fb;)YXZGJ3T3@vUo9`NQh@;aVkB<<|c{K zv=UEEh_Am+3xz34=u;XDzyA7&czQCfiufqF%EOtcdVct+Gb0y3DQAww&z@1S;loqby?{^Z_H~!Ky8NikGRh)g3D9%aINC9v%ApRvEuAd zhzeM_HALb-D!J7!;C-)xOo&J%%a|Zp$81uYWXHj@OE}PyAlb%+Ic}VnoNsx?oGi^H z)gj%D1MERL7fbVk0l4X?OM>h{PCatGQiIfJw9<$)AJXcp(wdOgP?hFKT4Om)_DKPQ zi8Ldpshoqc*`*ew`56N;M!-f9DvyViYDKBQ9CwKyYd*z=+ch^a5#vN>bz-9wF`iO0 z(L_R)L~}=mkQPf!OGLS{6vs(T$R@EHhf@`!iY(F=p@J-qHLXx) zTEQvSN%eHL#UR=KDJ4B2{sV&*y{6d}IWw)Kj>in{OFPCn@uM@o8W8Aw&v54`waT5N z5>-y(C5vRGjl6CD*rsRlU!}f7aUyaojn3)zTvRv61w#u~%PdWdm$n&6pSVl-yUU-69305F~1w)PB3;V`FSzsfAAT z-z9b57Qa^iJyNgKC$0OMwfoU`pEMw?zdiW(+!Z<*RqpX!sn|t^3D;K080(Kc_N>jJ z7|vS#OWRz+7P_~6JI5V%r-@;bS9%T?kb4c=dbUKmIgh@Fuh1RC2wdtu$nk2Q+fEg_{ zfO0aGGnr#H$T~8kBDfm?2XzDm6IsXba3T#zmOXWJT<4X*OBo1Vh(k#BXhxijs^UZ< zeKwj9qcOlGbx4%bA|x;4utrwmGO^bxRy~rnW4I8*nm~Sb=tL@US=6yqX}IXrtOr(2 z<%UTDkAwwHkN_K$VeFeSLf$C6tZjIBN|Cd#9%WJha7K}b6`(qBco85`l;jI?B0WWb zPc#sRIwJ17j10DzLn1`Fn5L181H`E!dWQ%pm(4ndhXE3j(Trwe`=z-_lthd)M=YI~ zPNvkbRoRO1X!dbMma{;)=hSp6`&}JiGE8JlRIevSlj+pNP5>oVTO2fo6CM)v28JMv zL~4V;mn^Q=Q`d_|bzo;&a^N>CkpwW8nPi=msY}!a)=1c99~WOr5}pg@j$26N*R#tEp;rQHg~BF%{wsnv0RbR5UZGd05bxo8}{2 zOqEbHGC^94<|ZBCk`b{_MHM;;enKG%;C4kxXdHqnC&slpy#{ry(pW@MSx>#X%fnFh z<7_~sk%|mja@B`wSGa=H^S1Y@H}4d4PO;!=EO)mS#M;1>(N zzJhN@MIldBODKe9s8Asg`qCNh$o1@4?%BEG+;zXXJKwxH*Sz`PZ^&;slG}3Rr|bUv z#=qRS-2C!f-2-f~`>H$dT%U8UU*H!|emkv5W!lz%x98TLd(Lk#?L%|uB&Wsu17HYvx>gPH6{N6I01nky2CC88=cJ(UJ5idWd#P>vyz zT}NEYJQGi9?kY;Eq=@|vC&b;9cegLO+vhLlyGNJ0NAG)lR}berLkq9m^K2_xIdPM* zYO1c>D{ZK#kS-Ie1oZ?|*!sPP0L)eZ_X#e^&ytynhnWf{t62fi!g|g$aG{*(W-K%O zZNUT$v$l-e%#mzZ?;6kt(A3z4S-XXs5zf^BTQjy9`)!9=4%(G7`+P|m->=Ak4q~*- z7MUSKj7|X-Oet~7%%s8gq5BhmgS=w4m$Evq&;Vfg@E(h&&hJk{H;aLpD#bGBkVz4e^0LCVPP50@{FMOJvZ9NyqfBDTaip>aSz+ZAMNh+1Nl!Oy zDLO-Lj+~v2C#1;QKC(TPWLUGv_o+E*_zL%Hu-|X;pE?gbXdTG64(D2j7bfmrTx=a) zZaq9#|H#g@j}}_H3ccZvHh#GAkh_Eb4@6z7OVR5{cj?os8CO4g$)ht#gBBt(%a)=0J9wwcP>0q$)fW|`n(me;T{ zvqGlNEHBw-N<8Kr%e6*zrqFkS-Z<>J2&m9H@#k<@q!ztt`9o`;!%3`nmvVBh#m z$;ecu`}g=8JkMS836Q2gvR>qsBdDg3umB6SjBL{QR3%*e!nJz>*7-|Q$}`#CN{*yV zr$%-&ZBKn>q*Ug|Xh$WA{@)}Rmx71y_*O#Ug`Rw9C>K2Zxk`imZgY@_dAg2Oj*#-C zxky#hgY_oZR`s~A8qur3x98(i%m5k=DM!(w@*H_S@@OS=blt+leuM-MSZij|K*=!e z${B?Ypyo92wyN2ur$`G{=wxdGL*yOM8x@EOL!XRPn#)zq#s;r!(wi|XhssXsoVbp% zgEAV)6ke$iX`V{sxE?D3m=;~dD~SObIP8)N@szN=Lb8le2NHF_OPbTvmQ>=Dx?Iu4 ziWNJQZK&F^AEJ=@Es#Y8YPspii<_3jP4}C+7Q0_wZhB?W^U4Dg(op78Iq|7GmzKo6 zC{bwq)~eOwuP<^IZ~Y@D=kn*B;hZzPuztn4<(Cajf4XbAp?gj!K_Vy&Z$E$ad2Ifj ziTw6Mx$TEmf`?Z;hf%eq|K=+no%!(0a`Tpa^NC#Zi9&nt2YcS%Q)uh?VCem!LiYgB zRIYmzQY+uPGuOMb(A)~J+j5d$zp=U2*F9+TJ+g9M-=c3|fxqY3P_!a(&ROK} zDRyxlf8O1_W<@Ds8eK}{}%_9pF0Lk|oTIT9Mf4CXFvGxCpQUAfG1x2CFX^5Ou(q!V0CAx=M zD@Mug$i(QI2r!Fp>8K*Xa5Maj#e`m9$yS3Ucj9PUA%t zfmoQe#LTQ0ImQ5PS+zDs@FqD$jC++hE{#+LU2>Ykuz=hWbYi4g>Tp`1!@s_Wv7l)&20UaDXALo%ztyxzN*hoj+N>9D43IHlYza8z?mR^9{YZhTfZ} ziB6UpHb1msuOC{GUE~B;-RBQE1XpRwKj_^ltN|+je^;0Q$(OINasi`MF4Meeyyb;T zBlh@0nQY;&slp$=P|`<<4--obTWT(p@@+J>W|0W-Gcx?22oRbhGK1{5PLk{gcVmQB zgET)zd2*L{6;e?`z1M;aDNt+7L7$*`Ryh;dylcJIDsb1fF#G_mCPTQAIW`7+%)&+h zemrZRvDem2F7PUUt!c*ouH{-YBWt_ax0Ox`K?U|utN~)$cIL9p^@d#rlrvKJNq6wkWsXAzQ7}#hOYV82b1ql-t(+4 zT9IBbzH`pcI7A;cagBkSNB%l+YW~z6Ykt$d+@^g$9bDS<;=8Ao0;iT6PA@u7f4=HR z$V>=H_f8qT*`ZWJHALpA`RW?c{?lmI|W z+ZFzrea7~lg+U&-z`5wX2mYBQd4QlkZZoIy7eU6a0z6U5CF`r)MV`P>*mj(4GMm1# z0rPwedJ$w;C7|^K%MI?Tqt@Ip+Zw#uT#s4)sesc|!Q#0XR|H^Y@=mjwq}pob+M;}(LQQq6X8QkE022a!+;yEQ-Q z>=7~-;5bWh!g;Fl$7oFXBl0f6)4XxD!kD0inEka>JR)Df%N6!M#ZPy=k+bvyp_EPB zB6VJKq7BwHla>l8USXHcBI?)nuDQx}UFEjxtD3D>~Q z>&GFp2U_r!p|daFu`AcHtI*S*@7bE`*$NX`=k8U`(%E#~MSX3|_dJv9dFJk$%RR@@ zi@#^lA1<_aKj<0F_dK2Jd77o={R27wK;A#PVkZ@zgn z*F1X1aW}Z!{OsJJqR{5;D70)WTJim*uXV9)H0Rs&8yjMec5tm7^Up7YmP1<}0-twZ z7YhDh&fiyP>-wk9eP%<-Z}+0v-%{J3k@tVqUX0+arf0+ad)uGww0`2XlOJ#);ge3= zvjdJ#dL0O_;rp~o3^d#Y*So=0Dwz`h7I(XZS#f)6sm1vuD>LA%o8gt-vO%a4?VbU@ zoQ3!XhbjRB^lG>nYuN}v{Q3#K2&@;GxaeyUCJ!vNIHhDee+D}`TwyQ;2dZT-MJmi8 z)efmO%s%B?_iKAAT6TPumd&?#P}ifRu0LU(PBzb$axWQ@Nz7HQsVQ%0#c-qSTKfcr zL^cy;kTbeMqPMWdKcy=RVV?0%eCRBwR8-q zyZ$VPSp>8u{pOSIUCBaBcdlAj?O~PjN#8k}hG7E87RCZ4dXWhjU1B)N0HD7NtZ169 zTuoiQ#5-{H9L+>E`=lHt+c8_SDrH@nqS>smuhbqKUYBy}Pf_>^2cvGFt>6j#tZ@^} zwgJ+5olN2F%DKC4hL_wMf9$;9KD;n_*RkCG&8x@e4qP9AHlFv4<~*Z!ggfK+JbRd` z%XrR_CGSunBtGQq-XlEmjkX(m-`RUJy5wJfKOh!D{Wmio&3-t0NBR$mA18it;J?1` z$qT=>TAEv+$2a%f3@xzhp}Xt;)6jn$x)(V7nU|WuonU>l!P5>cc{kkmg#N6XsoAZ& z?s;~D>(_5&yQ};g%t-kNUTsEGM9x}9V-mB(Gv&4kcEFP6fx?E9Dimng@`(R4R|YU9 zqp4(KRc#MKsjk&Fph_*~#4N$W<5u4?wPJn23}H~($ecjt|Tr|$TE^mJ~+KEwFe;3MOo6;DDmyMBGG zw9sILbLn`B9X0a+m54%fL#K++W8BmPOm8Y){6fzHCabo2DId}lHvHjJ7^Lx%r2@wZ zho@mK^H08U{f$4_V_2=``T6ZDp59+}_TQBL*+0xV+veQYU&6VoEEvptx^kYb`8RI% zeKh#tASQbE;L3)5%f0(nJo_K`yB>19t7~pQXn)>+&(ryt6;Yj~S(rj`JlvvmV+4vw zUJrRBlX15{k)n4E#$yVgz|;lJHm&06sdA7?5e={lONC(<;wZ{Gs%gawQ$?jH%}gQt z0@FVgqJM=j3S&2Hu{5u76B?5NkRxE}FCd?>bOY0bsXTcDl(7X1_Pe*}RjSPiB-h@( zC#ylkbT-@S3c=2zmA-?3d-y(Zg;s6& z7Dv|Gg7e#p96k$yh1jiD7QCabQcCef-hn!yaM4QNtvlKGfvauRhIp~*OEW#Tmv~l{ z1*k3sSY-+nJJ#8{Sw4L!8{Y@6rbYkOoNL>v4YA@e-f!E(%Fvg};QPSkUA5s`+)!`B z<$q{CFduur^_>$%E5(O5-|4&cDhs3FZ*54^nH()5jLR?&C>dJRL*y}?lFqs5Xdh{7 zSAT<4{StV>0?n`HH3?~GxGJ&KWKeh)I#JTPE7_l9!(|osIEx}}PVu3&8kkEe8CP%t z&DX?H4u+$iRNq-{1y2jVAJ9!c$XP`gPlS?O2Q5|r*I)+Fv(W)=8YrYArzDFrZEmll(oYWuX>+k>V$C%cv38(QV1ZyNM9Ze=_ zw<1uIv>*;BH#Lu>A$ObB+^>PJCQx6w4exQ8+h2ho4RBgRwjLr`RhF&6%{Ske=Rc_X z=XJT@W<$2Ng!pXhLE|>ce48nnNR=T8&3ViOuCAlT<(8sxVK2K#)9m=G4?N4$tkKkE zJRO~)H+ssyq@n*Sc$%9)uwjp2!lrEN&|1xlJ6KZKqtHmH;~!F8mwA__gq_M=YLYQP zLVa2z?y6GQ$89)T@M8ld@NncdSa7`3KPS?F}Qj6q$gVt$3JlHMj zxrWeu>!P>s%Ap6ru6%HPF1UVC2>i?uEI8}wwc7PdH(M5423MTnUj~9$$b|zd!OhEo z%~xLdnImA7S!~&iyR8R~`tN<`kH0hDv*c(uE1z3&_7rNQpI>qIK5%=l94Isf9&$cg z>zn}nzA^Cj?A6(MDc?1c>l#_CADy%Q!rfl*G`#)X)#v_Ho!^>oAIY_kEC)wdJe!Q< z>zRCTV=lOH#WVB^cc>z9TQ0b5DY)xy(~4&|?y}zAdv))8ly188=B{UM%)T?b6x^_2 zS@CSdZCs54Z@%;9if6!h`*nT)J!h!chp`q1I8WpCmbu*!?YiJ1O=itQF9H%wM!kz= zzQKVXC zA>~QI#(~u(2bJL83S5TNQ0C6n;I+6ZG)jYix{ik}%6Cwf>8kA9D?gzq9Yp27kViLq z%topFXM}M4>3r))nk=IFnJ*VVN@;8BD1Sj|q-<+8X*xNj0=JiRUR|RjRaX6Cp zyJfQO?)zZ&{n@4NEq5%?blY;Cj)J)Eqxui)5o^zRI!iaw_xlGI0{QUnTzL0#|DL%6 zi@u(mr?)V$AwRG)H?WfudUKw>!n(oyx_!BI`xc!&KXb1uY&uFgLpjf|@iOxIfqTx@ zVkbuV2p7$bZ|}Ui^SZR`ZeJAIb$manFODOTo|ph{!>h%qjQ((!&Vpu#ITy)_K#M>p zN+FVGHb{lYTXB&`B&@ZwCuz_Cq_i@k3qsT!!CxjORQ=jYf7td|36oWm5nuDIeb^RD z#Px>~-H)Z~591&)*>gRGV3F4Kcqu%M$V{s!hNt!HnSvHtTL|wfWc`&4dz_)Qtj&h_ zj*>W6=#1!ZFV>ka*RN7Z2T0?D`J^q0%l~W*@`8!k$CQn`Wm?MuafFeu{2Vh!J={ zg$Br54-Ymn{ZA5~QT_*_bZFJTf>*TiJpVVG`)|1VPr3G=b1&w(7jxW;zv8~}DYyAo z+~B9&o=>?g2>+Zr@F{l?;h%H6eqn9=RQTqn!j4CR)7H7zHS&nV7cZiN-HY8@axG6? zIRU{_*FG1_yV`QDw)q{)u60-JkL)J}zH70m?-56V;<$4IA1c(f7p?Ri7-HWCwz@gk x(yyO-#|7DP;HLlmql@nToNZv$hEl~b-p6+=c8wM}eD4mh&reQ0q8OX({{tfPIn)3E literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56ebea0041e723a767334733a1eba4c3863135f4 GIT binary patch literal 7551 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57e28357b4d51058c5fd7a4832985ec2d5a22d62 GIT binary patch literal 10501 zcmbVSdu$uWnV%(>AFWXZDYM}jEUu{3ujQ|3e2rEH5w zp(>oBa_c+G3GS?*Kr5p-ScY?mTO7~;2OMG~MGG_mL{pB~J@x9lra=409cW7hlC*!^ z_s#MpS?(1#0B67X<~QHW&VDoVec$kxR;!6X+Vyw;Hh89UYsH7jZ{D{hnw=e+4ZYBb8Bazn38zB9h^)g#nhHV)cC( zBc}cu4LM2#(_2I^i}w54Jhzr|Ex@&kT#;KR*hGU^UkxC^F0x{szzEEs7R!UI;CPGe zZxEcKPOPH{m)Iz{;b#{c2RXq5wfq?4tM~(U(dT0n{j0&qs3`mNit(rz6Qy7xE-74h z0;mfSF;5|n?G4Kb#ncy!io)5^5v)5ok_g9R!3c5~E@)0bFM& z7>mckA*e};ffzIerlB()jRs?aPowA#pFVx^v|>1OuCw#-nKQs~916-}7xW~BFN~se z#XBS>0)jXg9E~IbV(fBQipTQeEmx#)LJY)56CGQ-=2N1Vm{`(n$^lJpB zUn^+(SwY*c6HJ00WAjwgBM^3d^{%dafy${B@t@nL@*K&1%4zLx)dA|Wxt8GJ$n&Abi9061{i<( zNN0N}9vz8epX{eJ&h zMK6hoQ7P6J$}1L~23!)TQcG{s$w-l5%3hfb=asIU3yP%?v;r&W1pRx4`}s*_2uNVd zaVkA*c%CP4Yxj0vqhc8{MtsJ;q^5l^X=raB3`ay+(WwuU3~DC^64I!6B)N-DdIDx| za5NI(BcLICe6VbuX&am~UJQmV7N*_rV-;2qL2>oL5LG8bUX>K~q8J&Ga2$Z)LQx?A zlPW8wpg<{9J^e^fl0`{z!{-#G1Ok8^7?R?nBcRBvEJg-poN4~6p-{*9a{!Xh2Zd-j zcK%3Qg0Ie>dF}9d7!#1~!z0m9yL?4#PXy&l?K{rZI+qc`TqWU`yX?AmOv0u z40)YX*q}5dhsxDO2lZ6Jeged8lG4bv32Z~t+KP2Qub>P`6jkXAv>ewaifWY77Et4C z!dQ@(VpGg8-Tw<5^$A?dN)DFZ(-ihiSzq2$!dAeZAwF$i(oc7y4*pa`gbj#?RdzWn zhUZL(AeNNEFRI5?k9;*oB_Y&~R(?#)qA8dD5;yo}S1 z`w=fSVYOBojV0~n8Uc(psFAxNn;^fkyB964n|;^&=4yN9Exn8Gs>$B0!!xP-+|@cW znsK#H8W!z!S&MtdaMyar`ryh>zxm^D{!y!On3na#Q$5+cXs?{KN$WtGPa}EY(dV-$ zT!3!ufq-HP1fp?aG$I0R2?X984MuRbpkxRHgm?%D-KY#}0T$Fy4A-`#o)!UI3Q{u& zlu(T%)Br^bXMm!G`H{9j@gAZ5(l?dd2*S((KY15qZ;_`OR>$QmjJ0jz@ROQ`Io7+x znsgnxDznZz{c?`LW7abpx>rrf2l6sF@6*qW@}b*(R32_$T}MP{k7t8z-d<;$?OS&RKz zPu5kDVJlSGr5dw)s%zSPt2=FOm}eW*(b0jm#x>uqOc7|M z4QYn373_X%Z|S!*H|#7KXQ8&ZwI|GlA*4u(E!YSs?WQiIrSf2lKM!a2xOQBZ(p|5- z%*f0Qb4m-+Y|uY&$4iHXKBbq|CyIx{FucL)gci=Qb2XQcl)iBE6h;9iy*A-0AO$vo zQ%+L?_idU~6MV9AkP&omS;h@1wu?+@24D{!=ZxffWr{<@xW-6I?+i1Fr}e5-Hvh(u z<|57{oC)K`lySIj6%>kZYi>B`>>EpC8E$wU_nyA+Hshx9F=$B2kkS<1_^*~>Ho}2D zj7QU|Bya^;C5gQSdBVmp5h`F_@oZR?-eH7Fs5!8T4MnK&Ld`4B*IZ>}bi8eVr~<^H=Mhj- zoiagQlQKhI3#hI&QFTyrJB8Ri;KkyWXnV}JEdVWNF^ z6#9m-@dc4EHUnseVTc(wQ`Dw16dJ=c0ZPx1Au?{InCb%NpS4#Q-=^gMn9vM98U+7P z;sr1;!V#Gtl;Y7c2T>>sD#(8R6q??AIg^_9o2jI{X|kCw7&e=EaKg%jQM2FAcNg7! z)%`43KYWmi0auP6QiCcG31}-AL4xY%`V&_ZZ5RSTueN+3GT-JGhlbkGM`)vh1PG~w zz#AURM+2(zcG?En$Abw2ZtrMJ=-}7OUuib;iX}8ENni&BsLjaOk+ zfvr+|UpTQR0Z{T{^$-n#?=su3|Jh_O&ulqEArmvApt zxPr9{F$Rr)E5sr|3l&C?`k+=u&lmJ|f|{9M8TX;CTpf`PB#*7-F8cSOHb&$F{s4x= zR9yoPv*=Wo07Xe}U^m}@?2F%%FDA${qH~y@I6PTkPsu$LsSsMiyHdIB}YJzG4k>a_0<*c3*IRC(*J8B z`a!ge_Rp6SWJ!asT-CHtwIN-#Ayc(+SqF?9(HTwDh=wt0FNtGGc3t0=gGooZ`+y7d z2-I_zMEZ5*zNGn->hZLnJKdW!9s?Hz0yp5Jkgu4{e?SdHcr>y@%C`z4>DW=Y%MYlJCDmF8QL39nKG-TtXAq70tLWvpln@0) zn+%UgK4fo1HaiTim4v3WgsV{XrMMn(?64%oB?;DhUiEd6_!Uu-&=FB8Xm3*R%8GTO z7$t~w1`^^`h%3_>i-cnk|8pLJFkoLiaRhfYDmE`b5W!WHL;=FU5Fdtxb`FIba5cc2 zC|V#C9TfxtJqY6r#v=lTOGYBWkO(!R>Raa18i3;wTSge(vVUJxUS141ZK8d(=qjzm{G?3TExtdU+(-Puhj7Bkcn`3GQNDJCbAdI@7%WK#sukjLtM^%4xL5imbbCxDUt-t_vtnf3cW za~zlsO}TGZy;JqbabVHoz1@AQd)dHN*(Q(W99rYL#Tq`{wEF{3rs=@Poj>n>*gap< zH`$ZpSYtz$Z@Fu`W1HJ@FvB03v(#s6H!sxgO4siCuwt%uSElypWN(fml{E_$ThbL< zG8NkrQ!=GoI3_tr`7S9WjCM5iqsZTlYYkujKS2- z6^g}^)57!5&n(3GwJ#t_>S)Fas)p0TLc{KK!|qH&$H&^A8y_0yy~n?I4Dmh8pO#H| z=(=oe)AWY#^&o%UpO!7e(S#BjvbFW!>qTb6pXHyyI=xnZqMe!X^lW7R#Q@a5x_Y*- z53Q9zK3r$%*=c&XmBoDLK^w3>(&~CTG#?qgy>`t00xNjk-@;DeYsB-iWkfU18=*7#N@d?-jQR2H>KNy7U9EkKhKEfe=yN zxP!n<(a@uz6)>`>tIdw<1h_j$!Oh+!I58!20wvHSum#f)9Gems!bfX`vI-9T3alQm zYnhyA!a!PqH2`)ElXFeE9ANQ$T$R?u8Ub4jWtAGNi8TSXc)#&~V9kI#jseZ{#%u0^KM-mQ<71JwF&lNJkC}nkWh4OOI3xhyrv|_3nkT*BowIU zC8addPs+ySgb~yg(52^^J-YzAMksDgth>-NT(Rng`I6)U1tBO51M17h;(<_QQ4cW; zSXNiDLSA!0O6dvm;626-WoS?8ppru)cO+T(8-tv*9>$xRcJ-#FBWW%3tN^1&9{`@4 zI_V{iIxdkveYo@F=`Os7T_c#{t5A$$Y&430Vi6^b>X*4)=trrp7`ji?ZK94+nav-; zijq@C{W0nXbYcbdqsEY;P8fPrK9lqvWE9Ua#h$;Lg_|)5FM;>OgsIb@m`ayiijFz} zin;7wOJS+&gNH%Ma97QBjBHDo-GiU}UvLsm5VV8qCQdGb@jH-lZ(1U)x?R@|lg#AK zY)!+YJ!`g1zWLpk7A;lN74w$H&pFRj|BMGs$$4(mB9sPZy6*Pg>7D1cJzomU2zR4* zqVwENtUEum^X}d|d*`_=P@1b~oAoUCI?}$5d2a9XP5)-*?A?Jo1M}RDtl7R`_NC3f zIWrC;>)7(Zv#{-CdfUlmt;T8tOUYORsMB5dcBPKBMj`^KF&el+md zu>-+7i{Qp}3yoXTjaw1CeaftY-+1iUhOq6wHCJHoRr8kStlfPxc|AF2ZvxC*{qfHn zJx}WRA0B`AI5c(cn(A8g@H3UOp7(3+)!eUp?0NZ_7TCES20me~k0F-YIkrZPOf`6(A5M3iAXxks4tF|lZ3_xy~|XZA^zycyLBNh`PF|O zKqJ2zIHG^il2!M-c5NX1|0<#evy=vkK$XUSrT9aUu>S%$*n#}tQzW!Z)&jx5pc11p zz~DbP^q&y)uMJA&N^ylCnHpB0@rkOH2s#u$c-SGjt`#G=`n~jz7V6zDjZa`ule+gb zC_!CZg}o4uN9gidb*uXow@>}E!U5^~&<+hu`A3k!_hguVC$?Xc+TW1g1=9OFa`4w= z&+o|g-;h1P`8C=0#8@-wT`<<9jWyG|Gscz){j$E9@lLfZ6L>5iXPivqRL3%bM{dIa z!(|$c*1WQ3q2lS93l_X9F^{^2sMK~SOqeiS09F2sBuhz7 zNA#4DE~Pmg)iXx6lr^@Mw()UH?>7cY1IA!!&=@KW3CM>Cnmghd-R;T9iqIaFw)@bl zNR7Xb)C7r;*owb1zhhCz_x*)Fv_|?^ZQR3}QNV-sf)9+N^9|o~D)|>zYa2-9MP-(rT}GUUUb`v!r}kCRZFn zO?cs=3^pn=M0NL7sO6BdBUiLaTd!fM+BEEu*(AenK{Hir!FDqX3N>YITBcP~R&1GC zmQ!v!uHA0L#|tpN4yRBOR8;b*LP=D8CBGV01MmAw0X0a1YKVl0Gz5IANW#-WRf3hs zqCX#TljqIOo;rS0UV&qaV0boGa78I!2J`J=gfD>YShKNmNhjE`aMja*4a;_LM;%eS zV)!-FS}-xWQYP(_!wMzG+R6&}=T%Cu3P)abG~M2i>QS_yIkWiU#mb^HYnj+4PPJ03 zEP4zVFFuPGX0`GxHx6T+DDwngBD3I0Y+BeLj-o1#!faIu9Ekx(2@;Bfr!}3}c!7Wc z8)g@|ngX6IQ?26Q1*%jkgxXyOd}(nDV^lIvbgOdlVq3m;zGKZEIPn?$b|+-t!Q&lg zPT*p(&5H4pJOzr!djpc&$pzdXh22y0T)C56JQl*xitvB51hdys9nJCS&CML+c;Zn7 z)u)Q8e+H=#D7Ql^p*Dl?G&&>*wTK#3W4Gfgfv1;uIx+~&c_H0nFoDuEbGxM z^{DhTdVQ~E4#%5$=i-~kY@{Z(_VJ3Z%`2cqlEae&33e5z)#2nT(v>asOpYZ zVHv9#kjeRg>sN{GfCXg+J#I)P(+cpoA(k)m3U&RnM6bXW7Hfe*VUgIb$eM`lSd_>P zt&-ZIQ&iA4eD@Z?*kr(i=s7Un8OxnM7lf&;rO9G)tI-{+@Z z*Dg)jnnMa6GEM;|J|}Bt8}Oeiw{Io;xeaUtymF)6joG#B8)w}C-eS*c9;~x(LGvDJ zO0kdPAH>%s+>mfHmTbmGnyJxdW~7kMJkHA>uhB`3k`V~53mwOS1Aq&T-EVLY>I(f$gy{9gCd45&Y&{cok zcM84p20~W@&W5gfpf1dHN(fJm^|u8t`>qD-!L6`_4%LHozr)ayKU;Ho7K{VWwd2kP zB5a8RzIwoWtAMV(=|^B&qNBd2gI)Xrb`f$?-ef&g7wY0|aiy~_;Ftgo$;oVRNdNCX zZQsI|$n<~&rsYA?zk!+R*!W=ud}6&LtTuz@fDzq}NNGOGd=rj1#_yh$2R z-$$7hZpd!e%C-F$tSVd$P`0rf1w%;$)f0>?sE~SY7gjpel6ap@2;RlYKXx_Xnr~O$ z6=4W=$9WyQsF^dYv~7dB&y6Wn$C5kuf*S(RzGT_N^|RVG-|uE-h$DCI9l2u?jWGk` zo*QJ)3j%B}lobkYP`74g2z5hD2fU85V5L#ku#1|qe5LGQDa%6&UsWIjj)YGOH@x92 z%7V!aw++&qMK{R2r#Upogp#abFp-Z?cIw<|l${kVK;x#sHMR^p>+1Uvn-^i;mDp9z z>~$mEj{`Tg!75i2XBKK$n_0^0?Dj)h=zxZ*S<9aHDr)a)fY}qUZ2ti;6Rw1G|9X0V zBfWq5=vw;lQs`gXcdkl9&FtVq6c4ADPTfn7HIv!q5MCcDHin9i17aqzbh0I(WagtQ zzrNBuacVW0ySwY~XD9!5=C5bgcD;NjIq`L}|9av#iI&f|ZBHwRwhet74y4kp6ew(M zN1$r(*~Z|r50Ml;D=eM4xAR~#Ie2sIv!jni-)Q0?3dPR~A4eVs(ZI20cIWcIdVZpj zpMb@I^v5FT%MM(B@wYEFPoG)M?zy}7=;z{>(ihU&-V=ASuRQ2u!Yz?$evn4V+`aVf zW_tYdH@>{^#f8sbYa!u`u%o#ncjLmR7e0CICT)pA>cArr_S8aRJkg4vhO_oMIT&s63Xsb&m3rE4yD$f0?KcviCYDo;!TqfO$`v0WF_&14?RW@I%Qcg^_2j-ra^F|U{jE5N!{r&v ztVee@qPuU---#CP#YXSOa`*cBml70m9YLBg7(bVfx{}O4TxHpf$SjttIsrN+%kNed zoka$84spjp@kmbVDq;AgNpl zF7kF6#q4l{&SHh-8nc*e-xzt;oOL+Bury99}h4EbCgkklXo#`Qjx7 zKE6B1MOlsDj{cAdKIF)i4K7y8yIZJ&Z+oX|0~^$}JbT^2&8oWJpByFJC(MN8osa t_#Pl=S}_zESsGXm4>!WYpS-vhe&)U4`le0^`62)`vapX@R-T%wF843=$O^V_>|8y=h|4&LVr+zpA@M zy~eW>L6R`*_&qDwKaWMc`fnia2&$kuG$Cug z9a#r2JF`xBJ2h9qopn1H&!u?^-mI6?Zp~K^vm&QGn!gap1~~22f`w2vR0wCoyzJ9j z3XyDt)1nqF#Ii9?`?c0WJR9e9KuZ+bvTcR-Y&$OpwT?n(wzJTc?c(K-)?Mhy_Ha6^ z?J4wTdkcNpK8N5GkT7@B?o{)Qqz4YOlubH?cLlZOb3u)u&;yrMyKm8vivAZXTuwQt z_eY9WK?ErGr99E$9k@D+kakAN%_3IH71UB$&zFiM<)p12qE9P%j0&izpD7gzN>Qbu zg}gp1=QN}gD`n8|UHSOTnR8dJ02#7m&S6}_P>#(YUA|t)YpSecC3gd1X7fUk=!&Lo zFim^GdG3a+p&2E&C=;Yt%5r&8ZZ;%O&&(!%TyTf&$ZCRs7ujz%q~xF1k|z8ZyIbdQxt~7zHHwoo3OH zI8Rb=ZZ(O4HK_6G@*%lA_KlMV$$hrln#@=SCn@r9wHc<%=_>XHuHh7Zi*nwSrkCnn!q1 z%9}$qBAtg87D|kbbS1BmgAzfAndjDcR3){PBa_msu9wMVCd2DSFj7>IVyuyTDT9g` zP0mB|1e}u`&R<8WG>b5rbhSXL}IFvYHGD1#Bi0m6qe+-lmiYI$G!Bex()17%#Ak$z%Lx1UN=8^%E*Wt7WL z=Mg?Bjf{-^8I3gFqy$5n*U+03ev(GuXFf+H@I40;SE^v`FDq!JoT9C(u<8FMohfUE zG25ASVd};3f#KrioV9T9i7UdBEg7#8K;03l!kjgqH@@bqMP*~1>QJ4kOLgmRyLQfN zQ_Z*PdFXv$)jR$Q>$=~zF~^s9yJWuYZ|;HBlkaFbwAm^veNUEKcFl5h*DSa0n&rf< zS#IAo%bmMsxqH_v@7XoWeY<8^+BM7jcFl7C_iI`8sUqNvfEs)ldSJoU@3^8J_U$P=E3uLwNun8NO4|v{KP@2_P&h<|-Hvnl3Gr@C}AMLEOagBPlm^ z1LV`GuK=iXUcuC7=~DMB(#otU#ZnrOYJPf=`imvmA_D~S00cQl1)X0SI9nXONl z^3x`2Hc=;Q!#t!CD)_<-&Qq_FW62NhfdXdh=#nR$E@QOx$%SH0tEdRT7fNFU=??)+ z$|3qZ(n@8PA~7d~rA{N#=|#Jr2PFn_OGRxFKw(iOk_k61@vndTOmFi1j~6+0u;_{ z1psu*WmG;oI!?pD-%yO2DVeDOX$Yag9P|wGI2ctzMWp6A#HOJQV3|-C!8zKVpMe|= z$rgt|E~n3eJ0G~C29Y!?*hNts0Ebr4{1`rxHy;^vjw#;ay>xyQlgS5r6 zE6*xq77-dNC^wMBm1l6NQl>$OG`eXOyk!LwglQbo8HDvsl8`LA3DTx%z|>&jCM^Dv z^zCeJ^4iCsL9QukAz!=(Nf1k;u3SBL4RS3Y({trQE=?9tT35)8^x7`Nv5lBLe8JRvtT$B_*jwh)njg~oj*G{n%C z;V;5)-L$NO@)8%t|yNg z$)mO8_^LRu$rfXc8_Drn^7yJaxs7$)NFJ{x-&z%?wy{nc$&nf7 zu__+l#(IOnDI+;mOP*X6-`=M6h87+%l1FOEW2@r$HmwOGIZ;bau8MDMVg0i27k#zl z=&Crjg;7tQHj<}n$+N5Cxoxb&M)Ghid304gwvE;F^kVZs@llHJg@J0sCf0&{e7rC| z(QV`NmXUm`mOQa4p4?{r4KbTEl9RRM)T(%5i{p5Mdu8)t%UF&;F*}3Z5akjp-yy?|1_G89*PNfNo4rnKt}jd$VenU9c@~)Hek{qUy4@ zt!1}vpZ-DpPHCxat?H21Z8f*@H|y{XHfXus@Y2I}VQUh(?9n4O4{Yy{!iC^;QguFb z*{65QUg%}q)@i=0PUxo_dTK$NWuM+=bAjWtBj6D9j%NMbPRWcNPZ2z^EojTH>IHkA zstdgB7(vwydOIW>4?Pbo(6j6Z3AV#+`BnYQW>o~c(iRpJp?2T)+U6m`asaFjY?r9I z?JJ(fbHDyc5Qo1&k8?1AqdOiYItr3fQVbG{<+L{ z?P|E$x?4$o)Rt)06UVJ|H8gkF<}}|;8HaG|ZMOg(c7T9?eNUP#(#LIY)es+-3A@~U zhuFwWHp@13(?OgLVTN(1?7HUL<~|hd#O508W6Leek!lM>Qnn(w!}&IDhY0Ubzf;tS z^P=!`2gsjldbTN(=NI%dcFo*bn`*vy)`dRpaHQ4z#%?KYLI0s`r5dp#ss?UAL~&66 z8=I#FZQjov`iFMy6=A=ipSMf>0-joq>hIa*x%X|V`BweV(o4;f@49r>H0)iaHK+)sfVNZk5Vq`RRQnnh`Irwt2AoDF#wuy9{?yw zJ)aV33mn##Equw4>D$mE8^>8^|I`O3ybK;wF9X5=$UQ4aT zUuLcHnyCP0pBO#@k0tX|o+TgLBtMTIfHPb;=|<|LG(b2aU)pz`S4fc5aDWP+9uC#5 zgK@4&QbRP(E*x51^~0&0J8-evx7n!h8zOA4{%sVH+39j47N#7 z5r8wlae?52^^J%dv)u->ZI1eRD0nQpI3(U6C$9&P%^DiE_>c)eG@8+)Q8rizU^&U> z0I^P&s1I;Dmr655FQiLwe?-MRF~dqbh%%34xJkGHk>21DvvWkqr^@UGgR-=V4d4!f zL}oV&I0oXlmp#@8hPs(q8sVqj5HroZ@u6NaTha3xb>~U|o_#;O!Y`btS1ZlTz_jwg zMMe=ule&va0a2HRikP7b%+8WiG0avkK85fpMzIggoL27wMg8juD0M@32%j|g1I7~V zP|(PRjovO<+VsP01qBcdmU@KkNji51_f*!4_o{fF^-yx)lTuZjaNI``B&hm6jlRgf4yS?hdzCHyjxY;^S1 zI|hx8!N>8zMy#{Zn|$qaw*^-GYat<;s7LyZNdLW$?vFn@|8MWsB4=0J&%}XyGxzmX z@yN?|>0U=YIc6lsYVC(tf-mA7_4ud}A8qvXHxfOK?m_m9cQv}Cde@NAHPqy(Np#lZ14ewH(bmi4L926rWB*Wn|2xM1cX$g^Mn`HbEF=!R z5`0{#6%c7%>@~#RyVI<9-TUg@Lq_+|{Ug72Kkgo?b$_rDc`jc8{*ddP?#dK7;eJ^Cz`dE|N;JJN{u)}#GKwEy0f zr_t1!A2c8!{#accHN??JnflmeW9)K$>|8M`^hwY7qYqyPy~6>((<_m?eQPa3V*fWn$Uh7% zi?`pI_{WKRu3w735bM(D6KT{4jY4fbe&9*`fDt;d<`%=l&!X*jg13Wr&(!y1j6Io0 z9re-E#^~v%(KBm7u=BcG2t`(YRtxssOFjwif7aUfc<-57>)FSlvo9mGOD(rs8i`|#M8}=?Zok(^w81opwF2;u?X5=#jOf6@O0cgwkELm{lxv;S6wFkh*oL?=FY{J?${QN zmN(CKdbicXmFlPV1vX}v);uP(Z@VCzGwBrqvT%mRmpcCo9AfQb8`M_UZ22Z5g*@EnvYn4_gmlkl|E3Jb z6%0}Ejj(64h=~Ar>tGk-I|$!({IE-2;+p{`%sgTbJ|mVGwLVL}6{pPEcM^XA43-L! zAH!qK<#0H@7Fxa*{9g;<=R(hOq2oV=q36O6ekWXfE{r`FMxP58|KxNzoPQDp$0^5i q;n?ql4_^4YS32tcZo}VwccSL+|IGW^`?pR<$K&|G9|cBm&;JMTg}9Oc literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/commands/cache.py b/.venv/Lib/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000000..328336152c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,225 @@ +import os +import textwrap +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.exceptions import CommandError, PipError +from pip._internal.utils import filesystem +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/.venv/Lib/site-packages/pip/_internal/commands/check.py b/.venv/Lib/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000000..f54a16dc0a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,67 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import get_default_environment +from pip._internal.operations.check import ( + check_package_set, + check_unsupported, + create_package_set_from_installed, +) +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + unsupported = list( + check_unsupported( + get_default_environment().iter_installed_distributions(), + get_supported(), + ) + ) + + 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, + ) + for package in unsupported: + write_output( + "%s %s is not supported on this platform", + package.raw_name, + package.version, + ) + if missing or conflicting or parsing_probs or unsupported: + 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 0000000000..9e89e27988 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/.venv/Lib/site-packages/pip/_internal/commands/configuration.py b/.venv/Lib/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000000..1a1dc6b6cd --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/.venv/Lib/site-packages/pip/_internal/commands/debug.py b/.venv/Lib/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000000..567ca967e5 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.compat import open_text_resource +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with open_text_resource("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/.venv/Lib/site-packages/pip/_internal/commands/download.py b/.venv/Lib/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000000..917bbb91d8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,146 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + 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 0000000000..885fdfeb83 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + 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 0000000000..042dac813e --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/.venv/Lib/site-packages/pip/_internal/commands/help.py b/.venv/Lib/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000000..62066318b7 --- /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 0000000000..2e2661bba7 --- /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 + +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Version] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/.venv/Lib/site-packages/pip/_internal/commands/inspect.py b/.venv/Lib/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000000..e810c13166 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/.venv/Lib/site-packages/pip/_internal/commands/install.py b/.venv/Lib/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000000..ad45a2f2a5 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,783 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + if modifying_pip: + # Eagerly import this module to avoid crashes. Otherwise, this + # module would be imported *after* pip was replaced, resulting in + # crashes if the new self_outdated_check module was incompatible + # with the rest of pip that's already imported. + import pip._internal.self_outdated_check # noqa: F401 + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "ERROR: Failed to build installable wheels for some " + "pyproject.toml based projects ({})".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + # Display a summary of installed packages, with extra care to + # display a package name as it was requested by the user. + installed.sort(key=operator.attrgetter("name")) + summary = [] + installed_versions = {} + for distribution in env.iter_all_distributions(): + installed_versions[distribution.canonical_name] = distribution.version + for package in installed: + display_name = package.name + version = installed_versions.get(canonicalize_name(display_name), None) + if version: + text = f"{display_name}-{version}" + else: + text = display_name + summary.append(text) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(summary) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/.venv/Lib/site-packages/pip/_internal/commands/list.py b/.venv/Lib/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000000..82fc46a118 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,375 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + + 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: Version + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def handle_pip_version_check(self, options: Values) -> None: + if options.outdated or options.uptodate: + super().handle_pip_version_check(options) + + def _build_package_finder( + self, options: Values, session: "PipSession" + ) -> "PackageFinder": + """ + Create a package finder appropriate to this list command. + """ + # Lazy import the heavy index modules as most list invocations won't need 'em. + from pip._internal.index.collector import LinkCollector + from pip._internal.index.package_finder import PackageFinder + + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, proj.raw_version] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/.venv/Lib/site-packages/pip/_internal/commands/search.py b/.venv/Lib/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000000..e0d329d58a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,172 @@ +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, TypedDict + +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: + + 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 = ( + f"XMLRPC request failed [code: {fault.faultCode}]\n{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 0000000000..c54d548f5f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,217 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + try: + requires = sorted( + # Avoid duplicates in requirements (e.g. due to environment markers). + {req.name for req in dist.iter_dependencies()}, + key=str.lower, + ) + except InvalidRequirement: + requires = sorted(dist.iter_raw_dependencies(), key=str.lower) + + try: + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + except InvalidRequirement: + required_by = ["#N/A"] + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + project_urls = metadata.get_all("Project-URL", []) + homepage = metadata.get("Home-page", "") + if not homepage: + # It's common that there is a "homepage" Project-URL, but Home-page + # remains unset (especially as PEP 621 doesn't surface the field). + # + # This logic was taken from PyPI's codebase. + for url in project_urls: + url_label, url = url.split(",", maxsplit=1) + normalized_label = ( + url_label.casefold().replace("-", "").replace("_", "").strip() + ) + if normalized_label == "homepage": + homepage = url.strip() + break + + yield _PackageInfo( + name=dist.raw_name, + version=dist.raw_version, + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=homepage, + project_urls=project_urls, + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py b/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000000..bc0edeac9f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,114 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.index_command import SessionCommandMixin +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/.venv/Lib/site-packages/pip/_internal/commands/wheel.py b/.venv/Lib/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000000..278719f4e0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,182 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + # 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 0000000000..c25273d5f0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py b/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000000..9a89a838b9 --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b1237d0552c27114134a2b2e43147085c9df7be GIT binary patch literal 950 zcmaJ;&ubGw6rO4JS54B;+KU8biy&;vZVny_TGT=n1o6-yg=JycWT)*kyPI@o(o*Tc zgICY>*sJ(I_z!pq=AbMF1W(=q>8U5*tXW;7^uf&g-kUe?eeb=G)#^0_vi|17u3JLr zyEJl9reLxK;0%Q*#1V?Ii?PIW(Og_|OBpUjO02qShLuQ*byo+h5^Vwc;8l zhBf~~rnGRnyxHP{1#PiKLDN=W&~5_$rDnI!+GNJNxU)}4G~--)ns5o&#l%yl1rK zaVm)23)&qB<6e*U8a_<~VM!1*!otFM!-oedeBbGvq*fesh+lm7p%MgSYmzI;_r$6| zG2?n4z$-MaAmjRHz5YqBf32;YuMKO?z;MP|!E2t^hc$a(*cTeA+IA-{ z=hl2`0!imLNvBAHJFNibAUB$>TouN%U)f-QN>0T`BrVEp;pvJqLNVLK4B*tT15-# zq@8M{D`^EWm8alLv-L)%l2MR~P9U1Ph-jLjh0U>%-upBCMk3l(hFVH7^M~Bb6xASi z`n{7=#Afjo4=`1q}o4N{dCU0~^Dp`=CY(@DZHJf3=eX9=Y zqMXfQcuvnV%zKH9G>Oyl=O5MtZFz3n?vgkhspAq}Vz|*1KCZ#BwBWm#GN18=<-lg} zdhCz}3+;mG3Gfk=P2%kJvFUQoOy6!rZbzDq>y(<_94AzY30CYl4OV4gOpA%)1C>FkZQDn}@6K2*yQ~ zP(W?Bu z{V=``(7w4P4#@5-do4Z!R+o3K*T&`8?I%G*JORtS74)N?yPUqIZ~I0c`+n1wOUWzx z8XO=~k!$CXc?dHnrx4_=dlu*GeWj=@e>;ie(#;beM@5B(>r@eN33appvb}L2i!4Ds zfR-3x(8AMoJmWfSzZ8-?UZ`X0UsIRCc{TwcRvY57)I`n?;SV}3W-ffOv4 z*LCxe^84h?L$Iu%-||oOc^jna;n$I;;V>A9;X0gwrvL|E2!bOaM7jK{5-zfQ;v-n@T||GX z1x;^{tJ>C^JIZYY@6VtAOTOAVN@c#&MsI1OZB^68uT6Y<=z8f60&*>ZQez>roezb! z-U4}5(Z+8+^U@szZz-`Yg@dfAgz-N~2?qgar7zf{%hSHG%y?}u8g zLO@>q>id32A>>#5GZ$?JrX2t$gc2(GB#p{sXNkk^^ z5UL#$sx##gd>h3w(o)m-9br?-jQ8Wji$cc-eCbY4B;0Y6w>((A-Vi-tuibOpeP@^5 z^+L)x7#eRnf-MHQ__ethGcdge;Dj(@Nt9SJl`Ms+RAw5}FN3EqQ{`BFGz+#$;4#3a z9;;TFYODe|uh0_wWNP#cS_XSHHJX)d{oPO`j_)(Nn8N6b4_M5ZU|}LmCp5izkQo=* zw<{GB&i6iz~+uim97Cz{{=k>b6OIT}0Rdi!7 z-m<+gVH{e!MHl)hw$3Wkj?=8s8+tyqvF-be+a4X=xUjtK^Ko^^Sm1abk;nD5DFCuW zSO!B*cmUvpd`9*#R#E|BOLX&J^fq zRu#}l(f1g&dnvEM;YIN|63Q;`vcwKp;!r1X?8Ul`wl1#AziwE=Pu~P}M1HBSeSP@l z;m`HWAM2ar`mM3i8Nbr`$>=OQj7|OwCZYH9iEqs%KF>2TI^>yc7lbYsDpCOT5pjG1|Vk0ROoOj}j$NM`ThZ zTr9NA?GJWjj;i0i1< zQQ;tFYA=d>eg*#{=lrak8OJ9nR|v!>ppMBOvZ@)7l)gHVCGFBTFMqfFZR<}0aH`CW z6J6F`8sB_kGKxHi#Xo#^Ds^+^elL9V_qDI=3=w1jc`w)Esd2lg r_Z$2M9E1;#xDINfNRo6)uKq^uoRZt8Wc!J}F4e}*-};NdniKjPm(|Jl literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e1d2e11472949f212ec5df21e1a80df9ab12928 GIT binary patch literal 8477 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 VtL~@nQ3n^!wf28Qu)=oYe*m*Tr@jCH literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05cddcccd691f067806e5ecb9ebb5b1f57c9c8b0 GIT binary patch literal 2285 zcmaJ?-H#Jh6u&c_PN&_Lc4b5O5cY;hut2*HJh-SKA_9KkLWB)*QZr6_Z`onzi+iWA zZQO*IeNYp_Bd_3#lKltdMgIU_s*qqN7)cBdz7-c^!jtFBY}a-HZ_<0uJw4y&chCG( zDisK<*S`Lty)R41A9xuqxF>6^4aW__2vc0*DW>A7rmEmwbu*r3Y6+cjvz~7139Y#~ z&oB)yZ|1#%Sx^X9gbwmqcfu>0MTMy36k+-bVL7g^W>Pn1scTg8f8wR8#-;NgpFLq6 zfA_@k58j(Q6&q*5$O(Mgtt#)TT+mbTr_4p+I4sUvMO40hiPdBI|C`zAtt=Aj#k_*|endkV8lYxLb(sLJ1G};MSyA*n@n!L(uku4W%ha2@P+`rN| z?KB(GiFgge01ep)op8o-{D=$a{>*5;awe%kJ?zGnX2)@vg#cLO!g5$|?=$tQZEY-gd&^PC3O=6t}^#Nyp>_oKUZF$iS^sG5>53# z%_uh%c!7=Qcwb#_*0K`iH?);#VuOBu9?ywpXlZrb%Q;fb^u9SA*i6!Bfm4r1HnSs} zwngA2oD`I8cwiJ-7J!5oh%Vrd(G*F5+yq$&)KPGQwjI%q1k^gwp#-^tyIse>NCB_t zY{YaRHf#ufxdYhs;8CQIMZ>)V=Xiu52f#-(Xpdo^bp%>v!ByXdOnTcBpg>%L!(+L^ z1-t>ADXgl;889E0-2g_7g-KbV9WBHf{w;6-2rRHb2vt=v2}hhw!jxDrO2tda+JWO` zSgNrJ(>s{>9<4+Dg~B_*miz>^Yh+L$m8t7XUoPD*@BgK|zi-UTr^4;2p zcgu5qV@^zA$a*^&cmlr-aXEcAjttyndc>910&gu^DVy<7&b2m!XKX%*GMEt+*s5Am zC9w+`FXOfwHi_EUx3pfn(@Dk0O0`kI-psQ#`(K4u&;vdrs9TZbOG$>+Vr*E+r^B-1 zf@OID>p*+0xM*3IJGP4*hFi|ESkMB(2t^Qb5p@N|8fV}WBenu1(6GSP#9A{5TrrJz zOf_+nBqWM>#SQuLQ`lC>V>OdCppW{NfvRMuZoc~6;aj!82#{-;A#lO@L7KnN}X+fY4-%M8~aE@srF&w+~v9Vik!Y5VWbd0x+iw#kpmSy9G#CylZ5L`>^ zemOiW{J17qOG`CgzNf~UX?Ko_L*NpJo2{{m|b8&ZHp!0*C5cg#Z8m 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 0000000000..6e4d0c91a9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,53 @@ +import abc +from typing import TYPE_CHECKING, Optional + +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +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. + + - if we need to do work in the build tracker, we must be able to generate a unique + string to identify the requirement in the build tracker. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/installed.py b/.venv/Lib/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000000..ab8d53be74 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py b/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000000..28ea5cea16 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,158 @@ +import logging +from typing import TYPE_CHECKING, Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: "PackageFinder") -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: "PackageFinder") -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py b/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000000..bfadd39dcb --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,42 @@ +from typing import TYPE_CHECKING, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/.venv/Lib/site-packages/pip/_internal/exceptions.py b/.venv/Lib/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000000..2587740f73 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,777 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Literal, Optional, Union + +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + + from pip._vendor.requests.models import Request, Response + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional["Response"] = None, + request: Optional["Request"] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class MetadataInvalid(InstallationError): + """Metadata is invalid.""" + + def __init__(self, ireq: "InstallRequirement", error: str) -> None: + self.ireq = ireq + self.error = error + + def __str__(self) -> str: + return f"Requested {self.ireq} has invalid metadata: {self.error}" + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) + + +class UninstallMissingRecord(DiagnosticPipError): + reference = "uninstall-no-record-file" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + installer = distribution.installer + if not installer or installer == "pip": + dep = f"{distribution.raw_name}=={distribution.version}" + hint = Text.assemble( + "You might be able to recover from this via: ", + (f"pip install --force-reinstall --no-deps {dep}", "green"), + ) + else: + hint = Text( + f"The package was installed by {installer}. " + "You should check if it can uninstall the package." + ) + + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "The package's contents are unknown: " + f"no RECORD file was found for {distribution.raw_name}." + ), + hint_stmt=hint, + ) + + +class LegacyDistutilsInstall(DiagnosticPipError): + reference = "uninstall-distutils-installed-package" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "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." + ), + hint_stmt=None, + ) 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 0000000000..7a17b7b3b6 --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57dcd00d63e2e69ad540ac262918e9d3a619cd3e GIT binary patch literal 241 zcmX@j%ge<81m?Z_(&T{jV-N=h7@>^M96-i&h7^V4>}VvyH9Ff%eTeqv%|WGP|+ FaslkGMO**? literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28fd057ec4b3ad2ee218fd371577b3c72ddf54d0 GIT binary patch literal 21631 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

vjP$U8p8&mYTjbYDoXv3u6Z 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 JJu>-5{y%%B?Fs+@ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/index/collector.py b/.venv/Lib/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000000..5f8fdee3d4 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,494 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from dataclasses import dataclass +from html.parser import HTMLParser +from optparse import Values +from typing import ( + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +@dataclass(frozen=True) +class IndexContent: + """Represents one response (or page), along with its URL. + + :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. + """ + + content: bytes + content_type: str + encoding: Optional[str] + url: str + cache_link_parsing: bool = True + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/.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 0000000000..0d65ce35f3 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1020 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from dataclasses import dataclass +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion, _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +@dataclass +class CandidatePreferences: + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + prefer_binary: bool = False + allow_all_prereleases: bool = False + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + + # 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(). + candidates_and_versions = [(c, str(c.version)) for c in candidates] + versions = set( + specifier.filter( + (v for _, v in candidates_and_versions), + prereleases=allow_prereleases, + ) + ) + + applicable_candidates = [c for c, v in candidates_and_versions if v in versions] + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + try: + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + except InvalidVersion: + return None + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/.venv/Lib/site-packages/pip/_internal/index/sources.py b/.venv/Lib/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000000..f4626d71ab --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/.venv/Lib/site-packages/pip/_internal/locations/__init__.py b/.venv/Lib/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000000..32382be7fe --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,456 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e54b1e997c11b9b38237430a39ee1f657e7d5205 GIT binary patch literal 16460 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c991df87a8261a0c804c305540fcc69899abe82 GIT binary patch literal 6857 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..440f84f15bae2a44375943c0602ff25638245fea GIT binary patch literal 8042 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 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 0000000000..0e18c6e1e1 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py b/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000000..ca860ea562 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,214 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + converted_keys = {} + for key in SCHEME_KEYS: + converted_keys[key] = change_root(root, getattr(scheme, key)) + scheme = Scheme(**converted_keys) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/.venv/Lib/site-packages/pip/_internal/locations/base.py b/.venv/Lib/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000000..3f9f896e63 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/.venv/Lib/site-packages/pip/_internal/main.py b/.venv/Lib/site-packages/pip/_internal/main.py new file mode 100644 index 0000000000..33c6d24cd8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py b/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000000..aa232b6cab --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..875bf5825a70c060cd331b7a1edd478a26df8f57 GIT binary patch literal 5891 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⪻hjIWkzM9oD zaccv|ZP{9j56=&*V`F`ON?n|{RGVfpvj%F`d{)g4E~m<{TcDjZx`wM=6mn|JFd zvH%r_$(P{hOVo!hcx|CWsqvkwZ(Y6p&A&_0eJNUODP|6&-p73J35b!)>DKb+Vif?c z7poF{16*Imrh4A8D-l4*rV;g4`T8kr4To2_H~9jiq5^CC%>a#~n?FZr9xN2N0`G7R zT4xAzN3!dDOAhz2l9hts@Z=I?N%Cb?Sk)Rw?}!<88D-d;(1HpgiyX!geH**%oe+-- zfr4n<^dx9CT(#n3RcrpfLckFee(gnsNJ0^uz&avvC$JjvcT}Mw_ z&&T}w0?%42o;7~4WnU9~2{^1HjDU$dMIPBLzO8DsAxdpNw+ej=e$5twPLK#r&|wvk zT65SG#EpTcAa2xPvB2h4XfW%T*ikuJ>5Nfxk>1WIl%EOQ@1|axiDyhbE8FU#hNBAf zOK4Qky9Qilg>-`X&lQva4C?p^?-i6?NisNrss-gcN^UHp0%OxX-f~bi$Tx>71;iFO zhf^3YNv(D8F{`v_pIdNYD<{E>p*xr_EGO3CmTENb3`3aD3dKH4yTka_e3+`yt9qG2 zJ;)CFu3SWfPB^Z>y@Bo|Hqb4A8%&I!*$m~3H3PbH{N+W}-V}27Qv79CgfXESL$RP+ zuUe{M*|L$rgkDBM@0%-@2btRpV~I|*ac{0A2{DN)%GoS76qmDXLTLD6Jn8W^Wme!U z%M}*$&@0^_Hejo2EL+rM6c#y8)gqQ`sJ3ePlX3GRG=>G+EO(d@&CJM}H9GK|RzGaD zZo_K}9Z79F@_X$cOVPu&j_rw~o-4m^I_McbMs?w#-N=rxbL+6BYwt%NwZu!T*w+8F z^W6Q=y-;!PKIvx)Jl-E+-z%sTMWKDB9KwQDf zYAOXb3~D0LZ4y<;%6U3*V|C;LH99~AFp{jCW_y#t6?8yVmjicPX5AImWi5x@KxLmr z+ab-0x5}xJYBE7aK^}w0g2IBRm&694{k@ld)&AR-V%L6Gyo7-MW6uc%r6_7>+?qJ* zynKwBgzmRO+roAZ#=#!9FLfP;T8|n!_Jo6m^V{4fQsdM9!QV}OF!`Zy&_DVgj_q$a zy!_&Bq{uvJ{Bnts+sRK6fKP*{?P784*Vo>^_8|GonS<8h?c^ckWA&p*v?M~N_Ac#? z9A0_pPtqTx562F!eEVg69lLT8jK+W9Qp z3PL*xp%<9YOq45wW|w@GzG!)P)!^mf14N>fK`+p0a6~tioQ6lq7?8B}Sd;K7aSX%! zS47OnKDzo3bm5<9@Ch0`=DS+htw?EvVfuDbB?MqEbwWWY*vB;Q%#{#;Vrwz;V7R#Q L{`qH=^bY$!Dg4`p literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb4c01b2fc16927aabc1a97eed9b58e435758b86 GIT binary patch literal 35233 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06633c30c7cdbae8ce6535fe2911b898ca460df3 GIT binary patch literal 16111 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/_json.py b/.venv/Lib/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000000..9097dd5859 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union, cast + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = cast(str, msg.get_payload()) + if payload: + result["description"] = payload + + return result diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/base.py b/.venv/Lib/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000000..9eabcdb278 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Protocol, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.raw_version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.raw_version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> Version: + raise NotImplementedError() + + @property + def raw_version(self) -> str: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.cached_property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_raw_dependencies(self) -> Iterable[str]: + """Raw Requires-Dist metadata.""" + return self.metadata.get_all("Requires-Dist", []) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is expected to be normalised names, + per PEP 685, with the returned value being handled appropriately by + `iter_dependencies`. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000000..a779138db1 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..551e58239d3b2601d6218ec29eceb90a0c4a2532 GIT binary patch literal 367 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 VD0*<7$udk}+1vg*f(Vt&{{>qh@&5n- literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..acf281b4ef9ad56da9921b127de80c560bb1cd77 GIT binary patch literal 11152 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000000..ec1e815cdb --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,85 @@ +import importlib.metadata +import os +from typing import Any, Optional, Protocol, Tuple, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def parse_name_and_version_from_info_directory( + dist: importlib.metadata.Distribution, +) -> Tuple[Optional[str], Optional[str]]: + """Get a name and version from the metadata directory name. + + This is much faster than reading distribution metadata. + """ + info_location = get_info_location(dist) + if info_location is None: + return None, None + + stem, suffix = os.path.splitext(info_location.name) + if suffix == ".dist-info": + name, sep, version = stem.partition("-") + if sep: + return name, version + + if suffix == ".egg-info": + name = stem.split("-", 1)[0] + return name, None + + return None, None + + +def get_dist_canonical_name(dist: importlib.metadata.Distribution) -> NormalizedName: + """Get the distribution's normalized name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + if name := parse_name_and_version_from_info_directory(dist)[0]: + return canonicalize_name(name) + + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return canonicalize_name(name) diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000000..36cd326232 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,221 @@ +import email.message +import importlib.metadata +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import ( + BasePath, + get_dist_canonical_name, + parse_name_and_version_from_info_directory, +) + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + @property + def canonical_name(self) -> NormalizedName: + return get_dist_canonical_name(self._dist) + + @property + def version(self) -> Version: + if version := parse_name_and_version_from_info_directory(self._dist)[1]: + return parse_version(version) + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return [ + canonicalize_name(extra) + for extra in self.metadata.get_all("Provides-Extra", []) + ] + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + # strip() because email.message.Message.get_all() may return a leading \n + # in case a long header was wrapped. + req = get_requirement(req_string.strip()) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000000..70cb7a6009 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_canonical_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + name = get_dist_canonical_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + if name in self._found_names: + continue + self._found_names.add(name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + canonical_name = canonicalize_name(name) + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonical_name + ) + return next(matches, None) 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 0000000000..4ea84f93a6 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,301 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import ( + Collection, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, +) + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + # This is populated lazily, to avoid loading metadata for all possible + # distributions eagerly. + self.__extra_mapping: Optional[Mapping[NormalizedName, str]] = None + + @property + def _extra_mapping(self) -> Mapping[NormalizedName, str]: + if self.__extra_mapping is None: + self.__extra_mapping = { + canonicalize_name(extra): extra for extra in self._dist.extras + } + + return self.__extra_mapping + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> Version: + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: + relevant_extras = set(self._extra_mapping) & set( + map(canonicalize_name, extras) + ) + extras = [self._extra_mapping[extra] for extra in relevant_extras] + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return self._extra_mapping.keys() + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/.venv/Lib/site-packages/pip/_internal/models/__init__.py b/.venv/Lib/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000000..7855226e4b --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f64018e700edd8f036173b1648074c26229e5ba9 GIT binary patch literal 275 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..902ba0e99b9aece65ddb6aca1ffefba2bcc35cdf GIT binary patch literal 1703 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 Y8hn6Wd4T$ULu3C0b3$|l0dUU$2i~$Gg8%>k literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6e625b8a961b56e9f1186272e8b3e80725ffdb1 GIT binary patch literal 26611 zcmd6QdvIIVdFQ=&5g-795AZ2IK#HUUN~AEf`eURkq&UX10GImNRbL z-P!$p=RN>}pp&LEoxLK?z4zSnKHvA9?{U7P|KxO*a=7;W*7rxdE^ypm(~EYMs1J{S z$G~y7IDr%RAUCYs`C*>D8-@++ZX7nUyJ^_O?&e`LyIY1!a5n_4A=|Kxr@Y2sX~;fo z4>^V%A?L6&R5n}|at*se<-_Hnis6b-<#1)FYPgD}H3i+F>fvhkY!23hYKLptvn5y; zsvoXr&n3Zz(5B%{p~m6HP}6WzsCl@V#an|dAYCbD~|cpl(~REwp)fGtU_~ z(J*mF>uByScD%zYZ^NBJ>F^e$vkCTh9a^k`dy*5JuX94#I~WtX-cfGc@YbSfT}WHL zF0EIn5GzEd*d=z28tPF3{e;T(aib=o>UGobHo+}+;d>X}tMR@)@4W`^-Kg6Z8`8;hjPqO0E}sS?Ly`0j2c`oAlZm@!l_T6XWa4U}MpQ{xxf*>0_~* zeQUutk68YWQOP^JM`#syqnedagHL9R$HLPY)5(B8nlYUX z$k9y6Ip5@DAUu{S9rT4n;o{U}P|R4Lo{R<}VP7y~RwB&LhVhQFO9gRK68*lYDB#WY z+?i9S&W@b=!o^dALjzA!<(4x(d0dperi^vc7m%(6WHIBGM8W5ej`*gc<0GR|Bs4N5 z1v54BWH68)85X0#h(BXx@#6KU*O0MK`j90WVHxbmMb8w6nj8aRLA-t<5{`=DsMnIQ z$m71E=a0EneRtc6bTh=XiZv*w0_Bh>I+VZa*yZYctG|rK=n-eBw0k>@rW$;l$LsMT@C{vFMC2$ za@2E0^!UQlo)DEIc_O2p%OgY2oN7CU<5Nb3y33l! zhKEw2@T^U#oHHh)=sNa8wzs2+18=Fkr zH1|iwYy5qF5EyTe#EeCh{k}<&-gcs>>V2QEE}d5|ypgis)S>2yT$ zjftM2=T2Qh&+*tjF&XlA%h$y2s84>WyZ=(pRWW?^(%Hb3OL8D8c2D~JFCm$HX)-Xm zV}vGJ0iU?v*-Vp>C_e@TIYCAY4hQ;fX(&3p(4bFS?xT9!`Oi1xJ+~3V{A2dF@ z9C+)(o#$^qzc`(4>PYn*uQYZiUEN7*cf!^E7#}zkUJ~+Mmjg3m#t72v*V~7W z)OFUQ>v-6xM-!By;L5?rtRZHYI5o9w0(gBAg+#@+l}JPlY_b;8;WgZiGBK`e9K390;DsRCIDGst~K5!TZV} zORcEeYs^$Dctk7GC?GC`C1`{oS7y~^EMrn+YEt%^Ge&<v=?vE4g~oySmKjM1n?j;<$B-Lm}e-Z3U}r1Teh3F_^vw#ZXZavIuq8;^=;JQ zjOfrUE=PNcw+pe9qu?6j13Fa#)bKM$FEAtppwQZebqNGK>I?ftklX;EiBVwL6A1^W z89)(j_fLUVhZQ>9<26byRFa$Qbwgl7hl#L>avpKf<1Qkz+=yU~`_NUr5WO{hb9!;t zy#sd-EN)NK>`1wGCagQzXk;u(DaEnx^C$u{$1^F(E`K;YSPj(`$8%-cb6III7HrB(*J)75(sA)RfC5xG3jA^vtW>#?1S0N4 z+oj_O)CGYNHt7^1X6kf+Dk$I!l)MW8!xBg3{NdHAx>Z+o+SQSCbu0?^0(S!sPX6Gj z?>&`pb);NRCah1g@kMn+ln1?a8SBUh5s8tJOzFr7){3bhJv&B5UY_y=)h{I@BSOTF zXd~!N#x*kH3x^|7A92(2$cWT|qOcZ3LX+S&z=L9)_JI?hhy=n?557tJDCnhBcE%Wm zu);@#jBRu(?2kqwK{;a!N>d|#A3#tdfmJ$0frWx26fm$mhNq0_3evMtxzDk#D8tl3 zsVLZnpZq?8uW&yzm6-QtD>-}Fmj_l6JoTutGk*NeQ@5YWIyl?rwAGumdRN`Gx6a%= zgOx3D;^IoE=-<(SeK+9$fsv7r*z#m70N-s)3|qAW<~{P9##zHG ze@){>GiGquAz1+lqcS~wIKy9+seK^!3L9E3PfbonNGem8L1_e^gZRm`l!HoJIBVJ5 ztKdFYTRQH{K#HGsqGbW z=YH|Hgex21Ws>M`mG8DJnRi<7HKRrx7#p=2O2_3Oy%))P8x2TMF;HI%Mx4pjOa_-HBZ?{j6T*lUD}so;JS_v<^Jl1_$X|WJ zq$?QUOo=4E4DCoXqbJNTn zzHvBh?@Zb|-@bb9)w{2zw;WGyIsV?R)Rr?T`#{1pz-DfyWb4sbN8f2LAx(5V;{-Rw z`pw{C4X>$Fp6zH4@tRUe4l8C2VM~sh%o?J!z_DxMGjU_qIL6JIqBbpc)UG{EU{xx- zVn%@<<2AWY!>g0r3s0z2%{*&~nI?!eD!3pu8e(QGhj!<=;;CbnVro5&p5}7DamWOf zVKHT2%%r6P)*EKJN{Rbbu%5t%;W<%7Vk|W5SMWK*c}v-ZGJMQbLfV7|lmvD@xLNr1F+XA>5=eF`{zD z$)ZpN;f9>CLifsIGFGi}nP!ptfJ>q4t^yh&#gJkFKl!T&=D43(IcxR9YVVEG539ZN zr5{^4XG_}Aj>T^AV#?7qcj}S5X71d>=FYdL@4a^SwdJV?(gPv2lP7{P01($;Z66j!!G{i9!TrtDDIxx=~bI4S5 zQF0b!#w$uK0_rg%#5a{4(C$n{a*qMwIp0g7N1g%?3knAX7|Cp-Q$Yy0Y_$*+C_D}A ziFn-?f{|c5NqSrGFXD%+MF#$#tP!7EOHjbh`^wZrOTA! z+f-QjY6Y6G=6FqtP6paIc`6uX1+(N#XP1NK$`LV4g8~r`Yo|b@Rr)e&`~&>tiwLkD zmUCt9H!t0|lyKKe6YdTGv%Mj{=gt$ipI8p9*iX)#d}yyw z*3Y)2y=`&Ny(4#zJTNUDNo@vn9!{7JD{ChT*RM+T>G4}e0!+;?L1u|D*c5-4A2!*z z+&^KLK*kC)1e+4v^Mo6r1aW3nm9IV75NBm^rDWs7Td8Ok%{h@sa0tfHa+nXy!*(OIj5!Bnz3PVrZ#AzK8^anw= z3l6t$n5G?hNjNFEw3QN;UCf*|GeQU2Mt0uf^>u1QV|XiTX)fQEy!LvjL=_ec!d8^n zg_v#Vxfjpd3vzbl_^w_?<*xd|EwlSPhAg~{`?SZObH#+wJX_RgNXe1KB zrLR%&bqd~~;I}BqNueZSX&0!IB2WFM$_o~gKLuUaD%o?2j6A(RpT{K@SwbiD3bJi9snX|@hs6$`G z!}b6dEBSpsX2UNp9$Y3jV%O@A86`u^80H0v)%n?&32*vx9y8-jZ*k0mH+@luT;Hmd zmAh;0LP|*U$~A598htAm5Vqvfx^@7N{dSj_94G|#hi9umI1ZdG8z_UPn3)yY^ckNaU z(qyy-0@&z6P5Qs1rq)%^sPK5xR7=7FJ;;E#t~C9Bb+-o)9BG7zyhNdo59T3z^&X z0&{JmVPwX2aE3JCikVu4pEfooN*mg8W5JrE5<)zO*EGwg5j`+v5!huT(zHh(v>wlZ z0-0L7@*CxW26atQ;Rqm@4Ge+Tq!hUtfC*1E#LM6@g96PdHCqf#MyEAc^9+e=hl)U9 z_x?U+)d`VCH;}LD1!S8=}Ii25LE)tIV7hPoqQXd$t{cilZKGCj?NZ zLobj<96gh#U~uv!vTgpvhnrgO9K3xny=iB16B)iY?VdNSSnHriuCALmyH_%u~ z6tl>b!@_o_m`K+MPOcr(bf-U{bDvB=`71HL0QX5 zzeB+-1Q{zs6jHblp~=`Lr&W$i5k;uxj8khe$ONb}HKZt6v9V33G?p`EYO+N%=wP1rT_VVURcntP3R8`G`3ldZd#$KSK2S_e{P zPt6-wk>lLWbBVV8lzSIQN?j{yeHO=4bvx#rs}&8mnr=45uP;@mDz?vCusf%|jeU=# z>h|Efy)I$*tTuMsId}V9qU&&~@yPtSk1d>|W+C+U#T9$khppW!J%=C6rh3k$S_hMk z<{vp55Vs_xTKn+^%GTDIa5Vo6S?b?zSUUIb`d3@S^KObW*4li)Y@FBIeHW;jX84rmGp73 zg1~pXHZh`T(0E&_A)wU2AxuFszM8S;Nf@9|B!aD_TD2^0J?YArqS%-8DSv2YACpUo zW5fv=gosN zm7c8ynvMgX@?ORc%#?VxGHoXK0wy~!DS~(_MbKdDy0Tjj+qx(7_XK6IPY&uH>_2v> zd_H@7iNJ9b1+X1CX?x2D_LkMEjzuBec_7(&Akp!}gWg2Np&Q2^RaDI%r%gLYzINnc zP1n+{Z|}dqKUK3kQN3q*?1Auu$oC?NLxb=866Y_xA5BzUOgJunSheL{4*58NMk zrz};qH{sZ;7+O%Le$fKQ7CF+q!O;toq)ZxF$_8gF2dTB5Px-^jhMpZrm2ZZJ_yS!9 zbxRXpl-DWh7Yz*hRZ$x^EnJO1lW?^ptSz6>gzc;ezidZqZno6D;Gm+Q2?_-%(mwi_ z*FNR-I<=1$k2&t4t7_pS?eqKks|jn9!XTIW&?G(u$6hchqTp3w&Y}z zp$(uK{JpNJMUm=7tDw4*_`XSc3$fBy5M;^*Bhdj;nA4&o3aq!<#?bE}!5UbzjEsmc zqtA8~)ad0E>Tw5BQjhE79dEl=T%8ZAS`&^|+V6h-#`XB_JNs|%PrBL@)^=r<^0D=w zs{g1{+euC0ukcQLLM?Kjv^nmP;!Xfjdp+#yqgsme8&zD)YanM+fd7e3KZ`+B zo}M561#-h0sz@q{f=k0M&Ceia1Wl!$u&bE!S5fOiPKKmftDhnY%}wZXqgEcreG_ZL zw~U%D|2MGn4y4C4_$j|*#zb4eW~xd3Crpt^9lAjhl87CEQYM5#;9f#n^hvND(5PN# zdv_Q+PiZ8oPNEG#ISEY?>6K;>M4YL0s2F9pHKokhpqZ0kD3awue+4F>QMoFy)0%RF z=6VWw^|?;FT9U4oMPteZ?a4z|oyujjr(9bYmw{Efb?ccD6!$915`+A_#Y5K28 zP^D@b5yp`f0J*Bnp;6Z4N>c97`z;y-h2nqcYJd;JzT5lIeVvxzvwqPtqoqA~*bwUT zsgIgfLqUT?+C4a*K&y;tE@-9npYc(p4@!z}QsYQd$Yw~HowTbnxq*+xKcao`rPx)f z@ukdoKt6e@<;Fw)p!o{+oK_Y4dZ|kauom`*;8N|6vfJYh^@mKA;9^U;a`!Lokq#2$ z$n@)N^eIMLCP;TzaB1{In=5l6?y-I{q$}(vMb6mRqD3I}2h_{Wh+{q>`Dl@D-<53N zm2TgkY~P=99Y|OYtj7Xfd?!UtzN1V|aahbXrZ@{)%mkYw!CIHKI|!IzQ2JBU3mQ{} zoAl=t{09nH$N!9;3VTlpRm!3{1pgt8z!t>QqFwuzO_enm^OxTCL~`2`4^E`E9Zl68 zOSz6GtjE`n0wEDYHSiS*su6G(TpIBecrx%0arX^_Kc!??>R9UwTADG!S6N-^@bpL2 zNJ^)Wzu6nJUwJEdG5Ad+jv=n1RfG;LwDY!IDpk0A%>pWj2nHLt`OQ{V2ModI7rfgJh4 zvMnlhNJz9nkQn()$rudM(B;C1K$fROZ%L+njr|GIm9!u2W(-Tl%$zKd1Psvx+@uxn zEF?KdNoXkGhR1jsiokyAyku*f5u|^P?}{5<&zk!FgrG8jkC5B2tdw^o%RAEL+mq$n zmo9$$`TNhO%JSLk@<6**;$q?qqk2s-ydw*^>S%rB!|RXg=16Xw^jvm}y}2qUg6I zO$|*h2nJ0}PqMrxUA{Y6zI$2tZs0qCRQXYDYF1tDH($B&O1w8G(ykdtLJc;K-^as7 z!Lgijjjkdz9!tyK?df3w7q*V$if=S@&OlBNfYTBf> zW=eCm8ES`$U3zMYTcs%^M>kBN-Icb}cG!fyi~N)un$r#a$%g(!{jTMKMD1Z9l$IiG z_a^P$guVA+Rc+jns_IBMI!I}8cFCRg9!+|WroB%ly-%*V&Lpg7)^h;FqOr+-6%YA* z5C)vMgMzD=(~rg8^vxu7jzr!|9qMciR_R7oUOKRBwFq z&8w-JBPrL>g!Skz@WggI|6bYt(lz*?FMiaV{2|J*iWn@ynu4p?qNWX&HUxrhBh@%! z6HcH2-;^46Me;hH@Vlr`<%mgfMHX_o6>-E7SN)5Vard3Z+l}e^?aBJ> zsrsIjd&jan<=T_5?pY59q$FT)a1;;!kWOyg5u^0KP?q$!6tL+mU=$@{I@Q@@dN&fD z|AzWdhYxG|kaBk}nNqIqgtdEp)Ajiwyv%QUF#!J6XG*|+L``ES7>V^QHlJW83Q}nU z0_tOio?b}r=_Ojrlk4 z8{`Km;G)-P%cYmXwC z6({`HdC3c-olc>CRrEt?MDYr)+>|LwW3%*gq{tW|vZ6%-`vulR`j3cQH&x`B&$fwS z<0bs{r5QI{qzhs{rU7U}esE400O)W&a2$R^!tb{>|8Dha;OM^-xgEh#E=4Jfjv~#hm&HL+;HI=w zK7brwr-l|HhYc-I_L-<;Pk-l8MNUdq6oO0cjoPE5$adDAf3QtNB3GTFG?^Jx+17fM z@_;b2S2HzGQ{a(Fn3qFE8v#S9z0F-lf*1XVO(Wl9kUW2MBz*rH#i? zBSvt(3TzO+Bb`Q|;M8TM4X3CLI+4q7gN-WOMioNwXoYhvJ5=PMt1?yj49*fc`@OU2 zgM-O~gQW_pJCL_YZ=6KanQS0qTww#MId8?aWoi-(t#mo=`)!nBnJhw ztv~^0qUzE&D0qef;t3?0GwCh`|B8ZtO~D@{$QVIWqzCl+eG1;AI4i_qID$r}71j3p z^nnq4qBc2Ik7TD;ruSl$m5Biz6gNo0e?gEb9e8r^=?kY$92+_%J)&5Wr=`E9;6n=j zCj~AFj!{5d9OH$gkLZb(9_bep{5=I6$d!a+1vrWJW-(AHJU!tnl#T-GoNO?0-0L_! z;p9iA(hAGmK(?7Xc$8oDcCT*Pwz_-&>gFx0J$*l`IArd9ZbU!i~UPw ziOqYGO?#8>ec2NFVC5Rx7B}B+%G&6yl&kYB8gI^K?eym0nmQIQB^&#)PI@ilnp(3i zdMf8C>f^PGRg3<`x@3JXYQuiA(z3@@^zB?5JXs5GZdRVLv&?Ajh@Z&9;kIM( z5j-KH4YTA@`x9J($)K7He#v%%%yZVtHF}!tc3(~Ebn=^^FU8&mL36mQ+w76C4 zuH`G=4Sgr{*l4K3VL0xrwcOl@?SIDGvyVAEX4|>eZHtC`rFTmc+fJuEPbN%FkIc@j z!DMb;yuNI_JNprbN4;y!Sx1R^fJX_IWD6QkFWE}oe2k~VaOkdgW$(gxT)r8i{_oYh zvseGz6W_OZ;`Sl>+@pVH=k&1QeVV6f;>}NMy`@Jzb4T1wAJ`pIbSiJQoITdNvRI_&hscWu+5%msV}yD7UtliBzHgX0PTNPvR&3^80CzsfzBqzzS~+Aa|4>WKO+xiAA{U4t z4z?r}4-9|)mvZMpUW<@xLwC-FN!`LjN>;@kBp7%}gsTJd_R@4jGQ`m}CloPlZtf6G z89p^Q$<;%CR;-ax#Q}x!B6=iRt{ijeyBZ1L_)I$N%Eyl0W8M}x@>OxO*sh(W2F3Fg zXp19obb;yGA7#aD6??{dJZ-*1y`5JM^|g7f%APhnbRwe7%i5({!AXHV8bmhukkDa` z(3digFs7uIWOe*bD2KD5$IP!oh_JIpC6Tn$NG=~xjvVdn@tnk}$TViy1RL-xCQ91I zr~2Ap4x*xeJPgkoauvBIMc{sht<8S&n`Z|yz;WFd*4Q%^gE1W)#mM1sII?`wop#vb zgh8D30u$(Va%UoMdN65f%Y5X_!&o+Ww&ze0;%orCi07uQP1Ve`6}*1moHQOT8+eTDmzi(m!&`&AVYOpVu$Nu8wel+lfXKt z`3V8ORA^HMN-K|zmx2Xo9VQCX&_*V+HgZ$O`Gwf~k0UV^_-1Zdm`Xu}Uzsv5L`rZx zji@(JHLG~G(x5?+C;4QrhTH%I1x3`+S1=sefh(AH1@Z~?Ltw(S7EX#0a)qWjVm@cn zY|4QRIG7XTj=IA%xJ34RWQjr|Q5p?SMc`1yh#~_*tu*9O=mSPC;<<){8pk6zWSBt~ zdAJ3}!lV$#FocvT%vdlEKu_r}LAW!H{Hb9g%AnUS72(=*cKwWfh)%Xv=)7_U7-P>F zFHb7|LVngsj4lP0Bv2eh3LMF2s5M)&eVnuE&9gVoDkr4iI54Qe7mRd9*v;n`%98e$ zl&NL4vN~m|UUif&R4w=y>TV3Km>QUr!HUe7XmMF1+EEjX_&sh!bsMQy*a0T^UU(G~ zR@Z9|=@hYIJ0t`XDQhHn!oV-ajH6IUjA2*Nl~^}tYN^=aCZyacxZc6w(KTxnEHUF% zIIjPaz3?SCszvP`kCQWSf{=0o23y&2@(}4u*aaoO*$;1UoRL{DD@yxh*fnZshscQkA)s{D^gQ>*%r)-1@pkp48;8S`IKMjkrP;XUgOcXE zS63?<=Pmm72C^A1e*WIb-I0`Q_uQG)632oySyK1VTK1;nh9gnkzkG4UdLU~sn;XDh zLq07_*6vv5leK;G4jj$a^~7H~&n_N&;CpZ1zX{=Zyt;Vn%}w!VZZ;>&S`yB)bEgqJ zwAbR`(>Gtc@!I0(^6~d7=U+>?PCmpTHo+UgblK))+2+O5_s-run=0#Ft;TlP>W^(^ zhb7CI&6dCW*v>g?-?Ap`t;DrAtk%|l&53@G@<;u?S>@33{8m%Y#xF1&8PTEXA zY_cQ#)4qz67UQ3pd4v+Fl`>`;zFy_lSA1(RS$Ffz8@bb!a+_$2PAvc(RO6PhwN#tYBIhnF3&fpD>Xj~%G z9kJDs!HG0P2?+!W7UoZ_2bE)f4@-2o9sW4^hX?`iJpWf*Ir}U7E6&Cq5LW$|YyHGf z${Rl65d544bsWF<$K3uObKRd9%)H?-hu{+j#~=QQvHZuT1CMMC^R;PPL(ImA8K`rfYhjqeY=Z~ga&lLsz98^l*;Ys~zCxC}(+4=l>m z&;!}>QWQvWbf-wVXB)X1&%%XU!#9T)ZA*RMK6L+3s(OEdtIS%e__p}wEQi~Yz;4UP zgSYH<2Y-arN4PDXcuY6w=?wNXU!UabKQTOS<}aZ6>_+Wx$SP4EUoUOqH!U3an8Pi5 zl&|G23n&=3cgK}YQX#e literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5d749354be8f9fa473b7875d1d324b9141c6a0c GIT binary patch literal 1032 zcmZWo&1(}u6rbJAR}<4#@S_J0g9;Kb3D}F2qNqe$tVM`L3=7L-=OsIKv%AhrlBTDE z^(c7r?oH}n;K6^us|VSW=*e3{5uqpFZaxrwuy1~E_PyCRzxUhE<#Lgr-F*G2bK4~3 zM-t2|I|U~j2;LG-T7(h>gkjy16pSS|LZS1VzI05T{4m)S zC-{uxyy!E3`X=u% zgPeBVHG4m*%npB@Pyas|WW*Hbsp9b1NBjLoc( o`L#%l%ikC89+bv8VwT=q{bF4FZI+D1V}kC)BIe3C3DYzG0Hbgv^Z)<= literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5de1d355afc0df4c23bd9fccc7e7d1fa10e7d8b GIT binary patch literal 5005 zcmb7IT}&L;6~6Pcvp+2C!UD^WjmO50SsRwfp>^yKuw-nq^Xa7=L>qAhU{mCDazpY2;??iBlYm-_3GcW}tBbm`qtW230 zLuEF`Qp&|RO8J-zD60u+cg)R@v7F{fdt+Y8^O`SR6RV-TOY^5|W3`kQw7PU47NERa z3#RL1_34IK1A|zkFsY}U168Tgc$XG+hXorgIB2w6o>Y@UG<@20T+Ixq#KAY#oJ z`x00<#*Ksh-eO|B;!=cG=m+h%enP7f~MydKZ^{xw5SGiF3AF|G4=KHp5!m=_rt3K&)GpaSQ z-7QV!l_}L!#Ph?Wy`!VU-Qt8XqfEnw#Dy`|#Izw#X^N=o;<;IC!qABm>joTaT2eLX zqNYSm^35Uv+lMX5v@qGl^gxr%8rbG300_z@KoD#TQYNG5vgsz>UKJFx3yxJSwiy7?kPBNQp_9fyco1y>MeeKV8y#!Gwy2d&`$SjtOW) zGqbjkpkF=Pu;rsi%WWNSEc_>^E~8QhIv82>v=kdV9wC?a(AA-0AarB?+Wbwt66joO zkKEqB+}^w3Sqn84j^>XR2J!>9x>iDmi|w5YLq-3tRe$G_zw_46NB&5u2Ig-xpkVm= z>{`p-Hv?}3Zu=JdhL&4SJwl$^wgrBzbRKwjS8v_@?HEKGf7!s)xxB8&NP+3?D3p_ZFLWZ@BrOuY`E7ZymHi ziLIbRY)%0x1y2wKCD$rD&I?hZU1&qA2^IU+5Nq`B? zB5p`au5xMTc#E8mmK1&d9ci9Y>dTkA8-U3O{HHGmjZxBv1}QNGt%jucpCjBvhd%G>LJ-Z(g3V(^OWH25rh@HIIe-KOs!@^I zL*_O-*#mD5F%CH!pgI(4AUpg8mdJK~33I&wi{bx5br}_d4Od;o4sp@bUaSe+82s_z zP3z71H|BrW_uk;UgNsK_ez@mkG2C95&(A+X^|gZw+}eR-_dAyl3@irsZ3w8Pqmawz zR>R#(;qJwr!R7FY1-?{=T6Ps){pqW>``&);SI=$2Y_a8hvE|T)i)(5w`B44-)!?C} z;GxCC&wmsgD0RZprKeDB!;Rr{N@J7*4C9g z$R8xBJq{}=w z_L4*Ye~4~X0`hB5BL3zca||H+4sTvHWx%c+BQsez5E%SSwtxGr zt$x&tgDYLf?sqSDomp;r0WL(S z?&`@>5H*Gi{rUb|+)8MFvAOl;$-KJ26+_KezeX?+Rv>eb%`P(fIH^uSbq7(a z(XVUzNh_&H=7w)T^%{D}vo6mg52`N~%qUBtoj9?~xezy&v zQ=xVxs`dEs3Ve!ev}cy5!^3_8J_;KdkmQ0 zg*Fno;4!F59K$dlqu|G=?qlSoOz0D|_Y)NU6dn5%9sUGG|Ax*!@U~qIuX@{-ylpq1 lUH0z3EIbqtTeGl#g$e(g)fnakQ$m!$2Vz?umYeAA{{!Jzs9pd7 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..efcd7e64e36d7b046cf642254a27ae31e962a2ca GIT binary patch literal 1860 zcmZ`)&ube;6rR;;Wl5IYq$DB!$;572Z?NPxB_%a+p`>;x6xAe@fDkOBosqrq?#yOp zWmQ21AAHEAXJ6Z%8u~xAKeaJx*`adsE-1%{B5L?3FzSY(^^Bhh%(`iy4EhvN^9a%GkD1h? zp6yz8?r&|_Mx6g5j6A`K4|;i9$bdw51&^fg-E?^>%R}R&2FfvFsBTbH&rqXo?!sx` z8})1fr9V1Nv&^Cvd^wh5Q?uYfr@+dCWhGXDnynHo9$EE#*R)IVrTffhu8w0zvKEt! zyG%W%MGS3=yChU?pF~XIXpdo+aOzPou^M^daO{R#LSia9+!us;d^gzyT(HMgM0_8H zaLe2V^v@fB~E z3&|YG9<@EmloNKNJ;7@-54V>EEi{#KT8k2hI44=umfX#OF>0D26TXvsAdXSbI?T|_ z*H+KyA!oD(^)g@?BeQ3MHDnf{UKT99L(+N{Sfe~aUBfm>2bSKIOruBed8lL2dD@#N?`-YhTOZ!E zF_8?1Oa@*Qfp;Wu^9;KxA#zAs%GH@@CfV4)ALEJK9o_;%D%1pLRs5w&PZ-iS5t2@- zaVkN8O0=a5p%HhV>_XP9j`Mi&yz;1yrsp6? zbsNMX8mywy^0R5XfBnX@((?0#)hF3s^RxZy8@gZaFRkf*zQ1@w_jCQX?>x!=mR~sm zUu0*uYuh!uppWGwV2%?P9S5Ro`&utK&Z9Q*hci=-Lxl^&1;)-sKzqHbS@79a*ytVoK z%G|($evm`>t-+Mm@@V$jw~N1AT^|&*SwvSC2Gd$Ap=-Bo|;pzk=#Ah=FMs V#_wqUFSPk@v0`k#L?9Bk{{WdD5Ig_? literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74a18c33fb7a1a7c03d379dad8293c7c236e13cf GIT binary patch literal 4963 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdd73a51438c71f365f619481935d6bd6dfe09aa GIT binary patch literal 5789 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 None: + object.__setattr__(self, "name", name) + object.__setattr__(self, "version", parse_version(version)) + object.__setattr__(self, "link", link) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {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 0000000000..fc5ec8d4aa --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,224 @@ +""" PEP 610 """ + +import json +import re +import urllib.parse +from dataclasses import dataclass +from typing import Any, ClassVar, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +@dataclass +class VcsInfo: + name: ClassVar = "vcs_info" + + vcs: str + commit_id: str + requested_revision: Optional[str] = None + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +@dataclass +class DirInfo: + name: ClassVar = "dir_info" + + editable: bool = False + + @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] + + +@dataclass +class DirectUrl: + url: str + info: InfoType + subdirectory: Optional[str] = None + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/.venv/Lib/site-packages/pip/_internal/models/format_control.py b/.venv/Lib/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000000..ccd11272c0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/models/index.py b/.venv/Lib/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000000..b94c32511f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/.venv/Lib/site-packages/pip/_internal/models/installation_report.py b/.venv/Lib/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000000..b9c6330df3 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/.venv/Lib/site-packages/pip/_internal/models/link.py b/.venv/Lib/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000000..2f41f2f6a0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/link.py @@ -0,0 +1,590 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash(self.url) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url == other.url + + def __lt__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url < other.url + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/.venv/Lib/site-packages/pip/_internal/models/scheme.py b/.venv/Lib/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000000..06a9a550e3 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,25 @@ +""" +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. +""" + +from dataclasses import dataclass + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +@dataclass(frozen=True) +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + platlib: str + purelib: str + headers: str + scripts: str + data: str 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 0000000000..ee7bc86229 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,127 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from dataclasses import dataclass +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__) + + +@dataclass(frozen=True) +class SearchScope: + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + find_links: List[str] + index_urls: List[str] + no_index: bool + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def 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 0000000000..e9b50aa517 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,53 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +# TODO: This needs Python 3.10's improved slots support for dataclasses +# to be converted into a dataclass. +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 0000000000..88925a9fd0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,121 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/.venv/Lib/site-packages/pip/_internal/models/wheel.py b/.venv/Lib/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000000..36d4d2e785 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,93 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" + +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/.venv/Lib/site-packages/pip/_internal/network/__init__.py b/.venv/Lib/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000000..b51bde91b2 --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b0ee828292032492468cd12fac47857fce900b7 GIT binary patch literal 263 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%0Dwc*o+q01K#%w5T`T_TF-jV8+p^) zl>%Y8v`cNL9P^fxCX&HMQG$21ceuftBDMw*BHa zP_7zh0S8nvVl>y8ExOS6E9ETM1nDMPyv=>&;h_2Rw-n7D2N<-LynkEHzb)_IpY!iu zmfnE@|8&-U`j?F1a61AUR<6#kSo}}Ce=2i+)qU|pg>x(T4nOkw=LWxF->{hKJb>+B zZ`R%Z$Q{hPcjVkVR^0=S{4M`jY(*=dNTi_nYFiighT|k>`qLBc6NgOi9xR zzG*X{GSZ|Fjg7|8wbKB4i4@hpyv==g$6Dj&`!CGDP-yJ9KQup7 zw3zA})=ick&p$XhZ{uBIZt$Ot7hRmez*rIt&?b_T33MnXVk2o>pmmHPC-XF1#T5&! z6D|!kKqkGya%=CPYrNZ?cP9m-f3-i$?kj91H*LQw%CkW$* zp6=O>Ort&tJ|rZO=8q@p`3cXU4hK)Ive){qTJF zW6tRaWlk3wTkoHrKfmZ-Y3y4vb@!ULwPX@LpYMGt*Zb5%?^6X|;KRUX(mvz^{kcH@lCTokn>kl- zH|O0QId{iG>__fx#U}LpQGoMp!UWb}5%k{m78(QVMoWEb(ZYe8b9RSwqmlD9lTkbG z-IDWeS)5t!dSiCQyDw|s$9DY8n?~6Mbe6oK+)9z_l$VkWA-h%dK(HqMC2hz91R5nL z0HGtsD7hJLl?SX$M=#_1ta;WlYfW1(qtvWz)}FTA*_5{52~^mO_2?*kDav#qZ6)ol zo+n7zTrulNJH$|h?B!5t!mKmx6x-8IHX6sQYu5c4eH+t`ioPA(X`NXRQi+Pbx-Mht^Euajc9UH{*c$i1rB&grf!~9O;#_ zl*`R}(w@&8gSBc59*n`3wv*#k$Tsuj8JtZ{T0D7%p`F}vK zBr1zbM@Woltb#mi9Vgm9x$p)wPCJOZsL`U0WRg9zX<+`w%=Whl4<>n7uN zXU@JQW6FFX+q4A&!seYh`=*S2Zd-vl0WY4-_8!nYfe*fOX4O4d@I#2`g_g6aHQ%^3 z*SK}bw9>dEEfU;B74&IGOY9n{zDe&TiiK$k%+|J@3wT>|TC) z)pz70E9Y*?w(eT4&$aH!wjL{V9mu&iXU@)zDQps?xR_yqLEvvqBg_f?YuZxPc!nRT0l=p4P`L--hFK=7%9U^t=(*<8+ zDf2pf|9l64cIz5Hg5ckxHFfgAnN{C&g_g~8o;9d(16glZR@EGp&Lkj0!JiC=He+Ew z1&11EO)%wOj~b1L5es%k2*LWbm)IcGc2cJILjU2o3yPYZQzv8 zTFLwEHd?>ak+uMmQ#Zb@6UGoXhf6K7o-(Z`>*Aavq6=;tsHwf8@Kct|80&)+L zjqnCEPTpXSz%_^|zz`Fy9X6$M-Ddh9kDPRhX9z+46rBM<1-MOnm(Q=Xp1A8F+%$KQ zt{8UbJND-~_AjSbI!=|a6x6zPO;Bkp+Oxr3%cBp>?|I(!#%qr+w&B#Um*DPTZ>P^7r3QUNubu& zo$%7?dpdK9Y+(!gbM9`S6;E@vu4{2DyXD{-TJ;4NznJaYSA?h5NduYz8+v$oAnQ7@ z;bJ+Y&zU>BFqZXh$=bIt29Eq7e@A1-FlmmMD27V@4H8UCiuI^{(z>#bhCqm2Q&0^K zWTi&`PGj19r@_djG*%7BMN=16Ffq6-rN^d`H`KU}NUt&|iYF5^w6Y!koyx6gi}+tL ze1(2`k&^2~;VSNCgMN-Blh{%i}&u@t$OEWwF(;KNi<>xaS9p4jVzMmaU<(- zrUB*iI|NN()P;Xu_m+J3v0V4D2d4LI@7h+n&%zHBVD-hho7i7}bH?A}N-yFjzv3`+6Mnqf_)h z5j5OEAM6Ie(?|Z&^Y1)=@HEW7%}e%WW42?@s(&wZr*^u}YU&iPpT7W$6){^(nQUzYWvJss>}~Mll2LT5PZzQ+5WuY1_W^*r?Vu!N#M z-}}(Ncg-Jo$<}M|EV(LG9cWStk@U6x zWguD7dh6+yc>~kW0{LFT`Z7LD;rsM94^(>Jl#)0ZM!Rohs7)_+DVn0ShSgz(#xl*yC?53*U4)qLA_R=cD)LkB% zLC>9b)`qpx+-J+(j(3&QYDygi{jf}`N6k%}N}RVXZB|q2iA3AIYPoW(t|Bxsc0H$A z-i}qkNv?g=R+%1wj%UpS4a?)(+g?)`ujTgO#%mbg@v9}qNoQE|K+|A=OM&sbhTk`k z#%Ek}$}AVub*0r*wHUvHk)fZ@ePuNmh5A0d{%ZtGE6Nm_;s=z+=+h#lh+P(cLO~k><~x`IZw_8Aazl2D z0?dRkJA>Ju5E;V*r7ZiE8*zn-yU1NFoSYzrNA|J1ToniwYE{&Okb+;Tpulxl9H7->G}zk}H^VtD=5IHDGOpb0mw2pHjX`#=|SuC@i~p{pCHHS^qB$5xdUhr~^viEMWD<+~2%x(-6pzHgtm7uvfD zo4boPuKUnBXYTftM18m?lCAw~x84~0-c8ophxIM@+vnT!^;>fFTNYD)a`TOwEA_iF zR$|_pGGxuRx)^M~YtP#|a`ui@dnY>d9)2~kaQ2%+OU9+Me>(Jzam91!ol}2#{@O3LB!rQZDZW4Z0eR^7+ZZsRuG>4w8v z-oG{Hhl&NZ-=*saz)skGd3zvd59IBgU}P6D-##cQGG2wXs3bLJY%wERWLW+bq6Ksz zKJl4KRb9gL=~BV8Y1$Mr&+LD(BoweKwdAHu`~;ncVB`v+A*unT=TH=dv*VdQ`J%u!{-7H`v1jDa=^!@zD zJ+fCX3%Hfh8DMy%oig$|VoQ=CH3b9blx%PF;cN zD_H57O=sZ$uc)nRd&MsnmD%Y<%%cq2a2SSeS@}_-8j^P#1!aeJl|Xe`(Wr)Op^-?{ zZY$!?QR^{2Uo@;rrOsA50)LG1j3Ct2=iOa7cURus|IkgpZsgdv=GwbqL0nS4hH}18 z#!~3r#_;k7F5ld6zNs(Q1bf@VrYDLvVfDH|6J_i1|}If{r1@ZkFLU z^HS5wFF(=dz_%PfGa`rzLqV*kBHsRhQjEVKH!DRC;-l1$C}3O#V2j4i7_3p|!cCTCT zt@zspkHx?6Op!yhWLu}G*zK}xgX4D5gqSMdTrl08T^L)GUP~+uXT7^~jwjbG_*QJU zS)Mm6_pWmk7aNXP0t+{b9HQktEPCg_I=vNd8LSr1qP@r=S{`K4JEzv^t?2VwjxBz% z$RVPej))#KZcwB^0BwF~pK{IfD+CBHQ}9&^E>n=9;A;qEH?*p-?hh!;D>1bAWx^{_ zktiMeZ8O=y)Xez3Gf5=+BioV^N~gw{&x3NA0S$FFHr+z_NkIVvUL(H>MIsPP11{4qeGF(nE;w*KD&bcMMG5>jsq01j zCLBA^om63vf?E_2=dU1u{gfiDgZL~3-4rZPz)oxR35Iuw@z|FR+FJ&Zu3yxw2x&II3!^0N< literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..925b285df1d5cac4b2f6f04f0435c737a01a16f5 GIT binary patch literal 6524 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 S&$5q6lD?SD{heSzOy{3GtlG{1 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8db06afc8ece0e4c4ae9b353b92493e4d4078abc GIT binary patch literal 8511 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02fd5d3eb7ec4831d8c2c98e38a4e5e4e86c8c60 GIT binary patch literal 11669 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72206aff4658b8c03cbf6d4e07d023ab302f7ad5 GIT binary patch literal 18891 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28b4c87f40dadef95fa6419c861924a48d51a51f GIT binary patch literal 2269 zcmb6aT}WG3_}stbCdS07iGQu$+W3>Yq%E$+{!kDT+o4#fNY^x5NOO;RHMz;oJ@F?* zkkW^=>p)+YLboC8#jPFmaZjbC4|~{)qD6ZtOc;gjEmj|->|x)%np%pZ?7;ng&i8lj zcfRjCzn7QW5v;Cno(%7}5c<<#O3Rc0vvmtV0SzG;$xH$znJ|-N!z^R)Y=TSjVcw*< zgpjm^EkN_KpfF)8X0V9GVYUwJu}!vI04!U>c3H%{Y?JN7yj*sh50_#4Fe5u)uN*sM z8)k92YzHZ4*bQ4`=WQYEoVNR1e*=$vtj-6OIMr>Ju!>2HrihQx#j99Lr&J9C?HRyy zGDXIFQmTsMR7t5JLQ*8_>W;^8n)*X(JS8jYh%PEJR;fa#b?fC&cQAByP(g@CI#0lv zZXuXvh&m8wjIeu40L;O+rNeFk@-f5Eck&z>V@rzrnDQn1;hvNnv7v)?$E+pYeJryN z_ae-&s^eh08CK>&Qo6ByV-#nn*ztOVh#(8&5T7)waC2(Y!P*ayY{{_ztsr;2=Vp(5 zfW8-I81;-S9BltyG|`N9)Qr}6ur|c8eLPx@A>|Zmb9d#K9C~CgW%3p?jgBEImZV-p z8kzr-TW&wM*U`NnC(#sl9ZfR6vH=}sg$y0`cV+F0mhyLXoj&V7rOd%qDBA$CE~zJ> zK>0{!ah;R0c4;_8qzp-%la$XP)1Wbk$pj`P4Wmqr$}-DT)WNNyYBZ+Cu~BO=Ev4$h z&1s4?-6CTsQLI-Esfs}aP1X#gmw^e*Xi-yvgK)$GfA8an4Up~}r8FJIM!iRq+6Xc7 zrWpk*Nz&Vq__@fChKUx5$w@_x^rlE`1WSY0LJ>GRkp8iBGVa$Vv7g4YaerqdFoD&H zNWXG3qA3*n)3NwCsA-Y3l0FetREmijOPo-5`|U)ADhVx+p4KZ!Own)@oJMy~OKRW< zO~zSX1DHkY?wZ+wSJp#w-a^NG$9I`kYfI72+0LxH>k2pKZ>+i7mfdZO))n{3JH15_ zReA~y^9^~+hSi>z*PM;Z&c;=%ccJQq)w|)UT5~lmyPB4q(t_);WpV0p_Nn)`_Gj%+ z>z5q;n;f#$fCqc|9KTi}EmugZw$_Et7q-@q7#0n~O%aKnS5EK3m%qxZ&YmT)2ew7e z&UO>3Xnup34-f2Eai6~1TjW6SRyzcL`a?qxhn{oZp5xqe9|Mq-!>(?Rk7m^IsHS9b z{QZexOp0UhZ9M_dhZvYJ=A;1b!!>4H>IW;w$jl?Q)Ehzc1ysfin`6Ia3k-wqi9DL- zpj+O}Bj}b^=D#BxFpF}`e!t{cjlB*Y-}(2Jy5|=TI*8A9UQ(cZq?knTR~f8PO)3rP zPoy+SO~CY(=qQ%t7>!A0MzlaLG>LP!`k}(1z*IWm<8_Y2CUuKOp-qyyvzt<)+{{qC z+YvCXV=^>=ky=sqU2kM1tM(@M#plUub6*6~$vh?S}hEAu=CX zbGI+M+t(eQVgMaJT0Dh3zAaSevA;p}w%UBC_$jKY{km`SG;llHXON@*4YGi-vvR%q zaG`&`f33P@xw>UxY^C~CKJ>Dx_GN{8y|U(RU(tqKRYd`G|Iu0?@GYkM2y?r&1O03e z58Jxyxo4Fukk6_u23^kq?Q`iCI-Q0$ix~ezj2qM&pa}y}$grFufl`VCNf;LijTrBg zUTbQU+BATtjOP!YL(Lo+#F&~o2T9dk(P&InQ!rQzX*8-=1+QEi=)ck(jP_g}8t97- zeijayJ*;!!j#L7s+whGu|vSwa^X>^9O2PLd~zy$=B$7 z@i;o{UmRPiKRav9SLfq%o%zu_jVtKvhDTaLRYgl36J+jp6_J4#c}P3p;yKiDag%Ff iYS*2fqKUn2Cf*R7`OKVrKe*(QmW89+0_YGQME@6lza#hn literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..221d78e1032ef2e93ed2409615360d777443d858 GIT binary patch literal 2953 zcmZuzO>7&-6`tk(^WT(3{aCUYTT;v>qTSXF4A*FyD2nCQRg6eQl7-OqiaU~)UM`uL zrT(xgjKDx?AV%N-h164Bpg>c&haP(>+Vt3q2^kf!aS#_p4!zNpgBtFoZ+5vx|h&FT3Vu(9-&2=n^v3o5+k~vGVePPoz~!k#^AE<3n8=+=vwuo2S;R zHmR3wYq2y>42RZh#4T9Wx{a&YaShk1Iq`q86|=>dpPGN~>a;#JGd=ag%d?k!alQe5 zMb6L9Vt1`Zu20n*2bbBJX+mlQX5v?^`W&VdhQP`a!=hMUsu7(+>;{FHsykN|S?m#Z)0{f|)RrW{UY>#Y_)Dw57P2xhZOD6RmSvd=3?l z_&GSlyFr?IDcXGdDygknCN3C-YtKpHwL>{9tXc+hJxIs3cmY~%u>uJz1-h?Vj)~Xx z2C;pahDr024M>=2xY)I-*p~=)8^oC{3t!6yyHNJq{}{y2xozb3CU1!zx(z_~_y{x{ za(inlQqQrcRMei@Q#>wOy(M@;B`BHRWT1FR@5SzS9INS zELYck362S<^Tj&cIrbGWLrtRP6#$s>|ByU8d@zCf|PL{bo&q?yQo@DpL)V7W^H zPkPxlDAje!w#1TLxbbYId|~0o6cf5&m{rSJc(X=~Wn7qhXLY#glcTd>!2ALfxvLfit+6IEH=334wnmgg~jjLHgiNH;?^4 zVoK4;hrxkf0P*w&dLkh;eM@dBgF7P+l!=G=k!|~qy_bKfm4E4z%e(nknu+$n$-RMM zYoOQ^K1{X;Pc((wseM?Dd|?F&hbT;yR}9CrA-_q2-)~^*>WejVgRqiHGytY2_An+vfdbK5+?EXg6_xtemQ>iSA8MZD@t$n*zZ33tcekau zMR-{ES=FlnR4o0J6h`hR`dTNDT?4cHB%pHk_ zD<>lDpf|Kg9(PCoH{$<&PAYc!7x^I%5zhd>(c|#@Xm32%pF6 zWy%U5V1Pi7Q8poWOJsBSIYru?V{z#&2q@7s$`0?0{hEJ}8EYwH?IZo$BX>r2+`I35 zV*dV(KaAbazS?3h7-JE%nM5)o8cON7t+Q&{d-}vxKyKi8xZ=%&Vad-VU z-mkpfzH|4J=bk>yjQlS^$=pY8-FmB?Jqw|?lXsGP+0(7;X)vD1 zLMq*fqg3ucoeZpbM%fkpS$r+?dO!NKU!5A|KRte7YLNfSpa^=Ad$X8eH0>Bw3^X0r z^=i#**i29A`uh#T?#{@%Zq~}WPEJES!V2CO7Hc&-U_io(kep+KsV*Uxv2E*mkt3`c zC?lHh2NyzEg$IIxiL%G*=}q)F784cN_GNCCd(2B>p*=Lx3Hlem8TPMD2mK>8^_2+o zonbU|{BdGL%somEbwubp63X>=WTq)-V63AuEsk>e4)f|HQ9N@$bE>6|{W}FVIUa4J zI7H5a?#m33Pz3M>2TxTgL^#8}pXw4md^ka|`BG^5lDkod6@*c0kOF@Y-iuQ2y(j@F zah-i2(GdTm|2y4%PDgXr)a$32d5oUkt;F7p}c`wSiZ z0=@Vp`tIlG+~?^0-}&qp!Yf}24+0k<0Dme>wV#(Y>Lw Ot)a7D!M8z}_x}Q{joXO; 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 0000000000..1a2606ed08 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,566 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info( + self, url: str, username: Optional[str] + ) -> Optional[AuthInfo]: ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode(), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + # Log the full exception (with stacktrace) at debug, so it'll only + # show up when running in verbose mode. + logger.debug("Keyring is skipped due to an exception", exc_info=True) + # Always log a shortened version of the exception. + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/.venv/Lib/site-packages/pip/_internal/network/cache.py b/.venv/Lib/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000000..4d0fb545dc --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/.venv/Lib/site-packages/pip/_internal/network/download.py b/.venv/Lib/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000000..5c3bce3d2f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/download.py @@ -0,0 +1,187 @@ +"""Download files with progress indicators. +""" + +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (512 * 1024): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py b/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000000..82ec50d510 --- /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, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/.venv/Lib/site-packages/pip/_internal/network/session.py b/.venv/Lib/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000000..1765b4f6bd --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/session.py @@ -0,0 +1,522 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import functools +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +@functools.lru_cache(maxsize=1) +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode()) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/.venv/Lib/site-packages/pip/_internal/network/utils.py b/.venv/Lib/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000000..bba4c265e8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,98 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import 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"} + +DOWNLOAD_CHUNK_SIZE = 256 * 1024 + + +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 = DOWNLOAD_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py b/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000000..22ec8d2f4a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/.venv/Lib/site-packages/pip/_internal/operations/__init__.py b/.venv/Lib/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c3e6765dea58a7bb13d3b224d8b0ee67b1e9155 GIT binary patch literal 206 zcmX@j%ge<81Qxyf(m?cM5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%1yS42`x@7Dvn7^ z$<54*amz1COixt^4tI@712c8A3UZTmi_24WOA?E-b&X^6%2M;nVtg`_Vu~|MQgsUw zle2+3iem~g3-seN^GZ^S@)C3O^9xdo5=%1k^NRK3fuflu@$q^EmA^P_a`RJ4b5iY! WSb?@P0&y{j@sXL4k+Fyw$N~UVp*d6l literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..612db1bfc62da369ab9790bdb44c7b2c8525c33c GIT binary patch literal 7162 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..789ada2b2f2614a5a408c4051dbaa5462678c336 GIT binary patch literal 10187 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..390ab235852083b1073425dbb0537acc6b40f51d GIT binary patch literal 25835 zcmb_^d2kz7er7lBlK=_uzM7{9@e*}dhjrMZ4$G1_wk02f$b&#YQv!{H(+yc7hn&ch znH|#OtSBcb$(c==&Sg1vmF3OUTB)r~Jdhkq+Pvz0vGC*-fQt3pO>YS??da z-|scL0a7h{QoBv!^?R@1+5O)4e%E_H@p@exu3f+OC*yyc;<*1x0qydaJZnETaoja7 z&V{)+A2%iWFwgF$u!-HxVKeULq$OnyTX{-jN!n8Ou$}p>Nk_^VcBWimSIQlBr#xW~ zi?=1csj6@l^V^fYlt1ieen+x8RTHjZerGa}3WkHJ+Hh^EE?k$Y57(y}!VRg$aAT?| z+{DtjlFg}>a0~OhldY+?a9gT9+|I(Dq>$f!Li%-@jQo7xxNm)alRpE?jeka{Hi z2#aq_KAJihKFIt{$TUnu-oyhR*|w~E8@HnAn% zE*^^u_;rYFnI`Vl2cf&UiE%jU}V9 zjDY2dX!d-_qF4?kVp+v;EGtUUvq@30oIqiU<13StH=0Ds>R2?LNhe~_WMW#3q@yVj zk)c%d1u;@taRe1dN)<;W@#_~7l9&?HStPDKrnX0nAF60+$gVUWLZVnUBTYRmB_E5* z=bui?7bYh&QdW#B9*Q`bkW?UF97-7k4mxgi5JCV>G2GLc$euHaJN2tUKEok&UcXdawu~#oy*MSjP;u-Nit$92jf7z31FAMjy)h{^dT*kv zc=2uIMEaZ>q^8hYOJ^g=%sC7!586AKj7~)+G0+s}d1Q)=CosYs=M!;}s#97dF&>R& zBhd?4JfkYsj~nl4F*T_V5!B$mke)=>SUCuqUyR9$8F>`%S?YHrt9D$mjk6D^_|)ix zoKfe3;*Xsdkzb9Di<7cqlf>)=DIK%YEGb*gxNHfbIBtg1&}!B?W1T2r zjh2n>v$h%AOZ#W|iOTXy31+w%n>LGga6E?+?3H;{|BPwIJY#vA>c_8{uUBqKW6eiqgNlyi4Y$L0an2~I5C-u4ayhA!E981VQ|}-p%=yU zi)T(G&YqDIS#glY8j{IpCKHpxz&2ncAaOV|39KY2k%vqD7@C|?nj(Y@rHJ^to=JPq zs=fHh-+^xsKt-5E%qoRYuL-*F4d+V}$`;uk*+`h`tJ*QEc z&t*4S@=oy4KJyRztOq%}VxifsIFgwd>zd+xQIyVR@EWFKrJ;xn9H&o>>j+d%4Wr30 z!%bLNu62$+h0HVN%cjSFW^?{6%7>T#8Abm2>|MX#h8+jy}*?g2r^5L7faVNQsI~yQ}CT^&zozfHGR7hsjT$j+LaifjC+bGWCsy znzS1p#aF^6Nz9^mc3(bTaMvxlJ9C!K zg2k7&)a5L73zvTHxf}6!&%bqkxo77GyO%6=A6ibXp#UyMj&^CEWNkZQu5lsUG;J7Jl6>XxKC=bM$S)4U)0mWno1z}SxM+l8A1kYoN2WuuRn33$%q!`ly z4|%C7`mH75TmuA7;J)#?+?UmwWcbaIi$>0dOB)Gso*FsBMfB%W9Q%qAAuPVaG29eq zDuHzu&65?^IjoK{Ype7aCBa%Ni^*}B8eaMy-biFJgB3H8PGlpI=^Eajv+@8uH&r(5-EXWe}QtP8hNsPv)B3hYZyhQFWYKEp3`^GYTV}c60RJiaE z7@f~%Cy5f0qImu_{A8M3SRg!{zjd+i*69`B!OM@`Y3p3FG=F3dtak3W8NYSn$Gyv) zPcAvye`;?l1pDWlh5F`s&!;x7tN+IKn+@-`zSp|kc_8O#pK~tk{m5Ni@YLizJvmR$ zVq(R!|cd4|V_*AW4qm7g)`A08Mk;WukZ zdoagKpB7p5Yu18+Q$1rcB#0~(ADC8dcFh35Dn77jdec!cD-h`@MALC0Q{qgLQv&;J zLLw^*G`K-`Sfn#3LUB@J^)o(?u=*{n>bKNCqeN&U{W2VxI=%7Jup;Qw#PRS&N_7&> zWv=Mr+Pl8sbId#M1RJi6T^*Zqep+!@P^6(CT;^;uimmnEWs zU2OWR&n;>U2w!f(Q+ix+lRL6LEjVMF(8MuX6z&*LwuzdGh>};U86>KWCVDi2mjVtD z3%EcFEV$fkM$ibB0YRICU`d3;xKLsx;zKSMecL@?mZK>)P(*o;@Tj1&Ekfq(1o*-M zA(Iw`%(!szd`1=pF?Cjq$HjOlxsbXbX9dQG4zR+gK(N_VgvOu>7Zb^(a8?wgXhIg_ zL&C9fA$wlbs!7NwbTT_NAfz*DNyNEJqF$WV+yOSoFQjQi6B{P56_1)$!5hg!Uo!E6 zC_FQIiW)8tpxuesdA+cUnF~qG6e*raN2LU23TqT=O9e|Aq6P?n%FIPHm}L&}jLsQ* zi)T<5aw)ci905tgs2RnFfOrWsH{LM=KszF6rm$JUP)uH&e)0?)%te87c)t6MZ+&CcQGeZX{rt_)hmO4k zU*L`}koR@vd|fNPo}8tpXrp8^-eo1*PNwT!+HEy_PxAs)e%@YbnV#HW7jX;2N8ra88c4DU74TavpQux z;Vq}pd~p*}m+HbyG)X}x+zEY7Yw0RWMLG)@QT)2NtUlwr!NTE*S*ok3F;LF0`QpU> z>NS>Eo{6BAqI@s+gxJ|B{vuamS1r>ojS{P`qXG?ACL05X_F^J)LB_1m5CapP#vZ0{ z_Ph|wNFugu<&lr<-lECrY$#JKsTI$5nvac3mWH`~aDINb8ngB@&hBjZ$k)B< zue(-twW<(&vJmXJYc*HbU{ZU1SB}jeTR_(Cj{@~YACi79)B5tm?&?Q(b3feu(7~Ce_fxC*^@Ux5dxI=WrorrUZ z&bS+K9{jxcRf(>+4|jjOdc19p8|ULS-}Z#v@qp-Iah7-x{Fs-8YfI^D@jAp+scA&t zxFueXu)h?xiq+Ht#5N$d=DyfQ#0KI`VleJUYqhk^h^>X(xfe3_I?==WP_C~PlID8$ zl-kAO#p-ceybbXUEWX_!mw=~@<(9J?9jK>CZ4-KIVRHNCQX47Uh373S+>N*8XL))M z*E+{t;=^rN<~J#Ur^>=g%nuTBOVf2FABnpwo-59hC@&$gl|-@2QjDg0Sz5#-NQhTu zq>5)!%AAAPoY;7Y36_+q(#pzUoCKQ}WXLBWIEs)INO2{j(^I7-jg~CMmlV%MV^a`T zLaqogiOLAZDj|`GA|jmDc3~|2CJ){U0ri^q&2Ya40!<^x2ok~imH>~DLtKRNvTFup zRis2>;h7yFow&>DaE*9}2AN2qlhWC0y`1$a^hIIDiS+sc0G^JEl!-hGLOMw|V@0T3 zqYI%by>vH1djDs@3Pg0+pYbA8ZbubDI>8c98UUGR1>OItWXUA z%fM}`EWPv%#7ooU48g&J(l?fxDCpFgGKq#enD4VBd@siiQ%=SX=#oY0n-upel)Q=t z!G&SUDv!Yab+EGkk6R~ow*NBCTiYGRD<7Gr~Njs5NpI+r0az8jqP`PZec~CX$m*P_1}&1;I3>9MCgUd)B+B1#X}|}`fJJi7n2Fx|K9m2v}_gk35}Sjh|}I8R5~CW;<_q`=ca5^wvB3;DO-t>wNGz*Ldv`dof(Kw$Y?J? z76RUrc+1kdMOs#Hp2YV8jA*@#4^4ZKDMo7^VnJzoM>EMJDL~brUFahTmGC(qn)W@- z62+nrr^JzV46wyGwFDZk1T=O|RnW0i(o=XM^^y}KXONr_9K{vOq(rcUC>!cPlnXs{ zIwmqPi}XE8CX+*}q0~dp*Wo}w$6%6*QS8VsLu{wG8O;i&8;TZb0gpD&pOEK)x-BVO z&@Co(pWb8$efK8}Vsgr`ui!3ocidH1cFpg~yPI#jn-@p(-4EaHez;KAGk0{gsrBC^ zZ)|&a*IT>t{rhtL`$`3!18-8TP|L8q4Jub3DB;M}2XDUa0E)!J!d2j#WX7gV(TMu{J6(0#w zFqV?47F9MDAJ*a3{)>PZjHvO%d`T5p8Ba4EpwY_GrA=O`0T!J9S(NoZ7YFEzPwc_rf+4J0M&*fW(bFIU3qpysCaYQbs zN0qojwsU1{ehlLALQ8+q&N(~pau%lx5?o5rpL6to=onOmu$9CF^^$&TFj0D-5LT|i zm!?!3t~mdWNn4U30x?`_jKn#Tt1NoeMhg_9#`z6KrEsm9=)9Tt&y!JYj zZ$KKzt}_^1Tr<4n87@|F{=k*lmuDAGz4`p_Jil7g_Ul7S9)W5IT$!GqzEL|j zz3dyl?K}8`eSdUd$#L)t#^^tyaSu|;LeQp9W6Ax}GW5}2 zDnlof%Vm^_RE&^jU?ex;EfpEvDQM2A@kVuZq3GPFq4M-Zd?RIM-&YNa!{)Z zVA92>k! zcZ4-Vw_btdK%+(?WR4bzW}*5O9+0XmT3{sCB1&I3h=UvRQOBqI42STBc2LT38o)20 zPz+!YB>ud+{kFTEsD%^rCkp=K%!~w(8Ejx0@V49THvQp~<%dk5zANY3Rq*)M%qG9< zGtT7ScgI_u_ioL3x8B_L{;v0SEqnJCttRKb`$sE{D~71AU_3sMDlkA74MD&(nJzz& zLQsuJ%Iu1f{S(${Lo6+;GJ#zBs3bXv(P%Uld~2;N(*d*Q3dxJvNVyf)Mcg|$VuZes zQL;iGzs?3MTaP!&u3vc&1EMoTT1t{E88JQ+BrVx+Y4psjt;`fbNoT~=ln|sM-7j8C zDKBH{2C^MmBW8HUR#~)g`EJzK2ehk{8*3kwhZ~uzSKcTwSGMV+M+ig&&7xCaY!NY6 zGfkwHBHO=q&T6$ePm2on=I0X5yw*!1vM&SqgiK)3DUzD2;7>= z#W21NVtrOck1UO&V~R;St60X!sJ5Cdfr?kFNwp$kycGi-yK0dI+cV^ozDt>%AnVjs zO|if#EnU(EkWB(JqGRlpVj-P?M8K>#r07LvtRm664@}b;FX<2IdAV}ZB`Ey3Qmr?K zai8fd_I@I1p`7p zusIjlyc`(7^G4U4_pXbps#zG!*L3G<1>u)yw)uz80 z_^W~CUC-WjKf7AfTkr=Kp1FSN^=Dsu_VqKbow>0u-~VW?|52c8psL8hxDTl8Z(VY< z-0MNrtVt>}_9JKYp*`k5-(x*&RyC^YBw-{RW>EWMyuk+%2Bh@^80f?S@{}&wV+;~< z{g=aQS-t_CVi`)ma9M|ptt>V+84;rz0RTwV$&(3Pa;3E!Dj8Uz0G@U6arub`W{f#A zkSR@&czDAVhk8frPuxZcW-U%GtIL+iL>Eg$%Z6+SYPB)lrw*9VeKul&DfhsDOp4np z^`7grnU3kf4KT%KjzIEhsQzIMz7dS}ozNexqmDr0^hnS`!uo(Hrb*}xvjWU0qM(#g znJjdmRN8d^mtz@;j{s&p^5=ZlKVh(O%vf)_6LEU+C1ZY=AHb%aiK}4LEl1(NLi}3lYHHcvJ!f6@35&IFHoeib>>HS~5Qw?w-38BXW|dHV<>dTH24dh? zeSs_I=g(hB&!?}STI^V^>Rx;@SG8%*Tr^pn4Xc6P#q5n!H@n{-d~a|$@W_(qk)N;n zHiJmRGnLj`YTS2AUh#~QMifL^NhA8BzPf`4xE~#8AMG&znZUzU8X?}vCYb%4ru|jf zr}cs!8p#Z2K4Cah*3z#x9W=t2S#yF&9{v#bd^_e98Pb;)Ym}*9vMTnmk`LpSepqj+Lat2RyLXb6uIawXgpcJHuiA%fl+$$IH z&gk8vOuT!}P+ksWPwfpMN1cV6vW9Ha`wx{2N@1b|lcKVgR#wfAgo`4CT4l}*%-Go} zow6EI?KGvYqB+xzT2VwT5!+2r0vICca}_h!WTcEL6qrK}7g z5>cMsY6wqXnCDLkoc<5$V!I529gF8b2(AQ<U~Dcyg_ki$hksJ8JGS5K@FEu83~h~wLsNyeSnA9s8Z&~ z81%%b1STH+0emv8x+;RG0Mb;__Zh(0^pFvFJUIP76L8!``Akv-LFA>EFU|W34oJ#{ zoCBMYRvbO6-umyI`IKvOKF(wEHnz?kgB4faC**v>l5gN<;Qfa88uB9tZ;u=-G`8j& zx91wS-#oS4xO>62+A>_glz!~$V})QtKG>5B_7s9m5QGkI%?};U4IN(EeE4pyyR~M) zS#09`jZ41nJ0p7*EP20>^P}=N8{TMmv*nGJ+x{Wc+|iR4cISlMx4M>v{R`egKv)V4 z6h?L|jIIQS3eA1@c2W~d4c!Z>D<9aF3v9bNdaHdoaO~bbdU}s_<1^-}=3#$$uxE6; z`Og}w$=z-p-G@z4`0@{+dp^VaB2m^M?ut2PI>*IK&%?-tW{=T4m-$!xGv=$NR{|Dp zmf6%}1^y08Z)i1tnWZ7bo-0W)+=K^sf6U45pyD8Yau1W!_; zbBIzyyFhgyrGco{xKty&A#8v^&K%LJf91Ot?i_8NB+6v#gWsc6196XTOr&Rr36<7Q z&?_Bip8+43dw* z0s{ylRqhkRD4H>V0XWFmrX-2R?9YQCLd{i;7bE{q)X0EB=>A*Z!RzKlIlt-AhC`^z5og>^%ta(pEr1BTK( z0oHiqrIDJfwbu0akV@E?hS@1}-XHrSFYSQb zu><9h=EH(f8YQ#V^lqdvXpM2p84C>|7`BU9CbntimG9X1S6a+KfbY=aXY6tA9bH(5 zMap;%{1M_G((;t=>UOB?ZY}0P??oHO_`>@9{QopF#*JJ2i_Q%B2=-nc%F>#`E(ir^ zecfVo#Jqn(u93FkQ3G87C9QlCdqjNEi#v)`%7+-5?AQ%`-MK zL!2?A?>6myeGB`lXKmlKT`X@cag0q*orZ!)RlJbp4ylV&>l*B+Vh4bf_J=?h%?#!Q zSm;T#-z2?B+eaoO&ZRRFi9bq)cVx((RmHDt3z)QSyGN<~q3O0!wzrFfx6HZ@o6bO_ zYQhU)x*qIHEDB9HHH^*^5n!MWd%WX zNQiN%*!{tDScGP($o4Avvg8n4GCD+Y;cZ|ilo-j3t3sL!c%(F_eJdSUQZhgyx=H#z z5}}f`hf!3FwqnE?(N-}0*F{WVaG}L>$Z2BXhQ& zx~msr`MSZ|b%PMzgMa)^34Oe z=7D_kNUnM02M@3K4}c+4Ik9|jb1t|!9~`+I906CRMlQzky*qQgJM+DJbG>`>y`#Ba za94*QnrUjgYWqapcvCc)YDeyxE!8y;EVZ=fn|J1#cP^NJ!%?Vjx_0U6r3K3!Vj#(O zYcY1?fVz7QHV8R)`--~*Oyd0G1#k70=jNZgemdVen8Uw!uxRpnYgSt~fm0-&5nE~D zTYu9z$ThFMt>&t$*aB`e-_Vz9=(`box8bdZT*KD6V;}iyaa=~;AIkYdH$p4^?W>Kg z*AqA6D~%7&J&yP6Dew75sG<4V%&RjwPuD8#{J*vBPxt@v{$=5D5>>TAi)j1`8=CVC zpCN^x+L!A`Zg%AAx998k=j!(_*FUmgK~=EawA_4g zX=wj~Iq&bt`8)Fd-kiU8#ozxaj5O*Boda(UzX4epgk+z9ZuR(>jH@l@X(Kfz>^xam zps!5Aua2CjW6f=2dlz9^6r6Ma{O+?n7lZ=9f;U;WsZa+#{N`aO5%;tfT7~O}7aMPE zztLMX^R-*o%;x%b!Tg15*Ks@d6T9%>*g|KW`?anFa|q3hBYvj znViyf2$0>yf&19>Oh)547Oix+m;j5cn22qfqza9e%(mK|x5oUfB3!NHj_=W!fcQn642Ra1FdF*Ow>TW)Bj zQK~gX0<789qj#i>h~J>DRO)54(twkn?l)R$9+3EZw9Nc7O2>gG6@t5*V}Oh)u+%JJ z*R-Rn6qvJ+Li6F5AHKdl-#naa9$sl4xfy#u`EQeVU;shZ<`xzFR!AREgMHCDvX|ul zMH62=1V$T5OsGFyWX?;L>1{c8+mgHYj;H36mbTZAzIOEW6R(}nc39s!^rt8P_~dfS z<4calRbMrkcrXLtw&4}u7Alu2Hs>4qa}E7VgZo!J2Uc79mO^`$TOOV}sXccsp8ODI znRd=Ua=$eifdhlB1{Jmp`83)7IK=rHsCJ%g;{x;tXM_;!p(= zgR2{1%G4(&lo##YaAD#bi1D>t%+P^orVW?Y8unZVfpVe}zhA4xpl+QX*5b;lM9}m4 zq^&TFpzZ1{<iNM z-ESB6D~QuA!vsyx7flNqu~|uL4^0o^WJG2~p=%OwP~u=^S^@SJT6o%1HmU&bG!hS? zJ*zBNm_7}jfE5f)M2W};LcyRRT}nrYr?MXdI=K%f1lm^s91fTu3smf9C*>$9G$<)_ z7eR@zOeN15`A%<9wZLY?^=lOT1{|DaH3{=KF`_k3rOFApl}25oTHa3p(`+2!DE&3% ze-NRq_}IRJNMc+)K|*HREZ6NZ_*>*(zsI0O6Gmzcsnm~7Z!vD;cT zmxX5-efddX5UNfXisb#BIe#ZSv{#3PyL0|-=IP1#dqCv{tL6?tN=bE5$%~e}ur()a zMQ!&&Xl-$T5rFpw%YM~t><6R#=mGPe9k3p9+7-9_LSho{GAd`%>m-=O?=x)tW&R5! zm>aMWwz)x|B}tT!ed9%v1Pyt<6i0Db5F`SIf49KJY*WsUwdkkQgSZnEenij7=YiC*sV!3!54Q`qU_iJ~i`C zmeQiQAw72lh8lnl8R>x+)AbcI3zQMjNkSher0F+LRZ>!=GcEK6;}{y8Cj%5>`#cDw zvgc81=@>qjhf`9{m?Ytj8n$ z+)BO6>i}t_;SN$MF@%@q({u$=3_+ z47--FE3dK8*phDy*9)E1rOb3rCjbd%4+HMbYN|T6?ueM@GM|;tVJ9_G>S*q#GIlI>E6z<(*ZDkK}U-yv0Pw~yxhC5X?MJw*>o>KS` zp6lrS)V>*&-RbII8rYxfI#9Gy5J}M|_5?4}Rkh}1v0an!BwStJDqVp?;9( zjfcx7aQ~otjc?MOne1b6CJ)0&-p2l+Z`2R$GUp42rK?aYgAG~IKOm+>8J zNZ~Y6*o~YHotFNQM%i(47~l92e2Sa)8L+`A$`UQTik(cxl8LjbshSPve*sA)D`jKj zowy5iJ~iW9+Mx)}tc_=YGwiThBpo8gQ&#Q$)fAXv?Bv=Zl3Hp9h0E$0y*;c9;}kOac_8 zZGD2YdXo5%#;~(vMbxuK1mlzy$A^$qg_$ek?BjLK(n{6NE+Jr42G*x3A2>Y3j=ND^ z?X+tKs2hu=)g3={pAi!bTQ`0`Hcp0U7ri7Y%=KQjQI; zP|cw-CMtY)Q>qPvP)$WAQ_;BYp%fbimYM?Rsl`;u$tJ3>kDL&tZZT@7b|xn?9^Lph z)B;t`g(~f*Vyf2{Lx# z$Uktq|ABk*WA5lZlY=*51?Ejyzj@QoYB+x1-*aOhb2~rgHh;_w{5^N%p2>^{4vydP zF?aZ5Ztut35R1BpsC^%ETkn~yylIVt^D|V2d`Q>vQ)kV>u4QM-Wn0na<98IC%|$cr zcLD%5+<|M}rlOsE4z8}L=p>(ut8Xs4$>-s0b!%Sob({Gy{(3ja6x?rgsrOr@J7Fos zBfZIe&t&6)`y9DzW<(U#hz71}Q=z@Wiy`MLUIX zzE|zSGq4yfQew2n=2~-;Z!7l%e;SKHE#FZpqNC8(yC}bwqT)IVdk=l^Om6Q97Pw<| zVlm`9ihD{Gd;54l%Z2-$s_LQ@cU0^Hu9FWZ1qO;v^0~CexGCh(8$$(P&9_y}#b5f` znvX(X<5Bph&St)mm5lox5DZq_>CKipVW*&jYY~c+kh)Vf7klaXH8(={_8xZdkMo~# J?8Zja{{)3>QA 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d6ced87f85633e4d40e57f8f4317f8d92e865c1 GIT binary patch literal 1889 zcmZ`)-D_M$6rZ^tdv`Z`^U;(vkZLZrCa$m>OIs_Yt-6|~Vr@&dMY=3pZgwWwo7^vE z?q-{?(IP%rP>WCc;6q=f{R8{}p?NC!l9EEpMWG;l@GUWsNPO|k-Mt%I>V(XkGv~~? zzd7eOXMfT4EQ0aI7eCK_sUq~dP?C}E2wQa!zD5L95Wz%pa0SCEJCZ9`WGwa+M{(7P z8q2Daa>mQ`g*=XiN)6i~C9AeT zJ#xJ62pcYRyqF>zAn;ylXRB3w^c}Wo85@lX{DhHq(X{X#}om zJ3LA;8a9|$lRNnqiw6Hf-aw)WzrGKi$aUxEhe`ivg-CJ~;8a(*DO?yW85 z<8Hh%I)uWQpTd3^v3)CAs3*QH=}s4MOZ!A3sTJ)bt%;lHntT;C@gZ~saom(Jx(fHf z=<|#JvtMrS=e1?0Q)p_q2?ZP6_U1sX)h*BFE;k6}HQ*g3hV2=bCNCMskDMrGvj&Xm zxQ^Ti>olP*xOGF3gbu~nd%4f`31wa(akvb8R2FQHME!G)KLe~>GF{69LXqV|mlzE! z*2dC#9j^pSK-YPoSTXcnCl9pi3xHg3!0d4ALO#R9GmezN3hPW%JsRL$nwxDBM@A4w zr)C1hgokFfIoqsL>M+40mJ-J$pGV5PZ+rPP6Z~MJK&(fY`ntzMH-Otlx$cJ0Qk}2m z#M8CCS>F`9Div>y3zQ;0NKQZ&%%HhWoM z2LY7eDE|?r>u9?d9XPy}KY8!+gQ4l`7atG4^l)(e{^0oa^N%z8Hc>_`tnYT*Y)BiQZi+{A<23fKN=l-I68HIbn0Giee}v#xgAy5c6#Cv zLnzmK^Tdr4H&5L-^-b=Uv)*%bO*#7awubgk{E09e|8=PNee=Q4)V(Wf{nP(!$YO7I zM~mafU)gPk+K4gj@;3qgw=a~&Z(&1g72eDR_Vlhn`_$po;Fu&%p%g#CTJ}SlLP;oPC1MJVD2HBpFM8r4gROzoFMR gQbYLIqrTA%S*)+V)n4Df5U-Eb^tKB7>}3e{FNNm`I{*Lx literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49b503dbc82e36516353a0391d1cd803a0379238 GIT binary patch literal 1923 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 XceD*jB~dK9T>k9RlN5050C@NZn5ncg literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f07e7c4d7ac6142e4b0bc1a53452bee42d792118 GIT binary patch literal 2031 zcmZuyUu+ab7@ys}-MhWpJ7~EA{mX{7;9+~kfTfmd;vtQH5D+wm%i(43cG~W-w|ma) z^|t;uyB2nJM1gnW-A4p3#aIu%*9l+ZT>$riqCgWBa!aN)2lgu5^;B zWnq%98O~ImRt%3QV@kD2?1n6@jNNd-f5dGqV@K09N6YI5!9~X=bysw7xuUxg!A_M} z#gK2gH-}*s;9L0~{JD-A{3ZTPbeWTpvmsPs=Uax(H-uZf&*YE;(f5ZgG|(4F4}B>F z@tF-ZxDwN{Wi#EXbSG6E@iiwKYnp}~JG2AXC?8S=<}0S9z%4{kjxPo=itbaQP8 zA8)*P7WE>>LlHagLnJjTJ>_|P^H#9ar3Pw9x7K6Ap>tr-tn`tz)vh{N$@n#{hAs-{ zP>t(FFCfa*cy@<_-{&6$d?yjS4i>b7PXUQa&$1xgK%4%bL-h>}smRP#4^gUZVf77* zIsm6L_`@n7p^Pm@tujEV&J7>;nLXp0VPf5X?SE$U(^SlrOnY(?>QU5jp*l$< zFv4x2)xvtb@_t>q2~TA{Fo>{na79drOE)F`+q4FB?{F+$PWo)U)p&&p`xXJ6Nie zi-WX=2OW)G7(A3qPh)F3cfu&-sNvwj3N#B4qq&Mv8Oj@$g9$XGA-jT!mnk~rc{Jpk z5crj@)ZL`->VFSN2NNp|8#}NVI`H@EE|lE! z7=`0q54Z2Uu3S@^Jl8hzD7kw%*|sW+Ev+jG+THb}lj&i~{%I;8yY?i$!C37=O50<^ zKjp*lx1oEHmw(!}qbUM=jlKgee>R*sioWAAL&EJHua5F}S|dQ;8I>~w;)1X%vtL~3 z2*Ke(592TF7a4y*V4NW_GZJ1n9A^BZdyaJrKXh?0rxI?MVGm$Qc7Os`a_Z3cCkg92 zZYQKIorjd_Hi4w9*GitDniAICeFXM+VnKG(RmU)CdK0}qoaIUEobXW|$$Mza=LzdN zu0S2)W%ety0yK0cnARd=Wm~VB_!ZIzB>NMj=V59J9LGICi3dpj8Fl`S-uexVKaxAH z?7A;^EXf@=M()aemmtM^x#yRo@umRlqj+yqgcb7M-qj4VT?8rHnljr(k(9Vn{N(&< K3@FkI8vX^B@C=9m literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d41f7b93247d7e5188cafad831a16a7295e22caa GIT binary patch literal 3866 zcmb_fOKcm*8J^{Gm%GcSNKp?uan{zuVr9|qmuk4MYCCA7%4m(Ch^l~~xGRbBl1t1i zO^cukwar07Q&>J(Kwv-y3RH!C@UguVNUjA6sS@Dr)`e9x0h-%37U06C{xi#mEF?K~ zsGa%$nSb8@_x+xkIjgh{E>gMLsMEUL1+oVchFYwdd`HjF!YEsn+VuN;fu9;ceJE9)JuA^ zS42xdufzhE?);K2XCm!${Nn{;InvFtRWM6ABh5J>v#gi0q+BSKbPT#$%-z|o_{spoJ$ZDJ-LUq(U(M6xe)qS79jXmTS`8r1ebzb9Z zVT3^AZy~ES-n_uZd?S0@&@8c8Jufw-c6s|6LYR*0Z;xB&=E18DCe7De7ZK{5=4198 z^aSk_^w87Uy3%6p*bR0_YU3c(LdiQdxCs>`)i7sg3#HjiE%ANt7*#m#N>MLaWK@04 zDYedKy?2D8>V#R+YsU`O{;WcDb!6m@j;BqKEK?~zfP z*7cbgJ#Q86=;Qhw-EabpMLEK?>tpY~>qvS@Bh`X6m-b^B`eF*Y_DyR#$vb{aziSac zG^mhXSM#G&?-L!9shn0Ul&0Vma!;VJVAmjy%$JM#5mMDhtQ@&La%L)XM=#x( z8ZS&wk%Fav?W~v!w@rcWfVL7EIPOq z9bC6|qQ~t}YE9b;9bKNFw(-98iOs$3;^UCU;>aK!wf1u1{I+$ShNpIb-wO@+yDx5S;3;$#nODBDYeVG z&~$SSE$|k-c$V6*)cg!IBaIn_Is%A_4~515+q@Q|cRKAny}bizzDe=>>g!w`NS9J? zbFa5hTB=?72_qiWn$y*C&YGhDp)zwH03}oC>4S6P1(o@h3Ks#eF!4gBmKtXs)@U$i z8XYNuYY8=v^_-<^YROb*3WiQH%EXtH#%h;ZO+^y}D(7+~72wOPGRh6GWf!jw<>yS3 z01rS5CRTb>#XxQd)9Xr0jz~-l<1;VD5vX$l)f_H?y~D#0j?W~HpKi5w)F<{(;;y`HHMEof()P&N8!ZkxnKWi z>H6P-F+291jk6m=o2PGVM&4cKZ7H}D?O&gIdSyF0wk3@%^UtNoy~s*rmF!4|>}cZi zfUe4**%>zkm?T|zJ_V+ai)g)k$1`l!Q19WiC1-Xju@*kio z*N09a!c~3Lii6*R?A51(wU5Ur`!g(6N;Fmg`WhiatuP=_bRYG6`e*~TjfYD{QK;*C zj6hm+(4c}Dl~nTdeKS)r437z{jCvD>!_@-OkE`AjhOjuCVI!q^d<>2Q4?*TcAskwT z5(`q);c5xCRElkH2F4jdb%?nrgsgO}_gcG4n{-Ci0a80uUa;oisn9f5_dU#D+60}E z&sQ}k(0I%_f{w9?Yj54i0lR44&flDTfJ~%?Z)Avc5L4&J)Gs`)5j1_eGK*=5aOCTE z^EyM0BhC~`1u};-)KI030RtY5uw_OW>5xY~1GIUNX00>AX=<%_p_{%goe*7p7D6C_ zn2$$jv*^8d*gBiG6wHJM0(yVVJ@aj$^(%7E z^JKprOWALa+MS2(o_AoNuE_F@y)M*|c%a-@*3NCmjw}n$lPB$Xx1CJc9Z9>l&pvcy zFDP~?%L>dGOT9V)!~ciQ@!!2p6zly8@p6wHO5B@RnOM896Y6^&ir*Vw8Q<)^@Q2Qw z&=ot;{pt`{vt_xRVEp=3vZ=o&^co&@kDcfL7`=MY_o*}p;-?o+j-3%c8{$Cz>@-K^ zGdz{g3uE64q&sm8IynK8WEj({R1>WQxQkg#84puhb5igG%e0ZRG@OkvFLCHtI`a?o;}_`WuAEx#ekP~3 z?Fvx3A`<170V)mkaL4Unbd_JZa*An-C;L22kS8LB2fB%vjq#8Uqqi&c=k;agFQP9{){14ol-829I literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py b/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000000..0ed8dd2359 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,138 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Type, Union + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = f"{req.link} is already being built: {contents}" + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/.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 0000000000..c66ac354de --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py b/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000000..27c69f0d1e --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/.venv/Lib/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 0000000000..c01dd1c678 --- /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.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + f"More than one .egg-info directory found in {directory}" + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py b/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000000..064811ad11 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py b/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000000..719d69dd80 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/.venv/Lib/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 0000000000..3ee2a7058d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = f"Legacy build of wheel for {name!r} created no files.\n" + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + f"Legacy build of wheel for {name!r} created more than one file.\n" + f"Filenames (choosing first): {names}\n" + ) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/.venv/Lib/site-packages/pip/_internal/operations/check.py b/.venv/Lib/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000000..4b6fbc4c37 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,181 @@ +"""Validation of dependencies of packages +""" + +import logging +from contextlib import suppress +from email.parser import Parser +from functools import reduce +from typing import ( + Callable, + Dict, + FrozenSet, + Generator, + Iterable, + List, + NamedTuple, + Optional, + Set, + Tuple, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.tags import Tag, parse_tag +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: Version + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, Version, 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 dependencies of %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def check_unsupported( + packages: Iterable[BaseDistribution], + supported_tags: Iterable[Tag], +) -> Generator[BaseDistribution, None, None]: + for p in packages: + with suppress(FileNotFoundError): + wheel_file = p.read_text("WHEEL") + wheel_tags: FrozenSet[Tag] = reduce( + frozenset.union, + map(parse_tag, Parser().parsestr(wheel_file).get_all("Tag", [])), + frozenset(), + ) + if wheel_tags.isdisjoint(supported_tags): + yield p + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/.venv/Lib/site-packages/pip/_internal/operations/freeze.py b/.venv/Lib/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000000..bb1039fb77 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,258 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + try: + dist_version = dist.version + except InvalidVersion: + # legacy version + return f"{dist.raw_name}==={dist.raw_version}" + else: + return f"{dist.raw_name}=={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py b/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000000..24d6a5dd31 --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2294eddf77862fc121aae7d01af806110cc743b4 GIT binary patch literal 275 zcmXv}K}th06ijN-Qs^DBEtvlo-IOBkbR}*?1PO%r^ID$GPeNW=sdsSg8N7rS@CI(Z zfY@DE=4(5fH^V%JnUB$E$O@(}@AFByU!6FB@5y#h$Sbq#o^ANJ_k4O8l4yfnIUte1 znG9CsAkb4b&Y@q3Xqu&209C{5G5wzmGWQKRwR-sbAzTHm6dV literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9f360fa2e360ee765d20222c1821324ba02ecc0 GIT binary patch literal 1828 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%0A6UC_&SKs8z=T8$ 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 None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py b/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000000..aef42aa9ee --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,741 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Protocol, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import StreamWrapper, 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: + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points. + # Currently, 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. As a workaround, we + # override the versioned entry points in the wheel and generate the + # correct ones. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # 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() + + # optimization: the file is created by open(), + # skip the decompression when there is 0 bytes to decompress. + with open(self.dest_path, "wb") as dest: + if zipinfo.file_size > 0: + with self._zip_file.open(zipinfo) as f: + blocksize = min(zipinfo.file_size, 1024 * 1024) + shutil.copyfileobj(f, dest, blocksize) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( # noqa: C901, PLR0915 function is too long + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + f"Unexpected file in {wheel_path}: {record_path!r}. .data directory" + " contents should be named like: '/'." + ) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + f"Unknown scheme key used in {wheel_path}: {scheme_key} " + f"(for file {record_path!r}). .data directory contents " + f"should be in subdirectories named with a valid scheme " + f"key ({valid_scheme_keys})" + ) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + existing_parents = set() + for file in files: + # 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(file.dest_path) + if parent_dir not in existing_parents: + ensure_dir(parent_dir) + existing_parents.add(parent_dir) + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with contextlib.redirect_stdout( + StreamWrapper.from_stream(sys.stdout) + ) as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/operations/prepare.py b/.venv/Lib/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000000..e6aa344720 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,732 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from dataclasses import dataclass +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +@dataclass +class File: + path: str + content_type: Optional[str] = None + + def __post_init__(self) -> None: + if self.content_type is None: + self.content_type = mimetypes.guess_type(self.path)[0] + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/.venv/Lib/site-packages/pip/_internal/pyproject.py b/.venv/Lib/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000000..2a9cad4803 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,185 @@ +import importlib.util +import os +import sys +from collections import namedtuple +from typing import Any, List, Optional + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib + +from pip._vendor.packaging.requirements import InvalidRequirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) +from pip._internal.utils.packaging import get_requirement + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomllib.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + get_requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/.venv/Lib/site-packages/pip/_internal/req/__init__.py b/.venv/Lib/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000000..422d851d72 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,90 @@ +import collections +import logging +from dataclasses import dataclass +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class InstallationResult: + name: str + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a17cd2f2f37a7340ccd69d2cdded001a33ee1be9 GIT binary patch literal 3483 zcmahMTWk~A_0EjPp7Gm`orJ`Jfsjp{kOUU7?D8m!#B&R*L|9d8Wi^_3u9Gq28SkAj zA*rKAh)U3h2wJHiRsCrDLj{%gvtJe6hg7vcHVKL~3o5I2rS6|YkZ9>o&z*RZY}##) zGxwfz@44rmd+&MW&yh$F0lfLs-xodr?5~vYpsj_hzRe(X2dPM9bd+1`nH&Q&tFt98 z$1!w_(|sjA$Cvy$e<_d)l!Tm65_6(E=hK6wP%Z>Guln_HDUyr0ctDSqV!4=$3wpei z$R!vwiB$1dOfJbH%oJbql-cNU>OSa0A(sXoP7OW?c_S=3jnwdUq(<(uYdrVYI+SZy zqu7sQ+kjSMn8zaSz_9}B(u~R!IEoc~YW%t{*SU!|fd$;*awTz~g|)3?sdX%kx2f&$ zb-)*co!VV_NwpK?bxyM%c}F~r4NMf-+^`&VnYuvJPAeTkQno4#J39 zM2>wAUIhD8<_L_=uvu2WGF$~jorC7538?;LIe^tmI8h_8i#2Q!Bl4gvbGKn&YrLpgw951-&aIsv< z4_niC*jB8|!~4fa;9ytA&uJ6mmS*GOvXZ|HE3EOdRvwi#!^Q;eeiTkVDg&w6vOH3r zAqm*bZQ22`0?_;rJqt#zpC$B}-5Dngi`L)3@e^!Uh>>sEDsUm>gRd99)dDo%MGV|q z6`epI3?MYeRGA`-ZUrm&4)|S_`8oOp>)Gpm9fmC$jj-u#c8@z4fmD4Dc<(H8VbxE6 z8|s+Oc&s+EsOAa@Tgz=VC7c*tKt|q^gd)U(=3DD2hD(U>MHj>nr3>D zo$(~@MnrP8&ir?+tvF~+9cc?}XnhS$BTw!(_oF(j&18kyN>Bo51%C-&!DPms(u_$- zGbDQoOKx13bVxKKL6>#FHl+zHHr#;n7Aoe(UVbvkS#L=52Gay?-%0@Pg;WU^9pkZS!aUCbs=J zvw|}G;YQ!+a^Hb^-+{%xgU?a7c(@+kdE?B&AqNsKX#!2`>K$LfQ}{&=Z2cx-X-VlCDGlA|+CcOLRd|4=R7+w>(O`x^1? z<#=yB-rGp+YHaJFf89G9*`tkJqmAwT%@|7Teu0EUa%DS8_1`pW$ zPmMfI?R^$bFNZVraAv7z^kZSM=dH)#Ln{YC;g=j7qj>~{(=}h}<$;a;{{=Ud>UoZQ zk@hd!Uc2}G<vXlFyx9x-! z_~eZc;GeRcC-(S0?K%wjXA*xR8~Us-K=D1lh9m6XgVS^RuY=@oNg#>M%GK4k&3P9)<{dTC8# z!}VIdL<@>n!jZL#?>po)kTl|25JXXvV;JTOl>7okpQ4?AK}R2>qhF!dzd{2~(a=-W z``pKe*!e&+ih|uYI+n$*y4ZF1%|&tdynn@y*wDi6C8pyg%P>)}9wxfVA-1#Wk^;|U z8p-xrN4B0EY;r(74mYI=bIr)g;Dp8W`trBTYR5L-b TB=QGq!Aza+dC>;6dq@8UGKNdi literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..99754eb0ee49a697df4bcf7f23f8e31fd7fc6531 GIT binary patch literal 21247 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 SR1VaYXp^=6z6~+Pto|<|ADD0e literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d05748f122092d75bf44ba3234b358133c637dbb GIT binary patch literal 21481 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 Txcp67)0zFk-)wJsUJ(8-1f*K4 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0664b5b1789fdd7cb1fda20937b7181e74bbf91 GIT binary patch literal 38460 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%0A&T4T*EwUHZF=b)2v@Pz#W%8CbB{^&m)5}5L z#Q_TPYC&El$ZC1fKw^Q-i$)Y)q3TI!&b zU0TAfPs-~o?Mvsf9DW`=w@N?Roh9gn-AjjV53X{sW}7`0SEjBpYogyCul#%9F#COM zcdlCCzxte^(&AX{b6d7$JK8PV?juY5JP5ARPZnTb?zOf>)WD=Q88+%M)}ecr&{ZZ2 zPR^S7F4GM87+qlOJ}Kn52<~~ zthRa-vAe=jy4urY>CfW2N4fas#dgZ5S<9$7>vUQi$@-pE4!^67E=y^)hih!j@SUI7 zD=npuD{HbA{IX3TYbBeFt8dOy7}|>oS4_4(4DbVV6n@@AN6~QGkkx8OndO)P89w#2 z;S*D>r5(pwvg~&|j`zX+*j|}GzQHM5=c7+V+`<4`)Ciq2G6a&27{!pOjlkD&RIkgy&*Z#1S}o2W#K2tw>#qT zay_~ccd+8t#~Fj*%4t**ZHI@FtZ&=$=sN=hg7#6Ffwukp1nq8X9-$|0B-D>_uw40Zc`-3?Sm(6ym!@ha^i#=#6cn^0xbiC?0bEwYKxh$ z#fiY!82GPHu}A(?7TqEr(olI>o1f(Y^#ujVhe88Wv7QKBD~PUU0+J*afwC6*m5;f{ zqC*o>vI3I;85LclI^4w6DnVSZGvcJjq>PR~K8-F3A=gR5N{NRG<;ha_jU$=jQhK;D zQ+{OLnz1|IXnegfQ+`yo*S}t$DaY}*zqFRF*vhkJbJ=FXG)D}$-4e$EepTZHTGq%p zD{hRk^&(l7Cp5r~34H?()XB~@>QmafAyu}u2hE^%$Ejiqs32nAL!?j!k%B4jEky89 zasw3W2$V+OtTC^JINgF9gwznUSHzJ8VSnyuSx|?=6F18_;i^MIQ47AHCQjP$ zwkg8s3cj}#H=TvSX&C#cR3ghSlu>2`RAO6yKlAOEeVM{=f4{6xr1@cW=CKFDXT1;@ z)MD`y$-j>N70zHFFns4|(4HsbJQ>fyNSr%{mCMw(*c0y;@I<;WJ-8Q8ZLg{(P3s%l z4!+b) z>u2-`DNq2rJ8f$QQ$B6mlCo|2z_u-0!!>PY^VoA)2%vPyO3$kUbjb=5o2j3+l0h?C z*iJFGZcKR8Wi>R-*cxyH}ny(DoBZDk+envQ)b^O6dAn zXp&e=qI_jUjZQWyms=Ewvm#Zm%|Sg5D-(Y8R8RvMbX-!YvQ{BAu9se!VP`3&mV(^q z#RAcrB)Uop1E6B1e}nfI$EQ%gh@ZgMQZB_Jq_xllOKWp!wiN6tZ8yX=BwsadZYxpy{&ZIn@?UL-nCN2k<;?NlJ`&H4q(r=SSd?4UTh z1?JRX<@;32))ok@cv+#|4kY3v;2!wn#6glb1x5`p&JZC|!kZMp_6>s41&oj^YmHv{m|B@^DCFl4hR}AMzT*F6P?O$+b)7;r*?(Bc$ zwtU3x{fOJc{%`$=d-@}8=>Oo3{{?sIBhLG|(PA*Jaxi}7gt+q~ZpTMl&qv(hkGSW5 zWi-OKh#8#WfZ;E=lOJ*WKH_$M#Pxq}v>S|{b1=XpX}};L)jvjlK5GQ zC;Ns{UHh5i7ZvP>QT+(ZmX{f}XG$uvCj35jlqT_PrUT3!xPU$tIX<((#`d27AH&p2 A=l}o! literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8afbd554c2cbc4bd2a6a73a9acbd12b548f72c80 GIT binary patch literal 5478 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 eu;r^ieNz7g17CHQBmdKjmS)~_kAuf1mi literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/req/constructors.py b/.venv/Lib/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000000..d73236e05c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,560 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import copy +import logging +import os +import re +from dataclasses import dataclass +from typing import Collection, Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return get_requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + f"Could not detect requirement name for '{editable_req}', " + "please specify one with #egg=your_package_name" + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + get_requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +@dataclass(frozen=True) +class RequirementParts: + requirement: Optional[Requirement] + link: Optional[Link] + markers: Optional[Marker] + extras: Set[str] + + +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] = get_requirement(name) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {name!r}: {exc}") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + return get_requirement(req_as_string) + except InvalidRequirement as exc: + 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}: {exc}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {req_string!r}: {exc}") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/.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 0000000000..53ad8674cd --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,551 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + NoReturn, + 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.utils.encoding import auto_decode + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: "PipSession", + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional["PipSession"] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional["PipSession"] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: "PipSession", + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: "PipSession") -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = urllib.parse.urlsplit(url).scheme + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + # Delay importing heavy network modules until absolutely necessary. + from pip._internal.network.utils import raise_for_status + + 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 0000000000..834bc51335 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,934 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__} object: " + f"{str(self)} editable={self.editable!r}>" + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.cached_property + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = get_requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = get_requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + deprecated( + reason=( + f"Legacy editable install of {self} (setup.py develop) " + "is deprecated." + ), + replacement=( + "to add a pyproject.toml or enable --use-pep517, " + "and use setuptools >= 64. " + "If the resulting installation is not behaving as expected, " + "try using --config-settings editable_mode=compat. " + "Please consult the setuptools documentation for more information" + ), + gone_in="25.0", + issue=11457, + ) + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="25.0", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/.venv/Lib/site-packages/pip/_internal/req/req_set.py b/.venv/Lib/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000000..ec7a6e07a2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] diff --git a/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py b/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000000..26df20844b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import LegacyDistutilsInstall, UninstallMissingRecord +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises an error, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + raise UninstallMissingRecord(distribution=dist) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.raw_version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise LegacyDistutilsInstall(distribution=dist) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py b/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2135b8c688a92c83bf52ba0c58675a1dba6e73f GIT binary patch literal 206 zcmX@j%ge<81Qxyf(m?cM5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%1yS42`x@7Dvn7^ z$<54*amz1COixt^4tI@712c8A3UZTmi_24WOA?E-b&X^6%2M;nVtg`_Vu~|MQgsUw zle2+3iem~g3-seN^GZ^S@)C3Oi&Bg8b4p7x^YirMfuflu@$q^EmA^P_a`RJ4b5iY! WSb?@P0&y{j@sXL4k+Fyw$N~UY^*Lk! literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3ae6241f5e1892e679f45a3533f26ef8a0eb779 GIT binary patch literal 1194 zcma)5OKTKC5bmDW&Tbx}(P)H()gafJue)o$s_K3}GE!kUF1>lzyrnVr zg`C}C3_#CCu+9P&@QB6S;j!juvF_-cI4v?_(=iLIM^;>NN}K@)8+0%y@Z^dHW>X{N zlr?sX1;#5Dm~ZiKG@QzsRV#fXSksk#-H#%FIRa(e4P~zEds!Z)i67OtI&?dcIW9kd zRy!0BLy{vqy2pJ8d4mG&4r>5kFoy@s(E^Ur3=$Nev_J=|X`v{?DFr52=nqz# zMqnXpua#=H8ouUBcmOhuIv`Y8q-pL6Xh}8Rcmj=8Pqwox6*&anvnK$NRF;6eEs}=5 zs|IJvnf%^3nst_QoQm;wFu&v*d})KLv86P>9cNLIB?LEwNClS1kPtNmbxaJQkrb<1 zt^Nudm)%DagmnEN4ioogD*P3wK74$`Z5FWpG>aQ``3&m0FIVdq+_?@U9rtdy?8-2Q zdgeD)@q~1-pBI#Gn>sMRjOov1YpPUm9e93tZ$ah;>@W)Iji7nKb}V+_ zE_JGiOKHNxy_05+d6r7?iKS^`Do8Xf4f5D z(b)kx(jBdCmQU=^QlYd6xl|icR=$>n$%>%M(AQ-mQj^%qxj(JM2DRwhtx{k6#QuA* zNku|Rm$^{K|9yA&McN6m!2R4N>Bm&OBHv&3V!vir#58hr#pPu*+dAj`GdsJ<&VFT! upV-B%$=Q#l{rXIIY<9D9s%xC?))u 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 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2275870ae302febcfafc27eb6953a5e65c35b44d GIT binary patch literal 213 zcmX@j%ge<81Qxyf(m?cM5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!DoM7A2`x@7Dvn7^ z$<54*amz1COixt^4tI@712c8A3UZTmi_24WOA?E-b&X^6%2M;nVtg`_Vu~|MQgsUw zle2+3iem~g3-seN^GZ^S@)C3Oi&Bg8b4p7x^Yip`QqvQYEA``nl9?s(@p=W7zc_4i d^HWN5QtgUZfsSAV;$jfvBQql-V-Yiu1pp;vJP!Z> literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e7f515e060e4cdf3fbd44126e72a6ce1967a51 GIT binary patch literal 22602 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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 0000000000..1dd0d7041b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,597 @@ +"""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) +""" + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[Optional[str], List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + f"Package {dist.raw_name!r} requires a different Python: " + f"{version} not in {requires_python!r}" + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = ( + requirement_set.get_requirement(install_req.name) + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + f"Double requirement given: {install_req} " + f"(already in {existing_req}, name={install_req.name!r})" + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + assert req.satisfied_by is not None + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + + assert req.link is not None, "_find_requirement_link unexpectedly returned None" + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + assert req_to_install.name is not None + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9907743767029c0492279b2bc5235655b01f4bf1 GIT binary patch literal 217 zcmX@j%ge<81Qxyf(m?cM5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!sz|nq2`x@7Dvn7^ z$<54*amz1COixt^4tI@712c8A3UZTmi_24WOA?E-b&X^6%2M;nVtg`_Vu~|MQgsUw zle2+3iem~g3-seN^GZ^S@)C3Oi&Bg8b4p7x^Yb9gvecZ+B>i}xg3OZmc)fzkUmP~M d`6;D2sdh!IK!-2_aWRPTk(rT^v4|PS0sunTJ=FjJ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae99ed2443b5a559ba3e67e2cc00879675a9ca35 GIT binary patch literal 8157 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 P&o~UF4>)oe7W{t!(k6vI literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..998ec3e6e538790d6525af943ced7aa60eb3605f GIT binary patch literal 6816 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..764a6ca10b40f0476c1a8f3f827f239bdda3ab3f GIT binary patch literal 5054 zcmd5ATWlN0@s4*#9z|NB9)2k?vW}eCv?a=RT+32iH;&Y#id|W;V+2-JUr%>S>S*$g z**nT6O9TG!hYX~M`cu2;OZkcn7l`^*^{36Jf%Zd$El4>esEeW~jQ*&V`s1(8+>sO| zv1tROKo8RF?C$LB%734IxGX=$ z^N0sBfvhklc({-ev(lK94UPr9zL*JRNe^bi*`~3kY-B9La{-PDH2Q$|IgjlK zaBp&Y=r*UzRDK{-Mw`9SFpM_UjkXjb@#s?|iSuqmr%5%Radbm-pc_t6=e(6lQ5Fxl z!dbK6MuvQXA)g@nx@yylG-ok~vZuH`5QYa;Q#W+gp>E_NeJ^h?nx&?r`C|AmSm~@C z0^}}7xiMbn#sYds7jBDVf-X`~m#C!kdLS9pgD@5>1mdzA88vd%{oEj=974tg3G+hM9cgyl`g$kGJ4L@AkcoSZ$-+Y3fYzxT=E-jlW?rSVb8_=F~F01v}*J+QV+Shts8Ba`6b87s& zF)?l%4(+MzXpe&(dKD0gGE>d;dUnk_;IuwEMKi_(p#CKWgSoN-)P|!d#g5U9>z1gF zqONuvz%A~xGsA!AdUR%FT6`=YSd{~<{i{tL5L(aif8X1BxM^Bkl3!i}V$Ka~48&rv zF`(5Dq1EmhkYH56{#qN{%e!2OOG9VtR|=$Sw{~OhM&L$ZFLZUj2=Zxy7B~&PFT(*> z-xNx4|I-*lwtQ1O;|s{I!CXo3){0Iws&VP?mgUgZ10^vX**@M_pI-{qDD|MCEku3s zrc~n7kWaRLL)>?-fb_vqFx|X$4y+JN$F`5&ly8Pgk}jdWfUnF*31B1J{)E$mFw?f3 z2h4Zc-_f-npIrL1oCNdjC5jS7)=`+v!VE)e1bu;_!%f<%;s~$Qu_1 z$V)clsAzrAEgpRr1ERwU5G!>fnWPLd52<-uH_`JDXe^8($qWRPfuhtz;CsfCVzd%{ zAeNh?*!~WLqdeR{FD6slfnXJnGBkoKVt{Auhz2uWeso2{Oj>RbZe~_>+z9p%LuZfF z1$8%=Q&A*0R7o6e%qLW!Q7B^;b0wWl?r>CWrNbH`tyys*Y{vsz=qHRywb}hFZ zEw>$=-&tRhs_JazZ?0@$ZYc?a_+Hw{z>y|)56N0{mXlL z%6oeL!O7vn)8AU@d~vxmQSMC4%fD{A@$_mYGv`E=&)8+Ol&c)_(8hUmW@I zk$d}Q)w$ru&G(xZ5BANM7IzPoV?#d_p2XT0ccYXu!U`;VWx4%ex&7dy_INoOzcaYn z3VW=#ap9H^qIaS*mzLzcY!B#tKfo~9jl@G36Y0?sg#hl@`;DisZ|%DT=L5&C~1=Fm1;%#N`l23#ese*Hx4D=rhR}0U;APbst=NAS?vI~ZuncgBZc&>+ zIeC(dkU}_6muJHa1i!_0WbWb{n)DjY}5uK zs&B<;{Wit@4Q*IYGKd^r1W;$elMB*g`3yP?1f9j5C+6wGbIiZ+F|P=&Ji zd_$cov!l3di`yQa8(xx6`saqZCEmh%pkMq0vzI&(t$wA}k`7c%&$$bC- literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98e6a2b3d93bcc21589438ff65f4a2d669185963 GIT binary patch literal 15343 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000000..0f31dc9b30 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,139 @@ +from dataclasses import dataclass +from typing import FrozenSet, Iterable, Optional, Tuple + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] + + +def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +@dataclass(frozen=True) +class Constraint: + specifier: SpecifierSet + hashes: Hashes + links: FrozenSet[Link] + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> Version: + 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 0000000000..d30d477be6 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,569 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, + MetadataInvalid, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = 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() + self._hash: Optional[int] = None + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self.__class__, self._link)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return ( + f"{self.name} {self.version} " + f"(from {self._link.file_path if self._link.is_file else self._link})" + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + # check dependencies are valid + # TODO performance: this means we iterate the dependencies at least twice, + # we may want to cache parsed Requires-Dist + try: + list(dist.iter_dependencies(list(dist.iter_provided_extras()))) + except InvalidRequirement as e: + raise MetadataInvalid(self._ireq, str(e)) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert ( + version == wheel_version + ), f"{version!r} != {wheel_version!r} for wheel {name}" + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, AlreadyInstalledCandidate): + return NotImplemented + return self.name == other.name and self.version == other.version + + def __hash__(self) -> int: + return hash((self.name, self.version)) + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> Version: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> Version: + 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 0000000000..145bdbf71a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,817 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + MetadataInvalid, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + self._supported_tags_cache = get_supported() + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except (MetadataInconsistent, MetadataInvalid) as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + is_satisfied_by: Callable[[Requirement, Candidate], bool], + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(is_satisfied_by(req, c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=self._supported_tags_cache, + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[Version] = set() + yanked_versions_set: Set[Version] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip to attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/.venv/Lib/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 0000000000..a1d57e0f4b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,174 @@ +"""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 +import logging +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from pip._internal.exceptions import MetadataInvalid + +from .base import Candidate + +logger = logging.getLogger(__name__) + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + try: + candidate = func() + except MetadataInvalid as e: + logger.warning( + "Ignoring version %s of %s since it has invalid metadata:\n" + "%s\n" + "Please use pip<24.1 if you need to use this version.", + version, + e.ireq.name, + e, + ) + # Mark version as found to avoid trying other candidates with the same + # version, since they most likely have invalid metadata as well. + versions_found.add(version) + else: + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000000..fb0dd85f11 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,258 @@ +import collections +import math +from functools import lru_cache +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + is_satisfied_by=self.is_satisfied_by, + ) + + @lru_cache(maxsize=None) + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000000..0594569d85 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,81 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + logger.debug("Reporter.ending_round(%r, %r)", index, state) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000000..b04f41b219 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,245 @@ +from typing import Any, Optional + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + def __hash__(self) -> int: + return hash(self.candidate) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, ExplicitRequirement): + return False + return self.candidate == other.candidate + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierWithoutExtrasRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._specifier_string = str(specifier) # for faster __eq__ + self._hash: Optional[int] = None + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self._specifier_string, self._candidate)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, RequiresPythonRequirement): + return False + return ( + self._specifier_string == other._specifier_string + and self._candidate == other._candidate + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, UnsatisfiableRequirement): + return NotImplemented + return self._name == other._name + + def __hash__(self) -> int: + return hash(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 0000000000..c12beef0b2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/.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 0000000000..f9a91af9d8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,244 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: Version, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) 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 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f99af920cd0d0f4a311a9d31aa8b72d81bdc157b GIT binary patch literal 201 zcmX@j%ge<81Qxyf(m?cM5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%1E|~2`x@7Dvn7^ z$<54*amz1COixt^4tI@712c8A3UZTmi_24WOA?E-b&X^6%2M;nVtg`_Vu~|MQgsUw zle2+3iem~g3-seN^GZ^S@)C3OOG`3yiuL1x0+}W8@p=W7zc_4i^HWN5QtgUZffh3Y RaWRPTk(rT^v4|PS0ssz7g{9e-mxkcosf5hQq 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 JCN0Hx{vQq=#|i)d literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e5e67ac54beba84392a502080a704c080b6a491f GIT binary patch literal 2416 zcma)8O>7fK6y9C0z4mS#yHKE{&@O~PttK{VkWy7?Rf#rSP$)`JCCln+vpccZS?{i9 z)^QR!ZBii-4i(%8QYG9Q2o5>sRB=S=B_@$Vx9O?$(3??uDe9qbX6+u~bxjbj`reO1Vo@pU3fR5OaikKI9 zx+dDuN-QryKZ@dJ48~X^XkPi(tPHcEWekZZejMV02L(JN zXN631?k{<~WD(VHO{CVa?h(~5A$1x#ri+oO>Yis>n5Y%ktlCKRU6r`Z0wceQ9d%l_ ztB9yNMzY~nJl(e@z--dR%*d!>j2vI}EH8{Op%avqAtX{Q$A=}$byNrsele$g`Xx^Xwzy6V=lR>6dlKR1uumXLhQIT@P%)t3K%?tioos z?F^2o8YSH+A~P%hLAe;s@PT;QB0lIY&(?i7dWGINkl^Z$UO_=DysE)d`?iRnBk^*9=2D;xJ+bp1i~dCfL`@WF3t!+Tx%m8bXN(&nxPvdq`^Tl zJdT1dLL;azi^fNVYp_lVx>>QD!ib9jC3Wn}&kJyH=nj;Kr8E|9esn@C5rhbj?Rzu|Ijx{?18&Y;kntfq>&+g{kSB{BPWTHI-A1b1T;# zU)oSEFMPHoC2rIfYd7W>=Wma1NIlO|hnJLAj62r5aOG#Id#mTfy>oZZ-Rr;G-}q)# zTJQOEDfL`Q-Ws|&w5gnIDkqoSbtStdW^osUI5i(npaHf zT%GT*G{*UzrEsvVC5V|iu363qPJwwQ8brt}3F4hsfPoVdl-h?| zM%cxl(4=qUj88zHHK(CN=;HuoBgr@Fi}l+xPo;OaQhkl${n~nJXe~a((C%$2y^TvN z)yKsRWpqs(4Pn}OPr$=YA^i=5*M#Z#E=&iN4~4^wJQ6!_6nOw}2iX4taPN+J{uOjZ z8C{V&Pkq<<@&RS$(~MwJ?(Xzy=dte#AO`EX7=;NpDR9K1)!zyGY7bTu;`S=a$RATjmyf(>@B^HLy++Lo8 z^gag!_rccp;YTcJ_K}``YcqYenLgX7t@b^+u#x^^Ep>G*e)W0s$Y!#ynS_*BJ@Vwt zM)JzSNGDlpPo;OBrH?MnETy2KZyCW^n;1%qZ%mi;%Bw+!;b0e5F!&HK4uSnAWpch9VR_XV|t?pP;u0hviCAR z9R3UV1oy*`rYNDrv?4suzYt=)xSi&B`4>+9l{@x3cfJ+l`Hz<`wm49Yi`!Jah%0=q z0aKt>&M@`3cbkr0oDlgd{PI|fqx$}ZP_GVdvvKQCg3m1*Ee=$}yg&GZ^(XDJv;6~V CS|}X= literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4123fcd2a3ca154051205dd2e519216aaa312316 GIT binary patch literal 2913 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c6ddd317e9861a98b7da3228ef34be32f2f97fc GIT binary patch literal 4196 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0c31da624b4f92cb76be1ad403e7502e01695f9 GIT binary patch literal 3532 zcma)8T}&HS7QW*d+cV=awuvz|;m74CU6TczlC-O;Y11^Rl(Y+NNw<}YIx?P17~;RZ zGms6nTU1qA@~|yzA0Vo#P^nV83J>(DZ>xP=X&@{g-sZWikP}m)&AYR{oRpG)_h3%(V!y&;|FlODKI2j? zifGTdX-@IMJRl$?sQ57t>kRhC;C!V82SJ0I=9R!_?o{ZWlnDKoI+$QAe!Qrwg?u`j z;4I&(Br~JV;~V+uf+bv23C`&6lC0$g)?V}eE~8Nf^td>SvNGCD+Nav%DkQq+h`$fwX=QnJhPw=8<^B4RGI(C|ryj@~v&ot)__y1dXRKFbt<Ci;{)^=%@KUXzmUlRZ~B@cjgNnj=kLODt(GxfHkJnWdF*Y?N3>l4{js>Y6|a z??UpmLVg|-J)Vv?3L&l+U|Lj*ae{w82RWX@c|ES_M9tqGUSQ)_;)l%nL*~kYUz?k% z)j)yVyL`y>9Wv(lCoN%`q;FGqHI3Sf!#E_F z7boA0sBzFq(s9G`ga`Xo36?9gm6ml@LT;vqe)-5DC49G=Jd`N=ocsYy-M z@lY|HxdUR_B!px{R`WV003;)Gx|-ESniwF@;A|0&87|(l297MJHMxk37cVB|`Xa&8 zm|%zr=>Z=pgld3=Xc7I)wN$uvgKOX6VrFY(t!?Gki*K00*2NpU-q7;k>d4B-w=e8? z&zt-iGZ6dYllz}k0=-6{cdMmu{la?cyAQwlaI62~=Bt~tKNfx{RGuFY~@inseGZ@0;ZDty%7 zqia3izgRhc)qr2@>JI-+%D_y1Lz!G}@B}pQH{%wz$YX1O!>4R+u9h zOkQoYf81DOV@~ZtNCq4_Hz4^i&onT!a=I zX@f_CB~+i#8?tjT!H{Qw*XWsX(hX0m{m4Z_Hpz}1(obdJuhBbRM7zH5uGGFJZcBZ; z{_vWzN-Ixvn95UX6&rf=9^-)kDY+mj`k#YSLVv@vZv%C-jcg+ z$zAs5+e%EsE_96Jqr^Bi%3eL-?3Oq^)Zp3KR)=rW5}dNZJgP?tylY@{QwCC?zCS_z zZ*T56oYRNN;E}UWd{e!FvyRT`XDX=7gH(reT9cNAl0ZTwq26^nn>!8%9hNQgr+P)R z%^oFwgL5Kzx@QUZ7-T!WP(q_(wNg;UnvNBj;CVptLLT-Tl|kq$95R=oAfmt}f|dso z7QTsU&>p#sb$JR<6F^+1RiQxw)6b(i4by#qe`;G!gG_o(pRvMp<*usF6y|ioGLPNua?E`j8;RHYYyV-Zz7h?oBO z(Wf8nMq-sn(ugEC!#|$=;p}$g@{;dypu^xh%ztTx;XxqYLx6rsRo ze`{E=6P4_Hp(tuapWe5d`Y>doX2ZS}dV0H&;w*d)+3ni~dW)MX6teb3{{`9p+xc+F zzXVRsW%0}8WjKqr4NZqfm1P*_2|D{9bZZ;kdV&U@pyU(uOw|)++BelI0`fP_CV$uV z>8v`;F`n;P2sY!{6!s~p2GKjrd(0l2WJFVJsoJ!&e|_S?Z)^O`F`NGEZaHv+jP2F` E05|jl^#A|> literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50e2175202aa583fb058492ca16689a4835b4da0 GIT binary patch literal 3232 zcmbVO&2JmW6`x%$KShalZCSG0SmP*(&Dtd6C`cMNDO#jX>OxhEC_xNX&SJGYB$rz5 z5;H@w6zD*Q9wZ=zD!_;Wv_;jM3nM{#%PIdrFDYyT!d5^JZBXRKL;(u;)c1y5>Z1x0 zbU@C&eKYg+&3nK3z4`0tXof)h-fupx{4q_)Kk+4M@qw`SE(lx1A&%yea{sB7HTABS zb$IGttYMUmM!X!?a6INE8p(39kt(OuyWyo9nR2EvQXYZ#xRa>r<*burqfUw$Z1gPH zuNY4H*G744pp6f;8PMkbM>_)A6CEv|{S2L)%j=;r>k1jBe%_RB;9DMOMujVx*|h8> ztI9-}ZVARs)WO&!Z~4CKSIw61fOgsCvSoS9Uk*?2%cdWgRWDeyyztwsS~We_Ujlow zW>$F6FhxhGw_^vrz_!qnFvYF5>01pJCODHV?%Nu=JZKo>82tBs2;CNu!?C&!iX+X@ z9KB2K;e2RLYz6u*`5j1q(5w19$s5)x7|2j)F9-fIp)nP30Y%Q;9}8Q6w;L~+z+(`Z7x+!&P34SHWL>GOsX)o zMOtb3HqI(419O37*Jztj+w%QDQb+)bf$!Ru=dKLaEHc}|5m(Y07`Le7Rw|4$Us5lq zx^^+6jJ?UI<%s}v!4jf`1Dfz`rO$w@SV|P0}M9iS@)MxvA|_+qL_t(ubG- zmU?MtiuHKE^8+_%q@ipr)4M$qnh`bfrJ1=()Th|Ew z=ZQhy`GrA%eDsx{Djdy5kUV&%5J3v3O&-*l-G`VuWNph^f-^>eKZ?jEgTsVfNr30I)Od|V+W96OxAFs)b#K+p(B4-JK>=v5%qATv;Y5+sfxQ{4p+ z#9Poo;#1_zliN4%j~7?xcE=~TZf@TEf*5hSmfm^n@)snQrfWajojAMI-fVAmH@n+6 z?%uvX@zUB)c5^2;+UxC&x7Xi(ul6u^ac5%cPVVz0%8sR&%}>uLa~#TS(DEF*$Y|g=P;&)?n71*y7!4I;%cnpM{rV5KpHbh8Op9Sc zT!D9oTHw&O>v^=^5|Z}sF)HH~mxBT_2x*6_R77PNjz=*}z&Qysii|f!5aP~>aU{d3HDf@AQ$U7iCbz1a)h%z++kW=$WB1QIzxL`uGORw#J+(7&{>~VZ z;S`eL)IJ&JPxgb51BdxIbYVhvnot=y@*PLg2q&PH7l*aHILuE!q!@_s{NX98+!yx` ziOPfuewZ{(%kxYVN{rBsZ?4j5@_jq3okG}d#0-|!~zm(b}_5c6? literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29f0373e04e066f3d8af40e30bbf91d5dde748a3 GIT binary patch literal 2161 zcma)7%}*Og6rcTMu?;3Mu7M_G2~C5EY!VzI64FEpn0|y2M#@?N)I{q)PJBC94i8CBK6Qy4wbBsQ`AFe)+~-H4jFmp{oZ@O zH}B2toAsYA3Ey^jG0|?~Xy~Uam3OSy7I+_*_LDBUb_4KBMlI!VgT08`0*YlRAHzjOwJzY(U zhoItmdOW=;VQY?`Ye}^u3CSpkI&yqBb+QK?fxgRB@&NJqcbX9%g8ql}l-NjxU;qVS z8;urW`!`~$bBT)vpEK8Vly}4_9TP{oQ7jl}St^oTY;;*>;@pMh)`pDDq60`tt~W8< zFeQc$yc8P95wBhUcm}imXDz6kbGI(NcRP&-2X4jEcjLFuL>&=oL~~>tk)my8_lsoJ z0Es>VefIu!Uoc@dcT9lWBLJj%09Lpaz6A1&^}kW#ybWXS`>qloY&CZ@J&@}G`4-RK zlqKGa&GHN4%{0!>)(o z<+;bg*ChSjEJqy`<(Wo0@2csl-yVmTjXf zF_u(_2n8ycM=CNKZRhi;bWCc7F{{yaDBZBKnt|eTh!kv;Lo^n8wM$?5Uy6CX~$pZPTD$QWsMcHWWaY^zwnj@&5G={&4PN5D(iIZ9m+ z<+P$fyyByhEwj|ZthMMUp4AZz-9+q~Vamm zq8oU~OCK*RIex83tW0D7b}ub}eJ=4obXo;370}cB0`StvT3cBtf4=Jv-oLtbwUT(^ zKd~E%{47+)e^M&G?NI+tXs{X@d@x!IoqrrSUzcb|T>(eJo4yTSWu(^8w{>#s+;+#Q z7eJDtWsxql&aL;AFIL2w|JW~Y@AM_AeThdCPx>xC3#&Wf)79|l2VyN8D^Ko*y0=58 zs)19xk>i^y8!JD4x%EXg65WZMtwzp1iqs+(%OB8MHpe!`D)(xkfyaS?x}PSg2SA|X z{@B{sGo^h;>8~pNTgjR-_*j|zExQw+sKzI1@yR`b56E@8L3xjE7(~O4%=#dUZFUzN z-bQwW0hufnXlL8(i)Pb*Jm4s_y)!p&OpZFO`{>*SCvX5W*OISmQ^^BbV)($37=E2b zwW(yIKPC4%(Ox396U<~Z)3k_2bj!qEl<$RahQb4_Acso~r*?RX)B46ppWVf?#)f_I`dXzuldv YwVz-0*X0gQUPpC6#g_1r33q4z0j|UFDF6Tf literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..affffe0da24be7c553fa8cb20b991e668d1131f3 GIT binary patch literal 3999 zcmb7HUu+Y}8K3p8|HS#@IB}d@8p@CWk-2136{vs%BnW9j1OYW%Y26@e;~mFq?A`6m z+QG=FQt6}vl@sJtDWL1=f^-r{yzt0VrB;>t&=*^28*WL}sx1$FsdA83El>Ss*Bb|# zmUiTw`F3{Zn{U29zwh&}T3f>i+L4cbn)ydFLVw~fUJKNTm$w9jmXV57A&-*oC?o~v z-Iw$^qnH$7^yQ_3Kj|+7k^zCQ6Z64BC>e5SDc@8GC&NJdRX-7PaqpPMnCofK9`ymKPE59uFg>IO)lk-#jQ9{iIow#|QKXGT9{Jq2Gw3!-`{v-e z(uvRlQiHhxZ(U=ophuuN-j;l~x+GY=fRb%$o7zMI#7{cjfiL_~!=y7Ksm&kwlQEz> zGCsBC11Z^6r(1!JmxZ)Xa5&7PMC31==~TjJOXoCZ*`W)jr5U=CPYAYDP&6IJ;N`PZ zXD(cxwnbAjUkS2}u1hkxMr=u;bIcALt_#TdA+i3v{5BBF$l`NO%hj*#z4I~W z-~Q&(s^DE%KvvNE-cZ9dO8Ar)aO5b_Evn@4JXK7SP@FL+R`Pjl(xELXgOQ3BcBYhNlSJK2`kR^F@2+tF&8}oHtx|Yef*DcaFjfBA%bvrVL1)PD?MM}Xc*wBgW z>b(!le)-h5rp``{A9Iz&@GRjnX?n@HN>n^s=3;RdU}>tEmd91bm-yx9HE@uOqUB)& z+&fbQ|0NhS%D^n#%HSDt_+p+YV01t35m-0kdc?@# z!$*(0&Zm|%&;T&XXxHkB!bM#rG+%aPsfXjlMw5U5a;-2hUCSR7r3CR}06YT)A;8be+=cxu>$D=GEP>#}! z$0~kxHGOR6eeP8=idxY0nQt0YnIm}m^4JW75s&=WpuY6odZ2W;<$Wza#zVSXJtJ2}@C$cV6Q;MTF<&j{#D)Lk#t)f-b0l zkk%I1b`@i>={kt3cJgVXc z4s|JjL!~0|96F68WbN_RJgO6)Kwa{w4-!=1`otv;(gq;G97h=085z&cOt0brEkHv=3f8EJ*5xD>!hisze@>7>C# z&~69$60eI%Y;rYvVR3Rj-m^TnG`AMtUyJWwSy+u9e$rcwk1k&LA{bxqNxVSK zP58#d`tE(7RqjHak5yZC{jnW;l1(j5RR<3J zCU&?!u@>7~i|u{NfBXLC7rQz(!l(y-9NFjw?wfrm^7YlWgVokUkH@Rc$E(tD+5uO7 z4P!YU9K!uRwh=vhrwIF2zLME^k?Ju#@G6WYJEfCt54Xk`$nHe zx^F}_0;najIO&)>AxtH@?IvCyScZ{juI!GmE^=696RH-<#iQK3b{wEe-pciIIA!kXF!1h#fL#D=IlFDP^lX8gon08bY77$ z048dv#k56vqJiSZqP7UthEqv65$h-m{;K#L+;Ga9uQ?I_Ds;R6Tl3^3Jqdex5@pY! z+Ykjoc!t`ap{8f3^%)BP9_@LK27iZS(2hU+G|+ToU@hER3-_*taV?CiO?#?R|4!2@ z(UpU10|#pZ&>yW09If_4z4G2hQ0nqkQS{3&lA51>W!K%(-Jz<~4b0<%cfPyUwZGQ2 zzdCrNdhGma*VNzr;yZyqv_v;V)YN=Ccr$p%|54iu5hkJX`LZP@#P1xrduFBc-q~8` u{tX20j|X1zVMFc_PCNt}hK+AD3z3J@n+S$~zWBZXyBUwdpND%!1?gYpPs~05 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c8bd74cab7f88c302a45dc288661d2e1fd3dd74 GIT binary patch literal 7355 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e4b5e5e9c280457d144421b81fbd7324ebc34ce GIT binary patch literal 7655 zcmbVRYfxP0dH&9AZ|ntF?g;A$u%(s6B8=qN=weF(1d)Yf3EQI$^6F^M0T%Y=?;M06 z%T)1bTGYs6~=Y8LA|IO#~5cppH;GahmK|=lmGlfsG6PrJT#4Vx{l}nHa#(aWH z@)15MM1-Um5tC9xN;)Erq%-17x*{$P+XxAF(i8C{DikCK= zP2ceO@AO4a4)mQoJvemAbe)K&6go5bhAH;OV}|J(G&HJQN@%9|dR&M6Q2MN9Owp9- zdLv`R(q*6kjhhvAPLHR?%&NhZZYYU_f{ptqP16u(R!~h*qp|U+ z)T9nsDT+Nzhd!>nc<7~&Km)KimhFD|Ad3%my%@8WZ-q`fv-v-exJ5J);ZzdgRW2f^ zO{$=Ynxr{2r{-vc`cWQ3{8vSl9~D*UniO%V&8qX77;$SJRn#g*c{n@qQ)q)<#H+eB zhw6cUQS*&D)Cy?nSG`(5t1KDE2c=c2ALmj7)+{hXCCpF-HPvdh7PMy!LcT_=!SUD% zY9U_>>%>($3O!*aQLTfTIyNh>)!&P}? z_$E{7=~Ty9I<3l=mBf^$dsy+1>97Vd9h89}W+ROqngc?_*yb_>w@94K@mcQsC$iiG z$Lh<1!b$g%3!Q|Fz&LZloM_k>B_u0;YWM0TA4)NPjKug0)zC`HN)rVMD;cpc-c9~S zjRXDDjDu{rb9+j2E zSenL-@uZwmlA11O((#l5=$4JNoB*-VtwxFTw5AqE!x6`|D=^5I22G0PLm|0S^PhJV}r%7gZQJo59MuPrM}+&$-A=ij>@ z?tE>*xhQ<(%}dxY?;wrxy!e6d_m2f4ALn$u^X2;E0f#B20k5}V>wm|!^NJ>P8FNn-J0Cxf4_qm~vWP0L2#=yfM z_!RUNG5tenV=xJ{kksI^RoVoFv>t+xgW_G%R%|7tv}xLcDTl=aCU?06cT~nIXEX|2 z0+{d@F~Rb?p;G?{f~(|a)I3&l?@whp`X|H zEh@`zuC)JC$4@#w6LK&1KJ4iIEAC-^AG8<#d?4?{-cMk%x`o&ezPIXXLNqn>bGjFn z_0yWV6TIW6`$Pz1MZ`b_LXDy6ZAg@&N#(8qP9}$55o>v08JR-qM+7gWF8s1C4bV zf~(}Wfohmw+4%9?{kiqdlex~5Yn^>RtL|S5^sl=5H=zwN-Q%FpqDaW52Y5DWjUOx0 zJhUm^n-72OL%$aLF-z}(bd4wRo78^5So|{%fKpQ%4bTNF(p&d|K~F)VLRB& zoZu!#Q5A2;cUhqT*rGCS0cFeqTLMVt#4JC7mfn`HWR{@CjuTZ|nn3oMfdGO~E0P;~ zQO!?4kF8(HcrO$=+L3ik)NXD0jL)~nNeLgnz>ygqW+W3xnp?hXk%_TY8!=pk1_pB* zFgMD#6AC80;VaasTvqs){7td%``k3SBAh4FAYQZYpF~qlW+oW|1&k2eU;}FoGHC1> z@+eIwWzgr$Vn>_ALI9*Z05$fhilKxpa}M)omAJ0S2)2UxF2_gZ6pSe|W4@&6Z1AlV zGYpx5#4Mp6c_`$yq#i+OI&o=<_$7+mZ+hNF+mYG)rh9lMVhy3 zh_iOZ5@FL3rMRq+(~=qF1ydYL8#+btF(tMuQ^d(YxS$;MKigeFo@$t78?}$f_B3Xj zai5wV-mdZl459xD0x)3wq_TQm+-PjM({j6Iy>VZzao<{F$73S8PjmBwd0z0H=DuhR z-P?C}-*SAd_2mU|;rvH|yoB|6FR9xB#*VvfzHg&p$DNAX6(9Q^6VBJRAZ}FF+^V=) zvDo){W$PmWit+-q%e%V(apzil z9tL`TQCSBDlDi)CrQ7#m#r2AX-p^f)Up=WMwL3p?uLk$xRIs|b-K%?#K8Qc~?&_Yw zwYqPwR(?AV6Q1Ut>J_lZyA3D0`G4tt?qrojapTmF0iv{wERf!rA`C;KR1t2k1hZU$ zFyFT|5>FBD3?TP;>oVCnm*^yV99qo!?3=MJ{yY@vD9KV~HzJQz2#)ul#W_Q)Ha8BN3m}S?pO9HBVzY~!}z#i|kPjs_e+*GnpE)&qNTfjvKJUKw5s^{fRB zueuJ~r7Zs)KRpUUtKrTD;9e=*f|7m1L2uVm!P{z+V9Y9H`7T(gmjLG?=32 z2?u{O1v=x0OrBl>Lq$wyv=luJa~JgE>yW1GJj(RrmIJ|k{E-8}DisFNyC4Ak_^KA# z7sWMSOP+A7gyzySZWa9UvCH^TXFV9)VD_T5_y4J9>$WL{!#FdmZ?3U0h@ zYz+4Unot)}a70K*w2+0C8zW82<`5x^JZTvn9w5*tFnu&VI$LF<>sb*ZLPt9SOpWLF z-5a?(@^|ROxp(BeyMUl(Hv+-+KwB=*wlugr`#CUEeKRuC4q&FrT86hW3l~p-amjv2 zlp$?fgSt#A_is6mLH0laFBmhWFBPzKBzJ_>rF1%BsU@_hORZ4wV6n2ygS86M*b)s5 zv_69iy|>QXJhK*PU3Ilun?cShe0Yv*GZ!IIwwZ7CH@Ec+0Zu52TfWIX1jNWP?nU}M z)H3Idf*E6xYJosnp`eUF9MP!u9&ED6t1PQyGaTj*JuVlZd>KHL-;e}Q01B9w9OX3-l;B_ZUr=Kje)a;p{LybGNj=w-SEGO?px89 z+GWcl2VBO30SclrC#c(Mi7XgmqeW)3eXT|?G21{sIrO(e{8O%H2pleP0$zeZ*ib=Q zj&g98`)Pb$hCJpheoTWx`hT6TYQ8{g}D&`w8-pZQ*3e$-e0reV*bu=w4L z){e(c$bzgj?#xT1w&B*m&4I<((o2gM)@%0V1*qGo+4l%z+e_OW;zAPb#dRWs(FP2P zUO(MNPEel8sH}U0>-+Wo13x}<|IGUSS9AMcUE6>B zi3Ek4M69ab6dXSPrr@gdCDO+@;i z0j-oh=DX&}D5nb7yb%!|zVV@5vY*R&)dA1t_=NAACs(+L3&_B2`oN9B-yJOJn*9vk z#M5+AVOASFg)&bE+@&d9Q_+u4$axd_QK8_8SvE#E*7rMgH)hhiD~Qy6j>inPvcv1+`#8#RPwMo zYCB#OVN^zMcwPdY7mDm(azMinTiP@G1p?ZAz6<>6;IIf3-6NX9;57^eASl(Wmb+53Wn1i)Kfv-n!dHx^vasQXVulib_EBAw>lJZ(~A&O1%pc%#4upAg;YjW z43LaWpMAzLEdjO*To1EWfLzFH)@e^-Qw*-bzaE0%E94zXa{bOPN{8}ZPCC4W0}ik3 z1A?uFu*iGNL;j?cHonjE{J7@7J+g%(dMT3;>_^IoNr4x?P%TR_# zp`U^P++2?PcjEsQ8D1yDIWqj8V!Z literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e334d68535c14ed30a399d743350c05096b19ae GIT binary patch literal 13555 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3e156c16674c66cfb4c5bb5dc8ef8db009452c6 GIT binary patch literal 33565 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bba31b2bff0fec837b7b501134d8bf1697aa4f7 GIT binary patch literal 2589 zcmai0U1(HC6rQ`k*`H)%OpFO?C$U9W-HjUj3vIz#MIl5nDTQ^@-O0VPyLWScwljAV zHz?%6hrSdP3g)RO6jbz~g+An|^t~?|wxC>FYH6YLZE2(rKK0D(y_-~|y=3S2%$ak( zbIv#Up|>}V;5+^Kccu4w5c*9_{4e4SHvfjfU8EsRF;K44D>+5Z1Gxb70V8OJav?LE z3!9N##Ej;mijWH$J!UKyGvm3qoQI5rnam{>6hJhjg=z2OK-Qb5jPbZ04|#czdjgP;dh4{e?IM_S@Z($}Q*(q1h_lckW> zcPsSR6Upt;QgXcy*84%%a6?J&_*3l8q(g3WhAz)FYSityTyu2WB8D5DtJe(bhE&3x zbij@C8ddd@P8oNjOVEPUBgIWzrJvSyMonrtZfeG6CNcCCs-3^?Fyf|IXO|ah4X0vT zZqhqh(5;f4bt8;Ab!Mp^P|{Wi6biy`^Gj&%q8n&cX()~d6GGMPvhn}|8Q=Mv0VnJ& zqN*Qae*tpSydP67SuQ^G7bVKpO=j-i_$@|28P8keCH}uUBr3` zI~9t{`VzJ973nkfT*fAG)C%R8;BgN$p6Q5;<1V<_xYRaPBaE2-QHjy{fdNzDy%howVI``yA8{y< zJkbFA`~{nlGR3nWpU;DFFw9hIrkdf)G~*Dyn3>E2^wv^-T3^U>-JzKpQ5Qjs=WBXx z0z&Ul2K6{mcXWeKbT%Q}*;>OLl0huIW+W4=(FZ?%5t>!h-h+CEo6&tQQagXbho0h7 z8~D_Es)a8$LwkQ8+H-gQ&iuW}2dD3!esb>H;Me)qkq=t?&$Wg=T%CEA7-{Z3*-V^l zhE8sRE~FzsF0HsxlU(Oe=58GBE&ys^klHO#5EKP0i+DE-?xL;o-6~ZmA7$mlIopEc zb=86N-SX|~7O7x+p-N$US$8T}C29q(VxorA3flu67uRAY?r~FP>iB4gq+^0|-w{G7 zXjak7ev}-(z0yjIH$&rWR2&IYK~(>;y-Pq95ZG?J)1{vOAsIyrfS|!vQXg?uY!5qaIg-ijAhc` z*szx=gC~J%Ub)UyV6#-WRPk&GK@Av6SBV44OUyQLu~=IyLsYn3XDa2zViwQX4h8kZ zfd)>%pJhApUO}E5JQB`Qh&W|%UM1iTs1y%NLHJuNVq0t!Xt`W4bZgOD?U2k$>e?q~ zGdYr3Ihr|>&CDNml|nkq#B0C=(Ypagq15XOZdiH)iS!mMZ%?E+CnZ{t2s4pCN5%d@ zXds6MP_qAv)K>!!cHQ6AJa}e(^80XW?84Kr>5Z}J*4Rudak&|~ER!p}+l@(NY}uBmtC+d(lteri3qKD*xY&4ir42*)#RsaKXR9 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18779939012a04044eeeac3911e4fb8b081457b6 GIT binary patch literal 2114 zcma)6U2IfE6rQ<1`_~^@TDL%H_afD}3A+Ue2_dA3ftskKK|u+dHOuAR+3uxx?_OtS z*)Az$BTd*Qh%pK_(FaIKEWrm&NO;mG-+U?h0#_0>>Vt0^O9=AhnYr6-sXlmj@0mGs z&i&?`GvA!=dwLQGp8X$uTl95=eiO>-BQ2n;Tn6zevXPBlloO-k;&> zD@N?Zyq4>(<8;@b0&ps=1l>NN#e!9-dYsTeXD%T=EXNL+u4|rlNf13=_sKgZP2(Vb z)TCzlm`|(#9}n=+K&zP!5BeCd_yw~F00o=4W<7{d!mHG?lrU^5BOq0HS8NcM&?O87 z!Cabz;2mGCtuBUP+sgm(Dr!yKL`B6`=ey4UgLdKPyoo&kSCX@zDJ2?L(jiUu!{H8V9GM%b=r7aayT0*}~6&EX|! zWoDTeCY`R9iN~1)g91CQ;c&4l)P@-%B0%R3xVlamEE3AJO2p0@CrZTow_PH!D)mjq zh#f}anv5G{)*`;lK?Z4uSmC^#%>iGWo*|CxfN^|vXDEtTG34*ajo0w#rv; zG%7}#sHrs7qH1gN-M8D$=kXi{;^|X?28Yjr$V^R)VHWEFp;Mp~yesn{uBz*E=wK;v z6o>o2pw1x&&EcE)3SjSCcTvU=P2qLfuYNhFoP#(Qw3)*QQT#sQVmJ9LbUFz}Cy}Ss z(5!kA)$rwgX*`uyskom(d~%gbRFoqfp?xsWeql>6Zc<(loTa^DwMz(56($M_=h$d8 zo)YUo{%uAm%bRxD@$#?21)L_vu@jSdU=>U=XZ*62VKtKBCY#CZ&1cUN?`-~vb2`r) zPBOk}&43%r`;I?ea71hJOn1BrH;9ePTbuRkL64jjYSi?7VxP-|hJ$VeZX=t>hU+xj zS$M{MSj7Amh$jv7D2BGZ_}OUl_4}KXEk*A)9t@|h4=xYyUP|5@-n~4y`^m#0<1eK4 z8xMzeetcmmac}75<$aSs3{BqOGV*Y6>*Cn8H(F6JKW#|}qj7Lrt1K0KOKV|KlftxCS#b)dps@5gm;}*wUgwhkov-Nr>=1~* z8|e4=<_}W~sl~w`iXQ*Zbx4JN#Iztf(lFl5VXnsBdIB zwtWR)5b#0}C=6JJsmc=%Bb3_--kdsRgaPU@E-DHva$p${5KC+OCVk|S(&z8p+_A_% z@>&SgFSp#;ap%pi#%_&17HaEx)IHFcqTAq$bPpYZAm5f^)$L zkR)3G0@={GLu-M|a^f*)>5PhoA*(AB2=t;`F}aNH7Lq&3sGr6TmMeDEB@=W9d>}do zdly7Y#TfsD`hG@Z@c#qt{Z;E~9=dp>fgfl+P3z)R1Gge6Ja9j;silf>=Sy<@Mek|O lF5<;Ki`v44<=)Zjv8Dc{SC$5E^e*>i@9E=@ba0m2{{u1O5E}ph literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5dc5f23ce4b57663bed700fd9042f9390eadad5 GIT binary patch literal 4553 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..db658785e9b5c1124c65cdc0028f173b49399397 GIT binary patch literal 8662 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf93eaf1d41247f1f089d5cefbffe9dc188b1bef GIT binary patch literal 12062 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54d80b9022a09a09a560092632aa4afcb1603733 GIT binary patch literal 13535 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..544276490530a7a04451d839a7ce601743f68b9a GIT binary patch literal 2078 zcmah}O>7%Q6rSC+*FU@QPt#J`gtDkr8`C;bT0x72irR!$DNzE1wj#0=ZM>U$o%OCe zGj^!4B@1y#K&S>G)fH5Q8$u_u%}mzo?BHbn~JN6O7of`oG7%{uEOsstl@-rvld zx9`30{nXVJMzGF(_T$VOB0|42!CSsI2Gag6YqT zlOl&SpB~WsdSJ$$Zx z(_GhHnMoSA>rUiZdoKR0Zr97(UsvTS+yqMS+CQ0V>Bvr|5@=UtFq+6x* zs4<-;2Gx@VH8Tr0NV;GY2Br*)>ey1vfg&|bGQb|{FWhn@7RD5{r$B+b;pGtg$vA8^ zv>8TnH9RPeihJYKP{cJG{qL_=>D*K%yder?lW~8X`?p1TAz3ZfjvT@|QrCm`wM1{&V|1Ziki-mf@tVbsa`p1SCJZ zr$rB=s!$OCSg~?ncrUOzaB8EA^-miZn2mt);QMw_$*7iMTjni=jjL?{vW`=r3vE|s zollfL%cjZ}mvBO+ol(uK4ZuKUKAkR~vurErD&6A%-w~pySXbB$QY;i~%)n_|3e6fs zDVQn+ROD02I_oCP+F^?uz)VGKMi_>J*Sh5h+u@%pvK zhd&>9c`e?(ApRPPt;G*Ej(`5*g7`<|`IX3}MY4F~i9EI;@X;{55(@6(Y+{FAX2IaZG^T&|N2`(3e`&k8X0eg0JUot!V1!aS}YUxk6H~wFHjiR#9jbb*-ZARdnD_ i)YB3JT(q8PAs~&+1|zNg$GBL1qJ@AoCN>#yeg6xM^5Rth literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3c36820ee229e4754b7c46c26fbc286cba19d6e GIT binary patch literal 4486 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 A{Qv*} literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py b/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 0000000000..6ccf53b7ac --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py @@ -0,0 +1,109 @@ +"""Functions brought over from jaraco.text. + +These functions are not supposed to be used within `pip._internal`. These are +helper functions brought over from `jaraco.text` to enable vendoring newer +copies of `pkg_resources` without having to vendor `jaraco.text` and its entire +dependency cone; something that our vendoring setup is not currently capable of +handling. + +License reproduced from original source below: + +Copyright Jason R. Coombs + +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. +""" + +import functools +import itertools + + +def _nonblank(str): + return str and not str.startswith("#") + + +@functools.singledispatch +def yield_lines(iterable): + r""" + Yield valid lines of a string or iterable. + + >>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/.venv/Lib/site-packages/pip/_internal/utils/_log.py b/.venv/Lib/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000000..92c4c6a193 --- /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 0000000000..16933bf8af --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/.venv/Lib/site-packages/pip/_internal/utils/compat.py b/.venv/Lib/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000000..d8b54e4ee5 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,79 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import importlib.resources +import logging +import os +import sys +from typing import IO + +__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 + + +# The importlib.resources.open_text function was deprecated in 3.11 with suggested +# replacement we use below. +if sys.version_info < (3, 11): + open_text_resource = importlib.resources.open_text +else: + + def open_text_resource( + package: str, resource: str, encoding: str = "utf-8", errors: str = "strict" + ) -> IO[str]: + return (importlib.resources.files(package) / resource).open( + "r", encoding=encoding, errors=errors + ) + + +# 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 0000000000..b6ed9a78e5 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/.venv/Lib/site-packages/pip/_internal/utils/datetime.py b/.venv/Lib/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000000..8668b3b0ec --- /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 0000000000..0911147e78 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,124 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + ( + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported." + ), + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + ( + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None + ), + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/.venv/Lib/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 0000000000..66020d3964 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += ( + f"{direct_url.info.vcs}+{direct_url.url}@{direct_url.info.commit_id}" + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py b/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000000..4a384a6368 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/.venv/Lib/site-packages/pip/_internal/utils/encoding.py b/.venv/Lib/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000000..008f06a79b --- /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(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py b/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000000..1501369385 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py b/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000000..22e356cdd7 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,149 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size +from pip._internal.utils.retry import retry + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +replace = retry(stop_after_delay=1, wait=0.25)(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 0000000000..5948570178 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/.venv/Lib/site-packages/pip/_internal/utils/glibc.py b/.venv/Lib/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000000..998868ff2a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,101 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can't proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/.venv/Lib/site-packages/pip/_internal/utils/hashes.py b/.venv/Lib/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000000..535e94fca0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,147 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, NoReturn, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = [k.lower() for k in sorted(keys)] + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/.venv/Lib/site-packages/pip/_internal/utils/logging.py b/.venv/Lib/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000000..41f6eb51a2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,347 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if getattr(record, "rich", False): + assert isinstance(record.args, tuple) + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/.venv/Lib/site-packages/pip/_internal/utils/misc.py b/.venv/Lib/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000000..3707e87268 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,777 @@ +import errno +import getpass +import hashlib +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from dataclasses import dataclass +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.retry import retry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + +FILE_CHUNK_SIZE = 1024 * 1024 + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +@retry(stop_after_delay=3, wait=0.5) +def rmtree( + dir: str, ignore_errors: bool = False, onexc: Optional[OnExc] = None +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise # noqa: PLE0704 - Bare exception used to reraise existing exception + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = FILE_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +@dataclass(frozen=True) +class HiddenText: + secret: str + redacted: str + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], iterable: Iterable[T] +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager, possibly " + "rendering your system unusable." + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv. " + "Use the --root-user-action option if you know what you are doing and " + "want to suppress this warning." + ) 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 0000000000..4b8fa0fe39 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=2048) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/.venv/Lib/site-packages/pip/_internal/utils/retry.py b/.venv/Lib/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 0000000000..abfe07286e --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/retry.py @@ -0,0 +1,42 @@ +import functools +from time import perf_counter, sleep +from typing import Callable, TypeVar + +from pip._vendor.typing_extensions import ParamSpec + +T = TypeVar("T") +P = ParamSpec("P") + + +def retry( + wait: float, stop_after_delay: float +) -> Callable[[Callable[P, T]], Callable[P, T]]: + """Decorator to automatically retry a function on error. + + If the function raises, the function is recalled with the same arguments + until it returns or the time limit is reached. When the time limit is + surpassed, the last exception raised is reraised. + + :param wait: The time to wait after an error before retrying, in seconds. + :param stop_after_delay: The time limit after which retries will cease, + in seconds. + """ + + def wrapper(func: Callable[P, T]) -> Callable[P, T]: + + @functools.wraps(func) + def retry_wrapped(*args: P.args, **kwargs: P.kwargs) -> T: + # The performance counter is monotonic on all platforms we care + # about and has much better resolution than time.monotonic(). + start_time = perf_counter() + while True: + try: + return func(*args, **kwargs) + except Exception: + if perf_counter() - start_time > stop_after_delay: + raise + sleep(wait) + + return retry_wrapped + + return wrapper 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 0000000000..96d1b24606 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py b/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000000..cb2e23f007 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,245 @@ +import logging +import os +import shlex +import subprocess +from typing import Any, Callable, Iterable, List, Literal, Mapping, Optional, Union + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/.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 0000000000..06668e8ab2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with @retry; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py b/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000000..875e30e13a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,337 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import sys +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def _get_default_mode_plus_executable() -> int: + return 0o777 & ~current_umask() | 0o111 + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, _get_default_mode_plus_executable()) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied on top of the + default. 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()]) + + # PEP 706 added `tarfile.data_filter`, and made some other changes to + # Python's tarfile module (see below). The features were backported to + # security releases. + try: + data_filter = tarfile.data_filter + except AttributeError: + _untar_without_filter(filename, location, tar, leading) + else: + default_mode_plus_executable = _get_default_mode_plus_executable() + + if leading: + # Strip the leading directory from all files in the archive, + # including hardlink targets (which are relative to the + # unpack location). + for member in tar.getmembers(): + name_lead, name_rest = split_leading_dir(member.name) + member.name = name_rest + if member.islnk(): + lnk_lead, lnk_rest = split_leading_dir(member.linkname) + if lnk_lead == name_lead: + member.linkname = lnk_rest + + def pip_filter(member: tarfile.TarInfo, path: str) -> tarfile.TarInfo: + orig_mode = member.mode + try: + try: + member = data_filter(member, location) + except tarfile.LinkOutsideDestinationError: + if sys.version_info[:3] in { + (3, 8, 17), + (3, 9, 17), + (3, 10, 12), + (3, 11, 4), + }: + # The tarfile filter in specific Python versions + # raises LinkOutsideDestinationError on valid input + # (https://github.com/python/cpython/issues/107845) + # Ignore the error there, but do use the + # more lax `tar_filter` + member = tarfile.tar_filter(member, location) + else: + raise + except tarfile.TarError as exc: + message = "Invalid member in the tar file {}: {}" + # Filter error messages mention the member name. + # No need to add it here. + raise InstallationError( + message.format( + filename, + exc, + ) + ) + if member.isfile() and orig_mode & 0o111: + member.mode = default_mode_plus_executable + else: + # See PEP 706 note above. + # The PEP changed this from `int` to `Optional[int]`, + # where None means "use the default". Mypy doesn't + # know this yet. + member.mode = None # type: ignore [assignment] + return member + + tar.extractall(location, filter=pip_filter) + + finally: + tar.close() + + +def _untar_without_filter( + filename: str, + location: str, + tar: tarfile.TarFile, + leading: bool, +) -> None: + """Fallback for Python without tarfile.data_filter""" + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/.venv/Lib/site-packages/pip/_internal/utils/urls.py b/.venv/Lib/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000000..9f34f882a1 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,55 @@ +import os +import string +import urllib.parse +import urllib.request + +from .compat import WINDOWS + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py b/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000000..882e36f5c1 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/.venv/Lib/site-packages/pip/_internal/utils/wheel.py b/.venv/Lib/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000000..f85aee8a3f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py b/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000000..b6beddbe6d --- /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-312.pyc b/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07517611488690d5abfd7de18dadf2240627a5e6 GIT binary patch literal 540 zcmZWk%SyvQ6rD+IS}P(Vf?$QBt1gl*+=z&{(UrLH2_X=s$yCN>GV#u&QvboV-{4R9 z1O7p}bmdMcD0Jmbs3P>joHOT~nLBgemY16ZYwzi`e`yi&UW(sBUDf0W>6yeNrU~(B z#nz1N881|9B{k{zj;#B2+3*{3(O;BJze&l6cI=O`*;%JntetbI3_nxmMCECG44~kj zdCd|rGaaGB9Fk%~vH=f=kq&|1=K{Fosi_hh&CXJ>k%`O;MQS*tEb-9vdhC%gC~QoM z_4)W#m|}C@mK>rS1WSt6e5mu@kb@Q~E!y+xEQ(ZWKqX+~w6IV@tpulpI>HN?Ad+c6 z+7GTYwhLG+MH-waV7I(|adRB>tF3#N$;j0Y+%-%O+}*$%@^l!Sie8|F;cmvF0p8F7 zex>_2dlzT#hA4#zLoXXm8wXOwdBP826`!TJ^cKRWO(~r;32l!_YfQGsWary*sP#n< IUvPu|=yOby|kIXJ@ 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 g@mmZNuD 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ccd77423d6e9978be7e5a2d3486ee3f1f747ec2 GIT binary patch literal 12528 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 z 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 Y(rQKRFGr_rpE+N4S^^IQa@kz@KLgxF8UO$Q 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 0000000000..c754b7cc5c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags = ["--quiet"] + elif verbosity == 1: + flags = [] + else: + flags = [f"-{'v'*verbosity}"] + cmd_args = make_command( + "checkout", "--lightweight", *flags, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/git.py b/.venv/Lib/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000000..0425debb3a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,527 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from dataclasses import replace +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options = replace(rev_options, branch_name=(rev if is_branch else None)) + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py b/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000000..c183d41d09 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py b/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000000..f359266d9c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags = ["--quiet"] + else: + flags = [] + cmd_args = make_command( + "checkout", + *flags, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py b/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000000..a4133165e9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,688 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from dataclasses import dataclass, field +from typing import ( + Any, + Dict, + Iterable, + Iterator, + List, + Literal, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = urllib.parse.urlsplit(name).scheme + if not scheme: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +@dataclass(frozen=True) +class RevOptions: + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + + vc_class: Type["VersionControl"] + rev: Optional[str] = None + extra_args: CommandArgs = field(default_factory=list) + branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args or []) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except NotADirectoryError: + raise BadCommand(f"Cannot find command {cls.name!r} - invalid PATH") + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/.venv/Lib/site-packages/pip/_internal/wheel_builder.py b/.venv/Lib/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000000..93f8e1f5b2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/.venv/Lib/site-packages/pip/_vendor/__init__.py b/.venv/Lib/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000000..561089ccc0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,116 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("distlib") + vendored("distro") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("pyproject_hooks") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + if sys.version_info < (3, 11): + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..177853fd3629cb6a1cc96a7f9beae0b06d0a4828 GIT binary patch literal 4559 zcmbVOO-vlg6|SDC`DMmnevC2LG(Y|sdl`&vY|OGw!h&HH)>aa2c8$qSn(2aR=$Y=V zuCYCBTOv}VfRxCr6v?(W(k4=*u)lQhmCV^-cOD zF8g)=q~GiDWWei#lR*_vhDczpuIy&BpMx31wga~R6_5pb=5>jb=4!1V%d5OAY_n*_X1z|8{QFW?pd9}sY>fZGIoP{4-- z+%8~Qz#Rha6mXY-y9In$z()jpRKUjsoDlGF0iO`?8v^bTa8kg%0zN6=J^`N+@M!^` z5pchN&kFdQfCmJ8eiOr8I`qx^s1DA-nV zc+tG6Dhx=loNI(y8Vr+XsF9WPro|{xvdQQ(zFi5)tyQKiL(emk(z2#O*`J520JAod0f15yS!|0_a(&EU%VFMMRD2d*EM%TEUxy zm{(c2JQw5d?d=w70mUvHX$UyCq`BJdV>wc>8Yr)I3f6zyciYeQmU+AQ_3^oH`FCM? zD_rHf2Tei+)P-1m5h2u#s9!=?KzkkC@LxgKr9|+O9lCk)cJgN5ZOV5PPA8y4FzK(Q zX45^^b<)EWYrg07R1&;io0`z3r!0+;9#cur z1I?O(OVV4qXua?~IgO=KNweUF%d4QxFexv&)*W~)peKz7A2)WdHFp2;gB5$dad6?? z4O|--mY#;|mj{1${gc9jBdf>$((x!f^lCpklK9irKU{ryVD0eGul;vwmTH#YT?=wBFRW6kWuN>eF!TZ~b>`KCZbpvR2pe`!f$3{@nUm>%+;l#P=VC zfAHT|tti&~0!0Gx=k+KO-)I2owZ-G+Ui+|&K9?iIZ}>kyA;H@Y98X@)=x!{nq%#Dr zE~AF-hSG#GZANoLs%9}=n|6a-poSYM?gk_Vdv8UA4fF1=-MFc;Op*oD}2+nUgfA zN}zP4R4vV_9a?38rQNXmzk_4gkQ5}PbOxf!Vmy7=qyN{iBu`~J$wK{9c+A*`tGIzP z%PKiYAGBH|lpIvsM7Sa*L_M(&?L1qaX}X=LZclEB;wpE7yGoXqb#xb(m91sTCR-yBG(~f(foV7|!i_G$Pu%n*QVg>LT@ni=7PxhXoNR>31hH8@V zJ>v!USq;4005h_>=0+LKL#ks2C2pvcv=Vi0D3wx;bg_cYvedjSbZFC#} z<}0-4D-_*`qIms6WFv;+wRgsr#_n8Rx_oc=)3N(wpI*Lyd1ZXPt$#gsb|La2Rxb@p zFU}ww-w2|Hw&m`-iH{Q{=EVJpm6nHN>up2p^>6*n|BvwB!)x{93vd5w{1@X(KU((4nE@v=NvrX2`3%g=LzQ>Jm?974t~=UD&$@V zpY$|+4nDPAxZvRLd78=;BMu$~%?6V8w7)`9K>j!Xt}_nq_jr~0D!zIgob*fs4nDu# z*I5Uj^E8#EoO1B#?VOUI#VH3L0L$V}9o)$K(uREzZ+Eb~MX~rZ2e)!8?rhmX*y<9^vMVn-T;EJqHo@KYa|!2><{9 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..137ebe55c5d25b86b95a2c2664d1047283ceaaba GIT binary patch literal 139535 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 literal 0 HcmV?d00001 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 0000000000..b34b0fcbd4 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.14.0" + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd294cac3ea434e6ea84ec8d07d4698999ea8090 GIT binary patch literal 912 zcmaJ z3kcr4ig-}^9sB}bEJa!Z1wlM`tM=BDFWX(Z7oEeK-~0c2Z|2M7q=DevfBm`jp@7hj zTp69x5S)Dk@D?%TAch^x3QmC)ogyo-vM7aRr;HKcil~H|qYbbos-f=a82N}*-($xB zzb;J2EFf;~+!!^uy!qrlzR-4VURpV{ifG7_7%C*T z(KFXn;92WbB{J$wb5K?S87b+tZK?cTWy!vC&tCeK6RhLx+Bl;pjK;tP%v0lLF)&Sx zo9dO!AcS^+gd!x<3E?3P1VEFJU9J*nNr);!6O})fDudXlPiGn-OnTs|4PuBr+ zl~oDJR|{T)GWLu{49aKbMn{OD@(GqgRda>LCPEOdTq!^To`b1xQE5@JuDIuL_tc39q*l2mqW=q zf68C+NYSl4chA+Syfv tr@o_^zIKFW4$#b-+lOfG2rV3-g|D^dyY5k~c~EN})|S7ahw3`i{tKF@2@U`N literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7e21b9b6bcb32950123996c546c499b1b83d0fa GIT binary patch literal 2656 zcmaJ@O>7fK6rS~t?Ty!V9FjmNNiaBt_z*`Gs6}a;mc}6|1cMrARm;+9>s_2RyS6*K z2H8p^BT+$xs#2*^IP?G~RKbB>+FR9ArK%U)1UX$LQY*@#w@9HEPJJ`G8ygxr^3J?@ zZ|3dW_q`wg8i|AujALK?c;S}-LXYXj8$O5Nw!Q~q87WBNbYyT@j-#|s_ho&s@;Yze zEM`2c`;9<0z-Yf7G=!|c=z!j3gt8$<2X)a1XTyvZ^oSA7MmeMgNEmc=fv)asH$)?VO8VeM1R%!1}@Ab z1EdT1wqUB(oO(&s?I8VPtyHl6>FM{*&)AW9i>R_OE0+}bP&*_mic5nZf(s7Yq;|%i zY59rVdGNfMlNCcN{Rcdww46arr*I3dA@81oNnS!Z-)^X_C znJZ_$o>@Nq)#+7ya6Q`JiYA)T#7gwl#tcYXxW9?}Zx$Zm;VrmY@UKc1~0+kGsAlON0 z;1R0U4$iBl32A5hjdHbQ*&!Dm8X+;~9c@n1X9r~`y=-j4MU#GDJWhJ4DzTti66JzA z5(my8Jm!Zm0gTZD>q5^B@pj*Xk)KAM^1kjsW9Df9h5K6KzNWZuMI36R*RXKyy1^M_+v298ca0@Q;qa0-n%AtH%^g$Q2iX-6gmcX4v0>;J&>0mZ;IQ{ z!y$J7_`dsm2VAJQ4Ze2dY5K5IKEJil=?4R#3eC4P}FMm!DebtR%KEi--MG1EzPGGLuGE9EKA&*pRgnc@229 ze3~_wAZEng8xxK6y14ts+l}-lWL@mbW1kg#YL;alWTJo9)iav{>WZ|4p{6jj z$s>P19QF6NaH5G5x6^m$?#w+H`C;_C(N+8=NQ8k_@K7^&=(crt@y_CE@aVb_xvo7D z2L6Jz{77)(&lV(!+9XL(JOTttJt^5ZQ!c4VA2|Z%)ni^GPr0SY6%ZOJ$=!BHk}g!? znkq?zrY@l|VGH04Cv8}I1*}>HS{1k0da}PD7t|X8z}yS{@&d{M>o*xfAX;neDDdL+6wU8{;hBq7uy;xc-Utw?j7bSj97XSbN literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a26e22dd9ad7a50cbe516fa46df308c5acabfb1f GIT binary patch literal 6471 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7171d4a3ca83e510a771c4a9f6b650f46af72fd8 GIT binary patch literal 16210 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b576dcbc303dbfd65bea7f2670a01be31010d025 GIT binary patch literal 4357 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07b1a6434af8451c5411d1fe7b45fad59416a9ff GIT binary patch literal 5275 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 oD}UI{(HxzvO!UX&x{!1I#l-J9-xX0W*h+1^@s6 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7f721823c6846d7678ad70d1f79f539c42eab316 GIT binary patch literal 1684 zcmaJ>-EZ4e6u&oi9LK4fkA|*m%a*l;VIT?83Y3Z=MkxCzi;y~maDyV(zHPnvBi!q3 zG;*aNApz2OZpB{!>Yn%m_y>4HeK3|P4WS9~W~tjtpSaga+7u`^%JuJ@^Sj6Ao)7;b z%Mze#;k%#LzfA)02NMR1>j8N969qfK00y*x4OIvkPFM+>Q#qSg`B>(xq%EjIjCm_% zi>e3#;_wB^OE&rEf z$VTR?q*~aLl+nM~1r!)&G{v-6;t{Ga(Lzt@5@0+?8o2VdS^m!W*k1)e~8bJd?cKEOrAC#H>25MuIc&1Jd zNGk}Nnq_tnuIpki#qrKCO*uULo`N0V!>;7PfqkzJ9O%Ps=nG#!LR0M}2KH?s0er!S ze!}N`-cS0eM{rN*S+_+W+@;0+=Q0w$xYzdp!5JLxG-m}Ud|gR~8J(r6i9BtCgc3Qv zQkdQx+%?SUy)4p1G<8cOB+SRBv^5JgZRBmb2I-_WJ+HM`t#(8P2t^8qQ#4e}q7Rd{ z+jcx99r6TG2g%q09%c3{+j4BnGp4Ndiq(4+E-+oHuOn$Hl?Lm`(ia;a)0jy^Gi=jo zeBfej1C>@jS!%4uuza^=>t*r)l|7BzD_?0;?jz@Z<3n?;K}-*oTbh24o*<2u*{U|F z&2Vuw4y}LX>I1B`S_oHKTj5A;sH5&v8e|_uATiscw$%L*F z@7PBuVC1#2gQqA-84IOmbG=O!sM*Bq+Z77bz3FUVo(h-^Kv<#$tMm(287^3*-zmMW zyKp8gJ`?w6m>D8rHoTa1SvWhSKK+W5alq`O`#;R%86r5tm@{YkJej-^76I$79|4|Z zc!F+6;@h@sv@P@wzDz~-IUzfAi#Q13GZDbqKf$X{z`F-v{&y~Sz|TG57Y_K^0e|g) zzZyy4;%qQ69n8HHy!dkP`dh&pi@|I2QT`mv1=3{1(dXmLRFtI8NC1WLD8-Nn@-tDI oAqnK>q6|YL;M|o+W@r=?=c6n`IWSR)eMJQzj6WTtx;XH^0Z5k8iU0rr literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000000..2c84208a5d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000000..fbb4ecc887 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[assignment] + response._fp, # type: ignore[arg-type] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[union-attr] + + response._update_chunk_length = types.MethodType( # type: ignore[method-assign] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000000..3293b0057c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000000..24ff469ff9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52216f95d6866f77adff397351a6633aac88c053 GIT binary patch literal 445 zcmah`yH3L}6unMT3K5+UJ0k%l8CVcP9g66L7^n~^vSgXqEvC*xb|~t|2Qag<@e}+2 ze-McUCN`uFNS(0T^4Pe;(K)t{@433qt(Fg_cJH40F#>qA;=7y$nQR(z4-6QRkf8)+ zPU0Y|9qDFX;vpCSb01LB7<)nE-P!`DUg-+S4`_PH>-8QlsiGC{6m0x+9H81i;Y{e+ zqrg?JF)GhO!@zN{RBx4{jL3-RtWZ&E|4NIzQiYrg9raBQGQ0S7*W3TOlH>QKh(bR1d=)9GQ?Kd?YTg z78MUmnhuRaV-qD_3=sbvU@mk_h{#1nNK}re%llcut|f1)RTILj1N54K4;LZy=>s}P OFVK1Q+qX?+xAq0=QG>$))ze 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 Jk8|?u{{uK8boKxM literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88c2277212f69087063999ff83fd2a162acd77c9 GIT binary patch literal 2748 zcmbVO-ES0C6u%acXSWY4251cd`%&`ge&wHy z7hEqP2AXC1)VK3A(2!ONE(NC8$De*Um>D=dIPk&n$Pg?<-!nZrU}i7juJRGJY%d$$ z9@2&=p*{lhc|u7_ut-X@G)tJ4Q<4?6MCj!xv09>J{by~lGK|CUfQ(swwr#xz|3)KjD9kh9^=E_Trr>R^(JVqZ+e$|-$*B~Q1?pujD0cf z**@(pn%T>6!b=zJVqXUKtOD!HB1$0BX9Xvmczp~3%kZ6Ku^ecbjP2TfCR1r&vn<(M z+=ePfflQH=j_w)xdbAD`vcYo1n_J!wgLzUVIb_+?at*JnU#wTV- zIL{#ln_3g0Nx3TJ5Rgr6YI{}Ap?#a0MSgsSE}pH*6_7Kj{D+kY>ZVo|d_w! zj@SBy#;~a)pwjR%qVh75K)(%V6C!4d>Q`)ctdP(fQQ=WPXt6!p^?cLKQicuXW5c8qbI2jM~!SWI+4=;u$2FexFDbXN8uNG}a zy&wX2X5h9!v8V&-hCVfT3q!CQ<{Lr~#Gqhr4#*UFq>{F-6}@e4cy@U1?Cjav!CGlq zkKd1V)grgMe~TTy-??wzx#`^Q|Ng{xCzd*o&J3-zcFtX!y>_=XzOt+5+rDr5e(I?8 zE$w>iMr5U9cWr#JBR(_Oyz$)Zx!S<(_FL!g#rqfI{Y&xVOFi%We12IUc-WB1Ic|0R z5MS1h^5B1Qz8(i{|6jhMe>Y^T3P1tWj3;7P(n6@>2-UWA*%~t9vWLu&u$n#>osHhp zx)-(XTKlrLH&nS%8i0oo^fXV`t1x&Om75`Yid@(W;SWXmg~jPv0;907traJMe6?RD zWg#I}hEG$cNSOg8*~mK7WVSnQn2uxkm#Be-%CKF-G~gXGFTx|0G@zs#6SjY;B@7?K z$eJa5?s`TNQW(`T9%G2dbKnIEmr-e32OnQK1l-^D0$Q~@WG;4RM{vN3J%zN z#Bd9SOQ~h}1puJ{7NYfQjLDHZ@VN8z^3aI}j|4OZcsCgXD@kDS&;e8Ap{8>U6Eer9 zqH{$)yIA(AcOg(2^-IhR6aJr&%Hlu3bb{L!*=V2&;89)Ms^ROP| z-vLDdxSRhR&4YLs>jlz~5T0IJ6}hyKBZ{x5YvySt6SQP9`GQq)aI9xCUzAKI++l5a zBNkYObt7~&dXT+_)2%D|gP5?fH)u@ayO+A^%!yq1P#RQ1b6 za5KZA7wm(-iDct%BDwx=BAhUM*#d>(F9pN5jjO)Nrl;D85Sf$gZD7HW@LmP7DhYz{ kL?gn%e^eqIdO(an$(z4RZ4cz#k5xm6-PrkrK*tsT7Z}1n;s5{u literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000000..e6e3a57947 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,182 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING, Union +from pathlib import Path + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str | Path, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install cachecontrol[filecache] + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000000..f4f68c47bf --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000000..d7dd86e5f7 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,499 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + # We do not support caching of partial content: so if the request contains a + # Range header then we don't want to load anything from the cache. + if "Range" in request.headers: + return None + + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000000..25143902a2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000000..f6e5634e38 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[index,misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000000..e69de29bb2 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 0000000000..a49487a149 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,146 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[assignment] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Previous versions of this library supported other serialization + # formats, but these have all been removed. + if not data.startswith(f"cc={self.serde_version},".encode()): + return None + + data = data[5:] + return self._loads_v4(request, data, body_file) + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000000..f618bc363f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py b/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000000..d321f1bc3a --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2024.07.04" 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 0000000000..00376349e6 --- /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-312.pyc b/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb1a09638869f80fad5da8f97582a608b872eaba GIT binary patch literal 328 zcmX@j%ge<81Qxyf(&B*hV-N=hn4pZ$3P8qmh7^Vr#vF!R#wf;IrYI&xh7_h0=5(eg z<`kAFmP%GlwwH`RWtvR4IFj@8N>cMmif^%&XQURT7BK_Gi&%g}6_=5Lk%^vxxt@WE zpC;=qmgIb7>09ja@rgM(@$t8~1w?Ov%m6 zi*d^@N=#2x2o86RNdq%=vkG#Pb&JbWbxRV9vvrMQ^vY86%3^#nlVXZ9OHy?U5|gum zI*MZoG7I#9=I5p47wIRb7L{bCW$MSrXXa&=#K-FuRQ}?y$<0qG%}KQ@;s#m_@>Q`o hkodsN$jEq~LGb~%=!EhMT=EUTHycy literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2aafdb19b508afd2f8098dfa642b05cf1fabb74 GIT binary patch literal 655 zcmZutO=}b}7*6JUhHfh^g~ih%h^{!hhh9WlK~PUp1QBH!7{*C#`Nidu5woMui*%0Ge=W%YC|z7;%{P!SU$9CQ@b&-8~gU99phNHU#`4Z`EIzcukBs`W-R`Y=*r&J-Bo%) GHvb3G&7}SS literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..620de1cf9beec3a545002f06607e0640b90306ed GIT binary patch literal 3230 zcmbVOO>7&-6`t82a!FBINu(&+N-aXRW79V2#8F$jKQ0`@k%6d^V99Pxupu_POM7XO z%g(GV%T)>;g2Fx&R*@psAqafv#c&Qj_Ehv(pgoYG0~s3^Fwg*jZ%k<*fKGjHxl2)s zdT1Xp@6FE6JkEUYdvEsdgM(25a{BjwDgADQkbmJrAOn7<^A08C0WnCP7}O9dG*3M% zTCXEqzHwq2U5;fu<%6Zj4OQLTdW8HmZQg_U# zZZgLzS-JX3^tU~UMwhNzJYBVon-w$7Oy?%6@w9W@Oj|YXXqAfQSavO4vGs1pE~Rx1 zJ>}|VHEpxBl?O;T@Z4 z*Ua?dFD?{HUN>8=SM@AkHnWb#Z)D#pQ?<^5#AX# zJL%(gQn#52;JK>zr(G0^x^tT$m9g;zs5SCjQa7bkQ%Y?lHk^k`Ur5Iok~AZ{#N)g~ zdc#S=8ZVZtis{OzxelW}=|S}m80v>=?W)rQ%fVTm81yk@3Q9TLwf))xgWk4vMuUE^g7yV^kvtOTw&H+o&c`oLjoca9?Z)l&h3&t5(;X>kQBCirist1V{kvW5uEy(i{wpt1$DL#bL~g3`0!3 z2(SpQl9#WW%w(8iW6=04s5SCxn8Z?zfyq}%GBNe1!;PaqZB3osoSJD)&HOFan!4QD zf93AG&nFIi@|(@c>E`5gYw`!Ji67pbeI6UVKYwrjlliBy6JMzl4Q0ans~zFQkYVdw z0R`dogGHdM1u*TI1HHhNd!Ysgz8Kt0vK~=aF>AVQShZ^z z(L<0SL){27HKPbvIlHk@f=p&$~(+(}x7M9(NJ4#riknNG1sL52)sNmS#gQmC*L z>;l$fo2O30OMVtqALUYH;$Y+8=|7)n?VtI-N!F_w2f+DGk{N)~r%}AB(!~-1)u8b=KtX_GWN7q{hd(;<@Z!_KY@5)?n5e zkG~b+`CAxd;mH6Y~H^e9Mneg7Zau;Uw=StZ>9}M?oFI*f%+LM6cAM};wJ-zIa zSF2dB{C`}8)SmN-O-6PFo3kl!?}iPF)wHUKH#6R9P?IGr*%|86634RVqlLxS1G)ko zjvxceVng?5?#+1B^kOS^_%8iQ9l5`JZ~6Y}z159#8>=n#L_<08-SYasGM~MU|Gx89 z@F?%8U*pRos4yNGfgwZT)8meO(=5?6G<_32%g##OL`~Bi7mxAQmdCV>4C*3c-v+Nu!#)$9;=(b2H{YH?f)QJ%~ z@Ff}SNR%FLD?|!!it(lxUtj)QJn*%2>cwbs?OovT+H6}ImtR|dt3$xFPf@u@*Y#Hf zZ97ClkxhB5DUWR=KbI%JmVVa1EY)2GraevN1%KHB?I=VZ`cfMHr}Wy3q4@fR&BUQ* z;?P6Ak;pWMj;+l+Qxofp8`;L#k*0cd?P7bB>`OmO9{45_mM5Q$q}n3b7o+>zGFaF` jJlPIoPaz|THqL2BNp!F?fW4$BXL0Lb+R^?!ctQUUV$+87 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 0000000000..a6581589ba --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4798 @@ + +# 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=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: 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=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=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: 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=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=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=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=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 - 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=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=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=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=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----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----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: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +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+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----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: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----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: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----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: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----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: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----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: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication RootCA3" +# Serial: 16247922307909811815 +# MD5 Fingerprint: 1c:9a:16:ff:9e:5c:e0:4d:8a:14:01:f4:35:5d:29:26 +# SHA1 Fingerprint: c3:03:c8:22:74:92:e5:61:a2:9c:5f:79:91:2b:1e:44:13:91:30:3a +# SHA256 Fingerprint: 24:a5:5c:2a:b0:51:44:2d:06:17:76:65:41:23:9a:4a:d0:32:d7:c5:51:75:aa:34:ff:de:2f:bc:4f:5c:52:94 +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNV +BAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScw +JQYDVQQDEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2 +MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UEAxMeU2VjdXJpdHkg +Q29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4r +CmDvu20rhvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzA +lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG +TfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF7 +9+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGmnpjKIG58u4iFW/vAEGK7 +8vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtYXLVqAvO4 +g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3we +GVPKp7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst ++3A7caoreyYn8xrC3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M +0V9hvqG8OmpI6iZVIhZdXw3/JzOfGAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQ +T9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0VcwCBEF/VfR2ccCAwEAAaNCMEAw +HQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PA +FNr0Y/Dq9HHuTofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd +9XbXv8S2gVj/yP9kaWJ5rW4OH3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQI +UYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASxYfQAW0q3nHE3GYV5v4GwxxMOdnE+ +OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZXSEIx2C/pHF7uNke +gr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml+LLf +iAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUV +nuiZIesnKwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD +2NCcnWXL0CsnMQMeNuE9dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI// +1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm6Vwdp6POXiUyK+OVrCoHzrQoeIY8Laad +TdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root E46" +# Serial: 88989738453351742415770396670917916916 +# MD5 Fingerprint: 28:23:f8:b2:98:5c:37:16:3b:3e:46:13:4e:b0:b3:01 +# SHA1 Fingerprint: ec:8a:39:6c:40:f0:2e:bc:42:75:d4:9f:ab:1c:1a:5b:67:be:d2:9a +# SHA256 Fingerprint: c9:0f:26:f0:fb:1b:40:18:b2:22:27:51:9b:5c:a2:b5:3e:2c:a5:b3:be:5c:f1:8e:fe:1b:ef:47:38:0c:53:83 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root R46" +# Serial: 156256931880233212765902055439220583700 +# MD5 Fingerprint: 32:10:09:52:00:d5:7e:6c:43:df:15:c0:b1:16:93:e5 +# SHA1 Fingerprint: ad:98:f9:f3:e4:7d:75:3b:65:d4:82:b3:a4:52:17:bb:6e:f5:e4:38 +# SHA256 Fingerprint: 7b:b6:47:a6:2a:ee:ac:88:bf:25:7a:a5:22:d0:1f:fe:a3:95:e0:ab:45:c7:3f:93:f6:56:54:ec:38:f2:5a:06 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS RSA Root CA 2022" +# Serial: 148535279242832292258835760425842727825 +# MD5 Fingerprint: d8:4e:c6:59:30:d8:fe:a0:d6:7a:5a:2c:2c:69:78:da +# SHA1 Fingerprint: ec:2c:83:40:72:af:26:95:10:ff:0e:f2:03:ee:31:70:f6:78:9d:ca +# SHA256 Fingerprint: 8f:af:7d:2e:2c:b4:70:9b:b8:e0:b3:36:66:bf:75:a5:dd:45:b5:de:48:0f:8e:a8:d4:bf:e6:be:bc:17:f2:ed +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS ECC Root CA 2022" +# Serial: 26605119622390491762507526719404364228 +# MD5 Fingerprint: 99:d7:5c:f1:51:36:cc:e9:ce:d9:19:2e:77:71:56:c5 +# SHA1 Fingerprint: 9f:5f:d9:1a:54:6d:f5:0c:71:f0:ee:7a:bd:17:49:98:84:73:e2:39 +# SHA256 Fingerprint: c3:2f:fd:9f:46:f9:36:d1:6c:36:73:99:09:59:43:4b:9a:d6:0a:af:bb:9e:7c:f3:36:54:f1:44:cc:1b:a1:43 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA ECC TLS 2021" +# Serial: 81873346711060652204712539181482831616 +# MD5 Fingerprint: 16:9f:ad:f1:70:ad:79:d6:ed:29:b4:d1:c5:79:70:a8 +# SHA1 Fingerprint: 9e:bc:75:10:42:b3:02:f3:81:f4:f7:30:62:d4:8f:c3:a7:51:b2:dd +# SHA256 Fingerprint: b2:fa:e5:3e:14:cc:d7:ab:92:12:06:47:01:ae:27:9c:1d:89:88:fa:cb:77:5f:a8:a0:08:91:4e:66:39:88:a8 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA RSA TLS 2021" +# Serial: 111436099570196163832749341232207667876 +# MD5 Fingerprint: d4:d3:46:b8:9a:c0:9c:76:5d:9e:3a:c3:b9:99:31:d2 +# SHA1 Fingerprint: 18:52:3b:0d:06:37:e4:d6:3a:df:23:e4:98:fb:5b:16:fb:86:74:48 +# SHA256 Fingerprint: 81:a9:08:8e:a5:9f:b3:64:c5:48:a6:f8:55:59:09:9b:6f:04:05:ef:bf:18:e5:32:4e:c9:f4:57:ba:00:11:2f +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G3" +# Serial: 576386314500428537169965010905813481816650257167 +# MD5 Fingerprint: 30:42:1b:b7:bb:81:75:35:e4:16:4f:53:d2:94:de:04 +# SHA1 Fingerprint: 63:cf:b6:c1:27:2b:56:e4:88:8e:1c:23:9a:b6:2e:81:47:24:c3:c7 +# SHA256 Fingerprint: e0:d3:22:6a:eb:11:63:c2:e4:8f:f9:be:3b:50:b4:c6:43:1b:e7:bb:1e:ac:c5:c3:6b:5d:5e:c5:09:03:9a:08 +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEM +BQAwWjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAe +Fw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEwMTlaMFoxCzAJBgNVBAYTAkNOMSUw +IwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtU +cnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNS +T1QY4SxzlZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqK +AtCWHwDNBSHvBm3dIZwZQ0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1 +nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/VP68czH5GX6zfZBCK70bwkPAPLfSIC7Ep +qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA +yB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm9WAPzJMs +hH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gX +zhqcD0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAv +kV34PmVACxmZySYgWmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msT +f9FkPz2ccEblooV7WIQn3MSAPmeamseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jA +uPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCFTIcQcf+eQxuulXUtgQIDAQAB +o2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj7zjKsK5Xf/Ih +MBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4 +wM8zAQLpw6o1D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2 +XFNFV1pF1AWZLy4jVe5jaN/TG3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1 +JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNjduMNhXJEIlU/HHzp/LgV6FL6qj6j +ITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstlcHboCoWASzY9M/eV +VHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys+TIx +xHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1on +AX1daBli2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d +7XB4tmBZrOFdRWOPyN9yaFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2Ntjj +gKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsASZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV ++Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFRJQJ6+N1rZdVtTTDIZbpo +FGWsJwt0ivKH +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G4" +# Serial: 451799571007117016466790293371524403291602933463 +# MD5 Fingerprint: 54:dd:b2:d7:5f:d8:3e:ed:7c:e0:0b:2e:cc:ed:eb:eb +# SHA1 Fingerprint: 57:73:a5:61:5d:80:b2:e6:ac:38:82:fc:68:07:31:ac:9f:b5:92:5a +# SHA256 Fingerprint: be:4b:56:cb:50:56:c0:13:6a:52:6d:f4:44:50:8d:aa:36:a0:b5:4f:42:e4:ac:38:f7:2a:f4:70:e4:79:65:4c +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMw +WjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0y +MTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJaMFoxCzAJBgNVBAYTAkNOMSUwIwYD +VQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtUcnVz +dEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATx +s8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbw +LxYI+hW8m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJij +YzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mD +pm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/pDHel4NZg6ZvccveMA4GA1UdDwEB/wQE +AwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AAbbd+NvBNEU/zy4k6LHiR +UKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xkdUfFVZDj +/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Label: "CommScope Public Trust ECC Root-01" +# Serial: 385011430473757362783587124273108818652468453534 +# MD5 Fingerprint: 3a:40:a7:fc:03:8c:9c:38:79:2f:3a:a2:6c:b6:0a:16 +# SHA1 Fingerprint: 07:86:c0:d8:dd:8e:c0:80:98:06:98:d0:58:7a:ef:de:a6:cc:a2:5d +# SHA256 Fingerprint: 11:43:7c:da:7b:b4:5e:41:36:5f:45:b3:9a:38:98:6b:0d:e0:0d:ef:34:8e:0c:7b:b0:87:36:33:80:0b:c3:8b +-----BEGIN CERTIFICATE----- +MIICHTCCAaOgAwIBAgIUQ3CCd89NXTTxyq4yLzf39H91oJ4wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMTAeFw0yMTA0MjgxNzM1NDNa +Fw00NjA0MjgxNzM1NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDEw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAARLNumuV16ocNfQj3Rid8NeeqrltqLxeP0C +flfdkXmcbLlSiFS8LwS+uM32ENEp7LXQoMPwiXAZu1FlxUOcw5tjnSCDPgYLpkJE +hRGnSjot6dZoL0hOUysHP029uax3OVejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSOB2LAUN3GGQYARnQE9/OufXVNMDAKBggq +hkjOPQQDAwNoADBlAjEAnDPfQeMjqEI2Jpc1XHvr20v4qotzVRVcrHgpD7oh2MSg +2NED3W3ROT3Ek2DS43KyAjB8xX6I01D1HiXo+k515liWpDVfG2XqYZpwI7UNo5uS +Um9poIyNStDuiw7LR47QjRE= +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Label: "CommScope Public Trust ECC Root-02" +# Serial: 234015080301808452132356021271193974922492992893 +# MD5 Fingerprint: 59:b0:44:d5:65:4d:b8:5c:55:19:92:02:b6:d1:94:b2 +# SHA1 Fingerprint: 3c:3f:ef:57:0f:fe:65:93:86:9e:a0:fe:b0:f6:ed:8e:d1:13:c7:e5 +# SHA256 Fingerprint: 2f:fb:7f:81:3b:bb:b3:c8:9a:b4:e8:16:2d:0f:16:d7:15:09:a8:30:cc:9d:73:c2:62:e5:14:08:75:d1:ad:4a +-----BEGIN CERTIFICATE----- +MIICHDCCAaOgAwIBAgIUKP2ZYEFHpgE6yhR7H+/5aAiDXX0wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMjAeFw0yMTA0MjgxNzQ0NTRa +Fw00NjA0MjgxNzQ0NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDIw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAR4MIHoYx7l63FRD/cHB8o5mXxO1Q/MMDAL +j2aTPs+9xYa9+bG3tD60B8jzljHz7aRP+KNOjSkVWLjVb3/ubCK1sK9IRQq9qEmU +v4RDsNuESgMjGWdqb8FuvAY5N9GIIvejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTmGHX/72DehKT1RsfeSlXjMjZ59TAKBggq +hkjOPQQDAwNnADBkAjAmc0l6tqvmSfR9Uj/UQQSugEODZXW5hYA4O9Zv5JOGq4/n +ich/m35rChJVYaoR4HkCMHfoMXGsPHED1oQmHhS48zs73u1Z/GtMMH9ZzkXpc2AV +mkzw5l4lIhVtwodZ0LKOag== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Label: "CommScope Public Trust RSA Root-01" +# Serial: 354030733275608256394402989253558293562031411421 +# MD5 Fingerprint: 0e:b4:15:bc:87:63:5d:5d:02:73:d4:26:38:68:73:d8 +# SHA1 Fingerprint: 6d:0a:5f:f7:b4:23:06:b4:85:b3:b7:97:64:fc:ac:75:f5:33:f2:93 +# SHA256 Fingerprint: 02:bd:f9:6e:2a:45:dd:9b:f1:8f:c7:e1:db:df:21:a0:37:9b:a3:c9:c2:61:03:44:cf:d8:d6:06:fe:c1:ed:81 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUPgNJgXUWdDGOTKvVxZAplsU5EN0wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMTAeFw0yMTA0MjgxNjQ1 +NTRaFw00NjA0MjgxNjQ1NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwSGWjDR1C45FtnYSk +YZYSwu3D2iM0GXb26v1VWvZVAVMP8syMl0+5UMuzAURWlv2bKOx7dAvnQmtVzslh +suitQDy6uUEKBU8bJoWPQ7VAtYXR1HHcg0Hz9kXHgKKEUJdGzqAMxGBWBB0HW0al +DrJLpA6lfO741GIDuZNqihS4cPgugkY4Iw50x2tBt9Apo52AsH53k2NC+zSDO3Oj +WiE260f6GBfZumbCk6SP/F2krfxQapWsvCQz0b2If4b19bJzKo98rwjyGpg/qYFl +P8GMicWWMJoKz/TUyDTtnS+8jTiGU+6Xn6myY5QXjQ/cZip8UlF1y5mO6D1cv547 +KI2DAg+pn3LiLCuz3GaXAEDQpFSOm117RTYm1nJD68/A6g3czhLmfTifBSeolz7p +UcZsBSjBAg/pGG3svZwG1KdJ9FQFa2ww8esD1eo9anbCyxooSU1/ZOD6K9pzg4H/ +kQO9lLvkuI6cMmPNn7togbGEW682v3fuHX/3SZtS7NJ3Wn2RnU3COS3kuoL4b/JO +Hg9O5j9ZpSPcPYeoKFgo0fEbNttPxP/hjFtyjMcmAyejOQoBqsCyMWCDIqFPEgkB +Ea801M/XrmLTBQe0MXXgDW1XT2mH+VepuhX2yFJtocucH+X8eKg1mp9BFM6ltM6U +CBwJrVbl2rZJmkrqYxhTnCwuwwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUN12mmnQywsL5x6YVEFm45P3luG0wDQYJ +KoZIhvcNAQELBQADggIBAK+nz97/4L1CjU3lIpbfaOp9TSp90K09FlxD533Ahuh6 +NWPxzIHIxgvoLlI1pKZJkGNRrDSsBTtXAOnTYtPZKdVUvhwQkZyybf5Z/Xn36lbQ +nmhUQo8mUuJM3y+Xpi/SB5io82BdS5pYV4jvguX6r2yBS5KPQJqTRlnLX3gWsWc+ +QgvfKNmwrZggvkN80V4aCRckjXtdlemrwWCrWxhkgPut4AZ9HcpZuPN4KWfGVh2v +trV0KnahP/t1MJ+UXjulYPPLXAziDslg+MkfFoom3ecnf+slpoq9uC02EJqxWE2a +aE9gVOX2RhOOiKy8IUISrcZKiX2bwdgt6ZYD9KJ0DLwAHb/WNyVntHKLr4W96ioD +j8z7PEQkguIBpQtZtjSNMgsSDesnwv1B10A8ckYpwIzqug/xBpMu95yo9GA+o/E4 +Xo4TwbM6l4c/ksp4qRyv0LAbJh6+cOx69TOY6lz/KwsETkPdY34Op054A5U+1C0w +lREQKC6/oAI+/15Z0wUOlV9TRe9rh9VIzRamloPh37MG88EU26fsHItdkJANclHn +YfkUyq+Dj7+vsQpZXdxc1+SWrVtgHdqul7I52Qb1dgAT+GhMIbA1xNxVssnBQVoc +icCMb3SgazNNtQEo/a2tiRc7ppqEvOuM6sRxJKi6KfkIsidWNTJf6jn7MZrVGczw +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Label: "CommScope Public Trust RSA Root-02" +# Serial: 480062499834624527752716769107743131258796508494 +# MD5 Fingerprint: e1:29:f9:62:7b:76:e2:96:6d:f3:d4:d7:0f:ae:1f:aa +# SHA1 Fingerprint: ea:b0:e2:52:1b:89:93:4c:11:68:f2:d8:9a:ac:22:4c:a3:8a:57:ae +# SHA256 Fingerprint: ff:e9:43:d7:93:42:4b:4f:7c:44:0c:1c:3d:64:8d:53:63:f3:4b:82:dc:87:aa:7a:9f:11:8f:c5:de:e1:01:f1 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUVBa/O345lXGN0aoApYYNK496BU4wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMjAeFw0yMTA0MjgxNzE2 +NDNaFw00NjA0MjgxNzE2NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDh+g77aAASyE3VrCLE +NQE7xVTlWXZjpX/rwcRqmL0yjReA61260WI9JSMZNRTpf4mnG2I81lDnNJUDMrG0 +kyI9p+Kx7eZ7Ti6Hmw0zdQreqjXnfuU2mKKuJZ6VszKWpCtYHu8//mI0SFHRtI1C +rWDaSWqVcN3SAOLMV2MCe5bdSZdbkk6V0/nLKR8YSvgBKtJjCW4k6YnS5cciTNxz +hkcAqg2Ijq6FfUrpuzNPDlJwnZXjfG2WWy09X6GDRl224yW4fKcZgBzqZUPckXk2 +LHR88mcGyYnJ27/aaL8j7dxrrSiDeS/sOKUNNwFnJ5rpM9kzXzehxfCrPfp4sOcs +n/Y+n2Dg70jpkEUeBVF4GiwSLFworA2iI540jwXmojPOEXcT1A6kHkIfhs1w/tku +FT0du7jyU1fbzMZ0KZwYszZ1OC4PVKH4kh+Jlk+71O6d6Ts2QrUKOyrUZHk2EOH5 +kQMreyBUzQ0ZGshBMjTRsJnhkB4BQDa1t/qp5Xd1pCKBXbCL5CcSD1SIxtuFdOa3 +wNemKfrb3vOTlycEVS8KbzfFPROvCgCpLIscgSjX74Yxqa7ybrjKaixUR9gqiC6v +wQcQeKwRoi9C8DfF8rhW3Q5iLc4tVn5V8qdE9isy9COoR+jUKgF4z2rDN6ieZdIs +5fq6M8EGRPbmz6UNp2YINIos8wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUR9DnsSL/nSz12Vdgs7GxcJXvYXowDQYJ +KoZIhvcNAQELBQADggIBAIZpsU0v6Z9PIpNojuQhmaPORVMbc0RTAIFhzTHjCLqB +KCh6krm2qMhDnscTJk3C2OVVnJJdUNjCK9v+5qiXz1I6JMNlZFxHMaNlNRPDk7n3 ++VGXu6TwYofF1gbTl4MgqX67tiHCpQ2EAOHyJxCDut0DgdXdaMNmEMjRdrSzbyme +APnCKfWxkxlSaRosTKCL4BWaMS/TiJVZbuXEs1DIFAhKm4sTg7GkcrI7djNB3Nyq +pgdvHSQSn8h2vS/ZjvQs7rfSOBAkNlEv41xdgSGn2rtO/+YHqP65DSdsu3BaVXoT +6fEqSWnHX4dXTEN5bTpl6TBcQe7rd6VzEojov32u5cSoHw2OHG1QAk8mGEPej1WF +sQs3BWDJVTkSBKEqz3EWnzZRSb9wO55nnPt7eck5HHisd5FUmrh1CoFSl+NmYWvt +PjgelmFV4ZFUjO2MJB+ByRCac5krFk5yAD9UG/iNuovnFNa2RU9g7Jauwy8CTl2d +lklyALKrdVwPaFsdZcJfMw8eD/A7hvWwTruc9+olBdytoptLFwG+Qt81IR2tq670 +v64fG9PiO/yzcnMcmyiQiRM9HcEARwmWmjgb3bHPDcK0RPOWlc4yOo80nOAXx17O +rg3bhzjlP1v9mxnhMUF6cKojawHhRUzNlM47ni3niAIi9G7oyOzWPPO5std3eqx7 +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS ECC Root 2020" +# Serial: 72082518505882327255703894282316633856 +# MD5 Fingerprint: c1:ab:fe:6a:10:2c:03:8d:bc:1c:22:32:c0:85:a7:fd +# SHA1 Fingerprint: c0:f8:96:c5:a9:3b:01:06:21:07:da:18:42:48:bc:e9:9d:88:d5:ec +# SHA256 Fingerprint: 57:8a:f4:de:d0:85:3f:4e:59:98:db:4a:ea:f9:cb:ea:8d:94:5f:60:b6:20:a3:8d:1a:3c:13:b2:bc:7b:a8:e1 +-----BEGIN CERTIFICATE----- +MIICQjCCAcmgAwIBAgIQNjqWjMlcsljN0AFdxeVXADAKBggqhkjOPQQDAzBjMQsw +CQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0eSBH +bWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBFQ0MgUm9vdCAyMDIw +MB4XDTIwMDgyNTA3NDgyMFoXDTQ1MDgyNTIzNTk1OVowYzELMAkGA1UEBhMCREUx +JzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkGA1UE +AwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgRUNDIFJvb3QgMjAyMDB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABM6//leov9Wq9xCazbzREaK9Z0LMkOsVGJDZos0MKiXrPk/O +tdKPD/M12kOLAoC+b1EkHQ9rK8qfwm9QMuU3ILYg/4gND21Ju9sGpIeQkpT0CdDP +f8iAC8GXs7s1J8nCG6NCMEAwHQYDVR0OBBYEFONyzG6VmUex5rNhTNHLq+O6zd6f +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cA +MGQCMHVSi7ekEE+uShCLsoRbQuHmKjYC2qBuGT8lv9pZMo7k+5Dck2TOrbRBR2Di +z6fLHgIwN0GMZt9Ba9aDAEH9L1r3ULRn0SyocddDypwnJJGDSA3PzfdUga/sf+Rn +27iQ7t0l +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS RSA Root 2023" +# Serial: 44676229530606711399881795178081572759 +# MD5 Fingerprint: bf:5b:eb:54:40:cd:48:71:c4:20:8d:7d:de:0a:42:f2 +# SHA1 Fingerprint: 54:d3:ac:b3:bd:57:56:f6:85:9d:ce:e5:c3:21:e2:d4:ad:83:d0:93 +# SHA256 Fingerprint: ef:c6:5c:ad:bb:59:ad:b6:ef:e8:4d:a2:23:11:b3:56:24:b7:1b:3b:1e:a0:da:8b:66:55:17:4e:c8:97:86:46 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIQIZxULej27HF3+k7ow3BXlzANBgkqhkiG9w0BAQwFADBj +MQswCQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0 +eSBHbWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBSU0EgUm9vdCAy +MDIzMB4XDTIzMDMyODEyMTY0NVoXDTQ4MDMyNzIzNTk1OVowYzELMAkGA1UEBhMC +REUxJzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkG +A1UEAwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgUlNBIFJvb3QgMjAyMzCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAO01oYGA88tKaVvC+1GDrib94W7zgRJ9 +cUD/h3VCKSHtgVIs3xLBGYSJwb3FKNXVS2xE1kzbB5ZKVXrKNoIENqil/Cf2SfHV +cp6R+SPWcHu79ZvB7JPPGeplfohwoHP89v+1VmLhc2o0mD6CuKyVU/QBoCcHcqMA +U6DksquDOFczJZSfvkgdmOGjup5czQRxUX11eKvzWarE4GC+j4NSuHUaQTXtvPM6 +Y+mpFEXX5lLRbtLevOP1Czvm4MS9Q2QTps70mDdsipWol8hHD/BeEIvnHRz+sTug +BTNoBUGCwQMrAcjnj02r6LX2zWtEtefdi+zqJbQAIldNsLGyMcEWzv/9FIS3R/qy +8XDe24tsNlikfLMR0cN3f1+2JeANxdKz+bi4d9s3cXFH42AYTyS2dTd4uaNir73J +co4vzLuu2+QVUhkHM/tqty1LkCiCc/4YizWN26cEar7qwU02OxY2kTLvtkCJkUPg +8qKrBC7m8kwOFjQgrIfBLX7JZkcXFBGk8/ehJImr2BrIoVyxo/eMbcgByU/J7MT8 +rFEz0ciD0cmfHdRHNCk+y7AO+oMLKFjlKdw/fKifybYKu6boRhYPluV75Gp6SG12 +mAWl3G0eQh5C2hrgUve1g8Aae3g1LDj1H/1Joy7SWWO/gLCMk3PLNaaZlSJhZQNg ++y+TS/qanIA7AgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtqeX +gj10hZv3PJ+TmpV5dVKMbUcwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBS2 +p5eCPXSFm/c8n5OalXl1UoxtRzANBgkqhkiG9w0BAQwFAAOCAgEAqMxhpr51nhVQ +pGv7qHBFfLp+sVr8WyP6Cnf4mHGCDG3gXkaqk/QeoMPhk9tLrbKmXauw1GLLXrtm +9S3ul0A8Yute1hTWjOKWi0FpkzXmuZlrYrShF2Y0pmtjxrlO8iLpWA1WQdH6DErw +M807u20hOq6OcrXDSvvpfeWxm4bu4uB9tPcy/SKE8YXJN3nptT+/XOR0so8RYgDd +GGah2XsjX/GO1WfoVNpbOms2b/mBsTNHM3dA+VKq3dSDz4V4mZqTuXNnQkYRIer+ +CqkbGmVps4+uFrb2S1ayLfmlyOw7YqPta9BO1UAJpB+Y1zqlklkg5LB9zVtzaL1t +xKITDmcZuI1CfmwMmm6gJC3VRRvcxAIU/oVbZZfKTpBQCHpCNfnqwmbU+AGuHrS+ +w6jv/naaoqYfRvaE7fzbzsQCzndILIyy7MMAo+wsVRjBfhnu4S/yrYObnqsZ38aK +L4x35bcF7DvB7L6Gs4a8wPfc5+pbrrLMtTWGS9DiP7bY+A4A7l3j941Y/8+LN+lj +X273CXE2whJdV/LItM3z7gLfEdxquVeEHVlNjM7IDiPCtyaaEBRx/pOyiriA8A4Q +ntOoUAw3gi/q4Iqd4Sw5/7W0cwDk90imc6y/st53BIe0o82bNSQ3+pCTE4FCxpgm +dTdmQRCsu/WU48IxK63nI1bMNSWSs1A= +-----END CERTIFICATE----- + +# Issuer: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Subject: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Label: "FIRMAPROFESIONAL CA ROOT-A WEB" +# Serial: 65916896770016886708751106294915943533 +# MD5 Fingerprint: 82:b2:ad:45:00:82:b0:66:63:f8:5f:c3:67:4e:ce:a3 +# SHA1 Fingerprint: a8:31:11:74:a6:14:15:0d:ca:77:dd:0e:e4:0c:5d:58:fc:a0:72:a5 +# SHA256 Fingerprint: be:f2:56:da:f2:6e:9c:69:bd:ec:16:02:35:97:98:f3:ca:f7:18:21:a0:3e:01:82:57:c5:3c:65:61:7f:3d:4a +-----BEGIN CERTIFICATE----- +MIICejCCAgCgAwIBAgIQMZch7a+JQn81QYehZ1ZMbTAKBggqhkjOPQQDAzBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwHhcNMjIwNDA2MDkwMTM2WhcNNDcwMzMxMDkwMTM2WjBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARHU+osEaR3xyrq89Zf +e9MEkVz6iMYiuYMQYneEMy3pA4jU4DP37XcsSmDq5G+tbbT4TIqk5B/K6k84Si6C +cyvHZpsKjECcfIr28jlgst7L7Ljkb+qbXbdTkBgyVcUgt5SjYzBhMA8GA1UdEwEB +/wQFMAMBAf8wHwYDVR0jBBgwFoAUk+FDY1w8ndYn81LsF7Kpryz3dvgwHQYDVR0O +BBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjO +PQQDAwNoADBlAjAdfKR7w4l1M+E7qUW/Runpod3JIha3RxEL2Jq68cgLcFBTApFw +hVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dG +XSaQpYXFuXqUPoeovQA= +-----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 0000000000..70e0c3bdbd --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,114 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys +import atexit + +def exit_cacert_ctx() -> None: + _CACERT_CTX.__exit__(None, None, None) # type: ignore[union-attr] + + +if sys.version_info >= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") diff --git a/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed b/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000000..e69de29bb2 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 0000000000..e999438fe9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.8' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9b1cb6293152304e1fd0a28655a9af3dfb3438a GIT binary patch literal 1279 zcmaJ=%}X0m5TCc%Y_f@8(Q2*rtLP<^#DW(or68ELg5*+4F$9)%_Ze3=+4y$-i1gsW zgNF)=2m3FG|3g9OttTl(Stt~G>Ma;4#ZzZCiP2K}4)f;Co0;Ftyx;rW-W~&7Q+pp5 zS0#WSbZ9Q6q0~O1as(!r%!VA8QjSUR63oyJm@=16LUq4fNF|@J4MjO8GmwD8az`^+ zYv<7u)`(EKy4>5kX=)fLpEM3lUj`L620T0tqMvdjzJmA>#As{Awf38u2usf~6LM08B_+RW#&SK|TF7h~yzE&{DVq%W zQB5o9MXqUnOw)>vxn`5zrfI8dx?R6Hh8jU!FBwnsZ(J_iylxh)QvQV_^a3A!{Wgw>%G_B*g&Gxc1Qj@DSrJA3Sn_3;+l#&;xZw!XrKr(SLCo`&rJ$0n?psx* z>$X0;uTc-%aM9Kk^zeT`L2L^kMJH-^aAaPzysfU=C}ep+5j`YmL`IVZs3XS!f_}PD zA^N`qjqJgyKmdm0lx@dYNixxec9-HCjl~SXb&t>C?N;Ay*p_{eLI@Wd>>u2n*_#cj z$R-s*Z43Hn5cE?-KM9&@{Y`0x!BYg{9-iC;iXFI=nVPs%P}EQi)xGJ>l5sy` zJB5N(D)?~?$s}B4G*VZ+p?94|D0wGLpN-#dD@<5vn}>VD-4aH~e!+0Zw6tU3&_ zhr9RB)qyj0;KS4xb$na70OcGKXOK8}e3<$Qqra;o5be2yI2*c>)$q`M;mA2~egUf0 XFdDCesT?ZP5}Zl{(<7nNVTSS#R`e11 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a08d3b0f9f4e2a2f779d9fd6361a77606a3923bd GIT binary patch literal 45612 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%0AXN68ba3TQ4NWnIC11eXyCjr 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..196627a7700ea8cc8a62b27449c044f273b8e2d9 GIT binary patch literal 66037 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�thSSOmNnPt}@dYm3-z` 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 Yhb&h0yPiWL_aiZIsN4CYE*|Os2E9xCK>z>% literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27939fca3747fbf9a937011c8678437d75356bfc GIT binary patch literal 60165 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

xd^DNY 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1cf97df0e6aadf8629545ca5bb2fb40ca42ca3a GIT binary patch literal 15126 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 Q`G)NE-{B{Tyt?lH9|c*<6#xJL literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..97a5cbbb3a587fd0d939797e9cd3353f53c0576c GIT binary patch literal 7689 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 rq5XMI?cqkjP09K}UoAOK5ZN$9fD|B- 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 t`tcs&DPsfDL&tC_BAto=UoPrW?i{|(8ix55Ab literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e704dbac0422e54f270ec8c8f3182b8721c94663 GIT binary patch literal 19802 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

y z{*HdtQoCk3oV8Uz;a3ldBGHe)x1>XY&H%48g83Xabuo?D6OM`|?`--3bRGj3otrh} z*m&v0Pn4Z-R@!m$ylLg89&hM8Zu-rr%_^PdGv zC78-!GqC)xVR-U-mu&u8!Giw{)Y`h>R$N{`+-8A`6%lST?%Y)LbKC+bjgh;-xCOGc zc<0x6n4Wz$&r+Seeg4+@rJ0qnbnU@UEQbI^LWTSJ<@T!24h#d0MrnVTuoPYoUQ5Q^ z?e~i&u*8y|3xTx7@BijxAd)N5`~7Sz2-&tX$DSX2?yUc8|Fh4X0z)qUEdV8Xr=oaS z)TtD=uH;!7#FV0&6CM8J{R2l{ICa+l?2+NYf&MdR`8Tk}n-~#Z|KDMXsPOPmk>dro zK5{qGBvC>Kc1TbcN&*cMCmx+V2r(in!~YL>eV>xp2~>&j^>Ty)m4NH=2K9wXtu?^a zF?Y-L)At=^*N4DWk!i|S)&W=g(CpOu9<*zTrY z?Sl%Fap!}IT5b8mg9EhI{opy3Mq3XoxV_=}$p;#hw&{VPSKG1yTIR|c_^}FT1XU|a zw1e~mW(NQsr72y>7b;rY^iU0{4NSo?)>+^D#%tfe{ASE|VSY2@8%%Fby*4%1^!l~M zo#Z;@=)LNWY<&aK8+PBT?|NV`8$A!}9NNl9Ek><$E1L}5+b*g?F=BNV^?36WkRzEp zkVH8?i&L``Bh=uFda$M*`ECiwq@X+3@mzx-dY_2Qex^v83|gdl!a{E+!ro)U0qFo7 zM5<*1%hEtuv_tJQsJ z`@!qh4VB)hxo(3JXZ1qYeAg0iNa<2AXrxLzuG_%-n{bKl{c@wc5M!}W*z)widOgLz-t4uM{b_DapJYp57bccy5T{Il`aRX ksoT3sIUnh!v~=ZM%imM@{J#%+pbBB_e&XGCY>(#u0~19B^8f$< literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e2e09386e4c65e87d1f3f35b6b489096f70a393 GIT binary patch literal 88226 zcmd?Sd3>AaeJ6(XiYXZkKZduQk};8)*o958jEEcVROWnsV8E-U-Z>B?chwk{j{ zwRhRsucOPsesjBWt$a>rmy&j!l`Ca+!x1g(l{kpr{?6i#Rm7fnx;z0x zz}R0hP})_Bb{GPt{<4AcuJVD3u8M)muF8R`uBriVmv^ALt9qcOt7f3Kt9GESt8Spa ztA3!Nt6`wAt8t*It7*X3^QScdgcHbedq!xmU!_ zl7EA1Kh*MfUF(p>ajsW>Ctd~2Qko5qOkq&XKTeM>8qv|p#$rwNq3r3sV= z4}7TSE9iPUP=S^lWbZ2Ru1fLlP{50KhuOPoysJ^X>wILt)MBpuEBR~0s}FTTjn4$? zQ0lXR^MQKw%F#dr?v4c-aXubs!uh#?59j9tD{y|{k+rNuEpuYo@~>3OiAUyKC5>Ab z+R%(Py!6PlEmGQ(fz@cwslXbXUky^NIT=@eVa6ZlYX(Re+lcJw`*wf8; zx<&Ccz@Bc!(^kdPU|?HUZ=gT09c?-j*nu+726lG!v9!C8_9;c$bB}Cuo7Cp>k4&>$ zO4I+yH0@HFfj|e^VhZfRc`)eYHUSpx1uPos8XmaNbzy+(;s}mlcI`te_Xq3F{Y)Ma z@k*L;A(rw0Qa&9VmYxo=rw8%$P;e;N@S%av*A-^Z594`fu>Ra%i>1lGQVAnySs_b( z1gW1v>i;UI60fAxudO^S_Vgs4o>G)M9(WmbzQNvg%0D^z*#(bYfM|K3A*YuoC%mi+vPl=iRmxy8P&X|KcN{F-&q9g zR@_y@-ftJ*`v!ha9ntC2W{iR0g^?g#^quJ+I{kCP3Al50^o7FxeW&-l))O2K_YDpD z+!=c)%=HbP=?;$#2SXWaIQUwaU1v<8vm@cY{*0CLk9PMB4v&O0mSZgKfg_o`9)Hi- zV0SM!G|(Ly8sU0^8S@C&KQtU1WEba#`fzbJ93Dn>8S85U{oHU5UE1~^KmN>q|6rg$ z$Yor+{h?s{&|q)hnGwz(9^x{#SN;8cf$qLQa4?*);#Jt+H;9z>9+qm@&xLSjdG6?; zJsgMh=B~csy?y<`jHNde2=)vGs2zhBMux(8ga)w;k=&P?UOG8?vZeXdO5e%Qiik_N zU$IhrQu=b!_8q&TJMp*U^>wS(k4Im6qx#eimU_j@P4v4`t$a(ph;6=N=TrfPs z4dPXxuZJdzpBwXH2xv4gS>!Ci*M_-ZD1;O(IjqRzXM@T-qkaATVn*-z;8@68Gc;VY z%3ITaHdMoEs^RFWcZl;24h=SkgWN#hpua!l?Hgp}g;AbdiT4cWA3$qYd6AxPZm7lE zCbnE?VK9K)UN#9(PRJV`@}3T|()tEb0a_eJ5`PGv(cgy${(hl=RjfsRu{eyZ*!HDG z`dM+W`nf*;>HeU%DKye^mP#B7br1Rng1#2^K5G;SHWtt*{u|)b%bGAQ`Qw~kypn(A z5gXS=wcLuR_MB0ED_)6ILO@%BN8`Gv2I)XAFFmAmno`ZUCW>^ux?`HCCS(g+#k2w4 zhr*ouD&~t&qCTn*=wH=xxr%g#s3rpHTuvR(pRN_Q*5GXYJ&OFpLzB3}SHxduTlc0XBwuvGRZ^BD%(!NKxM)gXW6$+v=?kWi%X3 z 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%0ACvYu2{Z`e!ogRehRM$ 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a190621c7bc4f3107fe8cd1ed1d12f45f5f37c07 GIT binary patch literal 30373 zcmd6QdvF^^dglz@AV31(`%UmEf)pu|lJ%forXG|fOY}psY*Uo6AP1xNmb%aF1MS@2>l`^8N#r6z|U$^4{e73)}_$g{))?O18T5l=_MU8{QYQclmf%;I=65O4hBlQ0|*h zG^|=TSFw_-WP@C#O0JE{DpPWmZ%|f+lB;rqTvcBwSGAI>W`nZqO0L=sa@8rh>Nm*M zpyX;CRt@L$m#z!hCMD-aFx&K%ay2WtHtOeBgN8#X3+)=#_Lr^OgBCewf4R_#8CW4~ zMp(IS{R_U@D#8(Hcer0z|rv5BSbL+bvN^}Y%1*yJvBm$)nC)yPt6 z+_l1!Z*pmA4elm)g`6VvysPeSb~g(L%76fHKez{X;SgHom{vIs`(MvFIzBn(9(Q|u zF5l>c$38J^ciD%>+^>xej=Aj@-J%z%qn;7Fcjz3l*(b$`i=zTdn3|lN5PkOH3DN%S z;b+^nZR^;a<8}L{CVdkVW8Su*iSbF4NyWH4g5B#LcX@oHLn&pp=X^$JsqZtwj1E3- z_WDGW?DS1fy1h5}xNXuUdfiUZePL=;WNma9;URsLrPie;opAZkPBET) z+&$tNnwE1U9_6=|lZnR2@0A2ON68Bwuhc)Kn!};fd?k=Ow@SGG zD(B`vGB}V6zF!SMtHoR-`)f{}8}-`p-{rASB`c6Y(%$FL#0^fT$2IPDI^#J`=lFy$ zHAZo>(|KXaHI{gzcRGcMA*b^Ow@URt8X4*yc)<&347h~xQO`i{gyFC3l<8<$bkn>p=TOx98%(@zKEn@2Jn+Ht8CA71_K4lcSScoOmZph+BkF zuWxL0a7$tmv`?>r}8{2C4-WLXDtC zs1-B_b%GY5UeF;l2%wPtM!|qEM*v;yHwifi%>t-lf39FgnCG?#xtRYbo34KAbe_W! z*C$4GNUogTfuM6lYFEF9;3^m3&&wl*XZex~dW{coPUZa!p3ZCKJjr{2mys6BPo=YK zM&&cg@qo(5*bRD?iLh67jC+Ik(TreMKqZ$W@UI>MT-p0+&Y|iPsS6H$TuUosGOl+@ zD)tzm?fjzc z`gp|9iZoNmecw_RZv1Z19m}RA!>0R|{LmAZ{o$T(y}o3q3ck)JN7`^uJJ@iPB65}U zDZmyKpuWKa0RC!p#^rU}M`bi+ANAN>cJI{S(3s0hSfZeB!lxiHx4@R^4V74ng2g%n zUV>qw%VH(s{#?1Y42q4EClA3acR#N-QgaZAJmpAToA`<@tjR2? zucCb?xf^^R#&ipEiB%M|AxP`8&gpbtz)a3l`pKR*Q@(lxn8yb5T|@Pfp*lQu$IuwF z6kPfG+}FeI_r|V`Em>M3hL#OF)`SwiykllGRP0378@#v`x2&!70G+3{lAb$|d9@G$ zT3JwXb@%-4@Km&*F=Aj)=jr z0jQ6om@fzQYrNOS=8>|j@LA$Y&a~u!sKi}(yZ)$*WORt0v2HnU9RiF>Vd>SU=bv8C zMhly67w%bX_@MPh>rHpGWlzMiH)7bkL4S^+fL~RA@SiVnU+jTKEYA^oH&Yu(Y!+u!y(q#K8H;j z5}Gn%J_QXF5Mv_IH%2+O(<4J!Y?bVzN1ACO@nqsr3J6ig4Uoqs-J)+=e1_79hOlZF zgC`OUSWu0K_eBJ6aw{s0wtB_PYY*`&I+gY*e#M~Dwyqd>Z4*7WP;B3dj@Ry#0zB4I zjI#6E%4Hp=%lll#YY+3QY9%VwN!1PEPq}0^cr}2eRPJBm{fYA@zMr^$;`s%p6T_Wp z!QM4MHXvSK%Xobqar*sww}CWRGNTUp02(aF2Udh8rn@o=&|5)1C_tDe6e6@t^Nymp zJ|Wum4bc>lFJd^@l%<(PQ#QcAnnC~xo>)%&#W+6{=O@$H=SPM;W3KT*!L`qCO_bd( zrx1s@N{s(37k+NRcI}1P1j_odx(_9ZFB?lLD6LlUC8Vsa@CBrbFH^uUW7cZqRf#Tw zrve4l5(Qn`VezY0O6=Y$O=0xXwa|HO_}deU{9?}y?S{Qww;BK3zSF!G2R80|%J4FN zlCf#ha`~#gCBVyL%6hwDFMkCU(r|hcljy=i&$WviR`@Fi>zT&`E4U?@J$bB|%LdLV zkDkNuh~M*w-}gwhXYV7`KK$+7`$)YPf$DYq)$aXjQe=_^l-oq|yU0WxTJo|uNFtrT zOkTZf)J-nD_L7`VwB5d7i(2Xytou^5aaY5msv;uWx$#Gs$SR_A{TZymr za_R^-qYkLD*+9fg+0zekXU}om0AM$xfwF}^Um%y2ybEf%2V!eLBWN!2Vrnn70Zm3P zp?(u|<)A4ux*08cM9fLX70}9M@|>q&oji&@LNKtB)aMDqW?TVHKpW5vD{bVtx4^9V zO5|(-Bom2*{v9XCuZhYqaL64v;X(YU;gq`uOl~}dr{Jv zO6*}g=d^2VN>V3?gg_)lk*0H8L%PPemWmYP>Q~*eh zb%E!mRT^$u?a=uDI!BtQcKbn6tl3A0?NGWUj3HQZiB)AEXXXbldzrFY+H;ieyFp}J zk+toK2dy%@-XRg z6Jm))AJ->36F11;#dDI75dBmpKO9$&dq>t_fVh^y&z~z3WcK(CeB!;1V3vEB$C-;m zBku<8m^R0X%kLI9FBLa0mPCs?gGXYUJ3e^&#?vdD(O9))ZVo;bI=|2qvld>p%vzAzc3r|I@ZNVPWRM);caL3Yezpx^FXrVS**bw6H6%_ugzIE}`2d~_C_^ zK|?@zVQ3KTluiSVcr9*mo#^&Xjrr1athw&jTthyXhnP{&UnCDxTJmqv)lt) zQBZf^lo#}osx@k=2w%8uvM01ow)bDT*|XHR{Z`vjh0&6NrW$>k>DYTn(@ZPfQfLcfGj4zj#%T&WJYCbUDFy4IOqy7*3Z#VDHqLp_%$*+Z# zG6mm4sf;U4ouEjgD~akKUoHO{FP5>d2xnwmfNGXhNtw@tFF=f`^F@5fX5LzektW2S zC(klT!T&zeyiXtiJFrHf|JvMZ;V0hPb#2#@rQx>a&|={S6*nqwY5&~(L-UeDQNd&v zA(~L;mjg-BD2vpFwM{0yO=^=#yZ^hClSXzemLL!@EJ4C$8nw>4_Ond!tV%&SA7NWr z!>JZ&QHn`$AHrjbI*@6WQrRy_y?KLj5n+(kn@`O@b@}!0YNS;hwRbLAIwOY84Z8L# z)OEsYme6%R;+r4w4)F+eDYGM_9ZT(qq|*F7>PSMRSyA)ezH9sLR&+%xx^5o&==dKV zk63ylhMu*(pcTUgNEWY&=gz!j8S`npSks#0Nc3Bhlb9(pKcJi^C?H|NVa-$tGWttO zGm&^NNkjN1#h#_$n-s9cLn}mNy28U0qne3|luvK;#x(rgF>Yc|*(gzMn~S>&DJk{oMR9$FE(iTXk$CwYfmL`pJ+ z)oen&Qj^MOQoe=DL;y~RMAfqiJ<8K7<-w&zf-UORqrAj(N_mOADdp({hFR*V z!E+ia6=T5gW#fGoBxxomkdsY)BF`l;Pf(}Snv+srjz=Tt0y$`5PQaK|$)V(idSeIF z8_KK)QUmDaunxRwVV}Q* z6dllhkg6jo-86dB)~E(kiLl;k7lNlbo~_ffnAd6iwZi!Q7JrpTYi$~Cn)`kAB|c%E zkE@{;xuJ@y+B?J-P*5tH`^dOw#O-mvHYx7&*ElELlTLWHIiUc7c7I~XHRj#du4MQ# z`j*t4|H%Dfmb-1;9`1RkAoSeT;w9_$FIK6oZxogAjO%{Hw|@pL%r6=D{TaRbjPT88 zgcd#{mELEhbNkFp0cqOc{L;tJIBb)=OT0!&e4O`F;6$Ju9`(4!944l>iQC|TN6kEa z`1zAZpXqZxe^`7IUoeNPxNbz8n40u54Gmn0CdWp762t#Cvc&bHUSV_uNmEpXNvxwp zeq8(>-8G)6aX1gTCntu^#nr&YaSb8gxEgqtltX}rSkE#tPb8WVvZRc=%H#`Z@h&<804;L)l$J&61&JfsY#MW_#|L%=hyeBTf51u3c(M*wA9R zc~@SVd+BojZ0~)O6;Ossg@3>7`!(;^+$@OJK5@soJ!;xMd+2^nZcw=F2)Vx11`#j+ z+Ea`Cw@<+Q9Xc3#J~$oJJXCX#OEPj?KLP8OIX_hUtz9vzZBF}hYeA?t+&OIbOp!rb=YzF2-y$Ti;-t_?Zn4nB|`-mMQ0E!18czTO(iZwwxc=}p1FZGA<|Vw=-E zfJ+WPwYh9FKzexh;DTo1x%c(gk4FlcgNObFHJWE{vC^`4w}yS!cZFV`*E}dK3vUZehcq#>?aJ}F z_eDg4$vlWNjZ<~YKd#1ckEd|%q5ArLh&!xeGpPDQr;A!wCmRA}Cc&wp@ zusVEdVe6tcVrq+M+9X~K6Ggdb&Cs>ljbN=cv0nq9SS|eU)xWJQ|9+iYPZmZQ{q-BB zwGN#~YtD5Pyj_nSstq`}y2fOLlTg(hnV1l|bL6Sq+1@2b?e%tYM+K6C%d8z5n>xH~ z@2E@7+uo7-ms~&l{auP z9d(VRe%`)ykUgf!R0pV@WQ3eJ+l8SC4EBBPlsSc>mE4&j5OkDDi&S;X}mI4p% zNF(V+vgsa^MufH85ft;(ZgvG!Ok46RCp_Z6NAco22vP}-NGcP5%NoDtc4m*tLUqb9 zb5p2J!?BzEcTXI9^iRe;+aA zOw0i?4@`O84sBACFaA2^C2^2Z1}|ww*xZqn_my}g3ZCJcE%hOv8ccE^gh(6N(QNfW z-NPI%xB9NRe#uD%Sd8r3wQGdEA)>iO{HkDMPmKRy|K;^>`* zW6_#pLCqaQWl}waHolLNoKuP`O0lH$$FzoiSn8bu7?oGP3Ac#%u6Ddk{Ocw$qag`?%s z2Rd(h_W8rlA3p9p)pO(|bSA%vKjH>PRj3Cil6@sx_?C8MVcq7jp&0w~M=?`CDh7exS`I z*Ontm*OnuaUX6X9hT~|^*^Hufl!oJya$kyDb5hMl-sF-8hR9Eo{enu#xRSZO{In{m zgiNNx%nLb?$rNfysRr%tsa|Qxs{s}twkp6Q9Nyt%q+{$J+`;+R;{0@+_oTU$#B-fY z(N2y{FwBX6h1N6>tPUcA6>BgBdoJsUKTAYndPA`1jf-HX$V9ehZcmthYk$mAn9N`@ z2cMhU7TP+uJEAFGOUa4drE7HnL6VZY)$sU%jurdrGy+6A5(@<*{D8E~^Iyljf%ME9 z$iTdTjBGbs4)XyrF&`i^^8w0bK0tZX1&%_I%u;ZOmU@_Uh=z-tlr-j3q9e&DJm}>N zBgv@yLfo48%q0$jWp;_vNa*)K!KZrVG2elAZ0tV+74+DlP`+1sq_F5 zs2$W|F;oPqi#+tJ7U);`Y&b(AauBdm82=R`~MxvAUby9%@RKrA8wSABHRwmA*7$YAI==tY&ygfs&dDci^fG>5n=+9A~lH>5fX z859OuLZ0kOj^(`SEsF*@W)$xUm{sK!joAvrYJ#;RW%-bbXL&Et?gj}z-O!4+QKtCE z2;!Ra6QdsSV|pgMb0gt9kTK?Y>3m6?AB8YFoW+OWCn&>Tk)%7yfXj>hI0k!_7AQo| z>bkqt9ZS_6H%o4{d^{YjKCxt|2A{j)l&5)#0A+=x&$ni017Ks_z%r7fN6yENG8d+9QVcFILoC>CRQ+k#6PpR2$OP z`@eK-p^E;uHn!p&^i=$Wg1ZRTSa!v~M(PIRGU7XhaS{KH3b>CT4PFFAwib3G^3PZc zfLB6856^Czc{eoK5Q~@AAE6P6gZWQ*+MvZ_?g5%fO~|#;Ou`y(fiVhOr`E3Ve`&w4 z#%0UHe?>FI2M97c@i$1?pc5nRuMyZkrLT(+WCy!Mq=Dj*H}hHt1*yGyhK8DfL^J`o zrzaiKC|yPn(mP2fr;?BYLjno0BOM7a0VGrG_|It21|4)?5YTAv0p!|Xl{vV&E!vT0jiy;5UleCEvjdSdCQuPyQ>@X-HosIWC@{JN+HpDXu6LpP`mZf9OtitczJhNab2-W53Tx&@ z<7!U4mAq_!j(Ws@K#)0j{{?9q44%h5L0vnHT#r9^<(n2R-OP!W?T!@fUU&QyO#FXP z$76zms4S*8!^9K^%|jgCm)R+93KOrGXcDFu_%6aEqJgmkTyIuBYAsz((p!ZJXQj)e zkY!gYT~4LS4jqXNG>IjijOh$?NdnCz2l1!${$mPgeXfJ!e~efD`gJF4lJ~wu!}{yU zy}__1X>bWe`)`|SK#s9E%Nt~ZOr9mLM@`iWw%ewc73W^F55@~j@e?o4}Y+u4RV=Qq4^ru{5zs1CoTqkW*$uf=oQ zS%1ze1I^9wC>?M#JW?UK;FXKbl6#M1|A4oJ8D0IVfiA!06|otn)nuX`<$b+t^9&O? z{g#2jX4lv-jJUAjItB*gT4v4lmm(cvWt(K%MT|v|!EeMvyOhZ|&`dU8v>~pc2wHWf z`}KAwn%?TqIkUN?&e42k;Otqy;mqsZtxh}ItsZD^@aIzV6cciqPDWYT7csThTiLP- zF`Ec3zk^vxgMnffoE}ROd^VgOvCH^ zOcCutFugi_0hh!XU5NMS0-9{5Ke>eob*Ez5m1}{MnBsMevb5ms^(nl)KE({E{{bc> zT@ntN(az{o93>SDBWM_wgW)xsc~DU38_#X3?<&F5u7kV7GC8j5FAc1&fL|LKJRpz z$fa|mL+9A1&csKl8f@8Hc4%U1Oz>=CTjkyMsYyF2y0BS(8eX%W5y@NDukC2ZKc-A& zi0U(b?EUVw6Z@y2#+Z5O-m_iU&lQXJlP~n*tMr16(8>Y~=nJ%)b@VOK zLkP7lUt9x+r7=mzlwWw}|wKdJ@ z;0deU^eI#$wo<0HHr#&yTi4&O%<`Cig3?+hp!#JekA-Qc)lHL6mYJ{9LFXQFInYhsEtbE$>=z z!LoVbJKJxUcSUVm(PUf6)ynzGx2uD?d-~jmU_RObCS&W|(cr;QVGI?&IR7GymfNF6 zEpxp9ld<)4vLNHTIo*Sz^6>Dyb8cv{KBz`YxPHEJLAPXUBA?j8(CIs-${0Dw!i+q7 z;)|6nTz<B&F|fANTYFDWTEN2`hd|m zW2(AYQ9_e{=1HzT#aXEV)*+sIne%8aaj&Ug<}Q&En##(!6r2O|NCuwavr<0NMWs=` zq*f@~ej?KI0;^CDaDhH5JZ;w8!0V5Z8@l7i$PF#?W8}^eOsTn{Ifbq)^AgN5O%>5@ zAy>!)wfM3=TGC7Y5{Os@TWUMLBzL}0@EExZ9}9j(Lh)miUGiADONFw>D7##!c#PbY zj|Gz|q53h(t`Y31xzkpsq8%XZ{+iW^(*%XQ8UAJVPF|yqTGu~fah+6%s7Eoi%B~C8 zFE-(I6RD-WDI=pe#z}caI&&h5jH(_Twogw?$;N$|o=REpt;>fas)(>Ez7fr%?e2Da zQnEWOi3qGPVZzNakBz>HQ+j+3s@%iMA0Hh#=d%yOfq>2cL$k1RgigLn@t2 zmz(W_I8;brmC~VSgYay)s2qTnsNHKHni560d5lfdp+m5T+mZL#>1U6&+mA5ly6nQ# z_#|p(1^Lbq_~oVxQv`8jKZuXIIy!c3wr}g&xr3Ss2#rh5C2jVut({%=<|nqc@7mhv zNNoRE18BzDz}dq-bk5}&akJX&62C)3?V9pUK)*dYB=cB+6U)dQ43Ipph!c5I#NltE z$7}CN&KwyUGT1TReG?w{X4*leFmQs~=N93oLhyA_G{4~ph0+^GW_?h&mX@kruzcaKYYzp#QLwiPoz6}OcOx;8V z#wf*YJK8&DHGN0*Pvnuw+K7@8o16Oj-mOi78++(a&h;{h$P?z-9f#(LlrJ2DcAi>koAOWS2 z>JS5Mfwt7@^zGzei2BMBZ3@6QF)-*)&BI;+n6h(tpiOC&ZU|lK+UM6#CYqlpuM->8 z{)oUrv|8fz^~7hphTL!&af_c*@{bTWG?E9T3LD-u6XNKI_z5(8QcMRn*i#2HY#eEZFw{!0q%*0#gK7w8=$8@D+uHZ^-BL-e^?V1qPg{Rs^wg~e3;MWn6DJi6^HcUl7+gc zv2pgmeWNKO1zt8%u87sKxZ~!5sBy>afrkbqv2F3STlrDr9wed-th|V|ZsG7^SJc=} zZQ%?#-<Qf@N0k{HTcFeXY!DYk8K`WD)`H?6K(DB01f zEoq633$NWotG1;j)-LQ^d_HRINK33+IIyUS8e5TQR@%R5vHT`-?nI&tq=Zhx?`vSD9m}YM}P59%bDv*TFQ^*+U8U-Q||21Wi1{b zv3)Xcm@V8DV}<(Le1-bQHq()6?#I=pBW>y*Z{`vD^VyDsv#kNF!T{Dt+gS(0NPZn# zB5jZOCoxlh4^u9##|)>f590r#xykSvIX1Dy!*EZUG(cJ^;-y!sG3&755Uy}DJRHYy z9xwD7iaY>L-V1JQ(G2wr*}LF#R9_Sb+KzK&|rWVZWK52FibJXYQ|djurSyPAaL8N6S|1!zW?I; zFaFNUQQMXkPH(Kmc3`XhuC-yw+OY84A|JK31bgBZYpkF+TuT~)aO0hVriHDa6g0u@ z`91wL{Q`eIXTIk_X+_v|O^>4hti@Mz=X1lZPptN33kqDeaz@LQ+_~J)xjTlMq?@8> z!mJR@6kJ2Q{CWvqZE-_K;sW9M5y3+}IWftg!5lLa`ptWYQKdmxF}N_TI}a4qdoBfSzm1;BJ|4-cpk$!eR~W{8r#zaU~q; zRqvNCPT#KG87nNmdTjpKJI6m)b0t;si)ii6PxDK|rxy-f>tF1?UG)UPAZI@39W$~O zl*uomRZl!Hq!?cnkxSkW$umH$Jrag=tNwztLxV+lm>mAHd1wJWY+>j@!J{}Vmd2G`vL*%SpfJ0oA&IMz2ge~u z*c$Q80!~qp7Aq}k=5y7XoPVbPINIr*vfZEN9ehh`DV5E!zd$T)?Xly<{1xe7N%Jfv zv#0kMzN3BL#iTncx>_+`vBGJL#k9%*v3JKlv9{jiKQe!4zIF1GjvgGr5jMPiJXTf} z(&4xZwpf-;$PX1I+29#)`)=qmO>#6u>-&4sq+l~+m|8@Ne>(Jx*H(jo)6r%6#NI^~ zlWb*d9wDQ0$wRVw4oS(WNDhj$$-u44cIt$T_i=zRk8KC4J@^*64d+RhmvJRcGdR3V zg9&b88xwMnO)?#hBIeI~g_zi+g-e+oc&W^@M|gmRD`|sXXTD`4WGPl@#d;%mgADxM z(v681?S}^$Nq`FnX5a{oY=lYX3uJ#mkR~nc4n?peWz(I(_fww#@)s$a5c%X$AdHsx z`g;y056zwOxuwH%rK880-xsqn$f9VY*UpaAO`b|&Z}gr@ng|$a!$IRY*e!wm4ny#X zmo)w#1JH5Z*aXZNVqAa8CDOU*(l#lbDDA5HD`d&;wkYZI>+n9)U6GBqzeZYG8UAWX zoB0e)W}@bxXi0l`%xt~#%-l0~&9zJB+V9pcod2CIQFE7c-VL!}l?5Tj|^LRPytoAne-Q73mG zLU!@m*%P1Iib5mODIYK)%pQxCw9Fn0`j#|>4{Q~o{Hx{j<&ny^sI7hW*s8{)m5!Aa zsU&|NTRIS9nHZS3HMh|Q;EuLk%4T51VPwVzWJtS^ir0IYzE7B@JN>P0MgX@TgwmC5 zi6vQYnewP`sLIL1C$Lpd-lpf^8Q-70CrAT%86vjX5vJ$tlpvW8YbC6VoqV>)TCIHH7VS- z;^U%trD)h;L0X)lh2Ka4*1+lSWWY`O5+_mVP3&99AoKN7ygm zy^==%i5q2{{GYJy2e?@%--pR57Ouwu`Y{)-JgXmDl9*z@a{`@_F+Zh?jUd)QiP^*s z88kRgNt4YqlEn5Nn709vP0WE-0g}|dggKSEC7;wn8YVFZ(*iV`*&4|nD=tz1&u}s*~CK|w8ak#IV1LlUN*}+Q-K%r2rs7WNsYC3-mJUXx!C>F^6g1u z;`Sv?$?W0a6QRaWZ582OoRoQV!5g);-sr!jyLI7*#*eo~+l~Z_Xz!>k^hCHZVzMvP zFHA*DneBbz1!dMYQ?x zFsx87AjH842=!>2Auj){!b$c^F@0&y#8fUD-*!Y8x5_!G9(F+mlJavK@Sx(HayzhX zpE;32IuVgKu4nul_%CC^Y5@m|gf}<67q`*4Jb@rxVJkM^rN8*JWVezUsQlK&pAu+F zkO7#kpqL&1S5l3eIaXGOL-z8d*{ZY%88!H0y%|R2DrW>~IgeQ8m6aV(1W{P|5`+oX zc`A`zu+EeHPc@^0{SQP-w*O)G1P*XiOC4k*O{?lgLTIZ)oMHbop)GF3>}JO)$hv8N zbvg(#-+xS?coK!dO+=+JRuF%QUEO!hO-tscg$sAg4xH4b_(+o~)Vhg0BH)%$J|~^o z1y!iA;t>;+->9nP-ZyoqKj1smX*frL-}9&{0Y7=>BSpSoKTV{j!Acp4^fau%`Oy?4w|s-t!Ew!CIuzjRa2AtcloAuU_!Pl zS|M5WvkF9*R{>;x@+!dWqrPQaf+qdsSJDIclY83ndqL7sp*TT&$n9n3K<@;8;R!ZC zm*Dc@SD;4SL@i}f`H0`#C+V&%uzHS9v!5xlH#d4605$Qz;%-2B4Rwf@Dw8ZJaXINk zP=C`plQAP-gdpFE3YhN_gqQBQ?$8i+99nIm`cPL$hrLyng1eRm+Gv3T#cG1aC{Dg5e6arxC(=xDrX`q6k&#fD63(160kT{IYML}-7T_#_1x z1gneEDEJdv)ls4cD++`}#$O_<&K z@g$0*ais|C;sj~{yD^Dds_d4BXOV(`qE0pA2&5QiZ7_>(9lE>rN3f)xr# z)kMx?u%c3sM**punYxY1-C`|0GLD_`ii{^>ObDB7N7!dn3Y#7Z?}W4TrJp+6Cq9EL z_|JJ)06bVndH!>=n%Cgub>8xKobewx``>f*D;l+F+pHdX!kmg=$z5allCeCzGiq#@ z)jiaycw_kdLk_oxIqm#mJ~;f4qx-`_-o^8k^ho#Rr_@|gP3QorxR*JV9lDVtM}O@5 zk#AM2DmuYOINM6j0iJJPKBnRdYGy4Db+!BvKCFMp(S7A9-oTeUEI!5at&~RhVQdNX2gw3R&DpYs1WxfRm9Y^!qXDutbRz81afFI-eyyamv2X&8%j0};A zj+=EKHGJ3*weFbB#i=?mOMc8~i{<1(jfDdtW5(RiErvprYF#NV;maOwGxNovBM&*; z9#$9d4vOQpyp6-TGtZM%9b;eC{b2XrKi~GlZ5aBz9)31wC5Pv0Rt))k+rt(e-y9lw z$l>-dpXVDWj@v^+0}Aeah@JAqpFhiU*Z^vYbRLM=cdx4Xg1w*SRfL~jtXkT6G@5tp up0z4GzUYiq@4!3TuFs7+vuf6WUYFE_153r5XAQx!C9Ysqr{>EU68Qf))tnLl literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..931574311b438a31ba1d987eb19060cd1a92b458 GIT binary patch literal 51869 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 KMLv~{!v6q0(eWez literal 0 HcmV?d00001 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 0000000000..e93dc27a3e --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1138 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/database.py b/.venv/Lib/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000000..eb3765f193 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', + 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [ + METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME + ] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join( + entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, + scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, + metadata=metadata, + env=self) + elif self._include_egg and entry.endswith( + ('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, + req_attr, reqts) + return set( + md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version + and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % + (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix + and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append( + (path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning( + 'Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode( + 'utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, + self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires + | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/index.py b/.venv/Lib/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000000..56cd286714 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py b/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000000..f9f0788fc2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py b/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000000..420dcf12ed --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % + (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) + and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version( + sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % + (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % + (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py b/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000000..7189aeef22 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py b/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000000..fef52aa103 --- /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 0000000000..e16292b833 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,466 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from io import BytesIO +import logging +import os +import re +import struct +import sys +import time +from zipfile import ZipInfo + +from .compat import sysconfig, detect_encoding, ZipFile +from .resources import finder +from .util import (FileOperator, get_export_entry, convert_path, + get_executable, get_platform, in_venv) + +logger = logging.getLogger(__name__) + +_DEFAULT_MANIFEST = ''' + + + + + + + + + + + + +'''.strip() + +# check if Python is called on the first line with this expression +FIRST_LINE_RE = re.compile(b'^#!.*pythonw?[0-9.]*([ \t].*)?$') +SCRIPT_TEMPLATE = r'''# -*- coding: utf-8 -*- +import re +import sys +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + +# Pre-fetch the contents of all executable wrapper stubs. +# This is to address https://github.com/pypa/pip/issues/12666. +# When updating pip, we rename the old pip in place before installing the +# new version. If we try to fetch a wrapper *after* that rename, the finder +# machinery will be confused as the package is no longer available at the +# location where it was imported from. So we load everything into memory in +# advance. + +# Issue 31: don't hardcode an absolute package name, but +# determine it relative to the current package +distlib_package = __name__.rsplit('.', 1)[0] + +WRAPPERS = { + r.name: r.bytes + for r in finder(distlib_package).iterator("") + if r.name.endswith(".exe") +} + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, + source_dir, + target_dir, + add_launchers=True, + dry_run=False, + fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' + and os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or (os.name == 'java' + and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) + and (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join( + sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % + shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % + (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', + date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith( + '.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % + (name, self.variant_separator, self.version_info[0], + self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' + and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + if name not in WRAPPERS: + msg = ('Unable to find resource %s in package %s' % + (name, distlib_package)) + raise ValueError(msg) + return WRAPPERS[name] + + # 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..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py b/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000000..4a5a30e1d8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, + abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % + hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', + False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, + (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile( + outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp( + file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join( + str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug( + 'Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % + dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, -1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append( + (''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py b/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000000..7686fe85a7 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py b/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000000..0c01d5b08b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..456d0f9c4f82b407094370a73b6f773792f60c21 GIT binary patch literal 970 zcmcJNJ8u&~5Xbk<7r!rlCU#Pwv@Vy^1agofnM8^~NTZWhXWu5;P}6KnMHi7GQYv;XvE&FS+2W_!|L(kY=bP)6nOToNem(x4W9$cQ7R$af zuFj3|i3KdMLWUMtXoHP8$e{xcuD}ZBA&&(pU=fN~f)bXYj1{P06{_fhi>t7THK<`7 z>ezq=Hlc|vXki=LxCU#u4(r%~4tAkyu@e^9pDoxBCh|qD=lrxx`d(MJ4-SuBJs2Q=?8p>#PK9EVOYkE$yXc?BYEhbYQASH!C#$L!C-=iF3t5!%j4s}mduL~Q;jU%vE_$E(DouJFW&WNi zhp?gQ8-z`RgWjgj-@fl(vlr;% z|1CimIQPSl^DpemWMelclPBJr#EgaK2j=Cym$C9s#MbETo_Cy?{nIH<`pG-dPyOVq z|Ipi>i)ii*<=9JPD*97@a%MadZz`ud<`<(NRy(&%?r<(6nR328y|^hp#Wu-9i2*UsX literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cc3586063b70704ae690bea15d344712b60feef GIT binary patch literal 302 zcmX@j%ge<81Qxyf(j0*FV-N=hn4pZ$T0q8hh7^Vr#vF!R#wbQchE%2$rfdxch9V9o zhE&GYP=$;PmCTjQnk+9FfdZP0w^(u$GxKh7#K(i^_;^1}=38tjnZ+eV`9;h?6(E_s z#N5>Q_>~NwK}P&aPqvB)Elw>ej!8_(&CH8&%P&eyPgMvGca2E{Gj+2Ha+7t7%Tskr z5{t8Sjbrr6QuE4Ud@_?_iZe@6bqf-cvw=E_V+t}0^y7hYDfvbE5G(az&d@8U{Ka9D zo1apelWJE4@;=D9#Zo}x12ZEd<6Q=c2h7|ZRhO70Z?bT-x_w|~V38`~07?S@h1ybu literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..645a07d56b44f9368fc77d7c97464ca5a80c6b17 GIT binary patch literal 53853 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�> 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 rIq>?KLY&u6oQK`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.9.0" + + +class VersionDict(TypedDict): + major: str + minor: str + build_number: str + + +class InfoDict(TypedDict): + id: str + version: str + version_parts: VersionDict + like: str + codename: str + + +_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc") +_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib") +_OS_RELEASE_BASENAME = "os-release" + +#: Translation table for normalizing the "ID" attribute defined in os-release +#: files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as defined in the os-release file, translated to lower case, +#: with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_OS_ID = { + "ol": "oracle", # Oracle Linux + "opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap +} + +#: Translation table for normalizing the "Distributor ID" attribute returned by +#: the lsb_release command, for use by the :func:`distro.id` method. +#: +#: * Key: Value as returned by the lsb_release command, translated to lower +#: case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_LSB_ID = { + "enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4 + "enterpriseenterpriseserver": "oracle", # Oracle Linux 5 + "redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation + "redhatenterpriseserver": "rhel", # RHEL 6, 7 Server + "redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode +} + +#: Translation table for normalizing the distro ID derived from the file name +#: of distro release files, for use by the :func:`distro.id` method. +#: +#: * Key: Value as derived from the file name of a distro release file, +#: translated to lower case, with blanks translated to underscores. +#: +#: * Value: Normalized value. +NORMALIZED_DISTRO_ID = { + "redhat": "rhel", # RHEL 6.x, 7.x +} + +# Pattern for content of distro release file (reversed) +_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile( + r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)" +) + +# Pattern for base file name of distro release file +_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$") + +# Base file names to be looked up for if _UNIXCONFDIR is not readable. +_DISTRO_RELEASE_BASENAMES = [ + "SuSE-release", + "altlinux-release", + "arch-release", + "base-release", + "centos-release", + "fedora-release", + "gentoo-release", + "mageia-release", + "mandrake-release", + "mandriva-release", + "mandrivalinux-release", + "manjaro-release", + "oracle-release", + "redhat-release", + "rocky-release", + "sl-release", + "slackware-version", +] + +# Base file names to be ignored when searching for distro release file +_DISTRO_RELEASE_IGNORE_BASENAMES = ( + "debian_version", + "lsb-release", + "oem-release", + _OS_RELEASE_BASENAME, + "system-release", + "plesk-release", + "iredmail-release", + "board-release", + "ec2_version", +) + + +def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]: + """ + .. deprecated:: 1.6.0 + + :func:`distro.linux_distribution()` is deprecated. It should only be + used as a compatibility shim with Python's + :py:func:`platform.linux_distribution()`. Please use :func:`distro.id`, + :func:`distro.version` and :func:`distro.name` instead. + + Return information about the current OS distribution as a tuple + ``(id_name, version, codename)`` with items as follows: + + * ``id_name``: If *full_distribution_name* is false, the result of + :func:`distro.id`. Otherwise, the result of :func:`distro.name`. + + * ``version``: The result of :func:`distro.version`. + + * ``codename``: The extra item (usually in parentheses) after the + os-release version number, or the result of :func:`distro.codename`. + + The interface of this function is compatible with the original + :py:func:`platform.linux_distribution` function, supporting a subset of + its parameters. + + The data it returns may not exactly be the same, because it uses more data + sources than the original function, and that may lead to different data if + the OS distribution is not consistent across multiple data sources it + provides (there are indeed such distributions ...). + + Another reason for differences is the fact that the :func:`distro.id` + method normalizes the distro ID string to a reliable machine-readable value + for a number of popular OS distributions. + """ + warnings.warn( + "distro.linux_distribution() is deprecated. It should only be used as a " + "compatibility shim with Python's platform.linux_distribution(). Please use " + "distro.id(), distro.version() and distro.name() instead.", + DeprecationWarning, + stacklevel=2, + ) + return _distro.linux_distribution(full_distribution_name) + + +def id() -> str: + """ + Return the distro ID of the current distribution, as a + machine-readable string. + + For a number of OS distributions, the returned distro ID value is + *reliable*, in the sense that it is documented and that it does not change + across releases of the distribution. + + This package maintains the following reliable distro ID values: + + ============== ========================================= + Distro ID Distribution + ============== ========================================= + "ubuntu" Ubuntu + "debian" Debian + "rhel" RedHat Enterprise Linux + "centos" CentOS + "fedora" Fedora + "sles" SUSE Linux Enterprise Server + "opensuse" openSUSE + "amzn" Amazon Linux + "arch" Arch Linux + "buildroot" Buildroot + "cloudlinux" CloudLinux OS + "exherbo" Exherbo Linux + "gentoo" GenToo Linux + "ibm_powerkvm" IBM PowerKVM + "kvmibm" KVM for IBM z Systems + "linuxmint" Linux Mint + "mageia" Mageia + "mandriva" Mandriva Linux + "parallels" Parallels + "pidora" Pidora + "raspbian" Raspbian + "oracle" Oracle Linux (and Oracle Enterprise Linux) + "scientific" Scientific Linux + "slackware" Slackware + "xenserver" XenServer + "openbsd" OpenBSD + "netbsd" NetBSD + "freebsd" FreeBSD + "midnightbsd" MidnightBSD + "rocky" Rocky Linux + "aix" AIX + "guix" Guix System + "altlinux" ALT Linux + ============== ========================================= + + If you have a need to get distros for reliable IDs added into this set, + or if you find that the :func:`distro.id` function returns a different + distro ID for one of the listed distros, please create an issue in the + `distro issue tracker`_. + + **Lookup hierarchy and transformations:** + + First, the ID is obtained from the following sources, in the specified + order. The first available and non-empty value is used: + + * the value of the "ID" attribute of the os-release file, + + * the value of the "Distributor ID" attribute returned by the lsb_release + command, + + * the first part of the file name of the distro release file, + + The so determined ID value then passes the following transformations, + before it is returned by this method: + + * it is translated to lower case, + + * blanks (which should not be there anyway) are translated to underscores, + + * a normalization of the ID is performed, based upon + `normalization tables`_. The purpose of this normalization is to ensure + that the ID is as reliable as possible, even across incompatible changes + in the OS distributions. A common reason for an incompatible change is + the addition of an os-release file, or the addition of the lsb_release + command, with ID values that differ from what was previously determined + from the distro release file name. + """ + return _distro.id() + + +def name(pretty: bool = False) -> str: + """ + Return the name of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the name is returned without version or codename. + (e.g. "CentOS Linux") + + If *pretty* is true, the version and codename are appended. + (e.g. "CentOS Linux 7.1.1503 (Core)") + + **Lookup hierarchy:** + + The name is obtained from the following sources, in the specified order. + The first available and non-empty value is used: + + * If *pretty* is false: + + - the value of the "NAME" attribute of the os-release file, + + - the value of the "Distributor ID" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file. + + * If *pretty* is true: + + - the value of the "PRETTY_NAME" attribute of the os-release file, + + - the value of the "Description" attribute returned by the lsb_release + command, + + - the value of the "" field of the distro release file, appended + with the value of the pretty version ("" and "" + fields) of the distro release file, if available. + """ + return _distro.name(pretty) + + +def version(pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the current OS distribution, as a human-readable + string. + + If *pretty* is false, the version is returned without codename (e.g. + "7.0"). + + If *pretty* is true, the codename in parenthesis is appended, if the + codename is non-empty (e.g. "7.0 (Maipo)"). + + Some distributions provide version numbers with different precisions in + the different sources of distribution information. Examining the different + sources in a fixed priority order does not always yield the most precise + version (e.g. for Debian 8.2, or CentOS 7.1). + + Some other distributions may not provide this kind of information. In these + cases, an empty string would be returned. This behavior can be observed + with rolling releases distributions (e.g. Arch Linux). + + The *best* parameter can be used to control the approach for the returned + version: + + If *best* is false, the first non-empty version number in priority order of + the examined sources is returned. + + If *best* is true, the most precise version number out of all examined + sources is returned. + + **Lookup hierarchy:** + + In all cases, the version number is obtained from the following sources. + If *best* is false, this order represents the priority order: + + * the value of the "VERSION_ID" attribute of the os-release file, + * the value of the "Release" attribute returned by the lsb_release + command, + * the version number parsed from the "" field of the first line + of the distro release file, + * the version number parsed from the "PRETTY_NAME" attribute of the + os-release file, if it follows the format of the distro release files. + * the version number parsed from the "Description" attribute returned by + the lsb_release command, if it follows the format of the distro release + files. + """ + return _distro.version(pretty, best) + + +def version_parts(best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the current OS distribution as a tuple + ``(major, minor, build_number)`` with items as follows: + + * ``major``: The result of :func:`distro.major_version`. + + * ``minor``: The result of :func:`distro.minor_version`. + + * ``build_number``: The result of :func:`distro.build_number`. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.version_parts(best) + + +def major_version(best: bool = False) -> str: + """ + Return the major version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The major version is the first + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.major_version(best) + + +def minor_version(best: bool = False) -> str: + """ + Return the minor version of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The minor version is the second + part of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.minor_version(best) + + +def build_number(best: bool = False) -> str: + """ + Return the build number of the current OS distribution, as a string, + if provided. + Otherwise, the empty string is returned. The build number is the third part + of the dot-separated version string. + + For a description of the *best* parameter, see the :func:`distro.version` + method. + """ + return _distro.build_number(best) + + +def like() -> str: + """ + Return a space-separated list of distro IDs of distributions that are + closely related to the current OS distribution in regards to packaging + and programming interfaces, for example distributions the current + distribution is a derivative from. + + **Lookup hierarchy:** + + This information item is only provided by the os-release file. + For details, see the description of the "ID_LIKE" attribute in the + `os-release man page + `_. + """ + return _distro.like() + + +def codename() -> str: + """ + Return the codename for the release of the current OS distribution, + as a string. + + If the distribution does not have a codename, an empty string is returned. + + Note that the returned codename is not always really a codename. For + example, openSUSE returns "x86_64". This function does not handle such + cases in any special way and just returns the string it finds, if any. + + **Lookup hierarchy:** + + * the codename within the "VERSION" attribute of the os-release file, if + provided, + + * the value of the "Codename" attribute returned by the lsb_release + command, + + * the value of the "" field of the distro release file. + """ + return _distro.codename() + + +def info(pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information items about the current OS + distribution in a dictionary, as shown in the following example: + + .. sourcecode:: python + + { + 'id': 'rhel', + 'version': '7.0', + 'version_parts': { + 'major': '7', + 'minor': '0', + 'build_number': '' + }, + 'like': 'fedora', + 'codename': 'Maipo' + } + + The dictionary structure and keys are always the same, regardless of which + information items are available in the underlying data sources. The values + for the various keys are as follows: + + * ``id``: The result of :func:`distro.id`. + + * ``version``: The result of :func:`distro.version`. + + * ``version_parts -> major``: The result of :func:`distro.major_version`. + + * ``version_parts -> minor``: The result of :func:`distro.minor_version`. + + * ``version_parts -> build_number``: The result of + :func:`distro.build_number`. + + * ``like``: The result of :func:`distro.like`. + + * ``codename``: The result of :func:`distro.codename`. + + For a description of the *pretty* and *best* parameters, see the + :func:`distro.version` method. + """ + return _distro.info(pretty, best) + + +def os_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the os-release file data source of the current OS distribution. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_info() + + +def lsb_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the lsb_release command data source of the current OS distribution. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_info() + + +def distro_release_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_info() + + +def uname_info() -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information items + from the distro release file data source of the current OS distribution. + """ + return _distro.uname_info() + + +def os_release_attr(attribute: str) -> str: + """ + Return a single named information item from the os-release file data source + of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `os-release file`_ for details about these information items. + """ + return _distro.os_release_attr(attribute) + + +def lsb_release_attr(attribute: str) -> str: + """ + Return a single named information item from the lsb_release command output + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `lsb_release command output`_ for details about these information + items. + """ + return _distro.lsb_release_attr(attribute) + + +def distro_release_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + + See `distro release file`_ for details about these information items. + """ + return _distro.distro_release_attr(attribute) + + +def uname_attr(attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the current OS distribution. + + Parameters: + + * ``attribute`` (string): Key of the information item. + + Returns: + + * (string): Value of the information item, if the item exists. + The empty string, if the item does not exist. + """ + return _distro.uname_attr(attribute) + + +try: + from functools import cached_property +except ImportError: + # Python < 3.8 + class cached_property: # type: ignore + """A version of @property which caches the value. On access, it calls the + underlying function and sets the value in `__dict__` so future accesses + will not re-call the property. + """ + + def __init__(self, f: Callable[[Any], Any]) -> None: + self._fname = f.__name__ + self._f = f + + def __get__(self, obj: Any, owner: Type[Any]) -> Any: + assert obj is not None, f"call {self._fname} on an instance" + ret = obj.__dict__[self._fname] = self._f(obj) + return ret + + +class LinuxDistribution: + """ + Provides information about a OS distribution. + + This package creates a private module-global instance of this class with + default initialization arguments, that is used by the + `consolidated accessor functions`_ and `single source accessor functions`_. + By using default initialization arguments, that module-global instance + returns data about the current OS distribution (i.e. the distro this + package runs on). + + Normally, it is not necessary to create additional instances of this class. + However, in situations where control is needed over the exact data sources + that are used, instances of this class can be created with a specific + distro release file, or a specific os-release file, or without invoking the + lsb_release command. + """ + + def __init__( + self, + include_lsb: Optional[bool] = None, + os_release_file: str = "", + distro_release_file: str = "", + include_uname: Optional[bool] = None, + root_dir: Optional[str] = None, + include_oslevel: Optional[bool] = None, + ) -> None: + """ + The initialization method of this class gathers information from the + available data sources, and stores that in private instance attributes. + Subsequent access to the information items uses these private instance + attributes, so that the data sources are read only once. + + Parameters: + + * ``include_lsb`` (bool): Controls whether the + `lsb_release command output`_ is included as a data source. + + If the lsb_release command is not available in the program execution + path, the data source for the lsb_release command will be empty. + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is to be used as a data source. + + An empty string (the default) will cause the default path name to + be used (see `os-release file`_ for details). + + If the specified or defaulted os-release file does not exist, the + data source for the os-release file will be empty. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is to be used as a data source. + + An empty string (the default) will cause a default search algorithm + to be used (see `distro release file`_ for details). + + If the specified distro release file does not exist, or if no default + distro release file can be found, the data source for the distro + release file will be empty. + + * ``include_uname`` (bool): Controls whether uname command output is + included as a data source. If the uname command is not available in + the program execution path the data source for the uname command will + be empty. + + * ``root_dir`` (string): The absolute path to the root directory to use + to find distro-related information files. Note that ``include_*`` + parameters must not be enabled in combination with ``root_dir``. + + * ``include_oslevel`` (bool): Controls whether (AIX) oslevel command + output is included as a data source. If the oslevel command is not + available in the program execution path the data source will be + empty. + + Public instance attributes: + + * ``os_release_file`` (string): The path name of the + `os-release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``distro_release_file`` (string): The path name of the + `distro release file`_ that is actually used as a data source. The + empty string if no distro release file is used as a data source. + + * ``include_lsb`` (bool): The result of the ``include_lsb`` parameter. + This controls whether the lsb information will be loaded. + + * ``include_uname`` (bool): The result of the ``include_uname`` + parameter. This controls whether the uname information will + be loaded. + + * ``include_oslevel`` (bool): The result of the ``include_oslevel`` + parameter. This controls whether (AIX) oslevel information will be + loaded. + + * ``root_dir`` (string): The result of the ``root_dir`` parameter. + The absolute path to the root directory to use to find distro-related + information files. + + Raises: + + * :py:exc:`ValueError`: Initialization parameters combination is not + supported. + + * :py:exc:`OSError`: Some I/O issue with an os-release file or distro + release file. + + * :py:exc:`UnicodeError`: A data source has unexpected characters or + uses an unexpected encoding. + """ + self.root_dir = root_dir + self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR + self.usr_lib_dir = ( + os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR + ) + + if os_release_file: + self.os_release_file = os_release_file + else: + etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME) + usr_lib_os_release_file = os.path.join( + self.usr_lib_dir, _OS_RELEASE_BASENAME + ) + + # NOTE: The idea is to respect order **and** have it set + # at all times for API backwards compatibility. + if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile( + usr_lib_os_release_file + ): + self.os_release_file = etc_dir_os_release_file + else: + self.os_release_file = usr_lib_os_release_file + + self.distro_release_file = distro_release_file or "" # updated later + + is_root_dir_defined = root_dir is not None + if is_root_dir_defined and (include_lsb or include_uname or include_oslevel): + raise ValueError( + "Including subprocess data sources from specific root_dir is disallowed" + " to prevent false information" + ) + self.include_lsb = ( + include_lsb if include_lsb is not None else not is_root_dir_defined + ) + self.include_uname = ( + include_uname if include_uname is not None else not is_root_dir_defined + ) + self.include_oslevel = ( + include_oslevel if include_oslevel is not None else not is_root_dir_defined + ) + + def __repr__(self) -> str: + """Return repr of all info""" + return ( + "LinuxDistribution(" + "os_release_file={self.os_release_file!r}, " + "distro_release_file={self.distro_release_file!r}, " + "include_lsb={self.include_lsb!r}, " + "include_uname={self.include_uname!r}, " + "include_oslevel={self.include_oslevel!r}, " + "root_dir={self.root_dir!r}, " + "_os_release_info={self._os_release_info!r}, " + "_lsb_release_info={self._lsb_release_info!r}, " + "_distro_release_info={self._distro_release_info!r}, " + "_uname_info={self._uname_info!r}, " + "_oslevel_info={self._oslevel_info!r})".format(self=self) + ) + + def linux_distribution( + self, full_distribution_name: bool = True + ) -> Tuple[str, str, str]: + """ + Return information about the OS distribution that is compatible + with Python's :func:`platform.linux_distribution`, supporting a subset + of its parameters. + + For details, see :func:`distro.linux_distribution`. + """ + return ( + self.name() if full_distribution_name else self.id(), + self.version(), + self._os_release_info.get("release_codename") or self.codename(), + ) + + def id(self) -> str: + """Return the distro ID of the OS distribution, as a string. + + For details, see :func:`distro.id`. + """ + + def normalize(distro_id: str, table: Dict[str, str]) -> str: + distro_id = distro_id.lower().replace(" ", "_") + return table.get(distro_id, distro_id) + + distro_id = self.os_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_OS_ID) + + distro_id = self.lsb_release_attr("distributor_id") + if distro_id: + return normalize(distro_id, NORMALIZED_LSB_ID) + + distro_id = self.distro_release_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + distro_id = self.uname_attr("id") + if distro_id: + return normalize(distro_id, NORMALIZED_DISTRO_ID) + + return "" + + def name(self, pretty: bool = False) -> str: + """ + Return the name of the OS distribution, as a string. + + For details, see :func:`distro.name`. + """ + name = ( + self.os_release_attr("name") + or self.lsb_release_attr("distributor_id") + or self.distro_release_attr("name") + or self.uname_attr("name") + ) + if pretty: + name = self.os_release_attr("pretty_name") or self.lsb_release_attr( + "description" + ) + if not name: + name = self.distro_release_attr("name") or self.uname_attr("name") + version = self.version(pretty=True) + if version: + name = f"{name} {version}" + return name or "" + + def version(self, pretty: bool = False, best: bool = False) -> str: + """ + Return the version of the OS distribution, as a string. + + For details, see :func:`distro.version`. + """ + versions = [ + self.os_release_attr("version_id"), + self.lsb_release_attr("release"), + self.distro_release_attr("version_id"), + self._parse_distro_release_content(self.os_release_attr("pretty_name")).get( + "version_id", "" + ), + self._parse_distro_release_content( + self.lsb_release_attr("description") + ).get("version_id", ""), + self.uname_attr("release"), + ] + if self.uname_attr("id").startswith("aix"): + # On AIX platforms, prefer oslevel command output. + versions.insert(0, self.oslevel_info()) + elif self.id() == "debian" or "debian" in self.like().split(): + # On Debian-like, add debian_version file content to candidates list. + versions.append(self._debian_version) + version = "" + if best: + # This algorithm uses the last version in priority order that has + # the best precision. If the versions are not in conflict, that + # does not matter; otherwise, using the last one instead of the + # first one might be considered a surprise. + for v in versions: + if v.count(".") > version.count(".") or version == "": + version = v + else: + for v in versions: + if v != "": + version = v + break + if pretty and version and self.codename(): + version = f"{version} ({self.codename()})" + return version + + def version_parts(self, best: bool = False) -> Tuple[str, str, str]: + """ + Return the version of the OS distribution, as a tuple of version + numbers. + + For details, see :func:`distro.version_parts`. + """ + version_str = self.version(best=best) + if version_str: + version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?") + matches = version_regex.match(version_str) + if matches: + major, minor, build_number = matches.groups() + return major, minor or "", build_number or "" + return "", "", "" + + def major_version(self, best: bool = False) -> str: + """ + Return the major version number of the current distribution. + + For details, see :func:`distro.major_version`. + """ + return self.version_parts(best)[0] + + def minor_version(self, best: bool = False) -> str: + """ + Return the minor version number of the current distribution. + + For details, see :func:`distro.minor_version`. + """ + return self.version_parts(best)[1] + + def build_number(self, best: bool = False) -> str: + """ + Return the build number of the current distribution. + + For details, see :func:`distro.build_number`. + """ + return self.version_parts(best)[2] + + def like(self) -> str: + """ + Return the IDs of distributions that are like the OS distribution. + + For details, see :func:`distro.like`. + """ + return self.os_release_attr("id_like") or "" + + def codename(self) -> str: + """ + Return the codename of the OS distribution. + + For details, see :func:`distro.codename`. + """ + try: + # Handle os_release specially since distros might purposefully set + # this to empty string to have no codename + return self._os_release_info["codename"] + except KeyError: + return ( + self.lsb_release_attr("codename") + or self.distro_release_attr("codename") + or "" + ) + + def info(self, pretty: bool = False, best: bool = False) -> InfoDict: + """ + Return certain machine-readable information about the OS + distribution. + + For details, see :func:`distro.info`. + """ + return InfoDict( + id=self.id(), + version=self.version(pretty, best), + version_parts=VersionDict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the os-release file data source of the OS distribution. + + For details, see :func:`distro.os_release_info`. + """ + return self._os_release_info + + def lsb_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the lsb_release command data source of the OS + distribution. + + For details, see :func:`distro.lsb_release_info`. + """ + return self._lsb_release_info + + def distro_release_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the distro release file data source of the OS + distribution. + + For details, see :func:`distro.distro_release_info`. + """ + return self._distro_release_info + + def uname_info(self) -> Dict[str, str]: + """ + Return a dictionary containing key-value pairs for the information + items from the uname command data source of the OS distribution. + + For details, see :func:`distro.uname_info`. + """ + return self._uname_info + + def oslevel_info(self) -> str: + """ + Return AIX' oslevel command output. + """ + return self._oslevel_info + + def os_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the os-release file data + source of the OS distribution. + + For details, see :func:`distro.os_release_attr`. + """ + return self._os_release_info.get(attribute, "") + + def lsb_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the lsb_release command + output data source of the OS distribution. + + For details, see :func:`distro.lsb_release_attr`. + """ + return self._lsb_release_info.get(attribute, "") + + def distro_release_attr(self, attribute: str) -> str: + """ + Return a single named information item from the distro release file + data source of the OS distribution. + + For details, see :func:`distro.distro_release_attr`. + """ + return self._distro_release_info.get(attribute, "") + + def uname_attr(self, attribute: str) -> str: + """ + Return a single named information item from the uname command + output data source of the OS distribution. + + For details, see :func:`distro.uname_attr`. + """ + return self._uname_info.get(attribute, "") + + @cached_property + def _os_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified os-release file. + + Returns: + A dictionary containing all information items. + """ + if os.path.isfile(self.os_release_file): + with open(self.os_release_file, encoding="utf-8") as release_file: + return self._parse_os_release_content(release_file) + return {} + + @staticmethod + def _parse_os_release_content(lines: TextIO) -> Dict[str, str]: + """ + Parse the lines of an os-release file. + + Parameters: + + * lines: Iterable through the lines in the os-release file. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + lexer = shlex.shlex(lines, posix=True) + lexer.whitespace_split = True + + tokens = list(lexer) + for token in tokens: + # At this point, all shell-like parsing has been done (i.e. + # comments processed, quotes and backslash escape sequences + # processed, multi-line values assembled, trailing newlines + # stripped, etc.), so the tokens are now either: + # * variable assignments: var=value + # * commands or their arguments (not allowed in os-release) + # Ignore any tokens that are not variable assignments + if "=" in token: + k, v = token.split("=", 1) + props[k.lower()] = v + + if "version" in props: + # extract release codename (if any) from version attribute + match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"]) + if match: + release_codename = match.group(1) or match.group(2) + props["codename"] = props["release_codename"] = release_codename + + if "version_codename" in props: + # os-release added a version_codename field. Use that in + # preference to anything else Note that some distros purposefully + # do not have code names. They should be setting + # version_codename="" + props["codename"] = props["version_codename"] + elif "ubuntu_codename" in props: + # Same as above but a non-standard field name used on older Ubuntus + props["codename"] = props["ubuntu_codename"] + + return props + + @cached_property + def _lsb_release_info(self) -> Dict[str, str]: + """ + Get the information items from the lsb_release command output. + + Returns: + A dictionary containing all information items. + """ + if not self.include_lsb: + return {} + try: + cmd = ("lsb_release", "-a") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + # Command not found or lsb_release returned error + except (OSError, subprocess.CalledProcessError): + return {} + content = self._to_str(stdout).splitlines() + return self._parse_lsb_release_content(content) + + @staticmethod + def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]: + """ + Parse the output of the lsb_release command. + + Parameters: + + * lines: Iterable through the lines of the lsb_release output. + Each line must be a unicode string or a UTF-8 encoded byte + string. + + Returns: + A dictionary containing all information items. + """ + props = {} + for line in lines: + kv = line.strip("\n").split(":", 1) + if len(kv) != 2: + # Ignore lines without colon. + continue + k, v = kv + props.update({k.replace(" ", "_").lower(): v.strip()}) + return props + + @cached_property + def _uname_info(self) -> Dict[str, str]: + if not self.include_uname: + return {} + try: + cmd = ("uname", "-rs") + stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL) + except OSError: + return {} + content = self._to_str(stdout).splitlines() + return self._parse_uname_content(content) + + @cached_property + def _oslevel_info(self) -> str: + if not self.include_oslevel: + return "" + try: + stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL) + except (OSError, subprocess.CalledProcessError): + return "" + return self._to_str(stdout).strip() + + @cached_property + def _debian_version(self) -> str: + try: + with open( + os.path.join(self.etc_dir, "debian_version"), encoding="ascii" + ) as fp: + return fp.readline().rstrip() + except FileNotFoundError: + return "" + + @staticmethod + def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]: + if not lines: + return {} + props = {} + match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip()) + if match: + name, version = match.groups() + + # This is to prevent the Linux kernel version from + # appearing as the 'best' version on otherwise + # identifiable distributions. + if name == "Linux": + return {} + props["id"] = name.lower() + props["name"] = name + props["release"] = version + return props + + @staticmethod + def _to_str(bytestring: bytes) -> str: + encoding = sys.getfilesystemencoding() + return bytestring.decode(encoding) + + @cached_property + def _distro_release_info(self) -> Dict[str, str]: + """ + Get the information items from the specified distro release file. + + Returns: + A dictionary containing all information items. + """ + if self.distro_release_file: + # If it was specified, we use it and parse what we can, even if + # its file name or content does not match the expected pattern. + distro_info = self._parse_distro_release_file(self.distro_release_file) + basename = os.path.basename(self.distro_release_file) + # The file name pattern for user-specified distro release files + # is somewhat more tolerant (compared to when searching for the + # file), because we want to use what was specified as best as + # possible. + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + else: + try: + basenames = [ + basename + for basename in os.listdir(self.etc_dir) + if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES + and os.path.isfile(os.path.join(self.etc_dir, basename)) + ] + # We sort for repeatability in cases where there are multiple + # distro specific files; e.g. CentOS, Oracle, Enterprise all + # containing `redhat-release` on top of their own. + basenames.sort() + except OSError: + # This may occur when /etc is not readable but we can't be + # sure about the *-release files. Check common entries of + # /etc for information. If they turn out to not be there the + # error is handled in `_parse_distro_release_file()`. + basenames = _DISTRO_RELEASE_BASENAMES + for basename in basenames: + match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename) + if match is None: + continue + filepath = os.path.join(self.etc_dir, basename) + distro_info = self._parse_distro_release_file(filepath) + # The name is always present if the pattern matches. + if "name" not in distro_info: + continue + self.distro_release_file = filepath + break + else: # the loop didn't "break": no candidate. + return {} + + if match is not None: + distro_info["id"] = match.group(1) + + # CloudLinux < 7: manually enrich info with proper id. + if "cloudlinux" in distro_info.get("name", "").lower(): + distro_info["id"] = "cloudlinux" + + return distro_info + + def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]: + """ + Parse a distro release file. + + Parameters: + + * filepath: Path name of the distro release file. + + Returns: + A dictionary containing all information items. + """ + try: + with open(filepath, encoding="utf-8") as fp: + # Only parse the first line. For instance, on SLES there + # are multiple lines. We don't want them... + return self._parse_distro_release_content(fp.readline()) + except OSError: + # Ignore not being able to read a specific, seemingly version + # related file. + # See https://github.com/python-distro/distro/issues/162 + return {} + + @staticmethod + def _parse_distro_release_content(line: str) -> Dict[str, str]: + """ + Parse a line from a distro release file. + + Parameters: + * line: Line from the distro release file. Must be a unicode string + or a UTF-8 encoded byte string. + + Returns: + A dictionary containing all information items. + """ + matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1]) + distro_info = {} + if matches: + # regexp ensures non-None + distro_info["name"] = matches.group(3)[::-1] + if matches.group(2): + distro_info["version_id"] = matches.group(2)[::-1] + if matches.group(1): + distro_info["codename"] = matches.group(1)[::-1] + elif line: + distro_info["name"] = line.strip() + return distro_info + + +_distro = LinuxDistribution() + + +def main() -> None: + logger = logging.getLogger(__name__) + logger.setLevel(logging.DEBUG) + logger.addHandler(logging.StreamHandler(sys.stdout)) + + parser = argparse.ArgumentParser(description="OS distro info tool") + parser.add_argument( + "--json", "-j", help="Output in machine readable format", action="store_true" + ) + + parser.add_argument( + "--root-dir", + "-r", + type=str, + dest="root_dir", + help="Path to the root filesystem directory (defaults to /)", + ) + + args = parser.parse_args() + + if args.root_dir: + dist = LinuxDistribution( + include_lsb=False, + include_uname=False, + include_oslevel=False, + root_dir=args.root_dir, + ) + else: + dist = _distro + + if args.json: + logger.info(json.dumps(dist.info(), indent=4, sort_keys=True)) + else: + logger.info("Name: %s", dist.name(pretty=True)) + distribution_version = dist.version(pretty=True) + logger.info("Version: %s", distribution_version) + distribution_codename = dist.codename() + logger.info("Codename: %s", distribution_codename) + + +if __name__ == "__main__": + main() diff --git a/.venv/Lib/site-packages/pip/_vendor/distro/py.typed b/.venv/Lib/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py b/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000000..a40eeafcc9 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..658cf7dd8ac7340f39cd3769eafde79b070467c5 GIT binary patch literal 891 zcmbu7&59H;5XY1G==tdRp4nLsB3=aN&^w0}5fMSx6&7ScM1;@~GToV(>~y7@bkFD< zeE`qiz4;QpfNv1+|c26a-025CT(G{GeA3YYKI94iFx?$bI?48IBi$r)7hdhae%=G@%$Wbga{wC87i`a}ux*05au%a`Q zPIn7?xlNW_(s-rEMLR}N}GbQ9=7c>{sH!UhA7d*|=F(D^IRWX;Q zsuqq#&7yA6u&@uVT#J@P+oEI9wHRCUEczA$i=oBHV$a}oa!t1q7OdEU(~xCMnZZH2 z62yxCm-IhXb>mN`d5yY8DT^XXKcaIZk1ly|-+!5!A@NxVLi$f*WeU9c;?=P~&rRKS}5V~oF`TNkAvE?uC%@$)vqlOL6lTY6hl*UgDvho|*l literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b40908b0e4442099bd7526c57fcd509316b04d2 GIT binary patch literal 4996 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e80d9647b8c223095a05fa2c52813ac2d7333bb7 GIT binary patch literal 15858 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 bI=X&+H;{$hK!n{uM7qIPy!-^yWP$!)=8e*T literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4135601aff6bcece41ea292316cc40756c325513 GIT binary patch literal 99486 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ac56ed5bf3bf3bc091ed6dfab4c33c9565642aac GIT binary patch literal 2648 zcmZuyO>7%Q6rTNaQajF{)g=9)nKT8mkho1tvE%{Qn_eptCS2{mZZdoWH{C~V zSBO1o=WN$>!~x&f4>4ii&J+C3h~wo(hDF@Eo{T=?7j;&b1NAgyBG4`r3l0f1o)#mB zP~sP>!4vm>A(-FyLLN+@gT>_+oiS-uJ&eR}vi zS}SGEQiNyClA1n2bPsmrqZO%y%Idsw^F0;$u}}iB$Svs<(p7U0B;kDPw&CWVMi_?c z0x%J{KsQ4;5~%6s2zxDxVKl*D91^#09NL6~5#qz(0O5!j#jKc_fx9;SZ5J-Qw9t%A zN-()$W_+gvS{@^Slr1}fJHy5k$6$Ga!w(q1BxW8!#ZE?rv-2Xn(3P9K0ZD=_jZmfuPkMxMFa@#D(BK&ctcoy$sAB?juT$G6fn*2qOp#J3yU+pSeTk^0u3v^r)F5cIo2S?@_Ky!|lVdn>j4@p@u-J$~RH6w&$@rFyJm@!V4CR$}>s^`4;z zv7vg`?#lSmC)GW*bG2)Cr`CqXSBBPxQV+UP_3nZCz;N~L+O<2US9(^)e@Ltjys{Xt zw|9OMUy9$#SI>avfg>yVpWa-1_2kb(Ypqf#`(^NYKTCd1C(WD z*j+hG_kh&ldXGPS{HcQIULbXeJ_i%yU<{)Gyjf%mZ*&kO!(4?s=kdgsdzVfwU#py1 z>wjrA_VTLwau}2fmuyfT^|rKdn2O+j2V#4#w4_#VnU}Y^%mKb#3n03E~q9wFGS;i!bw(T*g^=G#P&qJ?w#?`S6A1!C$4zA$d6| z+5zSL_`;;F2|NUmD>l5Ueh>?1!y#E;Tng;~J-v-$m_*uxh-eK)pcFh7s9X^mik+MB z1Ib`KQ@rS52($$~TSW;kw{O}m)j{V)_}FLgTR?xscUO*7d)DK_3zH9{-M>Zmu0{7& zE>$nBM@JWqHzKG#ws`LI>ks>etCO`9)ZQz1&aC$xUWzTMi=-awT0Zh?Y_RhDgVogSQcvZ01Hn|=Sz{~5Yd7u=3ikemfBCA2 F^nZATrzZda literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..caba2c51f19f9601c8a81877ecdc1310a0efba3d GIT binary patch literal 226 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 ewsd>UnkTDv_Kx&bX7_bg(c5&u6*<5@xg literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/codec.py b/.venv/Lib/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000000..c855a4de6d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,118 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Any, Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b'', 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b'' + if labels: + if not labels[-1]: + trailing_dot = b'.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b'.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b'.'.join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + if not isinstance(data, str): + data = str(data, 'ascii') + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != 'idna2008': + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + +codecs.register(search_function) diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/compat.py b/.venv/Lib/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000000..786e6bda63 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/core.py b/.venv/Lib/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000000..0dae61acdb --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,395 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('L'), ord('D')]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('R'), ord('D')]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if not isinstance(s, str): + try: + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if not isinstance(s, str): + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py b/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000000..c61dcf977e --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4245 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.1.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0xad: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30a: 84, + 0x30b: 84, + 0x30c: 84, + 0x30d: 84, + 0x30e: 84, + 0x30f: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31a: 84, + 0x31b: 84, + 0x31c: 84, + 0x31d: 84, + 0x31e: 84, + 0x31f: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32a: 84, + 0x32b: 84, + 0x32c: 84, + 0x32d: 84, + 0x32e: 84, + 0x32f: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33a: 84, + 0x33b: 84, + 0x33c: 84, + 0x33d: 84, + 0x33e: 84, + 0x33f: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34a: 84, + 0x34b: 84, + 0x34c: 84, + 0x34d: 84, + 0x34e: 84, + 0x34f: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35a: 84, + 0x35b: 84, + 0x35c: 84, + 0x35d: 84, + 0x35e: 84, + 0x35f: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36a: 84, + 0x36b: 84, + 0x36c: 84, + 0x36d: 84, + 0x36e: 84, + 0x36f: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59a: 84, + 0x59b: 84, + 0x59c: 84, + 0x59d: 84, + 0x59e: 84, + 0x59f: 84, + 0x5a0: 84, + 0x5a1: 84, + 0x5a2: 84, + 0x5a3: 84, + 0x5a4: 84, + 0x5a5: 84, + 0x5a6: 84, + 0x5a7: 84, + 0x5a8: 84, + 0x5a9: 84, + 0x5aa: 84, + 0x5ab: 84, + 0x5ac: 84, + 0x5ad: 84, + 0x5ae: 84, + 0x5af: 84, + 0x5b0: 84, + 0x5b1: 84, + 0x5b2: 84, + 0x5b3: 84, + 0x5b4: 84, + 0x5b5: 84, + 0x5b6: 84, + 0x5b7: 84, + 0x5b8: 84, + 0x5b9: 84, + 0x5ba: 84, + 0x5bb: 84, + 0x5bc: 84, + 0x5bd: 84, + 0x5bf: 84, + 0x5c1: 84, + 0x5c2: 84, + 0x5c4: 84, + 0x5c5: 84, + 0x5c7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61a: 84, + 0x61c: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x64b: 84, + 0x64c: 84, + 0x64d: 84, + 0x64e: 84, + 0x64f: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65a: 84, + 0x65b: 84, + 0x65c: 84, + 0x65d: 84, + 0x65e: 84, + 0x65f: 84, + 0x66e: 68, + 0x66f: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6d6: 84, + 0x6d7: 84, + 0x6d8: 84, + 0x6d9: 84, + 0x6da: 84, + 0x6db: 84, + 0x6dc: 84, + 0x6df: 84, + 0x6e0: 84, + 0x6e1: 84, + 0x6e2: 84, + 0x6e3: 84, + 0x6e4: 84, + 0x6e7: 84, + 0x6e8: 84, + 0x6ea: 84, + 0x6eb: 84, + 0x6ec: 84, + 0x6ed: 84, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73a: 84, + 0x73b: 84, + 0x73c: 84, + 0x73d: 84, + 0x73e: 84, + 0x73f: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74a: 84, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7a6: 84, + 0x7a7: 84, + 0x7a8: 84, + 0x7a9: 84, + 0x7aa: 84, + 0x7ab: 84, + 0x7ac: 84, + 0x7ad: 84, + 0x7ae: 84, + 0x7af: 84, + 0x7b0: 84, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7eb: 84, + 0x7ec: 84, + 0x7ed: 84, + 0x7ee: 84, + 0x7ef: 84, + 0x7f0: 84, + 0x7f1: 84, + 0x7f2: 84, + 0x7f3: 84, + 0x7fa: 67, + 0x7fd: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81b: 84, + 0x81c: 84, + 0x81d: 84, + 0x81e: 84, + 0x81f: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82a: 84, + 0x82b: 84, + 0x82c: 84, + 0x82d: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85a: 84, + 0x85b: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x898: 84, + 0x899: 84, + 0x89a: 84, + 0x89b: 84, + 0x89c: 84, + 0x89d: 84, + 0x89e: 84, + 0x89f: 84, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8ca: 84, + 0x8cb: 84, + 0x8cc: 84, + 0x8cd: 84, + 0x8ce: 84, + 0x8cf: 84, + 0x8d0: 84, + 0x8d1: 84, + 0x8d2: 84, + 0x8d3: 84, + 0x8d4: 84, + 0x8d5: 84, + 0x8d6: 84, + 0x8d7: 84, + 0x8d8: 84, + 0x8d9: 84, + 0x8da: 84, + 0x8db: 84, + 0x8dc: 84, + 0x8dd: 84, + 0x8de: 84, + 0x8df: 84, + 0x8e0: 84, + 0x8e1: 84, + 0x8e3: 84, + 0x8e4: 84, + 0x8e5: 84, + 0x8e6: 84, + 0x8e7: 84, + 0x8e8: 84, + 0x8e9: 84, + 0x8ea: 84, + 0x8eb: 84, + 0x8ec: 84, + 0x8ed: 84, + 0x8ee: 84, + 0x8ef: 84, + 0x8f0: 84, + 0x8f1: 84, + 0x8f2: 84, + 0x8f3: 84, + 0x8f4: 84, + 0x8f5: 84, + 0x8f6: 84, + 0x8f7: 84, + 0x8f8: 84, + 0x8f9: 84, + 0x8fa: 84, + 0x8fb: 84, + 0x8fc: 84, + 0x8fd: 84, + 0x8fe: 84, + 0x8ff: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93a: 84, + 0x93c: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94d: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9bc: 84, + 0x9c1: 84, + 0x9c2: 84, + 0x9c3: 84, + 0x9c4: 84, + 0x9cd: 84, + 0x9e2: 84, + 0x9e3: 84, + 0x9fe: 84, + 0xa01: 84, + 0xa02: 84, + 0xa3c: 84, + 0xa41: 84, + 0xa42: 84, + 0xa47: 84, + 0xa48: 84, + 0xa4b: 84, + 0xa4c: 84, + 0xa4d: 84, + 0xa51: 84, + 0xa70: 84, + 0xa71: 84, + 0xa75: 84, + 0xa81: 84, + 0xa82: 84, + 0xabc: 84, + 0xac1: 84, + 0xac2: 84, + 0xac3: 84, + 0xac4: 84, + 0xac5: 84, + 0xac7: 84, + 0xac8: 84, + 0xacd: 84, + 0xae2: 84, + 0xae3: 84, + 0xafa: 84, + 0xafb: 84, + 0xafc: 84, + 0xafd: 84, + 0xafe: 84, + 0xaff: 84, + 0xb01: 84, + 0xb3c: 84, + 0xb3f: 84, + 0xb41: 84, + 0xb42: 84, + 0xb43: 84, + 0xb44: 84, + 0xb4d: 84, + 0xb55: 84, + 0xb56: 84, + 0xb62: 84, + 0xb63: 84, + 0xb82: 84, + 0xbc0: 84, + 0xbcd: 84, + 0xc00: 84, + 0xc04: 84, + 0xc3c: 84, + 0xc3e: 84, + 0xc3f: 84, + 0xc40: 84, + 0xc46: 84, + 0xc47: 84, + 0xc48: 84, + 0xc4a: 84, + 0xc4b: 84, + 0xc4c: 84, + 0xc4d: 84, + 0xc55: 84, + 0xc56: 84, + 0xc62: 84, + 0xc63: 84, + 0xc81: 84, + 0xcbc: 84, + 0xcbf: 84, + 0xcc6: 84, + 0xccc: 84, + 0xccd: 84, + 0xce2: 84, + 0xce3: 84, + 0xd00: 84, + 0xd01: 84, + 0xd3b: 84, + 0xd3c: 84, + 0xd41: 84, + 0xd42: 84, + 0xd43: 84, + 0xd44: 84, + 0xd4d: 84, + 0xd62: 84, + 0xd63: 84, + 0xd81: 84, + 0xdca: 84, + 0xdd2: 84, + 0xdd3: 84, + 0xdd4: 84, + 0xdd6: 84, + 0xe31: 84, + 0xe34: 84, + 0xe35: 84, + 0xe36: 84, + 0xe37: 84, + 0xe38: 84, + 0xe39: 84, + 0xe3a: 84, + 0xe47: 84, + 0xe48: 84, + 0xe49: 84, + 0xe4a: 84, + 0xe4b: 84, + 0xe4c: 84, + 0xe4d: 84, + 0xe4e: 84, + 0xeb1: 84, + 0xeb4: 84, + 0xeb5: 84, + 0xeb6: 84, + 0xeb7: 84, + 0xeb8: 84, + 0xeb9: 84, + 0xeba: 84, + 0xebb: 84, + 0xebc: 84, + 0xec8: 84, + 0xec9: 84, + 0xeca: 84, + 0xecb: 84, + 0xecc: 84, + 0xecd: 84, + 0xece: 84, + 0xf18: 84, + 0xf19: 84, + 0xf35: 84, + 0xf37: 84, + 0xf39: 84, + 0xf71: 84, + 0xf72: 84, + 0xf73: 84, + 0xf74: 84, + 0xf75: 84, + 0xf76: 84, + 0xf77: 84, + 0xf78: 84, + 0xf79: 84, + 0xf7a: 84, + 0xf7b: 84, + 0xf7c: 84, + 0xf7d: 84, + 0xf7e: 84, + 0xf80: 84, + 0xf81: 84, + 0xf82: 84, + 0xf83: 84, + 0xf84: 84, + 0xf86: 84, + 0xf87: 84, + 0xf8d: 84, + 0xf8e: 84, + 0xf8f: 84, + 0xf90: 84, + 0xf91: 84, + 0xf92: 84, + 0xf93: 84, + 0xf94: 84, + 0xf95: 84, + 0xf96: 84, + 0xf97: 84, + 0xf99: 84, + 0xf9a: 84, + 0xf9b: 84, + 0xf9c: 84, + 0xf9d: 84, + 0xf9e: 84, + 0xf9f: 84, + 0xfa0: 84, + 0xfa1: 84, + 0xfa2: 84, + 0xfa3: 84, + 0xfa4: 84, + 0xfa5: 84, + 0xfa6: 84, + 0xfa7: 84, + 0xfa8: 84, + 0xfa9: 84, + 0xfaa: 84, + 0xfab: 84, + 0xfac: 84, + 0xfad: 84, + 0xfae: 84, + 0xfaf: 84, + 0xfb0: 84, + 0xfb1: 84, + 0xfb2: 84, + 0xfb3: 84, + 0xfb4: 84, + 0xfb5: 84, + 0xfb6: 84, + 0xfb7: 84, + 0xfb8: 84, + 0xfb9: 84, + 0xfba: 84, + 0xfbb: 84, + 0xfbc: 84, + 0xfc6: 84, + 0x102d: 84, + 0x102e: 84, + 0x102f: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103a: 84, + 0x103d: 84, + 0x103e: 84, + 0x1058: 84, + 0x1059: 84, + 0x105e: 84, + 0x105f: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108d: 84, + 0x109d: 84, + 0x135d: 84, + 0x135e: 84, + 0x135f: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17b4: 84, + 0x17b5: 84, + 0x17b7: 84, + 0x17b8: 84, + 0x17b9: 84, + 0x17ba: 84, + 0x17bb: 84, + 0x17bc: 84, + 0x17bd: 84, + 0x17c6: 84, + 0x17c9: 84, + 0x17ca: 84, + 0x17cb: 84, + 0x17cc: 84, + 0x17cd: 84, + 0x17ce: 84, + 0x17cf: 84, + 0x17d0: 84, + 0x17d1: 84, + 0x17d2: 84, + 0x17d3: 84, + 0x17dd: 84, + 0x1807: 68, + 0x180a: 67, + 0x180b: 84, + 0x180c: 84, + 0x180d: 84, + 0x180f: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18a9: 84, + 0x18aa: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193a: 84, + 0x193b: 84, + 0x1a17: 84, + 0x1a18: 84, + 0x1a1b: 84, + 0x1a56: 84, + 0x1a58: 84, + 0x1a59: 84, + 0x1a5a: 84, + 0x1a5b: 84, + 0x1a5c: 84, + 0x1a5d: 84, + 0x1a5e: 84, + 0x1a60: 84, + 0x1a62: 84, + 0x1a65: 84, + 0x1a66: 84, + 0x1a67: 84, + 0x1a68: 84, + 0x1a69: 84, + 0x1a6a: 84, + 0x1a6b: 84, + 0x1a6c: 84, + 0x1a73: 84, + 0x1a74: 84, + 0x1a75: 84, + 0x1a76: 84, + 0x1a77: 84, + 0x1a78: 84, + 0x1a79: 84, + 0x1a7a: 84, + 0x1a7b: 84, + 0x1a7c: 84, + 0x1a7f: 84, + 0x1ab0: 84, + 0x1ab1: 84, + 0x1ab2: 84, + 0x1ab3: 84, + 0x1ab4: 84, + 0x1ab5: 84, + 0x1ab6: 84, + 0x1ab7: 84, + 0x1ab8: 84, + 0x1ab9: 84, + 0x1aba: 84, + 0x1abb: 84, + 0x1abc: 84, + 0x1abd: 84, + 0x1abe: 84, + 0x1abf: 84, + 0x1ac0: 84, + 0x1ac1: 84, + 0x1ac2: 84, + 0x1ac3: 84, + 0x1ac4: 84, + 0x1ac5: 84, + 0x1ac6: 84, + 0x1ac7: 84, + 0x1ac8: 84, + 0x1ac9: 84, + 0x1aca: 84, + 0x1acb: 84, + 0x1acc: 84, + 0x1acd: 84, + 0x1ace: 84, + 0x1b00: 84, + 0x1b01: 84, + 0x1b02: 84, + 0x1b03: 84, + 0x1b34: 84, + 0x1b36: 84, + 0x1b37: 84, + 0x1b38: 84, + 0x1b39: 84, + 0x1b3a: 84, + 0x1b3c: 84, + 0x1b42: 84, + 0x1b6b: 84, + 0x1b6c: 84, + 0x1b6d: 84, + 0x1b6e: 84, + 0x1b6f: 84, + 0x1b70: 84, + 0x1b71: 84, + 0x1b72: 84, + 0x1b73: 84, + 0x1b80: 84, + 0x1b81: 84, + 0x1ba2: 84, + 0x1ba3: 84, + 0x1ba4: 84, + 0x1ba5: 84, + 0x1ba8: 84, + 0x1ba9: 84, + 0x1bab: 84, + 0x1bac: 84, + 0x1bad: 84, + 0x1be6: 84, + 0x1be8: 84, + 0x1be9: 84, + 0x1bed: 84, + 0x1bef: 84, + 0x1bf0: 84, + 0x1bf1: 84, + 0x1c2c: 84, + 0x1c2d: 84, + 0x1c2e: 84, + 0x1c2f: 84, + 0x1c30: 84, + 0x1c31: 84, + 0x1c32: 84, + 0x1c33: 84, + 0x1c36: 84, + 0x1c37: 84, + 0x1cd0: 84, + 0x1cd1: 84, + 0x1cd2: 84, + 0x1cd4: 84, + 0x1cd5: 84, + 0x1cd6: 84, + 0x1cd7: 84, + 0x1cd8: 84, + 0x1cd9: 84, + 0x1cda: 84, + 0x1cdb: 84, + 0x1cdc: 84, + 0x1cdd: 84, + 0x1cde: 84, + 0x1cdf: 84, + 0x1ce0: 84, + 0x1ce2: 84, + 0x1ce3: 84, + 0x1ce4: 84, + 0x1ce5: 84, + 0x1ce6: 84, + 0x1ce7: 84, + 0x1ce8: 84, + 0x1ced: 84, + 0x1cf4: 84, + 0x1cf8: 84, + 0x1cf9: 84, + 0x1dc0: 84, + 0x1dc1: 84, + 0x1dc2: 84, + 0x1dc3: 84, + 0x1dc4: 84, + 0x1dc5: 84, + 0x1dc6: 84, + 0x1dc7: 84, + 0x1dc8: 84, + 0x1dc9: 84, + 0x1dca: 84, + 0x1dcb: 84, + 0x1dcc: 84, + 0x1dcd: 84, + 0x1dce: 84, + 0x1dcf: 84, + 0x1dd0: 84, + 0x1dd1: 84, + 0x1dd2: 84, + 0x1dd3: 84, + 0x1dd4: 84, + 0x1dd5: 84, + 0x1dd6: 84, + 0x1dd7: 84, + 0x1dd8: 84, + 0x1dd9: 84, + 0x1dda: 84, + 0x1ddb: 84, + 0x1ddc: 84, + 0x1ddd: 84, + 0x1dde: 84, + 0x1ddf: 84, + 0x1de0: 84, + 0x1de1: 84, + 0x1de2: 84, + 0x1de3: 84, + 0x1de4: 84, + 0x1de5: 84, + 0x1de6: 84, + 0x1de7: 84, + 0x1de8: 84, + 0x1de9: 84, + 0x1dea: 84, + 0x1deb: 84, + 0x1dec: 84, + 0x1ded: 84, + 0x1dee: 84, + 0x1def: 84, + 0x1df0: 84, + 0x1df1: 84, + 0x1df2: 84, + 0x1df3: 84, + 0x1df4: 84, + 0x1df5: 84, + 0x1df6: 84, + 0x1df7: 84, + 0x1df8: 84, + 0x1df9: 84, + 0x1dfa: 84, + 0x1dfb: 84, + 0x1dfc: 84, + 0x1dfd: 84, + 0x1dfe: 84, + 0x1dff: 84, + 0x200b: 84, + 0x200d: 67, + 0x200e: 84, + 0x200f: 84, + 0x202a: 84, + 0x202b: 84, + 0x202c: 84, + 0x202d: 84, + 0x202e: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206a: 84, + 0x206b: 84, + 0x206c: 84, + 0x206d: 84, + 0x206e: 84, + 0x206f: 84, + 0x20d0: 84, + 0x20d1: 84, + 0x20d2: 84, + 0x20d3: 84, + 0x20d4: 84, + 0x20d5: 84, + 0x20d6: 84, + 0x20d7: 84, + 0x20d8: 84, + 0x20d9: 84, + 0x20da: 84, + 0x20db: 84, + 0x20dc: 84, + 0x20dd: 84, + 0x20de: 84, + 0x20df: 84, + 0x20e0: 84, + 0x20e1: 84, + 0x20e2: 84, + 0x20e3: 84, + 0x20e4: 84, + 0x20e5: 84, + 0x20e6: 84, + 0x20e7: 84, + 0x20e8: 84, + 0x20e9: 84, + 0x20ea: 84, + 0x20eb: 84, + 0x20ec: 84, + 0x20ed: 84, + 0x20ee: 84, + 0x20ef: 84, + 0x20f0: 84, + 0x2cef: 84, + 0x2cf0: 84, + 0x2cf1: 84, + 0x2d7f: 84, + 0x2de0: 84, + 0x2de1: 84, + 0x2de2: 84, + 0x2de3: 84, + 0x2de4: 84, + 0x2de5: 84, + 0x2de6: 84, + 0x2de7: 84, + 0x2de8: 84, + 0x2de9: 84, + 0x2dea: 84, + 0x2deb: 84, + 0x2dec: 84, + 0x2ded: 84, + 0x2dee: 84, + 0x2def: 84, + 0x2df0: 84, + 0x2df1: 84, + 0x2df2: 84, + 0x2df3: 84, + 0x2df4: 84, + 0x2df5: 84, + 0x2df6: 84, + 0x2df7: 84, + 0x2df8: 84, + 0x2df9: 84, + 0x2dfa: 84, + 0x2dfb: 84, + 0x2dfc: 84, + 0x2dfd: 84, + 0x2dfe: 84, + 0x2dff: 84, + 0x302a: 84, + 0x302b: 84, + 0x302c: 84, + 0x302d: 84, + 0x3099: 84, + 0x309a: 84, + 0xa66f: 84, + 0xa670: 84, + 0xa671: 84, + 0xa672: 84, + 0xa674: 84, + 0xa675: 84, + 0xa676: 84, + 0xa677: 84, + 0xa678: 84, + 0xa679: 84, + 0xa67a: 84, + 0xa67b: 84, + 0xa67c: 84, + 0xa67d: 84, + 0xa69e: 84, + 0xa69f: 84, + 0xa6f0: 84, + 0xa6f1: 84, + 0xa802: 84, + 0xa806: 84, + 0xa80b: 84, + 0xa825: 84, + 0xa826: 84, + 0xa82c: 84, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa8c4: 84, + 0xa8c5: 84, + 0xa8e0: 84, + 0xa8e1: 84, + 0xa8e2: 84, + 0xa8e3: 84, + 0xa8e4: 84, + 0xa8e5: 84, + 0xa8e6: 84, + 0xa8e7: 84, + 0xa8e8: 84, + 0xa8e9: 84, + 0xa8ea: 84, + 0xa8eb: 84, + 0xa8ec: 84, + 0xa8ed: 84, + 0xa8ee: 84, + 0xa8ef: 84, + 0xa8f0: 84, + 0xa8f1: 84, + 0xa8ff: 84, + 0xa926: 84, + 0xa927: 84, + 0xa928: 84, + 0xa929: 84, + 0xa92a: 84, + 0xa92b: 84, + 0xa92c: 84, + 0xa92d: 84, + 0xa947: 84, + 0xa948: 84, + 0xa949: 84, + 0xa94a: 84, + 0xa94b: 84, + 0xa94c: 84, + 0xa94d: 84, + 0xa94e: 84, + 0xa94f: 84, + 0xa950: 84, + 0xa951: 84, + 0xa980: 84, + 0xa981: 84, + 0xa982: 84, + 0xa9b3: 84, + 0xa9b6: 84, + 0xa9b7: 84, + 0xa9b8: 84, + 0xa9b9: 84, + 0xa9bc: 84, + 0xa9bd: 84, + 0xa9e5: 84, + 0xaa29: 84, + 0xaa2a: 84, + 0xaa2b: 84, + 0xaa2c: 84, + 0xaa2d: 84, + 0xaa2e: 84, + 0xaa31: 84, + 0xaa32: 84, + 0xaa35: 84, + 0xaa36: 84, + 0xaa43: 84, + 0xaa4c: 84, + 0xaa7c: 84, + 0xaab0: 84, + 0xaab2: 84, + 0xaab3: 84, + 0xaab4: 84, + 0xaab7: 84, + 0xaab8: 84, + 0xaabe: 84, + 0xaabf: 84, + 0xaac1: 84, + 0xaaec: 84, + 0xaaed: 84, + 0xaaf6: 84, + 0xabe5: 84, + 0xabe8: 84, + 0xabed: 84, + 0xfb1e: 84, + 0xfe00: 84, + 0xfe01: 84, + 0xfe02: 84, + 0xfe03: 84, + 0xfe04: 84, + 0xfe05: 84, + 0xfe06: 84, + 0xfe07: 84, + 0xfe08: 84, + 0xfe09: 84, + 0xfe0a: 84, + 0xfe0b: 84, + 0xfe0c: 84, + 0xfe0d: 84, + 0xfe0e: 84, + 0xfe0f: 84, + 0xfe20: 84, + 0xfe21: 84, + 0xfe22: 84, + 0xfe23: 84, + 0xfe24: 84, + 0xfe25: 84, + 0xfe26: 84, + 0xfe27: 84, + 0xfe28: 84, + 0xfe29: 84, + 0xfe2a: 84, + 0xfe2b: 84, + 0xfe2c: 84, + 0xfe2d: 84, + 0xfe2e: 84, + 0xfe2f: 84, + 0xfeff: 84, + 0xfff9: 84, + 0xfffa: 84, + 0xfffb: 84, + 0x101fd: 84, + 0x102e0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037a: 84, + 0x10a01: 84, + 0x10a02: 84, + 0x10a03: 84, + 0x10a05: 84, + 0x10a06: 84, + 0x10a0c: 84, + 0x10a0d: 84, + 0x10a0e: 84, + 0x10a0f: 84, + 0x10a38: 84, + 0x10a39: 84, + 0x10a3a: 84, + 0x10a3f: 84, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac7: 82, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae4: 82, + 0x10ae5: 84, + 0x10ae6: 84, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10d24: 84, + 0x10d25: 84, + 0x10d26: 84, + 0x10d27: 84, + 0x10eab: 84, + 0x10eac: 84, + 0x10efd: 84, + 0x10efe: 84, + 0x10eff: 84, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f46: 84, + 0x10f47: 84, + 0x10f48: 84, + 0x10f49: 84, + 0x10f4a: 84, + 0x10f4b: 84, + 0x10f4c: 84, + 0x10f4d: 84, + 0x10f4e: 84, + 0x10f4f: 84, + 0x10f50: 84, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10f82: 84, + 0x10f83: 84, + 0x10f84: 84, + 0x10f85: 84, + 0x10fb0: 68, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103a: 84, + 0x1103b: 84, + 0x1103c: 84, + 0x1103d: 84, + 0x1103e: 84, + 0x1103f: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107f: 84, + 0x11080: 84, + 0x11081: 84, + 0x110b3: 84, + 0x110b4: 84, + 0x110b5: 84, + 0x110b6: 84, + 0x110b9: 84, + 0x110ba: 84, + 0x110c2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112a: 84, + 0x1112b: 84, + 0x1112d: 84, + 0x1112e: 84, + 0x1112f: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111b6: 84, + 0x111b7: 84, + 0x111b8: 84, + 0x111b9: 84, + 0x111ba: 84, + 0x111bb: 84, + 0x111bc: 84, + 0x111bd: 84, + 0x111be: 84, + 0x111c9: 84, + 0x111ca: 84, + 0x111cb: 84, + 0x111cc: 84, + 0x111cf: 84, + 0x1122f: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123e: 84, + 0x11241: 84, + 0x112df: 84, + 0x112e3: 84, + 0x112e4: 84, + 0x112e5: 84, + 0x112e6: 84, + 0x112e7: 84, + 0x112e8: 84, + 0x112e9: 84, + 0x112ea: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133b: 84, + 0x1133c: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136a: 84, + 0x1136b: 84, + 0x1136c: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143a: 84, + 0x1143b: 84, + 0x1143c: 84, + 0x1143d: 84, + 0x1143e: 84, + 0x1143f: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145e: 84, + 0x114b3: 84, + 0x114b4: 84, + 0x114b5: 84, + 0x114b6: 84, + 0x114b7: 84, + 0x114b8: 84, + 0x114ba: 84, + 0x114bf: 84, + 0x114c0: 84, + 0x114c2: 84, + 0x114c3: 84, + 0x115b2: 84, + 0x115b3: 84, + 0x115b4: 84, + 0x115b5: 84, + 0x115bc: 84, + 0x115bd: 84, + 0x115bf: 84, + 0x115c0: 84, + 0x115dc: 84, + 0x115dd: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163a: 84, + 0x1163d: 84, + 0x1163f: 84, + 0x11640: 84, + 0x116ab: 84, + 0x116ad: 84, + 0x116b0: 84, + 0x116b1: 84, + 0x116b2: 84, + 0x116b3: 84, + 0x116b4: 84, + 0x116b5: 84, + 0x116b7: 84, + 0x1171d: 84, + 0x1171e: 84, + 0x1171f: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172a: 84, + 0x1172b: 84, + 0x1182f: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183a: 84, + 0x1193b: 84, + 0x1193c: 84, + 0x1193e: 84, + 0x11943: 84, + 0x119d4: 84, + 0x119d5: 84, + 0x119d6: 84, + 0x119d7: 84, + 0x119da: 84, + 0x119db: 84, + 0x119e0: 84, + 0x11a01: 84, + 0x11a02: 84, + 0x11a03: 84, + 0x11a04: 84, + 0x11a05: 84, + 0x11a06: 84, + 0x11a07: 84, + 0x11a08: 84, + 0x11a09: 84, + 0x11a0a: 84, + 0x11a33: 84, + 0x11a34: 84, + 0x11a35: 84, + 0x11a36: 84, + 0x11a37: 84, + 0x11a38: 84, + 0x11a3b: 84, + 0x11a3c: 84, + 0x11a3d: 84, + 0x11a3e: 84, + 0x11a47: 84, + 0x11a51: 84, + 0x11a52: 84, + 0x11a53: 84, + 0x11a54: 84, + 0x11a55: 84, + 0x11a56: 84, + 0x11a59: 84, + 0x11a5a: 84, + 0x11a5b: 84, + 0x11a8a: 84, + 0x11a8b: 84, + 0x11a8c: 84, + 0x11a8d: 84, + 0x11a8e: 84, + 0x11a8f: 84, + 0x11a90: 84, + 0x11a91: 84, + 0x11a92: 84, + 0x11a93: 84, + 0x11a94: 84, + 0x11a95: 84, + 0x11a96: 84, + 0x11a98: 84, + 0x11a99: 84, + 0x11c30: 84, + 0x11c31: 84, + 0x11c32: 84, + 0x11c33: 84, + 0x11c34: 84, + 0x11c35: 84, + 0x11c36: 84, + 0x11c38: 84, + 0x11c39: 84, + 0x11c3a: 84, + 0x11c3b: 84, + 0x11c3c: 84, + 0x11c3d: 84, + 0x11c3f: 84, + 0x11c92: 84, + 0x11c93: 84, + 0x11c94: 84, + 0x11c95: 84, + 0x11c96: 84, + 0x11c97: 84, + 0x11c98: 84, + 0x11c99: 84, + 0x11c9a: 84, + 0x11c9b: 84, + 0x11c9c: 84, + 0x11c9d: 84, + 0x11c9e: 84, + 0x11c9f: 84, + 0x11ca0: 84, + 0x11ca1: 84, + 0x11ca2: 84, + 0x11ca3: 84, + 0x11ca4: 84, + 0x11ca5: 84, + 0x11ca6: 84, + 0x11ca7: 84, + 0x11caa: 84, + 0x11cab: 84, + 0x11cac: 84, + 0x11cad: 84, + 0x11cae: 84, + 0x11caf: 84, + 0x11cb0: 84, + 0x11cb2: 84, + 0x11cb3: 84, + 0x11cb5: 84, + 0x11cb6: 84, + 0x11d31: 84, + 0x11d32: 84, + 0x11d33: 84, + 0x11d34: 84, + 0x11d35: 84, + 0x11d36: 84, + 0x11d3a: 84, + 0x11d3c: 84, + 0x11d3d: 84, + 0x11d3f: 84, + 0x11d40: 84, + 0x11d41: 84, + 0x11d42: 84, + 0x11d43: 84, + 0x11d44: 84, + 0x11d45: 84, + 0x11d47: 84, + 0x11d90: 84, + 0x11d91: 84, + 0x11d95: 84, + 0x11d97: 84, + 0x11ef3: 84, + 0x11ef4: 84, + 0x11f00: 84, + 0x11f01: 84, + 0x11f36: 84, + 0x11f37: 84, + 0x11f38: 84, + 0x11f39: 84, + 0x11f3a: 84, + 0x11f40: 84, + 0x11f42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343a: 84, + 0x1343b: 84, + 0x1343c: 84, + 0x1343d: 84, + 0x1343e: 84, + 0x1343f: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344a: 84, + 0x1344b: 84, + 0x1344c: 84, + 0x1344d: 84, + 0x1344e: 84, + 0x1344f: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16af0: 84, + 0x16af1: 84, + 0x16af2: 84, + 0x16af3: 84, + 0x16af4: 84, + 0x16b30: 84, + 0x16b31: 84, + 0x16b32: 84, + 0x16b33: 84, + 0x16b34: 84, + 0x16b35: 84, + 0x16b36: 84, + 0x16f4f: 84, + 0x16f8f: 84, + 0x16f90: 84, + 0x16f91: 84, + 0x16f92: 84, + 0x16fe4: 84, + 0x1bc9d: 84, + 0x1bc9e: 84, + 0x1bca0: 84, + 0x1bca1: 84, + 0x1bca2: 84, + 0x1bca3: 84, + 0x1cf00: 84, + 0x1cf01: 84, + 0x1cf02: 84, + 0x1cf03: 84, + 0x1cf04: 84, + 0x1cf05: 84, + 0x1cf06: 84, + 0x1cf07: 84, + 0x1cf08: 84, + 0x1cf09: 84, + 0x1cf0a: 84, + 0x1cf0b: 84, + 0x1cf0c: 84, + 0x1cf0d: 84, + 0x1cf0e: 84, + 0x1cf0f: 84, + 0x1cf10: 84, + 0x1cf11: 84, + 0x1cf12: 84, + 0x1cf13: 84, + 0x1cf14: 84, + 0x1cf15: 84, + 0x1cf16: 84, + 0x1cf17: 84, + 0x1cf18: 84, + 0x1cf19: 84, + 0x1cf1a: 84, + 0x1cf1b: 84, + 0x1cf1c: 84, + 0x1cf1d: 84, + 0x1cf1e: 84, + 0x1cf1f: 84, + 0x1cf20: 84, + 0x1cf21: 84, + 0x1cf22: 84, + 0x1cf23: 84, + 0x1cf24: 84, + 0x1cf25: 84, + 0x1cf26: 84, + 0x1cf27: 84, + 0x1cf28: 84, + 0x1cf29: 84, + 0x1cf2a: 84, + 0x1cf2b: 84, + 0x1cf2c: 84, + 0x1cf2d: 84, + 0x1cf30: 84, + 0x1cf31: 84, + 0x1cf32: 84, + 0x1cf33: 84, + 0x1cf34: 84, + 0x1cf35: 84, + 0x1cf36: 84, + 0x1cf37: 84, + 0x1cf38: 84, + 0x1cf39: 84, + 0x1cf3a: 84, + 0x1cf3b: 84, + 0x1cf3c: 84, + 0x1cf3d: 84, + 0x1cf3e: 84, + 0x1cf3f: 84, + 0x1cf40: 84, + 0x1cf41: 84, + 0x1cf42: 84, + 0x1cf43: 84, + 0x1cf44: 84, + 0x1cf45: 84, + 0x1cf46: 84, + 0x1d167: 84, + 0x1d168: 84, + 0x1d169: 84, + 0x1d173: 84, + 0x1d174: 84, + 0x1d175: 84, + 0x1d176: 84, + 0x1d177: 84, + 0x1d178: 84, + 0x1d179: 84, + 0x1d17a: 84, + 0x1d17b: 84, + 0x1d17c: 84, + 0x1d17d: 84, + 0x1d17e: 84, + 0x1d17f: 84, + 0x1d180: 84, + 0x1d181: 84, + 0x1d182: 84, + 0x1d185: 84, + 0x1d186: 84, + 0x1d187: 84, + 0x1d188: 84, + 0x1d189: 84, + 0x1d18a: 84, + 0x1d18b: 84, + 0x1d1aa: 84, + 0x1d1ab: 84, + 0x1d1ac: 84, + 0x1d1ad: 84, + 0x1d242: 84, + 0x1d243: 84, + 0x1d244: 84, + 0x1da00: 84, + 0x1da01: 84, + 0x1da02: 84, + 0x1da03: 84, + 0x1da04: 84, + 0x1da05: 84, + 0x1da06: 84, + 0x1da07: 84, + 0x1da08: 84, + 0x1da09: 84, + 0x1da0a: 84, + 0x1da0b: 84, + 0x1da0c: 84, + 0x1da0d: 84, + 0x1da0e: 84, + 0x1da0f: 84, + 0x1da10: 84, + 0x1da11: 84, + 0x1da12: 84, + 0x1da13: 84, + 0x1da14: 84, + 0x1da15: 84, + 0x1da16: 84, + 0x1da17: 84, + 0x1da18: 84, + 0x1da19: 84, + 0x1da1a: 84, + 0x1da1b: 84, + 0x1da1c: 84, + 0x1da1d: 84, + 0x1da1e: 84, + 0x1da1f: 84, + 0x1da20: 84, + 0x1da21: 84, + 0x1da22: 84, + 0x1da23: 84, + 0x1da24: 84, + 0x1da25: 84, + 0x1da26: 84, + 0x1da27: 84, + 0x1da28: 84, + 0x1da29: 84, + 0x1da2a: 84, + 0x1da2b: 84, + 0x1da2c: 84, + 0x1da2d: 84, + 0x1da2e: 84, + 0x1da2f: 84, + 0x1da30: 84, + 0x1da31: 84, + 0x1da32: 84, + 0x1da33: 84, + 0x1da34: 84, + 0x1da35: 84, + 0x1da36: 84, + 0x1da3b: 84, + 0x1da3c: 84, + 0x1da3d: 84, + 0x1da3e: 84, + 0x1da3f: 84, + 0x1da40: 84, + 0x1da41: 84, + 0x1da42: 84, + 0x1da43: 84, + 0x1da44: 84, + 0x1da45: 84, + 0x1da46: 84, + 0x1da47: 84, + 0x1da48: 84, + 0x1da49: 84, + 0x1da4a: 84, + 0x1da4b: 84, + 0x1da4c: 84, + 0x1da4d: 84, + 0x1da4e: 84, + 0x1da4f: 84, + 0x1da50: 84, + 0x1da51: 84, + 0x1da52: 84, + 0x1da53: 84, + 0x1da54: 84, + 0x1da55: 84, + 0x1da56: 84, + 0x1da57: 84, + 0x1da58: 84, + 0x1da59: 84, + 0x1da5a: 84, + 0x1da5b: 84, + 0x1da5c: 84, + 0x1da5d: 84, + 0x1da5e: 84, + 0x1da5f: 84, + 0x1da60: 84, + 0x1da61: 84, + 0x1da62: 84, + 0x1da63: 84, + 0x1da64: 84, + 0x1da65: 84, + 0x1da66: 84, + 0x1da67: 84, + 0x1da68: 84, + 0x1da69: 84, + 0x1da6a: 84, + 0x1da6b: 84, + 0x1da6c: 84, + 0x1da75: 84, + 0x1da84: 84, + 0x1da9b: 84, + 0x1da9c: 84, + 0x1da9d: 84, + 0x1da9e: 84, + 0x1da9f: 84, + 0x1daa1: 84, + 0x1daa2: 84, + 0x1daa3: 84, + 0x1daa4: 84, + 0x1daa5: 84, + 0x1daa6: 84, + 0x1daa7: 84, + 0x1daa8: 84, + 0x1daa9: 84, + 0x1daaa: 84, + 0x1daab: 84, + 0x1daac: 84, + 0x1daad: 84, + 0x1daae: 84, + 0x1daaf: 84, + 0x1e000: 84, + 0x1e001: 84, + 0x1e002: 84, + 0x1e003: 84, + 0x1e004: 84, + 0x1e005: 84, + 0x1e006: 84, + 0x1e008: 84, + 0x1e009: 84, + 0x1e00a: 84, + 0x1e00b: 84, + 0x1e00c: 84, + 0x1e00d: 84, + 0x1e00e: 84, + 0x1e00f: 84, + 0x1e010: 84, + 0x1e011: 84, + 0x1e012: 84, + 0x1e013: 84, + 0x1e014: 84, + 0x1e015: 84, + 0x1e016: 84, + 0x1e017: 84, + 0x1e018: 84, + 0x1e01b: 84, + 0x1e01c: 84, + 0x1e01d: 84, + 0x1e01e: 84, + 0x1e01f: 84, + 0x1e020: 84, + 0x1e021: 84, + 0x1e023: 84, + 0x1e024: 84, + 0x1e026: 84, + 0x1e027: 84, + 0x1e028: 84, + 0x1e029: 84, + 0x1e02a: 84, + 0x1e08f: 84, + 0x1e130: 84, + 0x1e131: 84, + 0x1e132: 84, + 0x1e133: 84, + 0x1e134: 84, + 0x1e135: 84, + 0x1e136: 84, + 0x1e2ae: 84, + 0x1e2ec: 84, + 0x1e2ed: 84, + 0x1e2ee: 84, + 0x1e2ef: 84, + 0x1e4ec: 84, + 0x1e4ed: 84, + 0x1e4ee: 84, + 0x1e4ef: 84, + 0x1e8d0: 84, + 0x1e8d1: 84, + 0x1e8d2: 84, + 0x1e8d3: 84, + 0x1e8d4: 84, + 0x1e8d5: 84, + 0x1e8d6: 84, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e944: 84, + 0x1e945: 84, + 0x1e946: 84, + 0x1e947: 84, + 0x1e948: 84, + 0x1e949: 84, + 0x1e94a: 84, + 0x1e94b: 84, + 0xe0001: 84, + 0xe0020: 84, + 0xe0021: 84, + 0xe0022: 84, + 0xe0023: 84, + 0xe0024: 84, + 0xe0025: 84, + 0xe0026: 84, + 0xe0027: 84, + 0xe0028: 84, + 0xe0029: 84, + 0xe002a: 84, + 0xe002b: 84, + 0xe002c: 84, + 0xe002d: 84, + 0xe002e: 84, + 0xe002f: 84, + 0xe0030: 84, + 0xe0031: 84, + 0xe0032: 84, + 0xe0033: 84, + 0xe0034: 84, + 0xe0035: 84, + 0xe0036: 84, + 0xe0037: 84, + 0xe0038: 84, + 0xe0039: 84, + 0xe003a: 84, + 0xe003b: 84, + 0xe003c: 84, + 0xe003d: 84, + 0xe003e: 84, + 0xe003f: 84, + 0xe0040: 84, + 0xe0041: 84, + 0xe0042: 84, + 0xe0043: 84, + 0xe0044: 84, + 0xe0045: 84, + 0xe0046: 84, + 0xe0047: 84, + 0xe0048: 84, + 0xe0049: 84, + 0xe004a: 84, + 0xe004b: 84, + 0xe004c: 84, + 0xe004d: 84, + 0xe004e: 84, + 0xe004f: 84, + 0xe0050: 84, + 0xe0051: 84, + 0xe0052: 84, + 0xe0053: 84, + 0xe0054: 84, + 0xe0055: 84, + 0xe0056: 84, + 0xe0057: 84, + 0xe0058: 84, + 0xe0059: 84, + 0xe005a: 84, + 0xe005b: 84, + 0xe005c: 84, + 0xe005d: 84, + 0xe005e: 84, + 0xe005f: 84, + 0xe0060: 84, + 0xe0061: 84, + 0xe0062: 84, + 0xe0063: 84, + 0xe0064: 84, + 0xe0065: 84, + 0xe0066: 84, + 0xe0067: 84, + 0xe0068: 84, + 0xe0069: 84, + 0xe006a: 84, + 0xe006b: 84, + 0xe006c: 84, + 0xe006d: 84, + 0xe006e: 84, + 0xe006f: 84, + 0xe0070: 84, + 0xe0071: 84, + 0xe0072: 84, + 0xe0073: 84, + 0xe0074: 84, + 0xe0075: 84, + 0xe0076: 84, + 0xe0077: 84, + 0xe0078: 84, + 0xe0079: 84, + 0xe007a: 84, + 0xe007b: 84, + 0xe007c: 84, + 0xe007d: 84, + 0xe007e: 84, + 0xe007f: 84, + 0xe0100: 84, + 0xe0101: 84, + 0xe0102: 84, + 0xe0103: 84, + 0xe0104: 84, + 0xe0105: 84, + 0xe0106: 84, + 0xe0107: 84, + 0xe0108: 84, + 0xe0109: 84, + 0xe010a: 84, + 0xe010b: 84, + 0xe010c: 84, + 0xe010d: 84, + 0xe010e: 84, + 0xe010f: 84, + 0xe0110: 84, + 0xe0111: 84, + 0xe0112: 84, + 0xe0113: 84, + 0xe0114: 84, + 0xe0115: 84, + 0xe0116: 84, + 0xe0117: 84, + 0xe0118: 84, + 0xe0119: 84, + 0xe011a: 84, + 0xe011b: 84, + 0xe011c: 84, + 0xe011d: 84, + 0xe011e: 84, + 0xe011f: 84, + 0xe0120: 84, + 0xe0121: 84, + 0xe0122: 84, + 0xe0123: 84, + 0xe0124: 84, + 0xe0125: 84, + 0xe0126: 84, + 0xe0127: 84, + 0xe0128: 84, + 0xe0129: 84, + 0xe012a: 84, + 0xe012b: 84, + 0xe012c: 84, + 0xe012d: 84, + 0xe012e: 84, + 0xe012f: 84, + 0xe0130: 84, + 0xe0131: 84, + 0xe0132: 84, + 0xe0133: 84, + 0xe0134: 84, + 0xe0135: 84, + 0xe0136: 84, + 0xe0137: 84, + 0xe0138: 84, + 0xe0139: 84, + 0xe013a: 84, + 0xe013b: 84, + 0xe013c: 84, + 0xe013d: 84, + 0xe013e: 84, + 0xe013f: 84, + 0xe0140: 84, + 0xe0141: 84, + 0xe0142: 84, + 0xe0143: 84, + 0xe0144: 84, + 0xe0145: 84, + 0xe0146: 84, + 0xe0147: 84, + 0xe0148: 84, + 0xe0149: 84, + 0xe014a: 84, + 0xe014b: 84, + 0xe014c: 84, + 0xe014d: 84, + 0xe014e: 84, + 0xe014f: 84, + 0xe0150: 84, + 0xe0151: 84, + 0xe0152: 84, + 0xe0153: 84, + 0xe0154: 84, + 0xe0155: 84, + 0xe0156: 84, + 0xe0157: 84, + 0xe0158: 84, + 0xe0159: 84, + 0xe015a: 84, + 0xe015b: 84, + 0xe015c: 84, + 0xe015d: 84, + 0xe015e: 84, + 0xe015f: 84, + 0xe0160: 84, + 0xe0161: 84, + 0xe0162: 84, + 0xe0163: 84, + 0xe0164: 84, + 0xe0165: 84, + 0xe0166: 84, + 0xe0167: 84, + 0xe0168: 84, + 0xe0169: 84, + 0xe016a: 84, + 0xe016b: 84, + 0xe016c: 84, + 0xe016d: 84, + 0xe016e: 84, + 0xe016f: 84, + 0xe0170: 84, + 0xe0171: 84, + 0xe0172: 84, + 0xe0173: 84, + 0xe0174: 84, + 0xe0175: 84, + 0xe0176: 84, + 0xe0177: 84, + 0xe0178: 84, + 0xe0179: 84, + 0xe017a: 84, + 0xe017b: 84, + 0xe017c: 84, + 0xe017d: 84, + 0xe017e: 84, + 0xe017f: 84, + 0xe0180: 84, + 0xe0181: 84, + 0xe0182: 84, + 0xe0183: 84, + 0xe0184: 84, + 0xe0185: 84, + 0xe0186: 84, + 0xe0187: 84, + 0xe0188: 84, + 0xe0189: 84, + 0xe018a: 84, + 0xe018b: 84, + 0xe018c: 84, + 0xe018d: 84, + 0xe018e: 84, + 0xe018f: 84, + 0xe0190: 84, + 0xe0191: 84, + 0xe0192: 84, + 0xe0193: 84, + 0xe0194: 84, + 0xe0195: 84, + 0xe0196: 84, + 0xe0197: 84, + 0xe0198: 84, + 0xe0199: 84, + 0xe019a: 84, + 0xe019b: 84, + 0xe019c: 84, + 0xe019d: 84, + 0xe019e: 84, + 0xe019f: 84, + 0xe01a0: 84, + 0xe01a1: 84, + 0xe01a2: 84, + 0xe01a3: 84, + 0xe01a4: 84, + 0xe01a5: 84, + 0xe01a6: 84, + 0xe01a7: 84, + 0xe01a8: 84, + 0xe01a9: 84, + 0xe01aa: 84, + 0xe01ab: 84, + 0xe01ac: 84, + 0xe01ad: 84, + 0xe01ae: 84, + 0xe01af: 84, + 0xe01b0: 84, + 0xe01b1: 84, + 0xe01b2: 84, + 0xe01b3: 84, + 0xe01b4: 84, + 0xe01b5: 84, + 0xe01b6: 84, + 0xe01b7: 84, + 0xe01b8: 84, + 0xe01b9: 84, + 0xe01ba: 84, + 0xe01bb: 84, + 0xe01bc: 84, + 0xe01bd: 84, + 0xe01be: 84, + 0xe01bf: 84, + 0xe01c0: 84, + 0xe01c1: 84, + 0xe01c2: 84, + 0xe01c3: 84, + 0xe01c4: 84, + 0xe01c5: 84, + 0xe01c6: 84, + 0xe01c7: 84, + 0xe01c8: 84, + 0xe01c9: 84, + 0xe01ca: 84, + 0xe01cb: 84, + 0xe01cc: 84, + 0xe01cd: 84, + 0xe01ce: 84, + 0xe01cf: 84, + 0xe01d0: 84, + 0xe01d1: 84, + 0xe01d2: 84, + 0xe01d3: 84, + 0xe01d4: 84, + 0xe01d5: 84, + 0xe01d6: 84, + 0xe01d7: 84, + 0xe01d8: 84, + 0xe01d9: 84, + 0xe01da: 84, + 0xe01db: 84, + 0xe01dc: 84, + 0xe01dd: 84, + 0xe01de: 84, + 0xe01df: 84, + 0xe01e0: 84, + 0xe01e1: 84, + 0xe01e2: 84, + 0xe01e3: 84, + 0xe01e4: 84, + 0xe01e5: 84, + 0xe01e6: 84, + 0xe01e7: 84, + 0xe01e8: 84, + 0xe01e9: 84, + 0xe01ea: 84, + 0xe01eb: 84, + 0xe01ec: 84, + 0xe01ed: 84, + 0xe01ee: 84, + 0xe01ef: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py b/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000000..6a43b04753 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py b/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000000..ed81113363 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.7' + diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/py.typed b/.venv/Lib/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py b/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000000..6a1eddbfd7 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8598 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.1.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ß'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2EBF0, 'V'), + (0x2EE5E, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py b/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000000..919b86f175 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,55 @@ +from .exceptions import * +from .ext import ExtType, Timestamp + +import os + + +version = (1, 0, 8) +__version__ = "1.0.8" + + +if os.environ.get("MSGPACK_PUREPYTHON"): + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..756673c3fff6f310e458453a82412aad06289338 GIT binary patch literal 1751 zcmb7E&u<$=6rS;}f3EE$CTWSHmZdIK4vGT`w3Z8zBANmsw4q5sQct;A2?vxDZ+2soLO3wee)DGL&CHwc zdvAY=#Ucn==JOxRZ^#He6@yNLvD=RJpxZ(QGH?}r@593KRk7vMe3qn1FqRCtDr>Ug z*Zf963lO;yKiPY#tMr{3oR~)N5%x@~z^S2X*otToOVJc7szouXDPeJ2s2Y2A-Uxq! zv>qb@*lQ?&eWXuI5Jh{A^l1I0R~uNBlZeDGBN}t#{nyF!=s~i9R-}28QmP#QbPJZ`MpFpHJ6UX%AfK zLO&SnC4d(CBZ}hvJFyF!Wq{VrT{*HbwLZ0ZZfoePp@$!SeeqXWJpxBm>goc6u4Y$Z z@Qh{{G{Zu(Gxh2!GlNpTwY&eR2PMuDt*I_khFV;82>Ty$&=^FO^0|Vz&jq^|rf33y ziQH3FDk$K7aYK=w2m7K}y8z%)5>4zVLz_1NepA#PMg6AliIUuwlXL()&ZZ&@D_f|E zDyNBpInf?@9lGyxx@p|>mAhmC9eC}5ONUn@kd>VrEmPa-CS}^A;f`)H!qfs(D%Ef3 zj$Tk3_eiblrk3oQqnkCR65-)7=;i9^gznVi87U3_0U64`pyK}s$t`|fE`MA$;65gv z0m?#ar@jsHf%sJ*WsPw(kG4eH)|b`9p-o fwrfv9*Wglr=9mdxeuzvAqQ`?h6R${*hcVz^K*y#A literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..870b824cb6d440b503aa66a5a622e9631b6ce273 GIT binary patch literal 2035 zcmb7F&2HO95MENGOw*EWxpvyxg}Xkq2#ZP%&`TQ>Jp^@%0EJv2P74SEh&8#gm{6p; zOUaSogMs>xLj(Bc9Qp!A-=Qy%OL{YS?F+b(PC0dEsXq%Y&@Q0i>^HMBv$Hd!*Tteu zV14=WkH%L9A%Ed!yz(Pv@Eb4}L?_=7pPUh2*-D|U3n6kHmQ=7na-SYI zgOJmXIvhkt72Bq;s{03f_eUsgv0kPg-$~6-pm9XfN*2 zV-_VeiK)jDuSr=LQZ7U+KFoQ1q8B+>svfd8byDrH5SnRgs5#qbkWLDZefyJW;zLZ=5az@_j zrfCT*MkTrZK?@+BK4?#K^wfUPX*9Ta*a^exWlorA01H>3S+R&j8C^oII3@@UQ1^^n z86&qS{LgL|_dCgc<6D-ns#r#=bDm0wAyL8=+^H}Sy4}gY6zdW^M2jVR`277lkD@LM z1D}raiq#6js=!v758*w;kgUN^W|vJ3n#F9=rt}lf}k3N z(5lpj1EYRDXo6r;k2j8Dd&g1O1H#L)87K5^1Vko+Gw6vUM|D^>0J3iLauD)(>A>KA zK!IG46YYe!z-8-1huwHGksfihDpaqP8RLFxa=aK!CqweEAwGmtViSl&i!f#c7BF^p z5Cw_r_SYu2uZ*!zP#w$Ylw5s4Ul_j@uQoPc7%y#=cW>exG;pa|+B_{@m9|couhw_|Bqf!ne*h#a)^7j+ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..196aa6a839efcd6965ffe850468060ada6b1e0fe GIT binary patch literal 8180 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 HDIM;AOmCj9 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0cf6c24f202ab5095278c33d9c838b957ca4bb4 GIT binary patch literal 42070 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 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + :rtype: `datetime.datetime` + """ + utc = datetime.timezone.utc + return datetime.datetime.fromtimestamp(0, utc) + datetime.timedelta(seconds=self.to_unix()) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py b/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000000..a174162af8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,951 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO: + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError: + raise StackError + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker: + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and `.feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError("object_pairs_hook and object_hook are mutually exclusive") + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError(f"{n} exceeds max_bin_len({self._max_bin_len})") + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError(f"{L} exceeds max_ext_len({self._max_ext_len})") + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError(f"{size} exceeds max_ext_len({self._max_ext_len})") + self._reserve(size + 1) + n, obj = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in range(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) for _ in range(n) + ) + else: + ret = {} + for _ in range(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (str, bytes): + raise ValueError("%s is not allowed for map key" % str(type(key))) + if isinstance(key, str): + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer: + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param default: + When specified, it should be callable. + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, str): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in range(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs(len(obj), obj.items(), nest_limit - 1) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError(f"Cannot serialize {obj!r} where tzinfo=None") + + raise TypeError(f"Cannot serialize {obj!r}") + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for k, v in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py b/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000000..9ba41d8357 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,15 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "24.1" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014 %s" % __author__ diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49e5a2f385e126680dc37ef6277049cfb63ab651 GIT binary patch literal 568 zcmYLG&1%~~5MJ4ieUye$6%(LVvf(ZPfmQ zs{;eRBZhp$EZ<@^zsBl*oi+Rh+w=EW({HjCZ~>>AZY$CM3tX zh8Q$(g=a$IkA;pzigzTg%Eyt`nL72nIp`>#x}iwCtjMT$C({^>-J^1NE>apZJkj}V zrZG(!hLphqSWaUcid0LO=2}Qq4%iL#rMjWIAj*fYC+E({Ig4qoI5um%GV&33M($zR z8XX>u@l*9-*j{xA(V$~a$f`$(%9Di3!Xzz1atXWJ1(ym$YLYG?G&j$Y2AfWvP>6S& z7($+^t&B}bD6&GrJko^xL|0p5uP?&W;FB^!0c8oK!CN8eoa4#oH-Rz9K<6S$LPve! zj;89;IS$+fPZz;^m<9?ocW(U)GRQn)YD~yG%RE9L1vAghitG0CM6f*OFJ#}0HXn`D z*c_X>Wm%gpvhP=&Wq(xlmR+Z6t^4N+z&VgOIF22=Az0^ScMlfd?Ok^F zY;!tlC$cJ#QW>OFfYQj0R4G`ll;&6Rt5O>OsMJ4TBIUYCrL_6QKWwNPIe$9y_V&OS zE6o$kn>TM}-n`j)GwH7)J0Oj-pXW%C|gOoD}oS|E;vPGdWHd-wnU)ibJ4C)j-HlGiqAY zeX3?EdPBrJU*-%W^7nBNAg24DVvF>#|%Tx%JEd|bFDAz7nOE-|30a`t@Q=5wY9B9R8rFO zsnn1p(#?**a*DpLOjlAyPLYgQTGjHGQrWyFi>8{@Vp)ASuB21(VR1-p*%OyWT4IVV z92+q+Y2PwBGs;+gQPZ*}l`;BZ?CLu%ZT!06Wo*nU#2bW_LIxNJE!P+mby;XppLRh^ zt8#yowLHnBCT5gm(()yfnXH^oBOXX5-_DC^d*&utMQ!&-rH;Wj;DZ^1qMT8+!J}DS z99D#rXA*-ciZ+ktGE%c~QE4_s<9zeJ!Po^wyD)f69U3%LQ)$kL(s__D26JjIo`g9$ ztH*7kstw1Juyu@!SZ+*r!-5pl0b<}Wxk^f$NB2AQt@n$OzP?|XfurLZ;2`ukt18jg zjbXKn&RNE=?2qz#73%XK@B*;d?tRY#Xlv2&%-XA=5A~1(>H(o{1$%t{E8PIz>9!e> z=VzPcPW1JNrl?or0$~7KS#``9ve;LRq0LrpLm>peKm=W7TY{vmEfHYmVF$@9

he zE%O6aWA12`EtdPp5nX!NrH!CPN3aY2jhz6%rT)N`o{~QZz!w1L20~X7rC|7-qxQa#`+GN4*dhc8)2;d;+xBm7J~^kO%1D z60)g>vyIItl@lA)hQR`+FsnmAogqc0NRs7c2=S6487&)HAp#;Zx60>q++|{1(^hoJ zL}qu8${br{W$ye7;H!{{F-n`v7ugS7AG#c_cNvgl(LJy-o*mkN<}TAP&S~=!aEM3t z%0Aiu2M#R5@ZQvbim|+@rCg|M5Oy*Sa!EWiv;khR>rs0xa*m~g;Hz;SWGXuz=jpg& z2OR|+?Q~SJ2ITOd&^AV%ASUOGMk~8^D1^o8%$`Ix6K6_@91& zKd`lbJ|J>%YahW(=tJJw>$}W`Res9SnsN6AORF6nMfbZ95##RPxGz?;MZ^6T`&?UB z;jz3%>mL+4T1y3}pPH$rREdV~GOlSLxC~KVs8;Q?FJ#1FRq7CyF|9_~g1@u3w+~xy zZ*RfdNl^edSsi2C&P;gtk@e6<)%nVCr+HGXaXFXqY2ZS9^Ie`=4@8bL^)6B zdvKbIy6k1~V>>uX15TBc=@ds$sLyM8G}M`Ypj0x(1W97{$P|j=2n)j;9K1ysD{YGFb?hvt7)g z#9-bSf;@DElxpiHxc917IM#c(6ls`wdHUtq{8HqpiNuA^DWbqzhyobT;g{Ff` zwTBi0hgMi1{J8cj5^lIhIBy8%O107XCqHSv**yRF3Sss)m6~>4KRb7J_W1mBz+Dqt zW!bvW3Sonx6&56@a7FnUhHCF$sy)8&#_5H?=^t^0Gt7M>4!)kO>1rikgk#VyiQhyTeqIg}wjalxzhF3Yg83!CaDR3Op z5{57w+fF32a1abMwj7x{hF>9A2}+b21d@SC;tKh;dK(RmlQ*9H`00R=P^)7BR7t!D(>B`RVC(%O*2GKRruN7+IcF!%nod93v`GaFZ0i1$&Voo$i;ISxWbs4G(yfX3e zc<$V5r;>gBrxLHf1`kuGT$G<_6>+%6YvV z#~ldpROl@T@MP)FB4`C*xw24WQico`!GrQBl6a^_YA(v!2aH!WS-E6!@SYS6ymP`v z>>A*w&t16O!lSoP=bX3=M7*#X{{nD@tog|HowF_156&H2+7`V>yx!x?M4}W3Uwdit zrEA9~kIhD|H_bK8N4}1BEJiy%e`7J)wbJrF4pz_EwWVCe<#qtQis;A zL}0-m)`BFmW2SSu6Ow+g@gLy^$i%_M`vwNX7u7qvJ6&IP*7el#w`&-H{ZURo2r~t5 z-|@F-JwI!?!C!e@v$+1OroenJ%v&tDTtA7N)n*=kHh2rXxL1h9VrL=GQMwN}grY!& z9(pEKC6jViN+$JgP(i=7<$>Qma*A$_>8~RVlZXA_p>NNpaEJi2qOlvmRdUzm;ytUL zz5E$wb&z5BqYU`i9lGZV@sU*)u)B!aN~mbHei{Vvk)O)Lmf(@EV|-Yg0v8MYRY1#W z+#JinMM=k$Vfjvr>AXU3EA~C7s!uZ$D1bL|`tqbNIBMM{v+sL4?Vl44>1Tl%)3YG~ zfN#JscU>Na`%i>0Pkc}O-w^LNB=}FVZOzRv-l-jH1iCekiwR7~*V2>eH3I0G567pj d4NeZ0$2?OrVPZ*NBY^%loM4#9J%W&K`+qFdD+K@m literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef69aebd08dbe319316622ce1271abbb540e9c0d GIT binary patch literal 9737 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 ST-I$YOl!m6!W^X@?EeD3BFt6* literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46f60db744620516b0dc282da799205a3c11685c GIT binary patch literal 4576 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 E2QV&z2LJ#7 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..071da385c801be142c2e04e7665337cc6c2d3d38 GIT binary patch literal 14010 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 Snb@|x$G|r4IsB~5qyGond`iOr literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1999bcb312e1a7792c9bca48d5e591c63e809233 GIT binary patch literal 3251 zcmc&#OHUhD6uvVa8v{0`#S{}r;)q0z+nPsH^`$7QmOfN@L#j&1(#Xt=%@AWd_YPD> zELgCp)JCe*O0cA>3h^KM2fCqRQ;oXoAE0uiNLlrK_u7`ncnD?Fk><=fXU@In-1GSE z@5$r{qvykCzm*T7jQtIv^B8TW^*J#IOlO}lo9#1OJJHpjRnj@^q;0mUNei7UB3%oe zEcC8Lq-o@$R@+{Fx<2+vJfPiHHJh#Kw&q02x~=aUs|N8=;v>YzY{MBMIbJsGD9OV; za*X7W9(jo5(H=QYa-v5bCOK)3U_X15_DhgF)=cKc{KOZvvRiY#=Hq6=@nhWaws_6b zdc!6@LT?MCPoiFMyV06b2%Dg_)}hQRQ5KwwG@qt+?w!8HOujbP1CBDgrMpViqLsFAVMf7XsZ?oiZOk7?PZyj@ z$#b`z-p&Y&2AW>h28pKH5LHh*_c_fU@89IY7z~+a&8bk@)4hIZJf(J)HWZi~lN`w_S1@z=q{>T4U0<@v^1y|EEPHxB1oj6UZvEt*w)7X0Ml@;T`z zk39UI3{fp9t0iT%1go@CrIjijqRReQ#`f9MJ0Cp9SJe(dTJ&}wOc0*dK9T?HQgO!U zQW>R7CDlyilKeh}!Vy@YpGXdl4P7KV!}(5MsB-kds4VZ!&HgqEKs>72h4>q4jJhyR z|E>w~5?^?VHt26^*=eCcDR`G%21HS1126}GkK|x7E}3oF#yc}1NdT1N^5WeAzrG`k zO1LAMzZp>^}_T eJ(kFP|7b7%A~vOEpvsUcegAAC_Xiu7PX7f!^oe=^ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1284b38e8f645597beb47092b7a720bc2a7f9b05 GIT binary patch literal 7914 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%0DE#Gb0{CMl-_o8F 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 F{{heOUcCSS literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45c1637d8b877c6f7b7cbcbad5471cd72bd8b91b GIT binary patch literal 24999 zcmc(Hd2n0zedl|?d$>X3;(Z9bM1ta>`?3yGB6ZjjWlNNu(9%K>A0$HNl?TwWu%yE# zZcEk5n3^ObdhM*`#GO!)w^7?{IV_y&rz}`MrO?KXtnu9NgBg{Nb6CFLB&Y>4)yzYJgvQ$;5G2IEj<^ z5pI+p!aUxVd#E?U9kf3U*D z?dK%N%betlR$n)3=`}3Yg;;mgEtR}edR@>`YKJ+=^DTa`4qq?6^^$LxA6zBvk^CXpjyZH#eJxm5mDUaF8P;a5r3@N1+R__b0U{Ca5>{Gb$s-yk)@Z<3ne zH%ra%Tcj5FtEE=>ZBht+yVMSUjkE@ShtvtbOX`O2lh#V>r1jDUX`{4B+AM96wo2Qi z?Qb}LlOJq~Hk~`TJP&&4x)$i=Ugciphs-f<$aK=iaVM~X)7&&a#ZPfxHC=KD+>m*i zpXLTzq(12}jA}JzxK%Gb*mjnac6^f`3`Jeijw;kS*pBoyh~4>3-k9+YHlw>Rqr0Qd zXgTFGX1kN6J&v@V>u8(YVAlmx6Bn&)=47lmOSd829<4G;ReYYi^gqsXFPcBko#%&4 zyw=O}Txj3lQ57LxaYn|*#uJf5Y7p1xF|QsOWdI8I1UK5yeTS3<{e0p1cXEuvP%|B zvM4zuE54QswvbaP>3eY~Iza>3FON@7B>%K0I2s#^jYdX-vC)YU)-g8D;P{!~_UMZk z&RApwfuZfERu(-KJR^^f2A{f+7#<%BZs=OKuFK&FYVP1?7LLV(kr6o>kuC(K=$Y79 zR0^KHpw|{l#G@l;I*jTP!;wT#o0lL;PR5ZvHWp8ye3y|+F~<|KVjYdf(+L?&N zpYPmoqU(j|*b65P#ZI4yV;^-+M24P6iTH_$*hF_2Y0|jdtwzSi&UTMR6A>wrh;&V0 zFNVWd#Y8xqtS|=57Pw1KSdCuAJ@96@Y)#{A@1;Z8`nK8LuN+xI95-Z)5I-#VXY(

8 z4FPtKj`A_pwQ^yK*khSN4i48)(YdnwA8U zJ#^p3+n?ptvQ%OS|AwP23db+4hyUxJ0!{3kB+hbYcu9EKHHgrQ{2;BBMJYWv_CjPN zCLPu`VX_r~L<$wb-wT%CXD@d z(LBX{#ZD(vM+!X7rCfnxA+x*&A4QB$PDEuki6MdQ6c(>8A5B}F_9zbNj5@D0+sVp; zAsI(!3l*U1Kf%T+tDY4uIqurr7p-Yq<$T45wgxuI*c{X}8(!WvVVj`|3EF0mn<-NZ zd2}M>R`RHM#jS1lq3Fm+IE)R>`biu7akZ1QeP!}!3&&~ufAXu`9bw%^&XO-bkrf{M zxnL3-Kjz@6t4>*m@NYPpVK{!N9kqT61|eJ`FbqN=6_;2LvKnzVBV=bGN_7}hJFsX(zCf5#j-1DSm!rlR&~Ra2WN27B4zaP7 zIfA2+iFhzE9*hK^kFrVph6-}a8^N_6!euH z*RCMQo?;0o8%eMZ4n@X-r=vlgu91SHlOu^3=!#$>2D}^`mxGjLcpUJ-NJ5K~NW%n0 zf^lHBktnN6g(Aa|7ceX~)bp{#FoF{!lOVBz1VX!l$D+~Tc7`anpVC+8RPg-pI88<( zA;(TnCbYqhMiN*I8Ybo&T{(mBiV4@&Y;XQLs*8tpA`0ZQMn|(9PoTIIj9~8BD2NE5 zVbi*T(wP7j#}I=cna&T#&>!?5GJ$oSkYkZVGziLobun+kSx{Xswa919p0?o%dK09c zXhT$iutx{jpe<%?o(`-y=E#LA&qaq4)bY4dnKwIO z!h<+b;RIL$rNn3&Rml;>DqX;w$Am#q1ynW;yBJTis1oq`8;H{vFMMRhh zd!9jnQN@It3!G#ys$hn}Or9lH*atQkOz=6BE_6Ecd)ag;0QT54%^!mg78D^cpr+*B zV-q8>1fU*v8G{>V0Dy4>JL6G6Zh{y%d#A@EID7!044bGB=L{vVL)rC!?+BSd6H!h0 zprQ%<7Kj{E_~+w5XCQ@CBDxf3SB^)+dRh5660hMuPISu*_tC1RHyJSR%C$rBjq5u*v=dbyKvOpR&Ebgt-B zN+z9)$7GuGCeu7+{_M$|7N*Tp!Z}*D0wp0Bpr|}(A>Z! zQHvhWb5jD7Y>3mADRGK_fs>sH8Xt3#MbGyoe#!z?l95lBCIzsS#?qRxwASSAr)a9N zwEBWUm=GQ5K7RC&zSt9y7%h4{s4q6-kt6C3=#rm8i!yr2DV$6l{X6oKL1_{TJw#iB zRmc#l2AzTgoj|ERO(l;~Nee-=F-b9xMqX6R!2F8s$>@bXSss@`u^yu=0t0CRbw=SQ z6cIZFvI~(_u9zv2<`Tp-IdvQPwQZCS6y+i0`Yrs&zYY&u$?2Zy&3Xd&xS$A{I@ip# zguea6TTd*+Z}eoEH~)oa%lsGSyjLnNSA4xH<=HYT!pqv+uevU}=1$KIym9QR_iE2O z=7qlNj<@Yn+ROt62@ko;+MG+ zeXGbm@VP}coqp13yB{N-x=0?0f5+fyrp z>n9=?2sblAZOq{6qGQO5T?(eq5d--aPejIsqAG>qJR415E3jfR!A-??d@M$F_p%n) zK2sde5CN#}IRQH{eim(xPs&4(tZ9W6+i5MNb8gyBbA|Jp_yU^v3;f4V!<*r-^fuqz z>NlEhTkEqG)mOfF`HPu~wpnYow0yQCXX9$>-|T*^`$k~CJ5#-R)|NAw?Yp!7nk&06 z@4mWuVQa>}G3DC$$=%Y1dmL}yeb-l;s?)Yn&Wwl$aXR+D=k2j^w`^rSb!LXPk{ZF& z$p{{XrWD6AC8OdV!eGgKDxp)O5;}=WU??nU5JR0fV=AU2gqCD97KB4*qcTH@#Gb0S zat|fvQ9oK2_9FU$LF{#E#GZ;Q8Mf`Aa?4auClN^uDT3D0NIw;CK8}nk-elO4VbxxW zV|bI{VTP|61|_5&aweS`5MZOA3X%r-#TrT)BvB_Li5RX<8WfwF$DqI{4--iy4Jxfu zrP3Iskn|a3Wv9_~>c|RgM9`ic=>KV<15MZn|E9cy%@sM=2NDDbm@6j8I%nVzJr~F2 zl^{4>;LZ_|QsCY(2#9l~1xffhWniIc^Vt5p+A)qocg|ZF^Dpd=|Ka-b`;#cs(*d?f zT2kP20H}kcUT%&*`90u&0a%(Ocm+<+k96}nlD`$WWla4d9|y^FmYWvwZ;?#X)+rIR z#s5a#w!Ag9<;_=ZL1p-PuKwY;smFSEeZ@sG8$1wI%K%n{p+(^b(-wDig#=FgIn;bCUIW@L{rJ$|BilyMnf3;w`itMR@|G%%MEhzMPtv za!Gbpw&7Fi^(P2&GN-qo&rV)l{|<(OlLrXfpBWp z(?B@ca4y7Yr(~J7ejbqN(q)}sLOw#X%psp0^uMw1kkfQY%F9W}P|vvsIX`0^4wrO$=_{u)b5t=IZQX3_y-3s}tE@A|q zgCTSU_mRqBg_w?2$GBNY;~*A=v}G&~YKCbJ!6>VWOAP+>WNakS3F#w|UaH6x#2Ba~ zWM!4)$>&BcKnOZA5*$Z|WW9$ZXd8*10hb={jA3y3eW5g{i6NmSA*)_pG$JpHKUK-- zN@*RjgmGhXAyve*U<_=sh*D&F71X=3BTOMnQ>6>`XreK<{`tK9Fq&@ zxhr@O0~m>q8@VxS7xW>jf=B9O^hM~bX%e;3K-#NKvL=35F`by)L=e*HXb}2y5^h2W zON9%jbYBcg=8+4k!Z)v3CUq@nmCDlmjgO6hc>$}z+MrC(@nOBHZ811GyY0`o|?7L6oILCjz*r3YRO7jxbJY!!9(GJ zBjKYx&xQ~8JoVJU{{4y>wJRmzV*^L=E4=Su-=W@P@^e&+D}3nSu>n2mIHDK}FQ1?g zaauA_yoz~Zd;*pX(FD}^5lH*x&r{L}dFLoyWTRv9%225)Q7}VYqSz+K*x)6s1I>-Z zB!7xk138Mw)B;KgJ~1h*bD0W1tXPJIC&!+TE9TQNh%1Z~8){{WVtJg}_2tW8wMvPk zCMc8VRDp$)bwQOD%daC>05nki5Fq9ZmkV-Rx6ka&wzSS1_#3NtuK5k~ZENjaZ~2wl z%e9N%=Crr@oxblLx^`%>qbJ?blkzrayn7bCPo}+3zTcbiK7G;hH+tSs+8g>_+4pOI zyLNHizVy0%DQ_s_-M{EPn)V(|9eXz8{oJhOzJv2t&#!)S&1-93@634GmLPBtn;;;u zaGt=c$&1NXrtrhT`KzvUUGBOX$oN)&;OkguoVDhBoYy}qB4c&^Y)RHzd5>$d2WNZk zTev{|eB|wxZ+E=avDmmN-MHy{@l?ZOxBWZPt{wLSoTqxe;f>>Oo_OuVV%^$w-P+rw z>%bjv-!W&o+tU8+6K|bZY}uV|*?p7GwCuUZ*}WSsAD-JgUzsym%i6P*HE%jza}d9L zyK*D+(9P}hwrrsK%Hhk0uWnedUG4rbus-KUpaaAvTxVERlC@*E#0u~ z-PM_fo=n}I4?TO)b2Z2O(_b&m?dQ?^kDuZ>PkpwoarVI6z{UPMuE5{;+ZO#DX@AGU zK*qm*)|PepQ_h;4hpTTg^5g=XEAX|K($1E5niith+u!BC)19qtxZ3dAf!V!twpR{g zcqQd;)TZ4nh}NQ9h?=kdz}=(@m2O17Q+l^{%|hRehHD2hwVSkD0m@bXfx8vb0(a}( z;D#H0nc((0^W1^2x-ojS6R-5=VrE*lT*B-VJMa4H=U=#*$oM*DtslEMm!H`Z%hX3JU^DpG-U z|6n$GeW=2>>S|ls+m6ihb!kuQqNgkE=~_7dp=ZlSEgk65;SW5G_tBi^YtH#&8E3=Q zttsc4l(6QL`%jy>+OB(?xvcx6rZrfuP}l1vIV*nt;{FpRE>H`3hr2b~uzJomANX1c zgdOhIU)-H%us&n!TC{CS+csrgzC~Ak+ExGdxf_A+O=ec_ zOu6bau3bMfo9vF98RZ_t36}n-)%WBM%a7|y4tY#J-t0Qm!u{zE_aV3a&s;qDo{~e2 z;-59}&RRGz`UM9>$}z`;cbBGpNMu)wc-su!ZCpl2x+3!P`MS!x*AMvcGJBNmV5*{e(da?C_lUT9Hz%=3u#M zB=^fA>YL*zu9=pT~%A zl*;kjd%+cIf>8;iW--X{VM_D@fR*-(C zKvqFhJVE3IQy;7(vltPk(ran~T@^h9j08l^bh1Qpu#BLlNE6N=HwX&SumUaXF{JBc z&^!o@2ErbXU*f<=O8X2{q5uT?`X+o>6XH-q)DOjIrn$lCJ^5TdJ z1W`)xy;$p-B}xZbw!xsSz~JK)>r^C0#$|1qvUw;1^|?wntx(izji}}xOo;Xx_KM;O zAJ&Xuv`#5vM1sOzegmo3c=>I73{e!Z*(7Ji=H!=%mMFA&(X3kJ-$WV=i^$}I)sU~U zVa6j#|MG4y%vSCa3L^<6P?!T!@mb+34yJZnVRmD5fEZwOfXv+xQe7SgXkt7s7pDBo zEt}lX@IhV>RRQ8cr7|?~LZ(^4(WI^`mN2xtFw3F*x|N)Yeqj{_0z$L$N>;2G%yPm{ zX+R`pf*DSr5@tB|yOo^_Qo3>jhUR{FXe420bDKm#np>hr3LTV0d@)hZ$cQrLB5EBD)CnuKHB&6@qf14oZB+Lz2Yl#(9Zn1ksF zR3enssI=G)vl;4#Ylv0EA(-Dp<*!oMuJd$qoaS1k0M*?GD?B2x!%5$YjmP5t zmiF9#LIE5i8|STB^faVB4YMMU?iKfCxBByH^S489g)*KF5MP9EU)^?b+Z&~6XY0bI z)S4YRljsiJUAyI7;imol=06YpIP`u^YS;11+GpnMAKSR9#;Yxv%C3*9HXeTe3cx^< z%TCWM0xPs$T(R?l{Z>??wXA5x-ZOv)s??l*dSZs)TiX+9b z0@f1k_%QIII8?qe41+2~AX86fJW7BYc66Hg-zaj^en6yR2JkOXBY9yy%TQBTN1n;r z{LN69YQjk3bkLw=vT&vKSuFbDi-+eoyt(VOT?<>j*ZXeZkLrHEF0*les{KHw=HQaq zRO*;DgJ`R&pEX}{!vJGe1IGDtLStofK8OH8tOUNQdx4h&m_ei#x+xwuv^-#i28SS= zHdZ2Gz?Eh37n{XokdPfQjT&AtYL#&8Gfec(81oYF7OFI(|7dP!6W_0!wD@=KSf^fkR;~CrvY<3sM(*Zda~NJJ)7?<%_vVD4=r&fe@Turxl4Wl4#ZyafRPVh zujt}_%imLLzQvdKRG4p7hzPIH_#0d0_t3|Gy{)33(0_$3Vq#mw*my;@h|n+p0KJ!g zMBaaer>!$2Dk=@F8KpCW4nV~cZJ9N~RsJ!GtXy4>v4&a=$(mvdtR>dd8k11%QEO}x z?Im~p4U7KPw7+#h%=o)ft}bZX>lRBp(xn~$?`uoe_+JmSbKmjzRGR-wd5_xi;&$4D~S$vkY#5S7cAnG6pSvt4r z;!fi@q(TQWzJn>(!E9+@*7YzvB-FrWf|!si9PXj<-{PSKN3`mSq3dEu{<@Z*Na-nD zMIyXd+;m0HSxi^1r%?^WYn*dv)#iPsMMn6VUf|adhm}I<(qt1t+Up- zlC*6VxE^<4(bb%GHD_F_7hN4`S4YOxm38^&`hlAlUF~UCd(O&LG|akSeCMj1pH4eF zZn$pt{qd8xp8VnA^xCHlh?MoMd8hYAU8ZAqYR%&}EjK4`f~k25w6TVy(U!lCNwupM z_Gf$>(GRC@?(7H7y1XiS-y3+p^@k^K9!YryRurvox_T&8yDnv`%KB=xTKY1+^;Ap6 z{O%8&?F;8qyN;y0kL1<1;|~T>dyZvx4y1M*&vE=Sd_}gRe(rg2PTr;^vza<(c9X4` zr|eT<=-*@2@|mPO3Q#~&fm0cW0mx*^6D#m> z{!;U&lr-m;6!L@*%R1#>w!eB005Jp=Vk}EsUZLHs_`)@0SoezxNIEoA%f2S2tw>p-gFe z%GUlcuBJV~aP^-caD{B0OeEsL?rFpB0i#@ukNFJF#mvl2H9V%TE39kU$x?)jRDUTx zhJ;=OvI^W6&Fo?)#9i+gVkAbS3NHzHe2myXApa0W^Qcr&{xymqye(5lp-`)EuoXg9d8@ccKdm7ERtmUvby;Ub7yn?(nIF~u}`3e?t z`G^-I=KzR+2FS7HR)g@1vAPD^`X~Se83fo?LuUCfPjb!NpSRG0Od>_abxgkme+-&v zkH&=H=w7S*_%quPNcn~JS!L8h~`tjEwimR03L>K6U&X@C2|ri_1G%C!!B zNY!F#d%Cp!pT~!MDNw;(@%M=4@09m&=3AVI;EIJZsBdD;R-EY7|NIlJFQ)#*X>R*h zJI%DbLc#K`IL$IFF6of6^XsIwbsk-Q?m+QrOPd$>@Ue#c?hDZD!&k)%1xLC3;Z-M7 zrewpXt~q5HrxhpOh8<*&4?1*{#a;;rPUrZsIWw*zTyb7@zHw-=c4NABHS4+G@%IGHx5V%k_y~N zG`}L#?@+|g$fNAZ60%@=PA_v(%}T6}dO6x6lN3}%t0eeIdW^RMf>S}dy{?uZ$twCq zgsqyH_3K+jW2s9INmhV$)8T@nT@GP zR_K>a<#?9?H2_NVoJM2GdR8sAmhl2dSKeMc8S=?N>R2;*E#%=O=H1Yize7L&BY8|- zc9TMckL5on?*sCFO5Wd+_rJ*dKji%bc|gD^FhqKO_j8KEU*VOj0RTOK;Y9N?nAsgo?S+XN;sl+61T(VV(^|`IwhAla>RrF{5 zy@z#vx zWsA=L4_b`)jd-|ZIo?X|@ff-6k_{SqcKzHA0Y+YmLvkQRvjkm{;*?xSVOP=BGVDbj z4FN(Q??EcNfL>6eo29S|=~_8IUh>h)m9SKHHNBu*sZ@p<%Sj$mkm6w}?83TMV`W~A zUY5$Pt{0T^v9{P%_JR~YE5oj~Yc=NgF~Cx5i}a+7rLc?e1vQql6m~IQt8rCcA1hcY zyCPpCwUVVa6lt%Dr8F+5NcsJ&X5(whOU-YyMry`k)v6|Z+ky zP_{iUHGe%;No$bWk(Zj^t01en^AV{HEVU~yHGjN~EVcU)sZA_(?ITi~S?W4Uy|6yC ziQ$3B6WEnUp#qD>A)GND^2s;%HOxaa!w`s6VEo1mI*pt3N0*;FIMo4>4D<)=22)Tc zj)UW;>9#Z3aAGrqDTz@`+oo)iX_!w|s9|uGFyEZEqer6r z9DME^q1ysCWoJ@a61o?-X~$>u*rE4>?qYn=@_a8Qxivw&9dl~U)9ySY3HS1qN8DWz zib-{+jN1sHdLxM%qc$_{n_z{=A!Q7AN5FX`>eLw6cad3zmJYcJl+56J9eOI5o;uto zD&C?YRmI%_ep>uI`PP@Lm)=vq%X}_sEYGX4DgTn@lwCp(A(1s0r(b4-u} zOt$^n=_g6km;uC$1J549I<@>xSU>8SDS{=1Z>lEprmWZ zHJP$uE}-kRr&V$Fzt!^_@kvi1d<&K0ZMgA?3k<%f#*3txR>T+{aCuR+Z(yv{7ZEFe zm%RT#9^)5IP-ua?8|0DsPN+mN4~@i`iM9M5A`~-LPkpG0Od}PS(J6YLBVhc}iFK@j zQmTs4!in)POlO9kSIjU)SISxJLxW{38tm4|>Ml(8QP-fEIGF;``Yk(E3}d6~31sk- z^d8pOnl3$R76&l?Yk-L}+{YzcsqdBOtU2qixU%i?wy!=0g9+PDoc?Tk$LteiOw*Qa zTD{n`CEc_oH591M?P}Z zq=M^Ht2U%v8}O@Q^*yf2y=KmwGgW%m+^J~IS;VTA?53^XKk?fqZZ@Si?OWV*D7^{d z$1U?oQZEZ z#xIFNQ~ms2knVM@i?yBU+RlZc+qLVnwas?}HS>F~`acY`0kmi1JtW=5&T&9`v}zNz&?Pw*Ex5lO$e-^c~qAfc#g zLGw47Qrix{KlJ{ysV&DdjnB;Q&DO5YYyD1bGi-dTTBuNEEBIIMnrxtcG0>6@v|Jrp z478^M?ZmKp*F1=m{mC~Q_O9k`tugiPGTrK`>Mb?>z}my%#}92T@>kn?UFIKl`+KeC z_pBnq@0Esn9~0l($|Lo??L37aGgEk%y{}RHk=5H*C;q5TM7TH_ZN~EFi_n*4Q|!3~ zGgN;jxeurk0K1nv3Diu=w`IXK#OL^}+QLj*$3(n1hhN`N)oLV1C~$d}NtP+AjskSl z1XQses6qs)FvObx)Oki33^6(jD#cIO<(Za+o(!GX^jttEwYZeJT%$N;D|QW7?~P>n zk_lJRY%kgJ0JJrkd5S$9p`TzCIIp;|_1RE4|DKQmRsTOi<)k+_3;?b}NqU_`{zuH4 zJV)LS;U#PJMCkPN+am^K?#Fu-baO+VC658lb_x+_ly_w3; zMfa?E_H#N=%hDMZ-B0jyuB?C6?WV11|JH0nXDYZhwYDc!zvuG)kAfR-oJei#P1X0! z?Kc3z+ub)hZdx;q2R`&1%sHt708a)_t`6P+IN6c%?8pfsq+I^;D?2XlxN2S)p4*Y} zZ%Mhfkf8;MHY@M?f>}@34g2ES-t^jDrcwLIUqRrdk{QiZK45Rn-Ky~Qv~#!G?R!ei zw>DJlahQML5E0I|lY6ev`uQY7Ysu1O=^QB1$W;a)1&o>%S>;wz)TeroLimC6%xKDYAuDI@a} zl&>?d_D4(7j53F)fj;u~k+++?$I0t~M~_~zvjT9d9vDS9Jw867itkADsAYKIWcR#K zE7n9kS-2{ziTPN*mPd-$w3ogB&Tu0^J*&8ms|v^pZgu1>GOe%rJQQ2UPhY|!tEayG zWK6G2b0>f5WE4vAXjqKxo~AQSSdFB37D(|toUemm=^v-r?gtnZ?B-VXw z;Wq62-Hw_4DL3MFWrgi`IyPrZ{P)eKP7B47)thL^S$MIR|4G-@>mxGAM%!uG7N z_RiKl@0Z=)dL$)Oq^dS$gd_^eJK|n16!9Bx{&4i4lR8PrH3}W+j2Yf_{J8QS!EW5pSKXte>BkZSQ`=3_l;{b1&Ih^wMY7@eV zoA2y7q$ce}(veizZX;N00>e~A5Dp3;L9s|x>9750rZ4gsWp)_nm1@-MF=CT#>=yTPdCXr2yOB&Vy@S1C#i0Ailc8>U^Y+Xnp2ekC zdm$vj%^0=eGtsET?pn&s3`cRP(dzw7#l50;dZL=&_{A>mDi-KEAW4!1>N!z&vV}Yn z%E&}+sn*HQQiy0YrfXD{%EX_@e+Eyn4nSY>OhjgP2pFND*h$NvK1*ab7)bRtE2AbD z82k;Y;T5XE74AK_x5ypYFHjC5M8M7A{(D?y)rdS%EUM@XGt_?sC665M@0E$~Q&m9A zyxun{jxDoEwOArTB@P(FtzF9)st2|mD!SYyS7YVy$Hmtm9V9%@{}tExQ?BAKIsadB z0p=s%{<+D@n|{ub=i~UUG}rl8TbLZ}J_}s7G$ydyUu5S7V4uN|IOr<{4Ov$}Qx5qT&$^|*VHnWMsOAZsicFEDg zdzPN!OZeTn?R8bAtl*j*&Y2NHlXLw!5g{;AqIa${XQi->6Mb_#b9M?lIB``fxIO2j zA1>640&WVIaAL{qgtNEaIZ^qX8K6> literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e545f07b4d939091fd033ee756fda98d8c26e64 GIT binary patch literal 4420 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ca80c95ed60d6526f44d74c3ab280dfa44523b3 GIT binary patch literal 38774 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de4c8712eb3b0266798418b3e22b3fda58c0f828 GIT binary patch literal 21463 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e82e89563f913c26a97cc0d47c34a017b17a1682 GIT binary patch literal 7349 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 UcbWUiDhJ<}{gjj1sbwDj2T|vW>;M1& literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2173ae3c54ad624350a20f0f09e6fab68d7fdd9 GIT binary patch literal 19512 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 None: + self._f = f + + try: + ident = self._read("16B") + except struct.error: + raise ELFInvalid("unable to parse identification") + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> str | None: + """ + The path recorded in the ``PT_INTERP`` section header. + """ + for index in range(self._e_phnum): + self._f.seek(self._e_phoff + self._e_phentsize * index) + try: + data = self._read(self._p_fmt) + except struct.error: + continue + if data[self._p_idx[0]] != 3: # Not PT_INTERP. + continue + self._f.seek(data[self._p_idx[1]]) + return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0") + return None diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py b/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000000..08f651fbd8 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,262 @@ +from __future__ import annotations + +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Generator, Iterator, NamedTuple, Sequence + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[ELFFile | None, None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = { + "x86_64", + "aarch64", + "ppc64", + "ppc64le", + "s390x", + "loongarch64", + "riscv64", + } + return any(arch in allowed_archs for arch in archs) + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> str | None: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: str | None = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> str | None: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> str | None: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache +def _get_glibc_version() -> tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py b/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000000..d2bf30b563 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,85 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +from __future__ import annotations + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> _MuslVersion | None: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache +def _get_musl_version(executable: str) -> _MuslVersion | None: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + try: + with open(executable, "rb") as f: + ld = ELFFile(f).interpreter + except (OSError, TypeError, ValueError): + return None + if ld is None or "musl" not in ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for arch in archs: + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py b/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py new file mode 100644 index 0000000000..c1238c06ea --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py @@ -0,0 +1,354 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains EBNF-inspired grammar representing +the implementation. +""" + +from __future__ import annotations + +import ast +from typing import NamedTuple, Sequence, Tuple, Union + +from ._tokenizer import DEFAULT_RULES, Tokenizer + + +class Node: + def __init__(self, value: str) -> None: + self.value = value + + def __str__(self) -> str: + return self.value + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +MarkerVar = Union[Variable, Value] +MarkerItem = Tuple[MarkerVar, Op, MarkerVar] +MarkerAtom = Union[MarkerItem, Sequence["MarkerAtom"]] +MarkerList = Sequence[Union["MarkerList", MarkerAtom, str]] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: list[str] + specifier: str + marker: MarkerList | None + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for dependency specifier +# -------------------------------------------------------------------------------------- +def parse_requirement(source: str) -> ParsedRequirement: + return _parse_requirement(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_requirement(tokenizer: Tokenizer) -> ParsedRequirement: + """ + requirement = WS? IDENTIFIER WS? extras WS? requirement_details + """ + tokenizer.consume("WS") + + name_token = tokenizer.expect( + "IDENTIFIER", expected="package name at the start of dependency specifier" + ) + name = name_token.text + tokenizer.consume("WS") + + extras = _parse_extras(tokenizer) + tokenizer.consume("WS") + + url, specifier, marker = _parse_requirement_details(tokenizer) + tokenizer.expect("END", expected="end of dependency specifier") + + return ParsedRequirement(name, url, extras, specifier, marker) + + +def _parse_requirement_details( + tokenizer: Tokenizer, +) -> tuple[str, str, MarkerList | None]: + """ + requirement_details = AT URL (WS requirement_marker?)? + | specifier WS? (requirement_marker)? + """ + + specifier = "" + url = "" + marker = None + + if tokenizer.check("AT"): + tokenizer.read() + tokenizer.consume("WS") + + url_start = tokenizer.position + url = tokenizer.expect("URL", expected="URL after @").text + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + tokenizer.expect("WS", expected="whitespace after URL") + + # The input might end after whitespace. + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, span_start=url_start, after="URL and whitespace" + ) + else: + specifier_start = tokenizer.position + specifier = _parse_specifier(tokenizer) + tokenizer.consume("WS") + + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, + span_start=specifier_start, + after=( + "version specifier" + if specifier + else "name and no valid version specifier" + ), + ) + + return (url, specifier, marker) + + +def _parse_requirement_marker( + tokenizer: Tokenizer, *, span_start: int, after: str +) -> MarkerList: + """ + requirement_marker = SEMICOLON marker WS? + """ + + if not tokenizer.check("SEMICOLON"): + tokenizer.raise_syntax_error( + f"Expected end or semicolon (after {after})", + span_start=span_start, + ) + tokenizer.read() + + marker = _parse_marker(tokenizer) + tokenizer.consume("WS") + + return marker + + +def _parse_extras(tokenizer: Tokenizer) -> list[str]: + """ + extras = (LEFT_BRACKET wsp* extras_list? wsp* RIGHT_BRACKET)? + """ + if not tokenizer.check("LEFT_BRACKET", peek=True): + return [] + + with tokenizer.enclosing_tokens( + "LEFT_BRACKET", + "RIGHT_BRACKET", + around="extras", + ): + tokenizer.consume("WS") + extras = _parse_extras_list(tokenizer) + tokenizer.consume("WS") + + return extras + + +def _parse_extras_list(tokenizer: Tokenizer) -> list[str]: + """ + extras_list = identifier (wsp* ',' wsp* identifier)* + """ + extras: list[str] = [] + + if not tokenizer.check("IDENTIFIER"): + return extras + + extras.append(tokenizer.read().text) + + while True: + tokenizer.consume("WS") + if tokenizer.check("IDENTIFIER", peek=True): + tokenizer.raise_syntax_error("Expected comma between extra names") + elif not tokenizer.check("COMMA"): + break + + tokenizer.read() + tokenizer.consume("WS") + + extra_token = tokenizer.expect("IDENTIFIER", expected="extra name after comma") + extras.append(extra_token.text) + + return extras + + +def _parse_specifier(tokenizer: Tokenizer) -> str: + """ + specifier = LEFT_PARENTHESIS WS? version_many WS? RIGHT_PARENTHESIS + | WS? version_many WS? + """ + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="version specifier", + ): + tokenizer.consume("WS") + parsed_specifiers = _parse_version_many(tokenizer) + tokenizer.consume("WS") + + return parsed_specifiers + + +def _parse_version_many(tokenizer: Tokenizer) -> str: + """ + version_many = (SPECIFIER (WS? COMMA WS? SPECIFIER)*)? + """ + parsed_specifiers = "" + while tokenizer.check("SPECIFIER"): + span_start = tokenizer.position + parsed_specifiers += tokenizer.read().text + if tokenizer.check("VERSION_PREFIX_TRAIL", peek=True): + tokenizer.raise_syntax_error( + ".* suffix can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position + 1, + ) + if tokenizer.check("VERSION_LOCAL_LABEL_TRAIL", peek=True): + tokenizer.raise_syntax_error( + "Local version label can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position, + ) + tokenizer.consume("WS") + if not tokenizer.check("COMMA"): + break + parsed_specifiers += tokenizer.read().text + tokenizer.consume("WS") + + return parsed_specifiers + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for marker expression +# -------------------------------------------------------------------------------------- +def parse_marker(source: str) -> MarkerList: + return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList: + retval = _parse_marker(tokenizer) + tokenizer.expect("END", expected="end of marker expression") + return retval + + +def _parse_marker(tokenizer: Tokenizer) -> MarkerList: + """ + marker = marker_atom (BOOLOP marker_atom)+ + """ + expression = [_parse_marker_atom(tokenizer)] + while tokenizer.check("BOOLOP"): + token = tokenizer.read() + expr_right = _parse_marker_atom(tokenizer) + expression.extend((token.text, expr_right)) + return expression + + +def _parse_marker_atom(tokenizer: Tokenizer) -> MarkerAtom: + """ + marker_atom = WS? LEFT_PARENTHESIS WS? marker WS? RIGHT_PARENTHESIS WS? + | WS? marker_item WS? + """ + + tokenizer.consume("WS") + if tokenizer.check("LEFT_PARENTHESIS", peek=True): + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="marker expression", + ): + tokenizer.consume("WS") + marker: MarkerAtom = _parse_marker(tokenizer) + tokenizer.consume("WS") + else: + marker = _parse_marker_item(tokenizer) + tokenizer.consume("WS") + return marker + + +def _parse_marker_item(tokenizer: Tokenizer) -> MarkerItem: + """ + marker_item = WS? marker_var WS? marker_op WS? marker_var WS? + """ + tokenizer.consume("WS") + marker_var_left = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + marker_op = _parse_marker_op(tokenizer) + tokenizer.consume("WS") + marker_var_right = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + return (marker_var_left, marker_op, marker_var_right) + + +def _parse_marker_var(tokenizer: Tokenizer) -> MarkerVar: + """ + marker_var = VARIABLE | QUOTED_STRING + """ + if tokenizer.check("VARIABLE"): + return process_env_var(tokenizer.read().text.replace(".", "_")) + elif tokenizer.check("QUOTED_STRING"): + return process_python_str(tokenizer.read().text) + else: + tokenizer.raise_syntax_error( + message="Expected a marker variable or quoted string" + ) + + +def process_env_var(env_var: str) -> Variable: + if env_var in ("platform_python_implementation", "python_implementation"): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py b/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000000..90a6465f96 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py b/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py new file mode 100644 index 0000000000..89d041605c --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py @@ -0,0 +1,194 @@ +from __future__ import annotations + +import contextlib +import re +from dataclasses import dataclass +from typing import Iterator, NoReturn + +from .specifiers import Specifier + + +@dataclass +class Token: + name: str + text: str + position: int + + +class ParserSyntaxError(Exception): + """The provided source text could not be parsed correctly.""" + + def __init__( + self, + message: str, + *, + source: str, + span: tuple[int, int], + ) -> None: + self.span = span + self.message = message + self.source = source + + super().__init__() + + def __str__(self) -> str: + marker = " " * self.span[0] + "~" * (self.span[1] - self.span[0]) + "^" + return "\n ".join([self.message, self.source, marker]) + + +DEFAULT_RULES: dict[str, str | re.Pattern[str]] = { + "LEFT_PARENTHESIS": r"\(", + "RIGHT_PARENTHESIS": r"\)", + "LEFT_BRACKET": r"\[", + "RIGHT_BRACKET": r"\]", + "SEMICOLON": r";", + "COMMA": r",", + "QUOTED_STRING": re.compile( + r""" + ( + ('[^']*') + | + ("[^"]*") + ) + """, + re.VERBOSE, + ), + "OP": r"(===|==|~=|!=|<=|>=|<|>)", + "BOOLOP": r"\b(or|and)\b", + "IN": r"\bin\b", + "NOT": r"\bnot\b", + "VARIABLE": re.compile( + r""" + \b( + python_version + |python_full_version + |os[._]name + |sys[._]platform + |platform_(release|system) + |platform[._](version|machine|python_implementation) + |python_implementation + |implementation_(name|version) + |extra + )\b + """, + re.VERBOSE, + ), + "SPECIFIER": re.compile( + Specifier._operator_regex_str + Specifier._version_regex_str, + re.VERBOSE | re.IGNORECASE, + ), + "AT": r"\@", + "URL": r"[^ \t]+", + "IDENTIFIER": r"\b[a-zA-Z0-9][a-zA-Z0-9._-]*\b", + "VERSION_PREFIX_TRAIL": r"\.\*", + "VERSION_LOCAL_LABEL_TRAIL": r"\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*", + "WS": r"[ \t]+", + "END": r"$", +} + + +class Tokenizer: + """Context-sensitive token parsing. + + Provides methods to examine the input stream to check whether the next token + matches. + """ + + def __init__( + self, + source: str, + *, + rules: dict[str, str | re.Pattern[str]], + ) -> None: + self.source = source + self.rules: dict[str, re.Pattern[str]] = { + name: re.compile(pattern) for name, pattern in rules.items() + } + self.next_token: Token | None = None + self.position = 0 + + def consume(self, name: str) -> None: + """Move beyond provided token name, if at current position.""" + if self.check(name): + self.read() + + def check(self, name: str, *, peek: bool = False) -> bool: + """Check whether the next token has the provided name. + + By default, if the check succeeds, the token *must* be read before + another check. If `peek` is set to `True`, the token is not loaded and + would need to be checked again. + """ + assert ( + self.next_token is None + ), f"Cannot check for {name!r}, already have {self.next_token!r}" + assert name in self.rules, f"Unknown token name: {name!r}" + + expression = self.rules[name] + + match = expression.match(self.source, self.position) + if match is None: + return False + if not peek: + self.next_token = Token(name, match[0], self.position) + return True + + def expect(self, name: str, *, expected: str) -> Token: + """Expect a certain token name next, failing with a syntax error otherwise. + + The token is *not* read. + """ + if not self.check(name): + raise self.raise_syntax_error(f"Expected {expected}") + return self.read() + + def read(self) -> Token: + """Consume the next token and return it.""" + token = self.next_token + assert token is not None + + self.position += len(token.text) + self.next_token = None + + return token + + def raise_syntax_error( + self, + message: str, + *, + span_start: int | None = None, + span_end: int | None = None, + ) -> NoReturn: + """Raise ParserSyntaxError at the given position.""" + span = ( + self.position if span_start is None else span_start, + self.position if span_end is None else span_end, + ) + raise ParserSyntaxError( + message, + source=self.source, + span=span, + ) + + @contextlib.contextmanager + def enclosing_tokens( + self, open_token: str, close_token: str, *, around: str + ) -> Iterator[None]: + if self.check(open_token): + open_position = self.position + self.read() + else: + open_position = None + + yield + + if open_position is None: + return + + if not self.check(close_token): + self.raise_syntax_error( + f"Expected matching {close_token} for {open_token}, after {around}", + span_start=open_position, + ) + + self.read() diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py b/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000000..7ac7bb69a5 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,325 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import operator +import os +import platform +import sys +from typing import Any, Callable, TypedDict, cast + +from ._parser import MarkerAtom, MarkerList, Op, Value, Variable +from ._parser import parse_marker as _parse_marker +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Environment(TypedDict): + implementation_name: str + """The implementation's identifier, e.g. ``'cpython'``.""" + + implementation_version: str + """ + The implementation's version, e.g. ``'3.13.0a2'`` for CPython 3.13.0a2, or + ``'7.3.13'`` for PyPy3.10 v7.3.13. + """ + + os_name: str + """ + The value of :py:data:`os.name`. The name of the operating system dependent module + imported, e.g. ``'posix'``. + """ + + platform_machine: str + """ + Returns the machine type, e.g. ``'i386'``. + + An empty string if the value cannot be determined. + """ + + platform_release: str + """ + The system's release, e.g. ``'2.2.0'`` or ``'NT'``. + + An empty string if the value cannot be determined. + """ + + platform_system: str + """ + The system/OS name, e.g. ``'Linux'``, ``'Windows'`` or ``'Java'``. + + An empty string if the value cannot be determined. + """ + + platform_version: str + """ + The system's release version, e.g. ``'#3 on degas'``. + + An empty string if the value cannot be determined. + """ + + python_full_version: str + """ + The Python version as string ``'major.minor.patchlevel'``. + + Note that unlike the Python :py:data:`sys.version`, this value will always include + the patchlevel (it defaults to 0). + """ + + platform_python_implementation: str + """ + A string identifying the Python implementation, e.g. ``'CPython'``. + """ + + python_version: str + """The Python version as string ``'major.minor'``.""" + + sys_platform: str + """ + This string contains a platform identifier that can be used to append + platform-specific components to :py:data:`sys.path`, for instance. + + For Unix systems, except on Linux and AIX, this is the lowercased OS name as + returned by ``uname -s`` with the first part of the version as returned by + ``uname -r`` appended, e.g. ``'sunos5'`` or ``'freebsd8'``, at the time when Python + was built. + """ + + +def _normalize_extra_values(results: Any) -> Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: list[str] | MarkerAtom | str, first: bool | None = True +) -> str: + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs, prereleases=True) + + oper: Operator | None = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, environment: dict[str, str]) -> bool: + groups: list[list[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: sys._version_info) -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Environment: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + # Note: We create a Marker object without calling this constructor in + # packaging.requirements.Requirement. If any additional logic is + # added here, make sure to mirror/adapt Requirement. + try: + self._markers = _normalize_extra_values(_parse_marker(marker)) + # The attribute `_markers` can be described in terms of a recursive type: + # MarkerList = List[Union[Tuple[Node, ...], str, MarkerList]] + # + # For example, the following expression: + # python_version > "3.6" or (python_version == "3.6" and os_name == "unix") + # + # is parsed into: + # [ + # (, ')>, ), + # 'and', + # [ + # (, , ), + # 'or', + # (, , ) + # ] + # ] + except ParserSyntaxError as e: + raise InvalidMarker(str(e)) from e + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash((self.__class__.__name__, str(self))) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Marker): + return NotImplemented + + return str(self) == str(other) + + def evaluate(self, environment: dict[str, str] | None = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = cast("dict[str, str]", default_environment()) + current_environment["extra"] = "" + # Work around platform.python_version() returning something that is not PEP 440 + # compliant for non-tagged Python builds. We preserve default_environment()'s + # behavior of returning platform.python_version() verbatim, and leave it to the + # caller to provide a syntactically valid version if they want to override it. + if current_environment["python_full_version"].endswith("+"): + current_environment["python_full_version"] += "local" + if environment is not None: + current_environment.update(environment) + # The API used to allow setting extra to None. We need to handle this + # case for backwards compatibility. + if current_environment["extra"] is None: + current_environment["extra"] = "" + + return _evaluate_markers(self._markers, current_environment) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py b/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py new file mode 100644 index 0000000000..eb8dc844d2 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py @@ -0,0 +1,804 @@ +from __future__ import annotations + +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import typing +from typing import ( + Any, + Callable, + Generic, + Literal, + TypedDict, + cast, +) + +from . import requirements, specifiers, utils +from . import version as version_module + +T = typing.TypeVar("T") + + +try: + ExceptionGroup +except NameError: # pragma: no cover + + class ExceptionGroup(Exception): + """A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11. + + If :external:exc:`ExceptionGroup` is already defined by Python itself, + that version is used instead. + """ + + message: str + exceptions: list[Exception] + + def __init__(self, message: str, exceptions: list[Exception]) -> None: + self.message = message + self.exceptions = exceptions + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.message!r}, {self.exceptions!r})" + +else: # pragma: no cover + ExceptionGroup = ExceptionGroup + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: list[str] + summary: str + description: str + keywords: list[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: list[str] + download_url: str + classifiers: list[str] + requires: list[str] + provides: list[str] + obsoletes: list[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: list[str] + provides_dist: list[str] + obsoletes_dist: list[str] + requires_python: str + requires_external: list[str] + project_urls: dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: list[str] + + # Metadata 2.2 - PEP 643 + dynamic: list[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoptability. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> list[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: list[str]) -> dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: bytes | str) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload: str = msg.get_payload() + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload: bytes = msg.get_payload(decode=True) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError: + raise ValueError("payload in an invalid encoding") + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: bytes | str) -> tuple[RawMetadata, dict[str, list[str]]]: + """Parse a distribution's metadata stored as email headers (e.g. from ``METADATA``). + + This function returns a two-item tuple of dicts. The first dict is of + recognized fields from the core metadata specification. Fields that can be + parsed and translated into Python's built-in types are converted + appropriately. All other fields are left as-is. Fields that are allowed to + appear multiple times are stored as lists. + + The second dict contains all other fields from the metadata. This includes + any unrecognized fields. It also includes any fields which are expected to + be parsed into a built-in type but were not formatted appropriately. Finally, + any fields that are expected to appear only once but are repeated are + included in this dict. + + """ + raw: dict[str, str | list[str] | dict[str, str]] = {} + unparsed: dict[str, list[str]] = {} + + if isinstance(data, str): + parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data) + else: + parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data) + + # We have to wrap parsed.keys() in a set, because in the case of multiple + # values for a key (a list), the key will appear multiple times in the + # list of keys, but we're avoiding that by using get_all(). + for name in frozenset(parsed.keys()): + # Header names in RFC are case insensitive, so we'll normalize to all + # lower case to make comparisons easier. + name = name.lower() + + # We use get_all() here, even for fields that aren't multiple use, + # because otherwise someone could have e.g. two Name fields, and we + # would just silently ignore it rather than doing something about it. + headers = parsed.get_all(name) or [] + + # The way the email module works when parsing bytes is that it + # unconditionally decodes the bytes as ascii using the surrogateescape + # handler. When you pull that data back out (such as with get_all() ), + # it looks to see if the str has any surrogate escapes, and if it does + # it wraps it in a Header object instead of returning the string. + # + # As such, we'll look for those Header objects, and fix up the encoding. + value = [] + # Flag if we have run into any issues processing the headers, thus + # signalling that the data belongs in 'unparsed'. + valid_encoding = True + for h in headers: + # It's unclear if this can return more types than just a Header or + # a str, so we'll just assert here to make sure. + assert isinstance(h, (email.header.Header, str)) + + # If it's a header object, we need to do our little dance to get + # the real data out of it. In cases where there is invalid data + # we're going to end up with mojibake, but there's no obvious, good + # way around that without reimplementing parts of the Header object + # ourselves. + # + # That should be fine since, if mojibacked happens, this key is + # going into the unparsed dict anyways. + if isinstance(h, email.header.Header): + # The Header object stores it's data as chunks, and each chunk + # can be independently encoded, so we'll need to check each + # of them. + chunks: list[tuple[bytes, str | None]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparseable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparseable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: Metadata, name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: Metadata, _owner: type[Metadata]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + value = instance._raw.get(self.name) + + # To make the _process_* methods easier, we'll check if the value is None + # and if this field is NOT a required attribute, and if both of those + # things are true, we'll skip the the converter. This will mean that the + # converters never have to deal with the None union. + if self.name in _REQUIRED_ATTRS or value is not None: + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: Exception | None = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: list[str]) -> list[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{value!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata(f"{value!r} is not a valid dynamic field") + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: list[str], + ) -> list[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_requires_dist( + self, + value: list[str], + ) -> list[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata(f"{req!r} is invalid for {{field}}", cause=exc) + else: + return reqs + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> Metadata: + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: list[Exception] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email(cls, data: bytes | str, *, validate: bool = True) -> Metadata: + """Parse metadata from email headers. + + If *validate* is true, the metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + raw, unparsed = parse_email(data) + + if validate: + exceptions: list[Exception] = [] + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + raise ExceptionGroup( + "invalid or unparsed metadata", exc_group.exceptions + ) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[list[str] | None] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[str | None] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[str | None] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[str | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[list[requirements.Requirement] | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[specifiers.SpecifierSet | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-python`""" + # Because `Requires-External` allows for non-PEP 440 version specifiers, we + # don't do any processing on the values. + requires_external: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[dict[str, str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-project-url`""" + # PEP 685 lets us raise an error if an extra doesn't pass `Name` validation + # regardless of metadata version. + provides_extra: _Validator[list[utils.NormalizedName] | None] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[list[str] | None] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[list[str] | None] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[list[str] | None] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed b/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 0000000000..e69de29bb2 diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py b/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000000..4e068c9567 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,91 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +from __future__ import annotations + +from typing import Any, Iterator + +from ._parser import parse_requirement as _parse_requirement +from ._tokenizer import ParserSyntaxError +from .markers import Marker, _normalize_extra_values +from .specifiers import SpecifierSet +from .utils import canonicalize_name + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + parsed = _parse_requirement(requirement_string) + except ParserSyntaxError as e: + raise InvalidRequirement(str(e)) from e + + self.name: str = parsed.name + self.url: str | None = parsed.url or None + self.extras: set[str] = set(parsed.extras or []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Marker | None = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py b/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000000..f3ac480fa6 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,1009 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from pip._vendor.packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from pip._vendor.packaging.version import Version +""" + +from __future__ import annotations + +import abc +import itertools +import re +from typing import Callable, Iterable, Iterator, TypeVar, Union + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier-like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier-like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier-like + objects are equal. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> bool | None: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: bool | None = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + def __init__(self, spec: str = "", prereleases: bool | None = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = _version_join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: str | Version) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains(self, item: UnparsedVersion, prereleases: bool | None = None) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> list[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: list[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: list[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: list[str], right: list[str]) -> tuple[list[str], list[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return ( + list(itertools.chain.from_iterable(left_split)), + list(itertools.chain.from_iterable(right_split)), + ) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__(self, specifiers: str = "", prereleases: bool | None = None) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Make each individual specifier a Specifier and save in a frozen set for later. + self._specs = frozenset(map(Specifier, split_specifiers)) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> bool | None: + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: SpecifierSet | str) -> SpecifierSet: + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: bool | None = None, + installed: bool | None = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iter(iterable) + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases. + else: + filtered: list[UnparsedVersionVar] = [] + found_prereleases: list[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return iter(found_prereleases) + + return iter(filtered) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py b/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000000..6667d29908 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,568 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import logging +import platform +import re +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Iterable, + Iterator, + Sequence, + Tuple, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> frozenset[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> int | str | None: + value: int | str | None = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_").replace(" ", "_") + + +def _is_threaded_cpython(abis: list[str]) -> bool: + """ + Determine if the ABI corresponds to a threaded (`--disable-gil`) build. + + The threaded builds are indicated by a "t" in the abiflags. + """ + if len(abis) == 0: + return False + # expect e.g., cp313 + m = re.match(r"cp\d+(.*)", abis[0]) + if not m: + return False + abiflags = m.group(1) + return "t" in abiflags + + +def _abi3_applies(python_version: PythonVersion, threading: bool) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. The threaded (`--disable-gil`) + builds do not support abi3. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) and not threading + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> list[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + threading = debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version >= (3, 13) and _get_config_var("Py_GIL_DISABLED", warn): + threading = "t" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}{threading}") + abis.insert(0, f"cp{version}{threading}{debug}{pymalloc}{ucs4}") + return abis + + +def cpython_tags( + python_version: PythonVersion | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + threading = _is_threaded_cpython(abis) + use_abi3 = _abi3_applies(python_version, threading) + if use_abi3: + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if use_abi3: + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> list[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: str | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: PythonVersion | None = None, + interpreter: str | None = None, + platforms: Iterable[str] | None = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> list[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: MacVersion | None = None, arch: str | None = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py b/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000000..d33da5bb8b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,174 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import re +from typing import NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +def canonicalize_version( + version: Version | str, *, strip_trailing_zero: bool = True +) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + release_segment = ".".join(str(x) for x in parsed.release) + if strip_trailing_zero: + # NB: This strips trailing '.0's to normalize + release_segment = re.sub(r"(\.0)+$", "", release_segment) + parts.append(release_segment) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> tuple[NormalizedName, Version, BuildTag, frozenset[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name. + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename}" + ) from e + + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename}" + ) from e + + return (name, version) diff --git a/.venv/Lib/site-packages/pip/_vendor/packaging/version.py b/.venv/Lib/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000000..8b0a040848 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,563 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from pip._vendor.packaging.version import parse, Version +""" + +from __future__ import annotations + +import itertools +import re +from typing import Any, Callable, NamedTuple, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: tuple[int, ...] + dev: tuple[str, int] | None + pre: tuple[str, int] | None + post: tuple[str, int] | None + local: LocalType | None + + +def parse(version: str) -> Version: + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: tuple[Any, ...] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                          # pre-release
+            [-_\.]?
+            (?Palpha|a|beta|b|preview|pre|c|rc)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+        (?P                                         # post release
+            (?:-(?P[0-9]+))
+            |
+            (?:
+                [-_\.]?
+                (?Ppost|rev|r)
+                [-_\.]?
+                (?P[0-9]+)?
+            )
+        )?
+        (?P                                          # dev release
+            [-_\.]?
+            (?Pdev)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+    )
+    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
+"""
+
+VERSION_PATTERN = _VERSION_PATTERN
+"""
+A string containing the regular expression used to match a valid version.
+
+The pattern is not anchored at either end, and is intended for embedding in larger
+expressions (for example, matching a version number as part of a file name). The
+regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
+flags set.
+
+:meta hide-value:
+"""
+
+
+class Version(_BaseVersion):
+    """This class abstracts handling of a project's versions.
+
+    A :class:`Version` instance is comparison aware and can be compared and
+    sorted using the standard Python interfaces.
+
+    >>> v1 = Version("1.0a5")
+    >>> v2 = Version("1.0")
+    >>> v1
+    
+    >>> v2
+    
+    >>> v1 < v2
+    True
+    >>> v1 == v2
+    False
+    >>> v1 > v2
+    False
+    >>> v1 >= v2
+    False
+    >>> v1 <= v2
+    True
+    """
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+    _key: CmpKey
+
+    def __init__(self, version: str) -> None:
+        """Initialize a Version object.
+
+        :param version:
+            The string representation of a version which will be parsed and normalized
+            before use.
+        :raises InvalidVersion:
+            If the ``version`` does not conform to PEP 440 in any way then this
+            exception will be raised.
+        """
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: '{version}'")
+
+        # Store the parsed out pieces of the version
+        self._version = _Version(
+            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
+            release=tuple(int(i) for i in match.group("release").split(".")),
+            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
+            post=_parse_letter_version(
+                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
+            ),
+            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
+            local=_parse_local_version(match.group("local")),
+        )
+
+        # Generate a key which will be used for sorting
+        self._key = _cmpkey(
+            self._version.epoch,
+            self._version.release,
+            self._version.pre,
+            self._version.post,
+            self._version.dev,
+            self._version.local,
+        )
+
+    def __repr__(self) -> str:
+        """A representation of the Version that shows all internal state.
+
+        >>> Version('1.0.0')
+        
+        """
+        return f""
+
+    def __str__(self) -> str:
+        """A string representation of the version that can be rounded-tripped.
+
+        >>> str(Version("1.0a5"))
+        '1.0a5'
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        # Pre-release
+        if self.pre is not None:
+            parts.append("".join(str(x) for x in self.pre))
+
+        # Post-release
+        if self.post is not None:
+            parts.append(f".post{self.post}")
+
+        # Development release
+        if self.dev is not None:
+            parts.append(f".dev{self.dev}")
+
+        # Local version segment
+        if self.local is not None:
+            parts.append(f"+{self.local}")
+
+        return "".join(parts)
+
+    @property
+    def epoch(self) -> int:
+        """The epoch of the version.
+
+        >>> Version("2.0.0").epoch
+        0
+        >>> Version("1!2.0.0").epoch
+        1
+        """
+        return self._version.epoch
+
+    @property
+    def release(self) -> tuple[int, ...]:
+        """The components of the "release" segment of the version.
+
+        >>> Version("1.2.3").release
+        (1, 2, 3)
+        >>> Version("2.0.0").release
+        (2, 0, 0)
+        >>> Version("1!2.0.0.post0").release
+        (2, 0, 0)
+
+        Includes trailing zeroes but not the epoch or any pre-release / development /
+        post-release suffixes.
+        """
+        return self._version.release
+
+    @property
+    def pre(self) -> tuple[str, int] | None:
+        """The pre-release segment of the version.
+
+        >>> print(Version("1.2.3").pre)
+        None
+        >>> Version("1.2.3a1").pre
+        ('a', 1)
+        >>> Version("1.2.3b1").pre
+        ('b', 1)
+        >>> Version("1.2.3rc1").pre
+        ('rc', 1)
+        """
+        return self._version.pre
+
+    @property
+    def post(self) -> int | None:
+        """The post-release number of the version.
+
+        >>> print(Version("1.2.3").post)
+        None
+        >>> Version("1.2.3.post1").post
+        1
+        """
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self) -> int | None:
+        """The development number of the version.
+
+        >>> print(Version("1.2.3").dev)
+        None
+        >>> Version("1.2.3.dev1").dev
+        1
+        """
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self) -> str | None:
+        """The local version segment of the version.
+
+        >>> print(Version("1.2.3").local)
+        None
+        >>> Version("1.2.3+abc").local
+        'abc'
+        """
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        """The public portion of the version.
+
+        >>> Version("1.2.3").public
+        '1.2.3'
+        >>> Version("1.2.3+abc").public
+        '1.2.3'
+        >>> Version("1.2.3+abc.dev1").public
+        '1.2.3'
+        """
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        """The "base version" of the version.
+
+        >>> Version("1.2.3").base_version
+        '1.2.3'
+        >>> Version("1.2.3+abc").base_version
+        '1.2.3'
+        >>> Version("1!1.2.3+abc.dev1").base_version
+        '1!1.2.3'
+
+        The "base version" is the public version of the project without any pre or post
+        release markers.
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        return "".join(parts)
+
+    @property
+    def is_prerelease(self) -> bool:
+        """Whether this version is a pre-release.
+
+        >>> Version("1.2.3").is_prerelease
+        False
+        >>> Version("1.2.3a1").is_prerelease
+        True
+        >>> Version("1.2.3b1").is_prerelease
+        True
+        >>> Version("1.2.3rc1").is_prerelease
+        True
+        >>> Version("1.2.3dev1").is_prerelease
+        True
+        """
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        """Whether this version is a post-release.
+
+        >>> Version("1.2.3").is_postrelease
+        False
+        >>> Version("1.2.3.post1").is_postrelease
+        True
+        """
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        """Whether this version is a development release.
+
+        >>> Version("1.2.3").is_devrelease
+        False
+        >>> Version("1.2.3.dev1").is_devrelease
+        True
+        """
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        """The first item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").major
+        1
+        """
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        """The second item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").minor
+        2
+        >>> Version("1").minor
+        0
+        """
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        """The third item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").micro
+        3
+        >>> Version("1").micro
+        0
+        """
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter: str | None, number: str | bytes | SupportsInt | None
+) -> tuple[str, int] | None:
+    if letter:
+        # We consider there to be an implicit 0 in a pre-release if there is
+        # not a numeral associated with it.
+        if number is None:
+            number = 0
+
+        # We normalize any letters to their lower case form
+        letter = letter.lower()
+
+        # We consider some words to be alternate spellings of other words and
+        # in those cases we want to normalize the spellings to our preferred
+        # spelling.
+        if letter == "alpha":
+            letter = "a"
+        elif letter == "beta":
+            letter = "b"
+        elif letter in ["c", "pre", "preview"]:
+            letter = "rc"
+        elif letter in ["rev", "r"]:
+            letter = "post"
+
+        return letter, int(number)
+    if not letter and number:
+        # We assume if we are given a number, but we are not given a letter
+        # then this is using the implicit post release syntax (e.g. 1.0-1)
+        letter = "post"
+
+        return letter, int(number)
+
+    return None
+
+
+_local_version_separators = re.compile(r"[\._-]")
+
+
+def _parse_local_version(local: str | None) -> LocalType | None:
+    """
+    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
+    """
+    if local is not None:
+        return tuple(
+            part.lower() if not part.isdigit() else int(part)
+            for part in _local_version_separators.split(local)
+        )
+    return None
+
+
+def _cmpkey(
+    epoch: int,
+    release: tuple[int, ...],
+    pre: tuple[str, int] | None,
+    post: tuple[str, int] | None,
+    dev: tuple[str, int] | None,
+    local: LocalType | None,
+) -> CmpKey:
+    # When we compare a release version, we want to compare it with all of the
+    # trailing zeros removed. So we'll use a reverse the list, drop all the now
+    # leading zeros until we come to something non zero, then take the rest
+    # re-reverse it back into the correct order and make it a tuple and use
+    # that for our sorting key.
+    _release = tuple(
+        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
+    )
+
+    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
+    # We'll do this by abusing the pre segment, but we _only_ want to do this
+    # if there is not a pre or a post segment. If we have one of those then
+    # the normal sorting rules will handle this case correctly.
+    if pre is None and post is None and dev is not None:
+        _pre: CmpPrePostDevType = NegativeInfinity
+    # Versions without a pre-release (except as noted above) should sort after
+    # those with one.
+    elif pre is None:
+        _pre = Infinity
+    else:
+        _pre = pre
+
+    # Versions without a post segment should sort before those with one.
+    if post is None:
+        _post: CmpPrePostDevType = NegativeInfinity
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev: CmpPrePostDevType = Infinity
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local: CmpLocalType = NegativeInfinity
+    else:
+        # Versions with a local segment need that segment parsed to implement
+        # the sorting rules in PEP440.
+        # - Alpha numeric segments sort before numeric segments
+        # - Alpha numeric segments sort lexicographically
+        # - Numeric segments sort numerically
+        # - Shorter versions sort before longer versions when the prefixes
+        #   match exactly
+        _local = tuple(
+            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
+        )
+
+    return epoch, _release, _pre, _post, _dev, _local
diff --git a/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py b/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 0000000000..57ce7f1006
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3676 @@
+# TODO: Add Generic type annotations to initialized collections.
+# For now we'd simply use implicit Any/Unknown which would add redundant annotations
+# mypy: disable-error-code="var-annotated"
+"""
+Package resource API
+--------------------
+
+A resource is a logical file contained within a package, or a logical
+subdirectory thereof.  The package resource API expects resource names
+to have their path parts separated with ``/``, *not* whatever the local
+path separator is.  Do not use os.path operations to manipulate resource
+names being passed into the API.
+
+The package resource API is designed to work with normal filesystem packages,
+.egg files, and unpacked .egg files.  It can also work in a limited way with
+.zip files and with custom PEP 302 loaders that support the ``get_data()``
+method.
+
+This module is deprecated. Users are directed to :mod:`importlib.resources`,
+:mod:`importlib.metadata` and :pypi:`packaging` instead.
+"""
+
+from __future__ import annotations
+
+import sys
+
+if sys.version_info < (3, 8):  # noqa: UP036 # Check for unsupported versions
+    raise RuntimeError("Python 3.8 or later is required")
+
+import os
+import io
+import time
+import re
+import types
+from typing import (
+    Any,
+    Literal,
+    Dict,
+    Iterator,
+    Mapping,
+    MutableSequence,
+    NamedTuple,
+    NoReturn,
+    Tuple,
+    Union,
+    TYPE_CHECKING,
+    Protocol,
+    Callable,
+    Iterable,
+    TypeVar,
+    overload,
+)
+import zipfile
+import zipimport
+import warnings
+import stat
+import functools
+import pkgutil
+import operator
+import platform
+import collections
+import plistlib
+import email.parser
+import errno
+import tempfile
+import textwrap
+import inspect
+import ntpath
+import posixpath
+import importlib
+import importlib.abc
+import importlib.machinery
+from pkgutil import get_importer
+
+import _imp
+
+# capture these to bypass sandboxing
+from os import utime
+from os import open as os_open
+from os.path import isdir, split
+
+try:
+    from os import mkdir, rename, unlink
+
+    WRITE_SUPPORT = True
+except ImportError:
+    # no write support, probably under GAE
+    WRITE_SUPPORT = False
+
+from pip._internal.utils._jaraco_text import (
+    yield_lines,
+    drop_comment,
+    join_continuation,
+)
+from pip._vendor.packaging import markers as _packaging_markers
+from pip._vendor.packaging import requirements as _packaging_requirements
+from pip._vendor.packaging import utils as _packaging_utils
+from pip._vendor.packaging import version as _packaging_version
+from pip._vendor.platformdirs import user_cache_dir as _user_cache_dir
+
+if TYPE_CHECKING:
+    from _typeshed import BytesPath, StrPath, StrOrBytesPath
+    from pip._vendor.typing_extensions import Self
+
+
+# Patch: Remove deprecation warning from vendored pkg_resources.
+# Setting PYTHONWARNINGS=error to verify builds produce no warnings
+# causes immediate exceptions.
+# See https://github.com/pypa/pip/issues/12243
+
+
+_T = TypeVar("_T")
+_DistributionT = TypeVar("_DistributionT", bound="Distribution")
+# Type aliases
+_NestedStr = Union[str, Iterable[Union[str, Iterable["_NestedStr"]]]]
+_InstallerTypeT = Callable[["Requirement"], "_DistributionT"]
+_InstallerType = Callable[["Requirement"], Union["Distribution", None]]
+_PkgReqType = Union[str, "Requirement"]
+_EPDistType = Union["Distribution", _PkgReqType]
+_MetadataType = Union["IResourceProvider", None]
+_ResolvedEntryPoint = Any  # Can be any attribute in the module
+_ResourceStream = Any  # TODO / Incomplete: A readable file-like object
+# Any object works, but let's indicate we expect something like a module (optionally has __loader__ or __file__)
+_ModuleLike = Union[object, types.ModuleType]
+# Any: Should be _ModuleLike but we end up with issues where _ModuleLike doesn't have _ZipLoaderModule's __loader__
+_ProviderFactoryType = Callable[[Any], "IResourceProvider"]
+_DistFinderType = Callable[[_T, str, bool], Iterable["Distribution"]]
+_NSHandlerType = Callable[[_T, str, str, types.ModuleType], Union[str, None]]
+_AdapterT = TypeVar(
+    "_AdapterT", _DistFinderType[Any], _ProviderFactoryType, _NSHandlerType[Any]
+)
+
+
+# Use _typeshed.importlib.LoaderProtocol once available https://github.com/python/typeshed/pull/11890
+class _LoaderProtocol(Protocol):
+    def load_module(self, fullname: str, /) -> types.ModuleType: ...
+
+
+class _ZipLoaderModule(Protocol):
+    __loader__: zipimport.zipimporter
+
+
+_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
+
+
+class PEP440Warning(RuntimeWarning):
+    """
+    Used when there is an issue with a version or specifier not complying with
+    PEP 440.
+    """
+
+
+parse_version = _packaging_version.Version
+
+
+_state_vars: dict[str, str] = {}
+
+
+def _declare_state(vartype: str, varname: str, initial_value: _T) -> _T:
+    _state_vars[varname] = vartype
+    return initial_value
+
+
+def __getstate__() -> dict[str, Any]:
+    state = {}
+    g = globals()
+    for k, v in _state_vars.items():
+        state[k] = g['_sget_' + v](g[k])
+    return state
+
+
+def __setstate__(state: dict[str, Any]) -> dict[str, Any]:
+    g = globals()
+    for k, v in state.items():
+        g['_sset_' + _state_vars[k]](k, g[k], v)
+    return state
+
+
+def _sget_dict(val):
+    return val.copy()
+
+
+def _sset_dict(key, ob, state):
+    ob.clear()
+    ob.update(state)
+
+
+def _sget_object(val):
+    return val.__getstate__()
+
+
+def _sset_object(key, ob, state):
+    ob.__setstate__(state)
+
+
+_sget_none = _sset_none = lambda *args: None
+
+
+def get_supported_platform():
+    """Return this platform's maximum compatible version.
+
+    distutils.util.get_platform() normally reports the minimum version
+    of macOS that would be required to *use* extensions produced by
+    distutils.  But what we want when checking compatibility is to know the
+    version of macOS that we are *running*.  To allow usage of packages that
+    explicitly require a newer version of macOS, we must also know the
+    current version of the OS.
+
+    If this condition occurs for any other platform with a version in its
+    platform strings, this function should be extended accordingly.
+    """
+    plat = get_build_platform()
+    m = macosVersionString.match(plat)
+    if m is not None and sys.platform == "darwin":
+        try:
+            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
+        except ValueError:
+            # not macOS
+            pass
+    return plat
+
+
+__all__ = [
+    # Basic resource access and distribution/entry point discovery
+    'require',
+    'run_script',
+    'get_provider',
+    'get_distribution',
+    'load_entry_point',
+    'get_entry_map',
+    'get_entry_info',
+    'iter_entry_points',
+    'resource_string',
+    'resource_stream',
+    'resource_filename',
+    'resource_listdir',
+    'resource_exists',
+    'resource_isdir',
+    # Environmental control
+    'declare_namespace',
+    'working_set',
+    'add_activation_listener',
+    'find_distributions',
+    'set_extraction_path',
+    'cleanup_resources',
+    'get_default_cache',
+    # Primary implementation classes
+    'Environment',
+    'WorkingSet',
+    'ResourceManager',
+    'Distribution',
+    'Requirement',
+    'EntryPoint',
+    # Exceptions
+    'ResolutionError',
+    'VersionConflict',
+    'DistributionNotFound',
+    'UnknownExtra',
+    'ExtractionError',
+    # Warnings
+    'PEP440Warning',
+    # Parsing functions and string utilities
+    'parse_requirements',
+    'parse_version',
+    'safe_name',
+    'safe_version',
+    'get_platform',
+    'compatible_platforms',
+    'yield_lines',
+    'split_sections',
+    'safe_extra',
+    'to_filename',
+    'invalid_marker',
+    'evaluate_marker',
+    # filesystem utilities
+    'ensure_directory',
+    'normalize_path',
+    # Distribution "precedence" constants
+    'EGG_DIST',
+    'BINARY_DIST',
+    'SOURCE_DIST',
+    'CHECKOUT_DIST',
+    'DEVELOP_DIST',
+    # "Provider" interfaces, implementations, and registration/lookup APIs
+    'IMetadataProvider',
+    'IResourceProvider',
+    'FileMetadata',
+    'PathMetadata',
+    'EggMetadata',
+    'EmptyProvider',
+    'empty_provider',
+    'NullProvider',
+    'EggProvider',
+    'DefaultProvider',
+    'ZipProvider',
+    'register_finder',
+    'register_namespace_handler',
+    'register_loader_type',
+    'fixup_namespace_packages',
+    'get_importer',
+    # Warnings
+    'PkgResourcesDeprecationWarning',
+    # Deprecated/backward compatibility only
+    'run_main',
+    'AvailableDistributions',
+]
+
+
+class ResolutionError(Exception):
+    """Abstract base for dependency resolution errors"""
+
+    def __repr__(self):
+        return self.__class__.__name__ + repr(self.args)
+
+
+class VersionConflict(ResolutionError):
+    """
+    An already-installed version conflicts with the requested version.
+
+    Should be initialized with the installed Distribution and the requested
+    Requirement.
+    """
+
+    _template = "{self.dist} is installed but {self.req} is required"
+
+    @property
+    def dist(self) -> Distribution:
+        return self.args[0]
+
+    @property
+    def req(self) -> Requirement:
+        return self.args[1]
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def with_context(self, required_by: set[Distribution | str]):
+        """
+        If required_by is non-empty, return a version of self that is a
+        ContextualVersionConflict.
+        """
+        if not required_by:
+            return self
+        args = self.args + (required_by,)
+        return ContextualVersionConflict(*args)
+
+
+class ContextualVersionConflict(VersionConflict):
+    """
+    A VersionConflict that accepts a third parameter, the set of the
+    requirements that required the installed Distribution.
+    """
+
+    _template = VersionConflict._template + ' by {self.required_by}'
+
+    @property
+    def required_by(self) -> set[str]:
+        return self.args[2]
+
+
+class DistributionNotFound(ResolutionError):
+    """A requested distribution was not found"""
+
+    _template = (
+        "The '{self.req}' distribution was not found "
+        "and is required by {self.requirers_str}"
+    )
+
+    @property
+    def req(self) -> Requirement:
+        return self.args[0]
+
+    @property
+    def requirers(self) -> set[str] | None:
+        return self.args[1]
+
+    @property
+    def requirers_str(self):
+        if not self.requirers:
+            return 'the application'
+        return ', '.join(self.requirers)
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def __str__(self):
+        return self.report()
+
+
+class UnknownExtra(ResolutionError):
+    """Distribution doesn't have an "extra feature" of the given name"""
+
+
+_provider_factories: dict[type[_ModuleLike], _ProviderFactoryType] = {}
+
+PY_MAJOR = '{}.{}'.format(*sys.version_info)
+EGG_DIST = 3
+BINARY_DIST = 2
+SOURCE_DIST = 1
+CHECKOUT_DIST = 0
+DEVELOP_DIST = -1
+
+
+def register_loader_type(
+    loader_type: type[_ModuleLike], provider_factory: _ProviderFactoryType
+):
+    """Register `provider_factory` to make providers for `loader_type`
+
+    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
+    and `provider_factory` is a function that, passed a *module* object,
+    returns an ``IResourceProvider`` for that module.
+    """
+    _provider_factories[loader_type] = provider_factory
+
+
+@overload
+def get_provider(moduleOrReq: str) -> IResourceProvider: ...
+@overload
+def get_provider(moduleOrReq: Requirement) -> Distribution: ...
+def get_provider(moduleOrReq: str | Requirement) -> IResourceProvider | Distribution:
+    """Return an IResourceProvider for the named module or requirement"""
+    if isinstance(moduleOrReq, Requirement):
+        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
+    try:
+        module = sys.modules[moduleOrReq]
+    except KeyError:
+        __import__(moduleOrReq)
+        module = sys.modules[moduleOrReq]
+    loader = getattr(module, '__loader__', None)
+    return _find_adapter(_provider_factories, loader)(module)
+
+
+@functools.lru_cache(maxsize=None)
+def _macos_vers():
+    version = platform.mac_ver()[0]
+    # fallback for MacPorts
+    if version == '':
+        plist = '/System/Library/CoreServices/SystemVersion.plist'
+        if os.path.exists(plist):
+            with open(plist, 'rb') as fh:
+                plist_content = plistlib.load(fh)
+            if 'ProductVersion' in plist_content:
+                version = plist_content['ProductVersion']
+    return version.split('.')
+
+
+def _macos_arch(machine):
+    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
+
+
+def get_build_platform():
+    """Return this platform's string for platform-specific distributions
+
+    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
+    needs some hacks for Linux and macOS.
+    """
+    from sysconfig import get_platform
+
+    plat = get_platform()
+    if sys.platform == "darwin" and not plat.startswith('macosx-'):
+        try:
+            version = _macos_vers()
+            machine = os.uname()[4].replace(" ", "_")
+            return "macosx-%d.%d-%s" % (
+                int(version[0]),
+                int(version[1]),
+                _macos_arch(machine),
+            )
+        except ValueError:
+            # if someone is running a non-Mac darwin system, this will fall
+            # through to the default implementation
+            pass
+    return plat
+
+
+macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
+darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
+# XXX backward compat
+get_platform = get_build_platform
+
+
+def compatible_platforms(provided: str | None, required: str | None):
+    """Can code for the `provided` platform run on the `required` platform?
+
+    Returns true if either platform is ``None``, or the platforms are equal.
+
+    XXX Needs compatibility checks for Linux and other unixy OSes.
+    """
+    if provided is None or required is None or provided == required:
+        # easy case
+        return True
+
+    # macOS special cases
+    reqMac = macosVersionString.match(required)
+    if reqMac:
+        provMac = macosVersionString.match(provided)
+
+        # is this a Mac package?
+        if not provMac:
+            # this is backwards compatibility for packages built before
+            # setuptools 0.6. All packages built after this point will
+            # use the new macOS designation.
+            provDarwin = darwinVersionString.match(provided)
+            if provDarwin:
+                dversion = int(provDarwin.group(1))
+                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
+                if (
+                    dversion == 7
+                    and macosversion >= "10.3"
+                    or dversion == 8
+                    and macosversion >= "10.4"
+                ):
+                    return True
+            # egg isn't macOS or legacy darwin
+            return False
+
+        # are they the same major version and machine type?
+        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
+            return False
+
+        # is the required OS major update >= the provided one?
+        if int(provMac.group(2)) > int(reqMac.group(2)):
+            return False
+
+        return True
+
+    # XXX Linux and other platforms' special cases should go here
+    return False
+
+
+@overload
+def get_distribution(dist: _DistributionT) -> _DistributionT: ...
+@overload
+def get_distribution(dist: _PkgReqType) -> Distribution: ...
+def get_distribution(dist: Distribution | _PkgReqType) -> Distribution:
+    """Return a current distribution object for a Requirement or string"""
+    if isinstance(dist, str):
+        dist = Requirement.parse(dist)
+    if isinstance(dist, Requirement):
+        # Bad type narrowing, dist has to be a Requirement here, so get_provider has to return Distribution
+        dist = get_provider(dist)  # type: ignore[assignment]
+    if not isinstance(dist, Distribution):
+        raise TypeError("Expected str, Requirement, or Distribution", dist)
+    return dist
+
+
+def load_entry_point(dist: _EPDistType, group: str, name: str) -> _ResolvedEntryPoint:
+    """Return `name` entry point of `group` for `dist` or raise ImportError"""
+    return get_distribution(dist).load_entry_point(group, name)
+
+
+@overload
+def get_entry_map(
+    dist: _EPDistType, group: None = None
+) -> dict[str, dict[str, EntryPoint]]: ...
+@overload
+def get_entry_map(dist: _EPDistType, group: str) -> dict[str, EntryPoint]: ...
+def get_entry_map(dist: _EPDistType, group: str | None = None):
+    """Return the entry point map for `group`, or the full entry map"""
+    return get_distribution(dist).get_entry_map(group)
+
+
+def get_entry_info(dist: _EPDistType, group: str, name: str):
+    """Return the EntryPoint object for `group`+`name`, or ``None``"""
+    return get_distribution(dist).get_entry_info(group, name)
+
+
+class IMetadataProvider(Protocol):
+    def has_metadata(self, name: str) -> bool:
+        """Does the package's distribution contain the named metadata?"""
+
+    def get_metadata(self, name: str) -> str:
+        """The named metadata resource as a string"""
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        """Yield named metadata resource as list of non-blank non-comment lines
+
+        Leading and trailing whitespace is stripped from each line, and lines
+        with ``#`` as the first non-blank character are omitted."""
+
+    def metadata_isdir(self, name: str) -> bool:
+        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
+
+    def metadata_listdir(self, name: str) -> list[str]:
+        """List of metadata names in the directory (like ``os.listdir()``)"""
+
+    def run_script(self, script_name: str, namespace: dict[str, Any]) -> None:
+        """Execute the named script in the supplied namespace dictionary"""
+
+
+class IResourceProvider(IMetadataProvider, Protocol):
+    """An object that provides access to package resources"""
+
+    def get_resource_filename(
+        self, manager: ResourceManager, resource_name: str
+    ) -> str:
+        """Return a true filesystem path for `resource_name`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def get_resource_stream(
+        self, manager: ResourceManager, resource_name: str
+    ) -> _ResourceStream:
+        """Return a readable file-like object for `resource_name`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def get_resource_string(
+        self, manager: ResourceManager, resource_name: str
+    ) -> bytes:
+        """Return the contents of `resource_name` as :obj:`bytes`
+
+        `manager` must be a ``ResourceManager``"""
+
+    def has_resource(self, resource_name: str) -> bool:
+        """Does the package contain the named resource?"""
+
+    def resource_isdir(self, resource_name: str) -> bool:
+        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
+
+    def resource_listdir(self, resource_name: str) -> list[str]:
+        """List of resource names in the directory (like ``os.listdir()``)"""
+
+
+class WorkingSet:
+    """A collection of active distributions on sys.path (or a similar list)"""
+
+    def __init__(self, entries: Iterable[str] | None = None):
+        """Create working set from list of path entries (default=sys.path)"""
+        self.entries: list[str] = []
+        self.entry_keys = {}
+        self.by_key = {}
+        self.normalized_to_canonical_keys = {}
+        self.callbacks = []
+
+        if entries is None:
+            entries = sys.path
+
+        for entry in entries:
+            self.add_entry(entry)
+
+    @classmethod
+    def _build_master(cls):
+        """
+        Prepare the master working set.
+        """
+        ws = cls()
+        try:
+            from __main__ import __requires__
+        except ImportError:
+            # The main program does not list any requirements
+            return ws
+
+        # ensure the requirements are met
+        try:
+            ws.require(__requires__)
+        except VersionConflict:
+            return cls._build_from_requirements(__requires__)
+
+        return ws
+
+    @classmethod
+    def _build_from_requirements(cls, req_spec):
+        """
+        Build a working set from a requirement spec. Rewrites sys.path.
+        """
+        # try it without defaults already on sys.path
+        # by starting with an empty path
+        ws = cls([])
+        reqs = parse_requirements(req_spec)
+        dists = ws.resolve(reqs, Environment())
+        for dist in dists:
+            ws.add(dist)
+
+        # add any missing entries from sys.path
+        for entry in sys.path:
+            if entry not in ws.entries:
+                ws.add_entry(entry)
+
+        # then copy back to sys.path
+        sys.path[:] = ws.entries
+        return ws
+
+    def add_entry(self, entry: str):
+        """Add a path item to ``.entries``, finding any distributions on it
+
+        ``find_distributions(entry, True)`` is used to find distributions
+        corresponding to the path entry, and they are added.  `entry` is
+        always appended to ``.entries``, even if it is already present.
+        (This is because ``sys.path`` can contain the same value more than
+        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
+        equal ``sys.path``.)
+        """
+        self.entry_keys.setdefault(entry, [])
+        self.entries.append(entry)
+        for dist in find_distributions(entry, True):
+            self.add(dist, entry, False)
+
+    def __contains__(self, dist: Distribution) -> bool:
+        """True if `dist` is the active distribution for its project"""
+        return self.by_key.get(dist.key) == dist
+
+    def find(self, req: Requirement) -> Distribution | None:
+        """Find a distribution matching requirement `req`
+
+        If there is an active distribution for the requested project, this
+        returns it as long as it meets the version requirement specified by
+        `req`.  But, if there is an active distribution for the project and it
+        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
+        If there is no active distribution for the requested project, ``None``
+        is returned.
+        """
+        dist = self.by_key.get(req.key)
+
+        if dist is None:
+            canonical_key = self.normalized_to_canonical_keys.get(req.key)
+
+            if canonical_key is not None:
+                req.key = canonical_key
+                dist = self.by_key.get(canonical_key)
+
+        if dist is not None and dist not in req:
+            # XXX add more info
+            raise VersionConflict(dist, req)
+        return dist
+
+    def iter_entry_points(self, group: str, name: str | None = None):
+        """Yield entry point objects from `group` matching `name`
+
+        If `name` is None, yields all entry points in `group` from all
+        distributions in the working set, otherwise only ones matching
+        both `group` and `name` are yielded (in distribution order).
+        """
+        return (
+            entry
+            for dist in self
+            for entry in dist.get_entry_map(group).values()
+            if name is None or name == entry.name
+        )
+
+    def run_script(self, requires: str, script_name: str):
+        """Locate distribution for `requires` and run `script_name` script"""
+        ns = sys._getframe(1).f_globals
+        name = ns['__name__']
+        ns.clear()
+        ns['__name__'] = name
+        self.require(requires)[0].run_script(script_name, ns)
+
+    def __iter__(self) -> Iterator[Distribution]:
+        """Yield distributions for non-duplicate projects in the working set
+
+        The yield order is the order in which the items' path entries were
+        added to the working set.
+        """
+        seen = set()
+        for item in self.entries:
+            if item not in self.entry_keys:
+                # workaround a cache issue
+                continue
+
+            for key in self.entry_keys[item]:
+                if key not in seen:
+                    seen.add(key)
+                    yield self.by_key[key]
+
+    def add(
+        self,
+        dist: Distribution,
+        entry: str | None = None,
+        insert: bool = True,
+        replace: bool = False,
+    ):
+        """Add `dist` to working set, associated with `entry`
+
+        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
+        On exit from this routine, `entry` is added to the end of the working
+        set's ``.entries`` (if it wasn't already present).
+
+        `dist` is only added to the working set if it's for a project that
+        doesn't already have a distribution in the set, unless `replace=True`.
+        If it's added, any callbacks registered with the ``subscribe()`` method
+        will be called.
+        """
+        if insert:
+            dist.insert_on(self.entries, entry, replace=replace)
+
+        if entry is None:
+            entry = dist.location
+        keys = self.entry_keys.setdefault(entry, [])
+        keys2 = self.entry_keys.setdefault(dist.location, [])
+        if not replace and dist.key in self.by_key:
+            # ignore hidden distros
+            return
+
+        self.by_key[dist.key] = dist
+        normalized_name = _packaging_utils.canonicalize_name(dist.key)
+        self.normalized_to_canonical_keys[normalized_name] = dist.key
+        if dist.key not in keys:
+            keys.append(dist.key)
+        if dist.key not in keys2:
+            keys2.append(dist.key)
+        self._added_new(dist)
+
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[_DistributionT]: ...
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        *,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[_DistributionT]: ...
+    @overload
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[Distribution]: ...
+    def resolve(
+        self,
+        requirements: Iterable[Requirement],
+        env: Environment | None = None,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        replace_conflicting: bool = False,
+        extras: tuple[str, ...] | None = None,
+    ) -> list[Distribution] | list[_DistributionT]:
+        """List all distributions needed to (recursively) meet `requirements`
+
+        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
+        if supplied, should be an ``Environment`` instance.  If
+        not supplied, it defaults to all distributions available within any
+        entry or distribution in the working set.  `installer`, if supplied,
+        will be invoked with each requirement that cannot be met by an
+        already-installed distribution; it should return a ``Distribution`` or
+        ``None``.
+
+        Unless `replace_conflicting=True`, raises a VersionConflict exception
+        if
+        any requirements are found on the path that have the correct name but
+        the wrong version.  Otherwise, if an `installer` is supplied it will be
+        invoked to obtain the correct version of the requirement and activate
+        it.
+
+        `extras` is a list of the extras to be used with these requirements.
+        This is important because extra requirements may look like `my_req;
+        extra = "my_extra"`, which would otherwise be interpreted as a purely
+        optional requirement.  Instead, we want to be able to assert that these
+        requirements are truly required.
+        """
+
+        # set up the stack
+        requirements = list(requirements)[::-1]
+        # set of processed requirements
+        processed = set()
+        # key -> dist
+        best = {}
+        to_activate = []
+
+        req_extras = _ReqExtras()
+
+        # Mapping of requirement to set of distributions that required it;
+        # useful for reporting info about conflicts.
+        required_by = collections.defaultdict(set)
+
+        while requirements:
+            # process dependencies breadth-first
+            req = requirements.pop(0)
+            if req in processed:
+                # Ignore cyclic or redundant dependencies
+                continue
+
+            if not req_extras.markers_pass(req, extras):
+                continue
+
+            dist = self._resolve_dist(
+                req, best, replace_conflicting, env, installer, required_by, to_activate
+            )
+
+            # push the new requirements onto the stack
+            new_requirements = dist.requires(req.extras)[::-1]
+            requirements.extend(new_requirements)
+
+            # Register the new requirements needed by req
+            for new_requirement in new_requirements:
+                required_by[new_requirement].add(req.project_name)
+                req_extras[new_requirement] = req.extras
+
+            processed.add(req)
+
+        # return list of distros to activate
+        return to_activate
+
+    def _resolve_dist(
+        self, req, best, replace_conflicting, env, installer, required_by, to_activate
+    ) -> Distribution:
+        dist = best.get(req.key)
+        if dist is None:
+            # Find the best distribution and add it to the map
+            dist = self.by_key.get(req.key)
+            if dist is None or (dist not in req and replace_conflicting):
+                ws = self
+                if env is None:
+                    if dist is None:
+                        env = Environment(self.entries)
+                    else:
+                        # Use an empty environment and workingset to avoid
+                        # any further conflicts with the conflicting
+                        # distribution
+                        env = Environment([])
+                        ws = WorkingSet([])
+                dist = best[req.key] = env.best_match(
+                    req, ws, installer, replace_conflicting=replace_conflicting
+                )
+                if dist is None:
+                    requirers = required_by.get(req, None)
+                    raise DistributionNotFound(req, requirers)
+            to_activate.append(dist)
+        if dist not in req:
+            # Oops, the "best" so far conflicts with a dependency
+            dependent_req = required_by[req]
+            raise VersionConflict(dist, req).with_context(dependent_req)
+        return dist
+
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None,
+        installer: _InstallerTypeT[_DistributionT],
+        fallback: bool = True,
+    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        *,
+        installer: _InstallerTypeT[_DistributionT],
+        fallback: bool = True,
+    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
+    @overload
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        installer: _InstallerType | None = None,
+        fallback: bool = True,
+    ) -> tuple[list[Distribution], dict[Distribution, Exception]]: ...
+    def find_plugins(
+        self,
+        plugin_env: Environment,
+        full_env: Environment | None = None,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        fallback: bool = True,
+    ) -> tuple[
+        list[Distribution] | list[_DistributionT],
+        dict[Distribution, Exception],
+    ]:
+        """Find all activatable distributions in `plugin_env`
+
+        Example usage::
+
+            distributions, errors = working_set.find_plugins(
+                Environment(plugin_dirlist)
+            )
+            # add plugins+libs to sys.path
+            map(working_set.add, distributions)
+            # display errors
+            print('Could not load', errors)
+
+        The `plugin_env` should be an ``Environment`` instance that contains
+        only distributions that are in the project's "plugin directory" or
+        directories. The `full_env`, if supplied, should be an ``Environment``
+        contains all currently-available distributions.  If `full_env` is not
+        supplied, one is created automatically from the ``WorkingSet`` this
+        method is called on, which will typically mean that every directory on
+        ``sys.path`` will be scanned for distributions.
+
+        `installer` is a standard installer callback as used by the
+        ``resolve()`` method. The `fallback` flag indicates whether we should
+        attempt to resolve older versions of a plugin if the newest version
+        cannot be resolved.
+
+        This method returns a 2-tuple: (`distributions`, `error_info`), where
+        `distributions` is a list of the distributions found in `plugin_env`
+        that were loadable, along with any other distributions that are needed
+        to resolve their dependencies.  `error_info` is a dictionary mapping
+        unloadable plugin distributions to an exception instance describing the
+        error that occurred. Usually this will be a ``DistributionNotFound`` or
+        ``VersionConflict`` instance.
+        """
+
+        plugin_projects = list(plugin_env)
+        # scan project names in alphabetic order
+        plugin_projects.sort()
+
+        error_info: dict[Distribution, Exception] = {}
+        distributions: dict[Distribution, Exception | None] = {}
+
+        if full_env is None:
+            env = Environment(self.entries)
+            env += plugin_env
+        else:
+            env = full_env + plugin_env
+
+        shadow_set = self.__class__([])
+        # put all our entries in shadow_set
+        list(map(shadow_set.add, self))
+
+        for project_name in plugin_projects:
+            for dist in plugin_env[project_name]:
+                req = [dist.as_requirement()]
+
+                try:
+                    resolvees = shadow_set.resolve(req, env, installer)
+
+                except ResolutionError as v:
+                    # save error info
+                    error_info[dist] = v
+                    if fallback:
+                        # try the next older version of project
+                        continue
+                    else:
+                        # give up on this project, keep going
+                        break
+
+                else:
+                    list(map(shadow_set.add, resolvees))
+                    distributions.update(dict.fromkeys(resolvees))
+
+                    # success, no need to try any more versions of this project
+                    break
+
+        sorted_distributions = list(distributions)
+        sorted_distributions.sort()
+
+        return sorted_distributions, error_info
+
+    def require(self, *requirements: _NestedStr):
+        """Ensure that distributions matching `requirements` are activated
+
+        `requirements` must be a string or a (possibly-nested) sequence
+        thereof, specifying the distributions and versions required.  The
+        return value is a sequence of the distributions that needed to be
+        activated to fulfill the requirements; all relevant distributions are
+        included, even if they were already activated in this working set.
+        """
+        needed = self.resolve(parse_requirements(requirements))
+
+        for dist in needed:
+            self.add(dist)
+
+        return needed
+
+    def subscribe(
+        self, callback: Callable[[Distribution], object], existing: bool = True
+    ):
+        """Invoke `callback` for all distributions
+
+        If `existing=True` (default),
+        call on all existing ones, as well.
+        """
+        if callback in self.callbacks:
+            return
+        self.callbacks.append(callback)
+        if not existing:
+            return
+        for dist in self:
+            callback(dist)
+
+    def _added_new(self, dist):
+        for callback in self.callbacks:
+            callback(dist)
+
+    def __getstate__(self):
+        return (
+            self.entries[:],
+            self.entry_keys.copy(),
+            self.by_key.copy(),
+            self.normalized_to_canonical_keys.copy(),
+            self.callbacks[:],
+        )
+
+    def __setstate__(self, e_k_b_n_c):
+        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
+        self.entries = entries[:]
+        self.entry_keys = keys.copy()
+        self.by_key = by_key.copy()
+        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
+        self.callbacks = callbacks[:]
+
+
+class _ReqExtras(Dict["Requirement", Tuple[str, ...]]):
+    """
+    Map each requirement to the extras that demanded it.
+    """
+
+    def markers_pass(self, req: Requirement, extras: tuple[str, ...] | None = None):
+        """
+        Evaluate markers for req against each extra that
+        demanded it.
+
+        Return False if the req has a marker and fails
+        evaluation. Otherwise, return True.
+        """
+        extra_evals = (
+            req.marker.evaluate({'extra': extra})
+            for extra in self.get(req, ()) + (extras or (None,))
+        )
+        return not req.marker or any(extra_evals)
+
+
+class Environment:
+    """Searchable snapshot of distributions on a search path"""
+
+    def __init__(
+        self,
+        search_path: Iterable[str] | None = None,
+        platform: str | None = get_supported_platform(),
+        python: str | None = PY_MAJOR,
+    ):
+        """Snapshot distributions available on a search path
+
+        Any distributions found on `search_path` are added to the environment.
+        `search_path` should be a sequence of ``sys.path`` items.  If not
+        supplied, ``sys.path`` is used.
+
+        `platform` is an optional string specifying the name of the platform
+        that platform-specific distributions must be compatible with.  If
+        unspecified, it defaults to the current platform.  `python` is an
+        optional string naming the desired version of Python (e.g. ``'3.6'``);
+        it defaults to the current version.
+
+        You may explicitly set `platform` (and/or `python`) to ``None`` if you
+        wish to map *all* distributions, not just those compatible with the
+        running platform or Python version.
+        """
+        self._distmap = {}
+        self.platform = platform
+        self.python = python
+        self.scan(search_path)
+
+    def can_add(self, dist: Distribution):
+        """Is distribution `dist` acceptable for this environment?
+
+        The distribution must match the platform and python version
+        requirements specified when this environment was created, or False
+        is returned.
+        """
+        py_compat = (
+            self.python is None
+            or dist.py_version is None
+            or dist.py_version == self.python
+        )
+        return py_compat and compatible_platforms(dist.platform, self.platform)
+
+    def remove(self, dist: Distribution):
+        """Remove `dist` from the environment"""
+        self._distmap[dist.key].remove(dist)
+
+    def scan(self, search_path: Iterable[str] | None = None):
+        """Scan `search_path` for distributions usable in this environment
+
+        Any distributions found are added to the environment.
+        `search_path` should be a sequence of ``sys.path`` items.  If not
+        supplied, ``sys.path`` is used.  Only distributions conforming to
+        the platform/python version defined at initialization are added.
+        """
+        if search_path is None:
+            search_path = sys.path
+
+        for item in search_path:
+            for dist in find_distributions(item):
+                self.add(dist)
+
+    def __getitem__(self, project_name: str) -> list[Distribution]:
+        """Return a newest-to-oldest list of distributions for `project_name`
+
+        Uses case-insensitive `project_name` comparison, assuming all the
+        project's distributions use their project's name converted to all
+        lowercase as their key.
+
+        """
+        distribution_key = project_name.lower()
+        return self._distmap.get(distribution_key, [])
+
+    def add(self, dist: Distribution):
+        """Add `dist` if we ``can_add()`` it and it has not already been added"""
+        if self.can_add(dist) and dist.has_version():
+            dists = self._distmap.setdefault(dist.key, [])
+            if dist not in dists:
+                dists.append(dist)
+                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
+
+    @overload
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerTypeT[_DistributionT],
+        replace_conflicting: bool = False,
+    ) -> _DistributionT: ...
+    @overload
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerType | None = None,
+        replace_conflicting: bool = False,
+    ) -> Distribution | None: ...
+    def best_match(
+        self,
+        req: Requirement,
+        working_set: WorkingSet,
+        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
+        replace_conflicting: bool = False,
+    ) -> Distribution | None:
+        """Find distribution best matching `req` and usable on `working_set`
+
+        This calls the ``find(req)`` method of the `working_set` to see if a
+        suitable distribution is already active.  (This may raise
+        ``VersionConflict`` if an unsuitable version of the project is already
+        active in the specified `working_set`.)  If a suitable distribution
+        isn't active, this method returns the newest distribution in the
+        environment that meets the ``Requirement`` in `req`.  If no suitable
+        distribution is found, and `installer` is supplied, then the result of
+        calling the environment's ``obtain(req, installer)`` method will be
+        returned.
+        """
+        try:
+            dist = working_set.find(req)
+        except VersionConflict:
+            if not replace_conflicting:
+                raise
+            dist = None
+        if dist is not None:
+            return dist
+        for dist in self[req.key]:
+            if dist in req:
+                return dist
+        # try to download/install
+        return self.obtain(req, installer)
+
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: _InstallerTypeT[_DistributionT],
+    ) -> _DistributionT: ...
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: Callable[[Requirement], None] | None = None,
+    ) -> None: ...
+    @overload
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: _InstallerType | None = None,
+    ) -> Distribution | None: ...
+    def obtain(
+        self,
+        requirement: Requirement,
+        installer: Callable[[Requirement], None]
+        | _InstallerType
+        | None
+        | _InstallerTypeT[_DistributionT] = None,
+    ) -> Distribution | None:
+        """Obtain a distribution matching `requirement` (e.g. via download)
+
+        Obtain a distro that matches requirement (e.g. via download).  In the
+        base ``Environment`` class, this routine just returns
+        ``installer(requirement)``, unless `installer` is None, in which case
+        None is returned instead.  This method is a hook that allows subclasses
+        to attempt other ways of obtaining a distribution before falling back
+        to the `installer` argument."""
+        return installer(requirement) if installer else None
+
+    def __iter__(self) -> Iterator[str]:
+        """Yield the unique project names of the available distributions"""
+        for key in self._distmap.keys():
+            if self[key]:
+                yield key
+
+    def __iadd__(self, other: Distribution | Environment):
+        """In-place addition of a distribution or environment"""
+        if isinstance(other, Distribution):
+            self.add(other)
+        elif isinstance(other, Environment):
+            for project in other:
+                for dist in other[project]:
+                    self.add(dist)
+        else:
+            raise TypeError("Can't add %r to environment" % (other,))
+        return self
+
+    def __add__(self, other: Distribution | Environment):
+        """Add an environment or distribution to an environment"""
+        new = self.__class__([], platform=None, python=None)
+        for env in self, other:
+            new += env
+        return new
+
+
+# XXX backward compatibility
+AvailableDistributions = Environment
+
+
+class ExtractionError(RuntimeError):
+    """An error occurred extracting a resource
+
+    The following attributes are available from instances of this exception:
+
+    manager
+        The resource manager that raised this exception
+
+    cache_path
+        The base directory for resource extraction
+
+    original_error
+        The exception instance that caused extraction to fail
+    """
+
+    manager: ResourceManager
+    cache_path: str
+    original_error: BaseException | None
+
+
+class ResourceManager:
+    """Manage resource extraction and packages"""
+
+    extraction_path: str | None = None
+
+    def __init__(self):
+        self.cached_files = {}
+
+    def resource_exists(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """Does the named resource exist?"""
+        return get_provider(package_or_requirement).has_resource(resource_name)
+
+    def resource_isdir(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """Is the named resource an existing directory?"""
+        return get_provider(package_or_requirement).resource_isdir(resource_name)
+
+    def resource_filename(
+        self, package_or_requirement: _PkgReqType, resource_name: str
+    ):
+        """Return a true filesystem path for specified resource"""
+        return get_provider(package_or_requirement).get_resource_filename(
+            self, resource_name
+        )
+
+    def resource_stream(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """Return a readable file-like object for specified resource"""
+        return get_provider(package_or_requirement).get_resource_stream(
+            self, resource_name
+        )
+
+    def resource_string(
+        self, package_or_requirement: _PkgReqType, resource_name: str
+    ) -> bytes:
+        """Return specified resource as :obj:`bytes`"""
+        return get_provider(package_or_requirement).get_resource_string(
+            self, resource_name
+        )
+
+    def resource_listdir(self, package_or_requirement: _PkgReqType, resource_name: str):
+        """List the contents of the named resource directory"""
+        return get_provider(package_or_requirement).resource_listdir(resource_name)
+
+    def extraction_error(self) -> NoReturn:
+        """Give an error message for problems extracting file(s)"""
+
+        old_exc = sys.exc_info()[1]
+        cache_path = self.extraction_path or get_default_cache()
+
+        tmpl = textwrap.dedent(
+            """
+            Can't extract file(s) to egg cache
+
+            The following error occurred while trying to extract file(s)
+            to the Python egg cache:
+
+              {old_exc}
+
+            The Python egg cache directory is currently set to:
+
+              {cache_path}
+
+            Perhaps your account does not have write access to this directory?
+            You can change the cache directory by setting the PYTHON_EGG_CACHE
+            environment variable to point to an accessible directory.
+            """
+        ).lstrip()
+        err = ExtractionError(tmpl.format(**locals()))
+        err.manager = self
+        err.cache_path = cache_path
+        err.original_error = old_exc
+        raise err
+
+    def get_cache_path(self, archive_name: str, names: Iterable[StrPath] = ()):
+        """Return absolute location in cache for `archive_name` and `names`
+
+        The parent directory of the resulting path will be created if it does
+        not already exist.  `archive_name` should be the base filename of the
+        enclosing egg (which may not be the name of the enclosing zipfile!),
+        including its ".egg" extension.  `names`, if provided, should be a
+        sequence of path name parts "under" the egg's extraction location.
+
+        This method should only be called by resource providers that need to
+        obtain an extraction location, and only for names they intend to
+        extract, as it tracks the generated names for possible cleanup later.
+        """
+        extract_path = self.extraction_path or get_default_cache()
+        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
+        try:
+            _bypass_ensure_directory(target_path)
+        except Exception:
+            self.extraction_error()
+
+        self._warn_unsafe_extraction_path(extract_path)
+
+        self.cached_files[target_path] = True
+        return target_path
+
+    @staticmethod
+    def _warn_unsafe_extraction_path(path):
+        """
+        If the default extraction path is overridden and set to an insecure
+        location, such as /tmp, it opens up an opportunity for an attacker to
+        replace an extracted file with an unauthorized payload. Warn the user
+        if a known insecure location is used.
+
+        See Distribute #375 for more details.
+        """
+        if os.name == 'nt' and not path.startswith(os.environ['windir']):
+            # On Windows, permissions are generally restrictive by default
+            #  and temp directories are not writable by other users, so
+            #  bypass the warning.
+            return
+        mode = os.stat(path).st_mode
+        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
+            msg = (
+                "Extraction path is writable by group/others "
+                "and vulnerable to attack when "
+                "used with get_resource_filename ({path}). "
+                "Consider a more secure "
+                "location (set with .set_extraction_path or the "
+                "PYTHON_EGG_CACHE environment variable)."
+            ).format(**locals())
+            warnings.warn(msg, UserWarning)
+
+    def postprocess(self, tempname: StrOrBytesPath, filename: StrOrBytesPath):
+        """Perform any platform-specific postprocessing of `tempname`
+
+        This is where Mac header rewrites should be done; other platforms don't
+        have anything special they should do.
+
+        Resource providers should call this method ONLY after successfully
+        extracting a compressed resource.  They must NOT call it on resources
+        that are already in the filesystem.
+
+        `tempname` is the current (temporary) name of the file, and `filename`
+        is the name it will be renamed to by the caller after this routine
+        returns.
+        """
+
+        if os.name == 'posix':
+            # Make the resource executable
+            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
+            os.chmod(tempname, mode)
+
+    def set_extraction_path(self, path: str):
+        """Set the base path where resources will be extracted to, if needed.
+
+        If you do not call this routine before any extractions take place, the
+        path defaults to the return value of ``get_default_cache()``.  (Which
+        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
+        platform-specific fallbacks.  See that routine's documentation for more
+        details.)
+
+        Resources are extracted to subdirectories of this path based upon
+        information given by the ``IResourceProvider``.  You may set this to a
+        temporary directory, but then you must call ``cleanup_resources()`` to
+        delete the extracted files when done.  There is no guarantee that
+        ``cleanup_resources()`` will be able to remove all extracted files.
+
+        (Note: you may not change the extraction path for a given resource
+        manager once resources have been extracted, unless you first call
+        ``cleanup_resources()``.)
+        """
+        if self.cached_files:
+            raise ValueError("Can't change extraction path, files already extracted")
+
+        self.extraction_path = path
+
+    def cleanup_resources(self, force: bool = False) -> list[str]:
+        """
+        Delete all extracted resource files and directories, returning a list
+        of the file and directory names that could not be successfully removed.
+        This function does not have any concurrency protection, so it should
+        generally only be called when the extraction path is a temporary
+        directory exclusive to a single process.  This method is not
+        automatically called; you must call it explicitly or register it as an
+        ``atexit`` function if you wish to ensure cleanup of a temporary
+        directory used for extractions.
+        """
+        # XXX
+        return []
+
+
+def get_default_cache() -> str:
+    """
+    Return the ``PYTHON_EGG_CACHE`` environment variable
+    or a platform-relevant user cache dir for an app
+    named "Python-Eggs".
+    """
+    return os.environ.get('PYTHON_EGG_CACHE') or _user_cache_dir(appname='Python-Eggs')
+
+
+def safe_name(name: str):
+    """Convert an arbitrary string to a standard distribution name
+
+    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
+    """
+    return re.sub('[^A-Za-z0-9.]+', '-', name)
+
+
+def safe_version(version: str):
+    """
+    Convert an arbitrary string to a standard version string
+    """
+    try:
+        # normalize the version
+        return str(_packaging_version.Version(version))
+    except _packaging_version.InvalidVersion:
+        version = version.replace(' ', '.')
+        return re.sub('[^A-Za-z0-9.]+', '-', version)
+
+
+def _forgiving_version(version):
+    """Fallback when ``safe_version`` is not safe enough
+    >>> parse_version(_forgiving_version('0.23ubuntu1'))
+    
+    >>> parse_version(_forgiving_version('0.23-'))
+    
+    >>> parse_version(_forgiving_version('0.-_'))
+    
+    >>> parse_version(_forgiving_version('42.+?1'))
+    
+    >>> parse_version(_forgiving_version('hello world'))
+    
+    """
+    version = version.replace(' ', '.')
+    match = _PEP440_FALLBACK.search(version)
+    if match:
+        safe = match["safe"]
+        rest = version[len(safe) :]
+    else:
+        safe = "0"
+        rest = version
+    local = f"sanitized.{_safe_segment(rest)}".strip(".")
+    return f"{safe}.dev0+{local}"
+
+
+def _safe_segment(segment):
+    """Convert an arbitrary string into a safe segment"""
+    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
+    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
+    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
+
+
+def safe_extra(extra: str):
+    """Convert an arbitrary string to a standard 'extra' name
+
+    Any runs of non-alphanumeric characters are replaced with a single '_',
+    and the result is always lowercased.
+    """
+    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
+
+
+def to_filename(name: str):
+    """Convert a project or version name to its filename-escaped form
+
+    Any '-' characters are currently replaced with '_'.
+    """
+    return name.replace('-', '_')
+
+
+def invalid_marker(text: str):
+    """
+    Validate text as a PEP 508 environment marker; return an exception
+    if invalid or False otherwise.
+    """
+    try:
+        evaluate_marker(text)
+    except SyntaxError as e:
+        e.filename = None
+        e.lineno = None
+        return e
+    return False
+
+
+def evaluate_marker(text: str, extra: str | None = None) -> bool:
+    """
+    Evaluate a PEP 508 environment marker.
+    Return a boolean indicating the marker result in this environment.
+    Raise SyntaxError if marker is invalid.
+
+    This implementation uses the 'pyparsing' module.
+    """
+    try:
+        marker = _packaging_markers.Marker(text)
+        return marker.evaluate()
+    except _packaging_markers.InvalidMarker as e:
+        raise SyntaxError(e) from e
+
+
+class NullProvider:
+    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
+
+    egg_name: str | None = None
+    egg_info: str | None = None
+    loader: _LoaderProtocol | None = None
+
+    def __init__(self, module: _ModuleLike):
+        self.loader = getattr(module, '__loader__', None)
+        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
+
+    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
+        return self._fn(self.module_path, resource_name)
+
+    def get_resource_stream(self, manager: ResourceManager, resource_name: str):
+        return io.BytesIO(self.get_resource_string(manager, resource_name))
+
+    def get_resource_string(
+        self, manager: ResourceManager, resource_name: str
+    ) -> bytes:
+        return self._get(self._fn(self.module_path, resource_name))
+
+    def has_resource(self, resource_name: str):
+        return self._has(self._fn(self.module_path, resource_name))
+
+    def _get_metadata_path(self, name):
+        return self._fn(self.egg_info, name)
+
+    def has_metadata(self, name: str) -> bool:
+        if not self.egg_info:
+            return False
+
+        path = self._get_metadata_path(name)
+        return self._has(path)
+
+    def get_metadata(self, name: str):
+        if not self.egg_info:
+            return ""
+        path = self._get_metadata_path(name)
+        value = self._get(path)
+        try:
+            return value.decode('utf-8')
+        except UnicodeDecodeError as exc:
+            # Include the path in the error message to simplify
+            # troubleshooting, and without changing the exception type.
+            exc.reason += ' in {} file at path: {}'.format(name, path)
+            raise
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        return yield_lines(self.get_metadata(name))
+
+    def resource_isdir(self, resource_name: str):
+        return self._isdir(self._fn(self.module_path, resource_name))
+
+    def metadata_isdir(self, name: str) -> bool:
+        return bool(self.egg_info and self._isdir(self._fn(self.egg_info, name)))
+
+    def resource_listdir(self, resource_name: str):
+        return self._listdir(self._fn(self.module_path, resource_name))
+
+    def metadata_listdir(self, name: str) -> list[str]:
+        if self.egg_info:
+            return self._listdir(self._fn(self.egg_info, name))
+        return []
+
+    def run_script(self, script_name: str, namespace: dict[str, Any]):
+        script = 'scripts/' + script_name
+        if not self.has_metadata(script):
+            raise ResolutionError(
+                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
+                    **locals()
+                ),
+            )
+
+        script_text = self.get_metadata(script).replace('\r\n', '\n')
+        script_text = script_text.replace('\r', '\n')
+        script_filename = self._fn(self.egg_info, script)
+        namespace['__file__'] = script_filename
+        if os.path.exists(script_filename):
+            source = _read_utf8_with_fallback(script_filename)
+            code = compile(source, script_filename, 'exec')
+            exec(code, namespace, namespace)
+        else:
+            from linecache import cache
+
+            cache[script_filename] = (
+                len(script_text),
+                0,
+                script_text.split('\n'),
+                script_filename,
+            )
+            script_code = compile(script_text, script_filename, 'exec')
+            exec(script_code, namespace, namespace)
+
+    def _has(self, path) -> bool:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _isdir(self, path) -> bool:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _listdir(self, path) -> list[str]:
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _fn(self, base: str | None, resource_name: str):
+        if base is None:
+            raise TypeError(
+                "`base` parameter in `_fn` is `None`. Either override this method or check the parameter first."
+            )
+        self._validate_resource_path(resource_name)
+        if resource_name:
+            return os.path.join(base, *resource_name.split('/'))
+        return base
+
+    @staticmethod
+    def _validate_resource_path(path):
+        """
+        Validate the resource paths according to the docs.
+        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
+
+        >>> warned = getfixture('recwarn')
+        >>> warnings.simplefilter('always')
+        >>> vrp = NullProvider._validate_resource_path
+        >>> vrp('foo/bar.txt')
+        >>> bool(warned)
+        False
+        >>> vrp('../foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('/foo/bar.txt')
+        >>> bool(warned)
+        True
+        >>> vrp('foo/../../bar.txt')
+        >>> bool(warned)
+        True
+        >>> warned.clear()
+        >>> vrp('foo/f../bar.txt')
+        >>> bool(warned)
+        False
+
+        Windows path separators are straight-up disallowed.
+        >>> vrp(r'\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        >>> vrp(r'C:\\foo/bar.txt')
+        Traceback (most recent call last):
+        ...
+        ValueError: Use of .. or absolute path in a resource path \
+is not allowed.
+
+        Blank values are allowed
+
+        >>> vrp('')
+        >>> bool(warned)
+        False
+
+        Non-string values are not.
+
+        >>> vrp(None)
+        Traceback (most recent call last):
+        ...
+        AttributeError: ...
+        """
+        invalid = (
+            os.path.pardir in path.split(posixpath.sep)
+            or posixpath.isabs(path)
+            or ntpath.isabs(path)
+            or path.startswith("\\")
+        )
+        if not invalid:
+            return
+
+        msg = "Use of .. or absolute path in a resource path is not allowed."
+
+        # Aggressively disallow Windows absolute paths
+        if (path.startswith("\\") or ntpath.isabs(path)) and not posixpath.isabs(path):
+            raise ValueError(msg)
+
+        # for compatibility, warn; in future
+        # raise ValueError(msg)
+        issue_warning(
+            msg[:-1] + " and will raise exceptions in a future release.",
+            DeprecationWarning,
+        )
+
+    def _get(self, path) -> bytes:
+        if hasattr(self.loader, 'get_data') and self.loader:
+            # Already checked get_data exists
+            return self.loader.get_data(path)  # type: ignore[attr-defined]
+        raise NotImplementedError(
+            "Can't perform this operation for loaders without 'get_data()'"
+        )
+
+
+register_loader_type(object, NullProvider)
+
+
+def _parents(path):
+    """
+    yield all parents of path including path
+    """
+    last = None
+    while path != last:
+        yield path
+        last = path
+        path, _ = os.path.split(path)
+
+
+class EggProvider(NullProvider):
+    """Provider based on a virtual filesystem"""
+
+    def __init__(self, module: _ModuleLike):
+        super().__init__(module)
+        self._setup_prefix()
+
+    def _setup_prefix(self):
+        # Assume that metadata may be nested inside a "basket"
+        # of multiple eggs and use module_path instead of .archive.
+        eggs = filter(_is_egg_path, _parents(self.module_path))
+        egg = next(eggs, None)
+        egg and self._set_egg(egg)
+
+    def _set_egg(self, path: str):
+        self.egg_name = os.path.basename(path)
+        self.egg_info = os.path.join(path, 'EGG-INFO')
+        self.egg_root = path
+
+
+class DefaultProvider(EggProvider):
+    """Provides access to package resources in the filesystem"""
+
+    def _has(self, path) -> bool:
+        return os.path.exists(path)
+
+    def _isdir(self, path) -> bool:
+        return os.path.isdir(path)
+
+    def _listdir(self, path):
+        return os.listdir(path)
+
+    def get_resource_stream(self, manager: object, resource_name: str):
+        return open(self._fn(self.module_path, resource_name), 'rb')
+
+    def _get(self, path) -> bytes:
+        with open(path, 'rb') as stream:
+            return stream.read()
+
+    @classmethod
+    def _register(cls):
+        loader_names = (
+            'SourceFileLoader',
+            'SourcelessFileLoader',
+        )
+        for name in loader_names:
+            loader_cls = getattr(importlib.machinery, name, type(None))
+            register_loader_type(loader_cls, cls)
+
+
+DefaultProvider._register()
+
+
+class EmptyProvider(NullProvider):
+    """Provider that returns nothing for all requests"""
+
+    # A special case, we don't want all Providers inheriting from NullProvider to have a potentially None module_path
+    module_path: str | None = None  # type: ignore[assignment]
+
+    _isdir = _has = lambda self, path: False
+
+    def _get(self, path) -> bytes:
+        return b''
+
+    def _listdir(self, path):
+        return []
+
+    def __init__(self):
+        pass
+
+
+empty_provider = EmptyProvider()
+
+
+class ZipManifests(Dict[str, "MemoizedZipManifests.manifest_mod"]):
+    """
+    zip manifest builder
+    """
+
+    # `path` could be `StrPath | IO[bytes]` but that violates the LSP for `MemoizedZipManifests.load`
+    @classmethod
+    def build(cls, path: str):
+        """
+        Build a dictionary similar to the zipimport directory
+        caches, except instead of tuples, store ZipInfo objects.
+
+        Use a platform-specific path separator (os.sep) for the path keys
+        for compatibility with pypy on Windows.
+        """
+        with zipfile.ZipFile(path) as zfile:
+            items = (
+                (
+                    name.replace('/', os.sep),
+                    zfile.getinfo(name),
+                )
+                for name in zfile.namelist()
+            )
+            return dict(items)
+
+    load = build
+
+
+class MemoizedZipManifests(ZipManifests):
+    """
+    Memoized zipfile manifests.
+    """
+
+    class manifest_mod(NamedTuple):
+        manifest: dict[str, zipfile.ZipInfo]
+        mtime: float
+
+    def load(self, path: str) -> dict[str, zipfile.ZipInfo]:  # type: ignore[override] # ZipManifests.load is a classmethod
+        """
+        Load a manifest at path or return a suitable manifest already loaded.
+        """
+        path = os.path.normpath(path)
+        mtime = os.stat(path).st_mtime
+
+        if path not in self or self[path].mtime != mtime:
+            manifest = self.build(path)
+            self[path] = self.manifest_mod(manifest, mtime)
+
+        return self[path].manifest
+
+
+class ZipProvider(EggProvider):
+    """Resource support for zips and eggs"""
+
+    eagers: list[str] | None = None
+    _zip_manifests = MemoizedZipManifests()
+    # ZipProvider's loader should always be a zipimporter or equivalent
+    loader: zipimport.zipimporter
+
+    def __init__(self, module: _ZipLoaderModule):
+        super().__init__(module)
+        self.zip_pre = self.loader.archive + os.sep
+
+    def _zipinfo_name(self, fspath):
+        # Convert a virtual filename (full path to file) into a zipfile subpath
+        # usable with the zipimport directory cache for our target archive
+        fspath = fspath.rstrip(os.sep)
+        if fspath == self.loader.archive:
+            return ''
+        if fspath.startswith(self.zip_pre):
+            return fspath[len(self.zip_pre) :]
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
+
+    def _parts(self, zip_path):
+        # Convert a zipfile subpath into an egg-relative path part list.
+        # pseudo-fs path
+        fspath = self.zip_pre + zip_path
+        if fspath.startswith(self.egg_root + os.sep):
+            return fspath[len(self.egg_root) + 1 :].split(os.sep)
+        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
+
+    @property
+    def zipinfo(self):
+        return self._zip_manifests.load(self.loader.archive)
+
+    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
+        if not self.egg_name:
+            raise NotImplementedError(
+                "resource_filename() only supported for .egg, not .zip"
+            )
+        # no need to lock for extraction, since we use temp names
+        zip_path = self._resource_to_zip(resource_name)
+        eagers = self._get_eager_resources()
+        if '/'.join(self._parts(zip_path)) in eagers:
+            for name in eagers:
+                self._extract_resource(manager, self._eager_to_zip(name))
+        return self._extract_resource(manager, zip_path)
+
+    @staticmethod
+    def _get_date_and_size(zip_stat):
+        size = zip_stat.file_size
+        # ymdhms+wday, yday, dst
+        date_time = zip_stat.date_time + (0, 0, -1)
+        # 1980 offset already done
+        timestamp = time.mktime(date_time)
+        return timestamp, size
+
+    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
+    def _extract_resource(self, manager: ResourceManager, zip_path) -> str:  # noqa: C901
+        if zip_path in self._index():
+            for name in self._index()[zip_path]:
+                last = self._extract_resource(manager, os.path.join(zip_path, name))
+            # return the extracted directory name
+            return os.path.dirname(last)
+
+        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
+
+        if not WRITE_SUPPORT:
+            raise OSError(
+                '"os.rename" and "os.unlink" are not supported on this platform'
+            )
+        try:
+            if not self.egg_name:
+                raise OSError(
+                    '"egg_name" is empty. This likely means no egg could be found from the "module_path".'
+                )
+            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
+
+            if self._is_current(real_path, zip_path):
+                return real_path
+
+            outf, tmpnam = _mkstemp(
+                ".$extract",
+                dir=os.path.dirname(real_path),
+            )
+            os.write(outf, self.loader.get_data(zip_path))
+            os.close(outf)
+            utime(tmpnam, (timestamp, timestamp))
+            manager.postprocess(tmpnam, real_path)
+
+            try:
+                rename(tmpnam, real_path)
+
+            except OSError:
+                if os.path.isfile(real_path):
+                    if self._is_current(real_path, zip_path):
+                        # the file became current since it was checked above,
+                        #  so proceed.
+                        return real_path
+                    # Windows, del old file and retry
+                    elif os.name == 'nt':
+                        unlink(real_path)
+                        rename(tmpnam, real_path)
+                        return real_path
+                raise
+
+        except OSError:
+            # report a user-friendly error
+            manager.extraction_error()
+
+        return real_path
+
+    def _is_current(self, file_path, zip_path):
+        """
+        Return True if the file_path is current for this zip_path
+        """
+        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
+        if not os.path.isfile(file_path):
+            return False
+        stat = os.stat(file_path)
+        if stat.st_size != size or stat.st_mtime != timestamp:
+            return False
+        # check that the contents match
+        zip_contents = self.loader.get_data(zip_path)
+        with open(file_path, 'rb') as f:
+            file_contents = f.read()
+        return zip_contents == file_contents
+
+    def _get_eager_resources(self):
+        if self.eagers is None:
+            eagers = []
+            for name in ('native_libs.txt', 'eager_resources.txt'):
+                if self.has_metadata(name):
+                    eagers.extend(self.get_metadata_lines(name))
+            self.eagers = eagers
+        return self.eagers
+
+    def _index(self):
+        try:
+            return self._dirindex
+        except AttributeError:
+            ind = {}
+            for path in self.zipinfo:
+                parts = path.split(os.sep)
+                while parts:
+                    parent = os.sep.join(parts[:-1])
+                    if parent in ind:
+                        ind[parent].append(parts[-1])
+                        break
+                    else:
+                        ind[parent] = [parts.pop()]
+            self._dirindex = ind
+            return ind
+
+    def _has(self, fspath) -> bool:
+        zip_path = self._zipinfo_name(fspath)
+        return zip_path in self.zipinfo or zip_path in self._index()
+
+    def _isdir(self, fspath) -> bool:
+        return self._zipinfo_name(fspath) in self._index()
+
+    def _listdir(self, fspath):
+        return list(self._index().get(self._zipinfo_name(fspath), ()))
+
+    def _eager_to_zip(self, resource_name: str):
+        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
+
+    def _resource_to_zip(self, resource_name: str):
+        return self._zipinfo_name(self._fn(self.module_path, resource_name))
+
+
+register_loader_type(zipimport.zipimporter, ZipProvider)
+
+
+class FileMetadata(EmptyProvider):
+    """Metadata handler for standalone PKG-INFO files
+
+    Usage::
+
+        metadata = FileMetadata("/path/to/PKG-INFO")
+
+    This provider rejects all data and metadata requests except for PKG-INFO,
+    which is treated as existing, and will be the contents of the file at
+    the provided location.
+    """
+
+    def __init__(self, path: StrPath):
+        self.path = path
+
+    def _get_metadata_path(self, name):
+        return self.path
+
+    def has_metadata(self, name: str) -> bool:
+        return name == 'PKG-INFO' and os.path.isfile(self.path)
+
+    def get_metadata(self, name: str):
+        if name != 'PKG-INFO':
+            raise KeyError("No metadata except PKG-INFO is available")
+
+        with open(self.path, encoding='utf-8', errors="replace") as f:
+            metadata = f.read()
+        self._warn_on_replacement(metadata)
+        return metadata
+
+    def _warn_on_replacement(self, metadata):
+        replacement_char = '�'
+        if replacement_char in metadata:
+            tmpl = "{self.path} could not be properly decoded in UTF-8"
+            msg = tmpl.format(**locals())
+            warnings.warn(msg)
+
+    def get_metadata_lines(self, name: str) -> Iterator[str]:
+        return yield_lines(self.get_metadata(name))
+
+
+class PathMetadata(DefaultProvider):
+    """Metadata provider for egg directories
+
+    Usage::
+
+        # Development eggs:
+
+        egg_info = "/path/to/PackageName.egg-info"
+        base_dir = os.path.dirname(egg_info)
+        metadata = PathMetadata(base_dir, egg_info)
+        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
+        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
+
+        # Unpacked egg directories:
+
+        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
+        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
+        dist = Distribution.from_filename(egg_path, metadata=metadata)
+    """
+
+    def __init__(self, path: str, egg_info: str):
+        self.module_path = path
+        self.egg_info = egg_info
+
+
+class EggMetadata(ZipProvider):
+    """Metadata provider for .egg files"""
+
+    def __init__(self, importer: zipimport.zipimporter):
+        """Create a metadata provider from a zipimporter"""
+
+        self.zip_pre = importer.archive + os.sep
+        self.loader = importer
+        if importer.prefix:
+            self.module_path = os.path.join(importer.archive, importer.prefix)
+        else:
+            self.module_path = importer.archive
+        self._setup_prefix()
+
+
+_distribution_finders: dict[type, _DistFinderType[Any]] = _declare_state(
+    'dict', '_distribution_finders', {}
+)
+
+
+def register_finder(importer_type: type[_T], distribution_finder: _DistFinderType[_T]):
+    """Register `distribution_finder` to find distributions in sys.path items
+
+    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
+    handler), and `distribution_finder` is a callable that, passed a path
+    item and the importer instance, yields ``Distribution`` instances found on
+    that path item.  See ``pkg_resources.find_on_path`` for an example."""
+    _distribution_finders[importer_type] = distribution_finder
+
+
+def find_distributions(path_item: str, only: bool = False):
+    """Yield distributions accessible via `path_item`"""
+    importer = get_importer(path_item)
+    finder = _find_adapter(_distribution_finders, importer)
+    return finder(importer, path_item, only)
+
+
+def find_eggs_in_zip(
+    importer: zipimport.zipimporter, path_item: str, only: bool = False
+) -> Iterator[Distribution]:
+    """
+    Find eggs in zip files; possibly multiple nested eggs.
+    """
+    if importer.archive.endswith('.whl'):
+        # wheels are not supported with this finder
+        # they don't have PKG-INFO metadata, and won't ever contain eggs
+        return
+    metadata = EggMetadata(importer)
+    if metadata.has_metadata('PKG-INFO'):
+        yield Distribution.from_filename(path_item, metadata=metadata)
+    if only:
+        # don't yield nested distros
+        return
+    for subitem in metadata.resource_listdir(''):
+        if _is_egg_path(subitem):
+            subpath = os.path.join(path_item, subitem)
+            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
+            yield from dists
+        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
+            subpath = os.path.join(path_item, subitem)
+            submeta = EggMetadata(zipimport.zipimporter(subpath))
+            submeta.egg_info = subpath
+            yield Distribution.from_location(path_item, subitem, submeta)
+
+
+register_finder(zipimport.zipimporter, find_eggs_in_zip)
+
+
+def find_nothing(
+    importer: object | None, path_item: str | None, only: bool | None = False
+):
+    return ()
+
+
+register_finder(object, find_nothing)
+
+
+def find_on_path(importer: object | None, path_item, only=False):
+    """Yield distributions accessible on a sys.path directory"""
+    path_item = _normalize_cached(path_item)
+
+    if _is_unpacked_egg(path_item):
+        yield Distribution.from_filename(
+            path_item,
+            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
+        )
+        return
+
+    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
+
+    # scan for .egg and .egg-info in directory
+    for entry in sorted(entries):
+        fullpath = os.path.join(path_item, entry)
+        factory = dist_factory(path_item, entry, only)
+        yield from factory(fullpath)
+
+
+def dist_factory(path_item, entry, only):
+    """Return a dist_factory for the given entry."""
+    lower = entry.lower()
+    is_egg_info = lower.endswith('.egg-info')
+    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
+        os.path.join(path_item, entry)
+    )
+    is_meta = is_egg_info or is_dist_info
+    return (
+        distributions_from_metadata
+        if is_meta
+        else find_distributions
+        if not only and _is_egg_path(entry)
+        else resolve_egg_link
+        if not only and lower.endswith('.egg-link')
+        else NoDists()
+    )
+
+
+class NoDists:
+    """
+    >>> bool(NoDists())
+    False
+
+    >>> list(NoDists()('anything'))
+    []
+    """
+
+    def __bool__(self):
+        return False
+
+    def __call__(self, fullpath):
+        return iter(())
+
+
+def safe_listdir(path: StrOrBytesPath):
+    """
+    Attempt to list contents of path, but suppress some exceptions.
+    """
+    try:
+        return os.listdir(path)
+    except (PermissionError, NotADirectoryError):
+        pass
+    except OSError as e:
+        # Ignore the directory if does not exist, not a directory or
+        # permission denied
+        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
+            raise
+    return ()
+
+
+def distributions_from_metadata(path: str):
+    root = os.path.dirname(path)
+    if os.path.isdir(path):
+        if len(os.listdir(path)) == 0:
+            # empty metadata dir; skip
+            return
+        metadata: _MetadataType = PathMetadata(root, path)
+    else:
+        metadata = FileMetadata(path)
+    entry = os.path.basename(path)
+    yield Distribution.from_location(
+        root,
+        entry,
+        metadata,
+        precedence=DEVELOP_DIST,
+    )
+
+
+def non_empty_lines(path):
+    """
+    Yield non-empty lines from file at path
+    """
+    for line in _read_utf8_with_fallback(path).splitlines():
+        line = line.strip()
+        if line:
+            yield line
+
+
+def resolve_egg_link(path):
+    """
+    Given a path to an .egg-link, resolve distributions
+    present in the referenced path.
+    """
+    referenced_paths = non_empty_lines(path)
+    resolved_paths = (
+        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
+    )
+    dist_groups = map(find_distributions, resolved_paths)
+    return next(dist_groups, ())
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_finder(pkgutil.ImpImporter, find_on_path)
+
+register_finder(importlib.machinery.FileFinder, find_on_path)
+
+_namespace_handlers: dict[type, _NSHandlerType[Any]] = _declare_state(
+    'dict', '_namespace_handlers', {}
+)
+_namespace_packages: dict[str | None, list[str]] = _declare_state(
+    'dict', '_namespace_packages', {}
+)
+
+
+def register_namespace_handler(
+    importer_type: type[_T], namespace_handler: _NSHandlerType[_T]
+):
+    """Register `namespace_handler` to declare namespace packages
+
+    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
+    handler), and `namespace_handler` is a callable like this::
+
+        def namespace_handler(importer, path_entry, moduleName, module):
+            # return a path_entry to use for child packages
+
+    Namespace handlers are only called if the importer object has already
+    agreed that it can handle the relevant path item, and they should only
+    return a subpath if the module __path__ does not already contain an
+    equivalent subpath.  For an example namespace handler, see
+    ``pkg_resources.file_ns_handler``.
+    """
+    _namespace_handlers[importer_type] = namespace_handler
+
+
+def _handle_ns(packageName, path_item):
+    """Ensure that named package includes a subpath of path_item (if needed)"""
+
+    importer = get_importer(path_item)
+    if importer is None:
+        return None
+
+    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
+    try:
+        spec = importer.find_spec(packageName)
+    except AttributeError:
+        # capture warnings due to #1111
+        with warnings.catch_warnings():
+            warnings.simplefilter("ignore")
+            loader = importer.find_module(packageName)
+    else:
+        loader = spec.loader if spec else None
+
+    if loader is None:
+        return None
+    module = sys.modules.get(packageName)
+    if module is None:
+        module = sys.modules[packageName] = types.ModuleType(packageName)
+        module.__path__ = []
+        _set_parent_ns(packageName)
+    elif not hasattr(module, '__path__'):
+        raise TypeError("Not a package:", packageName)
+    handler = _find_adapter(_namespace_handlers, importer)
+    subpath = handler(importer, path_item, packageName, module)
+    if subpath is not None:
+        path = module.__path__
+        path.append(subpath)
+        importlib.import_module(packageName)
+        _rebuild_mod_path(path, packageName, module)
+    return subpath
+
+
+def _rebuild_mod_path(orig_path, package_name, module: types.ModuleType):
+    """
+    Rebuild module.__path__ ensuring that all entries are ordered
+    corresponding to their sys.path order
+    """
+    sys_path = [_normalize_cached(p) for p in sys.path]
+
+    def safe_sys_path_index(entry):
+        """
+        Workaround for #520 and #513.
+        """
+        try:
+            return sys_path.index(entry)
+        except ValueError:
+            return float('inf')
+
+    def position_in_sys_path(path):
+        """
+        Return the ordinal of the path based on its position in sys.path
+        """
+        path_parts = path.split(os.sep)
+        module_parts = package_name.count('.') + 1
+        parts = path_parts[:-module_parts]
+        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
+
+    new_path = sorted(orig_path, key=position_in_sys_path)
+    new_path = [_normalize_cached(p) for p in new_path]
+
+    if isinstance(module.__path__, list):
+        module.__path__[:] = new_path
+    else:
+        module.__path__ = new_path
+
+
+def declare_namespace(packageName: str):
+    """Declare that package 'packageName' is a namespace package"""
+
+    msg = (
+        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
+        "Implementing implicit namespace packages (as specified in PEP 420) "
+        "is preferred to `pkg_resources.declare_namespace`. "
+        "See https://setuptools.pypa.io/en/latest/references/"
+        "keywords.html#keyword-namespace-packages"
+    )
+    warnings.warn(msg, DeprecationWarning, stacklevel=2)
+
+    _imp.acquire_lock()
+    try:
+        if packageName in _namespace_packages:
+            return
+
+        path: MutableSequence[str] = sys.path
+        parent, _, _ = packageName.rpartition('.')
+
+        if parent:
+            declare_namespace(parent)
+            if parent not in _namespace_packages:
+                __import__(parent)
+            try:
+                path = sys.modules[parent].__path__
+            except AttributeError as e:
+                raise TypeError("Not a package:", parent) from e
+
+        # Track what packages are namespaces, so when new path items are added,
+        # they can be updated
+        _namespace_packages.setdefault(parent or None, []).append(packageName)
+        _namespace_packages.setdefault(packageName, [])
+
+        for path_item in path:
+            # Ensure all the parent's path items are reflected in the child,
+            # if they apply
+            _handle_ns(packageName, path_item)
+
+    finally:
+        _imp.release_lock()
+
+
+def fixup_namespace_packages(path_item: str, parent: str | None = None):
+    """Ensure that previously-declared namespace packages include path_item"""
+    _imp.acquire_lock()
+    try:
+        for package in _namespace_packages.get(parent, ()):
+            subpath = _handle_ns(package, path_item)
+            if subpath:
+                fixup_namespace_packages(subpath, package)
+    finally:
+        _imp.release_lock()
+
+
+def file_ns_handler(
+    importer: object,
+    path_item: StrPath,
+    packageName: str,
+    module: types.ModuleType,
+):
+    """Compute an ns-package subpath for a filesystem or zipfile importer"""
+
+    subpath = os.path.join(path_item, packageName.split('.')[-1])
+    normalized = _normalize_cached(subpath)
+    for item in module.__path__:
+        if _normalize_cached(item) == normalized:
+            break
+    else:
+        # Only return the path if it's not already there
+        return subpath
+
+
+if hasattr(pkgutil, 'ImpImporter'):
+    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
+
+register_namespace_handler(zipimport.zipimporter, file_ns_handler)
+register_namespace_handler(importlib.machinery.FileFinder, file_ns_handler)
+
+
+def null_ns_handler(
+    importer: object,
+    path_item: str | None,
+    packageName: str | None,
+    module: _ModuleLike | None,
+):
+    return None
+
+
+register_namespace_handler(object, null_ns_handler)
+
+
+@overload
+def normalize_path(filename: StrPath) -> str: ...
+@overload
+def normalize_path(filename: BytesPath) -> bytes: ...
+def normalize_path(filename: StrOrBytesPath):
+    """Normalize a file/dir name for comparison purposes"""
+    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
+
+
+def _cygwin_patch(filename: StrOrBytesPath):  # pragma: nocover
+    """
+    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
+    symlink components. Using
+    os.path.abspath() works around this limitation. A fix in os.getcwd()
+    would probably better, in Cygwin even more so, except
+    that this seems to be by design...
+    """
+    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
+
+
+if TYPE_CHECKING:
+    # https://github.com/python/mypy/issues/16261
+    # https://github.com/python/typeshed/issues/6347
+    @overload
+    def _normalize_cached(filename: StrPath) -> str: ...
+    @overload
+    def _normalize_cached(filename: BytesPath) -> bytes: ...
+    def _normalize_cached(filename: StrOrBytesPath) -> str | bytes: ...
+else:
+
+    @functools.lru_cache(maxsize=None)
+    def _normalize_cached(filename):
+        return normalize_path(filename)
+
+
+def _is_egg_path(path):
+    """
+    Determine if given path appears to be an egg.
+    """
+    return _is_zip_egg(path) or _is_unpacked_egg(path)
+
+
+def _is_zip_egg(path):
+    return (
+        path.lower().endswith('.egg')
+        and os.path.isfile(path)
+        and zipfile.is_zipfile(path)
+    )
+
+
+def _is_unpacked_egg(path):
+    """
+    Determine if given path appears to be an unpacked egg.
+    """
+    return path.lower().endswith('.egg') and os.path.isfile(
+        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
+    )
+
+
+def _set_parent_ns(packageName):
+    parts = packageName.split('.')
+    name = parts.pop()
+    if parts:
+        parent = '.'.join(parts)
+        setattr(sys.modules[parent], name, sys.modules[packageName])
+
+
+MODULE = re.compile(r"\w+(\.\w+)*$").match
+EGG_NAME = re.compile(
+    r"""
+    (?P[^-]+) (
+        -(?P[^-]+) (
+            -py(?P[^-]+) (
+                -(?P.+)
+            )?
+        )?
+    )?
+    """,
+    re.VERBOSE | re.IGNORECASE,
+).match
+
+
+class EntryPoint:
+    """Object representing an advertised importable object"""
+
+    def __init__(
+        self,
+        name: str,
+        module_name: str,
+        attrs: Iterable[str] = (),
+        extras: Iterable[str] = (),
+        dist: Distribution | None = None,
+    ):
+        if not MODULE(module_name):
+            raise ValueError("Invalid module name", module_name)
+        self.name = name
+        self.module_name = module_name
+        self.attrs = tuple(attrs)
+        self.extras = tuple(extras)
+        self.dist = dist
+
+    def __str__(self):
+        s = "%s = %s" % (self.name, self.module_name)
+        if self.attrs:
+            s += ':' + '.'.join(self.attrs)
+        if self.extras:
+            s += ' [%s]' % ','.join(self.extras)
+        return s
+
+    def __repr__(self):
+        return "EntryPoint.parse(%r)" % str(self)
+
+    @overload
+    def load(
+        self,
+        require: Literal[True] = True,
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+    ) -> _ResolvedEntryPoint: ...
+    @overload
+    def load(
+        self,
+        require: Literal[False],
+        *args: Any,
+        **kwargs: Any,
+    ) -> _ResolvedEntryPoint: ...
+    def load(
+        self,
+        require: bool = True,
+        *args: Environment | _InstallerType | None,
+        **kwargs: Environment | _InstallerType | None,
+    ) -> _ResolvedEntryPoint:
+        """
+        Require packages for this EntryPoint, then resolve it.
+        """
+        if not require or args or kwargs:
+            warnings.warn(
+                "Parameters to load are deprecated.  Call .resolve and "
+                ".require separately.",
+                PkgResourcesDeprecationWarning,
+                stacklevel=2,
+            )
+        if require:
+            # We could pass `env` and `installer` directly,
+            # but keeping `*args` and `**kwargs` for backwards compatibility
+            self.require(*args, **kwargs)  # type: ignore
+        return self.resolve()
+
+    def resolve(self) -> _ResolvedEntryPoint:
+        """
+        Resolve the entry point from its module and attrs.
+        """
+        module = __import__(self.module_name, fromlist=['__name__'], level=0)
+        try:
+            return functools.reduce(getattr, self.attrs, module)
+        except AttributeError as exc:
+            raise ImportError(str(exc)) from exc
+
+    def require(
+        self,
+        env: Environment | None = None,
+        installer: _InstallerType | None = None,
+    ):
+        if not self.dist:
+            error_cls = UnknownExtra if self.extras else AttributeError
+            raise error_cls("Can't require() without a distribution", self)
+
+        # Get the requirements for this entry point with all its extras and
+        # then resolve them. We have to pass `extras` along when resolving so
+        # that the working set knows what extras we want. Otherwise, for
+        # dist-info distributions, the working set will assume that the
+        # requirements for that extra are purely optional and skip over them.
+        reqs = self.dist.requires(self.extras)
+        items = working_set.resolve(reqs, env, installer, extras=self.extras)
+        list(map(working_set.add, items))
+
+    pattern = re.compile(
+        r'\s*'
+        r'(?P.+?)\s*'
+        r'=\s*'
+        r'(?P[\w.]+)\s*'
+        r'(:\s*(?P[\w.]+))?\s*'
+        r'(?P\[.*\])?\s*$'
+    )
+
+    @classmethod
+    def parse(cls, src: str, dist: Distribution | None = None):
+        """Parse a single entry point from string `src`
+
+        Entry point syntax follows the form::
+
+            name = some.module:some.attr [extra1, extra2]
+
+        The entry name and module name are required, but the ``:attrs`` and
+        ``[extras]`` parts are optional
+        """
+        m = cls.pattern.match(src)
+        if not m:
+            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
+            raise ValueError(msg, src)
+        res = m.groupdict()
+        extras = cls._parse_extras(res['extras'])
+        attrs = res['attr'].split('.') if res['attr'] else ()
+        return cls(res['name'], res['module'], attrs, extras, dist)
+
+    @classmethod
+    def _parse_extras(cls, extras_spec):
+        if not extras_spec:
+            return ()
+        req = Requirement.parse('x' + extras_spec)
+        if req.specs:
+            raise ValueError
+        return req.extras
+
+    @classmethod
+    def parse_group(
+        cls,
+        group: str,
+        lines: _NestedStr,
+        dist: Distribution | None = None,
+    ):
+        """Parse an entry point group"""
+        if not MODULE(group):
+            raise ValueError("Invalid group name", group)
+        this: dict[str, Self] = {}
+        for line in yield_lines(lines):
+            ep = cls.parse(line, dist)
+            if ep.name in this:
+                raise ValueError("Duplicate entry point", group, ep.name)
+            this[ep.name] = ep
+        return this
+
+    @classmethod
+    def parse_map(
+        cls,
+        data: str | Iterable[str] | dict[str, str | Iterable[str]],
+        dist: Distribution | None = None,
+    ):
+        """Parse a map of entry point groups"""
+        _data: Iterable[tuple[str | None, str | Iterable[str]]]
+        if isinstance(data, dict):
+            _data = data.items()
+        else:
+            _data = split_sections(data)
+        maps: dict[str, dict[str, Self]] = {}
+        for group, lines in _data:
+            if group is None:
+                if not lines:
+                    continue
+                raise ValueError("Entry points must be listed in groups")
+            group = group.strip()
+            if group in maps:
+                raise ValueError("Duplicate group name", group)
+            maps[group] = cls.parse_group(group, lines, dist)
+        return maps
+
+
+def _version_from_file(lines):
+    """
+    Given an iterable of lines from a Metadata file, return
+    the value of the Version field, if present, or None otherwise.
+    """
+
+    def is_version_line(line):
+        return line.lower().startswith('version:')
+
+    version_lines = filter(is_version_line, lines)
+    line = next(iter(version_lines), '')
+    _, _, value = line.partition(':')
+    return safe_version(value.strip()) or None
+
+
+class Distribution:
+    """Wrap an actual or potential sys.path entry w/metadata"""
+
+    PKG_INFO = 'PKG-INFO'
+
+    def __init__(
+        self,
+        location: str | None = None,
+        metadata: _MetadataType = None,
+        project_name: str | None = None,
+        version: str | None = None,
+        py_version: str | None = PY_MAJOR,
+        platform: str | None = None,
+        precedence: int = EGG_DIST,
+    ):
+        self.project_name = safe_name(project_name or 'Unknown')
+        if version is not None:
+            self._version = safe_version(version)
+        self.py_version = py_version
+        self.platform = platform
+        self.location = location
+        self.precedence = precedence
+        self._provider = metadata or empty_provider
+
+    @classmethod
+    def from_location(
+        cls,
+        location: str,
+        basename: StrPath,
+        metadata: _MetadataType = None,
+        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
+    ) -> Distribution:
+        project_name, version, py_version, platform = [None] * 4
+        basename, ext = os.path.splitext(basename)
+        if ext.lower() in _distributionImpl:
+            cls = _distributionImpl[ext.lower()]
+
+            match = EGG_NAME(basename)
+            if match:
+                project_name, version, py_version, platform = match.group(
+                    'name', 'ver', 'pyver', 'plat'
+                )
+        return cls(
+            location,
+            metadata,
+            project_name=project_name,
+            version=version,
+            py_version=py_version,
+            platform=platform,
+            **kw,
+        )._reload_version()
+
+    def _reload_version(self):
+        return self
+
+    @property
+    def hashcmp(self):
+        return (
+            self._forgiving_parsed_version,
+            self.precedence,
+            self.key,
+            self.location,
+            self.py_version or '',
+            self.platform or '',
+        )
+
+    def __hash__(self):
+        return hash(self.hashcmp)
+
+    def __lt__(self, other: Distribution):
+        return self.hashcmp < other.hashcmp
+
+    def __le__(self, other: Distribution):
+        return self.hashcmp <= other.hashcmp
+
+    def __gt__(self, other: Distribution):
+        return self.hashcmp > other.hashcmp
+
+    def __ge__(self, other: Distribution):
+        return self.hashcmp >= other.hashcmp
+
+    def __eq__(self, other: object):
+        if not isinstance(other, self.__class__):
+            # It's not a Distribution, so they are not equal
+            return False
+        return self.hashcmp == other.hashcmp
+
+    def __ne__(self, other: object):
+        return not self == other
+
+    # These properties have to be lazy so that we don't have to load any
+    # metadata until/unless it's actually needed.  (i.e., some distributions
+    # may not know their name or version without loading PKG-INFO)
+
+    @property
+    def key(self):
+        try:
+            return self._key
+        except AttributeError:
+            self._key = key = self.project_name.lower()
+            return key
+
+    @property
+    def parsed_version(self):
+        if not hasattr(self, "_parsed_version"):
+            try:
+                self._parsed_version = parse_version(self.version)
+            except _packaging_version.InvalidVersion as ex:
+                info = f"(package: {self.project_name})"
+                if hasattr(ex, "add_note"):
+                    ex.add_note(info)  # PEP 678
+                    raise
+                raise _packaging_version.InvalidVersion(f"{str(ex)} {info}") from None
+
+        return self._parsed_version
+
+    @property
+    def _forgiving_parsed_version(self):
+        try:
+            return self.parsed_version
+        except _packaging_version.InvalidVersion as ex:
+            self._parsed_version = parse_version(_forgiving_version(self.version))
+
+            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
+            msg = f"""!!\n\n
+            *************************************************************************
+            {str(ex)}\n{notes}
+
+            This is a long overdue deprecation.
+            For the time being, `pkg_resources` will use `{self._parsed_version}`
+            as a replacement to avoid breaking existing environments,
+            but no future compatibility is guaranteed.
+
+            If you maintain package {self.project_name} you should implement
+            the relevant changes to adequate the project to PEP 440 immediately.
+            *************************************************************************
+            \n\n!!
+            """
+            warnings.warn(msg, DeprecationWarning)
+
+            return self._parsed_version
+
+    @property
+    def version(self):
+        try:
+            return self._version
+        except AttributeError as e:
+            version = self._get_version()
+            if version is None:
+                path = self._get_metadata_path_for_display(self.PKG_INFO)
+                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
+                    self.PKG_INFO, path
+                )
+                raise ValueError(msg, self) from e
+
+            return version
+
+    @property
+    def _dep_map(self):
+        """
+        A map of extra to its list of (direct) requirements
+        for this distribution, including the null extra.
+        """
+        try:
+            return self.__dep_map
+        except AttributeError:
+            self.__dep_map = self._filter_extras(self._build_dep_map())
+        return self.__dep_map
+
+    @staticmethod
+    def _filter_extras(dm: dict[str | None, list[Requirement]]):
+        """
+        Given a mapping of extras to dependencies, strip off
+        environment markers and filter out any dependencies
+        not matching the markers.
+        """
+        for extra in list(filter(None, dm)):
+            new_extra: str | None = extra
+            reqs = dm.pop(extra)
+            new_extra, _, marker = extra.partition(':')
+            fails_marker = marker and (
+                invalid_marker(marker) or not evaluate_marker(marker)
+            )
+            if fails_marker:
+                reqs = []
+            new_extra = safe_extra(new_extra) or None
+
+            dm.setdefault(new_extra, []).extend(reqs)
+        return dm
+
+    def _build_dep_map(self):
+        dm = {}
+        for name in 'requires.txt', 'depends.txt':
+            for extra, reqs in split_sections(self._get_metadata(name)):
+                dm.setdefault(extra, []).extend(parse_requirements(reqs))
+        return dm
+
+    def requires(self, extras: Iterable[str] = ()):
+        """List of Requirements needed for this distro if `extras` are used"""
+        dm = self._dep_map
+        deps: list[Requirement] = []
+        deps.extend(dm.get(None, ()))
+        for ext in extras:
+            try:
+                deps.extend(dm[safe_extra(ext)])
+            except KeyError as e:
+                raise UnknownExtra(
+                    "%s has no such extra feature %r" % (self, ext)
+                ) from e
+        return deps
+
+    def _get_metadata_path_for_display(self, name):
+        """
+        Return the path to the given metadata file, if available.
+        """
+        try:
+            # We need to access _get_metadata_path() on the provider object
+            # directly rather than through this class's __getattr__()
+            # since _get_metadata_path() is marked private.
+            path = self._provider._get_metadata_path(name)
+
+        # Handle exceptions e.g. in case the distribution's metadata
+        # provider doesn't support _get_metadata_path().
+        except Exception:
+            return '[could not detect]'
+
+        return path
+
+    def _get_metadata(self, name):
+        if self.has_metadata(name):
+            yield from self.get_metadata_lines(name)
+
+    def _get_version(self):
+        lines = self._get_metadata(self.PKG_INFO)
+        return _version_from_file(lines)
+
+    def activate(self, path: list[str] | None = None, replace: bool = False):
+        """Ensure distribution is importable on `path` (default=sys.path)"""
+        if path is None:
+            path = sys.path
+        self.insert_on(path, replace=replace)
+        if path is sys.path and self.location is not None:
+            fixup_namespace_packages(self.location)
+            for pkg in self._get_metadata('namespace_packages.txt'):
+                if pkg in sys.modules:
+                    declare_namespace(pkg)
+
+    def egg_name(self):
+        """Return what this distribution's standard .egg filename should be"""
+        filename = "%s-%s-py%s" % (
+            to_filename(self.project_name),
+            to_filename(self.version),
+            self.py_version or PY_MAJOR,
+        )
+
+        if self.platform:
+            filename += '-' + self.platform
+        return filename
+
+    def __repr__(self):
+        if self.location:
+            return "%s (%s)" % (self, self.location)
+        else:
+            return str(self)
+
+    def __str__(self):
+        try:
+            version = getattr(self, 'version', None)
+        except ValueError:
+            version = None
+        version = version or "[unknown version]"
+        return "%s %s" % (self.project_name, version)
+
+    def __getattr__(self, attr):
+        """Delegate all unrecognized public attributes to .metadata provider"""
+        if attr.startswith('_'):
+            raise AttributeError(attr)
+        return getattr(self._provider, attr)
+
+    def __dir__(self):
+        return list(
+            set(super().__dir__())
+            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
+        )
+
+    @classmethod
+    def from_filename(
+        cls,
+        filename: StrPath,
+        metadata: _MetadataType = None,
+        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
+    ):
+        return cls.from_location(
+            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
+        )
+
+    def as_requirement(self):
+        """Return a ``Requirement`` that matches this distribution exactly"""
+        if isinstance(self.parsed_version, _packaging_version.Version):
+            spec = "%s==%s" % (self.project_name, self.parsed_version)
+        else:
+            spec = "%s===%s" % (self.project_name, self.parsed_version)
+
+        return Requirement.parse(spec)
+
+    def load_entry_point(self, group: str, name: str) -> _ResolvedEntryPoint:
+        """Return the `name` entry point of `group` or raise ImportError"""
+        ep = self.get_entry_info(group, name)
+        if ep is None:
+            raise ImportError("Entry point %r not found" % ((group, name),))
+        return ep.load()
+
+    @overload
+    def get_entry_map(self, group: None = None) -> dict[str, dict[str, EntryPoint]]: ...
+    @overload
+    def get_entry_map(self, group: str) -> dict[str, EntryPoint]: ...
+    def get_entry_map(self, group: str | None = None):
+        """Return the entry point map for `group`, or the full entry map"""
+        if not hasattr(self, "_ep_map"):
+            self._ep_map = EntryPoint.parse_map(
+                self._get_metadata('entry_points.txt'), self
+            )
+        if group is not None:
+            return self._ep_map.get(group, {})
+        return self._ep_map
+
+    def get_entry_info(self, group: str, name: str):
+        """Return the EntryPoint object for `group`+`name`, or ``None``"""
+        return self.get_entry_map(group).get(name)
+
+    # FIXME: 'Distribution.insert_on' is too complex (13)
+    def insert_on(  # noqa: C901
+        self,
+        path: list[str],
+        loc=None,
+        replace: bool = False,
+    ):
+        """Ensure self.location is on path
+
+        If replace=False (default):
+            - If location is already in path anywhere, do nothing.
+            - Else:
+              - If it's an egg and its parent directory is on path,
+                insert just ahead of the parent.
+              - Else: add to the end of path.
+        If replace=True:
+            - If location is already on path anywhere (not eggs)
+              or higher priority than its parent (eggs)
+              do nothing.
+            - Else:
+              - If it's an egg and its parent directory is on path,
+                insert just ahead of the parent,
+                removing any lower-priority entries.
+              - Else: add it to the front of path.
+        """
+
+        loc = loc or self.location
+        if not loc:
+            return
+
+        nloc = _normalize_cached(loc)
+        bdir = os.path.dirname(nloc)
+        npath = [(p and _normalize_cached(p) or p) for p in path]
+
+        for p, item in enumerate(npath):
+            if item == nloc:
+                if replace:
+                    break
+                else:
+                    # don't modify path (even removing duplicates) if
+                    # found and not replace
+                    return
+            elif item == bdir and self.precedence == EGG_DIST:
+                # if it's an .egg, give it precedence over its directory
+                # UNLESS it's already been added to sys.path and replace=False
+                if (not replace) and nloc in npath[p:]:
+                    return
+                if path is sys.path:
+                    self.check_version_conflict()
+                path.insert(p, loc)
+                npath.insert(p, nloc)
+                break
+        else:
+            if path is sys.path:
+                self.check_version_conflict()
+            if replace:
+                path.insert(0, loc)
+            else:
+                path.append(loc)
+            return
+
+        # p is the spot where we found or inserted loc; now remove duplicates
+        while True:
+            try:
+                np = npath.index(nloc, p + 1)
+            except ValueError:
+                break
+            else:
+                del npath[np], path[np]
+                # ha!
+                p = np
+
+        return
+
+    def check_version_conflict(self):
+        if self.key == 'setuptools':
+            # ignore the inevitable setuptools self-conflicts  :(
+            return
+
+        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
+        loc = normalize_path(self.location)
+        for modname in self._get_metadata('top_level.txt'):
+            if (
+                modname not in sys.modules
+                or modname in nsp
+                or modname in _namespace_packages
+            ):
+                continue
+            if modname in ('pkg_resources', 'setuptools', 'site'):
+                continue
+            fn = getattr(sys.modules[modname], '__file__', None)
+            if fn and (
+                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
+            ):
+                continue
+            issue_warning(
+                "Module %s was already imported from %s, but %s is being added"
+                " to sys.path" % (modname, fn, self.location),
+            )
+
+    def has_version(self):
+        try:
+            self.version
+        except ValueError:
+            issue_warning("Unbuilt egg for " + repr(self))
+            return False
+        except SystemError:
+            # TODO: remove this except clause when python/cpython#103632 is fixed.
+            return False
+        return True
+
+    def clone(self, **kw: str | int | IResourceProvider | None):
+        """Copy this distribution, substituting in any changed keyword args"""
+        names = 'project_name version py_version platform location precedence'
+        for attr in names.split():
+            kw.setdefault(attr, getattr(self, attr, None))
+        kw.setdefault('metadata', self._provider)
+        # Unsafely unpacking. But keeping **kw for backwards and subclassing compatibility
+        return self.__class__(**kw)  # type:ignore[arg-type]
+
+    @property
+    def extras(self):
+        return [dep for dep in self._dep_map if dep]
+
+
+class EggInfoDistribution(Distribution):
+    def _reload_version(self):
+        """
+        Packages installed by distutils (e.g. numpy or scipy),
+        which uses an old safe_version, and so
+        their version numbers can get mangled when
+        converted to filenames (e.g., 1.11.0.dev0+2329eae to
+        1.11.0.dev0_2329eae). These distributions will not be
+        parsed properly
+        downstream by Distribution and safe_version, so
+        take an extra step and try to get the version number from
+        the metadata file itself instead of the filename.
+        """
+        md_version = self._get_version()
+        if md_version:
+            self._version = md_version
+        return self
+
+
+class DistInfoDistribution(Distribution):
+    """
+    Wrap an actual or potential sys.path entry
+    w/metadata, .dist-info style.
+    """
+
+    PKG_INFO = 'METADATA'
+    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
+
+    @property
+    def _parsed_pkg_info(self):
+        """Parse and cache metadata"""
+        try:
+            return self._pkg_info
+        except AttributeError:
+            metadata = self.get_metadata(self.PKG_INFO)
+            self._pkg_info = email.parser.Parser().parsestr(metadata)
+            return self._pkg_info
+
+    @property
+    def _dep_map(self):
+        try:
+            return self.__dep_map
+        except AttributeError:
+            self.__dep_map = self._compute_dependencies()
+            return self.__dep_map
+
+    def _compute_dependencies(self) -> dict[str | None, list[Requirement]]:
+        """Recompute this distribution's dependencies."""
+        self.__dep_map: dict[str | None, list[Requirement]] = {None: []}
+
+        reqs: list[Requirement] = []
+        # Including any condition expressions
+        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
+            reqs.extend(parse_requirements(req))
+
+        def reqs_for_extra(extra):
+            for req in reqs:
+                if not req.marker or req.marker.evaluate({'extra': extra}):
+                    yield req
+
+        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
+        self.__dep_map[None].extend(common)
+
+        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
+            s_extra = safe_extra(extra.strip())
+            self.__dep_map[s_extra] = [
+                r for r in reqs_for_extra(extra) if r not in common
+            ]
+
+        return self.__dep_map
+
+
+_distributionImpl = {
+    '.egg': Distribution,
+    '.egg-info': EggInfoDistribution,
+    '.dist-info': DistInfoDistribution,
+}
+
+
+def issue_warning(*args, **kw):
+    level = 1
+    g = globals()
+    try:
+        # find the first stack frame that is *not* code in
+        # the pkg_resources module, to use for the warning
+        while sys._getframe(level).f_globals is g:
+            level += 1
+    except ValueError:
+        pass
+    warnings.warn(stacklevel=level + 1, *args, **kw)
+
+
+def parse_requirements(strs: _NestedStr):
+    """
+    Yield ``Requirement`` objects for each specification in `strs`.
+
+    `strs` must be a string, or a (possibly-nested) iterable thereof.
+    """
+    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
+
+
+class RequirementParseError(_packaging_requirements.InvalidRequirement):
+    "Compatibility wrapper for InvalidRequirement"
+
+
+class Requirement(_packaging_requirements.Requirement):
+    def __init__(self, requirement_string: str):
+        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
+        super().__init__(requirement_string)
+        self.unsafe_name = self.name
+        project_name = safe_name(self.name)
+        self.project_name, self.key = project_name, project_name.lower()
+        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
+        # packaging.requirements.Requirement uses a set for its extras. We use a variable-length tuple
+        self.extras: tuple[str] = tuple(map(safe_extra, self.extras))
+        self.hashCmp = (
+            self.key,
+            self.url,
+            self.specifier,
+            frozenset(self.extras),
+            str(self.marker) if self.marker else None,
+        )
+        self.__hash = hash(self.hashCmp)
+
+    def __eq__(self, other: object):
+        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
+
+    def __ne__(self, other):
+        return not self == other
+
+    def __contains__(self, item: Distribution | str | tuple[str, ...]) -> bool:
+        if isinstance(item, Distribution):
+            if item.key != self.key:
+                return False
+
+            item = item.version
+
+        # Allow prereleases always in order to match the previous behavior of
+        # this method. In the future this should be smarter and follow PEP 440
+        # more accurately.
+        return self.specifier.contains(item, prereleases=True)
+
+    def __hash__(self):
+        return self.__hash
+
+    def __repr__(self):
+        return "Requirement.parse(%r)" % str(self)
+
+    @staticmethod
+    def parse(s: str | Iterable[str]):
+        (req,) = parse_requirements(s)
+        return req
+
+
+def _always_object(classes):
+    """
+    Ensure object appears in the mro even
+    for old-style classes.
+    """
+    if object not in classes:
+        return classes + (object,)
+    return classes
+
+
+def _find_adapter(registry: Mapping[type, _AdapterT], ob: object) -> _AdapterT:
+    """Return an adapter factory for `ob` from `registry`"""
+    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
+    for t in types:
+        if t in registry:
+            return registry[t]
+    # _find_adapter would previously return None, and immediately be called.
+    # So we're raising a TypeError to keep backward compatibility if anyone depended on that behaviour.
+    raise TypeError(f"Could not find adapter for {registry} and {ob}")
+
+
+def ensure_directory(path: StrOrBytesPath):
+    """Ensure that the parent directory of `path` exists"""
+    dirname = os.path.dirname(path)
+    os.makedirs(dirname, exist_ok=True)
+
+
+def _bypass_ensure_directory(path):
+    """Sandbox-bypassing version of ensure_directory()"""
+    if not WRITE_SUPPORT:
+        raise OSError('"os.mkdir" not supported on this platform.')
+    dirname, filename = split(path)
+    if dirname and filename and not isdir(dirname):
+        _bypass_ensure_directory(dirname)
+        try:
+            mkdir(dirname, 0o755)
+        except FileExistsError:
+            pass
+
+
+def split_sections(s: _NestedStr) -> Iterator[tuple[str | None, list[str]]]:
+    """Split a string or iterable thereof into (section, content) pairs
+
+    Each ``section`` is a stripped version of the section header ("[section]")
+    and each ``content`` is a list of stripped lines excluding blank lines and
+    comment-only lines.  If there are any such lines before the first section
+    header, they're returned in a first ``section`` of ``None``.
+    """
+    section = None
+    content = []
+    for line in yield_lines(s):
+        if line.startswith("["):
+            if line.endswith("]"):
+                if section or content:
+                    yield section, content
+                section = line[1:-1].strip()
+                content = []
+            else:
+                raise ValueError("Invalid section heading", line)
+        else:
+            content.append(line)
+
+    # wrap up last segment
+    yield section, content
+
+
+def _mkstemp(*args, **kw):
+    old_open = os.open
+    try:
+        # temporarily bypass sandboxing
+        os.open = os_open
+        return tempfile.mkstemp(*args, **kw)
+    finally:
+        # and then put it back
+        os.open = old_open
+
+
+# Silence the PEP440Warning by default, so that end users don't get hit by it
+# randomly just because they use pkg_resources. We want to append the rule
+# because we want earlier uses of filterwarnings to take precedence over this
+# one.
+warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
+
+
+class PkgResourcesDeprecationWarning(Warning):
+    """
+    Base class for warning about deprecations in ``pkg_resources``
+
+    This class is not derived from ``DeprecationWarning``, and as such is
+    visible by default.
+    """
+
+
+# Ported from ``setuptools`` to avoid introducing an import inter-dependency:
+_LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None
+
+
+def _read_utf8_with_fallback(file: str, fallback_encoding=_LOCALE_ENCODING) -> str:
+    """See setuptools.unicode_utils._read_utf8_with_fallback"""
+    try:
+        with open(file, "r", encoding="utf-8") as f:
+            return f.read()
+    except UnicodeDecodeError:  # pragma: no cover
+        msg = f"""\
+        ********************************************************************************
+        `encoding="utf-8"` fails with {file!r}, trying `encoding={fallback_encoding!r}`.
+
+        This fallback behaviour is considered **deprecated** and future versions of
+        `setuptools/pkg_resources` may not implement it.
+
+        Please encode {file!r} with "utf-8" to ensure future builds will succeed.
+
+        If this file was produced by `setuptools` itself, cleaning up the cached files
+        and re-building/re-installing the package with a newer version of `setuptools`
+        (e.g. by updating `build-system.requires` in its `pyproject.toml`)
+        might solve the problem.
+        ********************************************************************************
+        """
+        # TODO: Add a deadline?
+        #       See comment in setuptools.unicode_utils._Utf8EncodingNeeded
+        warnings.warn(msg, PkgResourcesDeprecationWarning, stacklevel=2)
+        with open(file, "r", encoding=fallback_encoding) as f:
+            return f.read()
+
+
+# from jaraco.functools 1.3
+def _call_aside(f, *args, **kwargs):
+    f(*args, **kwargs)
+    return f
+
+
+@_call_aside
+def _initialize(g=globals()):
+    "Set up global resource manager (deliberately not state-saved)"
+    manager = ResourceManager()
+    g['_manager'] = manager
+    g.update(
+        (name, getattr(manager, name))
+        for name in dir(manager)
+        if not name.startswith('_')
+    )
+
+
+@_call_aside
+def _initialize_master_working_set():
+    """
+    Prepare the master working set and make the ``require()``
+    API available.
+
+    This function has explicit effects on the global state
+    of pkg_resources. It is intended to be invoked once at
+    the initialization of this module.
+
+    Invocation by other packages is unsupported and done
+    at their own risk.
+    """
+    working_set = _declare_state('object', 'working_set', WorkingSet._build_master())
+
+    require = working_set.require
+    iter_entry_points = working_set.iter_entry_points
+    add_activation_listener = working_set.subscribe
+    run_script = working_set.run_script
+    # backward compatibility
+    run_main = run_script
+    # Activate all distributions already on sys.path with replace=False and
+    # ensure that all distributions added to the working set in the future
+    # (e.g. by calling ``require()``) will get activated as well,
+    # with higher priority (replace=True).
+    tuple(dist.activate(replace=False) for dist in working_set)
+    add_activation_listener(
+        lambda dist: dist.activate(replace=True),
+        existing=False,
+    )
+    working_set.entries = []
+    # match order
+    list(map(working_set.add_entry, sys.path))
+    globals().update(locals())
+
+
+if TYPE_CHECKING:
+    # All of these are set by the @_call_aside methods above
+    __resource_manager = ResourceManager()  # Won't exist at runtime
+    resource_exists = __resource_manager.resource_exists
+    resource_isdir = __resource_manager.resource_isdir
+    resource_filename = __resource_manager.resource_filename
+    resource_stream = __resource_manager.resource_stream
+    resource_string = __resource_manager.resource_string
+    resource_listdir = __resource_manager.resource_listdir
+    set_extraction_path = __resource_manager.set_extraction_path
+    cleanup_resources = __resource_manager.cleanup_resources
+
+    working_set = WorkingSet()
+    require = working_set.require
+    iter_entry_points = working_set.iter_entry_points
+    add_activation_listener = working_set.subscribe
+    run_script = working_set.run_script
+    run_main = run_script
diff --git a/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9c11f8d580dbe8d4a3d84c39d24f1153d80f7777
GIT binary patch
literal 161535
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100644
index 0000000000..d58dd2b7dd
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,627 @@
+"""
+Utilities for determining application-specific dirs.
+
+See  for details and usage.
+
+"""
+
+from __future__ import annotations
+
+import os
+import sys
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+from .version import __version__
+from .version import __version_tuple__ as __version_info__
+
+if TYPE_CHECKING:
+    from pathlib import Path
+    from typing import Literal
+
+
+def _set_platform_dir_class() -> type[PlatformDirsABC]:
+    if sys.platform == "win32":
+        from pip._vendor.platformdirs.windows import Windows as Result  # noqa: PLC0415
+    elif sys.platform == "darwin":
+        from pip._vendor.platformdirs.macos import MacOS as Result  # noqa: PLC0415
+    else:
+        from pip._vendor.platformdirs.unix import Unix as Result  # noqa: PLC0415
+
+    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
+        if os.getenv("SHELL") or os.getenv("PREFIX"):
+            return Result
+
+        from pip._vendor.platformdirs.android import _android_folder  # noqa: PLC0415
+
+        if _android_folder() is not None:
+            from pip._vendor.platformdirs.android import Android  # noqa: PLC0415
+
+            return Android  # return to avoid redefinition of a result
+
+    return Result
+
+
+PlatformDirs = _set_platform_dir_class()  #: Currently active platform
+AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
+
+
+def user_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_dir
+
+
+def site_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """:returns: documents directory tied to the user"""
+    return PlatformDirs().user_documents_dir
+
+
+def user_downloads_dir() -> str:
+    """:returns: downloads directory tied to the user"""
+    return PlatformDirs().user_downloads_dir
+
+
+def user_pictures_dir() -> str:
+    """:returns: pictures directory tied to the user"""
+    return PlatformDirs().user_pictures_dir
+
+
+def user_videos_dir() -> str:
+    """:returns: videos directory tied to the user"""
+    return PlatformDirs().user_videos_dir
+
+
+def user_music_dir() -> str:
+    """:returns: music directory tied to the user"""
+    return PlatformDirs().user_music_dir
+
+
+def user_desktop_dir() -> str:
+    """:returns: desktop directory tied to the user"""
+    return PlatformDirs().user_desktop_dir
+
+
+def user_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_dir
+
+
+def site_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_dir
+
+
+def user_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_path
+
+
+def site_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `multipath `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_path
+
+
+def user_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_path
+
+
+def site_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_path
+
+
+def site_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_path
+
+
+def user_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_path
+
+
+def user_state_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_path
+
+
+def user_log_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_path
+
+
+def user_documents_path() -> Path:
+    """:returns: documents a path tied to the user"""
+    return PlatformDirs().user_documents_path
+
+
+def user_downloads_path() -> Path:
+    """:returns: downloads path tied to the user"""
+    return PlatformDirs().user_downloads_path
+
+
+def user_pictures_path() -> Path:
+    """:returns: pictures path tied to the user"""
+    return PlatformDirs().user_pictures_path
+
+
+def user_videos_path() -> Path:
+    """:returns: videos path tied to the user"""
+    return PlatformDirs().user_videos_path
+
+
+def user_music_path() -> Path:
+    """:returns: music path tied to the user"""
+    return PlatformDirs().user_music_path
+
+
+def user_desktop_path() -> Path:
+    """:returns: desktop path tied to the user"""
+    return PlatformDirs().user_desktop_path
+
+
+def user_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_path
+
+
+def site_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_path
+
+
+__all__ = [
+    "AppDirs",
+    "PlatformDirs",
+    "PlatformDirsABC",
+    "__version__",
+    "__version_info__",
+    "site_cache_dir",
+    "site_cache_path",
+    "site_config_dir",
+    "site_config_path",
+    "site_data_dir",
+    "site_data_path",
+    "site_runtime_dir",
+    "site_runtime_path",
+    "user_cache_dir",
+    "user_cache_path",
+    "user_config_dir",
+    "user_config_path",
+    "user_data_dir",
+    "user_data_path",
+    "user_desktop_dir",
+    "user_desktop_path",
+    "user_documents_dir",
+    "user_documents_path",
+    "user_downloads_dir",
+    "user_downloads_path",
+    "user_log_dir",
+    "user_log_path",
+    "user_music_dir",
+    "user_music_path",
+    "user_pictures_dir",
+    "user_pictures_path",
+    "user_runtime_dir",
+    "user_runtime_path",
+    "user_state_dir",
+    "user_state_path",
+    "user_videos_dir",
+    "user_videos_path",
+]
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100644
index 0000000000..fa8a677a33
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,55 @@
+"""Main entry point."""
+
+from __future__ import annotations
+
+from pip._vendor.platformdirs import PlatformDirs, __version__
+
+PROPS = (
+    "user_data_dir",
+    "user_config_dir",
+    "user_cache_dir",
+    "user_state_dir",
+    "user_log_dir",
+    "user_documents_dir",
+    "user_downloads_dir",
+    "user_pictures_dir",
+    "user_videos_dir",
+    "user_music_dir",
+    "user_runtime_dir",
+    "site_data_dir",
+    "site_config_dir",
+    "site_cache_dir",
+    "site_runtime_dir",
+)
+
+
+def main() -> None:
+    """Run the main entry point."""
+    app_name = "MyApp"
+    app_author = "MyCompany"
+
+    print(f"-- platformdirs {__version__} --")  # noqa: T201
+
+    print("-- app dirs (with optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author, version="1.0")
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'version')")  # noqa: T201
+    dirs = PlatformDirs(app_name, app_author)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
+    dirs = PlatformDirs(app_name, appauthor=False)
+    for prop in PROPS:
+        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
+
+
+if __name__ == "__main__":
+    main()
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5e740a94e5017272d1492982cb562671d7d85a5f
GIT binary patch
literal 19839
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9ac4a3c20be4ddca6bcb06b651d2bac7d8ce33c1
GIT binary patch
literal 1978
zcmcIl-)kII6uvWaXLoitn{2c;O${=wXtLVbq!nu{r68t3iix2`3hT;cGBZiW?EK))
zOu{Z3*aw9^DCEsTE99|~KKK{-5BRc}E!ayQ6czC;8lU>qb7yAbU@J-?7xvCM-<)&4
zGxywc_PcVqh+xfr@$Je_GD1IdWw69V5Du?_@Fg-)9hrhDHU&qlivpLWrsUu{cI3JY
zIJU4%MEEu^*!4SYrk`os=!LR
z>w2Lc+MXL!MK-k5)Wa2zI&(G+Sc#Agiw5wHkm?94M}b9&sfRi-ZOTSs)$rUEdo>1z
z6F@iCtc)H&^h6(u-#5L)`ne>UXG9Jp7Q`L{Y}0Lex|v|3v7K)lVMMJ2N|-ln)AAA^
zVRoXxHsUyy*oQ`LXgdjaIk0&aN4dvpHunTL%DocnnFvODrtzZyyM&N%coJ#`l@hj)
zDQ*d&FfcNuFs&v+cc4;VNxSJg0cEV@3<|d)Ssm07%-sF_E->)5C5E{~LTCLK#z&FG>8x9pE+rB=zjS)
zzPB}89chnWk6blevsCAw-N)pG);qq>3Ja}wJ;&GGR=c8Us-HF=bXTCZB~{bfuK=w3
zz8XVQn|8RSdOq(~y{S&7%{f_ZOXq7d(9QW2X^WTCcD49~uNQ?+b$|W8Od$n53fDXe
zTvJaPLwbR}+_X$}GGjRp85NH7#j4C?pTh8=yZ{u##^j~zA1vKq`Be+1L`bWcDd0d{
z-LY7aO9?B({QDX9spkjWQHAx$F)lSegpm|9bknij#=J-MRZG2b^J)V|7>L>@zGG;?
zrlo~?u&%w)sBKv8M&o^Zxxw38^L1k#%z}n*`_nM$T+^e|*&<96!fQuJ&2KTxMS2$4
zPs1-zp`p9z$B~oW_kI|i=wAB;7kWbzcR#wlaPRqEQS0LxM~dhB_`-f^?6$J=+Ba6e
zbh$gXUwPqAB*-(j@V-*sKCzwKUcNiFb7Cjl8$Z`OrS*nu50vQx2`v7~A-UKqUhLzy
z(hz$k?HK~h_VL?sfW6Y0XK;VBk1xjV_pbI!7yf5}Klle6!a*UX3{G(o{$X;|f~HAG0j?Cpu6+3FxG-}ti}28`_V?2G
PL#%u@e;^@zI*#`kr;ZV2

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e3ad9b07388a23494df5f5fcd157b2bea4ba32f7
GIT binary patch
literal 10717
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
lMEXA@E$@@~d!*|O;-3;jpAUzC;
z1(05bbO(?=hV%rGI74~^NIygR0>}VE;sIokA^iblh#><3WO!q6a=0E@#08N51?qmB^J--Ez2-xB}pM`M8kfQGKwWLdQsBURVvdBNv4^+x<;gi
zrqY6{kwv*A=LmKu&Fe6lVU=Z#eOY1?yGr#Om5W7~>N_wYA~9WWff>1)H6zKqRn+Fv
zsU(~AqI?I`FPlWvvrMrx%&#ODiFnpyyFlS
zk9MPGm`f0s%7&p+OPX-Fl_ngj(&@^pM>g5+sGmqdD^gPMk;0Wp$?)QIP!H*5y~B{L
zd_6|)8t?_Dv(48#Orm8?R7!kW$jq+153so+D_~SB3pxe+6PIrOVg+^xR1*cGm`RxH
zBw@+soy1R8l53>2wgRfGn5sn*hMc(rV&;mW8WId$QgkW>4M~C>rkhD)quz_-r;x4`
zSXgCoxN-1^ZpyKo3Dp&v>8Lc5Po{kM&+wTqi%I1iC~ID~ne*tUP#)RkZ}p5Iiut
zJT_+fUA;(FDOva3D841lJh-nZwxz&wn5WzDR1w8>Rnx>(=)a^8+pBy17?fnyyS^H_
zVM%#s5Q!<#m$lx7A}I|c3#L-QF6~F5UUXPZ{-*&v0dl4e#fRLJVQ%b|t-`~??&#^A
z(bIptQX4({p!k5*N!iLF8u0ocl?vNkLUh5G_p1OaCYn5!*iegtTvRW_9Pz1k9|7u(PmZn9vy@+
z8$21hXBN#~feMRe@I3f~ea%MH$yl3`0x3}j7o_1Tty
z{V+oq4jO`sz5y+t6~1rOW^UHvx2nReBN+XE_{N~!5WZ(xhVRS)Tkv;=vn!nB({sp&
zTf%{$_uUNHYciFX&aG_ufCm4=VfzR*{m^~*QhL#v4#SSDj5Wq+uk%X$fLXB6OyRPG
zqp#vtZU~=!wr6zrdd2Yojp$iyc4Pp(A^QRJYHj3~JHywiIkjZ~y;M8C__=WTMF-Fe
zo@a$5#5&rudO?P{L-#C`rsK%j!RTrGOx9_W&-BnmZ24UXFxNa9H2vr#qUk_;Nzb(o
zE`5G*L7CQ}rH63|gEEo^1A)cCuAxyq<5YOPHuHWhexoYfXbvlA#w?e58!F%KRLIW$
ze#Yfq;F#@&8ddOayeQrX}YYm&57#gYgj(TMFTsIS3wEzlv{lk9qHGVGIz-7}*icvA7wK5pF~>?HR@*iUJK$paH9`S+FAx>z0ua%+fvd&fy$P*5XrDVd}+maL(gE
zA?6)RH`-(2qAd(Obb^yR)u6U8!z|dm-D!y
z<&ves0lqC);@&npY2tNKgo|dlaC;B_-)J4JU-P4N%SNrkx6QOOwI-$mco~^~Mi?ix
znQSeds|vYh*4w`l@vjb=8EZNrHKufd`Qp{V9L%{X827WBHy~MYY^w=JjT`PoCU)Wz
zRbhfDcX={Y@3j9#fXgt8PL9-tlzok#s>f2PqOO!Rl1kNkQmNm<-$3kwKUI&WQV{I{
z77U92FIgM*-HnJ-{XP~yz~V<(ypF{b7D+5-u=pt!XRvq^i&-o%ZMSuO8*1D3We2+g
zqImty3d~T+Jh?C=|)^`(dc=vFe_{(7wnC2ZY+5=tz!xg5!={
zDAEeM?e}<_f9@V{`mJxetwWI+Z|oUw>{i&cCpYcMB|R+ZVF?dQc$nm2l85E}+2sA%
zoMMvS0A;6`Eii^BV{`#X#m_@tBa{HX_5o^bfw
S)52V&XD=M;4*f35I{Xhtn9=Y6

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2973f4f9b2ac2f72f6bd1dfc9347bc2a65f4ef27
GIT binary patch
literal 15042
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
Y*}eAVY|Fw<#@Ddm;TpJa1?b5C1(#9rZ~y=R

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..90cc3da5c2f480f831659b51df1c43367fe6083c
GIT binary patch
literal 607
zcmYL`O=}ZD7{_OKvYXeXDNV(eLIdg{huuKyK}zYRq*`oZF^S@`uxvAvux<8**=aPM
zB3`@*dQ$O{qkaj$fR{)vaV`ctH4#B3qKK^$iO5~alTF#fCYBJDDW(akwB3-cs=iEB8gqd
z%t@J(3NiH`C1WC~7m}GaGb9ar*39)YrR>2B5~w5#rEwm1sZg4}8~BDu_9%;hMAo(!
zXxn1>zr*8l2x-^ZdEljT*Vr<)N_ZB}Hj_bEJb$gE39a$$xMJ@=sO&#HtlbwX?}x76
zVK}ads|9v_E^x$|(4JHt*AE}n>_+qWs3O$hffrZc&%j}WZo_f@t62mApxtE_7P

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4b7b90a46b309021efa7dee4b5044b6e98c339a7
GIT binary patch
literal 13683
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py
new file mode 100644
index 0000000000..afd3141c72
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py
@@ -0,0 +1,249 @@
+"""Android."""
+
+from __future__ import annotations
+
+import os
+import re
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING, cast
+
+from .api import PlatformDirsABC
+
+
+class Android(PlatformDirsABC):
+    """
+    Follows the guidance `from here `_.
+
+    Makes use of the `appname `, `version
+    `, `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. \
+        ``/data/user///shared_prefs/``
+        """
+        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `user_config_dir`"""
+        return self.user_config_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g.,``/data/user///cache/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, same as `user_cache_dir`"""
+        return self.user_cache_dir
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """
+        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
+          e.g. ``/data/user///cache//log``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
+        return _android_documents_folder()
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
+        return _android_downloads_folder()
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
+        return _android_pictures_folder()
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
+        return _android_videos_folder()
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
+        return _android_music_folder()
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user e.g. ``/storage/emulated/0/Desktop``"""
+        return "/storage/emulated/0/Desktop"
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
+          e.g. ``/data/user///cache//tmp``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "tmp")  # noqa: PTH118
+        return path
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+@lru_cache(maxsize=1)
+def _android_folder() -> str | None:  # noqa: C901, PLR0912
+    """:return: base folder for the Android OS or None if it cannot be found"""
+    result: str | None = None
+    # type checker isn't happy with our "import android", just don't do this when type checking see
+    # https://stackoverflow.com/a/61394121
+    if not TYPE_CHECKING:
+        try:
+            # First try to get a path to android app using python4android (if available)...
+            from android import mActivity  # noqa: PLC0415
+
+            context = cast("android.content.Context", mActivity.getApplicationContext())  # noqa: F821
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        try:
+            # ...and fall back to using plain pyjnius, if python4android isn't available or doesn't deliver any useful
+            # result...
+            from jnius import autoclass  # noqa: PLC0415
+
+            context = autoclass("android.content.Context")
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        # and if that fails, too, find an android folder looking at path on the sys.path
+        # warning: only works for apps installed under /data, not adopted storage etc.
+        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
+        for path in sys.path:
+            if pattern.match(path):
+                result = path.split("/files")[0]
+                break
+        else:
+            result = None
+    if result is None:
+        # one last try: find an android folder looking at path on the sys.path taking adopted storage paths into
+        # account
+        pattern = re.compile(r"/mnt/expand/[a-fA-F0-9-]{36}/(data|user/\d+)/(.+)/files")
+        for path in sys.path:
+            if pattern.match(path):
+                result = path.split("/files")[0]
+                break
+        else:
+            result = None
+    return result
+
+
+@lru_cache(maxsize=1)
+def _android_documents_folder() -> str:
+    """:return: documents folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        documents_dir = "/storage/emulated/0/Documents"
+
+    return documents_dir
+
+
+@lru_cache(maxsize=1)
+def _android_downloads_folder() -> str:
+    """:return: downloads folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        downloads_dir = "/storage/emulated/0/Downloads"
+
+    return downloads_dir
+
+
+@lru_cache(maxsize=1)
+def _android_pictures_folder() -> str:
+    """:return: pictures folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        pictures_dir = "/storage/emulated/0/Pictures"
+
+    return pictures_dir
+
+
+@lru_cache(maxsize=1)
+def _android_videos_folder() -> str:
+    """:return: videos folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        videos_dir = "/storage/emulated/0/DCIM/Camera"
+
+    return videos_dir
+
+
+@lru_cache(maxsize=1)
+def _android_music_folder() -> str:
+    """:return: music folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        music_dir = "/storage/emulated/0/Music"
+
+    return music_dir
+
+
+__all__ = [
+    "Android",
+]
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py
new file mode 100644
index 0000000000..c50caa648a
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py
@@ -0,0 +1,292 @@
+"""Base API."""
+
+from __future__ import annotations
+
+import os
+from abc import ABC, abstractmethod
+from pathlib import Path
+from typing import TYPE_CHECKING
+
+if TYPE_CHECKING:
+    from typing import Iterator, Literal
+
+
+class PlatformDirsABC(ABC):  # noqa: PLR0904
+    """Abstract base class for platform directories."""
+
+    def __init__(  # noqa: PLR0913, PLR0917
+        self,
+        appname: str | None = None,
+        appauthor: str | None | Literal[False] = None,
+        version: str | None = None,
+        roaming: bool = False,  # noqa: FBT001, FBT002
+        multipath: bool = False,  # noqa: FBT001, FBT002
+        opinion: bool = True,  # noqa: FBT001, FBT002
+        ensure_exists: bool = False,  # noqa: FBT001, FBT002
+    ) -> None:
+        """
+        Create a new platform directory.
+
+        :param appname: See `appname`.
+        :param appauthor: See `appauthor`.
+        :param version: See `version`.
+        :param roaming: See `roaming`.
+        :param multipath: See `multipath`.
+        :param opinion: See `opinion`.
+        :param ensure_exists: See `ensure_exists`.
+
+        """
+        self.appname = appname  #: The name of application.
+        self.appauthor = appauthor
+        """
+        The name of the app author or distributing body for this application.
+
+        Typically, it is the owning company name. Defaults to `appname`. You may pass ``False`` to disable it.
+
+        """
+        self.version = version
+        """
+        An optional version path element to append to the path.
+
+        You might want to use this if you want multiple versions of your app to be able to run independently. If used,
+        this would typically be ``.``.
+
+        """
+        self.roaming = roaming
+        """
+        Whether to use the roaming appdata directory on Windows.
+
+        That means that for users on a Windows network setup for roaming profiles, this user data will be synced on
+        login (see
+        `here `_).
+
+        """
+        self.multipath = multipath
+        """
+        An optional parameter which indicates that the entire list of data dirs should be returned.
+
+        By default, the first item would only be returned.
+
+        """
+        self.opinion = opinion  #: A flag to indicating to use opinionated values.
+        self.ensure_exists = ensure_exists
+        """
+        Optionally create the directory (and any missing parents) upon access if it does not exist.
+
+        By default, no directories are created.
+
+        """
+
+    def _append_app_name_and_version(self, *base: str) -> str:
+        params = list(base[1:])
+        if self.appname:
+            params.append(self.appname)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(base[0], *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    def _optionally_create_directory(self, path: str) -> None:
+        if self.ensure_exists:
+            Path(path).mkdir(parents=True, exist_ok=True)
+
+    @property
+    @abstractmethod
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users"""
+
+    @property
+    @abstractmethod
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users"""
+
+    @property
+    def user_data_path(self) -> Path:
+        """:return: data path tied to the user"""
+        return Path(self.user_data_dir)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users"""
+        return Path(self.site_data_dir)
+
+    @property
+    def user_config_path(self) -> Path:
+        """:return: config path tied to the user"""
+        return Path(self.user_config_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users"""
+        return Path(self.site_config_dir)
+
+    @property
+    def user_cache_path(self) -> Path:
+        """:return: cache path tied to the user"""
+        return Path(self.user_cache_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users"""
+        return Path(self.site_cache_dir)
+
+    @property
+    def user_state_path(self) -> Path:
+        """:return: state path tied to the user"""
+        return Path(self.user_state_dir)
+
+    @property
+    def user_log_path(self) -> Path:
+        """:return: log path tied to the user"""
+        return Path(self.user_log_dir)
+
+    @property
+    def user_documents_path(self) -> Path:
+        """:return: documents a path tied to the user"""
+        return Path(self.user_documents_dir)
+
+    @property
+    def user_downloads_path(self) -> Path:
+        """:return: downloads path tied to the user"""
+        return Path(self.user_downloads_dir)
+
+    @property
+    def user_pictures_path(self) -> Path:
+        """:return: pictures path tied to the user"""
+        return Path(self.user_pictures_dir)
+
+    @property
+    def user_videos_path(self) -> Path:
+        """:return: videos path tied to the user"""
+        return Path(self.user_videos_dir)
+
+    @property
+    def user_music_path(self) -> Path:
+        """:return: music path tied to the user"""
+        return Path(self.user_music_dir)
+
+    @property
+    def user_desktop_path(self) -> Path:
+        """:return: desktop path tied to the user"""
+        return Path(self.user_desktop_dir)
+
+    @property
+    def user_runtime_path(self) -> Path:
+        """:return: runtime path tied to the user"""
+        return Path(self.user_runtime_dir)
+
+    @property
+    def site_runtime_path(self) -> Path:
+        """:return: runtime path shared by users"""
+        return Path(self.site_runtime_dir)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield self.site_config_dir
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield self.site_data_dir
+
+    def iter_cache_dirs(self) -> Iterator[str]:
+        """:yield: all user and site cache directories."""
+        yield self.user_cache_dir
+        yield self.site_cache_dir
+
+    def iter_runtime_dirs(self) -> Iterator[str]:
+        """:yield: all user and site runtime directories."""
+        yield self.user_runtime_dir
+        yield self.site_runtime_dir
+
+    def iter_config_paths(self) -> Iterator[Path]:
+        """:yield: all user and site configuration paths."""
+        for path in self.iter_config_dirs():
+            yield Path(path)
+
+    def iter_data_paths(self) -> Iterator[Path]:
+        """:yield: all user and site data paths."""
+        for path in self.iter_data_dirs():
+            yield Path(path)
+
+    def iter_cache_paths(self) -> Iterator[Path]:
+        """:yield: all user and site cache paths."""
+        for path in self.iter_cache_dirs():
+            yield Path(path)
+
+    def iter_runtime_paths(self) -> Iterator[Path]:
+        """:yield: all user and site runtime paths."""
+        for path in self.iter_runtime_dirs():
+            yield Path(path)
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py
new file mode 100644
index 0000000000..eb1ba5df1d
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py
@@ -0,0 +1,130 @@
+"""macOS."""
+
+from __future__ import annotations
+
+import os.path
+import sys
+
+from .api import PlatformDirsABC
+
+
+class MacOS(PlatformDirsABC):
+    """
+    Platform directories for the macOS operating system.
+
+    Follows the guidance from
+    `Apple documentation `_.
+    Makes use of the `appname `,
+    `version `,
+    `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/share/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/share/$appname/$version:/Library/Application Support/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/share")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Application Support"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
+
+    @property
+    def site_cache_dir(self) -> str:
+        """
+        :return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/var/cache/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/var/cache/$appname/$version:/Library/Caches/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/var/cache")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Caches"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return os.path.expanduser("~/Documents")  # noqa: PTH111
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return os.path.expanduser("~/Downloads")  # noqa: PTH111
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return os.path.expanduser("~/Pictures")  # noqa: PTH111
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
+        return os.path.expanduser("~/Movies")  # noqa: PTH111
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return os.path.expanduser("~/Music")  # noqa: PTH111
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return os.path.expanduser("~/Desktop")  # noqa: PTH111
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+__all__ = [
+    "MacOS",
+]
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed b/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py
new file mode 100644
index 0000000000..9500ade614
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py
@@ -0,0 +1,275 @@
+"""Unix."""
+
+from __future__ import annotations
+
+import os
+import sys
+from configparser import ConfigParser
+from pathlib import Path
+from typing import Iterator, NoReturn
+
+from .api import PlatformDirsABC
+
+if sys.platform == "win32":
+
+    def getuid() -> NoReturn:
+        msg = "should only be used on Unix"
+        raise RuntimeError(msg)
+
+else:
+    from os import getuid
+
+
+class Unix(PlatformDirsABC):  # noqa: PLR0904
+    """
+    On Unix/Linux, we follow the `XDG Basedir Spec `_.
+
+    The spec allows overriding directories with environment variables. The examples shown are the default values,
+    alongside the name of the environment variable that overrides them. Makes use of the `appname
+    `, `version `, `multipath
+    `, `opinion `, `ensure_exists
+    `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
+         ``$XDG_DATA_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_DATA_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_data_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_DATA_DIRS", "")
+        if not path.strip():
+            path = f"/usr/local/share{os.pathsep}/usr/share"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directories shared by users (if `multipath ` is
+         enabled and ``XDG_DATA_DIRS`` is set and a multi path the response is also a multi path separated by the
+         OS path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
+        """
+        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
+        dirs = self._site_data_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
+         ``$XDG_CONFIG_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CONFIG_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.config")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_config_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_CONFIG_DIRS", "")
+        if not path.strip():
+            path = "/etc/xdg"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_config_dir(self) -> str:
+        """
+        :return: config directories shared by users (if `multipath `
+         is enabled and ``XDG_CONFIG_DIRS`` is set and a multi path the response is also a multi path separated by
+         the OS path separator), e.g. ``/etc/xdg/$appname/$version``
+        """
+        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
+        dirs = self._site_config_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
+         ``~/$XDG_CACHE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CACHE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.cache")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``/var/cache/$appname/$version``"""
+        return self._append_app_name_and_version("/var/cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """
+        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
+         ``$XDG_STATE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_STATE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
+        path = self.user_state_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
+        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return _get_user_media_dir("XDG_DESKTOP_DIR", "~/Desktop")
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
+         ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
+         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
+         is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = f"/var/run/user/{getuid()}"
+                if not Path(path).exists():
+                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
+            else:
+                path = f"/run/user/{getuid()}"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """
+        :return: runtime directory shared by users, e.g. ``/run/$appname/$version`` or \
+        ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+        Note that this behaves almost exactly like `user_runtime_dir` if ``$XDG_RUNTIME_DIR`` is set, but will
+        fall back to paths associated to the root user instead of a regular logged-in user if it's not set.
+
+        If you wish to ensure that a logged-in root user path is returned e.g. ``/run/user/0``, use `user_runtime_dir`
+        instead.
+
+        For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/$appname/$version`` if ``$XDG_RUNTIME_DIR`` is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = "/var/run"
+            else:
+                path = "/run"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_data_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users, returns the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_config_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
+        if self.multipath:
+            # If multipath is True, the first path is returned.
+            directory = directory.split(os.pathsep)[0]
+        return Path(directory)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield from self._site_config_dirs
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield from self._site_data_dirs
+
+
+def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
+    media_dir = _get_user_dirs_folder(env_var)
+    if media_dir is None:
+        media_dir = os.environ.get(env_var, "").strip()
+        if not media_dir:
+            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
+
+    return media_dir
+
+
+def _get_user_dirs_folder(key: str) -> str | None:
+    """
+    Return directory from user-dirs.dirs config file.
+
+    See https://freedesktop.org/wiki/Software/xdg-user-dirs/.
+
+    """
+    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
+    if user_dirs_config_path.exists():
+        parser = ConfigParser()
+
+        with user_dirs_config_path.open() as stream:
+            # Add fake section header, so ConfigParser doesn't complain
+            parser.read_string(f"[top]\n{stream.read()}")
+
+        if key not in parser["top"]:
+            return None
+
+        path = parser["top"][key].strip('"')
+        # Handle relative home paths
+        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
+
+    return None
+
+
+__all__ = [
+    "Unix",
+]
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py
new file mode 100644
index 0000000000..6483ddce0b
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py
@@ -0,0 +1,16 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+TYPE_CHECKING = False
+if TYPE_CHECKING:
+    from typing import Tuple, Union
+    VERSION_TUPLE = Tuple[Union[int, str], ...]
+else:
+    VERSION_TUPLE = object
+
+version: str
+__version__: str
+__version_tuple__: VERSION_TUPLE
+version_tuple: VERSION_TUPLE
+
+__version__ = version = '4.2.2'
+__version_tuple__ = version_tuple = (4, 2, 2)
diff --git a/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py b/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py
new file mode 100644
index 0000000000..d7bc96091a
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py
@@ -0,0 +1,272 @@
+"""Windows."""
+
+from __future__ import annotations
+
+import os
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+
+if TYPE_CHECKING:
+    from collections.abc import Callable
+
+
+class Windows(PlatformDirsABC):
+    """
+    `MSDN on where to store app data files `_.
+
+    Makes use of the `appname `, `appauthor
+    `, `version `, `roaming
+    `, `opinion `, `ensure_exists
+    `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
+         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
+        """
+        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
+        path = os.path.normpath(get_win_folder(const))
+        return self._append_parts(path)
+
+    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
+        params = []
+        if self.appname:
+            if self.appauthor is not False:
+                author = self.appauthor or self.appname
+                params.append(author)
+            params.append(self.appname)
+            if opinion_value is not None and self.opinion:
+                params.append(opinion_value)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(path, *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path)
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
+         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
+        """
+        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
+        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
+        return self._append_parts(path, opinion_value="Cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
+        path = self.user_data_dir
+        if self.opinion:
+            path = os.path.join(path, "Logs")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
+        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
+        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
+        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``%USERPROFILE%\\Desktop``"""
+        return os.path.normpath(get_win_folder("CSIDL_DESKTOPDIRECTORY"))
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g.
+         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
+        """
+        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
+        return self._append_parts(path)
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+def get_win_folder_from_env_vars(csidl_name: str) -> str:
+    """Get folder from environment variables."""
+    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
+    if result is not None:
+        return result
+
+    env_var_name = {
+        "CSIDL_APPDATA": "APPDATA",
+        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
+        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
+    }.get(csidl_name)
+    if env_var_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    result = os.environ.get(env_var_name)
+    if result is None:
+        msg = f"Unset environment variable: {env_var_name}"
+        raise ValueError(msg)
+    return result
+
+
+def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
+    """Get a folder for a CSIDL name that does not exist as an environment variable."""
+    if csidl_name == "CSIDL_PERSONAL":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYPICTURES":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYVIDEO":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
+
+    if csidl_name == "CSIDL_MYMUSIC":
+        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
+    return None
+
+
+def get_win_folder_from_registry(csidl_name: str) -> str:
+    """
+    Get folder from the registry.
+
+    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
+    for all CSIDL_* names.
+
+    """
+    shell_folder_name = {
+        "CSIDL_APPDATA": "AppData",
+        "CSIDL_COMMON_APPDATA": "Common AppData",
+        "CSIDL_LOCAL_APPDATA": "Local AppData",
+        "CSIDL_PERSONAL": "Personal",
+        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
+        "CSIDL_MYPICTURES": "My Pictures",
+        "CSIDL_MYVIDEO": "My Video",
+        "CSIDL_MYMUSIC": "My Music",
+    }.get(csidl_name)
+    if shell_folder_name is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
+        raise NotImplementedError
+    import winreg  # noqa: PLC0415
+
+    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
+    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
+    return str(directory)
+
+
+def get_win_folder_via_ctypes(csidl_name: str) -> str:
+    """Get folder with ctypes."""
+    # There is no 'CSIDL_DOWNLOADS'.
+    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
+    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
+
+    import ctypes  # noqa: PLC0415
+
+    csidl_const = {
+        "CSIDL_APPDATA": 26,
+        "CSIDL_COMMON_APPDATA": 35,
+        "CSIDL_LOCAL_APPDATA": 28,
+        "CSIDL_PERSONAL": 5,
+        "CSIDL_MYPICTURES": 39,
+        "CSIDL_MYVIDEO": 14,
+        "CSIDL_MYMUSIC": 13,
+        "CSIDL_DOWNLOADS": 40,
+        "CSIDL_DESKTOPDIRECTORY": 16,
+    }.get(csidl_name)
+    if csidl_const is None:
+        msg = f"Unknown CSIDL name: {csidl_name}"
+        raise ValueError(msg)
+
+    buf = ctypes.create_unicode_buffer(1024)
+    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
+    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
+
+    # Downgrade to short path name if it has high-bit chars.
+    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
+        buf2 = ctypes.create_unicode_buffer(1024)
+        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
+            buf = buf2
+
+    if csidl_name == "CSIDL_DOWNLOADS":
+        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
+
+    return buf.value
+
+
+def _pick_get_win_folder() -> Callable[[str], str]:
+    try:
+        import ctypes  # noqa: PLC0415
+    except ImportError:
+        pass
+    else:
+        if hasattr(ctypes, "windll"):
+            return get_win_folder_via_ctypes
+    try:
+        import winreg  # noqa: PLC0415, F401
+    except ImportError:
+        return get_win_folder_from_env_vars
+    else:
+        return get_win_folder_from_registry
+
+
+get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
+
+__all__ = [
+    "Windows",
+]
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py b/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py
new file mode 100644
index 0000000000..60ae9bb850
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py
@@ -0,0 +1,82 @@
+"""
+    Pygments
+    ~~~~~~~~
+
+    Pygments is a syntax highlighting package written in Python.
+
+    It is a generic syntax highlighter for general use in all kinds of software
+    such as forum systems, wikis or other applications that need to prettify
+    source code. Highlights are:
+
+    * a wide range of common languages and markup formats is supported
+    * special attention is paid to details, increasing quality by a fair amount
+    * support for new languages and formats are added easily
+    * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
+      formats that PIL supports, and ANSI sequences
+    * it is usable as a command-line tool and as a library
+    * ... and it highlights even Brainfuck!
+
+    The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
+
+    .. _Pygments master branch:
+       https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+from io import StringIO, BytesIO
+
+__version__ = '2.18.0'
+__docformat__ = 'restructuredtext'
+
+__all__ = ['lex', 'format', 'highlight']
+
+
+def lex(code, lexer):
+    """
+    Lex `code` with the `lexer` (must be a `Lexer` instance)
+    and return an iterable of tokens. Currently, this only calls
+    `lexer.get_tokens()`.
+    """
+    try:
+        return lexer.get_tokens(code)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.lexer import RegexLexer
+        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
+            raise TypeError('lex() argument must be a lexer instance, '
+                            'not a class')
+        raise
+
+
+def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
+    """
+    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
+    (a `Formatter` instance).
+
+    If ``outfile`` is given and a valid file object (an object with a
+    ``write`` method), the result will be written to it, otherwise it
+    is returned as a string.
+    """
+    try:
+        if not outfile:
+            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
+            formatter.format(tokens, realoutfile)
+            return realoutfile.getvalue()
+        else:
+            formatter.format(tokens, outfile)
+    except TypeError:
+        # Heuristic to catch a common mistake.
+        from pip._vendor.pygments.formatter import Formatter
+        if isinstance(formatter, type) and issubclass(formatter, Formatter):
+            raise TypeError('format() argument must be a formatter instance, '
+                            'not a class')
+        raise
+
+
+def highlight(code, lexer, formatter, outfile=None):
+    """
+    This is the most high-level highlighting function. It combines `lex` and
+    `format` in one function.
+    """
+    return format(lex(code, lexer), formatter, outfile)
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py b/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py
new file mode 100644
index 0000000000..dcc6e5add7
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py
@@ -0,0 +1,17 @@
+"""
+    pygments.__main__
+    ~~~~~~~~~~~~~~~~~
+
+    Main entry point for ``python -m pygments``.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+import sys
+from pip._vendor.pygments.cmdline import main
+
+try:
+    sys.exit(main(sys.argv))
+except KeyboardInterrupt:
+    sys.exit(1)
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..73d860dc97963d96df5a9e201c85cfda348fd310
GIT binary patch
literal 3499
zcmaJ@O>7&-72YK&i6ZsmO16tAu06KvShPjTQH|PBV*|G1#6lF?u#}&&0?5_wh+J#A
z%goH0q97NBkwY&9QnY|`NCBe=&=l?=$DE25?X4F(Qek)DgVCag-rOia3!nPESuW|O
zY6sGAc4p_zdvCw*oA<}z;hceX`p3Un`DNZP{z?x?OLYd@XEC^AI7ZoUOef`;jZ`_+
zNSD*5;iStMCsXdL8BX6X%yPfe|AA2+aB@!e1GAjP?;w5$+XIEXwI^d3Ifiz%U2AY(
zN&WD{PRsqr5_2W9m~8vXT4Qy$R`>9)T))Pemc44#IBN-4Deg1Zhdosf{8DUTPQ`m`
z+~>lz|H}p!Y$Xs(FIyf9B_|V>=do4ScO(l|m<(1_%Mx6BBtyH-EJ>Tf2CPZN8*+-Z
z+*P;;LxHNpq}6PCu5Bqd@Fi1qOEI5whpB)y1y{;lX~)KbP}rQ=fx}DeQW6$I6?`^!
z{}{qVmg
z(4s7nU-VMbawdlV;OluJVB_Mp-Nnzq6A5J=(X9U#kc0C*u1sK-zq{+bmJQV
zD}uq6Z`Z38%D?MN1*mB+TCS?IY882ES32`uW}G?W@Eg@?2hwn$va{9MPD)r^sivHr
zp02@YxLiVT)6EXcdIL+?b@v9JjvXtlyUoMARy&iJF5=8Mj#)cswgoY6mR(4OZ05v?
z?-plH%$y{M0QFsOnc`Ms3OVQO+}n$nu3TFvX}@Mc3GPci%g!&n7O&6GUATC8;i5)S
z2ZW{E-$`Z)sVKXk1dup)B^o&2R$R_qS?`}Iy?nZKBH9IzC=uE!6x>mKO%>8n+T&|c
ze~i3nu={Q7M779jAO6$$-~Jfg9b?egFt3{!eywd7_d2r+#$iKsEqvP$)6h85Jm}rc
zlxe8JWb1~hv~tq(z0MBtO*PzG-$-@m^NPIC%}FO`-8OFm12OH%3b3%zNSxKKMB7k3sA3G
zNP^CK?rDd+&P_2tP{cXUlCm%m<$Cs`!NqoyUlbw`(L~d2mMS2Y6Npj*-;y>ZDAiHU
zg;Ie*h&Re8?4ubOF2{D$QHJss_4Rg0$~v5X=GwDMZ%Z!ZlI1j9f9dr=&?U0)?!_el
z2*cv_X2UMZ7B4DGt`@(uRDvHjmge2%C5b#1JJ*g}f{)W3AA8KIfWfY+RN%Gf$C0`_
zjDfs{?w0X%DBCykXmt0((E|@g58Tacjvl$6J@T)|`Q2X{{e2^U%f9kBzvn~#@#0qg
z&?oDk9r=7>>*#Bb$6kDDnBO|KZJ6W7F&aMpBs=_c81Fxmgu>gq#*LqzK9^5lwkgb{
zbs;|kNNdQaaxH)}060zUfhh%BY10}d#A<{7ys$k%bv?}zd8p{#sezn>iSF76GBxoC(
z#QJm8O)8fa?7{80;(8oMft)p{H8C0Y61#!h*CAAUFZsZQGfg)qrvWr(Lg8TQ67bm*Ll#}C7~bU0qq+n8{~%WPGTT`f)2zU
z8}1wV^XT5k69?}WJ}rN~dvoIK7ZdY;IQ9EizL+R)U43u!YWYWRJ{sEdaA@Cyp?x2{
zbN2^ZLoYuX-~Vv@=!5a2o8yK1Lxm^LEx-Gxq2hD8@G9wo`^oOD{7b){{mlLC3tPwE
z{C~PYM7Vt}dv3q+yZjjS`%jTMheXC=)(do
zfc2(^*&XK#DTTRYG=*+4yr1
zC2%3}-X6VLNX4lq#|s%jycZOwc#*n&=p@D0`%qb$r|vCUn?QHV_$p@%js5KKht5YA
zH^&a$o%^)4nLl+ub7~u_i0X177Y$S@PGDCmQOXTs;E~xVUxC~Ui4d?ftlx><#Ur-h
z>a0{^(boW>bAM%s1NhOfd6s>(5jdg8&x)5YM>;Hv=$@uc)BH#31vB%{lZJWl$;jSY
h`A54B-5UN&Zt~W^m;EE=$o8SV=EzqwedcLx?%%2Q(Eb1b

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e6b50632faa22798106a4673838d14233cc5fd95
GIT binary patch
literal 745
zcmZ`$O=}ZD7@o;)O-!v;Q1sBlU_CV8Zqg_sL4+D339a=bEz+>K+3ZY{Y4?knY0~u|
zdhr8M^wf)gKs@;e1kWBtC<~rE^;XSAa&k7!wngZBnD^QD>v`UHzfDYJfwXIHzN}gh
zfM4-PVq+uF{~*B@z@Pyz#3=_hp!AB9a+QVx!EulR1g>S0wgWHYip&fd4x%yoB)JZI
z2*T7fAjd8Ob`~Bv535NZ1S_(m2R4-z(1W?L$KSI^S`fBf;t8&srfX5pG>6eA|66t#
zz9TD;tY#q!eCi3b>NC`A2BGNq9@5v8oSnegn2|;tqOVzs%>iUqlHF*3E_SF#m?B#um26TGsTON@
zqto*wZ21<$HBS)6HUjYx^kbRF@gC8H
z#n-jVhAvsV#sX~_oC=}^mc1^^xFHqgM~d=^qI~j0q{cz!y6fW&humN%C3CzMugPau
zfe`*qWuV$W1K{{ipzW#(oZMDVJT1SdKC8Z3dN;i_^M2;_qaW(j-|h7IKL8#|zr6o^
ZJ{~bS;HTuYw-;u?=W}!8%GWHE?>{wM$u9r^

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..52a14d81ff900270e64826f20a275e5da1cf2cb9
GIT binary patch
literal 26679
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1d7e1a70f64828fec7107df9b8bfb49340498883
GIT binary patch
literal 3237
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..efe9c8c4c3baa0aebe1d72a2233f76ef8268bbb4
GIT binary patch
literal 1580
zcmZV;U2oe|^j_OZ+$8;G-5QE?1r)`Fq@{caqODceWdc-XXz4)8(nU^ulR8Zt&)032
z$VEjA(bAz+ytKUaaZ~>Te}I>cN>HpmAo0`(q|oeXFL3O{?NpBBbI-Zw-1B|>OLun=
z0etks&&9uag#L0E4}=cUx(CD#QcwmdSm7!-gB8AnGaQE~F8e+8^HUMvUOeYLYM*OU
z8K2^Nh%$a9p!gr+OrXw5V&k_U0nqEED%DIDuhtY=Q8nt`esvLo?)3~|YE`dL;wckd
zHW)QXG%qu%keUYeJed@4KS~s8dfiYN|u{N@niNe{$<~I_~;TRMZ017)_At=^JhN+^4h2R60qDHG?SBl+_B02Tz=oQ}&e-
zHFHI^Le08Pb48<8&E=PiMQSwK8AhiQWJM(wpekVcfJnr-yLNCJEPd
ze9RRUO;Geq0?F!H8=JE8`WlInyY~`Vw(vHQf(7g~0ZwSN`?cnQ*g@u*sO(5CfQ9xu
zZ`ZJejeZN4eHT=KRj{X(Ms*}{sT1ds#M>dS{yBr%enw@ZuxR^AMr~P_I2%`NTxHH!
z5b{DTB(is)eJm?0RaML0tQm5NlJu9!ER+<;SXr+YVr-ShOqngk-pj^UsJ4=wQ}bD-
znlz@%g(Xm9SzXn~b0AY{#<(|8<6a1Wvza7r78DWTI2tF1Cw2qF&!QaKmGcmIJ
z?xFbF`ph2z@u;`&@#^O4_WiBKfjHdck=WG&T~z4IwnHPQKu#%JzXIAp7An77ezv<||Z_{5B81?5?W(Am^&szV;zFhs}dO8>`IuDLDZWVuXM+oMO0W1PJyGpmo#~
zQFq_t)Mn~1JhGlV>bta^-<5VFdow?c?Bx%JqR;xIQ^fl&ZwSXdZ|=<>_Ka=7IQJY4
z4t@VwGXR3;BI+63{&+XP_xfS?=qVC>uWsO@Q1}ts{$Q)IHFZ1?eRAo^{ijzB2PQXW
z?cRZ-%aI?0%`VVuhEcfB=!Q5XeBvZ7iFP2DQ)-1=&gNiKfRQT|U;>3&RfqqE9rz-7
z`}(bP(r|Kf3*#pA6uD;HG+&5Uq58`eI%N=0a%PUr0BZ6W<9|323$0fW4*nS$JqW(F
r9%%Ye@9;+cae1@cM0`X5-YV1nk%CH7xEAEV#zt6RSuPUX>SCpQj=5P%z6zth~$`&_WAA1+xKRE
z@4bOPIywRf#-~3$&SrcF{Uu(U;i@aOE1=v*DoP?1t1cbqT}c;4sypdcJxPz+l5A1E
zNw4br9wmLMAEaMx1=*?wKnBz{kZq;*P>1puTm}e?VkwuW1(QdL`f^Sy$hmKij)0uJ
zRyQQJA<+sZWmzRdBlfyZ*C?wm@@Uka6cN5|gpelurgSG(O2#s?Kf5ILyrC}ZG`axO
zapBGOku_LeF(KH=&KqV;0UGnf4$^p+ai$#SjZKY2=$iQoTWLJO#imI{DG*NSaN|X#
zS*<_`c%cQZ83j%tBr%t$__a?WzhBkNC87|WDymk<5w0tIsm_v@3Z}Al@_D&g(rMFK
zY)M;1#GLZgmMs^o_SIx=y6{`1+nL_}hV>RJZC(I~l+n6%g9(^q3NiJ0W5Qd7}%
z9tr#-dLo3acBo!fN*4_%NM7!0Dz@^e#zceuVJn+rx%o52|#^}eO2bIw8?p3^vXF_gy1gj?=yAhj9$7bf|
z7Sh*dr)TCZk8UXHHnsxtz;-=~923?C(&~jqVp0Mqg7R7bNF9LqvS|R8
zV=B_Yl6BR=yzhWvUEl!9QDoQZo0^^ba$9P3Ql9sYm(Es^KUArp2Yk@Ja)K**jsSU
z;}IRH9{bW_?|}8h%XpmXc?BMJ20nd5OQ?5hI^I-2C$Kqnq6@7UEqYL?6iJmL)6`
zB{#Hc1MAv}g#Z8m

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..db850d08923fe8ca064f076af71cc91f9b1c6fc8
GIT binary patch
literal 4092
zcma(UT~HgxdG~bs7f1qu4YlEnacyCP!Ldyt1S1>aA23dUG!rb!2;CusC7rx?*g!<0
ziQNg<=@?JqLYq9$sUPTgIzy)qB`>WzlZVdq#X@a@Z}1GA=AnM*3_pH|d1=4BlZ50x
zxU12(d%NF$Kl}ad{U;P%qG4VM2ZRJh3
zQNN8h11#XJyyZ6TFPvc9Hb3w|77ki$A{Y^(vQ$TepfE1RWOeq#SDQth_Cz^j@g{VOMvLJD=H53U=3OuJ$f|+5Fa1p;87zss#Tv((aB*}m|tP%@{WY`+!
zB$)t$RHw0M4v4V{5(z^EgxL#qi%g
z0)TRkqtRT+V3xK=T8Gkf7@*?=?ewamFu)Os?&5Yrfo9*kl0YP%pO1v1z7CQ2g96w4
zp4SJ)g<)=(
zZ6p{XWQM=$1O(tGmQSp6D2~T5QG~J2(q6#Ix)RW3d3`zJ4S5b^%-yrgahGPA
z)0kFU98Ft*yY03qW7q$cA(v_ZVu_yIO@Nt^yI|7WBgkU}DwbA|w0fo1BdAUO=tR2k
zaG|JLQ6!PbP`qe~f(n(bN;}w193U2@XZNJ;$eHFHd}as7pZ^D1UJ7Ob10n@&
z*8q5cI}wIN97hAxW;l*{G{aa?Ir=%C!w?T(vkCND-A(Mq-M>MQwwStl1xpGmg`s-U
zXy>?unxuBjEwt8-$4KjBm6|vQq2dmPqELTxl4J(w0&JCNO8Nd@==%g(scu_pSa@gQ
z#-eLc|M2}}b=ymcN_xvtjPt~&0j!GO1%s^c`>61{?vrD3P>6EL7#r>$=_Hs|umTih
zR0VZ}BC2QE?Pe7FD>^7FJ$W}nDk&EAVTn@WI8}R61>^rm@5^+f8-S|z7Q)UhyjoKJ
zLWhbDJajDxi=JPN{JLVP=v(K>O?6Q_hmWhO^Ur}EeKGvE%K<#V)Py{y3e3R0jrKGp
zLk(uSRmUI|Fa^SM&?)-i5P^G+D!yhsQV8>t2VPM*$871^)(vQq3jmmG*}2^CmFscI
z-PwW(szT$xZpgytT%O);i#S&Bsj
z?7^6y2vNlv2#b=C{xFMCL92}lO9VjYR9f0KNMU2ZRk5b23=-i6uo)YM8xo;qk{kda
z!Q~eWmT7Hmn(3&Ns;KlRr7}2{mkG39v~Q)TdZBowsAiE#bpFFyv~G8<+KOjAGnW$H
zHKS#^@m75H`igPyy1nenj)hZSTu$2Ei=9b(;}cWkQ>%kcUs*iAt
zKeJls+|*%5(W^mQSwC*aMHm};9)9k8q?-pXsmD8Rzd(mve
z-5c}HJ0Gk%%D#1QNe8#!{JZ1ey2CYRy>FfOJSf~S1L_M4ve~C6?zYZ*R;>G<+Kbos
z9C&zTseQRBRsB|S&s&dm$vx-RN~;!{Ql+)PesA4s{hPFJ0Wq8{8wTX6cxYREKgBgB
ziyN1ZCX2mKY~HnkviZZQf~rKvQ)2;@<@DVTrddFCl!Mx*zvxcdYt{<)FYWoJqG{1H
ze|^EVQ1Z+1m5Qe2Q>j7^)$%M}FD%>CGmi2N#F)!BOz66C$G>QwADVB!
z?@JX{QBDWf57pDYfpTovfP*PrHCgYOW=vX8tyLUa2&Rr-OjTTZp`#(V4Tk8#n>xnU
zg+VuK>84R>VfB0QK`sqpnQ9w_5_;iv;e`3AqkO*Mvw}pymI32lyk$Ct
NOJBsW8NaEr`7g7m&tw1q

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cfe7e2845352f289caea8f292df524ee8266b461
GIT binary patch
literal 4767
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

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f853651f38464068af2a7639d3adb4797cf6e55f
GIT binary patch
literal 12152
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
T#g~l7QB(ZB<#@@oK`kEuEhbh`

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ef0cbf781afb26658de31c64987fbd52bef767b5
GIT binary patch
literal 14094
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
aQz5@&wcg1GpBCdFVBz}z;_$;T^Zx+sOA#9Y

literal 0
HcmV?d00001

diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py b/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py
new file mode 100644
index 0000000000..0a7072eff3
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py
@@ -0,0 +1,668 @@
+"""
+    pygments.cmdline
+    ~~~~~~~~~~~~~~~~
+
+    Command line interface.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+import os
+import sys
+import shutil
+import argparse
+from textwrap import dedent
+
+from pip._vendor.pygments import __version__, highlight
+from pip._vendor.pygments.util import ClassNotFound, OptionError, docstring_headline, \
+    guess_decode, guess_decode_from_terminal, terminal_encoding, \
+    UnclosingTextIOWrapper
+from pip._vendor.pygments.lexers import get_all_lexers, get_lexer_by_name, guess_lexer, \
+    load_lexer_from_file, get_lexer_for_filename, find_lexer_class_for_filename
+from pip._vendor.pygments.lexers.special import TextLexer
+from pip._vendor.pygments.formatters.latex import LatexEmbeddedLexer, LatexFormatter
+from pip._vendor.pygments.formatters import get_all_formatters, get_formatter_by_name, \
+    load_formatter_from_file, get_formatter_for_filename, find_formatter_class
+from pip._vendor.pygments.formatters.terminal import TerminalFormatter
+from pip._vendor.pygments.formatters.terminal256 import Terminal256Formatter, TerminalTrueColorFormatter
+from pip._vendor.pygments.filters import get_all_filters, find_filter_class
+from pip._vendor.pygments.styles import get_all_styles, get_style_by_name
+
+
+def _parse_options(o_strs):
+    opts = {}
+    if not o_strs:
+        return opts
+    for o_str in o_strs:
+        if not o_str.strip():
+            continue
+        o_args = o_str.split(',')
+        for o_arg in o_args:
+            o_arg = o_arg.strip()
+            try:
+                o_key, o_val = o_arg.split('=', 1)
+                o_key = o_key.strip()
+                o_val = o_val.strip()
+            except ValueError:
+                opts[o_arg] = True
+            else:
+                opts[o_key] = o_val
+    return opts
+
+
+def _parse_filters(f_strs):
+    filters = []
+    if not f_strs:
+        return filters
+    for f_str in f_strs:
+        if ':' in f_str:
+            fname, fopts = f_str.split(':', 1)
+            filters.append((fname, _parse_options([fopts])))
+        else:
+            filters.append((f_str, {}))
+    return filters
+
+
+def _print_help(what, name):
+    try:
+        if what == 'lexer':
+            cls = get_lexer_by_name(name)
+            print(f"Help on the {cls.name} lexer:")
+            print(dedent(cls.__doc__))
+        elif what == 'formatter':
+            cls = find_formatter_class(name)
+            print(f"Help on the {cls.name} formatter:")
+            print(dedent(cls.__doc__))
+        elif what == 'filter':
+            cls = find_filter_class(name)
+            print(f"Help on the {name} filter:")
+            print(dedent(cls.__doc__))
+        return 0
+    except (AttributeError, ValueError):
+        print(f"{what} not found!", file=sys.stderr)
+        return 1
+
+
+def _print_list(what):
+    if what == 'lexer':
+        print()
+        print("Lexers:")
+        print("~~~~~~~")
+
+        info = []
+        for fullname, names, exts, _ in get_all_lexers():
+            tup = (', '.join(names)+':', fullname,
+                   exts and '(filenames ' + ', '.join(exts) + ')' or '')
+            info.append(tup)
+        info.sort()
+        for i in info:
+            print(('* {}\n    {} {}').format(*i))
+
+    elif what == 'formatter':
+        print()
+        print("Formatters:")
+        print("~~~~~~~~~~~")
+
+        info = []
+        for cls in get_all_formatters():
+            doc = docstring_headline(cls)
+            tup = (', '.join(cls.aliases) + ':', doc, cls.filenames and
+                   '(filenames ' + ', '.join(cls.filenames) + ')' or '')
+            info.append(tup)
+        info.sort()
+        for i in info:
+            print(('* {}\n    {} {}').format(*i))
+
+    elif what == 'filter':
+        print()
+        print("Filters:")
+        print("~~~~~~~~")
+
+        for name in get_all_filters():
+            cls = find_filter_class(name)
+            print("* " + name + ':')
+            print(f"    {docstring_headline(cls)}")
+
+    elif what == 'style':
+        print()
+        print("Styles:")
+        print("~~~~~~~")
+
+        for name in get_all_styles():
+            cls = get_style_by_name(name)
+            print("* " + name + ':')
+            print(f"    {docstring_headline(cls)}")
+
+
+def _print_list_as_json(requested_items):
+    import json
+    result = {}
+    if 'lexer' in requested_items:
+        info = {}
+        for fullname, names, filenames, mimetypes in get_all_lexers():
+            info[fullname] = {
+                'aliases': names,
+                'filenames': filenames,
+                'mimetypes': mimetypes
+            }
+        result['lexers'] = info
+
+    if 'formatter' in requested_items:
+        info = {}
+        for cls in get_all_formatters():
+            doc = docstring_headline(cls)
+            info[cls.name] = {
+                'aliases': cls.aliases,
+                'filenames': cls.filenames,
+                'doc': doc
+            }
+        result['formatters'] = info
+
+    if 'filter' in requested_items:
+        info = {}
+        for name in get_all_filters():
+            cls = find_filter_class(name)
+            info[name] = {
+                'doc': docstring_headline(cls)
+            }
+        result['filters'] = info
+
+    if 'style' in requested_items:
+        info = {}
+        for name in get_all_styles():
+            cls = get_style_by_name(name)
+            info[name] = {
+                'doc': docstring_headline(cls)
+            }
+        result['styles'] = info
+
+    json.dump(result, sys.stdout)
+
+def main_inner(parser, argns):
+    if argns.help:
+        parser.print_help()
+        return 0
+
+    if argns.V:
+        print(f'Pygments version {__version__}, (c) 2006-2024 by Georg Brandl, Matthäus '
+              'Chajdas and contributors.')
+        return 0
+
+    def is_only_option(opt):
+        return not any(v for (k, v) in vars(argns).items() if k != opt)
+
+    # handle ``pygmentize -L``
+    if argns.L is not None:
+        arg_set = set()
+        for k, v in vars(argns).items():
+            if v:
+                arg_set.add(k)
+
+        arg_set.discard('L')
+        arg_set.discard('json')
+
+        if arg_set:
+            parser.print_help(sys.stderr)
+            return 2
+
+        # print version
+        if not argns.json:
+            main(['', '-V'])
+        allowed_types = {'lexer', 'formatter', 'filter', 'style'}
+        largs = [arg.rstrip('s') for arg in argns.L]
+        if any(arg not in allowed_types for arg in largs):
+            parser.print_help(sys.stderr)
+            return 0
+        if not largs:
+            largs = allowed_types
+        if not argns.json:
+            for arg in largs:
+                _print_list(arg)
+        else:
+            _print_list_as_json(largs)
+        return 0
+
+    # handle ``pygmentize -H``
+    if argns.H:
+        if not is_only_option('H'):
+            parser.print_help(sys.stderr)
+            return 2
+        what, name = argns.H
+        if what not in ('lexer', 'formatter', 'filter'):
+            parser.print_help(sys.stderr)
+            return 2
+        return _print_help(what, name)
+
+    # parse -O options
+    parsed_opts = _parse_options(argns.O or [])
+
+    # parse -P options
+    for p_opt in argns.P or []:
+        try:
+            name, value = p_opt.split('=', 1)
+        except ValueError:
+            parsed_opts[p_opt] = True
+        else:
+            parsed_opts[name] = value
+
+    # encodings
+    inencoding = parsed_opts.get('inencoding', parsed_opts.get('encoding'))
+    outencoding = parsed_opts.get('outencoding', parsed_opts.get('encoding'))
+
+    # handle ``pygmentize -N``
+    if argns.N:
+        lexer = find_lexer_class_for_filename(argns.N)
+        if lexer is None:
+            lexer = TextLexer
+
+        print(lexer.aliases[0])
+        return 0
+
+    # handle ``pygmentize -C``
+    if argns.C:
+        inp = sys.stdin.buffer.read()
+        try:
+            lexer = guess_lexer(inp, inencoding=inencoding)
+        except ClassNotFound:
+            lexer = TextLexer
+
+        print(lexer.aliases[0])
+        return 0
+
+    # handle ``pygmentize -S``
+    S_opt = argns.S
+    a_opt = argns.a
+    if S_opt is not None:
+        f_opt = argns.f
+        if not f_opt:
+            parser.print_help(sys.stderr)
+            return 2
+        if argns.l or argns.INPUTFILE:
+            parser.print_help(sys.stderr)
+            return 2
+
+        try:
+            parsed_opts['style'] = S_opt
+            fmter = get_formatter_by_name(f_opt, **parsed_opts)
+        except ClassNotFound as err:
+            print(err, file=sys.stderr)
+            return 1
+
+        print(fmter.get_style_defs(a_opt or ''))
+        return 0
+
+    # if no -S is given, -a is not allowed
+    if argns.a is not None:
+        parser.print_help(sys.stderr)
+        return 2
+
+    # parse -F options
+    F_opts = _parse_filters(argns.F or [])
+
+    # -x: allow custom (eXternal) lexers and formatters
+    allow_custom_lexer_formatter = bool(argns.x)
+
+    # select lexer
+    lexer = None
+
+    # given by name?
+    lexername = argns.l
+    if lexername:
+        # custom lexer, located relative to user's cwd
+        if allow_custom_lexer_formatter and '.py' in lexername:
+            try:
+                filename = None
+                name = None
+                if ':' in lexername:
+                    filename, name = lexername.rsplit(':', 1)
+
+                    if '.py' in name:
+                        # This can happen on Windows: If the lexername is
+                        # C:\lexer.py -- return to normal load path in that case
+                        name = None
+
+                if filename and name:
+                    lexer = load_lexer_from_file(filename, name,
+                                                 **parsed_opts)
+                else:
+                    lexer = load_lexer_from_file(lexername, **parsed_opts)
+            except ClassNotFound as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+        else:
+            try:
+                lexer = get_lexer_by_name(lexername, **parsed_opts)
+            except (OptionError, ClassNotFound) as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+
+    # read input code
+    code = None
+
+    if argns.INPUTFILE:
+        if argns.s:
+            print('Error: -s option not usable when input file specified',
+                  file=sys.stderr)
+            return 2
+
+        infn = argns.INPUTFILE
+        try:
+            with open(infn, 'rb') as infp:
+                code = infp.read()
+        except Exception as err:
+            print('Error: cannot read infile:', err, file=sys.stderr)
+            return 1
+        if not inencoding:
+            code, inencoding = guess_decode(code)
+
+        # do we have to guess the lexer?
+        if not lexer:
+            try:
+                lexer = get_lexer_for_filename(infn, code, **parsed_opts)
+            except ClassNotFound as err:
+                if argns.g:
+                    try:
+                        lexer = guess_lexer(code, **parsed_opts)
+                    except ClassNotFound:
+                        lexer = TextLexer(**parsed_opts)
+                else:
+                    print('Error:', err, file=sys.stderr)
+                    return 1
+            except OptionError as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+
+    elif not argns.s:  # treat stdin as full file (-s support is later)
+        # read code from terminal, always in binary mode since we want to
+        # decode ourselves and be tolerant with it
+        code = sys.stdin.buffer.read()  # use .buffer to get a binary stream
+        if not inencoding:
+            code, inencoding = guess_decode_from_terminal(code, sys.stdin)
+            # else the lexer will do the decoding
+        if not lexer:
+            try:
+                lexer = guess_lexer(code, **parsed_opts)
+            except ClassNotFound:
+                lexer = TextLexer(**parsed_opts)
+
+    else:  # -s option needs a lexer with -l
+        if not lexer:
+            print('Error: when using -s a lexer has to be selected with -l',
+                  file=sys.stderr)
+            return 2
+
+    # process filters
+    for fname, fopts in F_opts:
+        try:
+            lexer.add_filter(fname, **fopts)
+        except ClassNotFound as err:
+            print('Error:', err, file=sys.stderr)
+            return 1
+
+    # select formatter
+    outfn = argns.o
+    fmter = argns.f
+    if fmter:
+        # custom formatter, located relative to user's cwd
+        if allow_custom_lexer_formatter and '.py' in fmter:
+            try:
+                filename = None
+                name = None
+                if ':' in fmter:
+                    # Same logic as above for custom lexer
+                    filename, name = fmter.rsplit(':', 1)
+
+                    if '.py' in name:
+                        name = None
+
+                if filename and name:
+                    fmter = load_formatter_from_file(filename, name,
+                                                     **parsed_opts)
+                else:
+                    fmter = load_formatter_from_file(fmter, **parsed_opts)
+            except ClassNotFound as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+        else:
+            try:
+                fmter = get_formatter_by_name(fmter, **parsed_opts)
+            except (OptionError, ClassNotFound) as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+
+    if outfn:
+        if not fmter:
+            try:
+                fmter = get_formatter_for_filename(outfn, **parsed_opts)
+            except (OptionError, ClassNotFound) as err:
+                print('Error:', err, file=sys.stderr)
+                return 1
+        try:
+            outfile = open(outfn, 'wb')
+        except Exception as err:
+            print('Error: cannot open outfile:', err, file=sys.stderr)
+            return 1
+    else:
+        if not fmter:
+            if os.environ.get('COLORTERM','') in ('truecolor', '24bit'):
+                fmter = TerminalTrueColorFormatter(**parsed_opts)
+            elif '256' in os.environ.get('TERM', ''):
+                fmter = Terminal256Formatter(**parsed_opts)
+            else:
+                fmter = TerminalFormatter(**parsed_opts)
+        outfile = sys.stdout.buffer
+
+    # determine output encoding if not explicitly selected
+    if not outencoding:
+        if outfn:
+            # output file? use lexer encoding for now (can still be None)
+            fmter.encoding = inencoding
+        else:
+            # else use terminal encoding
+            fmter.encoding = terminal_encoding(sys.stdout)
+
+    # provide coloring under Windows, if possible
+    if not outfn and sys.platform in ('win32', 'cygwin') and \
+       fmter.name in ('Terminal', 'Terminal256'):  # pragma: no cover
+        # unfortunately colorama doesn't support binary streams on Py3
+        outfile = UnclosingTextIOWrapper(outfile, encoding=fmter.encoding)
+        fmter.encoding = None
+        try:
+            import colorama.initialise
+        except ImportError:
+            pass
+        else:
+            outfile = colorama.initialise.wrap_stream(
+                outfile, convert=None, strip=None, autoreset=False, wrap=True)
+
+    # When using the LaTeX formatter and the option `escapeinside` is
+    # specified, we need a special lexer which collects escaped text
+    # before running the chosen language lexer.
+    escapeinside = parsed_opts.get('escapeinside', '')
+    if len(escapeinside) == 2 and isinstance(fmter, LatexFormatter):
+        left = escapeinside[0]
+        right = escapeinside[1]
+        lexer = LatexEmbeddedLexer(left, right, lexer)
+
+    # ... and do it!
+    if not argns.s:
+        # process whole input as per normal...
+        try:
+            highlight(code, lexer, fmter, outfile)
+        finally:
+            if outfn:
+                outfile.close()
+        return 0
+    else:
+        # line by line processing of stdin (eg: for 'tail -f')...
+        try:
+            while 1:
+                line = sys.stdin.buffer.readline()
+                if not line:
+                    break
+                if not inencoding:
+                    line = guess_decode_from_terminal(line, sys.stdin)[0]
+                highlight(line, lexer, fmter, outfile)
+                if hasattr(outfile, 'flush'):
+                    outfile.flush()
+            return 0
+        except KeyboardInterrupt:  # pragma: no cover
+            return 0
+        finally:
+            if outfn:
+                outfile.close()
+
+
+class HelpFormatter(argparse.HelpFormatter):
+    def __init__(self, prog, indent_increment=2, max_help_position=16, width=None):
+        if width is None:
+            try:
+                width = shutil.get_terminal_size().columns - 2
+            except Exception:
+                pass
+        argparse.HelpFormatter.__init__(self, prog, indent_increment,
+                                        max_help_position, width)
+
+
+def main(args=sys.argv):
+    """
+    Main command line entry point.
+    """
+    desc = "Highlight an input file and write the result to an output file."
+    parser = argparse.ArgumentParser(description=desc, add_help=False,
+                                     formatter_class=HelpFormatter)
+
+    operation = parser.add_argument_group('Main operation')
+    lexersel = operation.add_mutually_exclusive_group()
+    lexersel.add_argument(
+        '-l', metavar='LEXER',
+        help='Specify the lexer to use.  (Query names with -L.)  If not '
+        'given and -g is not present, the lexer is guessed from the filename.')
+    lexersel.add_argument(
+        '-g', action='store_true',
+        help='Guess the lexer from the file contents, or pass through '
+        'as plain text if nothing can be guessed.')
+    operation.add_argument(
+        '-F', metavar='FILTER[:options]', action='append',
+        help='Add a filter to the token stream.  (Query names with -L.) '
+        'Filter options are given after a colon if necessary.')
+    operation.add_argument(
+        '-f', metavar='FORMATTER',
+        help='Specify the formatter to use.  (Query names with -L.) '
+        'If not given, the formatter is guessed from the output filename, '
+        'and defaults to the terminal formatter if the output is to the '
+        'terminal or an unknown file extension.')
+    operation.add_argument(
+        '-O', metavar='OPTION=value[,OPTION=value,...]', action='append',
+        help='Give options to the lexer and formatter as a comma-separated '
+        'list of key-value pairs. '
+        'Example: `-O bg=light,python=cool`.')
+    operation.add_argument(
+        '-P', metavar='OPTION=value', action='append',
+        help='Give a single option to the lexer and formatter - with this '
+        'you can pass options whose value contains commas and equal signs. '
+        'Example: `-P "heading=Pygments, the Python highlighter"`.')
+    operation.add_argument(
+        '-o', metavar='OUTPUTFILE',
+        help='Where to write the output.  Defaults to standard output.')
+
+    operation.add_argument(
+        'INPUTFILE', nargs='?',
+        help='Where to read the input.  Defaults to standard input.')
+
+    flags = parser.add_argument_group('Operation flags')
+    flags.add_argument(
+        '-v', action='store_true',
+        help='Print a detailed traceback on unhandled exceptions, which '
+        'is useful for debugging and bug reports.')
+    flags.add_argument(
+        '-s', action='store_true',
+        help='Process lines one at a time until EOF, rather than waiting to '
+        'process the entire file.  This only works for stdin, only for lexers '
+        'with no line-spanning constructs, and is intended for streaming '
+        'input such as you get from `tail -f`. '
+        'Example usage: `tail -f sql.log | pygmentize -s -l sql`.')
+    flags.add_argument(
+        '-x', action='store_true',
+        help='Allow custom lexers and formatters to be loaded from a .py file '
+        'relative to the current working directory. For example, '
+        '`-l ./customlexer.py -x`. By default, this option expects a file '
+        'with a class named CustomLexer or CustomFormatter; you can also '
+        'specify your own class name with a colon (`-l ./lexer.py:MyLexer`). '
+        'Users should be very careful not to use this option with untrusted '
+        'files, because it will import and run them.')
+    flags.add_argument('--json', help='Output as JSON. This can '
+        'be only used in conjunction with -L.',
+        default=False,
+        action='store_true')
+
+    special_modes_group = parser.add_argument_group(
+        'Special modes - do not do any highlighting')
+    special_modes = special_modes_group.add_mutually_exclusive_group()
+    special_modes.add_argument(
+        '-S', metavar='STYLE -f formatter',
+        help='Print style definitions for STYLE for a formatter '
+        'given with -f. The argument given by -a is formatter '
+        'dependent.')
+    special_modes.add_argument(
+        '-L', nargs='*', metavar='WHAT',
+        help='List lexers, formatters, styles or filters -- '
+        'give additional arguments for the thing(s) you want to list '
+        '(e.g. "styles"), or omit them to list everything.')
+    special_modes.add_argument(
+        '-N', metavar='FILENAME',
+        help='Guess and print out a lexer name based solely on the given '
+        'filename. Does not take input or highlight anything. If no specific '
+        'lexer can be determined, "text" is printed.')
+    special_modes.add_argument(
+        '-C', action='store_true',
+        help='Like -N, but print out a lexer name based solely on '
+        'a given content from standard input.')
+    special_modes.add_argument(
+        '-H', action='store', nargs=2, metavar=('NAME', 'TYPE'),
+        help='Print detailed help for the object  of type , '
+        'where  is one of "lexer", "formatter" or "filter".')
+    special_modes.add_argument(
+        '-V', action='store_true',
+        help='Print the package version.')
+    special_modes.add_argument(
+        '-h', '--help', action='store_true',
+        help='Print this help.')
+    special_modes_group.add_argument(
+        '-a', metavar='ARG',
+        help='Formatter-specific additional argument for the -S (print '
+        'style sheet) mode.')
+
+    argns = parser.parse_args(args[1:])
+
+    try:
+        return main_inner(parser, argns)
+    except BrokenPipeError:
+        # someone closed our stdout, e.g. by quitting a pager.
+        return 0
+    except Exception:
+        if argns.v:
+            print(file=sys.stderr)
+            print('*' * 65, file=sys.stderr)
+            print('An unhandled exception occurred while highlighting.',
+                  file=sys.stderr)
+            print('Please report the whole traceback to the issue tracker at',
+                  file=sys.stderr)
+            print('.',
+                  file=sys.stderr)
+            print('*' * 65, file=sys.stderr)
+            print(file=sys.stderr)
+            raise
+        import traceback
+        info = traceback.format_exception(*sys.exc_info())
+        msg = info[-1].strip()
+        if len(info) >= 3:
+            # extract relevant file and position info
+            msg += '\n   (f{})'.format(info[-2].split('\n')[0].strip()[1:])
+        print(file=sys.stderr)
+        print('*** Error while highlighting:', file=sys.stderr)
+        print(msg, file=sys.stderr)
+        print('*** If this is a bug you want to report, please rerun with -v.',
+              file=sys.stderr)
+        return 1
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/console.py b/.venv/Lib/site-packages/pip/_vendor/pygments/console.py
new file mode 100644
index 0000000000..4c1a06219c
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/console.py
@@ -0,0 +1,70 @@
+"""
+    pygments.console
+    ~~~~~~~~~~~~~~~~
+
+    Format colored console output.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+esc = "\x1b["
+
+codes = {}
+codes[""] = ""
+codes["reset"] = esc + "39;49;00m"
+
+codes["bold"] = esc + "01m"
+codes["faint"] = esc + "02m"
+codes["standout"] = esc + "03m"
+codes["underline"] = esc + "04m"
+codes["blink"] = esc + "05m"
+codes["overline"] = esc + "06m"
+
+dark_colors = ["black", "red", "green", "yellow", "blue",
+               "magenta", "cyan", "gray"]
+light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue",
+                "brightmagenta", "brightcyan", "white"]
+
+x = 30
+for dark, light in zip(dark_colors, light_colors):
+    codes[dark] = esc + "%im" % x
+    codes[light] = esc + "%im" % (60 + x)
+    x += 1
+
+del dark, light, x
+
+codes["white"] = codes["bold"]
+
+
+def reset_color():
+    return codes["reset"]
+
+
+def colorize(color_key, text):
+    return codes[color_key] + text + codes["reset"]
+
+
+def ansiformat(attr, text):
+    """
+    Format ``text`` with a color and/or some attributes::
+
+        color       normal color
+        *color*     bold color
+        _color_     underlined color
+        +color+     blinking color
+    """
+    result = []
+    if attr[:1] == attr[-1:] == '+':
+        result.append(codes['blink'])
+        attr = attr[1:-1]
+    if attr[:1] == attr[-1:] == '*':
+        result.append(codes['bold'])
+        attr = attr[1:-1]
+    if attr[:1] == attr[-1:] == '_':
+        result.append(codes['underline'])
+        attr = attr[1:-1]
+    result.append(codes[attr])
+    result.append(text)
+    result.append(codes['reset'])
+    return ''.join(result)
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py b/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py
new file mode 100644
index 0000000000..aa6f76041b
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py
@@ -0,0 +1,70 @@
+"""
+    pygments.filter
+    ~~~~~~~~~~~~~~~
+
+    Module that implements the default filter.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+
+def apply_filters(stream, filters, lexer=None):
+    """
+    Use this method to apply an iterable of filters to
+    a stream. If lexer is given it's forwarded to the
+    filter, otherwise the filter receives `None`.
+    """
+    def _apply(filter_, stream):
+        yield from filter_.filter(lexer, stream)
+    for filter_ in filters:
+        stream = _apply(filter_, stream)
+    return stream
+
+
+def simplefilter(f):
+    """
+    Decorator that converts a function into a filter::
+
+        @simplefilter
+        def lowercase(self, lexer, stream, options):
+            for ttype, value in stream:
+                yield ttype, value.lower()
+    """
+    return type(f.__name__, (FunctionFilter,), {
+        '__module__': getattr(f, '__module__'),
+        '__doc__': f.__doc__,
+        'function': f,
+    })
+
+
+class Filter:
+    """
+    Default filter. Subclass this class or use the `simplefilter`
+    decorator to create own filters.
+    """
+
+    def __init__(self, **options):
+        self.options = options
+
+    def filter(self, lexer, stream):
+        raise NotImplementedError()
+
+
+class FunctionFilter(Filter):
+    """
+    Abstract class used by `simplefilter` to create simple
+    function filters on the fly. The `simplefilter` decorator
+    automatically creates subclasses of this class for
+    functions passed to it.
+    """
+    function = None
+
+    def __init__(self, **options):
+        if not hasattr(self, 'function'):
+            raise TypeError(f'{self.__class__.__name__!r} used without bound function')
+        Filter.__init__(self, **options)
+
+    def filter(self, lexer, stream):
+        # pylint: disable=not-callable
+        yield from self.function(lexer, stream, self.options)
diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py b/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py
new file mode 100644
index 0000000000..9255ca224d
--- /dev/null
+++ b/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py
@@ -0,0 +1,940 @@
+"""
+    pygments.filters
+    ~~~~~~~~~~~~~~~~
+
+    Module containing filter lookup functions and default
+    filters.
+
+    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+
+import re
+
+from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \
+    string_to_tokentype
+from pip._vendor.pygments.filter import Filter
+from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \
+    get_choice_opt, ClassNotFound, OptionError
+from pip._vendor.pygments.plugin import find_plugin_filters
+
+
+def find_filter_class(filtername):
+    """Lookup a filter by name. Return None if not found."""
+    if filtername in FILTERS:
+        return FILTERS[filtername]
+    for name, cls in find_plugin_filters():
+        if name == filtername:
+            return cls
+    return None
+
+
+def get_filter_by_name(filtername, **options):
+    """Return an instantiated filter.
+
+    Options are passed to the filter initializer if wanted.
+    Raise a ClassNotFound if not found.
+    """
+    cls = find_filter_class(filtername)
+    if cls:
+        return cls(**options)
+    else:
+        raise ClassNotFound(f'filter {filtername!r} not found')
+
+
+def get_all_filters():
+    """Return a generator of all filter names."""
+    yield from FILTERS
+    for name, _ in find_plugin_filters():
+        yield name
+
+
+def _replace_special(ttype, value, regex, specialttype,
+                     replacefunc=lambda x: x):
+    last = 0
+    for match in regex.finditer(value):
+        start, end = match.start(), match.end()
+        if start != last:
+            yield ttype, value[last:start]
+        yield specialttype, replacefunc(value[start:end])
+        last = end
+    if last != len(value):
+        yield ttype, value[last:]
+
+
+class CodeTagFilter(Filter):
+    """Highlight special code tags in comments and docstrings.
+
+    Options accepted:
+
+    `codetags` : list of strings
+       A list of strings that are flagged as code tags.  The default is to
+       highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``.
+
+    .. versionchanged:: 2.13
+       Now recognizes ``FIXME`` by default.
+    """
+
+    def __init__(self, **options):
+        Filter.__init__(self, **options)
+        tags = get_list_opt(options, 'codetags',
+                            ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE'])
+        self.tag_re = re.compile(r'\b({})\b'.format('|'.join([
+            re.escape(tag) for tag in tags if tag
+        ])))
+
+    def filter(self, lexer, stream):
+        regex = self.tag_re
+        for ttype, value in stream:
+            if ttype in String.Doc or \
+               ttype in Comment and \
+               ttype not in Comment.Preproc:
+                yield from _replace_special(ttype, value, regex, Comment.Special)
+            else:
+                yield ttype, value
+
+
+class SymbolFilter(Filter):
+    """Convert mathematical symbols such as \\ in Isabelle
+    or \\longrightarrow in LaTeX into Unicode characters.
+
+    This is mostly useful for HTML or console output when you want to
+    approximate the source rendering you'd see in an IDE.
+
+    Options accepted:
+
+    `lang` : string
+       The symbol language. Must be one of ``'isabelle'`` or
+       ``'latex'``.  The default is ``'isabelle'``.
+    """
+
+    latex_symbols = {
+        '\\alpha'                : '\U000003b1',
+        '\\beta'                 : '\U000003b2',
+        '\\gamma'                : '\U000003b3',
+        '\\delta'                : '\U000003b4',
+        '\\varepsilon'           : '\U000003b5',
+        '\\zeta'                 : '\U000003b6',
+        '\\eta'                  : '\U000003b7',
+        '\\vartheta'             : '\U000003b8',
+        '\\iota'                 : '\U000003b9',
+        '\\kappa'                : '\U000003ba',
+        '\\lambda'               : '\U000003bb',
+        '\\mu'                   : '\U000003bc',
+        '\\nu'                   : '\U000003bd',
+        '\\xi'                   : '\U000003be',
+        '\\pi'                   : '\U000003c0',
+        '\\varrho'               : '\U000003c1',
+        '\\sigma'                : '\U000003c3',
+        '\\tau'                  : '\U000003c4',
+        '\\upsilon'              : '\U000003c5',
+        '\\varphi'               : '\U000003c6',
+        '\\chi'                  : '\U000003c7',
+        '\\psi'                  : '\U000003c8',
+        '\\omega'                : '\U000003c9',
+        '\\Gamma'                : '\U00000393',
+        '\\Delta'                : '\U00000394',
+        '\\Theta'                : '\U00000398',
+        '\\Lambda'               : '\U0000039b',
+        '\\Xi'                   : '\U0000039e',
+        '\\Pi'                   : '\U000003a0',
+        '\\Sigma'                : '\U000003a3',
+        '\\Upsilon'              : '\U000003a5',
+        '\\Phi'                  : '\U000003a6',
+        '\\Psi'                  : '\U000003a8',
+        '\\Omega'                : '\U000003a9',
+        '\\leftarrow'            : '\U00002190',
+        '\\longleftarrow'        : '\U000027f5',
+        '\\rightarrow'           : '\U00002192',
+        '\\longrightarrow'       : '\U000027f6',
+        '\\Leftarrow'            : '\U000021d0',
+        '\\Longleftarrow'        : '\U000027f8',
+        '\\Rightarrow'           : '\U000021d2',
+        '\\Longrightarrow'       : '\U000027f9',
+        '\\leftrightarrow'       : '\U00002194',
+        '\\longleftrightarrow'   : '\U000027f7',
+        '\\Leftrightarrow'       : '\U000021d4',
+        '\\Longleftrightarrow'   : '\U000027fa',
+        '\\mapsto'               : '\U000021a6',
+        '\\longmapsto'           : '\U000027fc',
+        '\\relbar'               : '\U00002500',
+        '\\Relbar'               : '\U00002550',
+        '\\hookleftarrow'        : '\U000021a9',
+        '\\hookrightarrow'       : '\U000021aa',
+        '\\leftharpoondown'      : '\U000021bd',
+        '\\rightharpoondown'     : '\U000021c1',
+        '\\leftharpoonup'        : '\U000021bc',
+        '\\rightharpoonup'       : '\U000021c0',
+        '\\rightleftharpoons'    : '\U000021cc',
+        '\\leadsto'              : '\U0000219d',
+        '\\downharpoonleft'      : '\U000021c3',
+        '\\downharpoonright'     : '\U000021c2',
+        '\\upharpoonleft'        : '\U000021bf',
+        '\\upharpoonright'       : '\U000021be',
+        '\\restriction'          : '\U000021be',
+        '\\uparrow'              : '\U00002191',
+        '\\Uparrow'              : '\U000021d1',
+        '\\downarrow'            : '\U00002193',
+        '\\Downarrow'            : '\U000021d3',
+        '\\updownarrow'          : '\U00002195',
+        '\\Updownarrow'          : '\U000021d5',
+        '\\langle'               : '\U000027e8',
+        '\\rangle'               : '\U000027e9',
+        '\\lceil'                : '\U00002308',
+        '\\rceil'                : '\U00002309',
+        '\\lfloor'               : '\U0000230a',
+        '\\rfloor'               : '\U0000230b',
+        '\\flqq'                 : '\U000000ab',
+        '\\frqq'                 : '\U000000bb',
+        '\\bot'                  : '\U000022a5',
+        '\\top'                  : '\U000022a4',
+        '\\wedge'                : '\U00002227',
+        '\\bigwedge'             : '\U000022c0',
+        '\\vee'                  : '\U00002228',
+        '\\bigvee'               : '\U000022c1',
+        '\\forall'               : '\U00002200',
+        '\\exists'               : '\U00002203',
+        '\\nexists'              : '\U00002204',
+        '\\neg'                  : '\U000000ac',
+        '\\Box'                  : '\U000025a1',
+        '\\Diamond'              : '\U000025c7',
+        '\\vdash'                : '\U000022a2',
+        '\\models'               : '\U000022a8',
+        '\\dashv'                : '\U000022a3',
+        '\\surd'                 : '\U0000221a',
+        '\\le'                   : '\U00002264',
+        '\\ge'                   : '\U00002265',
+        '\\ll'                   : '\U0000226a',
+        '\\gg'                   : '\U0000226b',
+        '\\lesssim'              : '\U00002272',
+        '\\gtrsim'               : '\U00002273',
+        '\\lessapprox'           : '\U00002a85',
+        '\\gtrapprox'            : '\U00002a86',
+        '\\in'                   : '\U00002208',
+        '\\notin'                : '\U00002209',
+        '\\subset'               : '\U00002282',
+        '\\supset'               : '\U00002283',
+        '\\subseteq'             : '\U00002286',
+        '\\supseteq'             : '\U00002287',
+        '\\sqsubset'             : '\U0000228f',
+        '\\sqsupset'             : '\U00002290',
+        '\\sqsubseteq'           : '\U00002291',
+        '\\sqsupseteq'           : '\U00002292',
+        '\\cap'                  : '\U00002229',
+        '\\bigcap'               : '\U000022c2',
+        '\\cup'                  : '\U0000222a',
+        '\\bigcup'               : '\U000022c3',
+        '\\sqcup'                : '\U00002294',
+        '\\bigsqcup'             : '\U00002a06',
+        '\\sqcap'                : '\U00002293',
+        '\\Bigsqcap'             : '\U00002a05',
+        '\\setminus'             : '\U00002216',
+        '\\propto'               : '\U0000221d',
+        '\\uplus'                : '\U0000228e',
+        '\\bigplus'              : '\U00002a04',
+        '\\sim'                  : '\U0000223c',
+        '\\doteq'                : '\U00002250',
+        '\\simeq'                : '\U00002243',
+        '\\approx'               : '\U00002248',
+        '\\asymp'                : '\U0000224d',
+        '\\cong'                 : '\U00002245',
+        '\\equiv'                : '\U00002261',
+        '\\Join'                 : '\U000022c8',
+        '\\bowtie'               : '\U00002a1d',
+        '\\prec'                 : '\U0000227a',
+        '\\succ'                 : '\U0000227b',
+        '\\preceq'               : '\U0000227c',
+        '\\succeq'               : '\U0000227d',
+        '\\parallel'             : '\U00002225',
+        '\\mid'                  : '\U000000a6',
+        '\\pm'                   : '\U000000b1',
+        '\\mp'                   : '\U00002213',
+        '\\times'                : '\U000000d7',
+        '\\div'                  : '\U000000f7',
+        '\\cdot'                 : '\U000022c5',
+        '\\star'                 : '\U000022c6',
+        '\\circ'                 : '\U00002218',
+        '\\dagger'               : '\U00002020',
+        '\\ddagger'              : '\U00002021',
+        '\\lhd'                  : '\U000022b2',
+        '\\rhd'                  : '\U000022b3',
+        '\\unlhd'                : '\U000022b4',
+        '\\unrhd'                : '\U000022b5',
+        '\\triangleleft'         : '\U000025c3',
+        '\\triangleright'        : '\U000025b9',
+        '\\triangle'             : '\U000025b3',
+        '\\triangleq'            : '\U0000225c',
+        '\\oplus'                : '\U00002295',
+        '\\bigoplus'             : '\U00002a01',
+        '\\otimes'               : '\U00002297',
+        '\\bigotimes'            : '\U00002a02',
+        '\\odot'                 : '\U00002299',
+        '\\bigodot'              : '\U00002a00',
+        '\\ominus'               : '\U00002296',
+        '\\oslash'               : '\U00002298',
+        '\\dots'                 : '\U00002026',
+        '\\cdots'                : '\U000022ef',
+        '\\sum'                  : '\U00002211',
+        '\\prod'                 : '\U0000220f',
+        '\\coprod'               : '\U00002210',
+        '\\infty'                : '\U0000221e',
+        '\\int'                  : '\U0000222b',
+        '\\oint'                 : '\U0000222e',
+        '\\clubsuit'             : '\U00002663',
+        '\\diamondsuit'          : '\U00002662',
+        '\\heartsuit'            : '\U00002661',
+        '\\spadesuit'            : '\U00002660',
+        '\\aleph'                : '\U00002135',
+        '\\emptyset'             : '\U00002205',
+        '\\nabla'                : '\U00002207',
+        '\\partial'              : '\U00002202',
+        '\\flat'                 : '\U0000266d',
+        '\\natural'              : '\U0000266e',
+        '\\sharp'                : '\U0000266f',
+        '\\angle'                : '\U00002220',
+        '\\copyright'            : '\U000000a9',
+        '\\textregistered'       : '\U000000ae',
+        '\\textonequarter'       : '\U000000bc',
+        '\\textonehalf'          : '\U000000bd',
+        '\\textthreequarters'    : '\U000000be',
+        '\\textordfeminine'      : '\U000000aa',
+        '\\textordmasculine'     : '\U000000ba',
+        '\\euro'                 : '\U000020ac',
+        '\\pounds'               : '\U000000a3',
+        '\\yen'                  : '\U000000a5',
+        '\\textcent'             : '\U000000a2',
+        '\\textcurrency'         : '\U000000a4',
+        '\\textdegree'           : '\U000000b0',
+    }
+
+    isabelle_symbols = {
+        '\\'                 : '\U0001d7ec',
+        '\\'                  : '\U0001d7ed',
+        '\\'                  : '\U0001d7ee',
+        '\\'                : '\U0001d7ef',
+        '\\'                 : '\U0001d7f0',
+        '\\'                 : '\U0001d7f1',
+        '\\'                  : '\U0001d7f2',
+        '\\'                : '\U0001d7f3',
+        '\\'                : '\U0001d7f4',
+        '\\'                 : '\U0001d7f5',
+        '\\'                    : '\U0001d49c',
+        '\\'                    : '\U0000212c',
+        '\\'                    : '\U0001d49e',
+        '\\'                    : '\U0001d49f',
+        '\\'                    : '\U00002130',
+        '\\'                    : '\U00002131',
+        '\\'                    : '\U0001d4a2',
+        '\\'                    : '\U0000210b',
+        '\\'                    : '\U00002110',
+        '\\'                    : '\U0001d4a5',
+        '\\'                    : '\U0001d4a6',
+        '\\'                    : '\U00002112',
+        '\\'                    : '\U00002133',
+        '\\'                    : '\U0001d4a9',
+        '\\'                    : '\U0001d4aa',
+        '\\

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

' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7decadd329d30a1b362d0c102d85e67965e723c4 GIT binary patch literal 37990 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 0000000000..d2666037f7 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,129 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Formatters should have attributes to help selecting them. These + are similar to the corresponding :class:`~pygments.lexer.Lexer` + attributes. + + .. autoattribute:: name + :no-value: + + .. autoattribute:: aliases + :no-value: + + .. autoattribute:: filenames + :no-value: + + You can pass options as keyword arguments to the constructor. + All formatters accept these basic options: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + + """ + + #: Full name for the formatter, in human-readable form. + name = None + + #: A list of short, unique identifiers that can be used to lookup + #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. + aliases = [] + + #: A list of fnmatch patterns that match filenames for which this + #: formatter can produce output. The patterns in this list should be unique + #: among all formatters. + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + """ + As with lexers, this constructor takes arbitrary optional arguments, + and if you override it, you should first process your own options, then + call the base class implementation. + """ + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + This method must return statements or declarations suitable to define + the current style for subsequent highlighted text (e.g. CSS classes + in the `HTMLFormatter`). + + The optional argument `arg` can be used to modify the generation and + is formatter dependent (it is standardized because it can be given on + the command line). + + This method is called by the ``-S`` :doc:`command-line option `, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) + + # Allow writing Formatter[str] or Formatter[bytes]. That's equivalent to + # Formatter. This helps when using third-party type stubs from typeshed. + def __class_getitem__(cls, name): + return cls diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000000..f19e9931f0 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,157 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound(f"no formatter found for name {_alias!r}") + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound(f'no valid {formattername} class found in {filename}') + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound(f'cannot read {filename}: {err}') + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound(f'error when loading custom formatter: {err}') + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for _name, cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound(f"no formatter found for file name {fn!r}") + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0ace2ac220643fac8bcebcccca858810eeb76bc GIT binary patch literal 6964 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 PxnsHDR_xZE-kbM+ z^FD^(&(F`4@b`zmee3UEEtP&GV)*A2lb=p7`LYz2ypmV`d)cda4#uii!#L$#!Z__+ z#yI26Vx05lF)nylFkbZ*F}~ql!?@&K$9ThA#<=3$#JK9+!g$-egYix8E=K0v!}ykW zKP-P!{=C$GyZ#`%vcA5Ncw#e=U9Po|_1a)H?FU^EYt`_FtE$m%yI{+vEPK6@O%*GZ zcKaWt!Piy+)5)=j6*~=ehpn%Zh-$EAM<~GxWnmmJv(C5_tfz#>+I`mLai6t&Q6zL2 zvv$Izryequuzu2GE{|C!3_211HLXbO^rS0Dk3DN>GHVN*BUqX!C<<7pneGTF8rkA{ zH{I^?VBFR7<)PfTt6?|DE@61l?xt|m!3W-ky35mgc~E<=frY{8h7?>2#+lt=A?aqm zOuB_}#!GTOROF^2L)d;_caoTqA!Oc8*p^)O0UHZMETq+#hG#g->LMZQtkst-ZiW8O z{gBfLA!~CG`t@?=m=D>C$v}^6-P+!KZH6vv$;9_- z)B#ggecIgJ0hU#w>XpINdkvZqsQ3s>39%o4g~PR^V5PZ5$plH{wc}jA|pWgr?-97;CvonZ2QWBb(bk*cgXuak&DQxd>fT#OQb>A`!UvW3af>>vXX533Xp&i3wB=A?08^AD4; znBL#pdTlYi_$&=3n`;Wj%QPSy@X4w#Q&E@;a?l&4;IsWFug~6v9aNOF@k^YTgAs9M zwH@9Re})4!OFLM!fMYUve(^dH?}mN6%Edx>w#>DB9=rV$*>0H(Y?)+iAqkO>DD5oe z?lH=xLPGAL=#LqAKGDDgAu0!#o8nBfB#!zpvI?VgR*fNE7Q zwnf1+Z6d)IH5%XcHB{h6wzQ9;k?eAL+)Kyo7~Gvy7?9UN(lxw;IU~rdB%x+Dv)M78 ziM0#JjY}2)Zfld2FdXeqFezdWZOfywhVFOx=@vTJ0Y7b0e;qSZzC+b<20KOTrTCNl zG@G)W*g}Ja!5^(u!Ny<(XIRHcs5uJth*Q-dXmCx5r0!%?fI_G1;;QBj^o4Rhu^ve6 zXU;)$lbR6b#rfJFeD})v;6mRg+^JNd8scpG2w}XZ0kaNW9z}hIYr~~tA9u}2%1hjy zd7;?mZ%cg`TY2(=%D#yi>bwwx6FuK=uzewY;cDaMMw0do<33kt20y+6fxTK5pl)|U7aoRaQtanw z02;hz;JY|Wg$&7a9yQn#?sixd#)2iji6ZJKri)PMQ;!glAZCjagrm^KgQ(Ry!yZA@ zYV|R56F3^ir~zmU=uJF~>Gsh%^stc?ii(FFWmg!Zt%P2WN24%7gGH1qHHGX#TlAaX zKOTeXd}2NU#UXDtJ0@6nvf1&y8Q7(gNI+-iV6chx{Y5-YhxvH#a2sAw?;o|8hvvR* z6xmJ-6>FAhcnX6+aR@G8Cp;z>S!-z1$PLa^fISNnl+mnjW(By1-D1xM)9<5#~+^`sZ^@}kw^>YNt#{b6a z)u9Vb*%RiB5z_UVd`!)M1k8wKJUZTg+|7p3L30O#_57c|+;iCSe;6K0yIhU`d@;qJ zqQLH;-XIF>+(Pi{ix5!FPg9wsGDNbQq~H{+Xq8r~u?HP9o1Yx)e%x$6IXE<0e!?Y` z&b9l&(Q_rFI^rHu_6VBk_s-#GPmX*uU3-~!-8FS8)-+egYrj2eoQU}32)}TSRH((; zu;m}6VfyF=_Pj(s8iw~H=&+?Z(8qrIIvcpP#o#-2-+AS!* zb5_ZhiC!t>JC*z<(W^KN``4S*{1(x-3tCt6J4C-($Um*+cZp_&{GY1%J)++#)$T$5 Z{_|RXpXj%X{b!Z`JOKU0jC=~X{tFJcwafqj literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f24517701e3e978850a5d8e30346a7deb47975ff GIT binary patch literal 4243 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b2bdb04bc48e11494d0868e5ad454a380b766bf GIT binary patch literal 41108 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 G5dMEZ$L?YP literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d8c0c6615782c4753b8435650b087ddffa609d9 GIT binary patch literal 28664 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d225232ca901affab378a7ed4dadcc7831d2c14b GIT binary patch literal 6076 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc53f39de1ea6a6e52a9ffbb8cac050f2c158495 GIT binary patch literal 20182 zcmdsfYj7J!l4dtv1VE4k-xQzCmq{jo91S`$GtxC4|$4wY#?wH~;kT z?Ct2s-F;d806;;bnTz{%ZL?5am6erMm6es5m976;ROIIH?EJ&O7@s`KasNm!#$(qr zkAHy7RZirFIFT1EA%4m-WZ@}q4OypbLpGMTh3r#~A;(m~Pyu_lhn!QcA=i|9$j#mz zp~5N8kY}oBs0i-`6Z}xI==_iyDiK{nUeP^NDi-3c%)%YyM9+tSkZfOAH428xS!oeU zizSCyS}|MV^UnP@w}5AQc4A5jt4jBHM4s}isw6AjA-^hJV72c*>v6N{14bJGt%YO$ zQ_^>Yaep{4drlq`A~WjrjM}Y1_5~u-vvP3ajM^vcH?l(S3oq>0()&X1c42H*P|rxh z>pC@pD*30n1VxgB{w_mz;hB)sk+Dc5G!mIs(}naF46E#=_!!NXi9KM^CZDAaq_h~1{{p2~ zxhOZuXVvOiVvaBLR(b2KqV2cV+eOE3t+$ALl>Y>*@k8rxg|q2!&gZ~6bU4>@;M_V~ z;d9_TI$Y6n;EHv)lIOsAb-2>!z?JE6<e~L_MtIlK8Byj82bs} z=L!EV3IhK5SehR}ZUzuf_>IWZaP4@Hsr(*<+dPq zW|ndt1os~0TBw%g-bYRi&d0FH3uI|J7V?qM+!n4vQ-5b`U^e0wL}S=Oh- z+`}`9q_6F~agybh1|p$|oKy66d#4l*L_{1kKINVHU>L_93S#c|PH>%nYAhuA6gS=! zbv7i4(zrse!(-A!Fg$M%6GMq21?U{w1e(;KO07`Z-U-x%U>Ho61@8YloGb3(DgRl? z4_G?6F*Ip>7!9U<$}6&@Nb3ABYK)Sgx_4NXLjDUvcInu-UfSNyj@azFnNYqKYT(%| z#*Dh0KE{ncFmG8Ts*$s;J@dl>CG4M)1f6aazS7!5gVoBPYNE9EY@Qzuj$hCQL$FiR z>g=!-QY2#x8C>(NJ+Wcw!ZbvHe;jjUOa{79hR1`s*u@CZqcm-O- zHkyo^+3|7eS$nbv-P+UIYXY$~G8z*_7@9V!%|@vhnQ!flF+O1Iqw!8=5=s0H2hRBA z(c$5o!I0F|D@JlFAgT3=`P>S~ZoL8>W-Szna=qf++zQBZy<%f-1;o2vu_w0z(q6CF zmsSI4bmtEx8pqIrNH-+zK2ddPPfa1p zs70)yi8?`mgb)yo=-_ch6J1=4niL8kc60 zp7x7_cMCkJl8OaS%2RxCFy$^;*pl*AE{lhs4&}T)Hshu1qd@?lpRE)42`0ac#}oJP)l^H>)T*Wm|=SJ znNVm{fb|0Y>=LL80r(A7MWo&%VM!Pr{gxz;fxV|jHRRBHf^sBGCuWxr3Z9jKE~xZr zc3pS3phRZmfJFHE`UK5%WJJ;U^h3_T7<*gS#zq>|7%Itt=OM}2Hn z{GkxT#CEVSFs$jn|qu?`GnC2QF0NbB?�imc!7q&F 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 D$@d16 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79801f43513433e3c124ab265c1228902ab87ea2 GIT binary patch literal 6910 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea5407f414120cf1c4fa637cd6158d033ab118a3 GIT binary patch literal 2979 zcmcImO>h(05q|S0jbsTKTNwWV50f=3j3o*dFW6dDcEPZCF-yhSC8a1)jWr`Nc=VH* zk&VQNxGEfM$_e(#;)J(qtCn33OKyA0EvLO8Lu!@D9-K<$keiLO7f$K-M$)=mN^W^o z^X5%=zwUnBU-!Ik{eCZkapCuWN`ECH^bhjU971EU`)gRNBN@e!%*d?9WZ5{&AeqZB zagId_FZ0hBM^+Z-x2yH-R@u0q2x&$ZA24wji>@Ns^8ofL>@&{U6L*)qp^oxDy%YdR8(`MK{6)DVND-C4H_~pfdOW_wZ7oE6x2FG~t^>1$K1ce9}hN$3V#2SpMUuA&t}5Z z+_ok{G-v-=a6){%woG%`TBjmcu3HK;RSvy3N=lvGggFqU#M zj_wJJV?0d!GIc3uXp*UfSerMMyQVFe(yXQ!#5%@r7E zUD(XeLDI2gGyvwr5vTI962{j|oRV?`Jvlt9U>#1X=!y)RApUsf)2j^xhQoLs;;H6y zk}NCo_&7crzDTW7zV)#C0kN}CZcQKxQu>v8=(Y9RoDtAGZh{l!GgH;fuufYLGYmWjD-Z96s#>KlWI;ilS$iUm?bDITcB^-GhvGDwb~Wx~)&+I3O~haWT6!3(XuP;rmp05XcmL}_6!KF*} zKydZe!~6BlLofOw-}Q~v`o^9Yzq$3t`!D;h)H<)M3iY028z!>~f#YpBLnohhZwxM7e)Q4uM^$0dcXa0%IHv=WP>MvgImj=I zw#CnB2>?Jj8Ng<-?b@TvHX+GCAppDqj}+cQ#bpTqn^r+I)gv^|=mVC}4p0E(|GtM= zfn63q_co*{U~#6qsnKfvDk*rml}i?zr80B zt-+J8k=Jv)QCMAvtLBq?kMGsGPStylJn=pDtqR*5>h5*On_Z{20>P@d8Nl_)pI)2ZIQ4X)HZ=B4Z*A!P zSHTay?+-sMzU)80>aGvqHF5h8IIz=;eBJdEC%>5ZY~tzN+KCG_A6}ZOigjQ2qv_@8 z>Zy%|T7UR?Z>|60E8lqY2${c#M`_vJ2zf{=%Sl-UTA4SQ%;x2yM%KP$@;60EYjE7j zq?}IynI{C>4ZTt_py_!?!U)NreM=vKn0<+;YNwl#o=tzbgCwM+aXmmgEH8-LKIH3P zyj&0TRQ)dw3@=`-cXlmad(8)h@b2jz;aI~xQIEhL`zTy9!i{SNTqE}1E}fnXPD+{v zPI7r&w*AS*RfAr9DD0>s`Z?kf={eNHH)7N|b43zlMTY+&h?w)+ zF60|};T>9Z?}$hcm$=`3xRm)T@1~3Nw!j@^7yWRi;d8r)Wsd*b`z~{=dhrJYFKX*Q D8>#ys literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a30fb377ccb15c2f8cfe3c8182ff6d4fa3b0473e GIT binary patch literal 13835 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 n?$Fi850ke26!qWuVHB(0czzukD-=hK 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f65e572116c6709dbf33af615eec1bd436d5341c GIT binary patch literal 5840 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d2047cec9ab6c9a557490010ef426e8557ba760 GIT binary patch literal 15168 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 0000000000..72ca84040b --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags. By default, the content is enclosed in a ``
`` tag, itself wrapped in a ``
`` tag (but see the `nowrap` option). The ``
``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000000..5a05bd961d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt + +__all__ = ['BBCodeFormatter'] + + +class BBCodeFormatter(Formatter): + """ + Format tokens with BBcodes. These formatting codes are used by many + bulletin boards, so you can highlight your sourcecode with pygments before + posting it there. + + This formatter has no support for background colors and borders, as there + are no common BBcode tags for that. + + Some board systems (e.g. phpBB) don't support colors in their [code] tag, + so you can't use the highlighting together with that tag. + Text in a [code] tag usually is shown with a monospace font (which this + formatter can do with the ``monofont`` option) and no spaces (which you + need for indentation) are removed. + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `codetag` + If set to true, put the output into ``[code]`` tags (default: + ``false``) + + `monofont` + If set to true, add a tag to show the code with a monospace font + (default: ``false``). + """ + name = 'BBCode' + aliases = ['bbcode', 'bb'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + self._code = get_bool_opt(options, 'codetag', False) + self._mono = get_bool_opt(options, 'monofont', False) + + self.styles = {} + self._make_styles() + + def _make_styles(self): + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '[color=#{}]'.format(ndef['color']) + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000000..5c8a958f8d --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import math +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt, get_int_opt + +__all__ = ['GroffFormatter'] + + +class GroffFormatter(Formatter): + """ + Format tokens with groff escapes to change their color and font style. + + .. versionadded:: 2.11 + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `monospaced` + If set to true, monospace font will be used (default: ``true``). + + `linenos` + If set to true, print the line numbers (default: ``false``). + + `wrap` + Wrap lines to the specified number of characters. Disabled if set to 0 + (default: ``0``). + """ + + name = 'groff' + aliases = ['groff','troff','roff'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + + self.monospaced = get_bool_opt(options, 'monospaced', True) + self.linenos = get_bool_opt(options, 'linenos', False) + self._lineno = 0 + self.wrap = get_int_opt(options, 'wrap', 0) + self._linelen = 0 + + self.styles = {} + self._make_styles() + + + def _make_styles(self): + regular = '\\f[CR]' if self.monospaced else '\\f[R]' + bold = '\\f[CB]' if self.monospaced else '\\f[B]' + italic = '\\f[CI]' if self.monospaced else '\\f[I]' + + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '\\m[{}]'.format(ndef['color']) + end = '\\m[]' + end + if ndef['bold']: + start += bold + end = regular + end + if ndef['italic']: + start += italic + end = regular + end + if ndef['bgcolor']: + start += '\\M[{}]'.format(ndef['bgcolor']) + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in sorted(colors): + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000000..7aa938f511 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,987 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import functools +import os +import sys +import os.path +from io import StringIO + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES +from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt + +try: + import ctags +except ImportError: + ctags = None + +__all__ = ['HtmlFormatter'] + + +_escape_html_table = { + ord('&'): '&', + ord('<'): '<', + ord('>'): '>', + ord('"'): '"', + ord("'"): ''', +} + + +def escape_html(text, table=_escape_html_table): + """Escape &, <, > as well as single and double quotes for HTML.""" + return text.translate(table) + + +def webify(color): + if color.startswith('calc') or color.startswith('var'): + return color + else: + return '#' + color + + +def _get_ttype_class(ttype): + fname = STANDARD_TYPES.get(ttype) + if fname: + return fname + aname = '' + while fname is None: + aname = '-' + ttype[-1] + aname + ttype = ttype.parent + fname = STANDARD_TYPES.get(ttype) + return fname + aname + + +CSSFILE_TEMPLATE = '''\ +/* +generated by Pygments +Copyright 2006-2024 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

%(title)s

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

%(title)s

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

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

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe b/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/util.py b/.venv/Lib/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000000..ba58858d0f --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % + remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % + ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % + ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % + remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join( + ['%s %s' % con for con in versions])) + return Container(name=distname, + extras=extras, + constraints=versions, + marker=mark_expr, + url=uri, + requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, + path, + optimize=False, + force=False, + prefix=None, + hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, + 'PycInvalidationMode'): + compile_kwargs[ + 'invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, + **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix + and self.suffix == other.suffix + and self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + + +PROJECT_NAME_AND_VERSION = re.compile( + '([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result + + +# +# Extended metadata functionality +# + + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + # data = reader.read().decode('utf-8') + # result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, + args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs + or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', + '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), + self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError( + 'Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError( + 'Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection( + h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [ + server.strip() for server in index_servers.split('\n') + if server.strip() != '' + ] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', + self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository + in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository + and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx( + sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/version.py b/.venv/Lib/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000000..14171ac938 --- /dev/null +++ b/.venv/Lib/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/.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..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 zcmeFae|%KMxj%k3yGb@-le0hq;dg{!!Jx)2QPL&2NH)YubYozb6#{w->ALj?hI0Tb zfutv^IULt|d$ph1tM^LLe(bgP*4xStt3bli1S)Dki}6A=wyDl~VvT~yA~EOle&*~Z zLEHPee|*2M?>}EO=bV{&=9!sio_Xe(XP%j@zU@)LDhPrNe}*9l2k@qU9{&9A9|*qL*S!FoDk2>;;Q0JsgS!E#|Np=L2Pm*g>+^@! ze&i91{FPlELF?b0n7dSnw8>K<1Jbpj5K{a`{t6`RF%zVzp#$RtAuNQP=%hh(?A64I^Ygs)dNNee8#q3xXNzV;c>_P>vRaEk?dT?X4biy~du%5rpGZV<1M3 zzmNFhrHE_%95G^j>^H-I1F8V$R{33Z_8aO_-fc?lLSFI>WH*S(_W$| zEz50})3iji%A$Gg#qH6Gk|F&Kt#dsmrqZ{-9|(1WDpBu{%Lw&M0}{1yNNwzAKSwdH zR5U**Gx~fn0CfuEkR<$t!$OHl9 zn!q6&MqJoZ%kG^j2(?;2E8}DqR_2m)FOSE|AZ&Toiyeia3pGY5lG?_n`QATWAQ)P~|=!tEXsh zU$OUmI32|X0sO>hxy%N6qa0nJRrgw}d&0u}YG%mze@J;(U`x%C4pUIGv77 zYdch^dxXJmzmH`Af4w&Dz+yxwM~mvw2kB~EzrK>1K%}}q&D9nbz*$4Azlc|z<5~q= zS_0MWoYuw>9sH6QpeR}~%g}S{HRnr&vEDsi%B*t7Hvd((s@{G=a_2XY(c2$fzmBt< z(&zApufh;=4XAR0&2|VvFbJNQ;SVKdEHzo!k7SH3I~W!zQl)-hAmjn|sQ0`N+~8yP z@Rpv}cpsK=zRGhC%Qr^73EyEKAc+(7!Z9e(o>7!?9svgY>>cz5Skm1gzolDU1C>$Q$#bsOzzk^=+Iwq-t^8C&P<4uKOr4fmo6 z-xK$*vIn$9+8f_Hp02dp+$S3Xwf@j>9!M=^+SoPd^XTG3(RB{+HAbG@{odwc?PBq; zW<~BvO2UxFD~Vyrp>?(=(tPX@jHaLxvnic6cb&cA9U|w)1&CX>W$O)=DctzS{7BaXS3D){WO&bYlpvW?)} z-UNLhseA+V_8BQxxoAjPwZ_{(hWfeAl+_JMPNi|kkg`E~ zHytAW_lL8LQc5=ROQ?ozsNq2Z*d(We{d5SH&|^U1W6j9joI}G$D53rjZyJ-AMo{QQ z4i^MmxFQ;P5=a6*cJ*!OrK5Rf7^7$rAO|DIkSJsbf*6U6bl4^R73l$lak^HG^x}gZ z8#0VeThUv*guw)OXD}-x8i$iPBO*Fza5cbOXy0BOe23S0-?uvbI+hCKU;|D9x~D>?c=hFcrP$2 zx~3zT|sZ!mvFLn z@U`oBqzyVkZAkc-l!S4pP4s~RaepQ>A}U}a;eH~CTT1b0ZKwj^K6ZA1H(cpVLknDj(J>*9+R9G)3H>K?yaf1XL)kzAQujFqyC@Re;^qR0g&Wyh&aTt!C)Fq0OntaVW-w zmOs?I4z&a-+PXDK{jnr-toT638u_*^=mE;2*^(_>sHcZ#D{Z!5jgKt?o11;u8F>rM zUx|UH7ezOv>Eo#m6aH3l>Ry606`Dh&0s5hM=P%#|lv8-NWLNi|1&p548KL)|5UH>< z?QsgYjz^!OkzB7jZs;)8P_~-}Nw=#la)#8d5GToJ=fS2?h4d!ZKu~+t-Mu+~*Z8I{ zawJF77uizgQuncjPxLhHQ)C;UY)w4d%akn`h(^xS2Iz#~1icDUbDSybjaZackNWcp|c0DgU zoVMQVthdBuhHUE~^%dq0#wRTvHq1OvsjlC7>8$v~J;AJH!L6BZ#^_reSdp1~ua# z!q-9y)GIq@&X$YA&Nb2Hh2hygmIH$Wk&Y8PkYxO7lmg*T#LI}<*87quqLE%q62P<) zn4$+Mpmj!lY4w_2X-lh*9G5>YK5{al^=rJ=(JG`kdCDoIw4Y3&Q(bNP1Avend|83@%ex?0*%A&donqn~TCUiUGly;CIiY0<`f)6* z>dV}6A^XkeU@*uX=q$bLKaoEM zfzA$s3xYAtpmnh(+aa$fvJ51KC#_RUm=9IeI`pDY6Y>Ek*0F2?@SqSi17gXBc4V^C zsI4YI0pw_)o78Ko9J;;U{d;Kwx?e3)W?47dYP3ScIB;sYk>gUDaZ>59xn)N~U#dw;`O52-3W78xL~nNQ zH7F33hN6c0P*jjT2L&ngG};hq#e?mp>e5WO61wztHHaw!z=0;D9csZNs3qJTn?)@X zXwr->(!_@wK2^$BQ#tF`Nz+2~#nO`{IiNbGkxZpnB4M~N)I;p{%xrX(odt;mqiQMrjqI5s^?E z-%{(&s*T;sCpLV$FE-r7PRtjCvP|h?1eO@rQ8xAxqSQ>|O%oqQrBIaBot2?McT2g1 zr>;x&c5|#+U6=lRr?>YR(4e`o_XWH*j|W3)!~{eLZ?8@Npwrv)A_wR>kOb%%1?b@b zCOa3RF-oITkmq;uRzr3XIqt(CBxYfJ@r!iHj@UI68)N$}1M7261yN~v!+wRK0gg^` z8)9ie#-2#UVuc1krkddxE!YtJelo~0v5(PFl<8XZaxesgwZMJ_7C6CEv5*s_E0K)i zN`_&uwYDS9jYN$`K79GNXb`buvC`ao@Wie0-%Dh9; zM7A1Ph#A=}gsFN+wev-BYApJ-Pdh3dfRMjq_E)7{tGY|g)v7}3%{DF9opZpkRFEcU zIh(SvV6NIEXR;^V=+_Lb(&kRzmW9Mg8ZwQf+u21I(kpF<9q?>Qlk=3SO=&2^qGxM% zVD{K35i7zYHo+u7pVQS=8z}QS#g-ESYFTHGoRO!pryw|!Lh%FWfd@dbo$==hpwSUA zr1xN8$ct9@bF&dvTFSOOL0($?p19xURuW4aa+JhvTQPkUiu?O9?e~+$i0E+?ox!8q zpmZ74PN||EO6c|V?tUqzFCuv!eJrI-%UL>C5#{vCKx67ouwgzkENYUTSGGHH3@Q$?P{XM_M`r8O&R% ze@Cl!K;ZnT_*1kf_bV;xLW{b@{g$t_sGYY6^*TlM>XKr-UPp@C^@+sJB%_H_uyzJh zJ5!ugOB(pao~`%#14=pZpdc5p>#oLdnaP^3gzVxx8~uWdtuvBMi^0-@CHg4K{sb(m zB_f7=dDyY8EWHRgq?}q7rBMa$`UNI}*I*gItkJ<=q<-powd^heV82FOrvQlz5w)f+ zc0dr83bEZD$Qyq+ZyoYy9uS~T=o#*g#!Rha52b`{KK9~b@H#*^0TIxSv?tOvTcq%E z$iXj^4`;Q1n4#IgK89p>cStr=C{4Wv*>7mRun8HqzrG&k;~2Z{dO>I^Cuu53>C9SA zvXshV6KN$kI-~IRx%(StHxJ*AvbRpvUN1h@egW1SXAOJ)GC^p**&#HcX?nKOQ3wOl zlb~*@uP}ouiM+;1N}JQib^sXad~=lv4(#@?@bC`n1?5x2^#=9h`+~*NEcIyL9s>S3-_)fk?QthQ9r#Ss zkFAg1V62HnZx~)rPmD}Fhww~^LezJH!tBk9{`g0*KL-3dV)rBoYidT#E42`st}_Am zIVf%yV0$!`p=B^$#1~k&p!YL3I03dJue~9Y>$>_MKt)Z^Jb6&+=W8AHWizE|P<@mO zB#|zVL~1XrSGl%ZRv`by)fWE~=v7-AHvESLV1?o20Cx4XW6(|1>V*4Mc{1CM!aD`% zE&{s`pPCT=4}6zZ+c%Hrg|anNyV>zNNKW^wJC=oeT&GqKehTwq!*$V$EPFW_Ew)Z% z2MO^}cTAezDV%@=*2nwUU!d&=5tY>`5IvMOJ0zOc4Z)nlY`k0=t@?w!Sv6G6fUzl$ z;x>4;VXiefmYyxVYoQl?fX0A5AcGlzqh<}H2%y69= z94zzZZMlq$d5+pJ>=aeYdBXwFJ_@jPulTFRyunI`16_(u5bZt5u2mLb??KP(^qwc9 z5mss~{{_+}fussdv><1>*!me_wTtfV25h&u8;8V)UPeT~xR#75Fv9yQ1!4XUn`Mcm zF;V;;g!}x)A+51L9s!iQ?tH^qrSZHV&3cKZQP(N=J6p1}_Cai7wCkB#j6Pz;NAz)g z?s0c-P19m9T5eqfq9^?9hp2AQ$G)sE+temKK(cUy#hWPZp6?yfi~P)vo)1#&t*~7R z(rmDc;Z3w!(7c-r=pEkkSgc1bN9me3Fa8S6KaCF9YSC%bJ$5!3^+&g{pTn5kDL``- z;y)y)n;nH(XECJrpzMsdm@!VhFYE{jpF+oN132wM^p?p^>FP2$Pr9N^E|9O}*hOHc zeF*kjuZjFdj+`&FeuN3d)y95@7_4;)%;ByQEekH;mbbB{$C7o-GAW%p!rQC!Y(FI_ zVG5CvY_P1M%-c90=A|SEC@To{WnR0CbbjHw`oWQhf$#bYV-> zYsb^be+I%B6OQ#VGO5vDwPQ|ulIJ1Wk(AFG(4r)Nz6`WrIF#yfCW{8to&rot$zXHe zJjmiP@(h!IfEYKkmN`JDpz>@F<|`q*0?TrIU>}KnA3Yz9P_!E9#xoiz;bd{ZRLUcJ z5LBaQ>G^m!J)e4uo_o9KdGG|D^$$Ou;IC*Oe?4`KzamHZ>)AH``uA7xdh&!M9_NIYirmI{UbuiZ#cY=A(bC(_|i#v1&B0 z6aAdWcIA!q^P2!5KEk>j>OO3!)pm%g85%t&vpYrs|BVC29|6;f`^N`JGrUUNzXaLp zA>}4$o%QY`(irn#KWvo(BHFPu9}j5x5A{l!pjHn_iy`dA{fn@Cr=0oX{%a_62Vjo? z7G|0@EaR1L2{L7-OxTd)=28p7XaWSkcc{31uzOnD9PbcqUL^H@M=c~T6b1K1jKiN# z9BJbxM9^bKd?R=o8%J5x-~B=CIF_xqVF!4<4f~^h_JN3A<0JghR>0Qgql1}i^aQvzva}nPuTE;R6XMlA#Px~!y>l4$V<0@YWB-k zosU0D!McPdCyLvxN7^r@qonBcr>IOAa5O6~wFIT!&lm8J;&!t!v|&`JEytv5w;t28 znigftR>N!eK!rOuxZEKWV(#^j+~lJF&83_Ik+%EOK`wm}SC%1KwmP+290Tok$v)Ul zbG>BMmSeI(!2=Z~Hk(8!AsisVHSc+=cW50gS0GpmNw9tw?W47d9cCvkWO7Ct%>3vH zDrp|cxw$aLa`OTOu0WSzpYdxZrFF>6O-k6!O36zU?GHrSwguhkc2HzrktaO00d#>tHSbGLyYzk*-x1 zml#q>vMTb7;#Vc-jgtMwzf%jvk%1wq=d(94uP1A92A^sHuLKr4DcuwMui*T{NJ9j&gxbWgA6hZ21J;h&I_yUOYuqRx|4q#m##8B(ObaF@3!P}u) z6h4#+weihIc$_ioG9ygjW223kHIkiJ@W4#u(| z*H~v$dL~a#C7vEhOozIv!$1Yzu2(B|42w^-VQY#@O0(5iB|rn~$C@Ikft8tcuZuxe zQ3LG(teTuK$vMkphdcpGJ6fh;&d%h9EZNC^Gm<&3A&Kol7%egt1oy=)S7?it!KGuR z1m6Egu4ELD#JG`tpH?!9X3KSK6TZ|%Z~!U@BmqMJbREY!r(RvLW0>Hlz!+*kIpFIb zX+I*Q@3LpUEeLxGpH-a15?$2UZ@elbX zGZX5xl-q{gRG+~raI2Qk=lNJ4eY!ihOw}^#mBri2?z)6Rlq;4Q?D4PbSTmyKl}N7>iGnlawFcX7Tbr| zILGt@p~O|RHw=A(RyiFV1%Ii;hoDmZbga7S9RgWJIrko;Zu$#~;L{wo0!p6z!36I0^{oPXQ70vxoH*53|M8M`L)GmazI;KnwRdf-D>R z^1j_%J07;kSp!Wi$YOzNj}bC`z*Aw7CSl3r258uVwtkcHfGefxes(#1W6~xs6EI=6 zxqSiVO>e@Lpgy2yrM@JkjvW`2a^mH~a#`xB6H5yu4eyljL z!aRn^1J$>Y2?2fSfxVfA>9xBT?2 zlRZVK8*8}i_lSu9QwVGC>f6W)+0u(Y1$FngCn_wpXK zNExtk9Mi4gY)rD`)uFTEH^}5B)05+o##JEVcS9oRjCngcJm= zH!{t87U0mC1cJYT;Qs-Sq(s3~&t3!BVl0Fz$7%154{*~mvZus}59e3$SI%Pono+=C>3RG$*U4X3I`De(hv^=?G_SB{A%ENUEW#Vcojny4 z<~Ehi^d{m9{I{DD_bf!HGkqSOSuibhrZ3>BNt=ynfZ5%O)sSg?F-;wNwgCua{k97< zzzof;9wFN)4?fA}p_CHXk0oM1wP`w~;d$a>tldl5WvT&G~^mNDZEsjJSbs}kxe z^6G?Jl(M8yA_o;EaR(Mdi3VwolGrLuW_>U#C3T?EPslnEzavc$UbY}w&vBhms)sCk z*2`HW39EqUB^S9`2A#z-7nT{~F*px)A_``p~ppteftWazj zz^B5-Nw-!>%M?~1U8%5a=`!pIh>_jMQRYpEkrROF^d=A#lvkbc7~bRF;~M8c%p*qr zoyU9lR$`~OpTOcz;4u(O6C;n}16B&<&%@9{lvmTnb)x<8Cd9(~Qjnz)yoLHb3R@}N zrm$SeTLn6xQuzwY5F=B7aWE#df!N-0|D`V{yQ}PO-Z*3&CJsDL1?t!E*tuD&hEg%J zl6l5Azbc?ST|B_e!QF79IIgFS>mG675+i3x<7({3HvZGV6)s$F_Dk6kDG|2%Lk@I0 zyP*bECT&2Bv;s)!$QT7e50=X^btTV|9?C-w%v2CTJPV|JM>eVfy-QyTU#LQ!yl`x? zlakW}eReoAw2&v~k0ei1I&vx5B8=e|7yP4^NE28mnxAA6=f@bq(?d;&fgTa{l3yV7 zn2?WZo`>m?)TTn{-$r^Kc$apss~lwT+h$W2soU)8w&`k>lbhnh&d|Ki(CS|Um+K67 zu>qgo4jD=-SkiHN+X|(c7CE?sUAzF$3 zwY88ESObYIv=HIBjD;`w*=ER+V33D3+Y198%=-?XpZ%UkSL**r-VD9^cfyOWD1iO>J>chIb@~hXG?ZZi(h}Oty7&c@psuII z)1>C_^4&k!!_@V5b(Xq*x^jy%CF|HY)LiRi*u=qv)YuEMY_g$FBen0VG6w*YR zxKz1tWy7b@s*jZmJ)SMXL#pzwrBDm=mlqZCyXuy^QG z?<#Ue@mJgfUqo)Gz6Qrfe&-J!!s$z;lGW2p$&T|Urej+-=IPtMBCQWmeOD9 zYGTPP$>j31fN%0>o9(Vra)=6O8692&l7f%O=mSnHeqcwv*=Bvidi3@i*s}pQ)`E`H4u_at?pAU4omB!HwsbP8g0dcdC`gou?p=cMK^(+ z{5-DBaLy(Fzh}5xF*!PZE1wXICx7g1q>^*O`E{2Lz zYxUzGYjfFmHs9SN&sWL|F%t_?VTj)B&rnB{qqKh{YO5gmZ#D8MUO5WGq60DPG1Lbt zciC!(G=Y1G1++J{W9-LfH1=?4#C@e!g+WtFohkS0LwaA)bt~T8G$j3qF!) zUu8>?6rX~a6XZI)vdD?9&eK*D6|B0|S5p)6RgUn0xi@iCtthf@Q0G!30a~K1wgY;B zYl^nXp$rd8Zs1s`d@(H9+@Ec^D!On>bnS1P+Bno$dB7&fCqfo##WFklQMDkvgl`^r z1_Awr4L`)dCfXE$m@%NW4KB4oS_lUSPI93Q>`6C@{<*`P(|u-q#MQuaJU1J!osbg0g$DJEqRC>zpw^hrQKCzzqQ7Yit^ZA zng&pjBX&5_&>5A(z6t2u#h=@3q-D;C+CCTXr7q$k$0$)c3sTlQ$x*2c7j1tNP8{pk z#grlrh#KghYDTR#qYHAze~2;%v?Wl=Co0%jlyU;bn*p}`3`)Hm3VMgVdAKkg-VbLv z2R(Q|~VNN#@t8>Y)x4w(k~;|%gZfjwv+ zxEBs60wkEJBRkL+!5~&G(S^Li*hIH!o%-G30=5x*(&RRGQ5M+-AWM0Z=suX(R-=2k zC3B`+%xM7!=cE;La)52Yzz(vjM>4^#sgF~a=$QewhLTdtPzXDWm0tEwfQ$j_e01-q z81+ZZmSOWmp6Fw9D3NQ>Y3b zbl6n6pF^2uGpW$f;VM$+_#V{L6CrX_RNeCoLVKR0$1mye0v<_w3|Uok&NK99na>6> z@agvk99CFL+pwB%==L8kPV7DY^ zp>aEJlJd1!I4xM*F3rXt4*yB`mY1N2{`x7*vO-io5BduQIl-)!t-v zM55>>yOyEXXmINgrEfxik}j))mazK*bs-i<0{aM)s{Ya;s?%S8d%D_J#uE)$`*lx%Dla_=vao)6Lhsfy;CmQVg9)| z4(6YWHf-|Ta=Tjnmb(0Q#LG*xTQ;cGU7gD}JPb4xvp~yXASYHFT23E6tUOp&eYSCm zR(%!()dFkPit%>CdshD=dl9+Rj8s>`qRw&5GPZ80HCFWm^(i1GOu@8Lfg7U0-oh?r zFvim^trq+sQ+3MFyj|+@4cNT4gG{4LZ~#;o?e#scTpDZ}4H~5sFbPF-1Jo{~3*5?2 zPtYkdEJKrg7Blj@K~Cdu@Ox0txW;+5J1Pe*lv;!WJ#Fh zGfKNgAmPcGLn+2?!bj=3=(b*DQgV0+@hxC?43p=G_1?t-I#h9rIR9b7E89CO*RBTT zm3lk8sh6ue^3)xhIvzX*;x6lW@FpZ~_@1h~Qn|vPeZEU%VeL^;}R1WGs_86)YL$Rm_&=;Yi@H2L>Y5arauxaiv zN~wjgj2xxeu#1!H=1?An2E_dkFkvS%2z%AHKr~K^(i3CogT8>76(>`PNwLW8C)(U> zGhn#N^0T9VK&)#3CG{bmj@N++{A?!*;^o-GPWA(Wp%jp@i^%xD$nL`JNG%DpL#u>y zKaGQ}9I$eM8M@O9Ei^-G%+O*pRBeVlX6Sk|RAGj$F+){mXpR|LTTb0Xg-oCbkn44b z5!0r!BZPTnDw=Q}O#s!!W`lZ6g4F%XTL4PYJYe?HY?z7xK;tu=lYE5p&Z&_+4~%6ta%s$B z3$YafTNF0iOIM(}p(b!+z&IU}=)LDCb=>JthzIz1I32p32Y8pBR>}zi9@R7~_RuhZ ztS=`(_(&?{1SD{$!lK6G!Vn;>mCcksOCfZUTDIbusY+GY+zpK+R& zDlZ^{jXMcuD5dOLDa{wgX%i+{S;NFHy#S>fQ`5CTq+c zYY^eaG{jC#0K3qnJSn=&iP$AP_LXF;balIt=8G;okep!22_Aw`E9c~Uo6daM{KngR z$O|5ms%f0$?!Er74f}EPI35y$<^)aoIWWw{>EQx6ph9aRH&IyO6Q5x~X25vMYTkf0 zMe{z4f#kJ5)<~ODIA#Md#!3Kbl89jUqkGAbVz4_{MKa%i;Dvsi9-v3yZ=N22nnzFv z2#Oy69Td)v8vEyAG@4COAEIxZLQsr(4Igksq|8;@lLkl&E!0torHifY&5O9*@e{bx znwH0^0`ajU+L5}{T8x%tDYZqbT5N^a^wPXqzqtRt4A-eZw8Bn4b?|62%B6$Ca{1USuJ8E z31LD&rhV}Wkkec!;RwC`N^UE-4`*2b^ja_r{B`5rEVUKj3 zY9^~JjxD0)V^le8vy54!CNq#?ObK?k<9E(85SQ5=B{8W1I}sqM?RR;IN>1v{eI)+I zIBq5F^)I1{IOKIEs2;R|h1?g#mb(B5b>{>|1uXecf-=pBmni}x0Ah!`Q;02p1r3^q zi4)aHGR1l6(P*TdG67eaYJ zQ2b7X zR9{z1|Kj(9R5&`FUx6BvD3P!XGNh%hwq1_ptq-T$fvdi3`f|zcDW|1+1FMZjr~n*P zqcmS@-9@%!8EBY_z-UhpE_jcvBlj`u@5y}(q_08UiS$xF0u>Y>;-p+hCWVONY%Xw` zOPguFf8FI%`2_<;AXX`|N*begwuo(G20bW$)n@Tx3=?k=B^C6~0s@^H?XC`H&Q0ee0 zbE2?}P79V|sf14-<_1pcIJPGSef(>JL@T0dWi z(?ufF13p$VomRRym7uk&J8bF>ySl^C{=Rcudvu5M`RAX1iIf2JEr5$(KTIq5U3r#P zr{@-VF#6yO1P=*3&W^a7<-wFNYVMnk0XJr7;6NvX%HT7$*l;N9q(|Uh)HFR3;azR5 zE&QGgkGr$s{I1Af0ooBE`CHi1CY3~=`UDZ;zGLD(tNYm2NyY6RU-YpYN)H#_%I==V zd1}`(3l4*{w8^K@U0di17i29;}uB& zOp&7iAsAQ*b1l1q0~Hb79`;f(1MLgB{DazhSijXIV`ronX#N!yb{(J3zqQ9HCfbrqnXFyW+X|J7Q?_O|t;n6>jMfzD zIm#DPwmK+S7_I4Pb?Vj*9H(%<(a@1{oy>&OBKIF#1UbyU(TC}6BRES-?B<7umT!_~ zC_C>Gq{-UW5SY`BN%Jg*3$#>rJ%D4-5B~$+m!^KWHG~ZPIOrd`l9_ z?VG;TI!2BI^%ag`R`NZE4jNz^&>xWG19VHru$-&K*l*F1*htxp%AjG`dOy&F#)>Wf zNR{*UDs3g@{rGJ7u-RZ=k_?vs*=*41Ww9lMZ*hMo)>aNwk(l3)n5dWepm)=tps4E* z#Ybp#*>vp1KUx5OJ#_e<0Y!x6aCLesgtlrS-h*#feh}3?23w7dXR?c&W#o&jtq-Bk*?kzibeMOUO>7BJR}^B4-7tP zN2)!MkLHnzztce#pFtxWcci2ig&>ijm!PuGa_0qoE^G*LVe>_^xwUK$okm4XwcT+!vqGF5|4hA2p&s!<>Re^xChu5`Z_uNZ9++qDN@LA~fqR7|?Jd=WV~g|r8W zVu)CW^GvsC4-&}`nv4+4qiMgxpxZ~e*gr!lR2@54=a6nFaAE*{mD3~lGg+7M#*;S>Hj+Ji*@ z@@>>x)5?BAb)xD{_CVV1qa;=ZK-~DSW2A3)nteN7%S7$Rp%O56%pst%^+Ry4Uv3+X zc2Km^$-BDK&%T71z>Qid&pPxmoojVt0RpaA=+{czgVMZ!x`>5osME5@&;E)}n3#jG zmke`zM<#Y7iG{V!b$m(6-G{c3-1&JgCg5I-X55d*C*aCW(A;)l0-nxZqv%a{C1+tj zRRpu}OUOaCta*@Frp>IBY%5B~U49lse~`Et@yg<3@DQLcW0YI&H5uXn9dl9o^5|%b z*zyoaR*Mrjj%alsdkDp7a-Vi{9$fujmGjZiXw~6*<-(M$wtA(l5ZnFwP5fL;*uqc7 z%%qj>p%Xxli3*2gg3s;jk9?lINoiTW-!cW^7j>4w*81NCLq zABZivkTAHR&D}1x(Cs}MuA;EP{%nmMB1r5Ky5HTNroCInotGNFcen_pa$nyQfaX_; z)Fl0TqpdtgCJgu2ByfBv$IkTgI_9MADb}j8g1~8xP$|6m(8fOUPaUj`hzIKqxx$8K09fogw(tn(1 z#<_6s&@Q31()KkkX|aWdJ2^>v6Sn0BPHSA;{s`Q_&k+hvHri-3aGC^VXEfbxYtrw7 zKXfykXVb$2tM%;YGH&ru+CE23_yR7W;JTF?FlLrOpGnruH5dFRs7v@IYQW;rvy_BY zw&BzMwK_=)P#-;;z&hzpJ!6@2(JDS1!k5AO9Ct%PO@hf`4Nj|Iiq{7?6VYZH@#f(p z;OImUHo|X|rO(48xMdb}&pc#_KFF|Aa+{G>QV#lQj{3dn;WvT=D+lw?;$>VnphfNf z7+35oxRRLOSPITcfLjcCL7CSf{SRx_{xxiLG>;ltd;=jgs|JkD|0%|UCPuhs{Dj2O zWVmp-&R}y5_U}#z8rqNxTi2_NJ??Tkv)#B-8|1zXWz%1Pww-jV5Pj_9(*P#Uz;Tsc z#mL(}&vb!EIYrQBC66J`iC-K7Fb~0VV!6IMr7@&zX{X;K5ocj{{TXm$r?5(gcC6`r ztLseDg*4go3(_s6GHm{11GE@M;2jGBaPW8t7mdK@xTT6O0O7AH!e<#S%c9crCAlnT z(rHEIRbxFeD)lz({H)VrDfvz_B?K<)_od*_pnkQVZ3mx0wqfH5tThWqJ_Qeo&GWOF zD9Fe9QBDvRzG-bF+Q~CCFLZ!t`Rco%rMVk-7LD0PjlmYiC4MfXDsV!OpUWa?ohEQU z6+fEsVmsi2(DKz)Ln&Iq+&0jz-~{C=yNvU{-=>-o(Px6_`joOpyPQWWO!UXq$t2mD z1uwhCAqLqcRO&4*2=|^;NBG%6UI@GtXf1582>^mSGj0j(#W5uBS+)Xgpq}{C`zVP% zW)a?$kp6o|30nV{(&^Yq&n3;^7n84hLt++jO z^vFQ+d;#_)Iv8-#H#|^6W^pr<(Qo zZ;l828ybY!e&l$-V4(~GXXm)mKYHEqlW{&k<2rf&7eF5I{cLHpN4y}2*}Coh)f<0sKJ^7^dD7VzJ4^| zf>}sXSA-{5q-_W05#YggJ!Uks6%=908r*XU*_i|<$9>0^39xt3Swbnxg9RPTT@9aJ zVoN4Fa7`4R7sbbv_eE>_wBzI2gYnyH={mk-Y-TF90w6sr=jH?w51Wa`wndPy+@yD0APUPe=k1 zKmoC(iLm2-l_j`f7ni5pTu_|25jV5AFYcHT0Norcv5ds7{-ytb{wnHPU65LPE=WK{LG`CexMDy9o(4;rMz%jZEX$v!>xia=Loc5;_JC6 zbyu~$)viy%W+yH#we#ZCk>bi4hv4l&@($(EF+x7^@`=)%-b`_q&;Ibv2=C8?+8_Ud zHwi9xV#_D^e9j|AKBRXVrheW4e#TNcMh8Vq+CgN_LDvQKbW}>sFt!vJTj05V0kbcp z@prMrB69_ulNVbwphEq{mLK2)Zt*{mYjDjIK~k$q{48dE4@*V3J9Zxe@B{ZJ9l_bp z5eBV-M5oN)`XrHdd2B^LSo{MylkVjx#CmQAKZybj76)A}J)q)5cjX#4+r)jArE0F8 zM|(6%5AG^+W}#;=C4gGw_(N8IrEj{nik}b)53g3eed?-SFvK*rA5IENAxwvOkGi%u z!i)vZbD!I8cXQpOVHS%5LM>pMM*!I?(6LcO{ANINFZ%#o+f#1tbdqt`iV_=iI-Fqe znVGL0$*hN($%46a>&-au>V8vf$p8`veKGQ-jSlxYq|#j#B}Hj%U5Qrjuz0AgDr^f% zQ>tL7Ix^TrLqhq}u)4|#a~54j{CzW4p29wOn^*G$UP-5pd{k4vRy%SMZgWl?YQ;Un z5CKm1FSJSB4b`9@YTr!uQ=Wrt&+KRXlcpMK-aV+0dGiu!DF5pgG*(nAa_510)s?vm zG|~F{z*1Y47L&fe>&En^3)#4Egl>Ae3m5k^H4Y1{<1{h44BI$lAw4HTDYsXiaA$gm9vO=3$gs)o9zi7n(c05g1c zlRH~ZZ?fBTYg6Gxt*)O=?Z(tPI2oRIcZvtPoC+ZCIAl*J-Tw3eYF%C#6PzUF4ucu=X z8MZ1Z56+9((n}rI94&KKwb8mFBVC{CuIraGc*4`@CnL;nMEC^0cjzG=Z3Fx=RERD^ z`avbwPS4je&9-}}k!gDRE(sMX?jV>Sqhbk?V2d=`@MKbr65ko=P+_#FfUKhzmKaSWt+8I z_h{lk#WiTs+-0pRuSv%eVtdxEiJI8DGI#DWT1BKnmoF>s)+Y>hKLM9Yh($ZgH(Lhf zrns*EBqLD?XXbuv=ZxMXNmpRB$qQ4LdG(Svf>PZFkIsHfYvd)-_ZviE2N6@P7}3!E zpif*e-`Zp>Ph&W*VTF651|68WuPLQB6-8BQYcn7pnF62n#>(y~| zl~r3BdOp4vv9wTbAI5@mCS9PYlx1U+kd~*;a5ld@fS9O-a(kV)Y>snD8r{Hs32%?# zk~N%5R;9RP9&W5oWJ|w>S8=^+B~D2Yr_jd*e9YA{J1R0R&(^OX&dD@^Bb;@HiNG)3 z#97CT&oYsq{wW5UN(?jwV_M3!4P+1l<)-Ob^_qaP0ESM1NQ?gn>WE4HaQZr&beqh| z-b{&DwiKUgNjyv{OX6-ZavObY>=WW^@sV5sVlC4{`u9zMA^8wm(gx*~!t6hn&8@mQClA8vF=S zXO)uI-PE!lT|lw?+@e02eS5U*TTMJ;&-Rj>B?re}Bgs6ww1Lo?lNB_kJgi=@)34t_ z#}aW9G$yCHwm;iyY*mi>oW{#8xeQbFu3-srid0U~0(4jb*Tt-~?1W zhBr%4&-o(JM= z6Ye8|LjmwcsVK6=l({y-JwgI#9aU|nE`izVV%L}+*Q;?16Y>-7gngnAq8^K85_=}c z(FzVLJ%^9!$i9^CdvWEkPLpCUkPv~z6P@y9@kOSo-w z5^VJd7~B2w|AgCWS=V8z-{0b;0U8o1UK)l!im9Ej470Gm#Y^=_GI^6a zGFk+>L@j-&$*+p(*Si23W znXv4D*|A`B0|+K{BFk^FJ$0}RDYP{Zc?BP|X-LB4<7~`u1MXqz z4RQZubuUAbx|c5GRrem{&*$j*cn_ZS?$ct+Gk}L@uJwX?@M*-A@f_mA+YlYSp{HI+ ztllb$`;UnGn!4g1LFo~RJ2j5$du>_bzLt`H#E0$e%(hOAP!V*M{w+k+M5g#q4)7R7 zk@GvrG^RwUxoFc*@KPgYdrdl+6fh}66o~g=ZH01il1r*mm{nR>+#wagZ#WMDF|rS- zS$hdQz8{}Tls;|o=SRLR@qfj4GmodSAAgi`@L)WG&wAyHE97Dg65p2U9I6Nu2DN?! ziEZ#Hij1#B46YN#=l9yO#r?mB>rofZ)=^R!0Y6L465>~;@XoyiFC`LQIs%iVKs=3O zq?EB3DIEV0iYqldaidhDBtnu$N!%r2mA)0H)sSR1iA=ijgLvRl^1I~m)(gpKtSRC@ zN3=;0XZ)ul--Yo<@Xc?wyjGrqE11(3$`fGTO=bj*;&&5p!eyp@(@cFffjSvGQLkHg z>IUpG@{c>kmU8}auh_DXf5>7>G5^>mw#?=qtHqWn^zkgQ1t|CyUbjX$hjm7%m!Yo+ z=H2!2ei-F>vp0x8ye19bEr;>sXZq-TAD!u2DmlRbx0w#)V&r`+Ig}%Xot&EplgZT@ zXEKujp6J0L6vHpMQ4jXxQ{|UaL!DM10s77ek(~D3;_o6j7@^jdpvq$8I3i6Xh4F*< z9!--olkwU?%1weh{V)*;yfnZu6q+ohtr=3EqC&-%3y>99ri|PDG5x}i044DV>0;2THdX=Y{5N0Dy(G$NGbr>@y(2{RyRW|6P zE|aXp&f;M~jS?-S2~QLs8Rd`or&#VN&r*ej_=or&LqlBJKLezRcM(Wplla5GfDgo$ z*YH#l8^wnY@%ZnGk9_zg$)h`^dz8dIQjwClSB(4&X(l;VM5)%C;_c6FVaW2)4HDB0+xEe)c3bs5LIh zgKC7tI_T;gOLv^3&o+@!M$Kw^%PKKod=%i?vLQ9{7(SAnZtVRD0^*?~#$IAIXb=h&uESShaEl~1l+W1@(_9DCSilYdgUO|;Jdg7 z@yu9=su75$>#vl@Cwl(M822BgE zBcloR4L~J(*Q7oqBWS)Ikl_+6DJZ{r#gfZeK8k&&x{B@GktV`>shzp z=OY9u!`hCGsB^_UJKfVye5V{F*@8}Z4qdBp=?Wuj@h`{&13x%%rJf68k}X`UXTT_! z7cLCet5ND&{5k}l01~u=-S{fz0<-ua#j2bYpL57X`b=|D3KyEQ(k<*Ec%dl=XOHABa>=riv ztJwdf9OQyc{+{*}H5Xf}cW8W~x>#chu^uFVVC2ls7xb%?C~uZN*BsGiiwxe2sdn)O{RSCv+Yu*%u-%nxkaR_|L0==; zO2A)AGUecNC>E!LjlJ~2uHOTQXL(#u<7%eH6=G;3*oWfWNS6aYPb&>eB5`pv(PD;3VvYFj<~m(=kOz(}+a07ZN%yLuF2+XzGq5CN_RxZm57 z&&G|ytOQK_he*b@5qS_k|11-#K=5!IR*(#7Z z>0;Qa!`M7bDTqs6LO$yJki3OljF34nNt;q&O44S>zo%%^f^_U5phoW8Ay@nqdp=*_BdwEF9AU7nR zR=yDX!gPVMuNIzT?qDiAyi_GYd#hmo)^V+bq&-{5B#x zf-J~DKi#&}AMi0@Kaq)C;cvuj7G1c5Zts+ThcjiU4*TbSMe1Do6yP@4nNF8dk@&<7 zZ8(37lb%#AlQ|T9l5Jgwm#L5bv6;{F-zb1b!#uKP^uqx8DH(v)#p=s)@pEMOWtK9# zoJhX=Yl}OgtJ5(3yz?%a#l0eOkhh5Pc4A*BhO-##4lpvAgFYD9BceSNMVg6yl&RR& zVGIMlx!y4dA%R+|87g*sDs8DP6R?3MG%wJHuHx{_zdZ@J zfudLn>2Crwvy#?K^5^_$W6E1IomBucMjBl)WR5htNR#huEH=m4p7FpFl`($UrSzf->eQiDyKT34H2&D1`_<+`0@ zvd4*KJN!j)(%NgcsS_csnwHF#=^jGw&~Ikr*P|+F$9J)j3Dc#0S4L|Zd^sGuW{Ue_ zzDkyHy-CiAMkX1%U`?ua?8-2_j#f)03P5o!XK>h>uC)C{)5St5z3F0>{I9@d>$m~l z05JWbnPN*E)u5h}Y>Ttxj7t67&HA5tLKhNf@<0XgV+2$|r(wYrnRHQ2<>%r>(sK4LUA=N^JoHNUL}q z?Wn>{i?gKV_!*jVY&-e@JcnJj#B5~Ft_(EKY@C59FV#{#hYgpTAl6DF6G^Kam2p2L zDzayGqzObZ%HWLWA`&fGw+6j#RSE^eGU6=g;1|S}%^?3^@b(ed`ppwiCGht0*S5}B zh?|md0t!NIH?h20Du5p_vyiQFQGsm5rCHjlA=)UZt&KLGXW5w7Xs$l$C`YN+Z~ivz zyIe3f-=HPhKTM0-MC^uM>tl~&(;O!%aYAW+GP`v+;3ovfX$im)RPE^nSE;28PnhM& z%M8vKW2&B#+}*GpzH44WSYPH!O74=R@k4$kXaIh;v^eHJneg~({eEmRnX_hx zvqi|X(xvqQQ9zk`ZN6F+GSD4I0MOKgahJV6lh5bikT5+B@&U$x}l$*D7?p>gvn z{RSp6T5aI)%^!GPei>2*w**Q#5&Y!9VAmeH-AdmGM@7TZqmc@H(4dYsQVPt#!j{U82)_g7!u5D@9V4TK5(%Z*gM%?R|^JXltDj^`7;y zStcurk#}KrIzWbih}S7k81y;?PbS!=%zIX{HB}o;IA5joSc_vXA#>Yr@o18kRY~)z zq(XKCIw>v&&NbMx_%gRuKG}n=?ufq&K(+e3J`Ht)P$0Ad(Ds=Zz<6*xVbyu~)`XpO z6~lG-y8?eR@aI&RM}D?!)pmd;iso& zK()J!Rgw}_D5x{pe0+5ZIJ<&l8~DUeYTRzh2CcjT+(o-P{heHe!Y?*Qy(cgX`Y;l( z=R<>~2iP`YJd>|`+ni(ARW3%CS){qm8?l@+cJl1Vg}h(Sc%63b-`fuwPVE`Lun&Wb zwcyDw6^g^31U2eOIlsyk|5qIJ188Bw!n19FDuhY;-`O>Y>J)NNZ~bZ0bGF(T@tmzT z>;!!+t9%9pXJ|M8J8Sgvbn=x6V&A{%xTSSP8txtaN;<#9IjyLvu&K5B%chNAR<%|e z^3H+wCb8u?a1RKSCT)TP67c`H7x+mu;u@DJ?1jD11Q#i&ljK9W zqAv*^uvw!M{+!;kb2{bptZJNZ%knzGgmXIG?NSA15{n?shf;~xY=qLx5MC6rVYP)c zTst(g!#ixz3oxx5po{M~7i1$YO}F7GBnPk9@=Nfz%RoIm@I@3OPaz1|#RbEhc3>1d z=1G3~Y?AJS&v@j14#V*4#t+_uPxR9kT-a;dQjEhmVq^`X#6#X;mr*6Q%tW9{j4a2C zZb}}e?V$Jsgs_IdPlm9K3y3(*aYv*RxK0%jD-pqczu;rg@(8FLw({SqzLwRTNm5O0 z*+SG$q)B1;LWmKvALCcrK6&}DAg`uYbH6R}Z$|}RLn1)M2k!*qqmtr70emD&|FAe& zy4XT~re+OJnUQmjpav0AJL8#rs_dN$tAkKJjE6iGHN6$9k|1mPKkR)8Tvb)O{$f&8 z6iiJV%A?{?m|~8I!y!O{Kv7h*G(rIZ5fILCD3zl?iAPMEXEU{I{IndJ%rU3RAsfsF zt*katNoi_DuK)9_z4zgOXjb>T_jmvITkxK>_8Q;!UGJKwmyId}uK|=NgRns)(%vR1 z%M*U$zjWce9nGa;|6oODFWsf$VX%dmXL;R>9VWXI$|48hN$kDpJ$K~Wfi+rz-KkxXWFa-D5)a?VJuqXge5pDgVzT?ZnhWi|I{}2m( z?d?@<-iD#-xb)oH;cKZ;lgv{!$t+i~HS3Zr94Eq=im20IlPrYU51ZprRiP?!Z8e$w zk}9`#r(-z}vVY(}wtNK!U8q6!SKq*{--}x6-2^?3@-dhwSI4L|@5j)0#b#s+m!}6K zcC{H9ONjPB|DMmfX3wW(7A1KAyHKGPKC&5Zj`gy z_F+G<>lqbHd{72)FlE9y<|p1@Ic{zzZUF(oc`iib#WqtSEnLci^h4*KuyqZcdmMKN z==nkB9Itv!Xd`h_6u@M7-?%hBvS`|`~=ynf-4 zj_zXP^e|7H8NpG*?Vc6iz|wzH!{BW-w=eLyWQ={suo}wPbGH>$wy%~QCd5QEe7L9X z!u!Xr$L53P&giOMd$gCF>i)3+XF}Ie&V-;*T631HoxT@bKZX<#Dqu_kEdL#+c#E2}4Jeuu)J@vzh1r6-&A1M?s5$*!E{zNF<27n?UPgu1 zQolzn@?~EwhD@g+8HS2Y+>&8jxd&!}7Tg?^>SQA#=Fj#f4p=iE>E|5f7dq0{?(+&t zso0S?^7R0;6{d+xAd|WRzmqtzhmwbLbIxtfLteYW&d>10%kc}I z02X-i4XEU|HFu6QOB!4Bt$)!s{$b~DNw)ix&*_ato!#un*qdXA2=<9!(4K$Isns&* zzNPnBF`e-m9gE7n^Re02%WDr7!&lvld<`ml0?tdJ2T@-SyW;?Fd~`g7QCfYReO)-r zW6@AgM7wYp?m+b_+N~mg#}zr|I$eI1FAtnl#Y=@m;VGA|rMjP@T^>Xb8(iSJ(B+Ca z?nIh4KsF#1FaaU`MSEbiElN*vmuK}zF>|xv(OC|5!v6K|Mn|1098{k-jBVdQ=7jN-amCXsQGV&m( zIu9EEacXrH((U#DQjxe=EvW3%`*GR^^TS4-{Ho_kF!Lk?PVhm`ORX@c0u}=n4fX1H zXyGugq8}CaPAcxb+gOBbL5nalr9stue!!AMG&I;>G&TvRMYNyMym233(V&4C>f@B2W}lle0o!9_ zi}%re)(>e1pjL4Xio8`F{!eQPFD;-uc68RCoyQy!h>pMVwN1ER& z<6uJV7m#sIQ!ygU%4pcF;19MB>kGf=oDK_ZOux1v@PXx7x}M{6yO`_hhAES-YG%7t zS^TFXvv3Zxa%7eVu4hEd_0HguWIF~(7%o{vMXwdaB`iv_U4w|=-a#J3u5=h$tsqu( z!9_}R!Fb?%M9ne#)wDuoSW+dW6vPlKv&gAcL!E%k1QhL^3d>*oILytzM>F&euGpH+!s zP8aJ!&GFh0U*dQVFL8`fFL9vF!uvXy4$@!ZXr^7`LZ;we)o1xkUrS0a^{hCE=ETIx z6PM?2$Ma$KKPYUt~?diNK$)vjf;|UtWxN=l&cG1W?fzMtLHqN@$j-Y zU%^}DC+<*MX=D9EOGZ$mSgyIpD3*q>2e=9Qm_Rkb6?S-DJM_ey`(pYB;_@4u&OKAK zS32=-Y;@T6xgOTis6fnxgiZ{yH$wT~mC4u{9OUf7H5Q(I>WcLfdm#FCTn_Vo3#9?) z*X==&Lfm&yiQyb4$w$H3e1-BX1_ykFa)|2{%6>TKTl*EtzJT~QF=*{Q)*o8xC+!}ryX*>Jy98qGT?g5hNCqGmxK>BrQYI>sty|`w`hys}pVlH_K(Bm!S=tG9Bjc-jy{nbXca<~TZo>XEmL>!4faKV_VvdY48S#>7 zs=#7H>em?O6zvSEv1VwL)*A1g@~JE(1#R7>pl!7jSSSU}l@tV2OF>&o0YrdXhYRNo zoG&XeP?_1=J@3QzU6}Wi@4SG0xDUhjTABBdge;M$eamgvJN?KXQbGwpN?>DCh(rQx zF%Vh>@dVcrwU%glbY@jQH#*Ky2eZCHO$9b7W*HCgm~5)x=yzw^y4b`$qFh3nj5ZB7 z{b(H-3l_85DBVwMrgS`&qV(pPm(l~Z-;3a{uXdW+42$-?(t|Xda>aL7?Ng<9)81El zi1v=sduuzD-d1}<>HW3!N*|~_54~uoRnD+#E0k5F_K?z}wPi|=(@K?|pv_nMXl=IA z$7$1*K0(V=`mI`u(o?nZO3%Y%u7OSzHabv}v^KQe zSWIJpGA^XiM;RB>_}c<{SW4qbWxSWh6Uz7?jUOxHqcrYU#wTdpp^U3&d_@`8(D;Hf zs!JuFRK~5eeLxv^(zsX|_s}?B8Bth;HUmb5@+;ORuDx-zQdCC|>V}UYur7=Sp zyU{pN8AE6srHs949Hxx@X+&8D_5*3`sf<<{J1b)(jct@Mn#KSa70Pk^@>C89G@eB< zlp9CW_`NcYqwx!6oIvA;%6Kb{Z^MY8rnwrd7dzW{XT2~Vb?XSu(5!)%@#=B?;1~!H8urcUjQaSI6m@hxE1F=w|n?M=N*J=!!Zf6SHd2>`9<}V(=HGHmEJ)G zKjQT1PK){2CwgM&g}L>(HZ3>1e;#bmc2)GkoGTWUycc>_e2LCg@+XDFkKw~OmbCaMZyTnz7x{=Kj9y!b$;=Kv3TcOcbyK#GUGQ$xH`xJ?Tf z5bkMj1?F?lR(tJ0mE`hmlK*zRKdZz2B8=nGaX)VcQ#=YKAPe@>|w=Z7)9V%$$=lfKX2B7Sv^g{^tm=LG@5r^aRpuVabYN%XeR?(>L@d9%VRCvcoxOK;(Rbc5qJ2qpFj zl$P}Vn)?I$tKSg(hGM3l9nu%EIE70b+G$b13-{~jJ zIAhJm6Hd|CmCIL{u#qCc=_PyDcm5<>IFM1i$;Q9!Hzq2^zlfN$BNn6mJg zVu=cjySYlbktsMNct=N!zDrB2_*_&%da!Z5WC{wvqDIaQq_WpmoO$JHVo6(kIqP}t zE}Dg1o-Gz7^jvfgw}h``Uamt2!NA|irNIMEuY4YcoO9lV4Z%CCpq2_-kd6FXBnl%Yg=gv zWhZn4+2p_Y3_5v5n@PXGu5<{CD^9LTRY$rj>U8585wBAL8HtDg;DaIK7RBG!-(Qr5i|JX&F;CJdTpePTOw*lheZ#C;dxen2w6n z)4^MGenw6&|Ed#|E`;s7lX&!LNTnNPXe%Y_h1Cj^)D9{=J<|N+bRI zm!E_*_1a6(>`&2LfltR~$_#e=6H)B$1x31~h2n(s9e==w^X*<|f|VeYl|;i6jy@N3 zUepXnlpkZJIex>bWF3!PqOo--F8Lff|GaF5$=VN`m3ok1oT@D==?dS-LlsHg*%-m( zls^x}3!GqD97ekx!Ky;QiAw(k*&w^TlM8hmb!UdUAsr33qSY)Az+K0jB1_zFA@ULa zo0@rj?zLaXzX$0^V*{hmf743?ymrmsOpEiR?3KStStiO& zZOT$;=T6x$Qg);Ash4$C#+eUxT9)zCAk2-dUk$RtocAeV-*knCl6tTGBn?jjk*JH3 zvj!Df{?=Y+#*WPx)0n4SDl1SR%gUk=ZSXc606B!?!rSnsn|>&oV_Lo&>0kT+nC{9| zkg+SFthf&Y*Oj$4Kd%kU{;$$Qk1dlf+OV16RK;7*V!hm|jBW&WR15(w49PS3 zas$~Sd-pdBK3=m>(o(dV(u){bCThlCq}mW+&o0`m{MfF;IpR=N1aY6j5BIZrZvaxX zUtlZ^sTg7u&tLI5zM`jD+psdXV&zMTp`(9mH8Kv;UQprNGW-S@i!5rtn4eQ260E8U z4)gI!{Vm#~(>Zp>Y*?L&*78M=QVLQfgRgD9pqYQ8TT;4PXI^}Gce|n@Eh}o$a)nmla@O8J->Bl~MIU#p=gr3*_a|x<7=gQJsE5aGdM0W)w8K84 zIS?rHKpPpN1!8c0uhYB z3z9M3vl=;@F7!l8fICqAu&E6v!ctyE`n;wDH!Ib{@mGDq^b)6E2b-r~Log|~h=*UD zZ)-qG;$3$feYH2?$ya~p+iQoYldtOF>jyOszN*gJ{O=v8<*FwI^=GowsaNM*&aIS{ zJ&&fKbi+aZZa%@^k~QkLQvLF!=+Y8R{l24qSE=8f_|=vb;O7vgAaUvy-{_qNYuoW@ z^n@A}@)*D?a8ajTd8?^;>NTYi`bT)!)Q%ha8qWo9UgM25yvC&sZb-nMAl&%V&RMzb zybs>4_VU}ntM{hEIV(>4qcf_YL*?1b!FZcM`wF@A((Mgd<-OrH^gJXQ=Y*zqk}uI9EH6r)uA< zeX6#Mk?5yteceyh(we7gPhwgrtNwU&*zU9-9xPkk@;Z8OTXC`jKESob&`L{mj_RD& zd93rEJTCth#T+TuJXafyt2xvGs=aV+uz}vo--NNKj7IPBmt1C#@~2>)uk0NtT;&hA zoIJ~&FgtLrwj1`p>Y48>tSa41OfZ98n(gw6gSE6QzX>+Z5*m37_D$npt#TSd&#N^! ziSk}Xyq#;tOGn1rT*b>T^g&dNG`q*h@A4mfiCv6sjN`WqTcqPRoT_#FhEug4z+NXv zz*N4A-omo&S4J3?Sn|;Gu>3hV=`0B-U+ywn%I|@Bk=MY!_NyJYd-S#kq9bO61&fTZ zx$rZvm-2DF?qfB1D+`fhNz9$qo^ClYX{INsL5S#}VHG9`xEBiOyM$jcB-o;ba)3N@9x zkJ<21{yKK}QC803OztLh1^kQ0u#dxcHn}6w7N^eSLU@7zzR}o4v<8C$2hZeE5)ne^ zg`qqV;m($jVEuIM<8X50IZww_JKGypJ2{nTW7n(Q2UVUdgaqgw138te zKaQbmqZRsTGg{)X8-90}kU>PKd@uZ{6SM5j0`Eeentd5g#GiW;ovPZZBOzOe|E6J8 z3F@x(vXaw?Frlo3r9VOQZ;42G8rIfsw<>>3s-oGVVO0y2$KA>wE%ksn^n`HbvzZ(& zoiIuZf)CWs#rDyOq(G{3vGi?guDV5Tr1T~!de)bBh1ob6OV0_~_Aim|<-A*8os8{^ z9KgA3m47%HE7|cshm)}{11Fx0oyC)}*Q%4TU%~B+$}ES@3%!oBWgFRoI4W)}Dmj5< zyq!vO=HbZ{lst}!V$~U0X0=6~k^K}VuFd&6OK8LkS1tyX4~DoH>{c}jPRf#>sN2x( zWE5w&2?z2146O4y?;Li{nN(HY00`6wh0|y7E6N^Yp6G|YA0rcR(ExsVe3I_yaf*s8 zds7F_*iP21R4yfjDrcUeq__DhvX$^WZ;*3?ve~7dx9#>kN{y=Aao+X`ctw8U44z79 z15{bnY7vN+Fjh>09Hj#0C;D3?w;5~9z z$@_>fWMRn%&~}%+gJ0yNC~pcs$Y=!cFKNm6cjMYIi!D%R$eC@p0K|XGFm=XuSk*%n z&A>-m8s}?OY2|laXKPLJjN-HuIJ?f)D(;!Wp(FukYn9L$XKU%flnS1l<=I*yU1mRp zqlYj^RXMpItflno2Wuy@cILraT`*h+YspjnU~SYXb*fgO2tMFK2{_>>I(}`FAzJmF z`yHVnwsEqIR!;T1%Ok{EVU1DeW$WWK6&9I)4ptI)=v+ltRrNiAd0Aa3^{TI;evAY2 zEnd9FUSH!YxB^#yVpo;!hI*d- zAn){6JXp~XtZendcV?R(u0T6iag}@Pveq&}3;YEcy_q$FROf7u$qkGPr&9U**g^c3 zDS1I1OJ7=R1keSH=WM&{MsGyEnH;WYr8jNp!G?^`UO!zk@~?1|6rO-3d2F-e$n12d z;xtae!v^OpWf=_#S@k$CQ&zH&AJ|Q$^}(?pRkPdshALZIce#PCH853S6q*GpX~u;s z8|+V2bSx@UL{_xc1E72}I}M_6a)SMM#RoCxdV?q|HtR%Pz_l+=)g04<2viup!j;u!eC`Szvw3P@mzT&{eHqHNm^d}KwMAnqAxsbyArgyGk~i5h#5=E#_~Jox<6w5 zh?C#APIt`lidNc6tk~<^(4K=4$muAXn_oFSkB#ciF~_xfK!)3`v{#vgK4R3L%T^Bw zY4NLJjU6MU;k;D7aZ!w)@9ywG=1xUZe0Z0IH-{6fSZO=MeT!0XYq5uM@shzJf9(nv zLfi$5$BRv_T%mE)Zs2OgV5;JCbF^jbxW%B$|4r<=Ejn&BV#Uq`x3MPoX>yR4 zY3q@Nde^c(PWvD;CgK3)+{$?&xH@#!6;9mJIp{R5lx$*LBiaNk9CRA5vkb=mBsE1~ z+cPX|ZsnYV>ByrBOVLp8^RpT|u}j-Gz0{+qo@Yg4UW1PS8Au3^B$ykqQj=N875j0) zDwYs@#$jg{4`LdxOYu=0W(hAEwY3PH7+?$Ne>LB=@x?YAecuue0OOFEDxsCy%cwPQ z?mcu|bNki0r+WSyn_zd7`@1)o@2_~9bo+0tm!RzgKh?!Ib9rEX;q&+``qg7zCrlF0 zvGjTmt3m$vZ65`GjU1cRK<457ChjsS*$Us>B^3~+g5+EJ-{OHy-VTOGV*bVHXmyMe z@8vhatWCf^1O19ecVsw&6b5H*TjEai1f+zhvpj01=3g=Zo+@5b6&N?$t8F?cXdmc> zwOW|5B*$$w&rCv-vk{x4;wzn{dw>+q|A%*CPq(feBa9J+7D{%~FU*0!CE)BgUWf9Vgu&lT-+cct_?^*UcrYB=j1I!13^4h^?e3MB^WPQk8&Qy4sE!3gvZ){+g8Cah{^j# z`?;IS$AH6G4P}d25TTX4C(w2BTis_k4=2=dk>6t0l6aEd8HL-f)eY5w+AL+qm#0v1 z;{95CAiZ*15wG;KA-;+$o%@6L;B^AeaTSelyWd{_hqjhQ3Xket1L}NzMNkrDOuOw( z*77{6AKmr8Gyrw&RxMi=g`;NcFyzc5yn&fT~VpGrFggz2Q3a@ z8)RH)eXPK5^S0u8Z2Q@<)+}#qI$MrHfR|-)5)(6RzF7^l*~y^I$pg(Tg3l*tZ(~HK z-m-Lh_rp|z{fDB?XiKWNUt7hG3IOGJEU%J3jVm$(HEv%p=IWBCf&vsD=3pYO631-| zVV~R5vIZq;?Is{yEZ5?Wx-ntLY$LICGjyh>I(K+(1t|*isluz< zbJ4g1($))Ch4j$w+5$Iqa{=%1$Hn7GS}SF+4cC?wns@*Ob+ljW_Y zJPt}%GDbvpv@|4CvESYdPD7QGo~mt2X^2zZxB%o|4(5Rq++>MuirUcgiioiD{)_(r ziJ`sxi+_P$*86pA(i(9K>x}W-Ca8`+p-#nx+-O-ndYvH!GqXHz#;&s}Ep9W=@Y<1} zU5P{up4{3SX>UwKO5lR63FCedU&y-gpbpo@9wjZqy@!=H0s5i!?5DWnMh@{W z8V)VX8}~So8=4<*R6>bS9UN4~ln29vXzj?&xt?c_l@0U6k*>uhh;fh}$89hsWO*BL z?0HPZ!O6@Nri$avey@}^EuHR7_Vm=_{1`4cU_5rLwmSon0N?Wz8HF#F;)5B`xWWa6 zg%#>J(1QvUr#Mb88q>UZw8vHUtJS5UxDwv2itUJ-i}kxT@e-l6&broH)wXzy?_s1| zv@^g}cL(CoOs`L{zKo3X#ii5OSgOUM4~M&gC7~I7xZR2@AI*V|3xHuy;oW+X|-A0wRqP9EA-Va~c+Uhn>pzcJ4smW*4dvNRh8r|CnMpQS18< zQ=e6@@Gy$|0VlVVV*S8ZJA}x2zkU@+H&M73DD?V7U6-sSBHg0?KK4dhUxf@N7Dds1 zi9%noIqdhs>2r{5!Bh}!)OcDi3?j_S;r)vv!AK?(h8lrOCfSHue~vc#q0*?zj@xl0 z8R*%s(LTDJv@&|_7>wqY5j+%Quk2_)jU!0@#k^M(N#P`|#z^;IJXD<&1qT8`O$ms( zI-&agWzF?184dMbx7Yqf;kchX$$#T)Z>*{4lPZVK&Hr6kG5Ae@?tp#+bc}{=ovC{Y z+tt)@(rJ(*#@pd+SQghaXi-zgm-8L_JQg;s=u*>mfn%R%h2}`{F05!=?c!+fDBZmDVx_ohbmERA=PuRC z`j>1Is2UCxeNnjWyZW}Yih5;_zyeKWZau(oG_|>7E%>>GO>KR^2v`*+!KyGBR=Md` z{NyCyXU47gnU@ELDX=TdgSAl`yt1@q8D6(6^p3$43YKKNYz=s@XXvmP``K}~;GwYB zP!vS)!Qg!(o!dskSL8l-91?=u?19lcr4(m?E(x?TV9 zD)N=8hAf=XOzSwCnQ}{Mh&C-1sO+jh%OA)p>8)}2RJ~pQlBFODDK&o;-FK0W7X|yG z$Lx>j8ztfO+nA?S5!H^&GOKItT^OC}Ey)@eGa*#xu-|7|v=`u>)q$y=MW>ow))EY1 zxfoUseB{DQV8kKAW zaC={)h)L-0Yj_&(YXrZI2R88HkMY391IHElsJknM8}C!F6~u83HUXFSz($KiZtohY z6`ZWD*>Gha(w&F_TVTai+%i>#>fO(Yd;MWGu}W*_N;ecQZ8UPRt)jkjMH`l$_U zwZm9OZ6m;?P^t=D4`Imj$nqSk9U22<^+WZxc5uTbOmAb`i{2CU#*RHd{Y-BNa!lRS zF>!}FKbeT3R-?VPcx>6lI7FW*8{pgf>=ziLB%b}k7$#xJ zk)G#OmWKZ(CmVt z`DtkadSaSwY)ZCWnTNTV!?UwR3;MZGrlx&#Ayo$K8f>Nj)X005N7OKe-|uc8rg5Wm1-+Qa1T?o#GRD znF&8>z}X_YiXO1dMr_yMD;@FW;G5haPPCyEke?}l3ptgeaHRAwlrAs&Z*|B>g;P9Y zAYR>7?lQ;C{J!3m-#LhZ97uyda%&1`wIGE&gq^IYPB+rXhOSdfUNBzWWg2{%*qbtI zrqk1vPTg|FSZd}s<2Lyn0enZ}oB2ZC>n=Kn$t&X5{of)Nwdn|P(P83b@~tikQfu-1 zdekju`C@LTs8XTR!_rk(92O;Wlv@**>ioN2^mD~$;&FNTHxp^qo#KUg=$>BRzmXnG z63gh{Nw1G9y*$XIp7%2lS3csjgMZoJ+Jz;@EQ{3~)8+7b(c2Z@S}IM&z&xPR>F8NY zj))CoVm+YOEv%;~GncOKd%DRF@w+gdY2Y$zIZ~dX_@AQcF1-$z`ls>#9eJslQmW#2 ziopew{_1i_?z2{~p+03jngRc8c_x7xlec=!OwO2jq{kEDmOqy-4~$ipLCOW&Y_{Hd z%x1jR<^1yFO#u~Cz;83g0vEPszK5Wf!F1R@rz2l-6>nH;ur1BQH_fcY**dYM(>cS| zL$BTSFqE!pUQn*shgy3ScZfhA2OU%V=sa4H7W!=;<6aTyw?fCR2O*$eLHi?C(Tw)c z1EE)bWEHKTKLNcp^bqK6pl|)qD%wKNgMKybp|^vc@qrbXLP2j2E#R;fa*TfNdsejA z=)Xe04f=ZM=w^!Np>w8WG4yy$O6J2*#fUC5Dns3D$d8aWG8+ zr^#)mB0!_wzv_-QgfB}C1m76*6y=NUFKcQ&G~=48xH%KQgH`z2DMTTh-hXSa;!da$ z+W=-ryc2wbp9*G=g z-NAkr`;%0|K@v5`Be6v4fnptm9g)6?Xe?uI} z-^nPAc-R;2trmgEaMmoeqPuon_Oq2eY z4&!01%@&09iH`eFd}X?Qj|R5%QQ&5mg!EGp1N(bs$kFiS{v8j#vKMN`n+W%s-%Oi0 zF+KLfmAZF1VQNogv>hv&|4nMX{v<QYtK;`8J?G)sq!!- zf3nKIv`P8)lziP!N{%uj9f9}-;$@ryaWNi1j)+g0Ef5Fvd@(d_l88;o5s4`_dwwb$ zpoZpWD%0o;dwzjomz0*8lV*I3w(F+&+#KbaXgBl}8^a2O6YwwKPr#3WyYTSz^7g4$ z-?u@-Mt+T(_y;t-qFM76SGEjn)w)gFtFCTmY2Tq^P^Zpax?Xc_aJTEa_Xz2EeXrhq z`u6J|Iv{M|put0|;WtD?MhzVn9TR(FT>S762_r`(jvg~MY25gmZk{mlmgHMgCQVLF zOP`XFnKd^!x&wea6gLvv0e7&fIy0B{l`PUWgvHn-nzV5GRv@n(Apdm6?Oo z7kE_vd3s#lpBer_>i??EpOpZn)Es|iiu|fJ2jDuhzoKgUzdUNIeFcbWvu;vX&I`x< z1x3Xrcig$Kbdhs$*^;}KF1!1ld+)pdfd?OY_>o5+dwls5E1q1rYV}i3uX*O#=bnGz z#ec0`_tMMjH*DPW%B!!v{>J7vw`|?EeaFtXcJ1D?ci-FZyu1Iv!9(vIe*c3HKRWX9 z(N8}8?DJ#CzxeX26JLMxtycbB#rHq_c(U@RpHH3s<;>Z0zy9`n)gQRw^`ABb7q93q zt0DNGrvHCB{eR5=KWm6D?yef*|7rStFxGvDoIzQ@hX*EYOQw~W82e-JC0$ccGTjq?kgxoxPp0d-w^=L#qX4+Gxq}`A^D+%-D ziE3uN_MCWE^lCYB$i_IGs%wrtJ6ku3dIJ9*7y}BgdZM0ZfOk|>ln+&(5R7f;+0s8@ zTzy~BFC-)>0q4&w7DcY_tr@pM2{9{g7L+f1i2B0U7n(2r_^DJqhvN>%dGlCY( zv!|#r0moDNXl`hVEhXC$m7kxRZ^_KD#HHACCTF03pO29i)zFm8?6g#iE!UEpmzHBm zo0T@%ZcCYz%?|#U92)4B4jHhd$W$bo;j7(|4|RC}Ue$im^2yl?B2n0LE$G78 z+sWWQXWck@=4=e-05}Hc_+DQ*F=uMJh)yU41)>W^{}#h6#N^x@TYhe~B_ky#H9IZe zQk%Z&Je`teLzZURER%Cn(=55^mOOKZmSZ#h*Tgq1e_Cb^QyT zB{{cpsJLwKu@3%&U5YNfJiGI|MqZ_+sVsMQx7Z8Fj4`8!Ue~{dUzK8)j$JG%2KJN` z_mFkTL6`Pjz)CDl&SazvT`T+Rz`bS;)=1$38A-{XVrS+SSh}XoK+TkyZb_S#XPbS^ zrPG-NkuoZ+6t0`5AjeICrBGU?rA^Dl6h#N4G<9&5D@z@Am|LMx{Y_Qu87`ivv0Ueh!fuy#f2HT8-FNh=>At5{`V0H$?gDCOZ>uoztc}M#{cFZk+r8d^OS?yh)pS2t z3y(DeYr5kyEyYjb(`Yc}rvX$Zezn7gM$~k#jbBl8P4^>i@gIZRSGC-0=hHi}7Y`4# z#DchL-Ys)8yQf2ck;AL~CAgVu<9j;6O7AXu-Q#&=lvTV4aCfgAzR$Rt?zoB9#ZQK- zkG&mKCO>P3cP7_#ug!03YEAdr@$XC1-I0X2A7(S1+VP}LuNhBm_q7Ez-D{`Q^6r}M zwZk8J;nMEUzF5<}cKiXGt>XLB!lhEr!FUjL0rn)B>OB+mY_{z<4S`?`y@OmFDk8UG4?BDWEO3Abh&CO3llb)TX#}+k9Tq(i}3NokU z7%_~_txihZ;sO5{0vh8Nj8KjdZxRxLKBo~xh~}QKjn7TBXQvIt@L+h#G!P_KdyQn@ z-3^QCsHb?v+p}$%H_W!Bjm}NVOihc(z&gQX#)H9VzRjM;U`e8cHlxuu(AgsHGw5~2 z6pm7$hf39n#wsSiIaXBzBlJ}GOc)bOY{ zb0nB!;I9vuqcBeH<(ZI{Hnp0=oxO~Fipj~d+hQ;V!2UtcgxmtRT$o7wTtS|~dQSny z46}_<_?X0~QD%BhLB@?jw`hjSnnZN?lSGt9qAef)F~D|!@&Qpq2c5Z=7#)`so)Du3 zu7Tv7p07GJaNoz(C1!qZW)8Zm;(%v#T1uYU<|f`&W_?TBk0Ofh5g2}DPEN^A1baBe zAVR(3(o$xmU0|Q7=VCsjlUzqihrP$-WGF#SjhZzXOI8SvOktv8HFdkU+1(bRfP8Z+8*jN$JUWA;{Fqei zo_7z8>^4Jp@<~E=DnSzOD(dvw2fG(lJPD*!WY8QQksw4r=IMy2c$ym`Pk?1+s;W6K zOC)lMi!N6>3&l&`iP>pbN4(A}E+Rf94-yJ#0R3CNMgcPxNFmZ0ibhiaMT)8sqpF9D zdbollag>OE%+TjfHaG)W@ufM(4WfC-Jmik0qq#V|0nZ@#HjxF2wL2#xgo{ z@>B!=ZEoB&-M&#g;Xlb^Xtuo|gAv_ePfy2~13PiSaRZCo{Gn(i?D-INy)>j^f9$lpl>9Uo zkCVt(H(rfR$vCb#k;t(BCCb_bnGQu=U%4<4 z4={8$jeBD}+`elY=}!2M`VR*#mjjd+zFNDk)fSBOb@{pyx+zPXTcFt+5D4%AGzMUv zT+QcW23*bObAH>;u%q4(KsT;Im~M=hVX6BA7%#<~c1;0S7(n~>0NVEf@SCNC-<-AO zH>w~NW)yVVCmK3SKI0z`VA|OLx=#aG0H`X|9xycE3V+f;{|*3go^R+2pmXn85rFQ+ z0LHTnz@>u6jqerEiO(tk(|Z~~f13cLX+MDO9|7nd2&Rxf1oDN-L)Too@#*?D-7jW; zG55df-;Br9&G7$|I)?8`t$)BOE(iX-xCUHQ>FHW7s{Xxr{ddKF@kMDJgNrYU{&!*c z?@#BVB4D)G7Zm}^zaO{%#uWaSi$a1A`dgmfzN^r{-MV1*g7yaMo;s!*R;KME03z$<{YfHi<801pC|0vv#Bz^#DM0Q!#x34YvbC#Np%_tUx3E1k=Ng1Z#>dI-U#dN zUtu3Sl!G0o|D)>9_PTl2QeK8K*+ssN0v}Cf@wum!X{OG;qr2*k4?+m?CIPo>{23G) zsyFr&mj zcNfEk4HHR8Ng^{dQ`qfx;h;x{1OE>3;DZl}r=NaWy!z^^V(Zqe;-il~66epKXPvKn zDbM(Tym3H#*E8Kf_aHpT&0-(m$|EeIpUZe~jrXbr$L4=8*$jB&8kkt2*%O zF?^k&2ZjHFszvWqy>o_f@caCz2{G_cm5uoE?eoUo=GQ#>&H<2+PX72Fd0~DtG63ov zzyBz?zG>V$2jF8dyd(Z+9`4y+_n^Mdy?bC)hv(l>e(8>I--i#B=MY@YB>?~ZD@VU` zuIhkeE8W2#`NxdkDimtS@EAyXu31~s~a1S=*}vBg&QMhdfOe8{9ssZa{!Gq$ z_wJ1|N;ma^Me!Y_M4?p}+eEs#;E;-NRw9Q(~8?D_` zpOSui-tBT@`W8{R<>Z$1skx#MS(Ls77yoamNQNX#E&TD98Tvha?%uD* zj2W{fJ+Ak2(37XeP9GuVhGaRfw9A&8$0UnFxpK>fF^uokC5*pN${)_2T`QCn-;Vn* z+O?Ab_1j6|WdLXg>*@y65B(GTbv}_tR>db&OqWodI&~7k!NJ&v8X^V_8YIHQaaTi3 zjN;wMks}3eyu(FoFEDIzN?OH7+KP2}g}Tpj93b>W&z~K_o@5EQX zN>N!^DbAift7L_2_3VKbJOOi~5E|d5m`_{_;Xz?;6tm@Y@t|BL zHpq3@H+9IYPepTt?~s7LU7iqwmI@KK7W0@0Kcy0V0ohb6Lik4!{zZh}itz6t{0X=4 zoe|!eAjD01LfDpKPxo3Oo6#Wm=|t|Io|f@GX5mGz>?I-B?Gf_OF}Ls*gzt;+aR@&N;b$TI5`5)>LnJ&fIWm5dQPKw_T zNmuwb2!9>I4?*}*2tOI&XCVASgny{16i@Y(V*N-dwojMhz%nU5T_;7wq3ZCy2u}{Q zK=?KY-yY#RBYZc6AKX-maXqD&K2nOs(-GG)DYmSW;^?93@HMN3WL>#iMnv2YenWVq zvWmO5Yp0+N9Xbzlc?iEDHYO%AGB#q!knqUl>$-O7(kW=zu#U-whsYQ><39$5$jId2 zYv^IvFpJ?H8y^uBI|R{3MT8HzAw0PoJ#^~Sp}pZA6K@TV4UdS7KzL%-y<2ebU;{^b ziH(mn)zCJ9Et9*$17is4(B9G!NX9V!*w~mMvB_68YZVB0c<5?)=$wr3L&6zBL~L@K zX3bjZ?h41C4i+F8S@bK%s{Cz@(B*!Pm$3(^JSfUEiRZK+h8zOpmdo&zw zIFMH{k*KZ=_vFwX0S)STcr=X$hD0$wb_fKi+C98qpO9V+ynL^Sfn&rCkmcUJBOHU;-Qq_^ z$Ak~485-rIri!l-IqFxrweXz3W5{uIF17+3I{cIVTp{A94YIDjoI?z$)t|d`KgI0N zjT$vd^+)EV4RiH9o}M*WEX<4&59UXR^$ViJ+K1aBFOP{Yzx-01IB`N$R8)xXzyDtR{L@L*H~8h3U&J4O{2`W|m0}(G3Wt7ot7m(( zM?=>S4IRqm(#dG(W}~6I3k}^~velNlwbG0-7>8F5w|LLdvuk5GrJ{PLi zty`lI3DHW;mbMP;)T2j_YiVz3-8!&!`)k_;G-+}*`opa{bnVosOQ#-91N^UPjPKU% zJ9g;;zfA+$^$6|}EZTOswrh{88un-k4^0|3zPfGuPF;I6YS{H^!@^?edTkG1U%##h zbIlb^8n+H?d2NqIzP=3``1tr;d^PIWut9@hj04(tYU9-wt_X4!zL9=#+vZ(52KVR@+y(d}{cD4RgMx$G2P^v8 zLUBd0eS7sO3jJ{}OnrDnUs-_%^tu%7O+WOHaH1WKFG552T-*xq5ElIYBjt(E=&=j* z*j?ZQGgJQWP#2^AQfU+4Mt~OW+O=yBoe%`*+@L`NjDT=VM{x>WXlyG6GzOR)hw;Be zkw1(Vqnpc88I;<@80di`b6-+fde7=%zd?mhw)%^rSk2s@Q-=ThWU!lojZ4gPF``E`f^m@%{SjX zq%Raax4}H(T^L8pEnBw8Z@>LkqCJ(Eci{w;Ja+7u#Q0m%9W+Rc!9UY9tsJy|@!osy zJ-%(*w!#~3xS6@T=nB+_yL@i&2dHGz3z0`VuWsGDYf6HGd&6CV?RvoryDE=@4)O#ScR zzhlRa#mL7Fkcnc_vVHq@MFZsn^G%X@fO#e*FT{~$0%cg~hYuf?1eOiv2X&SYmK}z9 z`|Y5|NZ;-?@T!+Fb^+bCRXut+$it7qA9cMnf%uzX=7p*MopQo*KzT{} zT*_fMbQkdf_)i*;2Yug`@_Nva^AXlNsxaSu2(M(msl=-Ca`DGJDP?(auU@@6Ko*Kg z2l7GDW70vLyrdkF|8>zpzLV$7BgzfspY<-rYzm=*8l4@kg5>&HA76kM>9s%>1BE{7pHh{4+l&SCkEt7M5|!8Red3!_-+W zs1m=BayV#+h5Qc%ze&R&9PSH!SEnHaWdZZ#vg;P*o%QJDs8+-ub@4LH@%KSKEMYlg z-BK4Fly~<$G3AOn`A>JY3k=J8#$Am)fig-OK9e#AG(>@hwLiG~xTqNq8_0(*LQJb) zfBjXWov8t&!32|zy7I)N#hs4dfB#(`di626dQPl-c=`}|f38&_cGEXfj`>Q;k;kQs zCk-DPXduRb!|FK`J${-mX5u%UOqi@pj>GmBp)vrtY{zs6U*@?gh4~XF)8DKQ#5FBm1ojm zl;`fOlTfF2LY>qeG_-p~uUiq#{8}_9{5y2$;Hv-8#C!=#0I!1lmBPfS{<6Mxo|8|H`07jF-f z&w_^4pkakg$Dhw)+*$z|G`u(h8d#oLC&i*pGRre*Fv~M(Fv~ORq^_?k{Lj|LpXH40 z3;J0uAPpwero${N?sU*h8mKlEhRT=b43ID07ABvW1sY}ylD|}bCqF`QCJo7;0c&hB z$*nxIPGWfuM_FK<)E{*c+h?;*>aqn-g6R0yu9sR7fAsGc_vzE81Ntb%q=WS$b;=Cs zV4sINX`vn4TC-n9H@3IzGf=(e2$dV>h01lH;RVpJ1~k0!P_8_E62fyCsvLAqL!R_! z`wSY)K1P=}^}x0H&-%iY{{aIAbY@WZtUdcc3Swh^27j@!9yjdQ|XERS&$Gi8B*&iZ}l>Z$I2g}W%;T6!ZelBQ0 zSzvi44J^;BlO967N*b1uhO8Upof)7ZJyOm~jZ!oaPxdj`KAU}vK4{;dE|7oL8EnJY zk07jBvqnDm+;fusQWMPlpnj=xf_Yha@bMJ6t*D=TV?Jm=S$G*V{L3iMtdmyQ2g}Fu z2g?WZhRAz!tn#kxaOngMcYuZkpkXd(psL-+xCLbc>Vo=*_(K+y{6nsbNy{B~+##QT z{&_`@NdxtZ(LtIhTMVlmdRcBS?kBf`hSx!ZD$k&Sb&^@0pFo}TX#NoSK%Q0J0~(fq zhDD&E1adS#Em9%MIw{<(kMT0fJ=6vDKk+x^KP)V)GjSlE*cIZUf%)Q2$E9fb1Lw$8# z%C~FDK0jMA&(Z!a!#;-CoSd9}#FgcdWnkXCd5Q*i`KnDz?L6T(>jajCKT{v=e9_g% zV0kVx%5$x7m+b!#f98F3bTsopKJ&~os_(@<4dw^rj2SarG+c^~OXUgiVV$&|b<&@e zXV5@Z2e0e0YDGR_ugx~pow7@pE;2beSz>R7WWTPUpg`JeHo185VpXm&<)i8y_J!)A zg}i6mz`BZkA@)Z(9-v}*KJb)XR{e(Y#>yG0eRl6-JYzjbs=loVXnd-ef`n+ zR`_3c-F1DjwI>HxAXlItt@7c?C!drfMvRcyTO`ZM$|Tm5< zP_76Z!;l8nr<6msh2+srXQX`ZY2trI?prmZx{rafz&-}cGwY;>XT=l!KOKKz?ynR} zq4Oy}ko9F4_xHg*nCDT3CEO(Ls*@-alHWJpc%$m~U_XqiKZ!eWWgd|R6KF?%Q}#H{ zVc(8?ckm*;mjEoVRQ5tG-K(nCW-@5P=TH4nnHjj}AUN0IMv zO3Z1=Yp%IQqHnEmAs*~+xC3c0!K8ya<0DX}%(z*%zWdlD`9_Hq?X%v;VEg>s+z7ep zo+Qc&zx;9-`F+{*57!LOe)zy9j{5931FeFAfo$8Nv< z_VdIO`$iS8Oq(=Zd+oInd)HJxu+5;%v+rZlL41inWuA0$Y(Smmfn|i{!ORotltK1Q z%(jPPZ;qcKFMnzNlVywY4_R7){bKL4oMJ^>&Y3eudje&N^Ub7*xN*)I zd+${FjfjYlR;yKFcZ$jfx-*PP19elb%ses63Cjm@H+9Mp#|)G!_5+!B=KKcm=W?4L z;Bu6zKSB3mECF-?4~tozH*emoXdr($Z;0}tXh=y(k#TWxO17{juka_Y$#c>|yjc!d z|InUe1j-Nl+FMW#SO!=o7%%H!;C>$Q6bA+dT9NNhV%|vu(p>Z5y3XY&)qgN$ko_N% zuf*rrv11A!y^9dg&$k;)^e;Ht=8n z`j-mFIRfxWL)|tJZR8x_z8!XV0%@*$T<-c!E8@%k59@!F$0ht`d81BTnD49?Ag8J? zfprp9x1y}8_KkH7<(o1`{8Orni((ii21?x9Q3XR-mEvdPI$RW z;cv<*b$1yi4JHsb(nT3!S-A7gJ0nKx!1g6lez zd&&}d&N75L<3Zr@cW`&%?=JtWBi!?&t~?=KoMWFbVS>cITqWNo&)s$UqbyO@Y0ox* zxSQ)E7$ZIQ4{%rbGYxb6i?(M8<&td>>0lWopICpeu48-To+sq(#*G{0!w)~KpCl1`{roCyWDoqE$SUF@_;+ z#Fw(Q1$8HBF>y!#^r^oo?>g4iziR#mlc;<0`rD; z%m>z;ET_yf)Wb4->GM+F|KJ+_?z;NzCvg6iEybrVgH`}AJWBjIRa&i z`mSBORJ}_cu)I>i=FAq{Lh*?(dEM>$}7#I}<> z=9rVbXFjkmVCDnAS?9B^Wj%&5g<97D&HvT7lMW^S?y^x^&dqPL+`8+Ob$-(i^MW!@ zK9feuI^^g)`Uo2GitQ@*Sp1c?iTM4Qx&j`!2jSldOoMwLxKHCBE9pSvvSsGXDp6ma zA2M_1ah%Vo)ODED_kW%4WyI%U=s5j?^q~HsZpLTE?}oR7(c^oop&$PzdZB@*)O8O- z_cHYQhVF0Z?F@a0p%)su)O8Q)+^1y$SOI@?pO!a*vVTjUJYTf0h@74ez$~~t18`UT z=88(~`9MThr(#-x7z>7=&5un>OB;#)ekA7n!(kr+V4u4Mz$K@Q`?GUW&cIqv^oRNy z8|Q+#rf@yhb|zqM_`{zSN|(Zcw6?`9{rxbun~pMlj`bP(oWG#HEk|4MJ?f>S=$}7{ zd9p0@fg|C+C!hoR8z-k=jf3lCoC~#L{+4UrTrYnAl#~ZBD~Iz)R6oN1#ne@(!&f5B zbF4pEM{>MG90=wbhSBFgk9zeK>fFPqH(z7KTr=f*BiFgOzQQ?it`B{1TFQf<{W8{i z+p(U;yg~}*p2iXf_MJHPWc$c^oox~8YW8K>PoW#lR5xR-iff)+YvURZ_b+gbit9UE z_vacL)y0U1eLIc;Fb2)Rcp;1JFWWVabD1vt(d3Cizv?^bG3viuFS`kIw_NYzTG{$a zch@@2T*Pvh2bDg@gX|*^hy#K3JApi5`}M=uN9EH+W7WC@=fkNc{ebnZ@AP%kMBu=6 zU+#h6+&7$dh(#$1(4cgY$P;Y?}!t z4(xM~C+u6lI4?r2^>KZM^N3VTo4~bKt{-#F&s`q5mxXIIT|INgOAvmwhxxkf}&*Yjf&eF;GC}Zw8P#(wDl1J>{S7m~GX(*4i*6G?Y zeXOUXU|wOYJ047%a!#F!>up>k;d&w0sWv{4_or)y-~A?K{xPh10tfErVVU5XEtN?> z`xST#FQ>4uFpGUqf{6#`O~?x>&aZQ=iEA8OE8{v7*EhIM#x*9cZE%f@>q~Pc>u~>q zOi3J+JYwC|T>EBx?&-4*Ah2&kaL0qVF#osRIYe^3>m}g8IZe)ubB%@a$aOBRuW+qV zt#KLY&rKc5q*R$O<#7=B0OiVm_RX*kk%DuVV_6q)ywCnQ=_W4Z0rmG*W~y~Vu2*sG zmTQJwdtPp=7qU!neS~X;4y;j`JYZt(bu`y*pvy6*-u1nMOX`b=O_0 z-ebMX_K)>HWr6&lEHZ84Ld7!ib3ta{r2{^3|enwHLsY$0uhG zl`q|wCo4{%b5bp9HP|qC@ZesU@10FLu#TBKY0{+KIKM5YPMxaefw4zY&0UydAM%|1 zApbeOqb!gg#J{#;obdM^WXrv+t&u)Iur4+RITS>kIBn#9a6a#LKb5@Raoh5dHW@F)_!+_Z_GO5c=c@|8e52uzRd5$;G(bp!XR zl6J}*^NYMD-K>)__wv+VOk1VTbWqo*`oAtb%sw#A97vpZRCC4b7jn*t^7s$ZR_T*o zv;CzkkzU40V4cS@$Ffa2DP!Ef!@Ut5D<%xByQ zLHYXu^I@fkgYzeUSMjV#z~2OxuRp8bE{a!GJDl0|aGlp}=KwDN9sqF}K!0YKb_hZk z0y`55VJ1jN9e1!eE;zSq5f@X~tHrqMRFKDr<;$0^#~RHU)KNcTU&!50J@r(LdIxI& zClN>Pv(G-O?BU0I<;s;Yn9qLmg%@5>`DwOc%xBc;AG#;T^)&2%<~-}~h~qfq?=;IH z$HtV`7cmA&M8A&v8i!zP^$5m+P@Bv+=$A6hKAhQ~G0PO|vSf^#IA-D;!h7h}^v1qU zD6@YoxPHL2Sk_oC5h$+=OO=A*3CF;j^e&mQGk$)7zL9kk%Mo#9-+{7y@Qqb+S+3qU zoNSEWIDX{#m16~tRYEXUdI)%Nt(9YP;!gQzy3fpuQGJ|K7=t|moEZnl;v9Q%E`sAe zjywBf+{rm=_Njn$pdVK|0*`M&9rak#4rRI!}X;XDGzY~&yFiER-3K~%5b5vBTD z9Di`^!Lbkfx*Tsj|7fXX92|#70}tjO?w(QW+^oaMhvPd}$c>IcYCOrlJNxY%H*oAU zH*J_oBk`D&YcQ_GId555Sg7`ha9xdgNqI5(uRP=D;I_4@-#-^)A48GY4dfr%1yyfx zO^*8q7}k`zb@K+x?~Wf<{Nxzw|Fw7R;Z+n@{02e=U!({Eg_KJOe1c%+u{%3EGdr7L zfPev_Am*!p2_XrA5Fj@|q^J?GJPak!D6s|%5;Z`?sKCcdL5hlqZKTM{d_2Slz5pYY zAXs|lLU?HV+5Xo**!%6>-8-){zd3Wx+`V_t@9~^)`==W9$LOB1^~Ua)v4m&W!fI@!;7Z*HI3!r*_H5G&DbxaH^y$8HJ2F=V^6P?#he>o z-dNTgP5#F5H`q0LIWWFbux{X~1-~Y&!<&B*-a+`V#7LXpEPsV4P`$?v( z`JQcjH~bcJRasNd!`D?OM8O_tdT|fH@jva2c}#w@w={Vp;6`RJ2zT_pSn46b z%a|YLLCl8Qav(x^Ce)l4$O4weK%jRx4+?O&UFyPaK^z(oJ}>~5BM}h&d;&x=p9su> zdBATu2#({!k^4;i^PF&ssV(?3=F1@PM1~+GKP=Bkc(gU*Qrn5}c?e?77?~!5Y&p{;2F*sgb{-jCm`e0BMJ1W5*d$J}79dG}({L;drnOc_4bqYAT$VRby)~6wS~Ls1@pjx}n=q zJW4?$(P%Ud6{1JbO!PEbjy9pQs0|*93-B!bGG32Az-6R?w4nFXa#~H-)1&kRJx}kn z23o0Bx;4$3WzDyqv?{ITR*kjAddJ#peP_kmkJ^M~vA5W*4t6}Jx0C9mJK0W=Q|v5u zmN`|<`_574dfu5kJexnp=keuyBj3Sm`5u0rw{|jHh1$#INr{FZ4 zg{R^gya6A^pW_J9oKSLr947T7mln`Dw3M!~M%wf2KiSXON9@n-2o}YnS$F2Lcs7{b z&&IG~wuDu)H`#maTNdk3M>%QEd}lJhPJO7pQPk_>b=7fN>9KmE{=F{JOLdiAqc=iq zGh>vu!66xKL1}mw{uFp4hYom44 zYGX&+_uHpg(23=hyqdqx-{nWRbUzkj<%{wa`L3*&u_{?@P>0lU^}TB9we&i8ojvMF zudg@HTj-U0-*^w`Og&Cd(o^+AdZvCtFVs)#3jLy9rPt~=^xJxu{zxCzpXrnOjE?l9 z{5F19zlV=}<|q3@{84@&9(Wl+_d4Ob@kBfy*W)(CA-zc@AaI zw#<{$WRWbE3*|F%sazq~%1xkIJLDc&C%=&2$uqL4>Z*iFQx)n3Rjc->I?%K0J>;$M z-uL!;Ep=O+rnB^P{ivR!=j*3*xn8E1>sRzT{kncj|5YE*hx8}yOqZ z>r?An%dtJXpIv9SXNXleuQ*>h4Nemt#oO~P{60R4=kmw-eEuANoBzm(+Xrym<#rHr z#d7gm*+Y7AupBG%0k;K!*W2=M@1UC;m9! z1O+LAzVt=8C?A!hBj_0V5hdb5_(8k?tj^zYQ__aqNwP>Td5SzsR+5j&SL8H7)TMo( zFHg`#v<7tK0FAJ2wr;UHTj#7!b`N`?U2fm%_|8X8yxY&cSLBK&lFD@|&nxtLYN=n< zn{}zb#Du*IC}>}!>1Y+&gQB3FWuyl5@JpCai8Rf+%g(T8*(H3p+fv>mAC?tzj(5s$ z@Xz^1@Yzr{fFe?&K zR^O>sUaaSM{k=Kfau3=s2^gBpz{8*k`%wS~aSxmTc4`i0WE1I3d(r3VX1bmJKnGaU zty1e5YnfGLRfCn@Z=JWIVP@TC_q361*&OCrygk=0u}keTK(GnBiQUHHn8i3#Yy_Ld z*0U{a8{5uyvRbyA?PGPUo72-lj^%K$<*S^bd@7&8XT$tk%vbTXd=qHPPO#;5{4;)n z{{Zu`In2jsH`UE|i`^*MRz}MNu-jdrSL4AxcQ<%aPu&2aMKira zUJKn_KcI8;unRW7#;i!-Pp!y9OVN6C2%ViI}HN@jsh=YdvF0lhvU z&&f85stIb5>g+x4Re4*zqh2#TNH5X}VBcV7Lcr-jU^pB`A_}rUMplr6AaM;?$uaOR zQM4yTG=)wC`%yz{X&r5#?VvZQR-siEUQ$Pd*A)Sn4OeSaqMc+X+l6kSm=3mfrkE{? zMTsaCWujbEh)PiY~7RSx4&t!mV2wN7nP0UfD1_~&??sFQTE wPSHbksvfS#=v?sF1-cMyei8V_+29u|jW%D~t|4#@folj{L*N<${}%}S3sXxjq5uE@ literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe b/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe b/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 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