From ed2fae9455f8a06acc6ae85906d610169bb3eb63 Mon Sep 17 00:00:00 2001 From: ulhub Date: Sun, 12 Jul 2026 01:09:33 +0000 Subject: [PATCH] Initial commit: UlHub workspace --- .gitignore | 9 + backend/Dockerfile | 12 + backend/nest-cli.json | 4 + backend/package.json | 27 + backend/src/app.controller.ts | 12 + backend/src/app.module.ts | 11 + backend/src/app.service.ts | 11 + backend/src/main.ts | 10 + backend/src/status.controller.ts | 12 + backend/tsconfig.json | 18 + docker-compose.yml | 59 + mosquitto/config/devices.acl | 16 + mosquitto/config/mosquitto.conf | 35 + mosquitto/config/passwd | 5 + nginx/README.md | 23 + nginx/dev.hub.umagul.net.conf | 58 + plan.md | 275 + test/.venv/bin/Activate.ps1 | 247 + test/.venv/bin/activate | 70 + test/.venv/bin/activate.csh | 27 + test/.venv/bin/activate.fish | 69 + test/.venv/bin/pip | 8 + test/.venv/bin/pip3 | 8 + test/.venv/bin/pip3.12 | 8 + test/.venv/bin/python | 1 + test/.venv/bin/python3 | 1 + test/.venv/bin/python3.12 | 1 + .../python3.12/site-packages/paho/__init__.py | 0 .../paho/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 172 bytes .../site-packages/paho/mqtt/__init__.py | 5 + .../mqtt/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 396 bytes .../mqtt/__pycache__/client.cpython-312.pyc | Bin 0 -> 218602 bytes .../mqtt/__pycache__/enums.cpython-312.pyc | Bin 0 -> 4643 bytes .../mqtt/__pycache__/matcher.cpython-312.pyc | Bin 0 -> 4379 bytes .../__pycache__/packettypes.cpython-312.pyc | Bin 0 -> 1741 bytes .../__pycache__/properties.cpython-312.pyc | Bin 0 -> 21618 bytes .../mqtt/__pycache__/publish.cpython-312.pyc | Bin 0 -> 12732 bytes .../__pycache__/reasoncodes.cpython-312.pyc | Bin 0 -> 13285 bytes .../__pycache__/subscribe.cpython-312.pyc | Bin 0 -> 11400 bytes .../subscribeoptions.cpython-312.pyc | Bin 0 -> 6245 bytes .../site-packages/paho/mqtt/client.py | 5004 ++++++++++ .../site-packages/paho/mqtt/enums.py | 113 + .../site-packages/paho/mqtt/matcher.py | 78 + .../site-packages/paho/mqtt/packettypes.py | 43 + .../site-packages/paho/mqtt/properties.py | 421 + .../site-packages/paho/mqtt/publish.py | 306 + .../site-packages/paho/mqtt/py.typed | 0 .../site-packages/paho/mqtt/reasoncodes.py | 223 + .../site-packages/paho/mqtt/subscribe.py | 281 + .../paho/mqtt/subscribeoptions.py | 113 + .../paho_mqtt-2.1.0.dist-info/INSTALLER | 1 + .../paho_mqtt-2.1.0.dist-info/METADATA | 635 ++ .../paho_mqtt-2.1.0.dist-info/RECORD | 29 + .../paho_mqtt-2.1.0.dist-info/REQUESTED | 0 .../paho_mqtt-2.1.0.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 3 + .../pip-26.1.2.dist-info/INSTALLER | 1 + .../pip-26.1.2.dist-info/METADATA | 109 + .../site-packages/pip-26.1.2.dist-info/RECORD | 865 ++ .../pip-26.1.2.dist-info/REQUESTED | 0 .../site-packages/pip-26.1.2.dist-info/WHEEL | 4 + .../pip-26.1.2.dist-info/entry_points.txt | 4 + .../pip-26.1.2.dist-info/licenses/AUTHORS.txt | 868 ++ .../pip-26.1.2.dist-info/licenses/LICENSE.txt | 20 + .../src/pip/_vendor/cachecontrol/LICENSE.txt | 13 + .../licenses/src/pip/_vendor/certifi/LICENSE | 20 + .../src/pip/_vendor/distlib/LICENSE.txt | 284 + .../licenses/src/pip/_vendor/distro/LICENSE | 202 + .../licenses/src/pip/_vendor/idna/LICENSE.md | 31 + .../licenses/src/pip/_vendor/msgpack/COPYING | 14 + .../src/pip/_vendor/packaging/LICENSE | 3 + .../src/pip/_vendor/packaging/LICENSE.APACHE | 177 + .../src/pip/_vendor/packaging/LICENSE.BSD | 23 + .../src/pip/_vendor/pkg_resources/LICENSE | 17 + .../src/pip/_vendor/platformdirs/LICENSE | 21 + .../licenses/src/pip/_vendor/pygments/LICENSE | 25 + .../src/pip/_vendor/pyproject_hooks/LICENSE | 21 + .../licenses/src/pip/_vendor/requests/LICENSE | 175 + .../src/pip/_vendor/resolvelib/LICENSE | 13 + .../licenses/src/pip/_vendor/rich/LICENSE | 19 + .../licenses/src/pip/_vendor/tomli/LICENSE | 21 + .../licenses/src/pip/_vendor/tomli_w/LICENSE | 21 + .../src/pip/_vendor/truststore/LICENSE | 21 + .../src/pip/_vendor/urllib3/LICENSE.txt | 21 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 646 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 871 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2199 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 746 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 25871 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12361 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 18272 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 43528 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 629 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4092 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 9710 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 10709 bytes .../site-packages/pip/_internal/build_env.py | 606 ++ .../site-packages/pip/_internal/cache.py | 291 + .../pip/_internal/cli/__init__.py | 3 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 270 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 9120 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 11547 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 36864 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1815 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 8754 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2232 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4939 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 18134 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 6130 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 16763 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 11257 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 370 bytes .../pip/_internal/cli/autocompletion.py | 184 + .../pip/_internal/cli/base_command.py | 264 + .../pip/_internal/cli/cmdoptions.py | 1298 +++ .../pip/_internal/cli/command_context.py | 28 + .../pip/_internal/cli/index_command.py | 212 + .../site-packages/pip/_internal/cli/main.py | 85 + .../pip/_internal/cli/main_parser.py | 136 + .../site-packages/pip/_internal/cli/parser.py | 358 + .../pip/_internal/cli/progress_bars.py | 153 + .../pip/_internal/cli/req_command.py | 472 + .../pip/_internal/cli/spinners.py | 235 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 139 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4112 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 11314 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2575 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5453 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13399 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 9798 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7223 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4285 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2943 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1633 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 7453 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3947 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 33594 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 17481 bytes .../commands/__pycache__/lock.cpython-312.pyc | Bin 0 -> 7988 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7628 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 11198 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4693 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8223 bytes .../pip/_internal/commands/cache.py | 255 + .../pip/_internal/commands/check.py | 66 + .../pip/_internal/commands/completion.py | 136 + .../pip/_internal/commands/configuration.py | 288 + .../pip/_internal/commands/debug.py | 196 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 107 + .../pip/_internal/commands/hash.py | 58 + .../pip/_internal/commands/help.py | 40 + .../pip/_internal/commands/index.py | 166 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 904 ++ .../pip/_internal/commands/list.py | 403 + .../pip/_internal/commands/lock.py | 175 + .../pip/_internal/commands/search.py | 178 + .../pip/_internal/commands/show.py | 231 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 171 + .../pip/_internal/configuration.py | 396 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 936 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2914 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1764 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8372 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2313 bytes .../pip/_internal/distributions/base.py | 55 + .../pip/_internal/distributions/installed.py | 33 + .../pip/_internal/distributions/sdist.py | 164 + .../pip/_internal/distributions/wheel.py | 44 + .../site-packages/pip/_internal/exceptions.py | 971 ++ .../pip/_internal/index/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21091 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 43870 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12318 bytes .../pip/_internal/index/collector.py | 488 + .../pip/_internal/index/package_finder.py | 1113 +++ .../pip/_internal/index/sources.py | 287 + .../pip/_internal/locations/__init__.py | 438 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 15145 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6769 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8034 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3703 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 218 + .../pip/_internal/locations/base.py | 82 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 169 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6769 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2872 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 34456 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15800 bytes .../pip/_internal/metadata/_json.py | 87 + .../pip/_internal/metadata/base.py | 685 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 353 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4232 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12919 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 8037 bytes .../_internal/metadata/importlib/_compat.py | 87 + .../_internal/metadata/importlib/_dists.py | 235 + .../pip/_internal/metadata/importlib/_envs.py | 143 + .../pip/_internal/metadata/pkg_resources.py | 298 + .../pip/_internal/models/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 258 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1581 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 1960 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4123 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1689 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2291 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26808 bytes .../release_control.cpython-312.pyc | Bin 0 -> 4210 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1004 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 4938 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1783 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4850 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 4663 bytes .../pip/_internal/models/candidate.py | 23 + .../pip/_internal/models/direct_url.py | 42 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 57 + .../pip/_internal/models/link.py | 617 ++ .../pip/_internal/models/release_control.py | 91 + .../pip/_internal/models/scheme.py | 23 + .../pip/_internal/models/search_scope.py | 124 + .../pip/_internal/models/selection_prefs.py | 36 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 80 + .../pip/_internal/network/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 246 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 21577 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 7997 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 16044 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11609 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 19500 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2252 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2925 bytes .../pip/_internal/network/auth.py | 570 ++ .../pip/_internal/network/cache.py | 128 + .../pip/_internal/network/download.py | 340 + .../pip/_internal/network/lazy_wheel.py | 215 + .../pip/_internal/network/session.py | 537 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 61 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7201 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10243 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 26711 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 198 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7625 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1870 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1924 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1720 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2061 bytes .../operations/build/build_tracker.py | 140 + .../_internal/operations/build/metadata.py | 38 + .../operations/build/metadata_editable.py | 41 + .../pip/_internal/operations/build/wheel.py | 38 + .../operations/build/wheel_editable.py | 47 + .../pip/_internal/operations/check.py | 175 + .../pip/_internal/operations/freeze.py | 259 + .../_internal/operations/install/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 258 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34827 bytes .../pip/_internal/operations/install/wheel.py | 759 ++ .../pip/_internal/operations/prepare.py | 751 ++ .../site-packages/pip/_internal/pyproject.py | 123 + .../pip/_internal/req/__init__.py | 103 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4014 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 25418 bytes .../req/__pycache__/pep723.cpython-312.pyc | Bin 0 -> 2690 bytes .../req_dependency_group.cpython-312.pyc | Bin 0 -> 4631 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 24400 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 34828 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5419 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 31753 bytes .../pip/_internal/req/constructors.py | 677 ++ .../site-packages/pip/_internal/req/pep723.py | 41 + .../pip/_internal/req/req_dependency_group.py | 86 + .../pip/_internal/req/req_file.py | 622 ++ .../pip/_internal/req/req_install.py | 838 ++ .../pip/_internal/req/req_set.py | 81 + .../pip/_internal/req/req_uninstall.py | 639 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1163 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 199 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22548 bytes .../_internal/resolution/legacy/resolver.py | 598 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 9708 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29770 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 37069 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6740 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 12605 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5811 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 14755 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12386 bytes .../_internal/resolution/resolvelib/base.py | 164 + .../resolution/resolvelib/candidates.py | 599 ++ .../resolution/resolvelib/factory.py | 914 ++ .../resolution/resolvelib/found_candidates.py | 166 + .../resolution/resolvelib/provider.py | 306 + .../resolution/resolvelib/reporter.py | 98 + .../resolution/resolvelib/requirements.py | 251 + .../resolution/resolvelib/resolver.py | 332 + .../pip/_internal/self_outdated_check.py | 246 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 187 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4527 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1858 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2447 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 3014 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 6633 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 1535 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4850 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3699 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3156 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4047 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 10111 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1121 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2342 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7494 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 15112 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 32621 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 1877 bytes .../utils/__pycache__/pylock.cpython-312.pyc | Bin 0 -> 11125 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 1964 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8524 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 11939 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 15218 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2073 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4386 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5854 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 | 85 + .../pip/_internal/utils/compatibility_tags.py | 201 + .../pip/_internal/utils/datetime.py | 28 + .../pip/_internal/utils/deprecation.py | 139 + .../pip/_internal/utils/direct_url_helpers.py | 92 + .../pip/_internal/utils/egg_link.py | 81 + .../pip/_internal/utils/entrypoints.py | 88 + .../pip/_internal/utils/filesystem.py | 201 + .../pip/_internal/utils/filetypes.py | 24 + .../pip/_internal/utils/glibc.py | 102 + .../pip/_internal/utils/hashes.py | 150 + .../pip/_internal/utils/logging.py | 396 + .../site-packages/pip/_internal/utils/misc.py | 771 ++ .../pip/_internal/utils/packaging.py | 44 + .../pip/_internal/utils/pylock.py | 283 + .../pip/_internal/utils/retry.py | 45 + .../pip/_internal/utils/subprocess.py | 248 + .../pip/_internal/utils/temp_dir.py | 294 + .../pip/_internal/utils/unpacking.py | 381 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 105 + .../pip/_internal/utils/wheel.py | 132 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 526 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5154 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19913 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7759 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12333 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 28941 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 130 + .../site-packages/pip/_internal/vcs/git.py | 571 ++ .../pip/_internal/vcs/mercurial.py | 186 + .../pip/_internal/vcs/subversion.py | 335 + .../pip/_internal/vcs/versioncontrol.py | 695 ++ .../pip/_internal/wheel_builder.py | 261 + .../site-packages/pip/_vendor/README.rst | 178 + .../site-packages/pip/_vendor/__init__.py | 117 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4589 bytes .../pip/_vendor/cachecontrol/LICENSE.txt | 13 + .../pip/_vendor/cachecontrol/__init__.py | 32 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 918 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2642 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6689 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3805 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16449 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4391 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6693 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5261 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1670 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 167 + .../pip/_vendor/cachecontrol/cache.py | 75 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 431 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7048 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2734 bytes .../_vendor/cachecontrol/caches/file_cache.py | 145 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 511 + .../pip/_vendor/cachecontrol/filewrapper.py | 121 + .../pip/_vendor/cachecontrol/heuristics.py | 157 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../site-packages/pip/_vendor/certifi/LICENSE | 20 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 314 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 641 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2078 bytes .../pip/_vendor/certifi/cacert.pem | 4494 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 83 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/LICENSE.txt | 284 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1265 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45596 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17321 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19776 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88270 bytes .../pip/_vendor/distlib/compat.py | 1137 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 447 + .../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 | 1984 ++++ .../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 .../site-packages/pip/_vendor/distro/LICENSE | 202 + .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 956 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 288 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53841 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../site-packages/pip/_vendor/idna/LICENSE.md | 31 + .../pip/_vendor/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 882 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4982 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 886 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16194 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 100911 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2634 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 161841 bytes .../site-packages/pip/_vendor/idna/codec.py | 122 + .../site-packages/pip/_vendor/idna/compat.py | 15 + .../site-packages/pip/_vendor/idna/core.py | 437 + .../pip/_vendor/idna/idnadata.py | 4309 ++++++++ .../pip/_vendor/idna/intranges.py | 57 + .../pip/_vendor/idna/package_data.py | 1 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8841 +++++++++++++++++ .../site-packages/pip/_vendor/msgpack/COPYING | 14 + .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1735 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2021 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8289 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 41515 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 170 + .../pip/_vendor/msgpack/fallback.py | 929 ++ .../pip/_vendor/packaging/LICENSE | 3 + .../pip/_vendor/packaging/LICENSE.APACHE | 177 + .../pip/_vendor/packaging/LICENSE.BSD | 23 + .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 554 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 4941 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9898 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4577 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 15586 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 1595 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 8446 bytes .../dependency_groups.cpython-312.pyc | Bin 0 -> 11045 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 14518 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 4420 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 17450 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 31348 bytes .../__pycache__/pylock.cpython-312.pyc | Bin 0 -> 37434 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6098 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 75797 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 37515 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 11050 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 41793 bytes .../pip/_vendor/packaging/_elffile.py | 108 + .../pip/_vendor/packaging/_manylinux.py | 262 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 393 + .../pip/_vendor/packaging/_structures.py | 33 + .../pip/_vendor/packaging/_tokenizer.py | 193 + .../_vendor/packaging/dependency_groups.py | 302 + .../pip/_vendor/packaging/direct_url.py | 325 + .../pip/_vendor/packaging/errors.py | 94 + .../_vendor/packaging/licenses/__init__.py | 186 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5450 bytes .../__pycache__/_spdx.cpython-312.pyc | Bin 0 -> 49856 bytes .../pip/_vendor/packaging/licenses/_spdx.py | 799 ++ .../pip/_vendor/packaging/markers.py | 492 + .../pip/_vendor/packaging/metadata.py | 964 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/pylock.py | 905 ++ .../pip/_vendor/packaging/requirements.py | 129 + .../pip/_vendor/packaging/specifiers.py | 1943 ++++ .../pip/_vendor/packaging/tags.py | 932 ++ .../pip/_vendor/packaging/utils.py | 296 + .../pip/_vendor/packaging/version.py | 1231 +++ .../pip/_vendor/pkg_resources/LICENSE | 17 + .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161509 bytes .../pip/_vendor/platformdirs/LICENSE | 21 + .../pip/_vendor/platformdirs/__init__.py | 631 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19843 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1964 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10691 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 13356 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8999 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 14742 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 799 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13794 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 299 + .../pip/_vendor/platformdirs/macos.py | 146 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 272 + .../pip/_vendor/platformdirs/version.py | 34 + .../pip/_vendor/platformdirs/windows.py | 278 + .../pip/_vendor/pygments/LICENSE | 25 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3485 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 731 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2630 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3223 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4717 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38462 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1566 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2625 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4078 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4753 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12138 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6714 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8191 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33008 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14080 bytes .../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 -> 37976 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6950 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4212 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14732 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 69841 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42971 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 602 ++ .../pip/_vendor/pygments/lexers/python.py | 1201 +++ .../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 -> 3645 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/LICENSE | 21 + .../pip/_vendor/pyproject_hooks/__init__.py | 31 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 744 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 18076 bytes .../pip/_vendor/pyproject_hooks/_impl.py | 410 + .../pyproject_hooks/_in_process/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1073 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 15355 bytes .../_in_process/_in_process.py | 389 + .../pip/_vendor/pyproject_hooks/py.typed | 0 .../pip/_vendor/requests/LICENSE | 175 + .../pip/_vendor/requests/__init__.py | 178 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5218 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 581 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2027 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 27761 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7201 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13810 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 675 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1982 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25273 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7595 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4129 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1049 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35533 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1284 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27887 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6028 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5614 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36152 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 51 + .../pip/_vendor/requests/adapters.py | 697 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 18 + .../pip/_vendor/requests/compat.py | 90 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 152 + .../pip/_vendor/requests/help.py | 124 + .../pip/_vendor/requests/hooks.py | 34 + .../pip/_vendor/requests/models.py | 1041 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 834 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1083 ++ .../pip/_vendor/resolvelib/LICENSE | 13 + .../pip/_vendor/resolvelib/__init__.py | 27 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 631 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 10120 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 3286 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 12447 bytes .../pip/_vendor/resolvelib/providers.py | 196 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 55 + .../_vendor/resolvelib/resolvers/__init__.py | 27 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 736 bytes .../__pycache__/abstract.cpython-312.pyc | Bin 0 -> 2442 bytes .../__pycache__/criterion.cpython-312.pyc | Bin 0 -> 3267 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 4077 bytes .../__pycache__/resolution.cpython-312.pyc | Bin 0 -> 25163 bytes .../_vendor/resolvelib/resolvers/abstract.py | 47 + .../_vendor/resolvelib/resolvers/criterion.py | 48 + .../resolvelib/resolvers/exceptions.py | 57 + .../resolvelib/resolvers/resolution.py | 627 ++ .../pip/_vendor/resolvelib/structs.py | 209 + .../site-packages/pip/_vendor/rich/LICENSE | 19 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 245 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7012 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 9547 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7869 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205973 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1726 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2346 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 534 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 852 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12024 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4144 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1882 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3626 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5157 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 723 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6427 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13176 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 962 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 862 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28808 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2487 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3570 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3333 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1605 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12276 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9118 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4269 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11708 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5575 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26550 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1698 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8584 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 115297 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2255 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9228 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10781 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10525 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1517 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4075 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1842 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3574 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3054 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9897 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6032 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5206 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20217 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 20129 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4747 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 14071 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9587 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6373 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 6940 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1817 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5311 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12726 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40630 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75120 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10386 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 15994 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1789 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 564 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6621 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6565 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3827 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2481 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28580 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 5922 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6065 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33428 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2136 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 40989 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43879 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3345 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 61251 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6329 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 311 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 36237 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11793 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 | 268 + .../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 | 153 + .../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 | 661 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 306 + .../site-packages/pip/_vendor/rich/ansi.py | 241 + .../site-packages/pip/_vendor/rich/bar.py | 93 + .../site-packages/pip/_vendor/rich/box.py | 474 + .../site-packages/pip/_vendor/rich/cells.py | 174 + .../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 | 2680 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 219 + .../pip/_vendor/rich/default_styles.py | 193 + .../pip/_vendor/rich/diagnose.py | 39 + .../site-packages/pip/_vendor/rich/emoji.py | 91 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 88 + .../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 | 400 + .../pip/_vendor/rich/live_render.py | 106 + .../site-packages/pip/_vendor/rich/logging.py | 297 + .../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 | 317 + .../site-packages/pip/_vendor/rich/pretty.py | 1016 ++ .../pip/_vendor/rich/progress.py | 1715 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 400 + .../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 | 752 ++ .../site-packages/pip/_vendor/rich/spinner.py | 132 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 792 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 985 ++ .../site-packages/pip/_vendor/rich/table.py | 1006 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1361 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 899 ++ .../site-packages/pip/_vendor/rich/tree.py | 257 + .../site-packages/pip/_vendor/tomli/LICENSE | 21 + .../pip/_vendor/tomli/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 335 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 29698 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 4073 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 363 bytes .../pip/_vendor/tomli/_parser.py | 788 ++ .../site-packages/pip/_vendor/tomli/_re.py | 115 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../site-packages/pip/_vendor/tomli_w/LICENSE | 21 + .../pip/_vendor/tomli_w/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 324 bytes .../__pycache__/_writer.cpython-312.pyc | Bin 0 -> 10366 bytes .../pip/_vendor/tomli_w/_writer.py | 229 + .../pip/_vendor/tomli_w/py.typed | 1 + .../pip/_vendor/truststore/LICENSE | 21 + .../pip/_vendor/truststore/__init__.py | 36 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1449 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 17542 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 18989 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2263 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1096 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15772 bytes .../pip/_vendor/truststore/_api.py | 341 + .../pip/_vendor/truststore/_macos.py | 571 ++ .../pip/_vendor/truststore/_openssl.py | 68 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 567 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/urllib3/LICENSE.txt | 21 + .../pip/_vendor/urllib3/__init__.py | 211 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7312 bytes .../_base_connection.cpython-312.pyc | Bin 0 -> 6850 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 23001 bytes .../_request_methods.cpython-312.pyc | Bin 0 -> 10604 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 795 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 38922 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 39737 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 16613 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 12024 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 3491 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 24374 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 57321 bytes .../pip/_vendor/urllib3/_base_connection.py | 165 + .../pip/_vendor/urllib3/_collections.py | 487 + .../pip/_vendor/urllib3/_request_methods.py | 278 + .../pip/_vendor/urllib3/_version.py | 34 + .../pip/_vendor/urllib3/connection.py | 1099 ++ .../pip/_vendor/urllib3/connectionpool.py | 1178 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 195 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 28251 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 8173 bytes .../urllib3/contrib/emscripten/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 972 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 10389 bytes .../__pycache__/fetch.cpython-312.pyc | Bin 0 -> 28640 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 1423 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 12217 bytes .../urllib3/contrib/emscripten/connection.py | 260 + .../emscripten/emscripten_fetch_worker.js | 110 + .../urllib3/contrib/emscripten/fetch.py | 726 ++ .../urllib3/contrib/emscripten/request.py | 22 + .../urllib3/contrib/emscripten/response.py | 277 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 564 ++ .../pip/_vendor/urllib3/contrib/socks.py | 228 + .../pip/_vendor/urllib3/exceptions.py | 335 + .../pip/_vendor/urllib3/fields.py | 341 + .../pip/_vendor/urllib3/filepost.py | 89 + .../pip/_vendor/urllib3/http2/__init__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1748 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 17055 bytes .../http2/__pycache__/probe.cpython-312.pyc | Bin 0 -> 3699 bytes .../pip/_vendor/urllib3/http2/connection.py | 356 + .../pip/_vendor/urllib3/http2/probe.py | 87 + .../pip/_vendor/urllib3/poolmanager.py | 651 ++ .../pip/_vendor/urllib3/py.typed | 2 + .../pip/_vendor/urllib3/response.py | 1474 +++ .../pip/_vendor/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1008 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4698 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1220 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 8136 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2876 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 20836 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 17322 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5560 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 13327 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11709 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 16287 bytes .../util/__pycache__/util.cpython-312.pyc | Bin 0 -> 1997 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 3443 bytes .../pip/_vendor/urllib3/util/connection.py | 137 + .../pip/_vendor/urllib3/util/proxy.py | 43 + .../pip/_vendor/urllib3/util/request.py | 254 + .../pip/_vendor/urllib3/util/response.py | 101 + .../pip/_vendor/urllib3/util/retry.py | 549 + .../pip/_vendor/urllib3/util/ssl_.py | 527 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 271 + .../pip/_vendor/urllib3/util/timeout.py | 275 + .../pip/_vendor/urllib3/util/url.py | 469 + .../pip/_vendor/urllib3/util/util.py | 42 + .../pip/_vendor/urllib3/util/wait.py | 124 + .../site-packages/pip/_vendor/vendor.txt | 18 + .../lib/python3.12/site-packages/pip/py.typed | 4 + test/.venv/lib64 | 1 + test/.venv/pyvenv.cfg | 5 + test/README.md | 27 + test/publish_sample.py | 35 + test/requirements-mqtt.txt | 1 + test/requirements.txt | 1 + test/test_ws_mqtt.py | 84 + web/Dockerfile | 12 + web/next-env.d.ts | 5 + web/next.config.mjs | 16 + web/package.json | 24 + web/pages/index.tsx | 163 + web/tsconfig.json | 21 + 931 files changed, 142973 insertions(+) create mode 100644 .gitignore create mode 100644 backend/Dockerfile create mode 100644 backend/nest-cli.json create mode 100644 backend/package.json create mode 100644 backend/src/app.controller.ts create mode 100644 backend/src/app.module.ts create mode 100644 backend/src/app.service.ts create mode 100644 backend/src/main.ts create mode 100644 backend/src/status.controller.ts create mode 100644 backend/tsconfig.json create mode 100644 docker-compose.yml create mode 100644 mosquitto/config/devices.acl create mode 100644 mosquitto/config/mosquitto.conf create mode 100644 mosquitto/config/passwd create mode 100644 nginx/README.md create mode 100644 nginx/dev.hub.umagul.net.conf create mode 100644 plan.md create mode 100644 test/.venv/bin/Activate.ps1 create mode 100644 test/.venv/bin/activate create mode 100644 test/.venv/bin/activate.csh create mode 100644 test/.venv/bin/activate.fish create mode 100755 test/.venv/bin/pip create mode 100755 test/.venv/bin/pip3 create mode 100755 test/.venv/bin/pip3.12 create mode 120000 test/.venv/bin/python create mode 120000 test/.venv/bin/python3 create mode 120000 test/.venv/bin/python3.12 create mode 100644 test/.venv/lib/python3.12/site-packages/paho/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/client.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/enums.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/matcher.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/packettypes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/properties.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/publish.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/reasoncodes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribe.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/client.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/enums.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/matcher.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/packettypes.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/properties.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/publish.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/reasoncodes.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribe.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribeoptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/INSTALLER create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/METADATA create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/RECORD create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/REQUESTED create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/WHEEL create mode 100644 test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/INSTALLER create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/METADATA create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/RECORD create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/REQUESTED create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/WHEEL create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/entry_points.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/AUTHORS.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100755 test/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/release_control.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/release_control.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/pep723.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/pep723.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/pylock.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/pylock.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/README.rst create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/LICENSE.md create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/COPYING create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.APACHE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.BSD create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/dependency_groups.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/direct_url.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/errors.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/pylock.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/dependency_groups.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/direct_url.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/errors.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/pylock.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/abstract.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/criterion.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/exceptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/__pycache__/_writer.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/_writer.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/tomli_w/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/LICENSE create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/LICENSE.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_base_connection.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_request_methods.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_base_connection.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_request_methods.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/__pycache__/response.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/connection.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/emscripten_fetch_worker.js create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/fetch.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/request.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/emscripten/response.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/__pycache__/connection.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/__pycache__/probe.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/connection.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/http2/probe.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/py.typed create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/util.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/util.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 test/.venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 test/.venv/lib/python3.12/site-packages/pip/py.typed create mode 120000 test/.venv/lib64 create mode 100644 test/.venv/pyvenv.cfg create mode 100644 test/README.md create mode 100644 test/publish_sample.py create mode 100644 test/requirements-mqtt.txt create mode 100644 test/requirements.txt create mode 100644 test/test_ws_mqtt.py create mode 100644 web/Dockerfile create mode 100644 web/next-env.d.ts create mode 100644 web/next.config.mjs create mode 100644 web/package.json create mode 100644 web/pages/index.tsx create mode 100644 web/tsconfig.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61f27cc --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +node_modules +dist +.env +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/node_modules +**/.next +**/dist diff --git a/backend/Dockerfile b/backend/Dockerfile new file mode 100644 index 0000000..e7f7095 --- /dev/null +++ b/backend/Dockerfile @@ -0,0 +1,12 @@ +FROM node:20-alpine + +WORKDIR /usr/src/app + +COPY package.json package-lock.json* ./ +RUN npm install + +COPY . . +RUN npm run build + +EXPOSE 3001 +CMD ["npm", "run", "start:prod"] diff --git a/backend/nest-cli.json b/backend/nest-cli.json new file mode 100644 index 0000000..56167b3 --- /dev/null +++ b/backend/nest-cli.json @@ -0,0 +1,4 @@ +{ + "collection": "@nestjs/schematics", + "sourceRoot": "src" +} diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..84a051e --- /dev/null +++ b/backend/package.json @@ -0,0 +1,27 @@ +{ + "name": "ulhub-backend", + "version": "0.0.1", + "private": true, + "scripts": { + "start:dev": "nest start --watch", + "start:prod": "node dist/main", + "build": "nest build", + "format": "prettier --write \"src/**/*.ts\"" + }, + "dependencies": { + "@nestjs/common": "^10.0.0", + "@nestjs/core": "^10.0.0", + "@nestjs/platform-express": "^10.0.0", + "reflect-metadata": "^0.1.13" + }, + "devDependencies": { + "@nestjs/cli": "^10.0.0", + "@nestjs/schematics": "^10.0.0", + "@nestjs/testing": "^10.0.0", + "@types/express": "^4.17.17", + "@types/node": "^20.11.0", + "prettier": "^3.0.0", + "ts-node": "^10.9.1", + "typescript": "^5.5.0" + } +} diff --git a/backend/src/app.controller.ts b/backend/src/app.controller.ts new file mode 100644 index 0000000..62a2f2c --- /dev/null +++ b/backend/src/app.controller.ts @@ -0,0 +1,12 @@ +import { Controller, Get } from '@nestjs/common'; +import { AppService } from './app.service'; + +@Controller() +export class AppController { + constructor(private readonly appService: AppService) {} + + @Get() + getHello() { + return this.appService.getHello(); + } +} diff --git a/backend/src/app.module.ts b/backend/src/app.module.ts new file mode 100644 index 0000000..3a14176 --- /dev/null +++ b/backend/src/app.module.ts @@ -0,0 +1,11 @@ +import { Module } from '@nestjs/common'; +import { AppController } from './app.controller'; +import { AppService } from './app.service'; +import { StatusController } from './status.controller'; + +@Module({ + imports: [], + controllers: [AppController, StatusController], + providers: [AppService], +}) +export class AppModule {} diff --git a/backend/src/app.service.ts b/backend/src/app.service.ts new file mode 100644 index 0000000..1557f06 --- /dev/null +++ b/backend/src/app.service.ts @@ -0,0 +1,11 @@ +import { Injectable } from '@nestjs/common'; + +@Injectable() +export class AppService { + getHello() { + return { + message: 'Welcome to UlHub API', + docs: 'GET /api' + }; + } +} diff --git a/backend/src/main.ts b/backend/src/main.ts new file mode 100644 index 0000000..24cc328 --- /dev/null +++ b/backend/src/main.ts @@ -0,0 +1,10 @@ +import { NestFactory } from '@nestjs/core'; +import { AppModule } from './app.module'; + +async function bootstrap() { + const app = await NestFactory.create(AppModule); + app.setGlobalPrefix('api'); + await app.listen(3001, '0.0.0.0'); +} + +bootstrap(); diff --git a/backend/src/status.controller.ts b/backend/src/status.controller.ts new file mode 100644 index 0000000..dd4baeb --- /dev/null +++ b/backend/src/status.controller.ts @@ -0,0 +1,12 @@ +import { Controller, Get } from '@nestjs/common'; + +@Controller('status') +export class StatusController { + @Get() + getStatus() { + return { + status: 'ok', + service: 'UlHub API', + }; + } +} diff --git a/backend/tsconfig.json b/backend/tsconfig.json new file mode 100644 index 0000000..60bd0c3 --- /dev/null +++ b/backend/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "module": "commonjs", + "declaration": true, + "removeComments": true, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "allowSyntheticDefaultImports": true, + "target": "es2020", + "sourceMap": true, + "outDir": "./dist", + "baseUrl": "./", + "incremental": true, + "skipLibCheck": true + }, + "include": ["src/**/*"], + "exclude": ["node_modules", "dist"] +} diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..af2f941 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,59 @@ +services: + postgres: + image: postgres:17 + environment: + POSTGRES_DB: ulhub + POSTGRES_USER: ulhub + POSTGRES_PASSWORD: development + volumes: + - postgres-data:/var/lib/postgresql/data + + mosquitto: + image: eclipse-mosquitto:2 + ports: + - "1883:1883" + - "8883:8883" + - "9001:9001" + volumes: + - ./mosquitto:/mosquitto + + backend: + build: + context: ./backend + dockerfile: Dockerfile + ports: + - "3001:3001" + depends_on: + - postgres + # Development mounts: mount source for hot-reload and keep container node_modules + volumes: + - ./backend:/usr/src/app:delegated + - /usr/src/app/node_modules + environment: + DATABASE_HOST: postgres + DATABASE_PORT: 5432 + DATABASE_USER: ulhub + DATABASE_PASSWORD: development + DATABASE_NAME: ulhub + NODE_ENV: development + command: npm run start:dev + + web: + build: + context: ./web + dockerfile: Dockerfile + ports: + - "3000:3000" + depends_on: + - backend + # Development mount: mount web code into container for Next.js dev server + volumes: + - ./web:/usr/src/app:delegated + - /usr/src/app/node_modules + environment: + BACKEND_HOST: http://backend:3001 + NODE_ENV: development + command: npm run dev + +volumes: + postgres-data: \ No newline at end of file diff --git a/mosquitto/config/devices.acl b/mosquitto/config/devices.acl new file mode 100644 index 0000000..4c59e39 --- /dev/null +++ b/mosquitto/config/devices.acl @@ -0,0 +1,16 @@ +# Certificate CN becomes the MQTT username — restrict each device to its own namespace. +pattern readwrite devices/%u/# + +# Admin: brent +user brent +topic readwrite # +topic readwrite $SYS/# + +# Admin: admin +user admin +topic readwrite # +topic readwrite $SYS/# + +user testuser +topic readwrite # +topic readwrite $SYS/# diff --git a/mosquitto/config/mosquitto.conf b/mosquitto/config/mosquitto.conf new file mode 100644 index 0000000..beaa022 --- /dev/null +++ b/mosquitto/config/mosquitto.conf @@ -0,0 +1,35 @@ +per_listener_settings true + +# Plain MQTT — internal services and clients authenticate with username/password on port 1883 +listener 1883 0.0.0.0 +password_file /mosquitto/config/passwd +acl_file /mosquitto/config/devices.acl +allow_anonymous false + +# WebSocket — browser clients, no authentication required +listener 9001 0.0.0.0 +protocol websockets +allow_anonymous true + +# TLS MQTT — devices authenticate with client certificates (port 8883) +# require_certificate true forces client cert; cert CN becomes the MQTT username. +# ACL restricts each device to devices//# +# listener 8883 0.0.0.0 +# cafile /mosquitto/certs/ca.crt +# certfile /mosquitto/certs/server.crt +# keyfile /mosquitto/certs/server.key +# require_certificate true +# use_identity_as_username true +# allow_anonymous false +# acl_file /mosquitto/config/devices.acl + +# TLS MQTT — admin access via username/password, no client cert required (port 8884) +# Connect with CA cert for server verification, then username/password. +# listener 8884 0.0.0.0 +# cafile /mosquitto/certs/ca.crt +# certfile /mosquitto/certs/server.crt +# keyfile /mosquitto/certs/server.key +# require_certificate false +# password_file /mosquitto/config/passwd +# allow_anonymous false +# acl_file /mosquitto/config/devices.acl diff --git a/mosquitto/config/passwd b/mosquitto/config/passwd new file mode 100644 index 0000000..f0a6668 --- /dev/null +++ b/mosquitto/config/passwd @@ -0,0 +1,5 @@ +brent:$7$101$PPXeFRMHZwxYKE8F$/+qnOjXhFdxQYuiPxFrtVKdDME2ddCogKcOyV/Q/BYdw8UB8LJcfX23ghcVpr8cifK0z6/DZcgo0TORpungMOA== +admin:$7$101$3g0kY+V60o3BKzNi$fphdbnq1TwE7nFTuZHPu86K6619owoIUNZK/w+6iE77utXhgCj/zTRmWoCzCbbvNZRnGLac2PZqdcMGGDXHAWQ== + +# Test MQTT user +testuser:$7$101$bKvyrR98MaR7giOp$RcwsxHrBENyVBWSCkzQo0hGA8nLh3CMaTi1GtTpvUzky7D2cReWc68dujesEf+PMh6EWIufl0D4YnPmiAwDSWw== diff --git a/nginx/README.md b/nginx/README.md new file mode 100644 index 0000000..3817b64 --- /dev/null +++ b/nginx/README.md @@ -0,0 +1,23 @@ +# Nginx site config for dev.hub.umagul.net + +Use this config as a site file and symlink it into your nginx configuration directory. + +Example: + +```bash +sudo ln -s /home/ubuntu/ulhub/nginx/dev.hub.umagul.net.conf /etc/nginx/sites-enabled/dev.hub.umagul.net.conf +sudo nginx -t +sudo systemctl reload nginx +``` + +For Let's Encrypt: + +```bash +sudo certbot --nginx -d dev.hub.umagul.net +``` + +If you prefer the standalone flow: + +```bash +sudo certbot certonly --webroot -w /var/www/certbot -d dev.hub.umagul.net +``` diff --git a/nginx/dev.hub.umagul.net.conf b/nginx/dev.hub.umagul.net.conf new file mode 100644 index 0000000..29e3ba0 --- /dev/null +++ b/nginx/dev.hub.umagul.net.conf @@ -0,0 +1,58 @@ +server { + listen 80; + server_name dev.hub.umagul.net; + + location /.well-known/acme-challenge/ { + root /var/www/certbot; + } + + location /mqtt { + # proxy MQTT over WebSocket (strip the /mqtt prefix so Mosquitto sees /) + proxy_pass http://127.0.0.1:9001/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_read_timeout 300s; + } + + location / { + return 301 https://$host$request_uri; + } +} + +server { + listen 443 ssl; + server_name dev.hub.umagul.net; + + ssl_certificate /etc/letsencrypt/live/dev.hub.umagul.net/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/dev.hub.umagul.net/privkey.pem; + + client_max_body_size 20m; + + location /mqtt { + proxy_pass http://127.0.0.1:9001/; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_read_timeout 300s; + } + + location / { + proxy_pass http://127.0.0.1:3000; + proxy_http_version 1.1; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + proxy_read_timeout 300s; + proxy_connect_timeout 75s; + } +} diff --git a/plan.md b/plan.md new file mode 100644 index 0000000..39478cd --- /dev/null +++ b/plan.md @@ -0,0 +1,275 @@ +Laravel/PHP is **not obsolete**—Laravel 13 is current, actively maintained, and still a perfectly reasonable choice. Laravel releases annually, with bug fixes for 18 months and security fixes for two years. ([Laravel][1]) + +For your application, though—database, MQTT-connected devices, live status, APIs, and likely a web dashboard—I would lean toward a **TypeScript stack using NestJS**. + +## My recommendation + +```text +Web UI: React + Next.js +Backend API: NestJS + TypeScript +Database: PostgreSQL +Database ORM: Prisma +MQTT broker: Mosquitto initially; EMQX if you outgrow it +MQTT processor: Separate NestJS worker process +Live browser UI: WebSockets or Server-Sent Events +Deployment: Docker Compose initially +Reverse proxy: Caddy, Traefik, or nginx +``` + +NestJS is particularly suitable because it supports conventional HTTP APIs, WebSockets, background services, and MQTT transport within one consistent framework. A Nest application can also operate as a “hybrid application,” listening for HTTP requests and messages from another transport. ([NestJS Documentation][2]) + +### Suggested architecture + +```text + ┌────────────────────┐ + │ React / Next.js UI │ + └─────────┬──────────┘ + │ HTTPS / WebSocket + ┌─────────▼──────────┐ + │ NestJS API │ + │ Auth, users, maps, │ + │ devices, tickets │ + └─────────┬──────────┘ + │ + ┌──────▼──────┐ + │ PostgreSQL │ + └─────────────┘ + +MagLink / Receivers + │ + │ MQTT over TLS + ▼ +┌──────────────────┐ ┌─────────────────────┐ +│ MQTT Broker │──────▶│ MQTT Worker │ +│ Mosquitto / EMQX │ │ validate, store, │ +└──────────────────┘ │ acknowledge, alert │ + └──────────┬──────────┘ + │ + PostgreSQL / API +``` + +I would **not** have the web API itself be the MQTT broker. Keep these separate: + +* The broker handles connections, sessions, subscriptions, retained messages, QoS, and TLS. +* Your worker subscribes to device topics, validates messages, writes database records, and publishes acknowledgments. +* Your API handles users, configuration, history, maps, device management, and commands. +* The browser receives live updates through WebSockets or Server-Sent Events—not directly from the device MQTT namespace. + +This separation means restarting or deploying the web application does not disconnect every field device. + +## Why NestJS is a good fit + +NestJS feels somewhat like Laravel: + +| Laravel concept | NestJS equivalent | +| ----------------- | --------------------------- | +| Controllers | Controllers | +| Middleware | Middleware | +| Service container | Dependency injection | +| Artisan commands | CLI commands/scripts | +| Eloquent models | Prisma models | +| Queued jobs | Worker processes/queues | +| Events/listeners | Events and message handlers | +| Laravel Echo | WebSocket gateways | + +Because everything is TypeScript, you can share types between the browser, API, and MQTT message definitions. That is particularly useful for your MagLink JSON payloads: + +```typescript +export interface LocateRecord { + messageId: string; + deviceSerial: string; + timestamp: string; + latitude: number; + longitude: number; + altitudeM?: number; + fixType: "NONE" | "GPS" | "DGPS" | "RTK_FLOAT" | "RTK_FIXED"; + depthCm?: number; + frequencyHz?: number; + gain?: number; + signalStrength?: number; + tiltDeg?: number; + ticketNumber?: string; +} +``` + +You can then validate the runtime payload with Zod or NestJS validation before inserting it into PostgreSQL. + +## Don’t begin with microservices + +I would start with one repository and three deployable processes: + +```text +apps/ + web/ Next.js frontend + api/ NestJS HTTP/WebSocket API + mqtt-worker/ NestJS MQTT subscriber + +packages/ + database/ Prisma schema and client + contracts/ Shared DTOs and MQTT schemas + common/ Shared utilities +``` + +They can all use the same PostgreSQL database at first. This gives you clear boundaries without introducing Kubernetes, Kafka, service discovery, distributed tracing, or multiple databases prematurely. + +Run them locally with Docker Compose: + +```yaml +services: + postgres: + image: postgres:17 + environment: + POSTGRES_DB: maglink + POSTGRES_USER: maglink + POSTGRES_PASSWORD: development + volumes: + - postgres-data:/var/lib/postgresql/data + + mosquitto: + image: eclipse-mosquitto:2 + ports: + - "1883:1883" + - "8883:8883" + volumes: + - ./infrastructure/mosquitto:/mosquitto/config + + api: + build: . + command: npm run start:api + depends_on: + - postgres + + mqtt-worker: + build: . + command: npm run start:mqtt-worker + depends_on: + - postgres + - mosquitto + + web: + build: . + command: npm run start:web + depends_on: + - api + +volumes: + postgres-data: +``` + +## MQTT design I’d use + +For your devices, use topics such as: + +```text +devices/{serial}/telemetry +devices/{serial}/locates +devices/{serial}/status +devices/{serial}/commands +devices/{serial}/commands/ack +``` + +Every important device message should contain: + +```json +{ + "messageId": "01JZ...", + "schemaVersion": 1, + "deviceSerial": "ML-001234", + "timestamp": "2026-07-11T21:50:00Z", + "payload": {} +} +``` + +The server should enforce a unique database constraint on `messageId`. That gives you idempotency: if MQTT QoS causes redelivery, the message is not stored twice. + +For important records: + +1. Device publishes with QoS 1. +2. Worker validates and stores the record. +3. Database transaction commits. +4. Worker publishes an application-level acknowledgment containing the original `messageId`. +5. Device retains the local record until it receives that acknowledgment. + +MQTT QoS confirms broker delivery; your application acknowledgment confirms that your system actually accepted and persisted the record. + +## Authentication + +Use two separate security systems: + +**Web users** + +* Secure HTTP-only session cookies +* OIDC/OAuth later if customers need Microsoft or Google login +* Organization-based access control in the database + +**Devices** + +* TLS from the beginning +* Ideally one client certificate per device +* Broker ACLs that restrict each device to its own topic hierarchy +* Never embed a common fleet-wide MQTT password in every unit + +## Other good options + +### ASP.NET Core + +This would also be an excellent choice for you, especially since you already work with .NET MAUI. ASP.NET Core supports long-running hosted services, and MQTTnet provides both MQTT client and broker functionality with MQTT 5 support. ([Dotnet][3]) + +A good .NET version would be: + +```text +ASP.NET Core Web API +Entity Framework Core +PostgreSQL +MQTTnet client +React or Blazor frontend +``` + +I would choose this over NestJS when: + +* You prefer C# over JavaScript/TypeScript. +* The server will contain substantial business logic. +* You expect close integration with your MAUI application. +* Long-term static typing and compiler enforcement matter more than frontend/backend language sharing. + +Honestly, **ASP.NET Core may be the strongest fit for your background**. NestJS is the more fashionable web stack, but ASP.NET Core is modern, mature, fast, strongly typed, and exceptionally well supported. + +### Modern Laravel + +Staying with Laravel would be the fastest path if you already know it well: + +```text +Laravel 13 +PostgreSQL +React or Vue starter kit +Laravel queues +Separate PHP MQTT worker +Mosquitto +``` + +Laravel 13 has first-party modern frontend integration and remains actively supported. ([Laravel][1]) The downside is that persistent MQTT consumers and highly concurrent real-time connections are somewhat less natural in traditional PHP deployment models than in Node.js or .NET. + +### FastAPI/Python + +FastAPI is excellent for data processing, GIS, ML, and quick APIs, but I would not select it merely because Python is popular. Its built-in background tasks are intended to run after HTTP responses, rather than serve as a complete durable job-processing architecture. ([FastAPI][4]) It makes sense if significant Python-specific processing will occur. + +## My final choice for your project + +Given your embedded devices, MQTT requirements, .NET MAUI exposure, and expectation that this may become a serious customer-facing platform: + +```text +Backend: ASP.NET Core +Database: PostgreSQL + Entity Framework Core +MQTT: Mosquitto + MQTTnet worker service +Frontend: React + TypeScript +Realtime: SignalR +Local setup: Docker Compose +Hosting: A single Linux VM initially +``` + +I would build it as a **modular monolith**, with the MQTT ingestion worker as a separate process. That gives you modern tooling and reliable long-running MQTT handling without adding unnecessary infrastructure. NestJS would be my second choice, particularly if you want TypeScript across the entire web stack. + +[1]: https://laravel.com/docs/13.x/releases?utm_source=chatgpt.com "Release Notes | Laravel 13.x - The clean stack for Artisans ..." +[2]: https://docs.nestjs.com/microservices/basics?utm_source=chatgpt.com "Microservices | NestJS - A progressive Node.js framework" +[3]: https://dotnet.github.io/MQTTnet/?utm_source=chatgpt.com "MQTTnet" +[4]: https://fastapi.tiangolo.com/tutorial/background-tasks/?utm_source=chatgpt.com "Background Tasks" diff --git a/test/.venv/bin/Activate.ps1 b/test/.venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/test/.venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/test/.venv/bin/activate b/test/.venv/bin/activate new file mode 100644 index 0000000..4094716 --- /dev/null +++ b/test/.venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath /home/ubuntu/ulhub/test/.venv) +else + # use the path as-is + export VIRTUAL_ENV=/home/ubuntu/ulhub/test/.venv +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/"bin":$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1='(.venv) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(.venv) ' + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/test/.venv/bin/activate.csh b/test/.venv/bin/activate.csh new file mode 100644 index 0000000..43528ca --- /dev/null +++ b/test/.venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV /home/ubuntu/ulhub/test/.venv + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(.venv) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(.venv) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/test/.venv/bin/activate.fish b/test/.venv/bin/activate.fish new file mode 100644 index 0000000..2f36650 --- /dev/null +++ b/test/.venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV /home/ubuntu/ulhub/test/.venv + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/"bin $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) '(.venv) ' (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT '(.venv) ' +end diff --git a/test/.venv/bin/pip b/test/.venv/bin/pip new file mode 100755 index 0000000..7dd143e --- /dev/null +++ b/test/.venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/ubuntu/ulhub/test/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/test/.venv/bin/pip3 b/test/.venv/bin/pip3 new file mode 100755 index 0000000..7dd143e --- /dev/null +++ b/test/.venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/ubuntu/ulhub/test/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/test/.venv/bin/pip3.12 b/test/.venv/bin/pip3.12 new file mode 100755 index 0000000..7dd143e --- /dev/null +++ b/test/.venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/ubuntu/ulhub/test/.venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/test/.venv/bin/python b/test/.venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/test/.venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/test/.venv/bin/python3 b/test/.venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/test/.venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/test/.venv/bin/python3.12 b/test/.venv/bin/python3.12 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/test/.venv/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/test/.venv/lib/python3.12/site-packages/paho/__init__.py b/test/.venv/lib/python3.12/site-packages/paho/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/paho/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46f8919f1531142253a7c848611be4650ac8d216 GIT binary patch literal 172 zcmX@j%ge<81e4DMWr66&AOanHW&w&!XQ*V*Wb|9fP{ah}eFmxd<*lEQpPQ;*npB!s zQmS8?lTn(aUy@o}qOVt$npdWulbNJnP+5|ZpJ%LRXry19S(2(-keHmEn4Vg!UyzuQ tuOAKEC8nnE4%;z literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__init__.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__init__.py new file mode 100644 index 0000000..377cecc --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__init__.py @@ -0,0 +1,5 @@ +__version__ = "2.1.0" + + +class MQTTException(Exception): + pass diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e914ed90b58f32264c313bdf4b205991a3750b18 GIT binary patch literal 396 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 z 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�&dYZbn_4YLN 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/enums.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6940dc120986ef82610f5ee400d0ae8adac9d55 GIT binary patch literal 4643 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 TVSoU`ykG|zrg;MqNiF>kM~TI| literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/packettypes.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/packettypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ed5bd4fea4d9f0e2a8ebdc7fec292886aa56ee9 GIT binary patch literal 1741 zcmb_c&2Jk;6kmV4PD27sX+a$3gfMD$?I1uz2+20avEsOHY^%}$vc|j9-G%+i%&dbs z1*r!lE|EAiCzK-yA@P5}i4)o@r`{5BsMHg0X6>e+aDq9^y!Yle@AJ3&%j#-HgZ1sN z`=9+((6m3KvRwIvaPb-lk2FieT2||5R_38*Wq-`3w>UG;RrBOKP%Cf#_f#B(=+*Q=uZOAr~z3eDK3 zf#3$UAXvSoM@~ARRv4t62pQi_lkJiKwHUE&jy91SxB>=&TtD)tbU{?lpqWO<(9*9m z{x8Hbm$a7W+CsVLgYZbB8qNT{vsMP@vKq}>Su6L9;00Rv1n{_sOSp`$;R;^C*YPTT z0k7e8{33n{-@qGI9^bSI_~m)AT1r+1#QdC!(LAF3%imP(sRapXLZ(MJ*AeOlrWada zkW*=lM>{A|577hYz}~&l2+iKsYl;^L?S!5MPs4x<0{vDPN`O*}H_|oYvE&#>&n2J_ z#?4-LxTDgLR9)Z$;sYK=6xe+GZx8x#!#}>l#ixr@9%rCykJsfUyINgO%FAysDZ$(W zYKl~Va*~qbF?W(82+|-=M$N_PDS-S$lWW6x%1!uuXi@}GVpqlie`YKzCG`nuGkTDe z2TI^kQUN+ccU0_rBNk4-dMhbUCbG`SB&kd$erUy>l&?=F2Ql#$H>Jr0*aqeTBY{nm zk_$h9FDQo!?)Llb)+iMktzF18?Iol>Zc2kZ_uH+-*;9bl-Ms;nGHwoA``u<6N=dOR z*e_S(Z?qti|bYCu0|7tnj{>CkXO zpBnKr4n%Cko)b?ELAfyW84YHJ=T41iE}SrUORsMk+!b_FGJx2W8xe6r!#@xLB*|Ds zPaS^0IqJt7yhM=Y?$H&Qa&<`^Wal>~!}1 z?Dz88@hc}Eo$mg8TZ*?&wok=bQM+;TX!k6iTdjZ9X2#NeznW#QE)}LrN!`^zdRl%z io!AGg4yxoFm+744GMUVIc0H4S^7^ez{Z9=x_3AG}#tlON literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/properties.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/properties.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66c83c498a62112fc8a892b66c1b11291e7f74c6 GIT binary patch literal 21618 zcmdsf3v3%#w%81R5`W@Hq9p4(`iuHnvMtN91A1$q+B+3%03@OLr zQtND9UMpw44TUUfCcBI9J*0igOWJzTE!NluZ5DXIduSKMjOi`;2muYy6sXVwW#j-4 zb%Cbm+~Ev|G;K#o7O(BVKDwNH@44rmd+xdCo_p^6d$ZX@{~_dTqt+pB1Z$5cBbQXaaDDa#L4mmb#(>463Ag?9%k~@Qqpb zO2Fguj(@057S7CgUCZv7nWSN6X4%KCE@9dt5;XO zfz|HSrG?e2-2t~h(A{<2?Y-W;5< zR|A3W70$Qf<^mqKziVZU(*a@vN+IzO2jfjDp(*5$cJlsfcg-^9TAK55%WhU=%s5wo zIE)AgHZ!KI5~#pLk(`O|XC=--nnJ>GtRJ2LaEA)Wd4aS9P}HIZvT`1l4pGvmeUz>< zMLAXDk5qMMf!+G6YXP^5<6LV=oj<^>&IXbiWYULpQn%#x&IcC!Sc~D1+N9w%4!Ah# z4fOPJ``|?l{C`*u;C1SAW695+zw_eei_wzk^_Zh8X6)uQ-K3}a`!N93l>Jyt%Nx9w zAEcfI*{_iMz^bub=z(UOvqNeJYjFrZRB;aYlhmzx(;ZM>U7b@>ujkw@RwTX-N;bg% zhu8xo-uCw3t-(l1#2@XA4nOC-7r0`;#gze2QY`cP zKrhz>d97H8ND4~OAB(SzfO`jJiSU)H##Ai;C1nyXfiNVh6U)>ic#JTdLqu>FAfe<| zhziIe;s~?97=B=^-?o&5 zrz3}BmWB<@w$bsk*+}C%o|ut|9u$l%yrxBDgWNr+jr=5R=mL`OP$8P7uf2r)%FN_U zch*&2V}=o|O6uMlG}a4(n5@$wRfxWJ8ZanJsud-HeK3Di$dC$ZQDz_fOh2qfD!r}_ zsZUccp9H)b1$#63+K`sj5_+wW(p>`?%xbql!UPn;nsW_gA}e2?m2bd&KYja%qL0Q* z2@Mrehg8r{pmRTl^jFRJEihGRt|eBnq!W7u&0`26c5 zSW5TC&27v(5i1(v3x^U0YuFa<2|vHt&l{@Zh6cgV5Iqw!bi97*GqZJz!RM$h1t&-8k(pS`O4Xb*S`Y2uWiWYvW6~A?B z8mBf{^1O@lxUMd_ktSGk-SckFA6zh?fZ}9huBY=ERLC$BNC{@ay#&S>GrQ#S`@0zC zvfs^;Dlk+0?(1&OwZyC}xn|vdoI4_(LtXnBg$-vQ<+GMXc?F69&0takyJuB5R78ns zS@PF!^U}1!sAAP2>gOs}^Gk(7WwqBu35Ipy<0cLR*eEAwVQb8L{gfuOgq|KNc` z2M-;>JRh^Xx)ktq5uly{PSimHC9GOU!%)D)<8cUZ+wf%4!P_J+RbA_5s+o zSD`FNFY|3@`0BGU`zUW3P1s5{bcrHMqQntVZ=Ts0PMFN$hFhZ>LkWvD-1F9I!s>{W zY?{N`gvtIhcjR*9%sXDe)VMK%`9p7Ahx~-av0+ZxD2w&+X^r%g<$MtmC{yb+t6EpV ze;iRYEM7RyAVsVS4c2uH$_T5jKxt8hG^{2FN+v`HK{iQAe5b{CAdk3sY5|KXq{ihB zmV9jxY~6MGcBfMpe5e@QGwuKxzUyR!d~=LTDGbu2BBSg|kG`U|C>j|A9UyHi`RQF< zz6#S25TaE1nN^sFUE<6_;bfT1dUgmGOcXA0m{^$DC@o``r>3zQ$y)Y!JogaEfvPOT_b1~Lg&mOQXZY6%HM@VL`Z z#*YeskWIvm>w%w7kTr4HeHAOM003FDQl(`ZhJ@7yD;fbHQzl#Z(yenKQzaFVp3PB6 zI4UDUk(1#oAU=@kj?8Xei(U~N-GZqba=}>i-}+(1b>C78V)dET5nkQ+5nouHQd8!# zNP}Ri-Z+=CNOCsrEZ_>EaZZl_Jq5{vnHknMi~C?OV*{SqWjAbVS#B5$U~h7FmB;ZN zf*0VwAFbFosV`I-Z6Qn@o&5`yRa^Q{4XG5SQjO%DU0XxmeW8LB5qN@O7AngR$R~Lo z;%v-p<#AQOHQ@?b39e|-IRQ=wEx-a6ToT}PC;+G@&Iki>Mi_}R!bF@AX5x$}BF+d4 zaYk6zEKY0EFd=WvT~}d2%BSzsONA(#Q*Jktsndnt0zVjK988NP52!AjAhYOe0M(aX zGS(Qelnd=b<~2`X0VUSMp{%+&&#WlU{}<#NGmuCM6(opAlR7OHM<};ltwXp z!?nD!M6zLe3=Cvu)ynEspmJeGfpt*PomSC}K>RCR6PHh37@a!nlxN7}mAhc^SwBO^tXs;3Ia_cXiP{8(=(sW)=)hLG8AH9JN#_N+f0iG5p3+6JcB+`_31qk}U0^nQmf#T|7rWf2^Wfd0(7+Dq?Lc9U6 z_^+;lZt5V^;2O6iyQSCNbR{G4ZAHKzjl zw0mfG|99AK!5-S}`3~FF|2?&9+(Wy)-(i2vduaE-p4&wiXwH+CE6X0*%_mprQq6f3 z@(c!6?xV;BlRo#E2jdK+-L?m+@=0BucIRn=xp)tl59Z^J!pFa;o=$d2ck=?g4W?$$7F&)_wPw zpD};M)vDo-+AcckavlX$;6=@S6uIc~%y|^KH91-EQ<2L&HMjn$xp{P*0&~9kt4Dpc z2R`Q0R(a-$qSbtI1LODqV4HcYD%1yi=t;gAn~y*LH())KXI>gjW_@u_q1JD#Zus`9NKMSGINd~4F4#};k7|4(Iq5A&4mOYh(C6qr0~l=Cn+ zf|45apFgrrzvg2w#f*xM@<+B2-zt~=${~4AvtJuedc5djI}HbBk4nUItYPABWtk~* zZuZC~z7>Bl6D|)IET3?#E&1SRZG?D~pk5EB7q`U0vN3erfd_c_#)=1!BUv1{ z-NbV`6L_x!=*dH8#SW=ZH0k!Q_`Ki{oc67FW_NI#8MK}PeC{RiX!*Q^z8!RV1>4~Yq3Mp?k*nFGh(4m$iG7n;TjIZf}_Ft=g|GUvVEB{&7XKp;U;9hGFzHU)%& zZ}Ys{y}}GFd9J&6km*6k&?@*0pe5)fVjm+ewjFc=1dDU>kd-^Q5C$tJ-LI}f$O-ys z;ILyE7$Lgg0mTj+(?Z=B(A9AodYR$U4l1f(l~h+|jj}R&je{k5v(Rh^TGRcQbi=_Q z_+H&R2~>nd~qyyYN6;(9Rk!OI}Hd>m47evw`p6)%Iv^jqeVZz^a7=dugV35Kq_JWF^E6f~nhO7dr| z1&gK9qFalZ@&w(%T3{AC>*7E%l_HQqQkV5UGq#F$s;3sfRrDkb+(qagcL~8Xf++-( z2qq9*2H-SsZcNW1m`AXHz=L2B!8HU+2$m6e0XR#N2GR9}BA?Wv|I44$65nD{>+!Pg z8=MBpB@5D?yQJ}j(F+&GhNq^6&I~8@Q)6X*fMP zCB4)PU7kLh)BzIA!M~Hkr_z5f5ag#Wj!h(WfDa24ULH@Uj3kwA!;osPs>L*eG^kQ_n69VHRguY51Ew1(rasZol&Gx6e~_-O#h=|hiJk+A z&hFjAP>A&U*#1h=!=kX}j$zXfw=#m2iI&E!tsftaw;vbUkN=f1e&Pk;#0z}e_jt?q zQw3N7*pO9$uR9pC9{R)>?>{f}pa1=f@iA5yWBJ2w-ZGccV+~+dPL0DcYyT%l<44DZ zqvH=IUW`x73lsDFzyfdaq>NYvc)EuwW~>6N&#Drwj#;~Z-5&297J7&O>WA?&uLx&e z;d^Fy%MVf(tN`O<376cd*sO@#>I55{_aBMb2Da_haeI?sZ~EYe@s?vk%Q4e~rp@Sh+E`a&ye)lq>VLW^Ac7)r4hRbIS7d$hc1`<3}chBNKf8CEhxja$?E0 zoRU$*`tkXA$8$o*bA0;=-a3?O$ATR>1^N0s-0Z}XU3p8&l;Thi3N3@Y?Ko0=f=+c~ zt=?zXIwG_jK|vl9j*by@je@=LgKP2TBSLd_MzdgV{@56AJubA8X*D67m`G_=_DRq= zYTFc@I)F_MQ1()#MB<=lk%_{^+m0fcgP++P-=?fIWkq31D3Rr1`JVE{!F`PItQW|- zESB{P&HbOW#|OrQ0g;z2g1zPA%DD5W;5;sl2v^nwr zLo{sQ?1oyD&uQRA`U%NF87zHW3>t*^n(sp{S?3`%&^qr95F=v*0wu=bj0y7Jfc#|9 ztZy05uHal8UuP|xMXseK-)sIcjLLwMzTiH^@|m6WKLC{EyZz5qhM)_z7n$> zyjRFuPVj{%9`6{exMIitF(gRb0dAilo%<|e_j4X8W(Pw3z}AE41UjV78yE-&SyJR> zI#dtcpgGv^XNZL3u0v3I2qG0Aa1X=vG~*aJ^3@}nNkZfY_bQZ2YOcB0{7HyOBjGy` z>xOLP{sCs`fRDhdq=r~aXeHrUy?9jrr|>ISsbFC4fb2p6Kbmu|Q=i$2A>^Z^{LZ<} zb9XLoUW}DA?NVxe>Bi}Vr8-*j7gc{&wKaRUH&)jdv-BnQRli^HZbkI8u+JIR$-y3a zC=W}rwRFQQ@?ObB+_Mm&`T!sv2<8(ii1JWLyj!Q?m{9%aw8-h}5Vn-8=-gD@F4aK!bLl*R0D{$Nl>F@O-}SCMvVNRA7I zOCz~2od?`RUx_lSH0^E@y-l*SDOmF)R_$jXtf$9m<$em3CUs&oO42wp;|IS31c%Jb zh+}*kvc*e1WbkpwIb2l4-ME%4-dsE4&|ruV_YW~yu;B6|lB9KJ1{NGS*kon~!p+FS z^){jy#j?f~&T}2&U%>eW8-5pA!?cirYgl>_!@Y8_RI!LDsQh1$=f^8l!~}RdbSo4& z6}87Ku%%9xp58DfjF#|G!C13xvd2v|f~h7Fh)!=E`h%$lHq+LUPc?sS_?_XeEx)tG zPF(trm6LZ@Bg5~Hy*swmu*LnMs`q~7q+prcE^SDZ9=Ln@H|KtJ?l%{Ibuo5um_IPW zmz;U1rpqA4nxbt05#8H2Z{3Wtf8qNx-(5D|cV6f_|2L;&eV2shNq%ZtXud31E(5Zt z=dNb!I)7;T!Q~&sFV6{==lJ<+@%ifl{JZ=bKYfF5T#Jg zR1P6C8~~9SaZ9~msgE9fU}@bhtBW>$T=Jl-3lK!kgon3_DgoY_nk58vZ9n_>*7CvNMs^PVcmk?xz97K zI|%*5D;@dtC98&OA8C!6b=iXo$?xH6Mtw*HD;q|hVjL@6I|*rEjnxHYy8|?}Tpm_X zwOEcVSXbRX0d^p)l2T2u2=(KS=ohCmx;UunV1jC9fEjs2zYKGVsADo!aXNFq1duF9 z&pc_$VcdICJBI;i9GQM-Jm!RUVxS~sgU`yIJ>BqKBg``YO{fG@jYJ1qOCY8*$6nOw zYrtNtu6zHbcVEIu6szvt7~i&(h69mT{$T0&+p;PQ`eZl9!y^f6Y2+2Ys$=WauM6&J z?s;ST$N27XzT%=_y$B{{dG)3?Wd?k(YtmaF_Sg*8DMl2Fh9wXqKd3K=VfhFWcOa4s z1H`|&0}gxE0LwXGM5tkYMnsYp#o+)t+?|E_#Dx0*kP!t=;(e3q1@{d} zV!AL(7L}wL&L?u^MY9Ob@}NZ_Ecl`aB_#;8Q7PLtG`T`jpznT~kZhM$N7(3itn@%w zohYv3oBHk-_kA+(>Fn}W< zQ-tIn0b!zk_(np~^b{dc?EBWAA|$M4orWDB3|V^MwBw4&Jpz_io(Y}a^CeZ>Y-UjW z8t4oxlfT4~!pL50E%I5b{h z6P~eJh}uMLBXeCly98H&gI2{XAa6#H<0nLp=cq}wzU!$oz*-j3M7)2nc79O+MMW0l zP)iSPX^F=B5|$z&%&<)jNV!zLk9cF{JG7FhH=W-5E z0+%lKf?d8OM6g={yS#-4?V8r~X{z^%Ti%+=xM4vSpKpy@E73-9S3GkBzHMK0S?wX8 zfMiP*7Co>x$L*bhy>n|ZWiyMUEhUiGFxc$DdJ@>{HoX()bEwzs-vWKVdT-m%5cQgr(Cce2p<~VZS zd;}{jMjf%z7QxiAF#^YYq`c#?@<(Ehf&1ox-12s@yzQ~_gE7bP`{v_N{y}M5ytGFs z?YY|&EA1Cd{m@L2Sk0VMExH_Y9K3HnnA-|0C)f*pPI12ZSj;ha-#m!r7b2_g_ykiE zV23RR7S}#jT+s<0`gLqLbuQ6$WkteG46BwRv zVJCnQ{zPN)YuX8*pk*}+RHdKHRL5I!`K}p+G$_q1f$MmkKvsDY4)i=rQ;us@s1b!Z z3tn#U->rjp5HQFSR)Iki(uQ=Bw^iJ&+^*12w}14s8u{DG!ScR_Qg|aVh9u`v_|W7- z2&q4CD-cS9Ijl{q2-$^2G=bBU&$<$w8b5}L#DyW6#s3O_;x#Z)V}MOU!QC=q3gB)k zV}^165`HH2#BqWO0=@wP6W@_&#k_y<-HTi2gsQ{$XrXE#tOwsgytr8?ZjS!wL2=(U z)3T-6^2V6KT}tH`p(C0^c}=u2UVl)iKX~^_;?VI=HL#m+7@@zQ=zSyfySgvbSPmTf za8Hko*X$Q+_TR0z_xvT6{25L0pu zbPoqTnJ+sKjJC|jGcs1xI^0wGhS;;$aht+~m3so%3%()t?A5kP5wj>;RU)?#X8Q9I z@O@qL4cnBzPeJ%)56BAVJHl_s8sTDv5`q1&w0HhiJ&?bjL3+^rj27@K9q?6BM6O$@Ta=(2o94eaJK z2233m!joE2S@mEFodo356;Lvxv3?D2lZ8Y%;dd~I2ey!0_l2KH9ZB^h_0pRjKYG=O z0+V!D(uCi|kS&}tg@vQcSV5)sApkINo?ykumw(I3H_oP-DY(|VuyKxu9<5*Nmk8vP0N-pR@0rX0;ZE(<#GEdZP{$sG)3pO7GgDr)3v~Il56FfPkgh~ zubf(ViTZ40ly@|5jG&6w-7UP=FYG@RV@~4@>5=d#?BOFLVdzW3R1(n(rn-%@c(+>Q zy12;%B_Ka&1rbZ=c}RdIM84UO&#eZQ0-XBcZT)|hg0}(WcsMYk01q87pn#mWL za+D){`v6^fqGAc5!qB9@i}Bk%;n5PCO_#<4%7=XL=m}@hA#x(j(r7V)s>*M1(jib{ zl8r{xY~i{dXw}PY=;b!@Ei&>(dEF2)aV0W*YRSeys-tc(oaZM(f(S+Hj#q& zX)bfcfnupNs|m=b*x-5BD!)XcupX(9Ayg>!4197D$LZU@1rI%ZK>}?_@)0H7xTvLN zYceR^uU}(Yg0(H;(I*~kx^LiR`DGtmxDG792S|JnT?|&|uK<%mLH`(k{u>0JBKRo+ zJUt`cdvfF^Dr)$O$y%}?eJlrP-oP@%{QNDXlDg+lj-u{1NlJamJr@w|(E>56m-`J? zL0!-NYpg=_KOVG^_z^$)pd}TLe??Oj??(k~3hlm1J`49Y&ZrguFrx}hZyRnIZks-@ z?2cFV36*_!ug5Bn3x(wyh2iFett_I86ohNRpe?K2FeQpABA4zL)oj=I#p?%!`ay92 zqmfxIm})o9MG8Ix?R6${mUqD3E@3KBjQ|ee@Wbo;{-8L>!U^L>y=FgCrLcWtH)=4xy}L>q@MwA5>m-Q@pxUsO}`u zEY*D*)aY0eqd@# z)l!zq$fa0OO$rvIlJNJUI>FJ*TblX8W};Qcowl4WQgG*RH2wqu8S_8I)O!g2DFRd= z+&@P^gof-xaPOdy7aX75&sL1#I|PW+j|u#2g;iU)+c-sQ4ZDjfT02DV>I$@_yY?1s z@9rdRgk*(5Te4eTptbMXHQKISlMUWATd-t(skU}^zgBC1SX8PNKgve%!?`hT%HZ&p ze6D~*Yl|nsdii6N;;FF}iiy6JI!rYoAeIU`ScrWh`df&(Lbh6@6R1Q)|Be|_j|z{8 zU$Q*T{X6&x(ntAO01$Ra(+}$@y6C@9jbG|$S|1+$l7c^97Giptq<0Hd^!{Cgif%_B pr8IQwZjqhdx7$Y39ayCG?+l%E%@-7azxx6GiiU34r4SM-{ttqTc~JlW literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/publish.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/publish.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c1b82d4788e5f0e3ca368a6c528f8f740cbd833 GIT binary patch literal 12732 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribe.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribe.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba90236bcc54c3f5f510907db7311bca8b7009de GIT binary patch literal 11400 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52c700c702169a00bc08c8f89f3df9febb8ac44a GIT binary patch literal 6245 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 YdER?v`XL98|9IZz`L+ifrEI_d0wEo>-v9sr literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/client.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/client.py new file mode 100644 index 0000000..4ccc869 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/client.py @@ -0,0 +1,5004 @@ +# Copyright (c) 2012-2019 Roger Light and others +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v20.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation +# Ian Craggs - MQTT V5 support +""" +This is an MQTT client module. MQTT is a lightweight pub/sub messaging +protocol that is easy to implement and suitable for low powered devices. +""" +from __future__ import annotations + +import base64 +import collections +import errno +import hashlib +import logging +import os +import platform +import select +import socket +import string +import struct +import threading +import time +import urllib.parse +import urllib.request +import uuid +import warnings +from typing import TYPE_CHECKING, Any, Callable, Dict, Iterator, List, NamedTuple, Sequence, Tuple, Union, cast + +from paho.mqtt.packettypes import PacketTypes + +from .enums import CallbackAPIVersion, ConnackCode, LogLevel, MessageState, MessageType, MQTTErrorCode, MQTTProtocolVersion, PahoClientMode, _ConnectionState +from .matcher import MQTTMatcher +from .properties import Properties +from .reasoncodes import ReasonCode, ReasonCodes +from .subscribeoptions import SubscribeOptions + +try: + from typing import Literal +except ImportError: + from typing_extensions import Literal # type: ignore + +if TYPE_CHECKING: + try: + from typing import TypedDict # type: ignore + except ImportError: + from typing_extensions import TypedDict + + try: + from typing import Protocol # type: ignore + except ImportError: + from typing_extensions import Protocol # type: ignore + + class _InPacket(TypedDict): + command: int + have_remaining: int + remaining_count: list[int] + remaining_mult: int + remaining_length: int + packet: bytearray + to_process: int + pos: int + + + class _OutPacket(TypedDict): + command: int + mid: int + qos: int + pos: int + to_process: int + packet: bytes + info: MQTTMessageInfo | None + + class SocketLike(Protocol): + def recv(self, buffer_size: int) -> bytes: + ... + def send(self, buffer: bytes) -> int: + ... + def close(self) -> None: + ... + def fileno(self) -> int: + ... + def setblocking(self, flag: bool) -> None: + ... + + +try: + import ssl +except ImportError: + ssl = None # type: ignore[assignment] + + +try: + import socks # type: ignore[import-untyped] +except ImportError: + socks = None # type: ignore[assignment] + + +try: + # Use monotonic clock if available + time_func = time.monotonic +except AttributeError: + time_func = time.time + +try: + import dns.resolver + + HAVE_DNS = True +except ImportError: + HAVE_DNS = False + + +if platform.system() == 'Windows': + EAGAIN = errno.WSAEWOULDBLOCK # type: ignore[attr-defined] +else: + EAGAIN = errno.EAGAIN + +# Avoid linter complain. We kept importing it as ReasonCodes (plural) for compatibility +_ = ReasonCodes + +# Keep copy of enums values for compatibility. +CONNECT = MessageType.CONNECT +CONNACK = MessageType.CONNACK +PUBLISH = MessageType.PUBLISH +PUBACK = MessageType.PUBACK +PUBREC = MessageType.PUBREC +PUBREL = MessageType.PUBREL +PUBCOMP = MessageType.PUBCOMP +SUBSCRIBE = MessageType.SUBSCRIBE +SUBACK = MessageType.SUBACK +UNSUBSCRIBE = MessageType.UNSUBSCRIBE +UNSUBACK = MessageType.UNSUBACK +PINGREQ = MessageType.PINGREQ +PINGRESP = MessageType.PINGRESP +DISCONNECT = MessageType.DISCONNECT +AUTH = MessageType.AUTH + +# Log levels +MQTT_LOG_INFO = LogLevel.MQTT_LOG_INFO +MQTT_LOG_NOTICE = LogLevel.MQTT_LOG_NOTICE +MQTT_LOG_WARNING = LogLevel.MQTT_LOG_WARNING +MQTT_LOG_ERR = LogLevel.MQTT_LOG_ERR +MQTT_LOG_DEBUG = LogLevel.MQTT_LOG_DEBUG +LOGGING_LEVEL = { + LogLevel.MQTT_LOG_DEBUG: logging.DEBUG, + LogLevel.MQTT_LOG_INFO: logging.INFO, + LogLevel.MQTT_LOG_NOTICE: logging.INFO, # This has no direct equivalent level + LogLevel.MQTT_LOG_WARNING: logging.WARNING, + LogLevel.MQTT_LOG_ERR: logging.ERROR, +} + +# CONNACK codes +CONNACK_ACCEPTED = ConnackCode.CONNACK_ACCEPTED +CONNACK_REFUSED_PROTOCOL_VERSION = ConnackCode.CONNACK_REFUSED_PROTOCOL_VERSION +CONNACK_REFUSED_IDENTIFIER_REJECTED = ConnackCode.CONNACK_REFUSED_IDENTIFIER_REJECTED +CONNACK_REFUSED_SERVER_UNAVAILABLE = ConnackCode.CONNACK_REFUSED_SERVER_UNAVAILABLE +CONNACK_REFUSED_BAD_USERNAME_PASSWORD = ConnackCode.CONNACK_REFUSED_BAD_USERNAME_PASSWORD +CONNACK_REFUSED_NOT_AUTHORIZED = ConnackCode.CONNACK_REFUSED_NOT_AUTHORIZED + +# Message state +mqtt_ms_invalid = MessageState.MQTT_MS_INVALID +mqtt_ms_publish = MessageState.MQTT_MS_PUBLISH +mqtt_ms_wait_for_puback = MessageState.MQTT_MS_WAIT_FOR_PUBACK +mqtt_ms_wait_for_pubrec = MessageState.MQTT_MS_WAIT_FOR_PUBREC +mqtt_ms_resend_pubrel = MessageState.MQTT_MS_RESEND_PUBREL +mqtt_ms_wait_for_pubrel = MessageState.MQTT_MS_WAIT_FOR_PUBREL +mqtt_ms_resend_pubcomp = MessageState.MQTT_MS_RESEND_PUBCOMP +mqtt_ms_wait_for_pubcomp = MessageState.MQTT_MS_WAIT_FOR_PUBCOMP +mqtt_ms_send_pubrec = MessageState.MQTT_MS_SEND_PUBREC +mqtt_ms_queued = MessageState.MQTT_MS_QUEUED + +MQTT_ERR_AGAIN = MQTTErrorCode.MQTT_ERR_AGAIN +MQTT_ERR_SUCCESS = MQTTErrorCode.MQTT_ERR_SUCCESS +MQTT_ERR_NOMEM = MQTTErrorCode.MQTT_ERR_NOMEM +MQTT_ERR_PROTOCOL = MQTTErrorCode.MQTT_ERR_PROTOCOL +MQTT_ERR_INVAL = MQTTErrorCode.MQTT_ERR_INVAL +MQTT_ERR_NO_CONN = MQTTErrorCode.MQTT_ERR_NO_CONN +MQTT_ERR_CONN_REFUSED = MQTTErrorCode.MQTT_ERR_CONN_REFUSED +MQTT_ERR_NOT_FOUND = MQTTErrorCode.MQTT_ERR_NOT_FOUND +MQTT_ERR_CONN_LOST = MQTTErrorCode.MQTT_ERR_CONN_LOST +MQTT_ERR_TLS = MQTTErrorCode.MQTT_ERR_TLS +MQTT_ERR_PAYLOAD_SIZE = MQTTErrorCode.MQTT_ERR_PAYLOAD_SIZE +MQTT_ERR_NOT_SUPPORTED = MQTTErrorCode.MQTT_ERR_NOT_SUPPORTED +MQTT_ERR_AUTH = MQTTErrorCode.MQTT_ERR_AUTH +MQTT_ERR_ACL_DENIED = MQTTErrorCode.MQTT_ERR_ACL_DENIED +MQTT_ERR_UNKNOWN = MQTTErrorCode.MQTT_ERR_UNKNOWN +MQTT_ERR_ERRNO = MQTTErrorCode.MQTT_ERR_ERRNO +MQTT_ERR_QUEUE_SIZE = MQTTErrorCode.MQTT_ERR_QUEUE_SIZE +MQTT_ERR_KEEPALIVE = MQTTErrorCode.MQTT_ERR_KEEPALIVE + +MQTTv31 = MQTTProtocolVersion.MQTTv31 +MQTTv311 = MQTTProtocolVersion.MQTTv311 +MQTTv5 = MQTTProtocolVersion.MQTTv5 + +MQTT_CLIENT = PahoClientMode.MQTT_CLIENT +MQTT_BRIDGE = PahoClientMode.MQTT_BRIDGE + +# For MQTT V5, use the clean start flag only on the first successful connect +MQTT_CLEAN_START_FIRST_ONLY: CleanStartOption = 3 + +sockpair_data = b"0" + +# Payload support all those type and will be converted to bytes: +# * str are utf8 encoded +# * int/float are converted to string and utf8 encoded (e.g. 1 is converted to b"1") +# * None is converted to a zero-length payload (i.e. b"") +PayloadType = Union[str, bytes, bytearray, int, float, None] + +HTTPHeader = Dict[str, str] +WebSocketHeaders = Union[Callable[[HTTPHeader], HTTPHeader], HTTPHeader] + +CleanStartOption = Union[bool, Literal[3]] + + +class ConnectFlags(NamedTuple): + """Contains additional information passed to `on_connect` callback""" + + session_present: bool + """ + this flag is useful for clients that are + using clean session set to False only (MQTTv3) or clean_start = False (MQTTv5). + In that case, if client that reconnects to a broker that it has previously + connected to, this flag indicates whether the broker still has the + session information for the client. If true, the session still exists. + """ + + +class DisconnectFlags(NamedTuple): + """Contains additional information passed to `on_disconnect` callback""" + + is_disconnect_packet_from_server: bool + """ + tells whether this on_disconnect call is the result + of receiving an DISCONNECT packet from the broker or if the on_disconnect is only + generated by the client library. + When true, the reason code is generated by the broker. + """ + + +CallbackOnConnect_v1_mqtt3 = Callable[["Client", Any, Dict[str, Any], MQTTErrorCode], None] +CallbackOnConnect_v1_mqtt5 = Callable[["Client", Any, Dict[str, Any], ReasonCode, Union[Properties, None]], None] +CallbackOnConnect_v1 = Union[CallbackOnConnect_v1_mqtt5, CallbackOnConnect_v1_mqtt3] +CallbackOnConnect_v2 = Callable[["Client", Any, ConnectFlags, ReasonCode, Union[Properties, None]], None] +CallbackOnConnect = Union[CallbackOnConnect_v1, CallbackOnConnect_v2] +CallbackOnConnectFail = Callable[["Client", Any], None] +CallbackOnDisconnect_v1_mqtt3 = Callable[["Client", Any, MQTTErrorCode], None] +CallbackOnDisconnect_v1_mqtt5 = Callable[["Client", Any, Union[ReasonCode, int, None], Union[Properties, None]], None] +CallbackOnDisconnect_v1 = Union[CallbackOnDisconnect_v1_mqtt3, CallbackOnDisconnect_v1_mqtt5] +CallbackOnDisconnect_v2 = Callable[["Client", Any, DisconnectFlags, ReasonCode, Union[Properties, None]], None] +CallbackOnDisconnect = Union[CallbackOnDisconnect_v1, CallbackOnDisconnect_v2] +CallbackOnLog = Callable[["Client", Any, int, str], None] +CallbackOnMessage = Callable[["Client", Any, "MQTTMessage"], None] +CallbackOnPreConnect = Callable[["Client", Any], None] +CallbackOnPublish_v1 = Callable[["Client", Any, int], None] +CallbackOnPublish_v2 = Callable[["Client", Any, int, ReasonCode, Properties], None] +CallbackOnPublish = Union[CallbackOnPublish_v1, CallbackOnPublish_v2] +CallbackOnSocket = Callable[["Client", Any, "SocketLike"], None] +CallbackOnSubscribe_v1_mqtt3 = Callable[["Client", Any, int, Tuple[int, ...]], None] +CallbackOnSubscribe_v1_mqtt5 = Callable[["Client", Any, int, List[ReasonCode], Properties], None] +CallbackOnSubscribe_v1 = Union[CallbackOnSubscribe_v1_mqtt3, CallbackOnSubscribe_v1_mqtt5] +CallbackOnSubscribe_v2 = Callable[["Client", Any, int, List[ReasonCode], Union[Properties, None]], None] +CallbackOnSubscribe = Union[CallbackOnSubscribe_v1, CallbackOnSubscribe_v2] +CallbackOnUnsubscribe_v1_mqtt3 = Callable[["Client", Any, int], None] +CallbackOnUnsubscribe_v1_mqtt5 = Callable[["Client", Any, int, Properties, Union[ReasonCode, List[ReasonCode]]], None] +CallbackOnUnsubscribe_v1 = Union[CallbackOnUnsubscribe_v1_mqtt3, CallbackOnUnsubscribe_v1_mqtt5] +CallbackOnUnsubscribe_v2 = Callable[["Client", Any, int, List[ReasonCode], Union[Properties, None]], None] +CallbackOnUnsubscribe = Union[CallbackOnUnsubscribe_v1, CallbackOnUnsubscribe_v2] + +# This is needed for typing because class Client redefined the name "socket" +_socket = socket + + +class WebsocketConnectionError(ConnectionError): + """ WebsocketConnectionError is a subclass of ConnectionError. + + It's raised when unable to perform the Websocket handshake. + """ + pass + + +def error_string(mqtt_errno: MQTTErrorCode | int) -> str: + """Return the error string associated with an mqtt error number.""" + if mqtt_errno == MQTT_ERR_SUCCESS: + return "No error." + elif mqtt_errno == MQTT_ERR_NOMEM: + return "Out of memory." + elif mqtt_errno == MQTT_ERR_PROTOCOL: + return "A network protocol error occurred when communicating with the broker." + elif mqtt_errno == MQTT_ERR_INVAL: + return "Invalid function arguments provided." + elif mqtt_errno == MQTT_ERR_NO_CONN: + return "The client is not currently connected." + elif mqtt_errno == MQTT_ERR_CONN_REFUSED: + return "The connection was refused." + elif mqtt_errno == MQTT_ERR_NOT_FOUND: + return "Message not found (internal error)." + elif mqtt_errno == MQTT_ERR_CONN_LOST: + return "The connection was lost." + elif mqtt_errno == MQTT_ERR_TLS: + return "A TLS error occurred." + elif mqtt_errno == MQTT_ERR_PAYLOAD_SIZE: + return "Payload too large." + elif mqtt_errno == MQTT_ERR_NOT_SUPPORTED: + return "This feature is not supported." + elif mqtt_errno == MQTT_ERR_AUTH: + return "Authorisation failed." + elif mqtt_errno == MQTT_ERR_ACL_DENIED: + return "Access denied by ACL." + elif mqtt_errno == MQTT_ERR_UNKNOWN: + return "Unknown error." + elif mqtt_errno == MQTT_ERR_ERRNO: + return "Error defined by errno." + elif mqtt_errno == MQTT_ERR_QUEUE_SIZE: + return "Message queue full." + elif mqtt_errno == MQTT_ERR_KEEPALIVE: + return "Client or broker did not communicate in the keepalive interval." + else: + return "Unknown error." + + +def connack_string(connack_code: int|ReasonCode) -> str: + """Return the string associated with a CONNACK result or CONNACK reason code.""" + if isinstance(connack_code, ReasonCode): + return str(connack_code) + + if connack_code == CONNACK_ACCEPTED: + return "Connection Accepted." + elif connack_code == CONNACK_REFUSED_PROTOCOL_VERSION: + return "Connection Refused: unacceptable protocol version." + elif connack_code == CONNACK_REFUSED_IDENTIFIER_REJECTED: + return "Connection Refused: identifier rejected." + elif connack_code == CONNACK_REFUSED_SERVER_UNAVAILABLE: + return "Connection Refused: broker unavailable." + elif connack_code == CONNACK_REFUSED_BAD_USERNAME_PASSWORD: + return "Connection Refused: bad user name or password." + elif connack_code == CONNACK_REFUSED_NOT_AUTHORIZED: + return "Connection Refused: not authorised." + else: + return "Connection Refused: unknown reason." + + +def convert_connack_rc_to_reason_code(connack_code: ConnackCode) -> ReasonCode: + """Convert a MQTTv3 / MQTTv3.1.1 connack result to `ReasonCode`. + + This is used in `on_connect` callback to have a consistent API. + + Be careful that the numeric value isn't the same, for example: + + >>> ConnackCode.CONNACK_REFUSED_SERVER_UNAVAILABLE == 3 + >>> convert_connack_rc_to_reason_code(ConnackCode.CONNACK_REFUSED_SERVER_UNAVAILABLE) == 136 + + It's recommended to compare by names + + >>> code_to_test = ReasonCode(PacketTypes.CONNACK, "Server unavailable") + >>> convert_connack_rc_to_reason_code(ConnackCode.CONNACK_REFUSED_SERVER_UNAVAILABLE) == code_to_test + """ + if connack_code == ConnackCode.CONNACK_ACCEPTED: + return ReasonCode(PacketTypes.CONNACK, "Success") + if connack_code == ConnackCode.CONNACK_REFUSED_PROTOCOL_VERSION: + return ReasonCode(PacketTypes.CONNACK, "Unsupported protocol version") + if connack_code == ConnackCode.CONNACK_REFUSED_IDENTIFIER_REJECTED: + return ReasonCode(PacketTypes.CONNACK, "Client identifier not valid") + if connack_code == ConnackCode.CONNACK_REFUSED_SERVER_UNAVAILABLE: + return ReasonCode(PacketTypes.CONNACK, "Server unavailable") + if connack_code == ConnackCode.CONNACK_REFUSED_BAD_USERNAME_PASSWORD: + return ReasonCode(PacketTypes.CONNACK, "Bad user name or password") + if connack_code == ConnackCode.CONNACK_REFUSED_NOT_AUTHORIZED: + return ReasonCode(PacketTypes.CONNACK, "Not authorized") + + return ReasonCode(PacketTypes.CONNACK, "Unspecified error") + + +def convert_disconnect_error_code_to_reason_code(rc: MQTTErrorCode) -> ReasonCode: + """Convert an MQTTErrorCode to Reason code. + + This is used in `on_disconnect` callback to have a consistent API. + + Be careful that the numeric value isn't the same, for example: + + >>> MQTTErrorCode.MQTT_ERR_PROTOCOL == 2 + >>> convert_disconnect_error_code_to_reason_code(MQTTErrorCode.MQTT_ERR_PROTOCOL) == 130 + + It's recommended to compare by names + + >>> code_to_test = ReasonCode(PacketTypes.DISCONNECT, "Protocol error") + >>> convert_disconnect_error_code_to_reason_code(MQTTErrorCode.MQTT_ERR_PROTOCOL) == code_to_test + """ + if rc == MQTTErrorCode.MQTT_ERR_SUCCESS: + return ReasonCode(PacketTypes.DISCONNECT, "Success") + if rc == MQTTErrorCode.MQTT_ERR_KEEPALIVE: + return ReasonCode(PacketTypes.DISCONNECT, "Keep alive timeout") + if rc == MQTTErrorCode.MQTT_ERR_CONN_LOST: + return ReasonCode(PacketTypes.DISCONNECT, "Unspecified error") + return ReasonCode(PacketTypes.DISCONNECT, "Unspecified error") + + +def _base62( + num: int, + base: str = string.digits + string.ascii_letters, + padding: int = 1, +) -> str: + """Convert a number to base-62 representation.""" + if num < 0: + raise ValueError("Number must be positive or zero") + digits = [] + while num: + num, rest = divmod(num, 62) + digits.append(base[rest]) + digits.extend(base[0] for _ in range(len(digits), padding)) + return ''.join(reversed(digits)) + + +def topic_matches_sub(sub: str, topic: str) -> bool: + """Check whether a topic matches a subscription. + + For example: + + * Topic "foo/bar" would match the subscription "foo/#" or "+/bar" + * Topic "non/matching" would not match the subscription "non/+/+" + """ + matcher = MQTTMatcher() + matcher[sub] = True + try: + next(matcher.iter_match(topic)) + return True + except StopIteration: + return False + + +def _socketpair_compat() -> tuple[socket.socket, socket.socket]: + """TCP/IP socketpair including Windows support""" + listensock = socket.socket( + socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_IP) + listensock.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) + listensock.bind(("127.0.0.1", 0)) + listensock.listen(1) + + iface, port = listensock.getsockname() + sock1 = socket.socket( + socket.AF_INET, socket.SOCK_STREAM, socket.IPPROTO_IP) + sock1.setblocking(False) + try: + sock1.connect(("127.0.0.1", port)) + except BlockingIOError: + pass + sock2, address = listensock.accept() + sock2.setblocking(False) + listensock.close() + return (sock1, sock2) + + +def _force_bytes(s: str | bytes) -> bytes: + if isinstance(s, str): + return s.encode("utf-8") + return s + + +def _encode_payload(payload: str | bytes | bytearray | int | float | None) -> bytes|bytearray: + if isinstance(payload, str): + return payload.encode("utf-8") + + if isinstance(payload, (int, float)): + return str(payload).encode("ascii") + + if payload is None: + return b"" + + if not isinstance(payload, (bytes, bytearray)): + raise TypeError( + "payload must be a string, bytearray, int, float or None." + ) + + return payload + + +class MQTTMessageInfo: + """This is a class returned from `Client.publish()` and can be used to find + out the mid of the message that was published, and to determine whether the + message has been published, and/or wait until it is published. + """ + + __slots__ = 'mid', '_published', '_condition', 'rc', '_iterpos' + + def __init__(self, mid: int): + self.mid = mid + """ The message Id (int)""" + self._published = False + self._condition = threading.Condition() + self.rc: MQTTErrorCode = MQTTErrorCode.MQTT_ERR_SUCCESS + """ The `MQTTErrorCode` that give status for this message. + This value could change until the message `is_published`""" + self._iterpos = 0 + + def __str__(self) -> str: + return str((self.rc, self.mid)) + + def __iter__(self) -> Iterator[MQTTErrorCode | int]: + self._iterpos = 0 + return self + + def __next__(self) -> MQTTErrorCode | int: + return self.next() + + def next(self) -> MQTTErrorCode | int: + if self._iterpos == 0: + self._iterpos = 1 + return self.rc + elif self._iterpos == 1: + self._iterpos = 2 + return self.mid + else: + raise StopIteration + + def __getitem__(self, index: int) -> MQTTErrorCode | int: + if index == 0: + return self.rc + elif index == 1: + return self.mid + else: + raise IndexError("index out of range") + + def _set_as_published(self) -> None: + with self._condition: + self._published = True + self._condition.notify() + + def wait_for_publish(self, timeout: float | None = None) -> None: + """Block until the message associated with this object is published, or + until the timeout occurs. If timeout is None, this will never time out. + Set timeout to a positive number of seconds, e.g. 1.2, to enable the + timeout. + + :raises ValueError: if the message was not queued due to the outgoing + queue being full. + + :raises RuntimeError: if the message was not published for another + reason. + """ + if self.rc == MQTT_ERR_QUEUE_SIZE: + raise ValueError('Message is not queued due to ERR_QUEUE_SIZE') + elif self.rc == MQTT_ERR_AGAIN: + pass + elif self.rc > 0: + raise RuntimeError(f'Message publish failed: {error_string(self.rc)}') + + timeout_time = None if timeout is None else time_func() + timeout + timeout_tenth = None if timeout is None else timeout / 10. + def timed_out() -> bool: + return False if timeout_time is None else time_func() > timeout_time + + with self._condition: + while not self._published and not timed_out(): + self._condition.wait(timeout_tenth) + + if self.rc > 0: + raise RuntimeError(f'Message publish failed: {error_string(self.rc)}') + + def is_published(self) -> bool: + """Returns True if the message associated with this object has been + published, else returns False. + + To wait for this to become true, look at `wait_for_publish`. + """ + if self.rc == MQTTErrorCode.MQTT_ERR_QUEUE_SIZE: + raise ValueError('Message is not queued due to ERR_QUEUE_SIZE') + elif self.rc == MQTTErrorCode.MQTT_ERR_AGAIN: + pass + elif self.rc > 0: + raise RuntimeError(f'Message publish failed: {error_string(self.rc)}') + + with self._condition: + return self._published + + +class MQTTMessage: + """ This is a class that describes an incoming message. It is + passed to the `on_message` callback as the message parameter. + """ + __slots__ = 'timestamp', 'state', 'dup', 'mid', '_topic', 'payload', 'qos', 'retain', 'info', 'properties' + + def __init__(self, mid: int = 0, topic: bytes = b""): + self.timestamp = 0.0 + self.state = mqtt_ms_invalid + self.dup = False + self.mid = mid + """ The message id (int).""" + self._topic = topic + self.payload = b"" + """the message payload (bytes)""" + self.qos = 0 + """ The message Quality of Service (0, 1 or 2).""" + self.retain = False + """ If true, the message is a retained message and not fresh.""" + self.info = MQTTMessageInfo(mid) + self.properties: Properties | None = None + """ In MQTT v5.0, the properties associated with the message. (`Properties`)""" + + def __eq__(self, other: object) -> bool: + """Override the default Equals behavior""" + if isinstance(other, self.__class__): + return self.mid == other.mid + return False + + def __ne__(self, other: object) -> bool: + """Define a non-equality test""" + return not self.__eq__(other) + + @property + def topic(self) -> str: + """topic that the message was published on. + + This property is read-only. + """ + return self._topic.decode('utf-8') + + @topic.setter + def topic(self, value: bytes) -> None: + self._topic = value + + +class Client: + """MQTT version 3.1/3.1.1/5.0 client class. + + This is the main class for use communicating with an MQTT broker. + + General usage flow: + + * Use `connect()`, `connect_async()` or `connect_srv()` to connect to a broker + * Use `loop_start()` to set a thread running to call `loop()` for you. + * Or use `loop_forever()` to handle calling `loop()` for you in a blocking function. + * Or call `loop()` frequently to maintain network traffic flow with the broker + * Use `subscribe()` to subscribe to a topic and receive messages + * Use `publish()` to send messages + * Use `disconnect()` to disconnect from the broker + + Data returned from the broker is made available with the use of callback + functions as described below. + + :param CallbackAPIVersion callback_api_version: define the API version for user-callback (on_connect, on_publish,...). + This field is required and it's recommended to use the latest version (CallbackAPIVersion.API_VERSION2). + See each callback for description of API for each version. The file docs/migrations.rst contains details on + how to migrate between version. + + :param str client_id: the unique client id string used when connecting to the + broker. If client_id is zero length or None, then the behaviour is + defined by which protocol version is in use. If using MQTT v3.1.1, then + a zero length client id will be sent to the broker and the broker will + generate a random for the client. If using MQTT v3.1 then an id will be + randomly generated. In both cases, clean_session must be True. If this + is not the case a ValueError will be raised. + + :param bool clean_session: a boolean that determines the client type. If True, + the broker will remove all information about this client when it + disconnects. If False, the client is a persistent client and + subscription information and queued messages will be retained when the + client disconnects. + Note that a client will never discard its own outgoing messages on + disconnect. Calling connect() or reconnect() will cause the messages to + be resent. Use reinitialise() to reset a client to its original state. + The clean_session argument only applies to MQTT versions v3.1.1 and v3.1. + It is not accepted if the MQTT version is v5.0 - use the clean_start + argument on connect() instead. + + :param userdata: user defined data of any type that is passed as the "userdata" + parameter to callbacks. It may be updated at a later point with the + user_data_set() function. + + :param int protocol: allows explicit setting of the MQTT version to + use for this client. Can be paho.mqtt.client.MQTTv311 (v3.1.1), + paho.mqtt.client.MQTTv31 (v3.1) or paho.mqtt.client.MQTTv5 (v5.0), + with the default being v3.1.1. + + :param transport: use "websockets" to use WebSockets as the transport + mechanism. Set to "tcp" to use raw TCP, which is the default. + Use "unix" to use Unix sockets as the transport mechanism; note that + this option is only available on platforms that support Unix sockets, + and the "host" argument is interpreted as the path to the Unix socket + file in this case. + + :param bool manual_ack: normally, when a message is received, the library automatically + acknowledges after on_message callback returns. manual_ack=True allows the application to + acknowledge receipt after it has completed processing of a message + using a the ack() method. This addresses vulnerability to message loss + if applications fails while processing a message, or while it pending + locally. + + Callbacks + ========= + + A number of callback functions are available to receive data back from the + broker. To use a callback, define a function and then assign it to the + client:: + + def on_connect(client, userdata, flags, reason_code, properties): + print(f"Connected with result code {reason_code}") + + client.on_connect = on_connect + + Callbacks can also be attached using decorators:: + + mqttc = paho.mqtt.Client() + + @mqttc.connect_callback() + def on_connect(client, userdata, flags, reason_code, properties): + print(f"Connected with result code {reason_code}") + + All of the callbacks as described below have a "client" and an "userdata" + argument. "client" is the `Client` instance that is calling the callback. + userdata" is user data of any type and can be set when creating a new client + instance or with `user_data_set()`. + + If you wish to suppress exceptions within a callback, you should set + ``mqttc.suppress_exceptions = True`` + + The callbacks are listed below, documentation for each of them can be found + at the same function name: + + `on_connect`, `on_connect_fail`, `on_disconnect`, `on_message`, `on_publish`, + `on_subscribe`, `on_unsubscribe`, `on_log`, `on_socket_open`, `on_socket_close`, + `on_socket_register_write`, `on_socket_unregister_write` + """ + + def __init__( + self, + callback_api_version: CallbackAPIVersion = CallbackAPIVersion.VERSION1, + client_id: str | None = "", + clean_session: bool | None = None, + userdata: Any = None, + protocol: MQTTProtocolVersion = MQTTv311, + transport: Literal["tcp", "websockets", "unix"] = "tcp", + reconnect_on_failure: bool = True, + manual_ack: bool = False, + ) -> None: + transport = transport.lower() # type: ignore + if transport == "unix" and not hasattr(socket, "AF_UNIX"): + raise ValueError('"unix" transport not supported') + elif transport not in ("websockets", "tcp", "unix"): + raise ValueError( + f'transport must be "websockets", "tcp" or "unix", not {transport}') + + self._manual_ack = manual_ack + self._transport = transport + self._protocol = protocol + self._userdata = userdata + self._sock: SocketLike | None = None + self._sockpairR: socket.socket | None = None + self._sockpairW: socket.socket | None = None + self._keepalive = 60 + self._connect_timeout = 5.0 + self._client_mode = MQTT_CLIENT + self._callback_api_version = callback_api_version + + if self._callback_api_version == CallbackAPIVersion.VERSION1: + warnings.warn( + "Callback API version 1 is deprecated, update to latest version", + category=DeprecationWarning, + stacklevel=2, + ) + if isinstance(self._callback_api_version, str): + # Help user to migrate, it probably provided a client id + # as first arguments + raise ValueError( + "Unsupported callback API version: version 2.0 added a callback_api_version, see docs/migrations.rst for details" + ) + if self._callback_api_version not in CallbackAPIVersion: + raise ValueError("Unsupported callback API version") + + self._clean_start: int = MQTT_CLEAN_START_FIRST_ONLY + + if protocol == MQTTv5: + if clean_session is not None: + raise ValueError('Clean session is not used for MQTT 5.0') + else: + if clean_session is None: + clean_session = True + if not clean_session and (client_id == "" or client_id is None): + raise ValueError( + 'A client id must be provided if clean session is False.') + self._clean_session = clean_session + + # [MQTT-3.1.3-4] Client Id must be UTF-8 encoded string. + if client_id == "" or client_id is None: + if protocol == MQTTv31: + self._client_id = _base62(uuid.uuid4().int, padding=22).encode("utf8") + else: + self._client_id = b"" + else: + self._client_id = _force_bytes(client_id) + + self._username: bytes | None = None + self._password: bytes | None = None + self._in_packet: _InPacket = { + "command": 0, + "have_remaining": 0, + "remaining_count": [], + "remaining_mult": 1, + "remaining_length": 0, + "packet": bytearray(b""), + "to_process": 0, + "pos": 0, + } + self._out_packet: collections.deque[_OutPacket] = collections.deque() + self._last_msg_in = time_func() + self._last_msg_out = time_func() + self._reconnect_min_delay = 1 + self._reconnect_max_delay = 120 + self._reconnect_delay: int | None = None + self._reconnect_on_failure = reconnect_on_failure + self._ping_t = 0.0 + self._last_mid = 0 + self._state = _ConnectionState.MQTT_CS_NEW + self._out_messages: collections.OrderedDict[ + int, MQTTMessage + ] = collections.OrderedDict() + self._in_messages: collections.OrderedDict[ + int, MQTTMessage + ] = collections.OrderedDict() + self._max_inflight_messages = 20 + self._inflight_messages = 0 + self._max_queued_messages = 0 + self._connect_properties: Properties | None = None + self._will_properties: Properties | None = None + self._will = False + self._will_topic = b"" + self._will_payload = b"" + self._will_qos = 0 + self._will_retain = False + self._on_message_filtered = MQTTMatcher() + self._host = "" + self._port = 1883 + self._bind_address = "" + self._bind_port = 0 + self._proxy: Any = {} + self._in_callback_mutex = threading.Lock() + self._callback_mutex = threading.RLock() + self._msgtime_mutex = threading.Lock() + self._out_message_mutex = threading.RLock() + self._in_message_mutex = threading.Lock() + self._reconnect_delay_mutex = threading.Lock() + self._mid_generate_mutex = threading.Lock() + self._thread: threading.Thread | None = None + self._thread_terminate = False + self._ssl = False + self._ssl_context: ssl.SSLContext | None = None + # Only used when SSL context does not have check_hostname attribute + self._tls_insecure = False + self._logger: logging.Logger | None = None + self._registered_write = False + # No default callbacks + self._on_log: CallbackOnLog | None = None + self._on_pre_connect: CallbackOnPreConnect | None = None + self._on_connect: CallbackOnConnect | None = None + self._on_connect_fail: CallbackOnConnectFail | None = None + self._on_subscribe: CallbackOnSubscribe | None = None + self._on_message: CallbackOnMessage | None = None + self._on_publish: CallbackOnPublish | None = None + self._on_unsubscribe: CallbackOnUnsubscribe | None = None + self._on_disconnect: CallbackOnDisconnect | None = None + self._on_socket_open: CallbackOnSocket | None = None + self._on_socket_close: CallbackOnSocket | None = None + self._on_socket_register_write: CallbackOnSocket | None = None + self._on_socket_unregister_write: CallbackOnSocket | None = None + self._websocket_path = "/mqtt" + self._websocket_extra_headers: WebSocketHeaders | None = None + # for clean_start == MQTT_CLEAN_START_FIRST_ONLY + self._mqttv5_first_connect = True + self.suppress_exceptions = False # For callbacks + + def __del__(self) -> None: + self._reset_sockets() + + @property + def host(self) -> str: + """ + Host to connect to. If `connect()` hasn't been called yet, returns an empty string. + + This property may not be changed if the connection is already open. + """ + return self._host + + @host.setter + def host(self, value: str) -> None: + if not self._connection_closed(): + raise RuntimeError("updating host on established connection is not supported") + + if not value: + raise ValueError("Invalid host.") + self._host = value + + @property + def port(self) -> int: + """ + Broker TCP port to connect to. + + This property may not be changed if the connection is already open. + """ + return self._port + + @port.setter + def port(self, value: int) -> None: + if not self._connection_closed(): + raise RuntimeError("updating port on established connection is not supported") + + if value <= 0: + raise ValueError("Invalid port number.") + self._port = value + + @property + def keepalive(self) -> int: + """ + Client keepalive interval (in seconds). + + This property may not be changed if the connection is already open. + """ + return self._keepalive + + @keepalive.setter + def keepalive(self, value: int) -> None: + if not self._connection_closed(): + # The issue here is that the previous value of keepalive matter to possibly + # sent ping packet. + raise RuntimeError("updating keepalive on established connection is not supported") + + if value < 0: + raise ValueError("Keepalive must be >=0.") + + self._keepalive = value + + @property + def transport(self) -> Literal["tcp", "websockets", "unix"]: + """ + Transport method used for the connection ("tcp" or "websockets"). + + This property may not be changed if the connection is already open. + """ + return self._transport + + @transport.setter + def transport(self, value: Literal["tcp", "websockets"]) -> None: + if not self._connection_closed(): + raise RuntimeError("updating transport on established connection is not supported") + + self._transport = value + + @property + def protocol(self) -> MQTTProtocolVersion: + """ + Protocol version used (MQTT v3, MQTT v3.11, MQTTv5) + + This property is read-only. + """ + return self._protocol + + @property + def connect_timeout(self) -> float: + """ + Connection establishment timeout in seconds. + + This property may not be changed if the connection is already open. + """ + return self._connect_timeout + + @connect_timeout.setter + def connect_timeout(self, value: float) -> None: + if not self._connection_closed(): + raise RuntimeError("updating connect_timeout on established connection is not supported") + + if value <= 0.0: + raise ValueError("timeout must be a positive number") + + self._connect_timeout = value + + @property + def username(self) -> str | None: + """The username used to connect to the MQTT broker, or None if no username is used. + + This property may not be changed if the connection is already open. + """ + if self._username is None: + return None + return self._username.decode("utf-8") + + @username.setter + def username(self, value: str | None) -> None: + if not self._connection_closed(): + raise RuntimeError("updating username on established connection is not supported") + + if value is None: + self._username = None + else: + self._username = value.encode("utf-8") + + @property + def password(self) -> str | None: + """The password used to connect to the MQTT broker, or None if no password is used. + + This property may not be changed if the connection is already open. + """ + if self._password is None: + return None + return self._password.decode("utf-8") + + @password.setter + def password(self, value: str | None) -> None: + if not self._connection_closed(): + raise RuntimeError("updating password on established connection is not supported") + + if value is None: + self._password = None + else: + self._password = value.encode("utf-8") + + @property + def max_inflight_messages(self) -> int: + """ + Maximum number of messages with QoS > 0 that can be partway through the network flow at once + + This property may not be changed if the connection is already open. + """ + return self._max_inflight_messages + + @max_inflight_messages.setter + def max_inflight_messages(self, value: int) -> None: + if not self._connection_closed(): + # Not tested. Some doubt that everything is okay when max_inflight change between 0 + # and > 0 value because _update_inflight is skipped when _max_inflight_messages == 0 + raise RuntimeError("updating max_inflight_messages on established connection is not supported") + + if value < 0: + raise ValueError("Invalid inflight.") + + self._max_inflight_messages = value + + @property + def max_queued_messages(self) -> int: + """ + Maximum number of message in the outgoing message queue, 0 means unlimited + + This property may not be changed if the connection is already open. + """ + return self._max_queued_messages + + @max_queued_messages.setter + def max_queued_messages(self, value: int) -> None: + if not self._connection_closed(): + # Not tested. + raise RuntimeError("updating max_queued_messages on established connection is not supported") + + if value < 0: + raise ValueError("Invalid queue size.") + + self._max_queued_messages = value + + @property + def will_topic(self) -> str | None: + """ + The topic name a will message is sent to when disconnecting unexpectedly. None if a will shall not be sent. + + This property is read-only. Use `will_set()` to change its value. + """ + if self._will_topic is None: + return None + + return self._will_topic.decode("utf-8") + + @property + def will_payload(self) -> bytes | None: + """ + The payload for the will message that is sent when disconnecting unexpectedly. None if a will shall not be sent. + + This property is read-only. Use `will_set()` to change its value. + """ + return self._will_payload + + @property + def logger(self) -> logging.Logger | None: + return self._logger + + @logger.setter + def logger(self, value: logging.Logger | None) -> None: + self._logger = value + + def _sock_recv(self, bufsize: int) -> bytes: + if self._sock is None: + raise ConnectionError("self._sock is None") + try: + return self._sock.recv(bufsize) + except ssl.SSLWantReadError as err: + raise BlockingIOError() from err + except ssl.SSLWantWriteError as err: + self._call_socket_register_write() + raise BlockingIOError() from err + except AttributeError as err: + self._easy_log( + MQTT_LOG_DEBUG, "socket was None: %s", err) + raise ConnectionError() from err + + def _sock_send(self, buf: bytes) -> int: + if self._sock is None: + raise ConnectionError("self._sock is None") + + try: + return self._sock.send(buf) + except ssl.SSLWantReadError as err: + raise BlockingIOError() from err + except ssl.SSLWantWriteError as err: + self._call_socket_register_write() + raise BlockingIOError() from err + except BlockingIOError as err: + self._call_socket_register_write() + raise BlockingIOError() from err + + def _sock_close(self) -> None: + """Close the connection to the server.""" + if not self._sock: + return + + try: + sock = self._sock + self._sock = None + self._call_socket_unregister_write(sock) + self._call_socket_close(sock) + finally: + # In case a callback fails, still close the socket to avoid leaking the file descriptor. + sock.close() + + def _reset_sockets(self, sockpair_only: bool = False) -> None: + if not sockpair_only: + self._sock_close() + + if self._sockpairR: + self._sockpairR.close() + self._sockpairR = None + if self._sockpairW: + self._sockpairW.close() + self._sockpairW = None + + def reinitialise( + self, + client_id: str = "", + clean_session: bool = True, + userdata: Any = None, + ) -> None: + self._reset_sockets() + + self.__init__(client_id, clean_session, userdata) # type: ignore[misc] + + def ws_set_options( + self, + path: str = "/mqtt", + headers: WebSocketHeaders | None = None, + ) -> None: + """ Set the path and headers for a websocket connection + + :param str path: a string starting with / which should be the endpoint of the + mqtt connection on the remote server + + :param headers: can be either a dict or a callable object. If it is a dict then + the extra items in the dict are added to the websocket headers. If it is + a callable, then the default websocket headers are passed into this + function and the result is used as the new headers. + """ + self._websocket_path = path + + if headers is not None: + if isinstance(headers, dict) or callable(headers): + self._websocket_extra_headers = headers + else: + raise ValueError( + "'headers' option to ws_set_options has to be either a dictionary or callable") + + def tls_set_context( + self, + context: ssl.SSLContext | None = None, + ) -> None: + """Configure network encryption and authentication context. Enables SSL/TLS support. + + :param context: an ssl.SSLContext object. By default this is given by + ``ssl.create_default_context()``, if available. + + Must be called before `connect()`, `connect_async()` or `connect_srv()`.""" + if self._ssl_context is not None: + raise ValueError('SSL/TLS has already been configured.') + + if context is None: + context = ssl.create_default_context() + + self._ssl = True + self._ssl_context = context + + # Ensure _tls_insecure is consistent with check_hostname attribute + if hasattr(context, 'check_hostname'): + self._tls_insecure = not context.check_hostname + + def tls_set( + self, + ca_certs: str | None = None, + certfile: str | None = None, + keyfile: str | None = None, + cert_reqs: ssl.VerifyMode | None = None, + tls_version: int | None = None, + ciphers: str | None = None, + keyfile_password: str | None = None, + alpn_protocols: list[str] | None = None, + ) -> None: + """Configure network encryption and authentication options. Enables SSL/TLS support. + + :param str ca_certs: a string path to the Certificate Authority certificate files + that are to be treated as trusted by this client. If this is the only + option given then the client will operate in a similar manner to a web + browser. That is to say it will require the broker to have a + certificate signed by the Certificate Authorities in ca_certs and will + communicate using TLS v1,2, but will not attempt any form of + authentication. This provides basic network encryption but may not be + sufficient depending on how the broker is configured. + + By default, on Python 2.7.9+ or 3.4+, the default certification + authority of the system is used. On older Python version this parameter + is mandatory. + :param str certfile: PEM encoded client certificate filename. Used with + keyfile for client TLS based authentication. Support for this feature is + broker dependent. Note that if the files in encrypted and needs a password to + decrypt it, then this can be passed using the keyfile_password argument - you + should take precautions to ensure that your password is + not hard coded into your program by loading the password from a file + for example. If you do not provide keyfile_password, the password will + be requested to be typed in at a terminal window. + :param str keyfile: PEM encoded client private keys filename. Used with + certfile for client TLS based authentication. Support for this feature is + broker dependent. Note that if the files in encrypted and needs a password to + decrypt it, then this can be passed using the keyfile_password argument - you + should take precautions to ensure that your password is + not hard coded into your program by loading the password from a file + for example. If you do not provide keyfile_password, the password will + be requested to be typed in at a terminal window. + :param cert_reqs: the certificate requirements that the client imposes + on the broker to be changed. By default this is ssl.CERT_REQUIRED, + which means that the broker must provide a certificate. See the ssl + pydoc for more information on this parameter. + :param tls_version: the version of the SSL/TLS protocol used to be + specified. By default TLS v1.2 is used. Previous versions are allowed + but not recommended due to possible security problems. + :param str ciphers: encryption ciphers that are allowed + for this connection, or None to use the defaults. See the ssl pydoc for + more information. + + Must be called before `connect()`, `connect_async()` or `connect_srv()`.""" + if ssl is None: + raise ValueError('This platform has no SSL/TLS.') + + if not hasattr(ssl, 'SSLContext'): + # Require Python version that has SSL context support in standard library + raise ValueError( + 'Python 2.7.9 and 3.2 are the minimum supported versions for TLS.') + + if ca_certs is None and not hasattr(ssl.SSLContext, 'load_default_certs'): + raise ValueError('ca_certs must not be None.') + + # Create SSLContext object + if tls_version is None: + tls_version = ssl.PROTOCOL_TLSv1_2 + # If the python version supports it, use highest TLS version automatically + if hasattr(ssl, "PROTOCOL_TLS_CLIENT"): + # This also enables CERT_REQUIRED and check_hostname by default. + tls_version = ssl.PROTOCOL_TLS_CLIENT + elif hasattr(ssl, "PROTOCOL_TLS"): + tls_version = ssl.PROTOCOL_TLS + context = ssl.SSLContext(tls_version) + + # Configure context + if ciphers is not None: + context.set_ciphers(ciphers) + + if certfile is not None: + context.load_cert_chain(certfile, keyfile, keyfile_password) + + if cert_reqs == ssl.CERT_NONE and hasattr(context, 'check_hostname'): + context.check_hostname = False + + context.verify_mode = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs + + if ca_certs is not None: + context.load_verify_locations(ca_certs) + else: + context.load_default_certs() + + if alpn_protocols is not None: + if not getattr(ssl, "HAS_ALPN", None): + raise ValueError("SSL library has no support for ALPN") + context.set_alpn_protocols(alpn_protocols) + + self.tls_set_context(context) + + if cert_reqs != ssl.CERT_NONE: + # Default to secure, sets context.check_hostname attribute + # if available + self.tls_insecure_set(False) + else: + # But with ssl.CERT_NONE, we can not check_hostname + self.tls_insecure_set(True) + + def tls_insecure_set(self, value: bool) -> None: + """Configure verification of the server hostname in the server certificate. + + If value is set to true, it is impossible to guarantee that the host + you are connecting to is not impersonating your server. This can be + useful in initial server testing, but makes it possible for a malicious + third party to impersonate your server through DNS spoofing, for + example. + + Do not use this function in a real system. Setting value to true means + there is no point using encryption. + + Must be called before `connect()` and after either `tls_set()` or + `tls_set_context()`.""" + + if self._ssl_context is None: + raise ValueError( + 'Must configure SSL context before using tls_insecure_set.') + + self._tls_insecure = value + + # Ensure check_hostname is consistent with _tls_insecure attribute + if hasattr(self._ssl_context, 'check_hostname'): + # Rely on SSLContext to check host name + # If verify_mode is CERT_NONE then the host name will never be checked + self._ssl_context.check_hostname = not value + + def proxy_set(self, **proxy_args: Any) -> None: + """Configure proxying of MQTT connection. Enables support for SOCKS or + HTTP proxies. + + Proxying is done through the PySocks library. Brief descriptions of the + proxy_args parameters are below; see the PySocks docs for more info. + + (Required) + + :param proxy_type: One of {socks.HTTP, socks.SOCKS4, or socks.SOCKS5} + :param proxy_addr: IP address or DNS name of proxy server + + (Optional) + + :param proxy_port: (int) port number of the proxy server. If not provided, + the PySocks package default value will be utilized, which differs by proxy_type. + :param proxy_rdns: boolean indicating whether proxy lookup should be performed + remotely (True, default) or locally (False) + :param proxy_username: username for SOCKS5 proxy, or userid for SOCKS4 proxy + :param proxy_password: password for SOCKS5 proxy + + Example:: + + mqttc.proxy_set(proxy_type=socks.HTTP, proxy_addr='1.2.3.4', proxy_port=4231) + """ + if socks is None: + raise ValueError("PySocks must be installed for proxy support.") + elif not self._proxy_is_valid(proxy_args): + raise ValueError("proxy_type and/or proxy_addr are invalid.") + else: + self._proxy = proxy_args + + def enable_logger(self, logger: logging.Logger | None = None) -> None: + """ + Enables a logger to send log messages to + + :param logging.Logger logger: if specified, that ``logging.Logger`` object will be used, otherwise + one will be created automatically. + + See `disable_logger` to undo this action. + """ + if logger is None: + if self._logger is not None: + # Do not replace existing logger + return + logger = logging.getLogger(__name__) + self.logger = logger + + def disable_logger(self) -> None: + """ + Disable logging using standard python logging package. This has no effect on the `on_log` callback. + """ + self._logger = None + + def connect( + self, + host: str, + port: int = 1883, + keepalive: int = 60, + bind_address: str = "", + bind_port: int = 0, + clean_start: CleanStartOption = MQTT_CLEAN_START_FIRST_ONLY, + properties: Properties | None = None, + ) -> MQTTErrorCode: + """Connect to a remote broker. This is a blocking call that establishes + the underlying connection and transmits a CONNECT packet. + Note that the connection status will not be updated until a CONNACK is received and + processed (this requires a running network loop, see `loop_start`, `loop_forever`, `loop`...). + + :param str host: the hostname or IP address of the remote broker. + :param int port: the network port of the server host to connect to. Defaults to + 1883. Note that the default port for MQTT over SSL/TLS is 8883 so if you + are using `tls_set()` the port may need providing. + :param int keepalive: Maximum period in seconds between communications with the + broker. If no other messages are being exchanged, this controls the + rate at which the client will send ping messages to the broker. + :param bool clean_start: (MQTT v5.0 only) True, False or MQTT_CLEAN_START_FIRST_ONLY. + Sets the MQTT v5.0 clean_start flag always, never or on the first successful connect only, + respectively. MQTT session data (such as outstanding messages and subscriptions) + is cleared on successful connect when the clean_start flag is set. + For MQTT v3.1.1, the ``clean_session`` argument of `Client` should be used for similar + result. + :param Properties properties: (MQTT v5.0 only) the MQTT v5.0 properties to be sent in the + MQTT connect packet. + """ + + if self._protocol == MQTTv5: + self._mqttv5_first_connect = True + else: + if clean_start != MQTT_CLEAN_START_FIRST_ONLY: + raise ValueError("Clean start only applies to MQTT V5") + if properties: + raise ValueError("Properties only apply to MQTT V5") + + self.connect_async(host, port, keepalive, + bind_address, bind_port, clean_start, properties) + return self.reconnect() + + def connect_srv( + self, + domain: str | None = None, + keepalive: int = 60, + bind_address: str = "", + bind_port: int = 0, + clean_start: CleanStartOption = MQTT_CLEAN_START_FIRST_ONLY, + properties: Properties | None = None, + ) -> MQTTErrorCode: + """Connect to a remote broker. + + :param str domain: the DNS domain to search for SRV records; if None, + try to determine local domain name. + :param keepalive, bind_address, clean_start and properties: see `connect()` + """ + + if HAVE_DNS is False: + raise ValueError( + 'No DNS resolver library found, try "pip install dnspython".') + + if domain is None: + domain = socket.getfqdn() + domain = domain[domain.find('.') + 1:] + + try: + rr = f'_mqtt._tcp.{domain}' + if self._ssl: + # IANA specifies secure-mqtt (not mqtts) for port 8883 + rr = f'_secure-mqtt._tcp.{domain}' + answers = [] + for answer in dns.resolver.query(rr, dns.rdatatype.SRV): + addr = answer.target.to_text()[:-1] + answers.append( + (addr, answer.port, answer.priority, answer.weight)) + except (dns.resolver.NXDOMAIN, dns.resolver.NoAnswer, dns.resolver.NoNameservers) as err: + raise ValueError(f"No answer/NXDOMAIN for SRV in {domain}") from err + + # FIXME: doesn't account for weight + for answer in answers: + host, port, prio, weight = answer + + try: + return self.connect(host, port, keepalive, bind_address, bind_port, clean_start, properties) + except Exception: # noqa: S110 + pass + + raise ValueError("No SRV hosts responded") + + def connect_async( + self, + host: str, + port: int = 1883, + keepalive: int = 60, + bind_address: str = "", + bind_port: int = 0, + clean_start: CleanStartOption = MQTT_CLEAN_START_FIRST_ONLY, + properties: Properties | None = None, + ) -> None: + """Connect to a remote broker asynchronously. This is a non-blocking + connect call that can be used with `loop_start()` to provide very quick + start. + + Any already established connection will be terminated immediately. + + :param str host: the hostname or IP address of the remote broker. + :param int port: the network port of the server host to connect to. Defaults to + 1883. Note that the default port for MQTT over SSL/TLS is 8883 so if you + are using `tls_set()` the port may need providing. + :param int keepalive: Maximum period in seconds between communications with the + broker. If no other messages are being exchanged, this controls the + rate at which the client will send ping messages to the broker. + :param bool clean_start: (MQTT v5.0 only) True, False or MQTT_CLEAN_START_FIRST_ONLY. + Sets the MQTT v5.0 clean_start flag always, never or on the first successful connect only, + respectively. MQTT session data (such as outstanding messages and subscriptions) + is cleared on successful connect when the clean_start flag is set. + For MQTT v3.1.1, the ``clean_session`` argument of `Client` should be used for similar + result. + :param Properties properties: (MQTT v5.0 only) the MQTT v5.0 properties to be sent in the + MQTT connect packet. + """ + if bind_port < 0: + raise ValueError('Invalid bind port number.') + + # Switch to state NEW to allow update of host, port & co. + self._sock_close() + self._state = _ConnectionState.MQTT_CS_NEW + + self.host = host + self.port = port + self.keepalive = keepalive + self._bind_address = bind_address + self._bind_port = bind_port + self._clean_start = clean_start + self._connect_properties = properties + self._state = _ConnectionState.MQTT_CS_CONNECT_ASYNC + + def reconnect_delay_set(self, min_delay: int = 1, max_delay: int = 120) -> None: + """ Configure the exponential reconnect delay + + When connection is lost, wait initially min_delay seconds and + double this time every attempt. The wait is capped at max_delay. + Once the client is fully connected (e.g. not only TCP socket, but + received a success CONNACK), the wait timer is reset to min_delay. + """ + with self._reconnect_delay_mutex: + self._reconnect_min_delay = min_delay + self._reconnect_max_delay = max_delay + self._reconnect_delay = None + + def reconnect(self) -> MQTTErrorCode: + """Reconnect the client after a disconnect. Can only be called after + connect()/connect_async().""" + if len(self._host) == 0: + raise ValueError('Invalid host.') + if self._port <= 0: + raise ValueError('Invalid port number.') + + self._in_packet = { + "command": 0, + "have_remaining": 0, + "remaining_count": [], + "remaining_mult": 1, + "remaining_length": 0, + "packet": bytearray(b""), + "to_process": 0, + "pos": 0, + } + + self._ping_t = 0.0 + self._state = _ConnectionState.MQTT_CS_CONNECTING + + self._sock_close() + + # Mark all currently outgoing QoS = 0 packets as lost, + # or `wait_for_publish()` could hang forever + for pkt in self._out_packet: + if pkt["command"] & 0xF0 == PUBLISH and pkt["qos"] == 0 and pkt["info"] is not None: + pkt["info"].rc = MQTT_ERR_CONN_LOST + pkt["info"]._set_as_published() + + self._out_packet.clear() + + with self._msgtime_mutex: + self._last_msg_in = time_func() + self._last_msg_out = time_func() + + # Put messages in progress in a valid state. + self._messages_reconnect_reset() + + with self._callback_mutex: + on_pre_connect = self.on_pre_connect + + if on_pre_connect: + try: + on_pre_connect(self, self._userdata) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_pre_connect: %s', err) + if not self.suppress_exceptions: + raise + + self._sock = self._create_socket() + + self._sock.setblocking(False) # type: ignore[attr-defined] + self._registered_write = False + self._call_socket_open(self._sock) + + return self._send_connect(self._keepalive) + + def loop(self, timeout: float = 1.0) -> MQTTErrorCode: + """Process network events. + + It is strongly recommended that you use `loop_start()`, or + `loop_forever()`, or if you are using an external event loop using + `loop_read()`, `loop_write()`, and `loop_misc()`. Using loop() on it's own is + no longer recommended. + + This function must be called regularly to ensure communication with the + broker is carried out. It calls select() on the network socket to wait + for network events. If incoming data is present it will then be + processed. Outgoing commands, from e.g. `publish()`, are normally sent + immediately that their function is called, but this is not always + possible. loop() will also attempt to send any remaining outgoing + messages, which also includes commands that are part of the flow for + messages with QoS>0. + + :param int timeout: The time in seconds to wait for incoming/outgoing network + traffic before timing out and returning. + + Returns MQTT_ERR_SUCCESS on success. + Returns >0 on error. + + A ValueError will be raised if timeout < 0""" + + if self._sockpairR is None or self._sockpairW is None: + self._reset_sockets(sockpair_only=True) + self._sockpairR, self._sockpairW = _socketpair_compat() + + return self._loop(timeout) + + def _loop(self, timeout: float = 1.0) -> MQTTErrorCode: + if timeout < 0.0: + raise ValueError('Invalid timeout.') + + if self.want_write(): + wlist = [self._sock] + else: + wlist = [] + + # used to check if there are any bytes left in the (SSL) socket + pending_bytes = 0 + if hasattr(self._sock, 'pending'): + pending_bytes = self._sock.pending() # type: ignore[union-attr] + + # if bytes are pending do not wait in select + if pending_bytes > 0: + timeout = 0.0 + + # sockpairR is used to break out of select() before the timeout, on a + # call to publish() etc. + if self._sockpairR is None: + rlist = [self._sock] + else: + rlist = [self._sock, self._sockpairR] + + try: + socklist = select.select(rlist, wlist, [], timeout) + except TypeError: + # Socket isn't correct type, in likelihood connection is lost + # ... or we called disconnect(). In that case the socket will + # be closed but some loop (like loop_forever) will continue to + # call _loop(). We still want to break that loop by returning an + # rc != MQTT_ERR_SUCCESS and we don't want state to change from + # mqtt_cs_disconnecting. + if self._state not in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED): + self._state = _ConnectionState.MQTT_CS_CONNECTION_LOST + return MQTTErrorCode.MQTT_ERR_CONN_LOST + except ValueError: + # Can occur if we just reconnected but rlist/wlist contain a -1 for + # some reason. + if self._state not in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED): + self._state = _ConnectionState.MQTT_CS_CONNECTION_LOST + return MQTTErrorCode.MQTT_ERR_CONN_LOST + except Exception: + # Note that KeyboardInterrupt, etc. can still terminate since they + # are not derived from Exception + return MQTTErrorCode.MQTT_ERR_UNKNOWN + + if self._sock in socklist[0] or pending_bytes > 0: + rc = self.loop_read() + if rc or self._sock is None: + return rc + + if self._sockpairR and self._sockpairR in socklist[0]: + # Stimulate output write even though we didn't ask for it, because + # at that point the publish or other command wasn't present. + socklist[1].insert(0, self._sock) + # Clear sockpairR - only ever a single byte written. + try: + # Read many bytes at once - this allows up to 10000 calls to + # publish() inbetween calls to loop(). + self._sockpairR.recv(10000) + except BlockingIOError: + pass + + if self._sock in socklist[1]: + rc = self.loop_write() + if rc or self._sock is None: + return rc + + return self.loop_misc() + + def publish( + self, + topic: str, + payload: PayloadType = None, + qos: int = 0, + retain: bool = False, + properties: Properties | None = None, + ) -> MQTTMessageInfo: + """Publish a message on a topic. + + This causes a message to be sent to the broker and subsequently from + the broker to any clients subscribing to matching topics. + + :param str topic: The topic that the message should be published on. + :param payload: The actual message to send. If not given, or set to None a + zero length message will be used. Passing an int or float will result + in the payload being converted to a string representing that number. If + you wish to send a true int/float, use struct.pack() to create the + payload you require. + :param int qos: The quality of service level to use. + :param bool retain: If set to true, the message will be set as the "last known + good"/retained message for the topic. + :param Properties properties: (MQTT v5.0 only) the MQTT v5.0 properties to be included. + + Returns a `MQTTMessageInfo` class, which can be used to determine whether + the message has been delivered (using `is_published()`) or to block + waiting for the message to be delivered (`wait_for_publish()`). The + message ID and return code of the publish() call can be found at + :py:attr:`info.mid ` and :py:attr:`info.rc `. + + For backwards compatibility, the `MQTTMessageInfo` class is iterable so + the old construct of ``(rc, mid) = client.publish(...)`` is still valid. + + rc is MQTT_ERR_SUCCESS to indicate success or MQTT_ERR_NO_CONN if the + client is not currently connected. mid is the message ID for the + publish request. The mid value can be used to track the publish request + by checking against the mid argument in the on_publish() callback if it + is defined. + + :raises ValueError: if topic is None, has zero length or is + invalid (contains a wildcard), except if the MQTT version used is v5.0. + For v5.0, a zero length topic can be used when a Topic Alias has been set. + :raises ValueError: if qos is not one of 0, 1 or 2 + :raises ValueError: if the length of the payload is greater than 268435455 bytes. + """ + if self._protocol != MQTTv5: + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + + topic_bytes = topic.encode('utf-8') + + self._raise_for_invalid_topic(topic_bytes) + + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + + local_payload = _encode_payload(payload) + + if len(local_payload) > 268435455: + raise ValueError('Payload too large.') + + local_mid = self._mid_generate() + + if qos == 0: + info = MQTTMessageInfo(local_mid) + rc = self._send_publish( + local_mid, topic_bytes, local_payload, qos, retain, False, info, properties) + info.rc = rc + return info + else: + message = MQTTMessage(local_mid, topic_bytes) + message.timestamp = time_func() + message.payload = local_payload + message.qos = qos + message.retain = retain + message.dup = False + message.properties = properties + + with self._out_message_mutex: + if self._max_queued_messages > 0 and len(self._out_messages) >= self._max_queued_messages: + message.info.rc = MQTTErrorCode.MQTT_ERR_QUEUE_SIZE + return message.info + + if local_mid in self._out_messages: + message.info.rc = MQTTErrorCode.MQTT_ERR_QUEUE_SIZE + return message.info + + self._out_messages[message.mid] = message + if self._max_inflight_messages == 0 or self._inflight_messages < self._max_inflight_messages: + self._inflight_messages += 1 + if qos == 1: + message.state = mqtt_ms_wait_for_puback + elif qos == 2: + message.state = mqtt_ms_wait_for_pubrec + + rc = self._send_publish(message.mid, topic_bytes, message.payload, message.qos, message.retain, + message.dup, message.info, message.properties) + + # remove from inflight messages so it will be send after a connection is made + if rc == MQTTErrorCode.MQTT_ERR_NO_CONN: + self._inflight_messages -= 1 + message.state = mqtt_ms_publish + + message.info.rc = rc + return message.info + else: + message.state = mqtt_ms_queued + message.info.rc = MQTTErrorCode.MQTT_ERR_SUCCESS + return message.info + + def username_pw_set( + self, username: str | None, password: str | None = None + ) -> None: + """Set a username and optionally a password for broker authentication. + + Must be called before connect() to have any effect. + Requires a broker that supports MQTT v3.1 or more. + + :param str username: The username to authenticate with. Need have no relationship to the client id. Must be str + [MQTT-3.1.3-11]. + Set to None to reset client back to not using username/password for broker authentication. + :param str password: The password to authenticate with. Optional, set to None if not required. If it is str, then it + will be encoded as UTF-8. + """ + + # [MQTT-3.1.3-11] User name must be UTF-8 encoded string + self._username = None if username is None else username.encode('utf-8') + if isinstance(password, str): + self._password = password.encode('utf-8') + else: + self._password = password + + def enable_bridge_mode(self) -> None: + """Sets the client in a bridge mode instead of client mode. + + Must be called before `connect()` to have any effect. + Requires brokers that support bridge mode. + + Under bridge mode, the broker will identify the client as a bridge and + not send it's own messages back to it. Hence a subsciption of # is + possible without message loops. This feature also correctly propagates + the retain flag on the messages. + + Currently Mosquitto and RSMB support this feature. This feature can + be used to create a bridge between multiple broker. + """ + self._client_mode = MQTT_BRIDGE + + def _connection_closed(self) -> bool: + """ + Return true if the connection is closed (and not trying to be opened). + """ + return ( + self._state == _ConnectionState.MQTT_CS_NEW + or (self._state in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED) and self._sock is None)) + + def is_connected(self) -> bool: + """Returns the current status of the connection + + True if connection exists + False if connection is closed + """ + return self._state == _ConnectionState.MQTT_CS_CONNECTED + + def disconnect( + self, + reasoncode: ReasonCode | None = None, + properties: Properties | None = None, + ) -> MQTTErrorCode: + """Disconnect a connected client from the broker. + + :param ReasonCode reasoncode: (MQTT v5.0 only) a ReasonCode instance setting the MQTT v5.0 + reasoncode to be sent with the disconnect packet. It is optional, the receiver + then assuming that 0 (success) is the value. + :param Properties properties: (MQTT v5.0 only) a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + """ + if self._sock is None: + self._state = _ConnectionState.MQTT_CS_DISCONNECTED + return MQTT_ERR_NO_CONN + else: + self._state = _ConnectionState.MQTT_CS_DISCONNECTING + + return self._send_disconnect(reasoncode, properties) + + def subscribe( + self, + topic: str | tuple[str, int] | tuple[str, SubscribeOptions] | list[tuple[str, int]] | list[tuple[str, SubscribeOptions]], + qos: int = 0, + options: SubscribeOptions | None = None, + properties: Properties | None = None, + ) -> tuple[MQTTErrorCode, int | None]: + """Subscribe the client to one or more topics. + + This function may be called in three different ways (and a further three for MQTT v5.0): + + Simple string and integer + ------------------------- + e.g. subscribe("my/topic", 2) + + :topic: A string specifying the subscription topic to subscribe to. + :qos: The desired quality of service level for the subscription. + Defaults to 0. + :options and properties: Not used. + + Simple string and subscribe options (MQTT v5.0 only) + ---------------------------------------------------- + e.g. subscribe("my/topic", options=SubscribeOptions(qos=2)) + + :topic: A string specifying the subscription topic to subscribe to. + :qos: Not used. + :options: The MQTT v5.0 subscribe options. + :properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + String and integer tuple + ------------------------ + e.g. subscribe(("my/topic", 1)) + + :topic: A tuple of (topic, qos). Both topic and qos must be present in + the tuple. + :qos and options: Not used. + :properties: Only used for MQTT v5.0. A Properties instance setting the + MQTT v5.0 properties. Optional - if not set, no properties are sent. + + String and subscribe options tuple (MQTT v5.0 only) + --------------------------------------------------- + e.g. subscribe(("my/topic", SubscribeOptions(qos=1))) + + :topic: A tuple of (topic, SubscribeOptions). Both topic and subscribe + options must be present in the tuple. + :qos and options: Not used. + :properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + List of string and integer tuples + --------------------------------- + e.g. subscribe([("my/topic", 0), ("another/topic", 2)]) + + This allows multiple topic subscriptions in a single SUBSCRIPTION + command, which is more efficient than using multiple calls to + subscribe(). + + :topic: A list of tuple of format (topic, qos). Both topic and qos must + be present in all of the tuples. + :qos, options and properties: Not used. + + List of string and subscribe option tuples (MQTT v5.0 only) + ----------------------------------------------------------- + e.g. subscribe([("my/topic", SubscribeOptions(qos=0), ("another/topic", SubscribeOptions(qos=2)]) + + This allows multiple topic subscriptions in a single SUBSCRIPTION + command, which is more efficient than using multiple calls to + subscribe(). + + :topic: A list of tuple of format (topic, SubscribeOptions). Both topic and subscribe + options must be present in all of the tuples. + :qos and options: Not used. + :properties: a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + The function returns a tuple (result, mid), where result is + MQTT_ERR_SUCCESS to indicate success or (MQTT_ERR_NO_CONN, None) if the + client is not currently connected. mid is the message ID for the + subscribe request. The mid value can be used to track the subscribe + request by checking against the mid argument in the on_subscribe() + callback if it is defined. + + Raises a ValueError if qos is not 0, 1 or 2, or if topic is None or has + zero string length, or if topic is not a string, tuple or list. + """ + topic_qos_list = None + + if isinstance(topic, tuple): + if self._protocol == MQTTv5: + topic, options = topic # type: ignore + if not isinstance(options, SubscribeOptions): + raise ValueError( + 'Subscribe options must be instance of SubscribeOptions class.') + else: + topic, qos = topic # type: ignore + + if isinstance(topic, (bytes, str)): + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + if self._protocol == MQTTv5: + if options is None: + # if no options are provided, use the QoS passed instead + options = SubscribeOptions(qos=qos) + elif qos != 0: + raise ValueError( + 'Subscribe options and qos parameters cannot be combined.') + if not isinstance(options, SubscribeOptions): + raise ValueError( + 'Subscribe options must be instance of SubscribeOptions class.') + topic_qos_list = [(topic.encode('utf-8'), options)] + else: + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + topic_qos_list = [(topic.encode('utf-8'), qos)] # type: ignore + elif isinstance(topic, list): + if len(topic) == 0: + raise ValueError('Empty topic list') + topic_qos_list = [] + if self._protocol == MQTTv5: + for t, o in topic: + if not isinstance(o, SubscribeOptions): + # then the second value should be QoS + if o < 0 or o > 2: + raise ValueError('Invalid QoS level.') + o = SubscribeOptions(qos=o) + topic_qos_list.append((t.encode('utf-8'), o)) + else: + for t, q in topic: + if isinstance(q, SubscribeOptions) or q < 0 or q > 2: + raise ValueError('Invalid QoS level.') + if t is None or len(t) == 0 or not isinstance(t, (bytes, str)): + raise ValueError('Invalid topic.') + topic_qos_list.append((t.encode('utf-8'), q)) # type: ignore + + if topic_qos_list is None: + raise ValueError("No topic specified, or incorrect topic type.") + + if any(self._filter_wildcard_len_check(topic) != MQTT_ERR_SUCCESS for topic, _ in topic_qos_list): + raise ValueError('Invalid subscription filter.') + + if self._sock is None: + return (MQTT_ERR_NO_CONN, None) + + return self._send_subscribe(False, topic_qos_list, properties) + + def unsubscribe( + self, topic: str | list[str], properties: Properties | None = None + ) -> tuple[MQTTErrorCode, int | None]: + """Unsubscribe the client from one or more topics. + + :param topic: A single string, or list of strings that are the subscription + topics to unsubscribe from. + :param properties: (MQTT v5.0 only) a Properties instance setting the MQTT v5.0 properties + to be included. Optional - if not set, no properties are sent. + + Returns a tuple (result, mid), where result is MQTT_ERR_SUCCESS + to indicate success or (MQTT_ERR_NO_CONN, None) if the client is not + currently connected. + mid is the message ID for the unsubscribe request. The mid value can be + used to track the unsubscribe request by checking against the mid + argument in the on_unsubscribe() callback if it is defined. + + :raises ValueError: if topic is None or has zero string length, or is + not a string or list. + """ + topic_list = None + if topic is None: + raise ValueError('Invalid topic.') + if isinstance(topic, (bytes, str)): + if len(topic) == 0: + raise ValueError('Invalid topic.') + topic_list = [topic.encode('utf-8')] + elif isinstance(topic, list): + topic_list = [] + for t in topic: + if len(t) == 0 or not isinstance(t, (bytes, str)): + raise ValueError('Invalid topic.') + topic_list.append(t.encode('utf-8')) + + if topic_list is None: + raise ValueError("No topic specified, or incorrect topic type.") + + if self._sock is None: + return (MQTTErrorCode.MQTT_ERR_NO_CONN, None) + + return self._send_unsubscribe(False, topic_list, properties) + + def loop_read(self, max_packets: int = 1) -> MQTTErrorCode: + """Process read network events. Use in place of calling `loop()` if you + wish to handle your client reads as part of your own application. + + Use `socket()` to obtain the client socket to call select() or equivalent + on. + + Do not use if you are using `loop_start()` or `loop_forever()`.""" + if self._sock is None: + return MQTTErrorCode.MQTT_ERR_NO_CONN + + max_packets = len(self._out_messages) + len(self._in_messages) + if max_packets < 1: + max_packets = 1 + + for _ in range(0, max_packets): + if self._sock is None: + return MQTTErrorCode.MQTT_ERR_NO_CONN + rc = self._packet_read() + if rc > 0: + return self._loop_rc_handle(rc) + elif rc == MQTTErrorCode.MQTT_ERR_AGAIN: + return MQTTErrorCode.MQTT_ERR_SUCCESS + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def loop_write(self) -> MQTTErrorCode: + """Process write network events. Use in place of calling `loop()` if you + wish to handle your client writes as part of your own application. + + Use `socket()` to obtain the client socket to call select() or equivalent + on. + + Use `want_write()` to determine if there is data waiting to be written. + + Do not use if you are using `loop_start()` or `loop_forever()`.""" + if self._sock is None: + return MQTTErrorCode.MQTT_ERR_NO_CONN + + try: + rc = self._packet_write() + if rc == MQTTErrorCode.MQTT_ERR_AGAIN: + return MQTTErrorCode.MQTT_ERR_SUCCESS + elif rc > 0: + return self._loop_rc_handle(rc) + else: + return MQTTErrorCode.MQTT_ERR_SUCCESS + finally: + if self.want_write(): + self._call_socket_register_write() + else: + self._call_socket_unregister_write() + + def want_write(self) -> bool: + """Call to determine if there is network data waiting to be written. + Useful if you are calling select() yourself rather than using `loop()`, `loop_start()` or `loop_forever()`. + """ + return len(self._out_packet) > 0 + + def loop_misc(self) -> MQTTErrorCode: + """Process miscellaneous network events. Use in place of calling `loop()` if you + wish to call select() or equivalent on. + + Do not use if you are using `loop_start()` or `loop_forever()`.""" + if self._sock is None: + return MQTTErrorCode.MQTT_ERR_NO_CONN + + now = time_func() + self._check_keepalive() + + if self._ping_t > 0 and now - self._ping_t >= self._keepalive: + # client->ping_t != 0 means we are waiting for a pingresp. + # This hasn't happened in the keepalive time so we should disconnect. + self._sock_close() + + if self._state in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED): + self._state = _ConnectionState.MQTT_CS_DISCONNECTED + rc = MQTTErrorCode.MQTT_ERR_SUCCESS + else: + self._state = _ConnectionState.MQTT_CS_CONNECTION_LOST + rc = MQTTErrorCode.MQTT_ERR_KEEPALIVE + + self._do_on_disconnect( + packet_from_broker=False, + v1_rc=rc, + ) + + return MQTTErrorCode.MQTT_ERR_CONN_LOST + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def max_inflight_messages_set(self, inflight: int) -> None: + """Set the maximum number of messages with QoS>0 that can be part way + through their network flow at once. Defaults to 20.""" + self.max_inflight_messages = inflight + + def max_queued_messages_set(self, queue_size: int) -> Client: + """Set the maximum number of messages in the outgoing message queue. + 0 means unlimited.""" + if not isinstance(queue_size, int): + raise ValueError('Invalid type of queue size.') + self.max_queued_messages = queue_size + return self + + def user_data_set(self, userdata: Any) -> None: + """Set the user data variable passed to callbacks. May be any data type.""" + self._userdata = userdata + + def user_data_get(self) -> Any: + """Get the user data variable passed to callbacks. May be any data type.""" + return self._userdata + + def will_set( + self, + topic: str, + payload: PayloadType = None, + qos: int = 0, + retain: bool = False, + properties: Properties | None = None, + ) -> None: + """Set a Will to be sent by the broker in case the client disconnects unexpectedly. + + This must be called before connect() to have any effect. + + :param str topic: The topic that the will message should be published on. + :param payload: The message to send as a will. If not given, or set to None a + zero length message will be used as the will. Passing an int or float + will result in the payload being converted to a string representing + that number. If you wish to send a true int/float, use struct.pack() to + create the payload you require. + :param int qos: The quality of service level to use for the will. + :param bool retain: If set to true, the will message will be set as the "last known + good"/retained message for the topic. + :param Properties properties: (MQTT v5.0 only) the MQTT v5.0 properties + to be included with the will message. Optional - if not set, no properties are sent. + + :raises ValueError: if qos is not 0, 1 or 2, or if topic is None or has + zero string length. + + See `will_clear` to clear will. Note that will are NOT send if the client disconnect cleanly + for example by calling `disconnect()`. + """ + if topic is None or len(topic) == 0: + raise ValueError('Invalid topic.') + + if qos < 0 or qos > 2: + raise ValueError('Invalid QoS level.') + + if properties and not isinstance(properties, Properties): + raise ValueError( + "The properties argument must be an instance of the Properties class.") + + self._will_payload = _encode_payload(payload) + self._will = True + self._will_topic = topic.encode('utf-8') + self._will_qos = qos + self._will_retain = retain + self._will_properties = properties + + def will_clear(self) -> None: + """ Removes a will that was previously configured with `will_set()`. + + Must be called before connect() to have any effect.""" + self._will = False + self._will_topic = b"" + self._will_payload = b"" + self._will_qos = 0 + self._will_retain = False + + def socket(self) -> SocketLike | None: + """Return the socket or ssl object for this client.""" + return self._sock + + def loop_forever( + self, + timeout: float = 1.0, + retry_first_connection: bool = False, + ) -> MQTTErrorCode: + """This function calls the network loop functions for you in an + infinite blocking loop. It is useful for the case where you only want + to run the MQTT client loop in your program. + + loop_forever() will handle reconnecting for you if reconnect_on_failure is + true (this is the default behavior). If you call `disconnect()` in a callback + it will return. + + :param int timeout: The time in seconds to wait for incoming/outgoing network + traffic before timing out and returning. + :param bool retry_first_connection: Should the first connection attempt be retried on failure. + This is independent of the reconnect_on_failure setting. + + :raises OSError: if the first connection fail unless retry_first_connection=True + """ + + run = True + + while run: + if self._thread_terminate is True: + break + + if self._state == _ConnectionState.MQTT_CS_CONNECT_ASYNC: + try: + self.reconnect() + except OSError: + self._handle_on_connect_fail() + if not retry_first_connection: + raise + self._easy_log( + MQTT_LOG_DEBUG, "Connection failed, retrying") + self._reconnect_wait() + else: + break + + while run: + rc = MQTTErrorCode.MQTT_ERR_SUCCESS + while rc == MQTTErrorCode.MQTT_ERR_SUCCESS: + rc = self._loop(timeout) + # We don't need to worry about locking here, because we've + # either called loop_forever() when in single threaded mode, or + # in multi threaded mode when loop_stop() has been called and + # so no other threads can access _out_packet or _messages. + if (self._thread_terminate is True + and len(self._out_packet) == 0 + and len(self._out_messages) == 0): + rc = MQTTErrorCode.MQTT_ERR_NOMEM + run = False + + def should_exit() -> bool: + return ( + self._state in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED) or + run is False or # noqa: B023 (uses the run variable from the outer scope on purpose) + self._thread_terminate is True + ) + + if should_exit() or not self._reconnect_on_failure: + run = False + else: + self._reconnect_wait() + + if should_exit(): + run = False + else: + try: + self.reconnect() + except OSError: + self._handle_on_connect_fail() + self._easy_log( + MQTT_LOG_DEBUG, "Connection failed, retrying") + + return rc + + def loop_start(self) -> MQTTErrorCode: + """This is part of the threaded client interface. Call this once to + start a new thread to process network traffic. This provides an + alternative to repeatedly calling `loop()` yourself. + + Under the hood, this will call `loop_forever` in a thread, which means that + the thread will terminate if you call `disconnect()` + """ + if self._thread is not None: + return MQTTErrorCode.MQTT_ERR_INVAL + + self._sockpairR, self._sockpairW = _socketpair_compat() + self._thread_terminate = False + self._thread = threading.Thread(target=self._thread_main, name=f"paho-mqtt-client-{self._client_id.decode()}") + self._thread.daemon = True + self._thread.start() + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def loop_stop(self) -> MQTTErrorCode: + """This is part of the threaded client interface. Call this once to + stop the network thread previously created with `loop_start()`. This call + will block until the network thread finishes. + + This don't guarantee that publish packet are sent, use `wait_for_publish` or + `on_publish` to ensure `publish` are sent. + """ + if self._thread is None: + return MQTTErrorCode.MQTT_ERR_INVAL + + self._thread_terminate = True + if threading.current_thread() != self._thread: + self._thread.join() + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + @property + def callback_api_version(self) -> CallbackAPIVersion: + """ + Return the callback API version used for user-callback. See docstring for + each user-callback (`on_connect`, `on_publish`, ...) for details. + + This property is read-only. + """ + return self._callback_api_version + + @property + def on_log(self) -> CallbackOnLog | None: + """The callback called when the client has log information. + Defined to allow debugging. + + Expected signature is:: + + log_callback(client, userdata, level, buf) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param int level: gives the severity of the message and will be one of + MQTT_LOG_INFO, MQTT_LOG_NOTICE, MQTT_LOG_WARNING, + MQTT_LOG_ERR, and MQTT_LOG_DEBUG. + :param str buf: the message itself + + Decorator: @client.log_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_log + + @on_log.setter + def on_log(self, func: CallbackOnLog | None) -> None: + self._on_log = func + + def log_callback(self) -> Callable[[CallbackOnLog], CallbackOnLog]: + def decorator(func: CallbackOnLog) -> CallbackOnLog: + self.on_log = func + return func + return decorator + + @property + def on_pre_connect(self) -> CallbackOnPreConnect | None: + """The callback called immediately prior to the connection is made + request. + + Expected signature (for all callback API version):: + + connect_callback(client, userdata) + + :parama Client client: the client instance for this callback + :parama userdata: the private user data as set in Client() or user_data_set() + + Decorator: @client.pre_connect_callback() (``client`` is the name of the + instance which this callback is being attached to) + + """ + return self._on_pre_connect + + @on_pre_connect.setter + def on_pre_connect(self, func: CallbackOnPreConnect | None) -> None: + with self._callback_mutex: + self._on_pre_connect = func + + def pre_connect_callback( + self, + ) -> Callable[[CallbackOnPreConnect], CallbackOnPreConnect]: + def decorator(func: CallbackOnPreConnect) -> CallbackOnPreConnect: + self.on_pre_connect = func + return func + return decorator + + @property + def on_connect(self) -> CallbackOnConnect | None: + """The callback called when the broker reponds to our connection request. + + Expected signature for callback API version 2:: + + connect_callback(client, userdata, connect_flags, reason_code, properties) + + Expected signature for callback API version 1 change with MQTT protocol version: + * For MQTT v3.1 and v3.1.1 it's:: + + connect_callback(client, userdata, flags, rc) + + * For MQTT v5.0 it's:: + + connect_callback(client, userdata, flags, reason_code, properties) + + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param ConnectFlags connect_flags: the flags for this connection + :param ReasonCode reason_code: the connection reason code received from the broken. + In MQTT v5.0 it's the reason code defined by the standard. + In MQTT v3, we convert return code to a reason code, see + `convert_connack_rc_to_reason_code()`. + `ReasonCode` may be compared to integer. + :param Properties properties: the MQTT v5.0 properties received from the broker. + For MQTT v3.1 and v3.1.1 properties is not provided and an empty Properties + object is always used. + :param dict flags: response flags sent by the broker + :param int rc: the connection result, should have a value of `ConnackCode` + + flags is a dict that contains response flags from the broker: + flags['session present'] - this flag is useful for clients that are + using clean session set to 0 only. If a client with clean + session=0, that reconnects to a broker that it has previously + connected to, this flag indicates whether the broker still has the + session information for the client. If 1, the session still exists. + + The value of rc indicates success or not: + - 0: Connection successful + - 1: Connection refused - incorrect protocol version + - 2: Connection refused - invalid client identifier + - 3: Connection refused - server unavailable + - 4: Connection refused - bad username or password + - 5: Connection refused - not authorised + - 6-255: Currently unused. + + Decorator: @client.connect_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_connect + + @on_connect.setter + def on_connect(self, func: CallbackOnConnect | None) -> None: + with self._callback_mutex: + self._on_connect = func + + def connect_callback( + self, + ) -> Callable[[CallbackOnConnect], CallbackOnConnect]: + def decorator(func: CallbackOnConnect) -> CallbackOnConnect: + self.on_connect = func + return func + return decorator + + @property + def on_connect_fail(self) -> CallbackOnConnectFail | None: + """The callback called when the client failed to connect + to the broker. + + Expected signature is (for all callback_api_version):: + + connect_fail_callback(client, userdata) + + :param Client client: the client instance for this callback + :parama userdata: the private user data as set in Client() or user_data_set() + + Decorator: @client.connect_fail_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_connect_fail + + @on_connect_fail.setter + def on_connect_fail(self, func: CallbackOnConnectFail | None) -> None: + with self._callback_mutex: + self._on_connect_fail = func + + def connect_fail_callback( + self, + ) -> Callable[[CallbackOnConnectFail], CallbackOnConnectFail]: + def decorator(func: CallbackOnConnectFail) -> CallbackOnConnectFail: + self.on_connect_fail = func + return func + return decorator + + @property + def on_subscribe(self) -> CallbackOnSubscribe | None: + """The callback called when the broker responds to a subscribe + request. + + Expected signature for callback API version 2:: + + subscribe_callback(client, userdata, mid, reason_code_list, properties) + + Expected signature for callback API version 1 change with MQTT protocol version: + * For MQTT v3.1 and v3.1.1 it's:: + + subscribe_callback(client, userdata, mid, granted_qos) + + * For MQTT v5.0 it's:: + + subscribe_callback(client, userdata, mid, reason_code_list, properties) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param int mid: matches the mid variable returned from the corresponding + subscribe() call. + :param list[ReasonCode] reason_code_list: reason codes received from the broker for each subscription. + In MQTT v5.0 it's the reason code defined by the standard. + In MQTT v3, we convert granted QoS to a reason code. + It's a list of ReasonCode instances. + :param Properties properties: the MQTT v5.0 properties received from the broker. + For MQTT v3.1 and v3.1.1 properties is not provided and an empty Properties + object is always used. + :param list[int] granted_qos: list of integers that give the QoS level the broker has + granted for each of the different subscription requests. + + Decorator: @client.subscribe_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_subscribe + + @on_subscribe.setter + def on_subscribe(self, func: CallbackOnSubscribe | None) -> None: + with self._callback_mutex: + self._on_subscribe = func + + def subscribe_callback( + self, + ) -> Callable[[CallbackOnSubscribe], CallbackOnSubscribe]: + def decorator(func: CallbackOnSubscribe) -> CallbackOnSubscribe: + self.on_subscribe = func + return func + return decorator + + @property + def on_message(self) -> CallbackOnMessage | None: + """The callback called when a message has been received on a topic + that the client subscribes to. + + This callback will be called for every message received unless a + `message_callback_add()` matched the message. + + Expected signature is (for all callback API version): + message_callback(client, userdata, message) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param MQTTMessage message: the received message. + This is a class with members topic, payload, qos, retain. + + Decorator: @client.message_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_message + + @on_message.setter + def on_message(self, func: CallbackOnMessage | None) -> None: + with self._callback_mutex: + self._on_message = func + + def message_callback( + self, + ) -> Callable[[CallbackOnMessage], CallbackOnMessage]: + def decorator(func: CallbackOnMessage) -> CallbackOnMessage: + self.on_message = func + return func + return decorator + + @property + def on_publish(self) -> CallbackOnPublish | None: + """The callback called when a message that was to be sent using the + `publish()` call has completed transmission to the broker. + + For messages with QoS levels 1 and 2, this means that the appropriate + handshakes have completed. For QoS 0, this simply means that the message + has left the client. + This callback is important because even if the `publish()` call returns + success, it does not always mean that the message has been sent. + + See also `wait_for_publish` which could be simpler to use. + + Expected signature for callback API version 2:: + + publish_callback(client, userdata, mid, reason_code, properties) + + Expected signature for callback API version 1:: + + publish_callback(client, userdata, mid) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param int mid: matches the mid variable returned from the corresponding + `publish()` call, to allow outgoing messages to be tracked. + :param ReasonCode reason_code: the connection reason code received from the broken. + In MQTT v5.0 it's the reason code defined by the standard. + In MQTT v3 it's always the reason code Success + :parama Properties properties: the MQTT v5.0 properties received from the broker. + For MQTT v3.1 and v3.1.1 properties is not provided and an empty Properties + object is always used. + + Note: for QoS = 0, the reason_code and the properties don't really exist, it's the client + library that generate them. It's always an empty properties and a success reason code. + Because the (MQTTv5) standard don't have reason code for PUBLISH packet, the library create them + at PUBACK packet, as if the message was sent with QoS = 1. + + Decorator: @client.publish_callback() (``client`` is the name of the + instance which this callback is being attached to) + + """ + return self._on_publish + + @on_publish.setter + def on_publish(self, func: CallbackOnPublish | None) -> None: + with self._callback_mutex: + self._on_publish = func + + def publish_callback( + self, + ) -> Callable[[CallbackOnPublish], CallbackOnPublish]: + def decorator(func: CallbackOnPublish) -> CallbackOnPublish: + self.on_publish = func + return func + return decorator + + @property + def on_unsubscribe(self) -> CallbackOnUnsubscribe | None: + """The callback called when the broker responds to an unsubscribe + request. + + Expected signature for callback API version 2:: + + unsubscribe_callback(client, userdata, mid, reason_code_list, properties) + + Expected signature for callback API version 1 change with MQTT protocol version: + * For MQTT v3.1 and v3.1.1 it's:: + + unsubscribe_callback(client, userdata, mid) + + * For MQTT v5.0 it's:: + + unsubscribe_callback(client, userdata, mid, properties, v1_reason_codes) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param mid: matches the mid variable returned from the corresponding + unsubscribe() call. + :param list[ReasonCode] reason_code_list: reason codes received from the broker for each unsubscription. + In MQTT v5.0 it's the reason code defined by the standard. + In MQTT v3, there is not equivalent from broken and empty list + is always used. + :param Properties properties: the MQTT v5.0 properties received from the broker. + For MQTT v3.1 and v3.1.1 properties is not provided and an empty Properties + object is always used. + :param v1_reason_codes: the MQTT v5.0 reason codes received from the broker for each + unsubscribe topic. A list of ReasonCode instances OR a single + ReasonCode when we unsubscribe from a single topic. + + Decorator: @client.unsubscribe_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_unsubscribe + + @on_unsubscribe.setter + def on_unsubscribe(self, func: CallbackOnUnsubscribe | None) -> None: + with self._callback_mutex: + self._on_unsubscribe = func + + def unsubscribe_callback( + self, + ) -> Callable[[CallbackOnUnsubscribe], CallbackOnUnsubscribe]: + def decorator(func: CallbackOnUnsubscribe) -> CallbackOnUnsubscribe: + self.on_unsubscribe = func + return func + return decorator + + @property + def on_disconnect(self) -> CallbackOnDisconnect | None: + """The callback called when the client disconnects from the broker. + + Expected signature for callback API version 2:: + + disconnect_callback(client, userdata, disconnect_flags, reason_code, properties) + + Expected signature for callback API version 1 change with MQTT protocol version: + * For MQTT v3.1 and v3.1.1 it's:: + + disconnect_callback(client, userdata, rc) + + * For MQTT v5.0 it's:: + + disconnect_callback(client, userdata, reason_code, properties) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param DisconnectFlag disconnect_flags: the flags for this disconnection. + :param ReasonCode reason_code: the disconnection reason code possibly received from the broker (see disconnect_flags). + In MQTT v5.0 it's the reason code defined by the standard. + In MQTT v3 it's never received from the broker, we convert an MQTTErrorCode, + see `convert_disconnect_error_code_to_reason_code()`. + `ReasonCode` may be compared to integer. + :param Properties properties: the MQTT v5.0 properties received from the broker. + For MQTT v3.1 and v3.1.1 properties is not provided and an empty Properties + object is always used. + :param int rc: the disconnection result + The rc parameter indicates the disconnection state. If + MQTT_ERR_SUCCESS (0), the callback was called in response to + a disconnect() call. If any other value the disconnection + was unexpected, such as might be caused by a network error. + + Decorator: @client.disconnect_callback() (``client`` is the name of the + instance which this callback is being attached to) + + """ + return self._on_disconnect + + @on_disconnect.setter + def on_disconnect(self, func: CallbackOnDisconnect | None) -> None: + with self._callback_mutex: + self._on_disconnect = func + + def disconnect_callback( + self, + ) -> Callable[[CallbackOnDisconnect], CallbackOnDisconnect]: + def decorator(func: CallbackOnDisconnect) -> CallbackOnDisconnect: + self.on_disconnect = func + return func + return decorator + + @property + def on_socket_open(self) -> CallbackOnSocket | None: + """The callback called just after the socket was opend. + + This should be used to register the socket to an external event loop for reading. + + Expected signature is (for all callback API version):: + + socket_open_callback(client, userdata, socket) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param SocketLike sock: the socket which was just opened. + + Decorator: @client.socket_open_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_socket_open + + @on_socket_open.setter + def on_socket_open(self, func: CallbackOnSocket | None) -> None: + with self._callback_mutex: + self._on_socket_open = func + + def socket_open_callback( + self, + ) -> Callable[[CallbackOnSocket], CallbackOnSocket]: + def decorator(func: CallbackOnSocket) -> CallbackOnSocket: + self.on_socket_open = func + return func + return decorator + + def _call_socket_open(self, sock: SocketLike) -> None: + """Call the socket_open callback with the just-opened socket""" + with self._callback_mutex: + on_socket_open = self.on_socket_open + + if on_socket_open: + with self._in_callback_mutex: + try: + on_socket_open(self, self._userdata, sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_open: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_close(self) -> CallbackOnSocket | None: + """The callback called just before the socket is closed. + + This should be used to unregister the socket from an external event loop for reading. + + Expected signature is (for all callback API version):: + + socket_close_callback(client, userdata, socket) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param SocketLike sock: the socket which is about to be closed. + + Decorator: @client.socket_close_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_socket_close + + @on_socket_close.setter + def on_socket_close(self, func: CallbackOnSocket | None) -> None: + with self._callback_mutex: + self._on_socket_close = func + + def socket_close_callback( + self, + ) -> Callable[[CallbackOnSocket], CallbackOnSocket]: + def decorator(func: CallbackOnSocket) -> CallbackOnSocket: + self.on_socket_close = func + return func + return decorator + + def _call_socket_close(self, sock: SocketLike) -> None: + """Call the socket_close callback with the about-to-be-closed socket""" + with self._callback_mutex: + on_socket_close = self.on_socket_close + + if on_socket_close: + with self._in_callback_mutex: + try: + on_socket_close(self, self._userdata, sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_close: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_register_write(self) -> CallbackOnSocket | None: + """The callback called when the socket needs writing but can't. + + This should be used to register the socket with an external event loop for writing. + + Expected signature is (for all callback API version):: + + socket_register_write_callback(client, userdata, socket) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param SocketLike sock: the socket which should be registered for writing + + Decorator: @client.socket_register_write_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_socket_register_write + + @on_socket_register_write.setter + def on_socket_register_write(self, func: CallbackOnSocket | None) -> None: + with self._callback_mutex: + self._on_socket_register_write = func + + def socket_register_write_callback( + self, + ) -> Callable[[CallbackOnSocket], CallbackOnSocket]: + def decorator(func: CallbackOnSocket) -> CallbackOnSocket: + self._on_socket_register_write = func + return func + return decorator + + def _call_socket_register_write(self) -> None: + """Call the socket_register_write callback with the unwritable socket""" + if not self._sock or self._registered_write: + return + self._registered_write = True + with self._callback_mutex: + on_socket_register_write = self.on_socket_register_write + + if on_socket_register_write: + try: + on_socket_register_write( + self, self._userdata, self._sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_register_write: %s', err) + if not self.suppress_exceptions: + raise + + @property + def on_socket_unregister_write( + self, + ) -> CallbackOnSocket | None: + """The callback called when the socket doesn't need writing anymore. + + This should be used to unregister the socket from an external event loop for writing. + + Expected signature is (for all callback API version):: + + socket_unregister_write_callback(client, userdata, socket) + + :param Client client: the client instance for this callback + :param userdata: the private user data as set in Client() or user_data_set() + :param SocketLike sock: the socket which should be unregistered for writing + + Decorator: @client.socket_unregister_write_callback() (``client`` is the name of the + instance which this callback is being attached to) + """ + return self._on_socket_unregister_write + + @on_socket_unregister_write.setter + def on_socket_unregister_write( + self, func: CallbackOnSocket | None + ) -> None: + with self._callback_mutex: + self._on_socket_unregister_write = func + + def socket_unregister_write_callback( + self, + ) -> Callable[[CallbackOnSocket], CallbackOnSocket]: + def decorator( + func: CallbackOnSocket, + ) -> CallbackOnSocket: + self._on_socket_unregister_write = func + return func + return decorator + + def _call_socket_unregister_write( + self, sock: SocketLike | None = None + ) -> None: + """Call the socket_unregister_write callback with the writable socket""" + sock = sock or self._sock + if not sock or not self._registered_write: + return + self._registered_write = False + + with self._callback_mutex: + on_socket_unregister_write = self.on_socket_unregister_write + + if on_socket_unregister_write: + try: + on_socket_unregister_write(self, self._userdata, sock) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_socket_unregister_write: %s', err) + if not self.suppress_exceptions: + raise + + def message_callback_add(self, sub: str, callback: CallbackOnMessage) -> None: + """Register a message callback for a specific topic. + Messages that match 'sub' will be passed to 'callback'. Any + non-matching messages will be passed to the default `on_message` + callback. + + Call multiple times with different 'sub' to define multiple topic + specific callbacks. + + Topic specific callbacks may be removed with + `message_callback_remove()`. + + See `on_message` for the expected signature of the callback. + + Decorator: @client.topic_callback(sub) (``client`` is the name of the + instance which this callback is being attached to) + + Example:: + + @client.topic_callback("mytopic/#") + def handle_mytopic(client, userdata, message): + ... + """ + if callback is None or sub is None: + raise ValueError("sub and callback must both be defined.") + + with self._callback_mutex: + self._on_message_filtered[sub] = callback + + def topic_callback( + self, sub: str + ) -> Callable[[CallbackOnMessage], CallbackOnMessage]: + def decorator(func: CallbackOnMessage) -> CallbackOnMessage: + self.message_callback_add(sub, func) + return func + return decorator + + def message_callback_remove(self, sub: str) -> None: + """Remove a message callback previously registered with + `message_callback_add()`.""" + if sub is None: + raise ValueError("sub must defined.") + + with self._callback_mutex: + try: + del self._on_message_filtered[sub] + except KeyError: # no such subscription + pass + + # ============================================================ + # Private functions + # ============================================================ + + def _loop_rc_handle( + self, + rc: MQTTErrorCode, + ) -> MQTTErrorCode: + if rc: + self._sock_close() + + if self._state in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED): + self._state = _ConnectionState.MQTT_CS_DISCONNECTED + rc = MQTTErrorCode.MQTT_ERR_SUCCESS + + self._do_on_disconnect(packet_from_broker=False, v1_rc=rc) + + if rc == MQTT_ERR_CONN_LOST: + self._state = _ConnectionState.MQTT_CS_CONNECTION_LOST + + return rc + + def _packet_read(self) -> MQTTErrorCode: + # This gets called if pselect() indicates that there is network data + # available - ie. at least one byte. What we do depends on what data we + # already have. + # If we've not got a command, attempt to read one and save it. This should + # always work because it's only a single byte. + # Then try to read the remaining length. This may fail because it is may + # be more than one byte - will need to save data pending next read if it + # does fail. + # Then try to read the remaining payload, where 'payload' here means the + # combined variable header and actual payload. This is the most likely to + # fail due to longer length, so save current data and current position. + # After all data is read, send to _mqtt_handle_packet() to deal with. + # Finally, free the memory and reset everything to starting conditions. + if self._in_packet['command'] == 0: + try: + command = self._sock_recv(1) + except BlockingIOError: + return MQTTErrorCode.MQTT_ERR_AGAIN + except TimeoutError as err: + self._easy_log( + MQTT_LOG_ERR, 'timeout on socket: %s', err) + return MQTTErrorCode.MQTT_ERR_CONN_LOST + except OSError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTTErrorCode.MQTT_ERR_CONN_LOST + else: + if len(command) == 0: + return MQTTErrorCode.MQTT_ERR_CONN_LOST + self._in_packet['command'] = command[0] + + if self._in_packet['have_remaining'] == 0: + # Read remaining + # Algorithm for decoding taken from pseudo code at + # http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ac10870_.htm + while True: + try: + byte = self._sock_recv(1) + except BlockingIOError: + return MQTTErrorCode.MQTT_ERR_AGAIN + except OSError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTTErrorCode.MQTT_ERR_CONN_LOST + else: + if len(byte) == 0: + return MQTTErrorCode.MQTT_ERR_CONN_LOST + byte_value = byte[0] + self._in_packet['remaining_count'].append(byte_value) + # Max 4 bytes length for remaining length as defined by protocol. + # Anything more likely means a broken/malicious client. + if len(self._in_packet['remaining_count']) > 4: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + self._in_packet['remaining_length'] += ( + byte_value & 127) * self._in_packet['remaining_mult'] + self._in_packet['remaining_mult'] = self._in_packet['remaining_mult'] * 128 + + if (byte_value & 128) == 0: + break + + self._in_packet['have_remaining'] = 1 + self._in_packet['to_process'] = self._in_packet['remaining_length'] + + count = 100 # Don't get stuck in this loop if we have a huge message. + while self._in_packet['to_process'] > 0: + try: + data = self._sock_recv(self._in_packet['to_process']) + except BlockingIOError: + return MQTTErrorCode.MQTT_ERR_AGAIN + except OSError as err: + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTTErrorCode.MQTT_ERR_CONN_LOST + else: + if len(data) == 0: + return MQTTErrorCode.MQTT_ERR_CONN_LOST + self._in_packet['to_process'] -= len(data) + self._in_packet['packet'] += data + count -= 1 + if count == 0: + with self._msgtime_mutex: + self._last_msg_in = time_func() + return MQTTErrorCode.MQTT_ERR_AGAIN + + # All data for this packet is read. + self._in_packet['pos'] = 0 + rc = self._packet_handle() + + # Free data and reset values + self._in_packet = { + "command": 0, + "have_remaining": 0, + "remaining_count": [], + "remaining_mult": 1, + "remaining_length": 0, + "packet": bytearray(b""), + "to_process": 0, + "pos": 0, + } + + with self._msgtime_mutex: + self._last_msg_in = time_func() + return rc + + def _packet_write(self) -> MQTTErrorCode: + while True: + try: + packet = self._out_packet.popleft() + except IndexError: + return MQTTErrorCode.MQTT_ERR_SUCCESS + + try: + write_length = self._sock_send( + packet['packet'][packet['pos']:]) + except (AttributeError, ValueError): + self._out_packet.appendleft(packet) + return MQTTErrorCode.MQTT_ERR_SUCCESS + except BlockingIOError: + self._out_packet.appendleft(packet) + return MQTTErrorCode.MQTT_ERR_AGAIN + except OSError as err: + self._out_packet.appendleft(packet) + self._easy_log( + MQTT_LOG_ERR, 'failed to receive on socket: %s', err) + return MQTTErrorCode.MQTT_ERR_CONN_LOST + + if write_length > 0: + packet['to_process'] -= write_length + packet['pos'] += write_length + + if packet['to_process'] == 0: + if (packet['command'] & 0xF0) == PUBLISH and packet['qos'] == 0: + with self._callback_mutex: + on_publish = self.on_publish + + if on_publish: + with self._in_callback_mutex: + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + on_publish = cast(CallbackOnPublish_v1, on_publish) + + on_publish(self, self._userdata, packet["mid"]) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_publish = cast(CallbackOnPublish_v2, on_publish) + + on_publish( + self, + self._userdata, + packet["mid"], + ReasonCode(PacketTypes.PUBACK), + Properties(PacketTypes.PUBACK), + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_publish: %s', err) + if not self.suppress_exceptions: + raise + + # TODO: Something is odd here. I don't see why packet["info"] can't be None. + # A packet could be produced by _handle_connack with qos=0 and no info + # (around line 3645). Ignore the mypy check for now but I feel there is a bug + # somewhere. + packet['info']._set_as_published() # type: ignore + + if (packet['command'] & 0xF0) == DISCONNECT: + with self._msgtime_mutex: + self._last_msg_out = time_func() + + self._do_on_disconnect( + packet_from_broker=False, + v1_rc=MQTTErrorCode.MQTT_ERR_SUCCESS, + ) + self._sock_close() + # Only change to disconnected if the disconnection was wanted + # by the client (== state was disconnecting). If the broker disconnected + # use unilaterally don't change the state and client may reconnect. + if self._state == _ConnectionState.MQTT_CS_DISCONNECTING: + self._state = _ConnectionState.MQTT_CS_DISCONNECTED + return MQTTErrorCode.MQTT_ERR_SUCCESS + + else: + # We haven't finished with this packet + self._out_packet.appendleft(packet) + else: + break + + with self._msgtime_mutex: + self._last_msg_out = time_func() + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _easy_log(self, level: LogLevel, fmt: str, *args: Any) -> None: + if self.on_log is not None: + buf = fmt % args + try: + self.on_log(self, self._userdata, level, buf) + except Exception: # noqa: S110 + # Can't _easy_log this, as we'll recurse until we break + pass # self._logger will pick this up, so we're fine + if self._logger is not None: + level_std = LOGGING_LEVEL[level] + self._logger.log(level_std, fmt, *args) + + def _check_keepalive(self) -> None: + if self._keepalive == 0: + return + + now = time_func() + + with self._msgtime_mutex: + last_msg_out = self._last_msg_out + last_msg_in = self._last_msg_in + + if self._sock is not None and (now - last_msg_out >= self._keepalive or now - last_msg_in >= self._keepalive): + if self._state == _ConnectionState.MQTT_CS_CONNECTED and self._ping_t == 0: + try: + self._send_pingreq() + except Exception: + self._sock_close() + self._do_on_disconnect( + packet_from_broker=False, + v1_rc=MQTTErrorCode.MQTT_ERR_CONN_LOST, + ) + else: + with self._msgtime_mutex: + self._last_msg_out = now + self._last_msg_in = now + else: + self._sock_close() + + if self._state in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED): + self._state = _ConnectionState.MQTT_CS_DISCONNECTED + rc = MQTTErrorCode.MQTT_ERR_SUCCESS + else: + rc = MQTTErrorCode.MQTT_ERR_KEEPALIVE + + self._do_on_disconnect( + packet_from_broker=False, + v1_rc=rc, + ) + + def _mid_generate(self) -> int: + with self._mid_generate_mutex: + self._last_mid += 1 + if self._last_mid == 65536: + self._last_mid = 1 + return self._last_mid + + @staticmethod + def _raise_for_invalid_topic(topic: bytes) -> None: + """ Check if the topic is a topic without wildcard and valid length. + + Raise ValueError if the topic isn't valid. + """ + if b'+' in topic or b'#' in topic: + raise ValueError('Publish topic cannot contain wildcards.') + if len(topic) > 65535: + raise ValueError('Publish topic is too long.') + + @staticmethod + def _filter_wildcard_len_check(sub: bytes) -> MQTTErrorCode: + if (len(sub) == 0 or len(sub) > 65535 + or any(b'+' in p or b'#' in p for p in sub.split(b'/') if len(p) > 1) + or b'#/' in sub): + return MQTTErrorCode.MQTT_ERR_INVAL + else: + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _send_pingreq(self) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PINGREQ") + rc = self._send_simple_command(PINGREQ) + if rc == MQTTErrorCode.MQTT_ERR_SUCCESS: + self._ping_t = time_func() + return rc + + def _send_pingresp(self) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PINGRESP") + return self._send_simple_command(PINGRESP) + + def _send_puback(self, mid: int) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBACK (Mid: %d)", mid) + return self._send_command_with_mid(PUBACK, mid, False) + + def _send_pubcomp(self, mid: int) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBCOMP (Mid: %d)", mid) + return self._send_command_with_mid(PUBCOMP, mid, False) + + def _pack_remaining_length( + self, packet: bytearray, remaining_length: int + ) -> bytearray: + remaining_bytes = [] + while True: + byte = remaining_length % 128 + remaining_length = remaining_length // 128 + # If there are more digits to encode, set the top bit of this digit + if remaining_length > 0: + byte |= 0x80 + + remaining_bytes.append(byte) + packet.append(byte) + if remaining_length == 0: + # FIXME - this doesn't deal with incorrectly large payloads + return packet + + def _pack_str16(self, packet: bytearray, data: bytes | str) -> None: + data = _force_bytes(data) + packet.extend(struct.pack("!H", len(data))) + packet.extend(data) + + def _send_publish( + self, + mid: int, + topic: bytes, + payload: bytes|bytearray = b"", + qos: int = 0, + retain: bool = False, + dup: bool = False, + info: MQTTMessageInfo | None = None, + properties: Properties | None = None, + ) -> MQTTErrorCode: + # we assume that topic and payload are already properly encoded + if not isinstance(topic, bytes): + raise TypeError('topic must be bytes, not str') + if payload and not isinstance(payload, (bytes, bytearray)): + raise TypeError('payload must be bytes if set') + + if self._sock is None: + return MQTTErrorCode.MQTT_ERR_NO_CONN + + command = PUBLISH | ((dup & 0x1) << 3) | (qos << 1) | retain + packet = bytearray() + packet.append(command) + + payloadlen = len(payload) + remaining_length = 2 + len(topic) + payloadlen + + if payloadlen == 0: + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s (NULL payload)", + dup, qos, retain, mid, topic, properties + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s' (NULL payload)", + dup, qos, retain, mid, topic + ) + else: + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s, ... (%d bytes)", + dup, qos, retain, mid, topic, properties, payloadlen + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending PUBLISH (d%d, q%d, r%d, m%d), '%s', ... (%d bytes)", + dup, qos, retain, mid, topic, payloadlen + ) + + if qos > 0: + # For message id + remaining_length += 2 + + if self._protocol == MQTTv5: + if properties is None: + packed_properties = b'\x00' + else: + packed_properties = properties.pack() + remaining_length += len(packed_properties) + + self._pack_remaining_length(packet, remaining_length) + self._pack_str16(packet, topic) + + if qos > 0: + # For message id + packet.extend(struct.pack("!H", mid)) + + if self._protocol == MQTTv5: + packet.extend(packed_properties) + + packet.extend(payload) + + return self._packet_queue(PUBLISH, packet, mid, qos, info) + + def _send_pubrec(self, mid: int) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBREC (Mid: %d)", mid) + return self._send_command_with_mid(PUBREC, mid, False) + + def _send_pubrel(self, mid: int) -> MQTTErrorCode: + self._easy_log(MQTT_LOG_DEBUG, "Sending PUBREL (Mid: %d)", mid) + return self._send_command_with_mid(PUBREL | 2, mid, False) + + def _send_command_with_mid(self, command: int, mid: int, dup: int) -> MQTTErrorCode: + # For PUBACK, PUBCOMP, PUBREC, and PUBREL + if dup: + command |= 0x8 + + remaining_length = 2 + packet = struct.pack('!BBH', command, remaining_length, mid) + return self._packet_queue(command, packet, mid, 1) + + def _send_simple_command(self, command: int) -> MQTTErrorCode: + # For DISCONNECT, PINGREQ and PINGRESP + remaining_length = 0 + packet = struct.pack('!BB', command, remaining_length) + return self._packet_queue(command, packet, 0, 0) + + def _send_connect(self, keepalive: int) -> MQTTErrorCode: + proto_ver = int(self._protocol) + # hard-coded UTF-8 encoded string + protocol = b"MQTT" if proto_ver >= MQTTv311 else b"MQIsdp" + + remaining_length = 2 + len(protocol) + 1 + \ + 1 + 2 + 2 + len(self._client_id) + + connect_flags = 0 + if self._protocol == MQTTv5: + if self._clean_start is True: + connect_flags |= 0x02 + elif self._clean_start == MQTT_CLEAN_START_FIRST_ONLY and self._mqttv5_first_connect: + connect_flags |= 0x02 + elif self._clean_session: + connect_flags |= 0x02 + + if self._will: + remaining_length += 2 + \ + len(self._will_topic) + 2 + len(self._will_payload) + connect_flags |= 0x04 | ((self._will_qos & 0x03) << 3) | ( + (self._will_retain & 0x01) << 5) + + if self._username is not None: + remaining_length += 2 + len(self._username) + connect_flags |= 0x80 + if self._password is not None: + connect_flags |= 0x40 + remaining_length += 2 + len(self._password) + + if self._protocol == MQTTv5: + if self._connect_properties is None: + packed_connect_properties = b'\x00' + else: + packed_connect_properties = self._connect_properties.pack() + remaining_length += len(packed_connect_properties) + if self._will: + if self._will_properties is None: + packed_will_properties = b'\x00' + else: + packed_will_properties = self._will_properties.pack() + remaining_length += len(packed_will_properties) + + command = CONNECT + packet = bytearray() + packet.append(command) + + # as per the mosquitto broker, if the MSB of this version is set + # to 1, then it treats the connection as a bridge + if self._client_mode == MQTT_BRIDGE: + proto_ver |= 0x80 + + self._pack_remaining_length(packet, remaining_length) + packet.extend(struct.pack( + f"!H{len(protocol)}sBBH", + len(protocol), protocol, proto_ver, connect_flags, keepalive, + )) + + if self._protocol == MQTTv5: + packet += packed_connect_properties + + self._pack_str16(packet, self._client_id) + + if self._will: + if self._protocol == MQTTv5: + packet += packed_will_properties + self._pack_str16(packet, self._will_topic) + self._pack_str16(packet, self._will_payload) + + if self._username is not None: + self._pack_str16(packet, self._username) + + if self._password is not None: + self._pack_str16(packet, self._password) + + self._keepalive = keepalive + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending CONNECT (u%d, p%d, wr%d, wq%d, wf%d, c%d, k%d) client_id=%s properties=%s", + (connect_flags & 0x80) >> 7, + (connect_flags & 0x40) >> 6, + (connect_flags & 0x20) >> 5, + (connect_flags & 0x18) >> 3, + (connect_flags & 0x4) >> 2, + (connect_flags & 0x2) >> 1, + keepalive, + self._client_id, + self._connect_properties + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending CONNECT (u%d, p%d, wr%d, wq%d, wf%d, c%d, k%d) client_id=%s", + (connect_flags & 0x80) >> 7, + (connect_flags & 0x40) >> 6, + (connect_flags & 0x20) >> 5, + (connect_flags & 0x18) >> 3, + (connect_flags & 0x4) >> 2, + (connect_flags & 0x2) >> 1, + keepalive, + self._client_id + ) + return self._packet_queue(command, packet, 0, 0) + + def _send_disconnect( + self, + reasoncode: ReasonCode | None = None, + properties: Properties | None = None, + ) -> MQTTErrorCode: + if self._protocol == MQTTv5: + self._easy_log(MQTT_LOG_DEBUG, "Sending DISCONNECT reasonCode=%s properties=%s", + reasoncode, + properties + ) + else: + self._easy_log(MQTT_LOG_DEBUG, "Sending DISCONNECT") + + remaining_length = 0 + + command = DISCONNECT + packet = bytearray() + packet.append(command) + + if self._protocol == MQTTv5: + if properties is not None or reasoncode is not None: + if reasoncode is None: + reasoncode = ReasonCode(DISCONNECT >> 4, identifier=0) + remaining_length += 1 + if properties is not None: + packed_props = properties.pack() + remaining_length += len(packed_props) + + self._pack_remaining_length(packet, remaining_length) + + if self._protocol == MQTTv5: + if reasoncode is not None: + packet += reasoncode.pack() + if properties is not None: + packet += packed_props + + return self._packet_queue(command, packet, 0, 0) + + def _send_subscribe( + self, + dup: int, + topics: Sequence[tuple[bytes, SubscribeOptions | int]], + properties: Properties | None = None, + ) -> tuple[MQTTErrorCode, int]: + remaining_length = 2 + if self._protocol == MQTTv5: + if properties is None: + packed_subscribe_properties = b'\x00' + else: + packed_subscribe_properties = properties.pack() + remaining_length += len(packed_subscribe_properties) + for t, _ in topics: + remaining_length += 2 + len(t) + 1 + + command = SUBSCRIBE | (dup << 3) | 0x2 + packet = bytearray() + packet.append(command) + self._pack_remaining_length(packet, remaining_length) + local_mid = self._mid_generate() + packet.extend(struct.pack("!H", local_mid)) + + if self._protocol == MQTTv5: + packet += packed_subscribe_properties + + for t, q in topics: + self._pack_str16(packet, t) + if self._protocol == MQTTv5: + packet += q.pack() # type: ignore + else: + packet.append(q) # type: ignore + + self._easy_log( + MQTT_LOG_DEBUG, + "Sending SUBSCRIBE (d%d, m%d) %s", + dup, + local_mid, + topics, + ) + return (self._packet_queue(command, packet, local_mid, 1), local_mid) + + def _send_unsubscribe( + self, + dup: int, + topics: list[bytes], + properties: Properties | None = None, + ) -> tuple[MQTTErrorCode, int]: + remaining_length = 2 + if self._protocol == MQTTv5: + if properties is None: + packed_unsubscribe_properties = b'\x00' + else: + packed_unsubscribe_properties = properties.pack() + remaining_length += len(packed_unsubscribe_properties) + for t in topics: + remaining_length += 2 + len(t) + + command = UNSUBSCRIBE | (dup << 3) | 0x2 + packet = bytearray() + packet.append(command) + self._pack_remaining_length(packet, remaining_length) + local_mid = self._mid_generate() + packet.extend(struct.pack("!H", local_mid)) + + if self._protocol == MQTTv5: + packet += packed_unsubscribe_properties + + for t in topics: + self._pack_str16(packet, t) + + # topics_repr = ", ".join("'"+topic.decode('utf8')+"'" for topic in topics) + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending UNSUBSCRIBE (d%d, m%d) %s %s", + dup, + local_mid, + properties, + topics, + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Sending UNSUBSCRIBE (d%d, m%d) %s", + dup, + local_mid, + topics, + ) + return (self._packet_queue(command, packet, local_mid, 1), local_mid) + + def _check_clean_session(self) -> bool: + if self._protocol == MQTTv5: + if self._clean_start == MQTT_CLEAN_START_FIRST_ONLY: + return self._mqttv5_first_connect + else: + return self._clean_start # type: ignore + else: + return self._clean_session + + def _messages_reconnect_reset_out(self) -> None: + with self._out_message_mutex: + self._inflight_messages = 0 + for m in self._out_messages.values(): + m.timestamp = 0 + if self._max_inflight_messages == 0 or self._inflight_messages < self._max_inflight_messages: + if m.qos == 0: + m.state = mqtt_ms_publish + elif m.qos == 1: + # self._inflight_messages = self._inflight_messages + 1 + if m.state == mqtt_ms_wait_for_puback: + m.dup = True + m.state = mqtt_ms_publish + elif m.qos == 2: + # self._inflight_messages = self._inflight_messages + 1 + if self._check_clean_session(): + if m.state != mqtt_ms_publish: + m.dup = True + m.state = mqtt_ms_publish + else: + if m.state == mqtt_ms_wait_for_pubcomp: + m.state = mqtt_ms_resend_pubrel + else: + if m.state == mqtt_ms_wait_for_pubrec: + m.dup = True + m.state = mqtt_ms_publish + else: + m.state = mqtt_ms_queued + + def _messages_reconnect_reset_in(self) -> None: + with self._in_message_mutex: + if self._check_clean_session(): + self._in_messages = collections.OrderedDict() + return + for m in self._in_messages.values(): + m.timestamp = 0 + if m.qos != 2: + self._in_messages.pop(m.mid) + else: + # Preserve current state + pass + + def _messages_reconnect_reset(self) -> None: + self._messages_reconnect_reset_out() + self._messages_reconnect_reset_in() + + def _packet_queue( + self, + command: int, + packet: bytes, + mid: int, + qos: int, + info: MQTTMessageInfo | None = None, + ) -> MQTTErrorCode: + mpkt: _OutPacket = { + "command": command, + "mid": mid, + "qos": qos, + "pos": 0, + "to_process": len(packet), + "packet": packet, + "info": info, + } + + self._out_packet.append(mpkt) + + # Write a single byte to sockpairW (connected to sockpairR) to break + # out of select() if in threaded mode. + if self._sockpairW is not None: + try: + self._sockpairW.send(sockpair_data) + except BlockingIOError: + pass + + # If we have an external event loop registered, use that instead + # of calling loop_write() directly. + if self._thread is None and self._on_socket_register_write is None: + if self._in_callback_mutex.acquire(False): + self._in_callback_mutex.release() + return self.loop_write() + + self._call_socket_register_write() + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _packet_handle(self) -> MQTTErrorCode: + cmd = self._in_packet['command'] & 0xF0 + if cmd == PINGREQ: + return self._handle_pingreq() + elif cmd == PINGRESP: + return self._handle_pingresp() + elif cmd == PUBACK: + return self._handle_pubackcomp("PUBACK") + elif cmd == PUBCOMP: + return self._handle_pubackcomp("PUBCOMP") + elif cmd == PUBLISH: + return self._handle_publish() + elif cmd == PUBREC: + return self._handle_pubrec() + elif cmd == PUBREL: + return self._handle_pubrel() + elif cmd == CONNACK: + return self._handle_connack() + elif cmd == SUBACK: + self._handle_suback() + return MQTTErrorCode.MQTT_ERR_SUCCESS + elif cmd == UNSUBACK: + return self._handle_unsuback() + elif cmd == DISCONNECT and self._protocol == MQTTv5: # only allowed in MQTT 5.0 + self._handle_disconnect() + return MQTTErrorCode.MQTT_ERR_SUCCESS + else: + # If we don't recognise the command, return an error straight away. + self._easy_log(MQTT_LOG_ERR, "Error: Unrecognised command %s", cmd) + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + def _handle_pingreq(self) -> MQTTErrorCode: + if self._in_packet['remaining_length'] != 0: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + self._easy_log(MQTT_LOG_DEBUG, "Received PINGREQ") + return self._send_pingresp() + + def _handle_pingresp(self) -> MQTTErrorCode: + if self._in_packet['remaining_length'] != 0: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + # No longer waiting for a PINGRESP. + self._ping_t = 0 + self._easy_log(MQTT_LOG_DEBUG, "Received PINGRESP") + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _handle_connack(self) -> MQTTErrorCode: + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + if self._protocol == MQTTv5: + (flags, result) = struct.unpack( + "!BB", self._in_packet['packet'][:2]) + if result == 1: + # This is probably a failure from a broker that doesn't support + # MQTT v5. + reason = ReasonCode(CONNACK >> 4, aName="Unsupported protocol version") + properties = None + else: + reason = ReasonCode(CONNACK >> 4, identifier=result) + properties = Properties(CONNACK >> 4) + properties.unpack(self._in_packet['packet'][2:]) + else: + (flags, result) = struct.unpack("!BB", self._in_packet['packet']) + reason = convert_connack_rc_to_reason_code(result) + properties = None + if self._protocol == MQTTv311: + if result == CONNACK_REFUSED_PROTOCOL_VERSION: + if not self._reconnect_on_failure: + return MQTT_ERR_PROTOCOL + self._easy_log( + MQTT_LOG_DEBUG, + "Received CONNACK (%s, %s), attempting downgrade to MQTT v3.1.", + flags, result + ) + # Downgrade to MQTT v3.1 + self._protocol = MQTTv31 + return self.reconnect() + elif (result == CONNACK_REFUSED_IDENTIFIER_REJECTED + and self._client_id == b''): + if not self._reconnect_on_failure: + return MQTT_ERR_PROTOCOL + self._easy_log( + MQTT_LOG_DEBUG, + "Received CONNACK (%s, %s), attempting to use non-empty CID", + flags, result, + ) + self._client_id = _base62(uuid.uuid4().int, padding=22).encode("utf8") + return self.reconnect() + + if result == 0: + self._state = _ConnectionState.MQTT_CS_CONNECTED + self._reconnect_delay = None + + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, "Received CONNACK (%s, %s) properties=%s", flags, reason, properties) + else: + self._easy_log( + MQTT_LOG_DEBUG, "Received CONNACK (%s, %s)", flags, result) + + # it won't be the first successful connect any more + self._mqttv5_first_connect = False + + with self._callback_mutex: + on_connect = self.on_connect + + if on_connect: + flags_dict = {} + flags_dict['session present'] = flags & 0x01 + with self._in_callback_mutex: + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + if self._protocol == MQTTv5: + on_connect = cast(CallbackOnConnect_v1_mqtt5, on_connect) + + on_connect(self, self._userdata, + flags_dict, reason, properties) + else: + on_connect = cast(CallbackOnConnect_v1_mqtt3, on_connect) + + on_connect( + self, self._userdata, flags_dict, result) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_connect = cast(CallbackOnConnect_v2, on_connect) + + connect_flags = ConnectFlags( + session_present=flags_dict['session present'] > 0 + ) + + if properties is None: + properties = Properties(PacketTypes.CONNACK) + + on_connect( + self, + self._userdata, + connect_flags, + reason, + properties, + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_connect: %s', err) + if not self.suppress_exceptions: + raise + + if result == 0: + rc = MQTTErrorCode.MQTT_ERR_SUCCESS + with self._out_message_mutex: + for m in self._out_messages.values(): + m.timestamp = time_func() + if m.state == mqtt_ms_queued: + self.loop_write() # Process outgoing messages that have just been queued up + return MQTT_ERR_SUCCESS + + if m.qos == 0: + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + elif m.qos == 1: + if m.state == mqtt_ms_publish: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_puback + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + elif m.qos == 2: + if m.state == mqtt_ms_publish: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_pubrec + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties + ) + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + elif m.state == mqtt_ms_resend_pubrel: + self._inflight_messages += 1 + m.state = mqtt_ms_wait_for_pubcomp + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + rc = self._send_pubrel(m.mid) + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + self.loop_write() # Process outgoing messages that have just been queued up + + return rc + elif result > 0 and result < 6: + return MQTTErrorCode.MQTT_ERR_CONN_REFUSED + else: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + def _handle_disconnect(self) -> None: + packet_type = DISCONNECT >> 4 + reasonCode = properties = None + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCode(packet_type) + reasonCode.unpack(self._in_packet['packet']) + if self._in_packet['remaining_length'] > 3: + properties = Properties(packet_type) + props, props_len = properties.unpack( + self._in_packet['packet'][1:]) + self._easy_log(MQTT_LOG_DEBUG, "Received DISCONNECT %s %s", + reasonCode, + properties + ) + + self._sock_close() + self._do_on_disconnect( + packet_from_broker=True, + v1_rc=MQTTErrorCode.MQTT_ERR_SUCCESS, # If reason is absent (remaining length < 1), it means normal disconnection + reason=reasonCode, + properties=properties, + ) + + def _handle_suback(self) -> None: + self._easy_log(MQTT_LOG_DEBUG, "Received SUBACK") + pack_format = f"!H{len(self._in_packet['packet']) - 2}s" + (mid, packet) = struct.unpack(pack_format, self._in_packet['packet']) + + if self._protocol == MQTTv5: + properties = Properties(SUBACK >> 4) + props, props_len = properties.unpack(packet) + reasoncodes = [ReasonCode(SUBACK >> 4, identifier=c) for c in packet[props_len:]] + else: + pack_format = f"!{'B' * len(packet)}" + granted_qos = struct.unpack(pack_format, packet) + reasoncodes = [ReasonCode(SUBACK >> 4, identifier=c) for c in granted_qos] + properties = Properties(SUBACK >> 4) + + with self._callback_mutex: + on_subscribe = self.on_subscribe + + if on_subscribe: + with self._in_callback_mutex: # Don't call loop_write after _send_publish() + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + if self._protocol == MQTTv5: + on_subscribe = cast(CallbackOnSubscribe_v1_mqtt5, on_subscribe) + + on_subscribe( + self, self._userdata, mid, reasoncodes, properties) + else: + on_subscribe = cast(CallbackOnSubscribe_v1_mqtt3, on_subscribe) + + on_subscribe( + self, self._userdata, mid, granted_qos) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_subscribe = cast(CallbackOnSubscribe_v2, on_subscribe) + + on_subscribe( + self, + self._userdata, + mid, + reasoncodes, + properties, + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_subscribe: %s', err) + if not self.suppress_exceptions: + raise + + def _handle_publish(self) -> MQTTErrorCode: + header = self._in_packet['command'] + message = MQTTMessage() + message.dup = ((header & 0x08) >> 3) != 0 + message.qos = (header & 0x06) >> 1 + message.retain = (header & 0x01) != 0 + + pack_format = f"!H{len(self._in_packet['packet']) - 2}s" + (slen, packet) = struct.unpack(pack_format, self._in_packet['packet']) + pack_format = f"!{slen}s{len(packet) - slen}s" + (topic, packet) = struct.unpack(pack_format, packet) + + if self._protocol != MQTTv5 and len(topic) == 0: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + # Handle topics with invalid UTF-8 + # This replaces an invalid topic with a message and the hex + # representation of the topic for logging. When the user attempts to + # access message.topic in the callback, an exception will be raised. + try: + print_topic = topic.decode('utf-8') + except UnicodeDecodeError: + print_topic = f"TOPIC WITH INVALID UTF-8: {topic!r}" + + message.topic = topic + + if message.qos > 0: + pack_format = f"!H{len(packet) - 2}s" + (message.mid, packet) = struct.unpack(pack_format, packet) + + if self._protocol == MQTTv5: + message.properties = Properties(PUBLISH >> 4) + props, props_len = message.properties.unpack(packet) + packet = packet[props_len:] + + message.payload = packet + + if self._protocol == MQTTv5: + self._easy_log( + MQTT_LOG_DEBUG, + "Received PUBLISH (d%d, q%d, r%d, m%d), '%s', properties=%s, ... (%d bytes)", + message.dup, message.qos, message.retain, message.mid, + print_topic, message.properties, len(message.payload) + ) + else: + self._easy_log( + MQTT_LOG_DEBUG, + "Received PUBLISH (d%d, q%d, r%d, m%d), '%s', ... (%d bytes)", + message.dup, message.qos, message.retain, message.mid, + print_topic, len(message.payload) + ) + + message.timestamp = time_func() + if message.qos == 0: + self._handle_on_message(message) + return MQTTErrorCode.MQTT_ERR_SUCCESS + elif message.qos == 1: + self._handle_on_message(message) + if self._manual_ack: + return MQTTErrorCode.MQTT_ERR_SUCCESS + else: + return self._send_puback(message.mid) + elif message.qos == 2: + + rc = self._send_pubrec(message.mid) + + message.state = mqtt_ms_wait_for_pubrel + with self._in_message_mutex: + self._in_messages[message.mid] = message + + return rc + else: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + def ack(self, mid: int, qos: int) -> MQTTErrorCode: + """ + send an acknowledgement for a given message id (stored in :py:attr:`message.mid `). + only useful in QoS>=1 and ``manual_ack=True`` (option of `Client`) + """ + if self._manual_ack : + if qos == 1: + return self._send_puback(mid) + elif qos == 2: + return self._send_pubcomp(mid) + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def manual_ack_set(self, on: bool) -> None: + """ + The paho library normally acknowledges messages as soon as they are delivered to the caller. + If manual_ack is turned on, then the caller MUST manually acknowledge every message once + application processing is complete using `ack()` + """ + self._manual_ack = on + + + def _handle_pubrel(self) -> MQTTErrorCode: + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCode(PUBREL >> 4) + reasonCode.unpack(self._in_packet['packet'][2:]) + if self._in_packet['remaining_length'] > 3: + properties = Properties(PUBREL >> 4) + props, props_len = properties.unpack( + self._in_packet['packet'][3:]) + self._easy_log(MQTT_LOG_DEBUG, "Received PUBREL (Mid: %d)", mid) + + with self._in_message_mutex: + if mid in self._in_messages: + # Only pass the message on if we have removed it from the queue - this + # prevents multiple callbacks for the same message. + message = self._in_messages.pop(mid) + self._handle_on_message(message) + self._inflight_messages -= 1 + if self._max_inflight_messages > 0: + with self._out_message_mutex: + rc = self._update_inflight() + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + + # FIXME: this should only be done if the message is known + # If unknown it's a protocol error and we should close the connection. + # But since we don't have (on disk) persistence for the session, it + # is possible that we must known about this message. + # Choose to acknowledge this message (thus losing a message) but + # avoid hanging. See #284. + if self._manual_ack: + return MQTTErrorCode.MQTT_ERR_SUCCESS + else: + return self._send_pubcomp(mid) + + def _update_inflight(self) -> MQTTErrorCode: + # Dont lock message_mutex here + for m in self._out_messages.values(): + if self._inflight_messages < self._max_inflight_messages: + if m.qos > 0 and m.state == mqtt_ms_queued: + self._inflight_messages += 1 + if m.qos == 1: + m.state = mqtt_ms_wait_for_puback + elif m.qos == 2: + m.state = mqtt_ms_wait_for_pubrec + rc = self._send_publish( + m.mid, + m.topic.encode('utf-8'), + m.payload, + m.qos, + m.retain, + m.dup, + properties=m.properties, + ) + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + else: + return MQTTErrorCode.MQTT_ERR_SUCCESS + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _handle_pubrec(self) -> MQTTErrorCode: + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] > 2: + reasonCode = ReasonCode(PUBREC >> 4) + reasonCode.unpack(self._in_packet['packet'][2:]) + if self._in_packet['remaining_length'] > 3: + properties = Properties(PUBREC >> 4) + props, props_len = properties.unpack( + self._in_packet['packet'][3:]) + self._easy_log(MQTT_LOG_DEBUG, "Received PUBREC (Mid: %d)", mid) + + with self._out_message_mutex: + if mid in self._out_messages: + msg = self._out_messages[mid] + msg.state = mqtt_ms_wait_for_pubcomp + msg.timestamp = time_func() + return self._send_pubrel(mid) + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _handle_unsuback(self) -> MQTTErrorCode: + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 4: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + if self._protocol == MQTTv5: + packet = self._in_packet['packet'][2:] + properties = Properties(UNSUBACK >> 4) + props, props_len = properties.unpack(packet) + reasoncodes_list = [ + ReasonCode(UNSUBACK >> 4, identifier=c) + for c in packet[props_len:] + ] + else: + reasoncodes_list = [] + properties = Properties(UNSUBACK >> 4) + + self._easy_log(MQTT_LOG_DEBUG, "Received UNSUBACK (Mid: %d)", mid) + with self._callback_mutex: + on_unsubscribe = self.on_unsubscribe + + if on_unsubscribe: + with self._in_callback_mutex: + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + if self._protocol == MQTTv5: + on_unsubscribe = cast(CallbackOnUnsubscribe_v1_mqtt5, on_unsubscribe) + + reasoncodes: ReasonCode | list[ReasonCode] = reasoncodes_list + if len(reasoncodes_list) == 1: + reasoncodes = reasoncodes_list[0] + + on_unsubscribe( + self, self._userdata, mid, properties, reasoncodes) + else: + on_unsubscribe = cast(CallbackOnUnsubscribe_v1_mqtt3, on_unsubscribe) + + on_unsubscribe(self, self._userdata, mid) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_unsubscribe = cast(CallbackOnUnsubscribe_v2, on_unsubscribe) + + if properties is None: + properties = Properties(PacketTypes.CONNACK) + + on_unsubscribe( + self, + self._userdata, + mid, + reasoncodes_list, + properties, + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_unsubscribe: %s', err) + if not self.suppress_exceptions: + raise + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _do_on_disconnect( + self, + packet_from_broker: bool, + v1_rc: MQTTErrorCode, + reason: ReasonCode | None = None, + properties: Properties | None = None, + ) -> None: + with self._callback_mutex: + on_disconnect = self.on_disconnect + + if on_disconnect: + with self._in_callback_mutex: + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + if self._protocol == MQTTv5: + on_disconnect = cast(CallbackOnDisconnect_v1_mqtt5, on_disconnect) + + if packet_from_broker: + on_disconnect(self, self._userdata, reason, properties) + else: + on_disconnect(self, self._userdata, v1_rc, None) + else: + on_disconnect = cast(CallbackOnDisconnect_v1_mqtt3, on_disconnect) + + on_disconnect(self, self._userdata, v1_rc) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_disconnect = cast(CallbackOnDisconnect_v2, on_disconnect) + + disconnect_flags = DisconnectFlags( + is_disconnect_packet_from_server=packet_from_broker + ) + + if reason is None: + reason = convert_disconnect_error_code_to_reason_code(v1_rc) + + if properties is None: + properties = Properties(PacketTypes.DISCONNECT) + + on_disconnect( + self, + self._userdata, + disconnect_flags, + reason, + properties, + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_disconnect: %s', err) + if not self.suppress_exceptions: + raise + + def _do_on_publish(self, mid: int, reason_code: ReasonCode, properties: Properties) -> MQTTErrorCode: + with self._callback_mutex: + on_publish = self.on_publish + + if on_publish: + with self._in_callback_mutex: + try: + if self._callback_api_version == CallbackAPIVersion.VERSION1: + on_publish = cast(CallbackOnPublish_v1, on_publish) + + on_publish(self, self._userdata, mid) + elif self._callback_api_version == CallbackAPIVersion.VERSION2: + on_publish = cast(CallbackOnPublish_v2, on_publish) + + on_publish( + self, + self._userdata, + mid, + reason_code, + properties, + ) + else: + raise RuntimeError("Unsupported callback API version") + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_publish: %s', err) + if not self.suppress_exceptions: + raise + + msg = self._out_messages.pop(mid) + msg.info._set_as_published() + if msg.qos > 0: + self._inflight_messages -= 1 + if self._max_inflight_messages > 0: + rc = self._update_inflight() + if rc != MQTTErrorCode.MQTT_ERR_SUCCESS: + return rc + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _handle_pubackcomp( + self, cmd: Literal['PUBACK'] | Literal['PUBCOMP'] + ) -> MQTTErrorCode: + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] < 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + elif self._in_packet['remaining_length'] != 2: + return MQTTErrorCode.MQTT_ERR_PROTOCOL + + packet_type_enum = PUBACK if cmd == "PUBACK" else PUBCOMP + packet_type = packet_type_enum.value >> 4 + mid, = struct.unpack("!H", self._in_packet['packet'][:2]) + reasonCode = ReasonCode(packet_type) + properties = Properties(packet_type) + if self._protocol == MQTTv5: + if self._in_packet['remaining_length'] > 2: + reasonCode.unpack(self._in_packet['packet'][2:]) + if self._in_packet['remaining_length'] > 3: + props, props_len = properties.unpack( + self._in_packet['packet'][3:]) + self._easy_log(MQTT_LOG_DEBUG, "Received %s (Mid: %d)", cmd, mid) + + with self._out_message_mutex: + if mid in self._out_messages: + # Only inform the client the message has been sent once. + rc = self._do_on_publish(mid, reasonCode, properties) + return rc + + return MQTTErrorCode.MQTT_ERR_SUCCESS + + def _handle_on_message(self, message: MQTTMessage) -> None: + + try: + topic = message.topic + except UnicodeDecodeError: + topic = None + + on_message_callbacks = [] + with self._callback_mutex: + if topic is not None: + on_message_callbacks = list(self._on_message_filtered.iter_match(message.topic)) + + if len(on_message_callbacks) == 0: + on_message = self.on_message + else: + on_message = None + + for callback in on_message_callbacks: + with self._in_callback_mutex: + try: + callback(self, self._userdata, message) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, + 'Caught exception in user defined callback function %s: %s', + callback.__name__, + err + ) + if not self.suppress_exceptions: + raise + + if on_message: + with self._in_callback_mutex: + try: + on_message(self, self._userdata, message) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_message: %s', err) + if not self.suppress_exceptions: + raise + + + def _handle_on_connect_fail(self) -> None: + with self._callback_mutex: + on_connect_fail = self.on_connect_fail + + if on_connect_fail: + with self._in_callback_mutex: + try: + on_connect_fail(self, self._userdata) + except Exception as err: + self._easy_log( + MQTT_LOG_ERR, 'Caught exception in on_connect_fail: %s', err) + + def _thread_main(self) -> None: + try: + self.loop_forever(retry_first_connection=True) + finally: + self._thread = None + + def _reconnect_wait(self) -> None: + # See reconnect_delay_set for details + now = time_func() + with self._reconnect_delay_mutex: + if self._reconnect_delay is None: + self._reconnect_delay = self._reconnect_min_delay + else: + self._reconnect_delay = min( + self._reconnect_delay * 2, + self._reconnect_max_delay, + ) + + target_time = now + self._reconnect_delay + + remaining = target_time - now + while (self._state not in (_ConnectionState.MQTT_CS_DISCONNECTING, _ConnectionState.MQTT_CS_DISCONNECTED) + and not self._thread_terminate + and remaining > 0): + + time.sleep(min(remaining, 1)) + remaining = target_time - time_func() + + @staticmethod + def _proxy_is_valid(p) -> bool: # type: ignore[no-untyped-def] + def check(t, a) -> bool: # type: ignore[no-untyped-def] + return (socks is not None and + t in {socks.HTTP, socks.SOCKS4, socks.SOCKS5} and a) + + if isinstance(p, dict): + return check(p.get("proxy_type"), p.get("proxy_addr")) + elif isinstance(p, (list, tuple)): + return len(p) == 6 and check(p[0], p[1]) + else: + return False + + def _get_proxy(self) -> dict[str, Any] | None: + if socks is None: + return None + + # First, check if the user explicitly passed us a proxy to use + if self._proxy_is_valid(self._proxy): + return self._proxy + + # Next, check for an mqtt_proxy environment variable as long as the host + # we're trying to connect to isn't listed under the no_proxy environment + # variable (matches built-in module urllib's behavior) + if not (hasattr(urllib.request, "proxy_bypass") and + urllib.request.proxy_bypass(self._host)): + env_proxies = urllib.request.getproxies() + if "mqtt" in env_proxies: + parts = urllib.parse.urlparse(env_proxies["mqtt"]) + if parts.scheme == "http": + proxy = { + "proxy_type": socks.HTTP, + "proxy_addr": parts.hostname, + "proxy_port": parts.port + } + return proxy + elif parts.scheme == "socks": + proxy = { + "proxy_type": socks.SOCKS5, + "proxy_addr": parts.hostname, + "proxy_port": parts.port + } + return proxy + + # Finally, check if the user has monkeypatched the PySocks library with + # a default proxy + socks_default = socks.get_default_proxy() + if self._proxy_is_valid(socks_default): + proxy_keys = ("proxy_type", "proxy_addr", "proxy_port", + "proxy_rdns", "proxy_username", "proxy_password") + return dict(zip(proxy_keys, socks_default)) + + # If we didn't find a proxy through any of the above methods, return + # None to indicate that the connection should be handled normally + return None + + def _create_socket(self) -> SocketLike: + if self._transport == "unix": + sock = self._create_unix_socket_connection() + else: + sock = self._create_socket_connection() + + if self._ssl: + sock = self._ssl_wrap_socket(sock) + + if self._transport == "websockets": + sock.settimeout(self._keepalive) + return _WebsocketWrapper( + socket=sock, + host=self._host, + port=self._port, + is_ssl=self._ssl, + path=self._websocket_path, + extra_headers=self._websocket_extra_headers, + ) + + return sock + + def _create_unix_socket_connection(self) -> _socket.socket: + unix_socket = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM) + unix_socket.connect(self._host) + return unix_socket + + def _create_socket_connection(self) -> _socket.socket: + proxy = self._get_proxy() + addr = (self._host, self._port) + source = (self._bind_address, self._bind_port) + + if proxy: + return socks.create_connection(addr, timeout=self._connect_timeout, source_address=source, **proxy) + else: + return socket.create_connection(addr, timeout=self._connect_timeout, source_address=source) + + def _ssl_wrap_socket(self, tcp_sock: _socket.socket) -> ssl.SSLSocket: + if self._ssl_context is None: + raise ValueError( + "Impossible condition. _ssl_context should never be None if _ssl is True" + ) + + verify_host = not self._tls_insecure + try: + # Try with server_hostname, even it's not supported in certain scenarios + ssl_sock = self._ssl_context.wrap_socket( + tcp_sock, + server_hostname=self._host, + do_handshake_on_connect=False, + ) + except ssl.CertificateError: + # CertificateError is derived from ValueError + raise + except ValueError: + # Python version requires SNI in order to handle server_hostname, but SNI is not available + ssl_sock = self._ssl_context.wrap_socket( + tcp_sock, + do_handshake_on_connect=False, + ) + else: + # If SSL context has already checked hostname, then don't need to do it again + if getattr(self._ssl_context, 'check_hostname', False): # type: ignore + verify_host = False + + ssl_sock.settimeout(self._keepalive) + ssl_sock.do_handshake() + + if verify_host: + # TODO: this type error is a true error: + # error: Module has no attribute "match_hostname" [attr-defined] + # Python 3.12 no longer have this method. + ssl.match_hostname(ssl_sock.getpeercert(), self._host) # type: ignore + + return ssl_sock + +class _WebsocketWrapper: + OPCODE_CONTINUATION = 0x0 + OPCODE_TEXT = 0x1 + OPCODE_BINARY = 0x2 + OPCODE_CONNCLOSE = 0x8 + OPCODE_PING = 0x9 + OPCODE_PONG = 0xa + + def __init__( + self, + socket: socket.socket | ssl.SSLSocket, + host: str, + port: int, + is_ssl: bool, + path: str, + extra_headers: WebSocketHeaders | None, + ): + self.connected = False + + self._ssl = is_ssl + self._host = host + self._port = port + self._socket = socket + self._path = path + + self._sendbuffer = bytearray() + self._readbuffer = bytearray() + + self._requested_size = 0 + self._payload_head = 0 + self._readbuffer_head = 0 + + self._do_handshake(extra_headers) + + def __del__(self) -> None: + self._sendbuffer = bytearray() + self._readbuffer = bytearray() + + def _do_handshake(self, extra_headers: WebSocketHeaders | None) -> None: + + sec_websocket_key = uuid.uuid4().bytes + sec_websocket_key = base64.b64encode(sec_websocket_key) + + if self._ssl: + default_port = 443 + http_schema = "https" + else: + default_port = 80 + http_schema = "http" + + if default_port == self._port: + host_port = f"{self._host}" + else: + host_port = f"{self._host}:{self._port}" + + websocket_headers = { + "Host": host_port, + "Upgrade": "websocket", + "Connection": "Upgrade", + "Origin": f"{http_schema}://{host_port}", + "Sec-WebSocket-Key": sec_websocket_key.decode("utf8"), + "Sec-Websocket-Version": "13", + "Sec-Websocket-Protocol": "mqtt", + } + + # This is checked in ws_set_options so it will either be None, a + # dictionary, or a callable + if isinstance(extra_headers, dict): + websocket_headers.update(extra_headers) + elif callable(extra_headers): + websocket_headers = extra_headers(websocket_headers) + + header = "\r\n".join([ + f"GET {self._path} HTTP/1.1", + "\r\n".join(f"{i}: {j}" for i, j in websocket_headers.items()), + "\r\n", + ]).encode("utf8") + + self._socket.send(header) + + has_secret = False + has_upgrade = False + + while True: + # read HTTP response header as lines + try: + byte = self._socket.recv(1) + except ConnectionResetError: + byte = b"" + + self._readbuffer.extend(byte) + + # line end + if byte == b"\n": + if len(self._readbuffer) > 2: + # check upgrade + if b"connection" in str(self._readbuffer).lower().encode('utf-8'): + if b"upgrade" not in str(self._readbuffer).lower().encode('utf-8'): + raise WebsocketConnectionError( + "WebSocket handshake error, connection not upgraded") + else: + has_upgrade = True + + # check key hash + if b"sec-websocket-accept" in str(self._readbuffer).lower().encode('utf-8'): + GUID = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11" + + server_hash_str = self._readbuffer.decode( + 'utf-8').split(": ", 1)[1] + server_hash = server_hash_str.strip().encode('utf-8') + + client_hash_key = sec_websocket_key.decode('utf-8') + GUID + # Use of SHA-1 is OK here; it's according to the Websocket spec. + client_hash_digest = hashlib.sha1(client_hash_key.encode('utf-8')) # noqa: S324 + client_hash = base64.b64encode(client_hash_digest.digest()) + + if server_hash != client_hash: + raise WebsocketConnectionError( + "WebSocket handshake error, invalid secret key") + else: + has_secret = True + else: + # ending linebreak + break + + # reset linebuffer + self._readbuffer = bytearray() + + # connection reset + elif not byte: + raise WebsocketConnectionError("WebSocket handshake error") + + if not has_upgrade or not has_secret: + raise WebsocketConnectionError("WebSocket handshake error") + + self._readbuffer = bytearray() + self.connected = True + + def _create_frame( + self, opcode: int, data: bytearray, do_masking: int = 1 + ) -> bytearray: + header = bytearray() + length = len(data) + + mask_key = bytearray(os.urandom(4)) + mask_flag = do_masking + + # 1 << 7 is the final flag, we don't send continuated data + header.append(1 << 7 | opcode) + + if length < 126: + header.append(mask_flag << 7 | length) + + elif length < 65536: + header.append(mask_flag << 7 | 126) + header += struct.pack("!H", length) + + elif length < 0x8000000000000001: + header.append(mask_flag << 7 | 127) + header += struct.pack("!Q", length) + + else: + raise ValueError("Maximum payload size is 2^63") + + if mask_flag == 1: + for index in range(length): + data[index] ^= mask_key[index % 4] + data = mask_key + data + + return header + data + + def _buffered_read(self, length: int) -> bytearray: + + # try to recv and store needed bytes + wanted_bytes = length - (len(self._readbuffer) - self._readbuffer_head) + if wanted_bytes > 0: + + data = self._socket.recv(wanted_bytes) + + if not data: + raise ConnectionAbortedError + else: + self._readbuffer.extend(data) + + if len(data) < wanted_bytes: + raise BlockingIOError + + self._readbuffer_head += length + return self._readbuffer[self._readbuffer_head - length:self._readbuffer_head] + + def _recv_impl(self, length: int) -> bytes: + + # try to decode websocket payload part from data + try: + + self._readbuffer_head = 0 + + result = b"" + + chunk_startindex = self._payload_head + chunk_endindex = self._payload_head + length + + header1 = self._buffered_read(1) + header2 = self._buffered_read(1) + + opcode = (header1[0] & 0x0f) + maskbit = (header2[0] & 0x80) == 0x80 + lengthbits = (header2[0] & 0x7f) + payload_length = lengthbits + mask_key = None + + # read length + if lengthbits == 0x7e: + + value = self._buffered_read(2) + payload_length, = struct.unpack("!H", value) + + elif lengthbits == 0x7f: + + value = self._buffered_read(8) + payload_length, = struct.unpack("!Q", value) + + # read mask + if maskbit: + mask_key = self._buffered_read(4) + + # if frame payload is shorter than the requested data, read only the possible part + readindex = chunk_endindex + if payload_length < readindex: + readindex = payload_length + + if readindex > 0: + # get payload chunk + payload = self._buffered_read(readindex) + + # unmask only the needed part + if mask_key is not None: + for index in range(chunk_startindex, readindex): + payload[index] ^= mask_key[index % 4] + + result = payload[chunk_startindex:readindex] + self._payload_head = readindex + else: + payload = bytearray() + + # check if full frame arrived and reset readbuffer and payloadhead if needed + if readindex == payload_length: + self._readbuffer = bytearray() + self._payload_head = 0 + + # respond to non-binary opcodes, their arrival is not guaranteed because of non-blocking sockets + if opcode == _WebsocketWrapper.OPCODE_CONNCLOSE: + frame = self._create_frame( + _WebsocketWrapper.OPCODE_CONNCLOSE, payload, 0) + self._socket.send(frame) + + if opcode == _WebsocketWrapper.OPCODE_PING: + frame = self._create_frame( + _WebsocketWrapper.OPCODE_PONG, payload, 0) + self._socket.send(frame) + + # This isn't *proper* handling of continuation frames, but given + # that we only support binary frames, it is *probably* good enough. + if (opcode == _WebsocketWrapper.OPCODE_BINARY or opcode == _WebsocketWrapper.OPCODE_CONTINUATION) \ + and payload_length > 0: + return result + else: + raise BlockingIOError + + except ConnectionError: + self.connected = False + return b'' + + def _send_impl(self, data: bytes) -> int: + + # if previous frame was sent successfully + if len(self._sendbuffer) == 0: + # create websocket frame + frame = self._create_frame( + _WebsocketWrapper.OPCODE_BINARY, bytearray(data)) + self._sendbuffer.extend(frame) + self._requested_size = len(data) + + # try to write out as much as possible + length = self._socket.send(self._sendbuffer) + + self._sendbuffer = self._sendbuffer[length:] + + if len(self._sendbuffer) == 0: + # buffer sent out completely, return with payload's size + return self._requested_size + else: + # couldn't send whole data, request the same data again with 0 as sent length + return 0 + + def recv(self, length: int) -> bytes: + return self._recv_impl(length) + + def read(self, length: int) -> bytes: + return self._recv_impl(length) + + def send(self, data: bytes) -> int: + return self._send_impl(data) + + def write(self, data: bytes) -> int: + return self._send_impl(data) + + def close(self) -> None: + self._socket.close() + + def fileno(self) -> int: + return self._socket.fileno() + + def pending(self) -> int: + # Fix for bug #131: a SSL socket may still have data available + # for reading without select() being aware of it. + if self._ssl: + return self._socket.pending() # type: ignore[union-attr] + else: + # normal socket rely only on select() + return 0 + + def setblocking(self, flag: bool) -> None: + self._socket.setblocking(flag) diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/enums.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/enums.py new file mode 100644 index 0000000..5428769 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/enums.py @@ -0,0 +1,113 @@ +import enum + + +class MQTTErrorCode(enum.IntEnum): + MQTT_ERR_AGAIN = -1 + MQTT_ERR_SUCCESS = 0 + MQTT_ERR_NOMEM = 1 + MQTT_ERR_PROTOCOL = 2 + MQTT_ERR_INVAL = 3 + MQTT_ERR_NO_CONN = 4 + MQTT_ERR_CONN_REFUSED = 5 + MQTT_ERR_NOT_FOUND = 6 + MQTT_ERR_CONN_LOST = 7 + MQTT_ERR_TLS = 8 + MQTT_ERR_PAYLOAD_SIZE = 9 + MQTT_ERR_NOT_SUPPORTED = 10 + MQTT_ERR_AUTH = 11 + MQTT_ERR_ACL_DENIED = 12 + MQTT_ERR_UNKNOWN = 13 + MQTT_ERR_ERRNO = 14 + MQTT_ERR_QUEUE_SIZE = 15 + MQTT_ERR_KEEPALIVE = 16 + + +class MQTTProtocolVersion(enum.IntEnum): + MQTTv31 = 3 + MQTTv311 = 4 + MQTTv5 = 5 + + +class CallbackAPIVersion(enum.Enum): + """Defined the arguments passed to all user-callback. + + See each callbacks for details: `on_connect`, `on_connect_fail`, `on_disconnect`, `on_message`, `on_publish`, + `on_subscribe`, `on_unsubscribe`, `on_log`, `on_socket_open`, `on_socket_close`, + `on_socket_register_write`, `on_socket_unregister_write` + """ + VERSION1 = 1 + """The version used with paho-mqtt 1.x before introducing CallbackAPIVersion. + + This version had different arguments depending if MQTTv5 or MQTTv3 was used. `Properties` & `ReasonCode` were missing + on some callback (apply only to MQTTv5). + + This version is deprecated and will be removed in version 3.0. + """ + VERSION2 = 2 + """ This version fix some of the shortcoming of previous version. + + Callback have the same signature if using MQTTv5 or MQTTv3. `ReasonCode` are used in MQTTv3. + """ + + +class MessageType(enum.IntEnum): + CONNECT = 0x10 + CONNACK = 0x20 + PUBLISH = 0x30 + PUBACK = 0x40 + PUBREC = 0x50 + PUBREL = 0x60 + PUBCOMP = 0x70 + SUBSCRIBE = 0x80 + SUBACK = 0x90 + UNSUBSCRIBE = 0xA0 + UNSUBACK = 0xB0 + PINGREQ = 0xC0 + PINGRESP = 0xD0 + DISCONNECT = 0xE0 + AUTH = 0xF0 + + +class LogLevel(enum.IntEnum): + MQTT_LOG_INFO = 0x01 + MQTT_LOG_NOTICE = 0x02 + MQTT_LOG_WARNING = 0x04 + MQTT_LOG_ERR = 0x08 + MQTT_LOG_DEBUG = 0x10 + + +class ConnackCode(enum.IntEnum): + CONNACK_ACCEPTED = 0 + CONNACK_REFUSED_PROTOCOL_VERSION = 1 + CONNACK_REFUSED_IDENTIFIER_REJECTED = 2 + CONNACK_REFUSED_SERVER_UNAVAILABLE = 3 + CONNACK_REFUSED_BAD_USERNAME_PASSWORD = 4 + CONNACK_REFUSED_NOT_AUTHORIZED = 5 + + +class _ConnectionState(enum.Enum): + MQTT_CS_NEW = enum.auto() + MQTT_CS_CONNECT_ASYNC = enum.auto() + MQTT_CS_CONNECTING = enum.auto() + MQTT_CS_CONNECTED = enum.auto() + MQTT_CS_CONNECTION_LOST = enum.auto() + MQTT_CS_DISCONNECTING = enum.auto() + MQTT_CS_DISCONNECTED = enum.auto() + + +class MessageState(enum.IntEnum): + MQTT_MS_INVALID = 0 + MQTT_MS_PUBLISH = 1 + MQTT_MS_WAIT_FOR_PUBACK = 2 + MQTT_MS_WAIT_FOR_PUBREC = 3 + MQTT_MS_RESEND_PUBREL = 4 + MQTT_MS_WAIT_FOR_PUBREL = 5 + MQTT_MS_RESEND_PUBCOMP = 6 + MQTT_MS_WAIT_FOR_PUBCOMP = 7 + MQTT_MS_SEND_PUBREC = 8 + MQTT_MS_QUEUED = 9 + + +class PahoClientMode(enum.IntEnum): + MQTT_CLIENT = 0 + MQTT_BRIDGE = 1 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/matcher.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/matcher.py new file mode 100644 index 0000000..b73c13a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/matcher.py @@ -0,0 +1,78 @@ +class MQTTMatcher: + """Intended to manage topic filters including wildcards. + + Internally, MQTTMatcher use a prefix tree (trie) to store + values associated with filters, and has an iter_match() + method to iterate efficiently over all filters that match + some topic name.""" + + class Node: + __slots__ = '_children', '_content' + + def __init__(self): + self._children = {} + self._content = None + + def __init__(self): + self._root = self.Node() + + def __setitem__(self, key, value): + """Add a topic filter :key to the prefix tree + and associate it to :value""" + node = self._root + for sym in key.split('/'): + node = node._children.setdefault(sym, self.Node()) + node._content = value + + def __getitem__(self, key): + """Retrieve the value associated with some topic filter :key""" + try: + node = self._root + for sym in key.split('/'): + node = node._children[sym] + if node._content is None: + raise KeyError(key) + return node._content + except KeyError as ke: + raise KeyError(key) from ke + + def __delitem__(self, key): + """Delete the value associated with some topic filter :key""" + lst = [] + try: + parent, node = None, self._root + for k in key.split('/'): + parent, node = node, node._children[k] + lst.append((parent, k, node)) + # TODO + node._content = None + except KeyError as ke: + raise KeyError(key) from ke + else: # cleanup + for parent, k, node in reversed(lst): + if node._children or node._content is not None: + break + del parent._children[k] + + def iter_match(self, topic): + """Return an iterator on all values associated with filters + that match the :topic""" + lst = topic.split('/') + normal = not topic.startswith('$') + def rec(node, i=0): + if i == len(lst): + if node._content is not None: + yield node._content + else: + part = lst[i] + if part in node._children: + for content in rec(node._children[part], i + 1): + yield content + if '+' in node._children and (normal or i > 0): + for content in rec(node._children['+'], i + 1): + yield content + if '#' in node._children and (normal or i > 0): + content = node._children['#']._content + if content is not None: + yield content + return rec(self._root) diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/packettypes.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/packettypes.py new file mode 100644 index 0000000..d205149 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/packettypes.py @@ -0,0 +1,43 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v20.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + + +class PacketTypes: + + """ + Packet types class. Includes the AUTH packet for MQTT v5.0. + + Holds constants for each packet type such as PacketTypes.PUBLISH + and packet name strings: PacketTypes.Names[PacketTypes.PUBLISH]. + + """ + + indexes = range(1, 16) + + # Packet types + CONNECT, CONNACK, PUBLISH, PUBACK, PUBREC, PUBREL, \ + PUBCOMP, SUBSCRIBE, SUBACK, UNSUBSCRIBE, UNSUBACK, \ + PINGREQ, PINGRESP, DISCONNECT, AUTH = indexes + + # Dummy packet type for properties use - will delay only applies to will + WILLMESSAGE = 99 + + Names = ( "reserved", \ + "Connect", "Connack", "Publish", "Puback", "Pubrec", "Pubrel", \ + "Pubcomp", "Subscribe", "Suback", "Unsubscribe", "Unsuback", \ + "Pingreq", "Pingresp", "Disconnect", "Auth") diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/properties.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/properties.py new file mode 100644 index 0000000..f307b86 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/properties.py @@ -0,0 +1,421 @@ +# ******************************************************************* +# Copyright (c) 2017, 2019 IBM Corp. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v20.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Ian Craggs - initial implementation and/or documentation +# ******************************************************************* + +import struct + +from .packettypes import PacketTypes + + +class MQTTException(Exception): + pass + + +class MalformedPacket(MQTTException): + pass + + +def writeInt16(length): + # serialize a 16 bit integer to network format + return bytearray(struct.pack("!H", length)) + + +def readInt16(buf): + # deserialize a 16 bit integer from network format + return struct.unpack("!H", buf[:2])[0] + + +def writeInt32(length): + # serialize a 32 bit integer to network format + return bytearray(struct.pack("!L", length)) + + +def readInt32(buf): + # deserialize a 32 bit integer from network format + return struct.unpack("!L", buf[:4])[0] + + +def writeUTF(data): + # data could be a string, or bytes. If string, encode into bytes with utf-8 + if not isinstance(data, bytes): + data = bytes(data, "utf-8") + return writeInt16(len(data)) + data + + +def readUTF(buffer, maxlen): + if maxlen >= 2: + length = readInt16(buffer) + else: + raise MalformedPacket("Not enough data to read string length") + maxlen -= 2 + if length > maxlen: + raise MalformedPacket("Length delimited string too long") + buf = buffer[2:2+length].decode("utf-8") + # look for chars which are invalid for MQTT + for c in buf: # look for D800-DFFF in the UTF string + ord_c = ord(c) + if ord_c >= 0xD800 and ord_c <= 0xDFFF: + raise MalformedPacket("[MQTT-1.5.4-1] D800-DFFF found in UTF-8 data") + if ord_c == 0x00: # look for null in the UTF string + raise MalformedPacket("[MQTT-1.5.4-2] Null found in UTF-8 data") + if ord_c == 0xFEFF: + raise MalformedPacket("[MQTT-1.5.4-3] U+FEFF in UTF-8 data") + return buf, length+2 + + +def writeBytes(buffer): + return writeInt16(len(buffer)) + buffer + + +def readBytes(buffer): + length = readInt16(buffer) + return buffer[2:2+length], length+2 + + +class VariableByteIntegers: # Variable Byte Integer + """ + MQTT variable byte integer helper class. Used + in several places in MQTT v5.0 properties. + + """ + + @staticmethod + def encode(x): + """ + Convert an integer 0 <= x <= 268435455 into multi-byte format. + Returns the buffer converted from the integer. + """ + if not 0 <= x <= 268435455: + raise ValueError(f"Value {x!r} must be in range 0-268435455") + buffer = b'' + while 1: + digit = x % 128 + x //= 128 + if x > 0: + digit |= 0x80 + buffer += bytes([digit]) + if x == 0: + break + return buffer + + @staticmethod + def decode(buffer): + """ + Get the value of a multi-byte integer from a buffer + Return the value, and the number of bytes used. + + [MQTT-1.5.5-1] the encoded value MUST use the minimum number of bytes necessary to represent the value + """ + multiplier = 1 + value = 0 + bytes = 0 + while 1: + bytes += 1 + digit = buffer[0] + buffer = buffer[1:] + value += (digit & 127) * multiplier + if digit & 128 == 0: + break + multiplier *= 128 + return (value, bytes) + + +class Properties: + """MQTT v5.0 properties class. + + See Properties.names for a list of accepted property names along with their numeric values. + + See Properties.properties for the data type of each property. + + Example of use:: + + publish_properties = Properties(PacketTypes.PUBLISH) + publish_properties.UserProperty = ("a", "2") + publish_properties.UserProperty = ("c", "3") + + First the object is created with packet type as argument, no properties will be present at + this point. Then properties are added as attributes, the name of which is the string property + name without the spaces. + + """ + + def __init__(self, packetType): + self.packetType = packetType + self.types = ["Byte", "Two Byte Integer", "Four Byte Integer", "Variable Byte Integer", + "Binary Data", "UTF-8 Encoded String", "UTF-8 String Pair"] + + self.names = { + "Payload Format Indicator": 1, + "Message Expiry Interval": 2, + "Content Type": 3, + "Response Topic": 8, + "Correlation Data": 9, + "Subscription Identifier": 11, + "Session Expiry Interval": 17, + "Assigned Client Identifier": 18, + "Server Keep Alive": 19, + "Authentication Method": 21, + "Authentication Data": 22, + "Request Problem Information": 23, + "Will Delay Interval": 24, + "Request Response Information": 25, + "Response Information": 26, + "Server Reference": 28, + "Reason String": 31, + "Receive Maximum": 33, + "Topic Alias Maximum": 34, + "Topic Alias": 35, + "Maximum QoS": 36, + "Retain Available": 37, + "User Property": 38, + "Maximum Packet Size": 39, + "Wildcard Subscription Available": 40, + "Subscription Identifier Available": 41, + "Shared Subscription Available": 42 + } + + self.properties = { + # id: type, packets + # payload format indicator + 1: (self.types.index("Byte"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 2: (self.types.index("Four Byte Integer"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 3: (self.types.index("UTF-8 Encoded String"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 8: (self.types.index("UTF-8 Encoded String"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 9: (self.types.index("Binary Data"), [PacketTypes.PUBLISH, PacketTypes.WILLMESSAGE]), + 11: (self.types.index("Variable Byte Integer"), + [PacketTypes.PUBLISH, PacketTypes.SUBSCRIBE]), + 17: (self.types.index("Four Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.DISCONNECT]), + 18: (self.types.index("UTF-8 Encoded String"), [PacketTypes.CONNACK]), + 19: (self.types.index("Two Byte Integer"), [PacketTypes.CONNACK]), + 21: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.AUTH]), + 22: (self.types.index("Binary Data"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, PacketTypes.AUTH]), + 23: (self.types.index("Byte"), + [PacketTypes.CONNECT]), + 24: (self.types.index("Four Byte Integer"), [PacketTypes.WILLMESSAGE]), + 25: (self.types.index("Byte"), [PacketTypes.CONNECT]), + 26: (self.types.index("UTF-8 Encoded String"), [PacketTypes.CONNACK]), + 28: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]), + 31: (self.types.index("UTF-8 Encoded String"), + [PacketTypes.CONNACK, PacketTypes.PUBACK, PacketTypes.PUBREC, + PacketTypes.PUBREL, PacketTypes.PUBCOMP, PacketTypes.SUBACK, + PacketTypes.UNSUBACK, PacketTypes.DISCONNECT, PacketTypes.AUTH]), + 33: (self.types.index("Two Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 34: (self.types.index("Two Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 35: (self.types.index("Two Byte Integer"), [PacketTypes.PUBLISH]), + 36: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 37: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 38: (self.types.index("UTF-8 String Pair"), + [PacketTypes.CONNECT, PacketTypes.CONNACK, + PacketTypes.PUBLISH, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.PUBREL, PacketTypes.PUBCOMP, + PacketTypes.SUBSCRIBE, PacketTypes.SUBACK, + PacketTypes.UNSUBSCRIBE, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT, PacketTypes.AUTH, PacketTypes.WILLMESSAGE]), + 39: (self.types.index("Four Byte Integer"), + [PacketTypes.CONNECT, PacketTypes.CONNACK]), + 40: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 41: (self.types.index("Byte"), [PacketTypes.CONNACK]), + 42: (self.types.index("Byte"), [PacketTypes.CONNACK]), + } + + def allowsMultiple(self, compressedName): + return self.getIdentFromName(compressedName) in [11, 38] + + def getIdentFromName(self, compressedName): + # return the identifier corresponding to the property name + result = -1 + for name in self.names.keys(): + if compressedName == name.replace(' ', ''): + result = self.names[name] + break + return result + + def __setattr__(self, name, value): + name = name.replace(' ', '') + privateVars = ["packetType", "types", "names", "properties"] + if name in privateVars: + object.__setattr__(self, name, value) + else: + # the name could have spaces in, or not. Remove spaces before assignment + if name not in [aname.replace(' ', '') for aname in self.names.keys()]: + raise MQTTException( + f"Property name must be one of {self.names.keys()}") + # check that this attribute applies to the packet type + if self.packetType not in self.properties[self.getIdentFromName(name)][1]: + raise MQTTException(f"Property {name} does not apply to packet type {PacketTypes.Names[self.packetType]}") + + # Check for forbidden values + if not isinstance(value, list): + if name in ["ReceiveMaximum", "TopicAlias"] \ + and (value < 1 or value > 65535): + + raise MQTTException(f"{name} property value must be in the range 1-65535") + elif name in ["TopicAliasMaximum"] \ + and (value < 0 or value > 65535): + + raise MQTTException(f"{name} property value must be in the range 0-65535") + elif name in ["MaximumPacketSize", "SubscriptionIdentifier"] \ + and (value < 1 or value > 268435455): + + raise MQTTException(f"{name} property value must be in the range 1-268435455") + elif name in ["RequestResponseInformation", "RequestProblemInformation", "PayloadFormatIndicator"] \ + and (value != 0 and value != 1): + + raise MQTTException( + f"{name} property value must be 0 or 1") + + if self.allowsMultiple(name): + if not isinstance(value, list): + value = [value] + if hasattr(self, name): + value = object.__getattribute__(self, name) + value + object.__setattr__(self, name, value) + + def __str__(self): + buffer = "[" + first = True + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + if not first: + buffer += ", " + buffer += f"{compressedName} : {getattr(self, compressedName)}" + first = False + buffer += "]" + return buffer + + def json(self): + data = {} + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + val = getattr(self, compressedName) + if compressedName == 'CorrelationData' and isinstance(val, bytes): + data[compressedName] = val.hex() + else: + data[compressedName] = val + return data + + def isEmpty(self): + rc = True + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + rc = False + break + return rc + + def clear(self): + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + delattr(self, compressedName) + + def writeProperty(self, identifier, type, value): + buffer = b"" + buffer += VariableByteIntegers.encode(identifier) # identifier + if type == self.types.index("Byte"): # value + buffer += bytes([value]) + elif type == self.types.index("Two Byte Integer"): + buffer += writeInt16(value) + elif type == self.types.index("Four Byte Integer"): + buffer += writeInt32(value) + elif type == self.types.index("Variable Byte Integer"): + buffer += VariableByteIntegers.encode(value) + elif type == self.types.index("Binary Data"): + buffer += writeBytes(value) + elif type == self.types.index("UTF-8 Encoded String"): + buffer += writeUTF(value) + elif type == self.types.index("UTF-8 String Pair"): + buffer += writeUTF(value[0]) + writeUTF(value[1]) + return buffer + + def pack(self): + # serialize properties into buffer for sending over network + buffer = b"" + for name in self.names.keys(): + compressedName = name.replace(' ', '') + if hasattr(self, compressedName): + identifier = self.getIdentFromName(compressedName) + attr_type = self.properties[identifier][0] + if self.allowsMultiple(compressedName): + for prop in getattr(self, compressedName): + buffer += self.writeProperty(identifier, + attr_type, prop) + else: + buffer += self.writeProperty(identifier, attr_type, + getattr(self, compressedName)) + return VariableByteIntegers.encode(len(buffer)) + buffer + + def readProperty(self, buffer, type, propslen): + if type == self.types.index("Byte"): + value = buffer[0] + valuelen = 1 + elif type == self.types.index("Two Byte Integer"): + value = readInt16(buffer) + valuelen = 2 + elif type == self.types.index("Four Byte Integer"): + value = readInt32(buffer) + valuelen = 4 + elif type == self.types.index("Variable Byte Integer"): + value, valuelen = VariableByteIntegers.decode(buffer) + elif type == self.types.index("Binary Data"): + value, valuelen = readBytes(buffer) + elif type == self.types.index("UTF-8 Encoded String"): + value, valuelen = readUTF(buffer, propslen) + elif type == self.types.index("UTF-8 String Pair"): + value, valuelen = readUTF(buffer, propslen) + buffer = buffer[valuelen:] # strip the bytes used by the value + value1, valuelen1 = readUTF(buffer, propslen - valuelen) + value = (value, value1) + valuelen += valuelen1 + return value, valuelen + + def getNameFromIdent(self, identifier): + rc = None + for name in self.names: + if self.names[name] == identifier: + rc = name + return rc + + def unpack(self, buffer): + self.clear() + # deserialize properties into attributes from buffer received from network + propslen, VBIlen = VariableByteIntegers.decode(buffer) + buffer = buffer[VBIlen:] # strip the bytes used by the VBI + propslenleft = propslen + while propslenleft > 0: # properties length is 0 if there are none + identifier, VBIlen2 = VariableByteIntegers.decode( + buffer) # property identifier + buffer = buffer[VBIlen2:] # strip the bytes used by the VBI + propslenleft -= VBIlen2 + attr_type = self.properties[identifier][0] + value, valuelen = self.readProperty( + buffer, attr_type, propslenleft) + buffer = buffer[valuelen:] # strip the bytes used by the value + propslenleft -= valuelen + propname = self.getNameFromIdent(identifier) + compressedName = propname.replace(' ', '') + if not self.allowsMultiple(compressedName) and hasattr(self, compressedName): + raise MQTTException( + f"Property '{property}' must not exist more than once") + setattr(self, propname, value) + return self, propslen + VBIlen diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/publish.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/publish.py new file mode 100644 index 0000000..333c190 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/publish.py @@ -0,0 +1,306 @@ +# Copyright (c) 2014 Roger Light +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v20.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation + +""" +This module provides some helper functions to allow straightforward publishing +of messages in a one-shot manner. In other words, they are useful for the +situation where you have a single/multiple messages you want to publish to a +broker, then disconnect and nothing else is required. +""" +from __future__ import annotations + +import collections +from collections.abc import Iterable +from typing import TYPE_CHECKING, Any, List, Tuple, Union + +from paho.mqtt.enums import CallbackAPIVersion, MQTTProtocolVersion +from paho.mqtt.properties import Properties +from paho.mqtt.reasoncodes import ReasonCode + +from .. import mqtt +from . import client as paho + +if TYPE_CHECKING: + try: + from typing import NotRequired, Required, TypedDict # type: ignore + except ImportError: + from typing_extensions import NotRequired, Required, TypedDict + + try: + from typing import Literal + except ImportError: + from typing_extensions import Literal # type: ignore + + + + class AuthParameter(TypedDict, total=False): + username: Required[str] + password: NotRequired[str] + + + class TLSParameter(TypedDict, total=False): + ca_certs: Required[str] + certfile: NotRequired[str] + keyfile: NotRequired[str] + tls_version: NotRequired[int] + ciphers: NotRequired[str] + insecure: NotRequired[bool] + + + class MessageDict(TypedDict, total=False): + topic: Required[str] + payload: NotRequired[paho.PayloadType] + qos: NotRequired[int] + retain: NotRequired[bool] + + MessageTuple = Tuple[str, paho.PayloadType, int, bool] + + MessagesList = List[Union[MessageDict, MessageTuple]] + + +def _do_publish(client: paho.Client): + """Internal function""" + + message = client._userdata.popleft() + + if isinstance(message, dict): + client.publish(**message) + elif isinstance(message, (tuple, list)): + client.publish(*message) + else: + raise TypeError('message must be a dict, tuple, or list') + + +def _on_connect(client: paho.Client, userdata: MessagesList, flags, reason_code, properties): + """Internal v5 callback""" + if reason_code == 0: + if len(userdata) > 0: + _do_publish(client) + else: + raise mqtt.MQTTException(paho.connack_string(reason_code)) + + +def _on_publish( + client: paho.Client, userdata: collections.deque[MessagesList], mid: int, reason_codes: ReasonCode, properties: Properties, +) -> None: + """Internal callback""" + #pylint: disable=unused-argument + + if len(userdata) == 0: + client.disconnect() + else: + _do_publish(client) + + +def multiple( + msgs: MessagesList, + hostname: str = "localhost", + port: int = 1883, + client_id: str = "", + keepalive: int = 60, + will: MessageDict | None = None, + auth: AuthParameter | None = None, + tls: TLSParameter | None = None, + protocol: MQTTProtocolVersion = paho.MQTTv311, + transport: Literal["tcp", "websockets"] = "tcp", + proxy_args: Any | None = None, +) -> None: + """Publish multiple messages to a broker, then disconnect cleanly. + + This function creates an MQTT client, connects to a broker and publishes a + list of messages. Once the messages have been delivered, it disconnects + cleanly from the broker. + + :param msgs: a list of messages to publish. Each message is either a dict or a + tuple. + + If a dict, only the topic must be present. Default values will be + used for any missing arguments. The dict must be of the form: + + msg = {'topic':"", 'payload':"", 'qos':, + 'retain':} + topic must be present and may not be empty. + If payload is "", None or not present then a zero length payload + will be published. + If qos is not present, the default of 0 is used. + If retain is not present, the default of False is used. + + If a tuple, then it must be of the form: + ("", "", qos, retain) + + :param str hostname: the address of the broker to connect to. + Defaults to localhost. + + :param int port: the port to connect to the broker on. Defaults to 1883. + + :param str client_id: the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + :param int keepalive: the keepalive timeout value for the client. Defaults to 60 + seconds. + + :param will: a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + :param auth: a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + :param tls: a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + :param str transport: set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + :param proxy_args: a dictionary that will be given to the client. + """ + + if not isinstance(msgs, Iterable): + raise TypeError('msgs must be an iterable') + if len(msgs) == 0: + raise ValueError('msgs is empty') + + client = paho.Client( + CallbackAPIVersion.VERSION2, + client_id=client_id, + userdata=collections.deque(msgs), + protocol=protocol, + transport=transport, + ) + + client.enable_logger() + client.on_publish = _on_publish + client.on_connect = _on_connect # type: ignore + + if proxy_args is not None: + client.proxy_set(**proxy_args) + + if auth: + username = auth.get('username') + if username: + password = auth.get('password') + client.username_pw_set(username, password) + else: + raise KeyError("The 'username' key was not found, this is " + "required for auth") + + if will is not None: + client.will_set(**will) + + if tls is not None: + if isinstance(tls, dict): + insecure = tls.pop('insecure', False) + # mypy don't get that tls no longer contains the key insecure + client.tls_set(**tls) # type: ignore[misc] + if insecure: + # Must be set *after* the `client.tls_set()` call since it sets + # up the SSL context that `client.tls_insecure_set` alters. + client.tls_insecure_set(insecure) + else: + # Assume input is SSLContext object + client.tls_set_context(tls) + + client.connect(hostname, port, keepalive) + client.loop_forever() + + +def single( + topic: str, + payload: paho.PayloadType = None, + qos: int = 0, + retain: bool = False, + hostname: str = "localhost", + port: int = 1883, + client_id: str = "", + keepalive: int = 60, + will: MessageDict | None = None, + auth: AuthParameter | None = None, + tls: TLSParameter | None = None, + protocol: MQTTProtocolVersion = paho.MQTTv311, + transport: Literal["tcp", "websockets"] = "tcp", + proxy_args: Any | None = None, +) -> None: + """Publish a single message to a broker, then disconnect cleanly. + + This function creates an MQTT client, connects to a broker and publishes a + single message. Once the message has been delivered, it disconnects cleanly + from the broker. + + :param str topic: the only required argument must be the topic string to which the + payload will be published. + + :param payload: the payload to be published. If "" or None, a zero length payload + will be published. + + :param int qos: the qos to use when publishing, default to 0. + + :param bool retain: set the message to be retained (True) or not (False). + + :param str hostname: the address of the broker to connect to. + Defaults to localhost. + + :param int port: the port to connect to the broker on. Defaults to 1883. + + :param str client_id: the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + :param int keepalive: the keepalive timeout value for the client. Defaults to 60 + seconds. + + :param will: a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + :param auth: a dict containing authentication parameters for the client: + Username is required, password is optional and will default to None + auth = {'username':"", 'password':""} + if not provided. + Defaults to None, which indicates no authentication is to be used. + + :param tls: a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Defaults to None, which indicates that TLS should not be used. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + + :param transport: set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + :param proxy_args: a dictionary that will be given to the client. + """ + + msg: MessageDict = {'topic':topic, 'payload':payload, 'qos':qos, 'retain':retain} + + multiple([msg], hostname, port, client_id, keepalive, will, auth, tls, + protocol, transport, proxy_args) diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/py.typed b/test/.venv/lib/python3.12/site-packages/paho/mqtt/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/reasoncodes.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/reasoncodes.py new file mode 100644 index 0000000..243ac96 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/reasoncodes.py @@ -0,0 +1,223 @@ +# ******************************************************************* +# Copyright (c) 2017, 2019 IBM Corp. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v20.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Ian Craggs - initial implementation and/or documentation +# ******************************************************************* + +import functools +import warnings +from typing import Any + +from .packettypes import PacketTypes + + +@functools.total_ordering +class ReasonCode: + """MQTT version 5.0 reason codes class. + + See ReasonCode.names for a list of possible numeric values along with their + names and the packets to which they apply. + + """ + + def __init__(self, packetType: int, aName: str ="Success", identifier: int =-1): + """ + packetType: the type of the packet, such as PacketTypes.CONNECT that + this reason code will be used with. Some reason codes have different + names for the same identifier when used a different packet type. + + aName: the String name of the reason code to be created. Ignored + if the identifier is set. + + identifier: an integer value of the reason code to be created. + + """ + + self.packetType = packetType + self.names = { + 0: {"Success": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.PUBREL, PacketTypes.PUBCOMP, + PacketTypes.UNSUBACK, PacketTypes.AUTH], + "Normal disconnection": [PacketTypes.DISCONNECT], + "Granted QoS 0": [PacketTypes.SUBACK]}, + 1: {"Granted QoS 1": [PacketTypes.SUBACK]}, + 2: {"Granted QoS 2": [PacketTypes.SUBACK]}, + 4: {"Disconnect with will message": [PacketTypes.DISCONNECT]}, + 16: {"No matching subscribers": + [PacketTypes.PUBACK, PacketTypes.PUBREC]}, + 17: {"No subscription found": [PacketTypes.UNSUBACK]}, + 24: {"Continue authentication": [PacketTypes.AUTH]}, + 25: {"Re-authenticate": [PacketTypes.AUTH]}, + 128: {"Unspecified error": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT], }, + 129: {"Malformed packet": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 130: {"Protocol error": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 131: {"Implementation specific error": [PacketTypes.CONNACK, + PacketTypes.PUBACK, PacketTypes.PUBREC, PacketTypes.SUBACK, + PacketTypes.UNSUBACK, PacketTypes.DISCONNECT], }, + 132: {"Unsupported protocol version": [PacketTypes.CONNACK]}, + 133: {"Client identifier not valid": [PacketTypes.CONNACK]}, + 134: {"Bad user name or password": [PacketTypes.CONNACK]}, + 135: {"Not authorized": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.UNSUBACK, + PacketTypes.DISCONNECT], }, + 136: {"Server unavailable": [PacketTypes.CONNACK]}, + 137: {"Server busy": [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 138: {"Banned": [PacketTypes.CONNACK]}, + 139: {"Server shutting down": [PacketTypes.DISCONNECT]}, + 140: {"Bad authentication method": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 141: {"Keep alive timeout": [PacketTypes.DISCONNECT]}, + 142: {"Session taken over": [PacketTypes.DISCONNECT]}, + 143: {"Topic filter invalid": + [PacketTypes.SUBACK, PacketTypes.UNSUBACK, PacketTypes.DISCONNECT]}, + 144: {"Topic name invalid": + [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.DISCONNECT]}, + 145: {"Packet identifier in use": + [PacketTypes.PUBACK, PacketTypes.PUBREC, + PacketTypes.SUBACK, PacketTypes.UNSUBACK]}, + 146: {"Packet identifier not found": + [PacketTypes.PUBREL, PacketTypes.PUBCOMP]}, + 147: {"Receive maximum exceeded": [PacketTypes.DISCONNECT]}, + 148: {"Topic alias invalid": [PacketTypes.DISCONNECT]}, + 149: {"Packet too large": [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 150: {"Message rate too high": [PacketTypes.DISCONNECT]}, + 151: {"Quota exceeded": [PacketTypes.CONNACK, PacketTypes.PUBACK, + PacketTypes.PUBREC, PacketTypes.SUBACK, PacketTypes.DISCONNECT], }, + 152: {"Administrative action": [PacketTypes.DISCONNECT]}, + 153: {"Payload format invalid": + [PacketTypes.PUBACK, PacketTypes.PUBREC, PacketTypes.DISCONNECT]}, + 154: {"Retain not supported": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 155: {"QoS not supported": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 156: {"Use another server": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 157: {"Server moved": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 158: {"Shared subscription not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + 159: {"Connection rate exceeded": + [PacketTypes.CONNACK, PacketTypes.DISCONNECT]}, + 160: {"Maximum connect time": + [PacketTypes.DISCONNECT]}, + 161: {"Subscription identifiers not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + 162: {"Wildcard subscription not supported": + [PacketTypes.SUBACK, PacketTypes.DISCONNECT]}, + } + if identifier == -1: + if packetType == PacketTypes.DISCONNECT and aName == "Success": + aName = "Normal disconnection" + self.set(aName) + else: + self.value = identifier + self.getName() # check it's good + + def __getName__(self, packetType, identifier): + """ + Get the reason code string name for a specific identifier. + The name can vary by packet type for the same identifier, which + is why the packet type is also required. + + Used when displaying the reason code. + """ + if identifier not in self.names: + raise KeyError(identifier) + names = self.names[identifier] + namelist = [name for name in names.keys() if packetType in names[name]] + if len(namelist) != 1: + raise ValueError(f"Expected exactly one name, found {namelist!r}") + return namelist[0] + + def getId(self, name): + """ + Get the numeric id corresponding to a reason code name. + + Used when setting the reason code for a packetType + check that only valid codes for the packet are set. + """ + for code in self.names.keys(): + if name in self.names[code].keys(): + if self.packetType in self.names[code][name]: + return code + raise KeyError(f"Reason code name not found: {name}") + + def set(self, name): + self.value = self.getId(name) + + def unpack(self, buffer): + c = buffer[0] + name = self.__getName__(self.packetType, c) + self.value = self.getId(name) + return 1 + + def getName(self): + """Returns the reason code name corresponding to the numeric value which is set. + """ + return self.__getName__(self.packetType, self.value) + + def __eq__(self, other): + if isinstance(other, int): + return self.value == other + if isinstance(other, str): + return other == str(self) + if isinstance(other, ReasonCode): + return self.value == other.value + return False + + def __lt__(self, other): + if isinstance(other, int): + return self.value < other + if isinstance(other, ReasonCode): + return self.value < other.value + return NotImplemented + + def __repr__(self): + try: + packet_name = PacketTypes.Names[self.packetType] + except IndexError: + packet_name = "Unknown" + + return f"ReasonCode({packet_name}, {self.getName()!r})" + + def __str__(self): + return self.getName() + + def json(self): + return self.getName() + + def pack(self): + return bytearray([self.value]) + + @property + def is_failure(self) -> bool: + return self.value >= 0x80 + + +class _CompatibilityIsInstance(type): + def __instancecheck__(self, other: Any) -> bool: + return isinstance(other, ReasonCode) + + +class ReasonCodes(ReasonCode, metaclass=_CompatibilityIsInstance): + def __init__(self, *args, **kwargs): + warnings.warn("ReasonCodes is deprecated, use ReasonCode (singular) instead", + category=DeprecationWarning, + stacklevel=2, + ) + super().__init__(*args, **kwargs) diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribe.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribe.py new file mode 100644 index 0000000..b6c80f4 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribe.py @@ -0,0 +1,281 @@ +# Copyright (c) 2016 Roger Light +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# and Eclipse Distribution License v1.0 which accompany this distribution. +# +# The Eclipse Public License is available at +# http://www.eclipse.org/legal/epl-v20.html +# and the Eclipse Distribution License is available at +# http://www.eclipse.org/org/documents/edl-v10.php. +# +# Contributors: +# Roger Light - initial API and implementation + +""" +This module provides some helper functions to allow straightforward subscribing +to topics and retrieving messages. The two functions are simple(), which +returns one or messages matching a set of topics, and callback() which allows +you to pass a callback for processing of messages. +""" + +from .. import mqtt +from . import client as paho + + +def _on_connect(client, userdata, flags, reason_code, properties): + """Internal callback""" + if reason_code != 0: + raise mqtt.MQTTException(paho.connack_string(reason_code)) + + if isinstance(userdata['topics'], list): + for topic in userdata['topics']: + client.subscribe(topic, userdata['qos']) + else: + client.subscribe(userdata['topics'], userdata['qos']) + + +def _on_message_callback(client, userdata, message): + """Internal callback""" + userdata['callback'](client, userdata['userdata'], message) + + +def _on_message_simple(client, userdata, message): + """Internal callback""" + + if userdata['msg_count'] == 0: + return + + # Don't process stale retained messages if 'retained' was false + if message.retain and not userdata['retained']: + return + + userdata['msg_count'] = userdata['msg_count'] - 1 + + if userdata['messages'] is None and userdata['msg_count'] == 0: + userdata['messages'] = message + client.disconnect() + return + + userdata['messages'].append(message) + if userdata['msg_count'] == 0: + client.disconnect() + + +def callback(callback, topics, qos=0, userdata=None, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, + tls=None, protocol=paho.MQTTv311, transport="tcp", + clean_session=True, proxy_args=None): + """Subscribe to a list of topics and process them in a callback function. + + This function creates an MQTT client, connects to a broker and subscribes + to a list of topics. Incoming messages are processed by the user provided + callback. This is a blocking function and will never return. + + :param callback: function with the same signature as `on_message` for + processing the messages received. + + :param topics: either a string containing a single topic to subscribe to, or a + list of topics to subscribe to. + + :param int qos: the qos to use when subscribing. This is applied to all topics. + + :param userdata: passed to the callback + + :param str hostname: the address of the broker to connect to. + Defaults to localhost. + + :param int port: the port to connect to the broker on. Defaults to 1883. + + :param str client_id: the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + :param int keepalive: the keepalive timeout value for the client. Defaults to 60 + seconds. + + :param will: a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + + Defaults to None, which indicates no will should be used. + + :param auth: a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + :param tls: a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + :param str transport: set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + :param clean_session: a boolean that determines the client type. If True, + the broker will remove all information about this client + when it disconnects. If False, the client is a persistent + client and subscription information and queued messages + will be retained when the client disconnects. + Defaults to True. + + :param proxy_args: a dictionary that will be given to the client. + """ + + if qos < 0 or qos > 2: + raise ValueError('qos must be in the range 0-2') + + callback_userdata = { + 'callback':callback, + 'topics':topics, + 'qos':qos, + 'userdata':userdata} + + client = paho.Client( + paho.CallbackAPIVersion.VERSION2, + client_id=client_id, + userdata=callback_userdata, + protocol=protocol, + transport=transport, + clean_session=clean_session, + ) + client.enable_logger() + + client.on_message = _on_message_callback + client.on_connect = _on_connect + + if proxy_args is not None: + client.proxy_set(**proxy_args) + + if auth: + username = auth.get('username') + if username: + password = auth.get('password') + client.username_pw_set(username, password) + else: + raise KeyError("The 'username' key was not found, this is " + "required for auth") + + if will is not None: + client.will_set(**will) + + if tls is not None: + if isinstance(tls, dict): + insecure = tls.pop('insecure', False) + client.tls_set(**tls) + if insecure: + # Must be set *after* the `client.tls_set()` call since it sets + # up the SSL context that `client.tls_insecure_set` alters. + client.tls_insecure_set(insecure) + else: + # Assume input is SSLContext object + client.tls_set_context(tls) + + client.connect(hostname, port, keepalive) + client.loop_forever() + + +def simple(topics, qos=0, msg_count=1, retained=True, hostname="localhost", + port=1883, client_id="", keepalive=60, will=None, auth=None, + tls=None, protocol=paho.MQTTv311, transport="tcp", + clean_session=True, proxy_args=None): + """Subscribe to a list of topics and return msg_count messages. + + This function creates an MQTT client, connects to a broker and subscribes + to a list of topics. Once "msg_count" messages have been received, it + disconnects cleanly from the broker and returns the messages. + + :param topics: either a string containing a single topic to subscribe to, or a + list of topics to subscribe to. + + :param int qos: the qos to use when subscribing. This is applied to all topics. + + :param int msg_count: the number of messages to retrieve from the broker. + if msg_count == 1 then a single MQTTMessage will be returned. + if msg_count > 1 then a list of MQTTMessages will be returned. + + :param bool retained: If set to True, retained messages will be processed the same as + non-retained messages. If set to False, retained messages will + be ignored. This means that with retained=False and msg_count=1, + the function will return the first message received that does + not have the retained flag set. + + :param str hostname: the address of the broker to connect to. + Defaults to localhost. + + :param int port: the port to connect to the broker on. Defaults to 1883. + + :param str client_id: the MQTT client id to use. If "" or None, the Paho library will + generate a client id automatically. + + :param int keepalive: the keepalive timeout value for the client. Defaults to 60 + seconds. + + :param will: a dict containing will parameters for the client: will = {'topic': + "", 'payload':", 'qos':, 'retain':}. + Topic is required, all other parameters are optional and will + default to None, 0 and False respectively. + Defaults to None, which indicates no will should be used. + + :param auth: a dict containing authentication parameters for the client: + auth = {'username':"", 'password':""} + Username is required, password is optional and will default to None + if not provided. + Defaults to None, which indicates no authentication is to be used. + + :param tls: a dict containing TLS configuration parameters for the client: + dict = {'ca_certs':"", 'certfile':"", + 'keyfile':"", 'tls_version':"", + 'ciphers':", 'insecure':""} + ca_certs is required, all other parameters are optional and will + default to None if not provided, which results in the client using + the default behaviour - see the paho.mqtt.client documentation. + Alternatively, tls input can be an SSLContext object, which will be + processed using the tls_set_context method. + Defaults to None, which indicates that TLS should not be used. + + :param protocol: the MQTT protocol version to use. Defaults to MQTTv311. + + :param transport: set to "tcp" to use the default setting of transport which is + raw TCP. Set to "websockets" to use WebSockets as the transport. + + :param clean_session: a boolean that determines the client type. If True, + the broker will remove all information about this client + when it disconnects. If False, the client is a persistent + client and subscription information and queued messages + will be retained when the client disconnects. + Defaults to True. If protocol is MQTTv50, clean_session + is ignored. + + :param proxy_args: a dictionary that will be given to the client. + """ + + if msg_count < 1: + raise ValueError('msg_count must be > 0') + + # Set ourselves up to return a single message if msg_count == 1, or a list + # if > 1. + if msg_count == 1: + messages = None + else: + messages = [] + + # Ignore clean_session if protocol is MQTTv50, otherwise Client will raise + if protocol == paho.MQTTv5: + clean_session = None + + userdata = {'retained':retained, 'msg_count':msg_count, 'messages':messages} + + callback(_on_message_simple, topics, qos, userdata, hostname, port, + client_id, keepalive, will, auth, tls, protocol, transport, + clean_session, proxy_args) + + return userdata['messages'] diff --git a/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribeoptions.py b/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribeoptions.py new file mode 100644 index 0000000..7e0605d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho/mqtt/subscribeoptions.py @@ -0,0 +1,113 @@ +""" +******************************************************************* + Copyright (c) 2017, 2019 IBM Corp. + + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License v2.0 + and Eclipse Distribution License v1.0 which accompany this distribution. + + The Eclipse Public License is available at + http://www.eclipse.org/legal/epl-v20.html + and the Eclipse Distribution License is available at + http://www.eclipse.org/org/documents/edl-v10.php. + + Contributors: + Ian Craggs - initial implementation and/or documentation +******************************************************************* +""" + + + +class MQTTException(Exception): + pass + + +class SubscribeOptions: + """The MQTT v5.0 subscribe options class. + + The options are: + qos: As in MQTT v3.1.1. + noLocal: True or False. If set to True, the subscriber will not receive its own publications. + retainAsPublished: True or False. If set to True, the retain flag on received publications will be as set + by the publisher. + retainHandling: RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB or RETAIN_DO_NOT_SEND + Controls when the broker should send retained messages: + - RETAIN_SEND_ON_SUBSCRIBE: on any successful subscribe request + - RETAIN_SEND_IF_NEW_SUB: only if the subscribe request is new + - RETAIN_DO_NOT_SEND: never send retained messages + """ + + # retain handling options + RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB, RETAIN_DO_NOT_SEND = range( + 0, 3) + + def __init__( + self, + qos: int = 0, + noLocal: bool = False, + retainAsPublished: bool = False, + retainHandling: int = RETAIN_SEND_ON_SUBSCRIBE, + ): + """ + qos: 0, 1 or 2. 0 is the default. + noLocal: True or False. False is the default and corresponds to MQTT v3.1.1 behavior. + retainAsPublished: True or False. False is the default and corresponds to MQTT v3.1.1 behavior. + retainHandling: RETAIN_SEND_ON_SUBSCRIBE, RETAIN_SEND_IF_NEW_SUB or RETAIN_DO_NOT_SEND + RETAIN_SEND_ON_SUBSCRIBE is the default and corresponds to MQTT v3.1.1 behavior. + """ + object.__setattr__(self, "names", + ["QoS", "noLocal", "retainAsPublished", "retainHandling"]) + self.QoS = qos # bits 0,1 + self.noLocal = noLocal # bit 2 + self.retainAsPublished = retainAsPublished # bit 3 + self.retainHandling = retainHandling # bits 4 and 5: 0, 1 or 2 + if self.retainHandling not in (0, 1, 2): + raise AssertionError(f"Retain handling should be 0, 1 or 2, not {self.retainHandling}") + if self.QoS not in (0, 1, 2): + raise AssertionError(f"QoS should be 0, 1 or 2, not {self.QoS}") + + def __setattr__(self, name, value): + if name not in self.names: + raise MQTTException( + f"{name} Attribute name must be one of {self.names}") + object.__setattr__(self, name, value) + + def pack(self): + if self.retainHandling not in (0, 1, 2): + raise AssertionError(f"Retain handling should be 0, 1 or 2, not {self.retainHandling}") + if self.QoS not in (0, 1, 2): + raise AssertionError(f"QoS should be 0, 1 or 2, not {self.QoS}") + noLocal = 1 if self.noLocal else 0 + retainAsPublished = 1 if self.retainAsPublished else 0 + data = [(self.retainHandling << 4) | (retainAsPublished << 3) | + (noLocal << 2) | self.QoS] + return bytes(data) + + def unpack(self, buffer): + b0 = buffer[0] + self.retainHandling = ((b0 >> 4) & 0x03) + self.retainAsPublished = True if ((b0 >> 3) & 0x01) == 1 else False + self.noLocal = True if ((b0 >> 2) & 0x01) == 1 else False + self.QoS = (b0 & 0x03) + if self.retainHandling not in (0, 1, 2): + raise AssertionError(f"Retain handling should be 0, 1 or 2, not {self.retainHandling}") + if self.QoS not in (0, 1, 2): + raise AssertionError(f"QoS should be 0, 1 or 2, not {self.QoS}") + return 1 + + def __repr__(self): + return str(self) + + def __str__(self): + return "{QoS="+str(self.QoS)+", noLocal="+str(self.noLocal) +\ + ", retainAsPublished="+str(self.retainAsPublished) +\ + ", retainHandling="+str(self.retainHandling)+"}" + + def json(self): + data = { + "QoS": self.QoS, + "noLocal": self.noLocal, + "retainAsPublished": self.retainAsPublished, + "retainHandling": self.retainHandling, + } + return data diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/INSTALLER b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/METADATA b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/METADATA new file mode 100644 index 0000000..bf1408c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/METADATA @@ -0,0 +1,635 @@ +Metadata-Version: 2.3 +Name: paho-mqtt +Version: 2.1.0 +Summary: MQTT version 5.0/3.1.1 client class +Project-URL: Homepage, http://eclipse.org/paho +Author-email: Roger Light +License: EPL-2.0 OR BSD-3-Clause +License-File: LICENSE.txt +Keywords: paho +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved +Classifier: Natural Language :: English +Classifier: Operating System :: MacOS :: MacOS X +Classifier: Operating System :: Microsoft :: Windows +Classifier: Operating System :: POSIX +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Topic :: Communications +Classifier: Topic :: Internet +Requires-Python: >=3.7 +Provides-Extra: proxy +Requires-Dist: pysocks; extra == 'proxy' +Description-Content-Type: text/x-rst + +Eclipse Paho™ MQTT Python Client +================================ + +The `full documentation is available here `_. + +**Warning breaking change** - Release 2.0 contains a breaking change; see the `release notes `_ and `migration details `_. + +This document describes the source code for the `Eclipse Paho `_ MQTT Python client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT protocol. + +This code provides a client class which enables applications to connect to an `MQTT `_ broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. + +It supports Python 3.7+. + +The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. + +Paho is an `Eclipse Foundation `_ project. + +Contents +-------- + +* Installation_ +* `Known limitations`_ +* `Usage and API`_ + * `Getting Started`_ + * `Client`_ + * `Network loop`_ + * `Callbacks`_ + * `Logger`_ + * `External event loop support`_ + * `Global helper functions`_ + * `Publish`_ + * `Single`_ + * `Multiple`_ + * `Subscribe`_ + * `Simple`_ + * `Using Callback`_ +* `Reporting bugs`_ +* `More information`_ + + +Installation +------------ + +The latest stable version is available in the Python Package Index (PyPi) and can be installed using + +:: + + pip install paho-mqtt + +Or with ``virtualenv``: + +:: + + virtualenv paho-mqtt + source paho-mqtt/bin/activate + pip install paho-mqtt + +To obtain the full code, including examples and tests, you can clone the git repository: + +:: + + git clone https://github.com/eclipse/paho.mqtt.python + + +Once you have the code, it can be installed from your repository as well: + +:: + + cd paho.mqtt.python + pip install -e . + +To perform all tests (including MQTT v5 tests), you also need to clone paho.mqtt.testing in paho.mqtt.python folder:: + + git clone https://github.com/eclipse/paho.mqtt.testing.git + cd paho.mqtt.testing + git checkout a4dc694010217b291ee78ee13a6d1db812f9babd + +Known limitations +----------------- + +The following are the known unimplemented MQTT features. + +When ``clean_session`` is False, the session is only stored in memory and not persisted. This means that +when the client is restarted (not just reconnected, the object is recreated usually because the +program was restarted) the session is lost. This results in a possible message loss. + +The following part of the client session is lost: + +* QoS 2 messages which have been received from the server, but have not been completely acknowledged. + + Since the client will blindly acknowledge any PUBCOMP (last message of a QoS 2 transaction), it + won't hang but will lose this QoS 2 message. + +* QoS 1 and QoS 2 messages which have been sent to the server, but have not been completely acknowledged. + + This means that messages passed to ``publish()`` may be lost. This could be mitigated by taking care + that all messages passed to ``publish()`` have a corresponding ``on_publish()`` call or use `wait_for_publish`. + + It also means that the broker may have the QoS2 message in the session. Since the client starts + with an empty session it don't know it and will reuse the mid. This is not yet fixed. + +Also, when ``clean_session`` is True, this library will republish QoS > 0 message across network +reconnection. This means that QoS > 0 message won't be lost. But the standard says that +we should discard any message for which the publish packet was sent. Our choice means that +we are not compliant with the standard and it's possible for QoS 2 to be received twice. + +You should set ``clean_session = False`` if you need the QoS 2 guarantee of only one delivery. + +Usage and API +------------- + +Detailed API documentation `is available online `_ or could be built from ``docs/`` and samples are available in the `examples`_ directory. + +The package provides two modules, a full `Client` and few `helpers` for simple publishing or subscribing. + +Getting Started +*************** + +Here is a very simple example that subscribes to the broker $SYS topic tree and prints out the resulting messages: + +.. code:: python + + import paho.mqtt.client as mqtt + + # The callback for when the client receives a CONNACK response from the server. + def on_connect(client, userdata, flags, reason_code, properties): + print(f"Connected with result code {reason_code}") + # Subscribing in on_connect() means that if we lose the connection and + # reconnect then subscriptions will be renewed. + client.subscribe("$SYS/#") + + # The callback for when a PUBLISH message is received from the server. + def on_message(client, userdata, msg): + print(msg.topic+" "+str(msg.payload)) + + mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) + mqttc.on_connect = on_connect + mqttc.on_message = on_message + + mqttc.connect("mqtt.eclipseprojects.io", 1883, 60) + + # Blocking call that processes network traffic, dispatches callbacks and + # handles reconnecting. + # Other loop*() functions are available that give a threaded interface and a + # manual interface. + mqttc.loop_forever() + +Client +****** + +You can use the client class as an instance, within a class or by subclassing. The general usage flow is as follows: + +* Create a client instance +* Connect to a broker using one of the ``connect*()`` functions +* Call one of the ``loop*()`` functions to maintain network traffic flow with the broker +* Use ``subscribe()`` to subscribe to a topic and receive messages +* Use ``publish()`` to publish messages to the broker +* Use ``disconnect()`` to disconnect from the broker + +Callbacks will be called to allow the application to process events as necessary. These callbacks are described below. + +Network loop +```````````` + +These functions are the driving force behind the client. If they are not +called, incoming network data will not be processed and outgoing network data +will not be sent. There are four options for managing the +network loop. Three are described here, the fourth in "External event loop +support" below. Do not mix the different loop functions. + +loop_start() / loop_stop() +'''''''''''''''''''''''''' + +.. code:: python + + mqttc.loop_start() + + while True: + temperature = sensor.blocking_read() + mqttc.publish("paho/temperature", temperature) + + mqttc.loop_stop() + +These functions implement a threaded interface to the network loop. Calling +`loop_start()` once, before or after ``connect*()``, runs a thread in the +background to call `loop()` automatically. This frees up the main thread for +other work that may be blocking. This call also handles reconnecting to the +broker. Call `loop_stop()` to stop the background thread. +The loop is also stopped if you call `disconnect()`. + +loop_forever() +'''''''''''''' + +.. code:: python + + mqttc.loop_forever(retry_first_connection=False) + +This is a blocking form of the network loop and will not return until the +client calls `disconnect()`. It automatically handles reconnecting. + +Except for the first connection attempt when using `connect_async`, use +``retry_first_connection=True`` to make it retry the first connection. + +*Warning*: This might lead to situations where the client keeps connecting to an +non existing host without failing. + +loop() +'''''' + +.. code:: python + + run = True + while run: + rc = mqttc.loop(timeout=1.0) + if rc != 0: + # need to handle error, possible reconnecting or stopping the application + +Call regularly to process network events. This call waits in ``select()`` until +the network socket is available for reading or writing, if appropriate, then +handles the incoming/outgoing data. This function blocks for up to ``timeout`` +seconds. ``timeout`` must not exceed the ``keepalive`` value for the client or +your client will be regularly disconnected by the broker. + +Using this kind of loop, require you to handle reconnection strategie. + + +Callbacks +````````` + +The interface to interact with paho-mqtt include various callback that are called by +the library when some events occur. + +The callbacks are functions defined in your code, to implement the require action on those events. This could +be simply printing received message or much more complex behaviour. + +Callbacks API is versioned, and the selected version is the `CallbackAPIVersion` you provided to `Client` +constructor. Currently two version are supported: + +* ``CallbackAPIVersion.VERSION1``: it's the historical version used in paho-mqtt before version 2.0. + It's the API used before the introduction of `CallbackAPIVersion`. + This version is deprecated and will be removed in paho-mqtt version 3.0. +* ``CallbackAPIVersion.VERSION2``: This version is more consistent between protocol MQTT 3.x and MQTT 5.x. It's also + much more usable with MQTT 5.x since reason code and properties are always provided when available. + It's recommended for all user to upgrade to this version. It's highly recommended for MQTT 5.x user. + +The following callbacks exists: + +* `on_connect()`: called when the CONNACK from the broker is received. The call could be for a refused connection, + check the reason_code to see if the connection is successful or rejected. +* `on_connect_fail()`: called by `loop_forever()` and `loop_start()` when the TCP connection failed to establish. + This callback is not called when using `connect()` or `reconnect()` directly. It's only called following + an automatic (re)connection made by `loop_start()` and `loop_forever()` +* `on_disconnect()`: called when the connection is closed. +* `on_message()`: called when a MQTT message is received from the broker. +* `on_publish()`: called when an MQTT message was sent to the broker. Depending on QoS level the callback is called + at different moment: + + * For QoS == 0, it's called as soon as the message is sent over the network. This could be before the corresponding ``publish()`` return. + * For QoS == 1, it's called when the corresponding PUBACK is received from the broker + * For QoS == 2, it's called when the corresponding PUBCOMP is received from the broker +* `on_subscribe()`: called when the SUBACK is received from the broker +* `on_unsubscribe()`: called when the UNSUBACK is received from the broker +* `on_log()`: called when the library log a message +* `on_socket_open`, `on_socket_close`, `on_socket_register_write`, `on_socket_unregister_write`: callbacks used for external loop support. See below for details. + +For the signature of each callback, see the `online documentation `_. + +Subscriber example +'''''''''''''''''' + +.. code:: python + + import paho.mqtt.client as mqtt + + def on_subscribe(client, userdata, mid, reason_code_list, properties): + # Since we subscribed only for a single channel, reason_code_list contains + # a single entry + if reason_code_list[0].is_failure: + print(f"Broker rejected you subscription: {reason_code_list[0]}") + else: + print(f"Broker granted the following QoS: {reason_code_list[0].value}") + + def on_unsubscribe(client, userdata, mid, reason_code_list, properties): + # Be careful, the reason_code_list is only present in MQTTv5. + # In MQTTv3 it will always be empty + if len(reason_code_list) == 0 or not reason_code_list[0].is_failure: + print("unsubscribe succeeded (if SUBACK is received in MQTTv3 it success)") + else: + print(f"Broker replied with failure: {reason_code_list[0]}") + client.disconnect() + + def on_message(client, userdata, message): + # userdata is the structure we choose to provide, here it's a list() + userdata.append(message.payload) + # We only want to process 10 messages + if len(userdata) >= 10: + client.unsubscribe("$SYS/#") + + def on_connect(client, userdata, flags, reason_code, properties): + if reason_code.is_failure: + print(f"Failed to connect: {reason_code}. loop_forever() will retry connection") + else: + # we should always subscribe from on_connect callback to be sure + # our subscribed is persisted across reconnections. + client.subscribe("$SYS/#") + + mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) + mqttc.on_connect = on_connect + mqttc.on_message = on_message + mqttc.on_subscribe = on_subscribe + mqttc.on_unsubscribe = on_unsubscribe + + mqttc.user_data_set([]) + mqttc.connect("mqtt.eclipseprojects.io") + mqttc.loop_forever() + print(f"Received the following message: {mqttc.user_data_get()}") + +publisher example +''''''''''''''''' + +.. code:: python + + import time + import paho.mqtt.client as mqtt + + def on_publish(client, userdata, mid, reason_code, properties): + # reason_code and properties will only be present in MQTTv5. It's always unset in MQTTv3 + try: + userdata.remove(mid) + except KeyError: + print("on_publish() is called with a mid not present in unacked_publish") + print("This is due to an unavoidable race-condition:") + print("* publish() return the mid of the message sent.") + print("* mid from publish() is added to unacked_publish by the main thread") + print("* on_publish() is called by the loop_start thread") + print("While unlikely (because on_publish() will be called after a network round-trip),") + print(" this is a race-condition that COULD happen") + print("") + print("The best solution to avoid race-condition is using the msg_info from publish()") + print("We could also try using a list of acknowledged mid rather than removing from pending list,") + print("but remember that mid could be re-used !") + + unacked_publish = set() + mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) + mqttc.on_publish = on_publish + + mqttc.user_data_set(unacked_publish) + mqttc.connect("mqtt.eclipseprojects.io") + mqttc.loop_start() + + # Our application produce some messages + msg_info = mqttc.publish("paho/test/topic", "my message", qos=1) + unacked_publish.add(msg_info.mid) + + msg_info2 = mqttc.publish("paho/test/topic", "my message2", qos=1) + unacked_publish.add(msg_info2.mid) + + # Wait for all message to be published + while len(unacked_publish): + time.sleep(0.1) + + # Due to race-condition described above, the following way to wait for all publish is safer + msg_info.wait_for_publish() + msg_info2.wait_for_publish() + + mqttc.disconnect() + mqttc.loop_stop() + + +Logger +`````` + +The Client emit some log message that could be useful during troubleshooting. The easiest way to +enable logs is the call `enable_logger()`. It's possible to provide a custom logger or let the +default logger being used. + +Example: + +.. code:: python + + import logging + import paho.mqtt.client as mqtt + + logging.basicConfig(level=logging.DEBUG) + + mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) + mqttc.enable_logger() + + mqttc.connect("mqtt.eclipseprojects.io", 1883, 60) + mqttc.loop_start() + + # Do additional action needed, publish, subscribe, ... + [...] + +It's also possible to define a on_log callback that will receive a copy of all log messages. Example: + +.. code:: python + + import paho.mqtt.client as mqtt + + def on_log(client, userdata, paho_log_level, messages): + if paho_log_level == mqtt.LogLevel.MQTT_LOG_ERR: + print(message) + + mqttc = mqtt.Client(mqtt.CallbackAPIVersion.VERSION2) + mqttc.on_log = on_log + + mqttc.connect("mqtt.eclipseprojects.io", 1883, 60) + mqttc.loop_start() + + # Do additional action needed, publish, subscribe, ... + [...] + + +The correspondence with Paho logging levels and standard ones is the following: + +==================== =============== +Paho logging +==================== =============== +``MQTT_LOG_ERR`` ``logging.ERROR`` +``MQTT_LOG_WARNING`` ``logging.WARNING`` +``MQTT_LOG_NOTICE`` ``logging.INFO`` *(no direct equivalent)* +``MQTT_LOG_INFO`` ``logging.INFO`` +``MQTT_LOG_DEBUG`` ``logging.DEBUG`` +==================== =============== + + +External event loop support +``````````````````````````` + +To support other network loop like asyncio (see examples_), the library expose some +method and callback to support those use-case. + +The following loop method exists: + +* `loop_read`: should be called when the socket is ready for reading. +* `loop_write`: should be called when the socket is ready for writing AND the library want to write data. +* `loop_misc`: should be called every few seconds to handle message retrying and pings. + +In pseudo code, it give the following: + +.. code:: python + + while run: + if need_read: + mqttc.loop_read() + if need_write: + mqttc.loop_write() + mqttc.loop_misc() + + if not need_read and not need_write: + # But don't wait more than few seconds, loop_misc() need to be called regularly + wait_for_change_in_need_read_or_write() + updated_need_read_and_write() + +The tricky part is implementing the update of need_read / need_write and wait for condition change. To support +this, the following method exists: + +* `socket()`: which return the socket object when the TCP connection is open. + This call is particularly useful for select_ based loops. See ``examples/loop_select.py``. +* `want_write()`: return true if there is data waiting to be written. This is close to the + ``need_writew`` of above pseudo-code, but you should also check whether the socket is ready for writing. +* callbacks ``on_socket_*``: + + * `on_socket_open`: called when the socket is opened. + * `on_socket_close`: called when the socket is about to be closed. + * `on_socket_register_write`: called when there is data the client want to write on the socket + * `on_socket_unregister_write`: called when there is no more data to write on the socket. + + Callbacks are particularly useful for event loops where you register or unregister a socket + for reading+writing. See ``examples/loop_asyncio.py`` for an example. + +.. _select: https://docs.python.org/3/library/select.html#select.select + +The callbacks are always called in this order: + +- `on_socket_open` +- Zero or more times: + + - `on_socket_register_write` + - `on_socket_unregister_write` + +- `on_socket_close` + +Global helper functions +``````````````````````` + +The client module also offers some global helper functions. + +``topic_matches_sub(sub, topic)`` can be used to check whether a ``topic`` +matches a ``subscription``. + +For example: + + the topic ``foo/bar`` would match the subscription ``foo/#`` or ``+/bar`` + + the topic ``non/matching`` would not match the subscription ``non/+/+`` + + +Publish +******* + +This module provides some helper functions to allow straightforward publishing +of messages in a one-shot manner. In other words, they are useful for the +situation where you have a single/multiple messages you want to publish to a +broker, then disconnect with nothing else required. + +The two functions provided are `single()` and `multiple()`. + +Both functions include support for MQTT v5.0, but do not currently let you +set any properties on connection or when sending messages. + +Single +`````` + +Publish a single message to a broker, then disconnect cleanly. + +Example: + +.. code:: python + + import paho.mqtt.publish as publish + + publish.single("paho/test/topic", "payload", hostname="mqtt.eclipseprojects.io") + +Multiple +```````` + +Publish multiple messages to a broker, then disconnect cleanly. + +Example: + +.. code:: python + + from paho.mqtt.enums import MQTTProtocolVersion + import paho.mqtt.publish as publish + + msgs = [{'topic':"paho/test/topic", 'payload':"multiple 1"}, + ("paho/test/topic", "multiple 2", 0, False)] + publish.multiple(msgs, hostname="mqtt.eclipseprojects.io", protocol=MQTTProtocolVersion.MQTTv5) + + +Subscribe +********* + +This module provides some helper functions to allow straightforward subscribing +and processing of messages. + +The two functions provided are `simple()` and `callback()`. + +Both functions include support for MQTT v5.0, but do not currently let you +set any properties on connection or when subscribing. + +Simple +`````` + +Subscribe to a set of topics and return the messages received. This is a +blocking function. + +Example: + +.. code:: python + + import paho.mqtt.subscribe as subscribe + + msg = subscribe.simple("paho/test/topic", hostname="mqtt.eclipseprojects.io") + print("%s %s" % (msg.topic, msg.payload)) + +Using Callback +`````````````` + +Subscribe to a set of topics and process the messages received using a user +provided callback. + +Example: + +.. code:: python + + import paho.mqtt.subscribe as subscribe + + def on_message_print(client, userdata, message): + print("%s %s" % (message.topic, message.payload)) + userdata["message_count"] += 1 + if userdata["message_count"] >= 5: + # it's possible to stop the program by disconnecting + client.disconnect() + + subscribe.callback(on_message_print, "paho/test/topic", hostname="mqtt.eclipseprojects.io", userdata={"message_count": 0}) + + +Reporting bugs +-------------- + +Please report bugs in the issues tracker at https://github.com/eclipse/paho.mqtt.python/issues. + +More information +---------------- + +Discussion of the Paho clients takes place on the `Eclipse paho-dev mailing list `_. + +General questions about the MQTT protocol itself (not this library) are discussed in the `MQTT Google Group `_. + +There is much more information available via the `MQTT community site `_. + +.. _examples: https://github.com/eclipse/paho.mqtt.python/tree/master/examples +.. _documentation: https://eclipse.dev/paho/files/paho.mqtt.python/html/client.html diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/RECORD b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/RECORD new file mode 100644 index 0000000..b5347e0 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/RECORD @@ -0,0 +1,29 @@ +paho/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +paho/__pycache__/__init__.cpython-312.pyc,, +paho/mqtt/__init__.py,sha256=D0jPAtaZau0deGs4-DBSNj_wvBmCGRLtI-AUtfAxJzU,65 +paho/mqtt/__pycache__/__init__.cpython-312.pyc,, +paho/mqtt/__pycache__/client.cpython-312.pyc,, +paho/mqtt/__pycache__/enums.cpython-312.pyc,, +paho/mqtt/__pycache__/matcher.cpython-312.pyc,, +paho/mqtt/__pycache__/packettypes.cpython-312.pyc,, +paho/mqtt/__pycache__/properties.cpython-312.pyc,, +paho/mqtt/__pycache__/publish.cpython-312.pyc,, +paho/mqtt/__pycache__/reasoncodes.cpython-312.pyc,, +paho/mqtt/__pycache__/subscribe.cpython-312.pyc,, +paho/mqtt/__pycache__/subscribeoptions.cpython-312.pyc,, +paho/mqtt/client.py,sha256=Wj8Pc7NEVBgoWGqQ95pr7suOQ5bYuBBkvCkgwahTYYo,202624 +paho/mqtt/enums.py,sha256=4iGMsOtVUXHK_cOfDJxncBDbq1eluGbm3HaiI1jPq8I,2977 +paho/mqtt/matcher.py,sha256=VIbFAQoaKrPArQf_qNT_BM1FMJKxW38Ok27R3w2G-B0,2783 +paho/mqtt/packettypes.py,sha256=CNSNDyHGsPGhCrk9CBUnpNXxA0nEnzEaVg4Krb6RoOQ,1453 +paho/mqtt/properties.py,sha256=JEuKvHJtliHvN7py-iMLWdQ0jsxpiWbaIOkCfvU6hyQ,17369 +paho/mqtt/publish.py,sha256=4imGVhhbrqHUVNmfiwgQ1BPPj3HWWvXcjx5DQIj_Oig,11576 +paho/mqtt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +paho/mqtt/reasoncodes.py,sha256=x12KK6-kSO0-KFNanoGDuNzHHJx6zpNm6PAGyrzuSXk,9648 +paho/mqtt/subscribe.py,sha256=KAkgTewUu5of4sd7hsAriB0l6_gMQLIYxfJrOvQg6ds,11667 +paho/mqtt/subscribeoptions.py,sha256=bWGVKG3qdc9IPlqpbRSbL84c0gK2Bbi7Mgp6k5G3GdM,4846 +paho_mqtt-2.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +paho_mqtt-2.1.0.dist-info/METADATA,sha256=rcfCP_Qax2rFWJZAIt11AsqacMMkA4WeLCKD4He_ojA,23463 +paho_mqtt-2.1.0.dist-info/RECORD,, +paho_mqtt-2.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +paho_mqtt-2.1.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87 +paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt,sha256=ZkCLBJJJw72wuh7ShfVCLOZ-Nx1AFRvr1NgGr0VP_nw,156 diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/REQUESTED b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/WHEEL b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/WHEEL new file mode 100644 index 0000000..516596c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.24.2 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt new file mode 100644 index 0000000..7cb8ad9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/paho_mqtt-2.1.0.dist-info/licenses/LICENSE.txt @@ -0,0 +1,3 @@ +This project is dual licensed under the Eclipse Public License 2.0 and the +Eclipse Distribution License 1.0 as described in the epl-v20 and edl-v10 files. + diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/INSTALLER b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/METADATA b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/METADATA new file mode 100644 index 0000000..a7ba0c9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/METADATA @@ -0,0 +1,109 @@ +Metadata-Version: 2.4 +Name: pip +Version: 26.1.2 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +Requires-Python: >=3.10 +Description-Content-Type: text/x-rst +License-Expression: MIT +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +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.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +License-File: AUTHORS.txt +License-File: LICENSE.txt +License-File: src/pip/_vendor/cachecontrol/LICENSE.txt +License-File: src/pip/_vendor/certifi/LICENSE +License-File: src/pip/_vendor/distlib/LICENSE.txt +License-File: src/pip/_vendor/distro/LICENSE +License-File: src/pip/_vendor/idna/LICENSE.md +License-File: src/pip/_vendor/msgpack/COPYING +License-File: src/pip/_vendor/packaging/LICENSE +License-File: src/pip/_vendor/packaging/LICENSE.APACHE +License-File: src/pip/_vendor/packaging/LICENSE.BSD +License-File: src/pip/_vendor/pkg_resources/LICENSE +License-File: src/pip/_vendor/platformdirs/LICENSE +License-File: src/pip/_vendor/pygments/LICENSE +License-File: src/pip/_vendor/pyproject_hooks/LICENSE +License-File: src/pip/_vendor/requests/LICENSE +License-File: src/pip/_vendor/resolvelib/LICENSE +License-File: src/pip/_vendor/rich/LICENSE +License-File: src/pip/_vendor/tomli/LICENSE +License-File: src/pip/_vendor/tomli_w/LICENSE +License-File: src/pip/_vendor/truststore/LICENSE +License-File: src/pip/_vendor/urllib3/LICENSE.txt +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Source, https://github.com/pypa/pip + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/RECORD b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/RECORD new file mode 100644 index 0000000..e9125bd --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/RECORD @@ -0,0 +1,865 @@ +../../../bin/pip,sha256=90-j4ZsGtPPV5jE9ZteNYqNOsDURbQsgX8LH9n18joo,246 +../../../bin/pip3,sha256=90-j4ZsGtPPV5jE9ZteNYqNOsDURbQsgX8LH9n18joo,246 +../../../bin/pip3.12,sha256=90-j4ZsGtPPV5jE9ZteNYqNOsDURbQsgX8LH9n18joo,246 +pip-26.1.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-26.1.2.dist-info/METADATA,sha256=F4Mt5Htdwj5GJTuhZGJSADbyjZon1cMBV3hJUspOabI,4566 +pip-26.1.2.dist-info/RECORD,, +pip-26.1.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-26.1.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82 +pip-26.1.2.dist-info/entry_points.txt,sha256=Vhf8s0IYgX37mtd4vGL73BPcxdKnqeCFPzB5-d30x8o,84 +pip-26.1.2.dist-info/licenses/AUTHORS.txt,sha256=W3NHm_-toJFgRMspxHqyA2AhXjyDj_LnVi7N_LEWRb0,11869 +pip-26.1.2.dist-info/licenses/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt,sha256=hu7uh74qQ_P_H1ZJb0UfaSQ5JvAl_tuwM2ZsMExMFhs,558 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt,sha256=gI4QyKarjesUn_mz-xn0R6gICUYG1xKpylf-rTVSWZ0,14531 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE,sha256=y16Ofl9KOYjhBjwULGDcLfdWBfTEZRXnduOspt-XbhQ,11325 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md,sha256=t6M2q_OwThgOwGXN0W5wXQeeHMehT5EKpukYfza5zYc,1541 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING,sha256=SS3tuoXaWHL3jmCRvNH-pHTWYNNay03ulkuKqz8AdCc,614 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE,sha256=qdZvHVJt8C4p3Oc0NtNOVuhjL0bCdbvf_HBWnogvnxc,1331 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE,sha256=GyKwSbUmfW38I6Z79KhNjsBLn9-xpR02DkK0NCyLQVQ,1081 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE,sha256=84j9OMrRMRLB3A9mm76A5_hFQe26-3LzAw0sp2QsPJ0,751 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE,sha256=3u18F6QxgVgZCj6iOcyHmlpQJxzruYrnAl9I--WNyhU,1056 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE,sha256=M757fo-k_Rmxdg4ajtimaL2rhSyRtpLdQUJLy3Jan8o,1086 +pip-26.1.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt,sha256=Ew46ZNX91dCWp1JpRjSn2d8oRGnehuVzIQAmgEHj1oY,1093 +pip/__init__.py,sha256=NpSDjf-9JVVAM7YXP0vDMDHmOrRWcfZ3OUgS7xquzy4,355 +pip/__main__.py,sha256=rOZRtrXjDBzY24niaxTnd9ZHHWL7B0EawVdLoJ3nI6c,874 +pip/__pip-runner__.py,sha256=720Mt6h07Uce52v80EOF__JYauoLw9b7Pfs_5B91isg,1451 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=S7i9Dn9aSZS0MG-2Wrve3dV9TImPzvQn5jjhp9t_uf0,511 +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=XpgOIlTQLgz3PvDT2n7j2NzX_rVFZLCIG7t7b2ddhcM,21911 +pip/_internal/cache.py,sha256=nMh48Yv3yu1HS1yCdscouu6B6B5zYBWdV6bhqs7gL-E,10345 +pip/_internal/cli/__init__.py,sha256=Iqg_tKA771XuMO1P4t_sDHnSKPzkUb9D0DqunAmw_ko,131 +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=ZG2cM03nlcNrs-WG_SFTW46isx9s2Go5lUD_8-iv70o,7193 +pip/_internal/cli/base_command.py,sha256=-oJs5lKaPD2RXBuByBfKvumAa1XNYVthv0Pm0RXwGgA,9579 +pip/_internal/cli/cmdoptions.py,sha256=QHfUaPmZNMumZJPS5Jmavh8jNbI7T3Vi8BYVEkqFHxY,37593 +pip/_internal/cli/command_context.py,sha256=kmu3EWZbfBega1oDamnGJTA_UaejhIQNuMj2CVmMXu0,817 +pip/_internal/cli/index_command.py,sha256=PTcKSd-J3bUalzDO9kNvZ3mEGiJXix32Q4fPwkxSXIc,7094 +pip/_internal/cli/main.py,sha256=ljDQBkvBtC8xTjOdb6rDJzJUNi1s-PnVR_W5C-Mq0Dk,3137 +pip/_internal/cli/main_parser.py,sha256=YjzJAjqf78ARNsLlnJT9l6fNbpyDPJA-arOIXYsK5Ik,4403 +pip/_internal/cli/parser.py,sha256=EIFExrWX_1nrl1Ib--GOor70WYqLtduHByenb1u9xH4,13827 +pip/_internal/cli/progress_bars.py,sha256=IW1PH5n2FPqUBTP7ULQ5Yu-wyNNO9XGY3g1PT4RMu44,4706 +pip/_internal/cli/req_command.py,sha256=KmCppnkf7M6SvJIVrds0ng83HFMZ2z4Y6pg1yCnyjDM,17484 +pip/_internal/cli/spinners.py,sha256=EJzZIZNyUtJljp3-WjcsyIrqxW-HUsfWzhuW84n_Tqw,7362 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=aNeCbQurGWihfhQq7BqaLXHqWDQ0i3I04OS7kxK6plQ,4026 +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__/lock.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=XjT7kjY8GSISMksFHsLvjS9Ogfi5extNlUUv-dUoWCM,9142 +pip/_internal/commands/check.py,sha256=hVFBQezQ3zj4EydoWbFQj_afPUppMt7r9JPAlY22U6Y,2244 +pip/_internal/commands/completion.py,sha256=LjvRIZ6QUiDXJL3IOMFeD-_J97HfjMGgEk0j2tWGu1U,4565 +pip/_internal/commands/configuration.py,sha256=6gNOGrVWnOLU15zUnAiNuOMhf76RRIZvCdVD0degPRk,10105 +pip/_internal/commands/debug.py,sha256=EvBLsRjcTRMrOuyHkLlJS6XODLBbasNlvVzce7cbRvo,6543 +pip/_internal/commands/download.py,sha256=LUNVobuvCdagjLBuPBaxHeBiHEiIe03fTO2m6ahC8qw,5178 +pip/_internal/commands/freeze.py,sha256=fxoW8AAc-bAqB_fXdNq2VnZ3JfWkFMg-bR6LcdDVO7A,3099 +pip/_internal/commands/hash.py,sha256=GO9pRN3wXC2kQaovK57TaLYBMc3IltOH92O6QEw6YE0,1679 +pip/_internal/commands/help.py,sha256=Bz3LcjNQXkz4Cu__pL4CZ86o4-HNLZj1NZWdlJhjuu0,1108 +pip/_internal/commands/index.py,sha256=ZhvgaAu6mkyts25L33mdBw8dfi50rTNJOYLO8GNgM7Y,5514 +pip/_internal/commands/inspect.py,sha256=Lmy7-WHZ7juHp-txjK7U74X3jr5cfvgOMDICyKitriM,3184 +pip/_internal/commands/install.py,sha256=wwtHYQ3UoDxXcMysjTRnbWO8Zeg_C-_Nk9SgMfDHAgo,33733 +pip/_internal/commands/list.py,sha256=7_YwtPHN-RbWPHhCp1hajXN_zNxR9UdsHGUuVJzAVNQ,13638 +pip/_internal/commands/lock.py,sha256=145ihjUK_-7gP8O65XPDi_xMhlh5hne1ptkHdfnbAnQ,6027 +pip/_internal/commands/search.py,sha256=zbMsX_YASj6kXA6XIBgTDv0bGK51xG-CV3IynZJcE-c,5782 +pip/_internal/commands/show.py,sha256=oLVJIfKWmDKm0SsQGEi3pozNiqrXjTras_fbBSYKpBA,8066 +pip/_internal/commands/uninstall.py,sha256=CsOihqvb6ZA6O67L70oXeoLHeOfNzMM88H9g-9aocgw,3868 +pip/_internal/commands/wheel.py,sha256=L9vEzJ_E42scF_Hgh5X4Hk39nqJDKxGg4u7glDYbNWc,5880 +pip/_internal/configuration.py,sha256=WxwwSwY_Bm6QzDgf32BsujEyO8dgRedegCpgbUfDvM8,14568 +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=l-OTCAIs25lsapejA6IYpPZxSM5-BET4sdZDkql8jiY,1830 +pip/_internal/distributions/installed.py,sha256=kgIEE_1NzjZxLBSC-v5s64uOFZlVEt3aPrjTtL6x2XY,929 +pip/_internal/distributions/sdist.py,sha256=RYwQIbuxpKy6OjlBZCAefxpMDaoocUQ4dFtheGsiTOQ,6627 +pip/_internal/distributions/wheel.py,sha256=_HbG0OehF8dwj4UX-xV__tXLwgPus9OjMEf2NTRqBbE,1364 +pip/_internal/exceptions.py,sha256=PXzGfBmUF3rKQQjCAMcJ1fszBw6naL1nTK8CXhIi7zo,32166 +pip/_internal/index/__init__.py,sha256=tzwMH_fhQeubwMqHdSivasg1cRgTSbNg2CiMVnzMmyU,29 +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=R7Gcx_4GEoSEI-iazfAZVEPG3Lp6mbZT4lbAD6NjAc0,16144 +pip/_internal/index/package_finder.py,sha256=fX9lRlfiUkoC96rIiYg4M_bDWVNUpaX2TzXx_FP-aoI,41347 +pip/_internal/index/sources.py,sha256=nXJkOjhLy-O2FsrKU9RIqCOqgY2PsoKWybtZjjRgqU0,8639 +pip/_internal/locations/__init__.py,sha256=iP9yVZn_4iPuNcaUNh2A_vJLcvUZ-8y4zvKLDVEqaM0,14022 +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=jpFj4V00rD9IR3vA9TqrGkwcdNVFc58LsChZavge9JY,5975 +pip/_internal/locations/_sysconfig.py,sha256=8CpTjtxaCzHSCrKpaxWnHE7aKcJrRJRmntR1ZLVysLk,7779 +pip/_internal/locations/base.py,sha256=AImjYJWxOtDkc0KKc6Y4Gz677cg91caMA4L94B9FZEg,2550 +pip/_internal/main.py,sha256=1cHqjsfFCrMFf3B5twzocxTJUdHMLoXUpy5lJoFqUi8,338 +pip/_internal/metadata/__init__.py,sha256=vp-JAxiWg_-l5F8AT0Jcey72uUnh8CDwwol9-KktHZ8,5824 +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=hNvnMHOXLAyNlzirWhPL9Nx2CvCqa1iRma6Osq1YfV8,2711 +pip/_internal/metadata/base.py,sha256=BGuMenlcQT8i7j9iclrfdC3vSwgvhr8gjn955cCy16s,25420 +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=sneVh4_6WxQZK4ljdl3ylVuP-q0ttSqbgl9mWt0HnOg,2804 +pip/_internal/metadata/importlib/_dists.py,sha256=c738sVAKF_zhhyFOIKmLlMadRvGOfEdqcoKjznwpYUI,8711 +pip/_internal/metadata/importlib/_envs.py,sha256=H3qVLXVh4LWvrPvu_ekXf3dfbtwnlhNJQP2pxXpccfU,5333 +pip/_internal/metadata/pkg_resources.py,sha256=NO76ZrfR2-LKJTyaXrmQoGhmJMArALvacrlZHViSDT8,10544 +pip/_internal/models/__init__.py,sha256=AjmCEBxX_MH9f_jVjIGNCFJKYCYeSEe18yyvNx4uRKQ,62 +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__/release_control.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=5TqwJU0YOogo3EsIPohaqQ3Z4hfU4BNNyBYBEJs6Wxw,720 +pip/_internal/models/direct_url.py,sha256=9RS3TQAXknwLd8JOOZWlbBV6WZFs9qn-YAYk0VQ8R_Q,944 +pip/_internal/models/format_control.py,sha256=PwemYG1L27BM0f1KP61rm24wShENFyxqlD1TWu34alc,2471 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=U4MlXWFB-8ev_yheuMO9T2m_y5b4C-hOzVaoHVobl38,2846 +pip/_internal/models/link.py,sha256=zti5UCx1hT03etYqm6MCqFd714clmTgX8rTZT9CKZDQ,21992 +pip/_internal/models/release_control.py,sha256=31Jh-ZHsTIBZLe-7uPNoYLiRSWXAjEI1jGNxwqLKd4A,3365 +pip/_internal/models/scheme.py,sha256=G-O9KElabcXqbPwfE_66lzX5fGahh3Gu6DAkz_9ZhJw,558 +pip/_internal/models/search_scope.py,sha256=_i-Gj_w_FwZAvTs7WhjslBDD70J-8hmIdjXByI8uEZQ,4461 +pip/_internal/models/selection_prefs.py,sha256=0teekwSVxW5MOk0WPG5Novw5q_XJjxijcd75kZO6E9g,1503 +pip/_internal/models/target_python.py,sha256=I0eFS-eia3kwhrOvgsphFZtNAB2IwXZ9Sr9fp6IjBP4,4243 +pip/_internal/models/wheel.py,sha256=1SdfDvN7ALTsbyZ9EOsNy1GPirP1n6EjHyzPrZyLSh8,2920 +pip/_internal/network/__init__.py,sha256=FMy06P__y6jMjUc8z3ZcQdKF-pmZ2zM14_vBeHPGhUI,49 +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=ITcuLus7666whNVJSINuNMRZzNoGHwmqhRnP6hEu0ok,20846 +pip/_internal/network/cache.py,sha256=kmRXKQrG9E26xQRj211LHeEGpDg_SlYU9Dn1fJ-AMeI,4862 +pip/_internal/network/download.py,sha256=8ilZxTWBm9J1TEpupFE56VQ5js3L81rv3X0rZwfBPTg,12625 +pip/_internal/network/lazy_wheel.py,sha256=y9gVksdJCSjnLfYzs_m3DYUAtl3hc_k-xFPDBd9DgOs,7646 +pip/_internal/network/session.py,sha256=WEVgDmI-973anw7dheGs5HN1P6QGzS_kHlZlYazCQ8M,19856 +pip/_internal/network/utils.py,sha256=ACsXd1msqNCidHVXsu7LHUSr8NgaypcOKQ4KG-Z_wJM,4091 +pip/_internal/network/xmlrpc.py,sha256=_-Rnk3vOff8uF9hAGmT6SLALflY1gMBcbGwS12fb_Y4,1830 +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__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=W3b5cmkMWPaE6QIwfzsTayJo7-OlxFHWDxfPuax1KcE,4771 +pip/_internal/operations/build/metadata.py,sha256=INHaeiRfOiLYCXApfDNRo9Cw2xI4VwTc0KItvfdfOjk,1421 +pip/_internal/operations/build/metadata_editable.py,sha256=oWudMsnjy4loO_Jy7g4N9nxsnaEX_iDlVRgCy7pu1rs,1509 +pip/_internal/operations/build/wheel.py,sha256=3bP-nNiJ4S8JvMaBnyessXQUBhxTqt1GBx6DQ1iPJDY,1136 +pip/_internal/operations/build/wheel_editable.py,sha256=q3kfElclM6FutVbFwE87JOTpVWt5ixDf3_UkHAIVfz4,1478 +pip/_internal/operations/check.py,sha256=yC2XWth6iehGGE_fj7XRJLjVKBsTIG3ZoWRkFi3rOwc,5894 +pip/_internal/operations/freeze.py,sha256=PDdY-y_ZtZZJLAKcaWPIGRKAGW7DXR48f0aMRU0j7BA,9854 +pip/_internal/operations/install/__init__.py,sha256=ak-UETcQPKlFZaWoYKWu5QVXbpFBvg0sXc3i0O4vSYY,50 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/wheel.py,sha256=uVPbKD_RqQKdVOP1l0TP_KliNuQWGmtPLH6naPAO9Tc,28614 +pip/_internal/operations/prepare.py,sha256=Gx6r57LG_guvAYGqKUdu_68rHPPkO7CQ_qc2wKnYyss,29046 +pip/_internal/pyproject.py,sha256=J-sTWqC-XfsKQgz9m1bypMWZPHItsSHzIN_NWeIRmhM,4555 +pip/_internal/req/__init__.py,sha256=WcY9z7D3rlIKX1QY8_tRnAsS_poebiGGdtQ7EJ5JQQo,3041 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/pep723.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_dependency_group.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=EXgbMUcAtBaNj6cYms0ZweIxNOSoOPcQG8EqXl9HYhM,22918 +pip/_internal/req/pep723.py,sha256=JsG1p3CaVcW8cjclD2kDj7d9qtVrNQaevY_UnKh00tk,1242 +pip/_internal/req/req_dependency_group.py,sha256=PrWKtlwI8xbWnWEKjXs9RkrpQx2_h02ABefYT0ZdeQg,3145 +pip/_internal/req/req_file.py,sha256=idVj4uVd8yQIBQojoulL1ceXGr1Qk8ongXzwI4vTTss,20521 +pip/_internal/req/req_install.py,sha256=VVzO8UIp6TOU_QCEoSxYdkG39z54pKPQjg8Z6z4WbNM,31845 +pip/_internal/req/req_set.py,sha256=awkqIXnYA4Prmsj0Qb3zhqdbYUmXd-1o0P-KZ3mvRQs,2828 +pip/_internal/req/req_uninstall.py,sha256=dCmOHt-9RaJBq921L4tMH3PmIBDetGplnbjRKXmGt00,24099 +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=RIsqSP79olPdOgtPKW-oOQ364ICVopehA6RfGkRfe2s,577 +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=pMwU11FO1jeWB2vX-wvA5fdyDBPWH6Dccj9qEdh1Z3M,24061 +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=g3qtckAh3E34y-5HrYLlYnOZ9SiPGDISzsqhaRDUAqQ,5903 +pip/_internal/resolution/resolvelib/candidates.py,sha256=4v3A2Q7gS1a1tbMbpho9HliFW4fRmHFuzj8fa7ThZ6c,20912 +pip/_internal/resolution/resolvelib/factory.py,sha256=gWRrcgr64br0ecF_PPxKfneXEzr0k-Solv2X9z3Goj0,36771 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=8bZYDCZLXSdLHy_s1o5f4r15HmKvqFUhzBUQOF21Lr4,6018 +pip/_internal/resolution/resolvelib/provider.py,sha256=X3nrCcVTer3mZSEy-13KiPFBJYmhfWJdA1cr-Gn1q7M,12150 +pip/_internal/resolution/resolvelib/reporter.py,sha256=tEC7MF8IqGU4Ww9t61YVfNFKtoaQpb6-AwLZptJz1VE,3918 +pip/_internal/resolution/resolvelib/requirements.py,sha256=Izl9n8nc188lA1BSPS8QxfudfDQPHgngw-ij6hXt0nQ,8239 +pip/_internal/resolution/resolvelib/resolver.py,sha256=wQ94Hkep-7kWEHAc-NbMJhmzeEzgEAtxeBxyKVzZoeo,13437 +pip/_internal/self_outdated_check.py,sha256=9XxOXPqsZlKceTP2tZS7I7rXjodnqd3GrIQ8U0_L8BM,8097 +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__/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__/pylock.cpython-312.pyc,, +pip/_internal/utils/__pycache__/retry.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=LrzDPZMKVh0rubtCx9vu3XlZbLCSug6VSj4Qsvt66BA,1681 +pip/_internal/utils/compat.py,sha256=C9LHXJAKkwAH8Hn3nPkz9EYK3rqPBeO_IXkOG2zzsdQ,2514 +pip/_internal/utils/compatibility_tags.py,sha256=DiNSLqpuruXUamGQwOJ2WZByDGLTGaXi9O-Xf8fOi34,6630 +pip/_internal/utils/datetime.py,sha256=kuJOf1mW8G5tRFN6jWardddS-9qSaR53lK1jmx3NTZY,868 +pip/_internal/utils/deprecation.py,sha256=oEQltmCq44LQ6EP7NF5bZySMf-wCifoyy9jl361BnVM,4319 +pip/_internal/utils/direct_url_helpers.py,sha256=WCCPJnmoPHz7kiYePrEcVAen2lDpCT9WQVImoHHWCO8,3363 +pip/_internal/utils/egg_link.py,sha256=YWfsrbmfcrfWgqQYy6OuIjsyb9IfL1q_2v4zsms1WjI,2459 +pip/_internal/utils/entrypoints.py,sha256=uPjAyShKObdotjQjJUzprQ6r3xQvDIZwUYfHHqZ7Dok,3324 +pip/_internal/utils/filesystem.py,sha256=GBB42pbxmUgdRAbSgLTRrWQEapyLCDSjxT21DN4QjU8,6812 +pip/_internal/utils/filetypes.py,sha256=sEMa38qaqjvx1Zid3OCAUja31BOBU-USuSMPBvU3yjo,689 +pip/_internal/utils/glibc.py,sha256=sEh8RJJLYSdRvTqAO4THVPPA-YSDVLD4SI9So-bxX1U,3726 +pip/_internal/utils/hashes.py,sha256=38-bCOJSHippQ7r9RttrMHxb2mv3EARt1Gw8kFmW73g,5040 +pip/_internal/utils/logging.py,sha256=6lJWMC6c7_aD_i4sdgaaeb-Tm3kWpYg0hba_V1-OLnE,13414 +pip/_internal/utils/misc.py,sha256=-fF_rOhxBxp57kwGlNl3XziBcs0gCf6D05wxZ-mkoTc,23704 +pip/_internal/utils/packaging.py,sha256=s5tpUmFumwV0H9JSTzryrIY4JwQM8paGt7Sm7eNwt2Y,1601 +pip/_internal/utils/pylock.py,sha256=T4qyd-TWb54wIO5_DdwASATtU7gi08IGEa_-pdFR7HE,9358 +pip/_internal/utils/retry.py,sha256=83wReEB2rcntMZ5VLd7ascaYSjn_kLdlQCqxILxWkPM,1461 +pip/_internal/utils/subprocess.py,sha256=r4-Ba_Yc3uZXQpi0K4pZFsCT_QqdSvtF3XJ-204QWaA,8983 +pip/_internal/utils/temp_dir.py,sha256=D9c8D7WOProOO8GGDqpBeVSj10NGFmunG0o2TodjjIU,9307 +pip/_internal/utils/unpacking.py,sha256=qG9dJp4onk6sXI8adTN0PMTSj-kjjGCtNZnzWsIMVUg,13584 +pip/_internal/utils/urls.py,sha256=aF_eg9ul5d8bMCxfSSSxQcfs-OpJdbStYqZHoy2K1RE,1601 +pip/_internal/utils/virtualenv.py,sha256=mX-UPyw1MPxhwUxKhbqWWX70J6PHXAJjVVrRnG0h9mc,3455 +pip/_internal/utils/wheel.py,sha256=YdRuj6MicG-Q9Mg03FbUv1WTLam6Lc7AgijY4voVyis,4468 +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=3W1eHjkYx2vc6boeb2NBh4I_rlGAXM-vrzfNhLm1Rxg,3734 +pip/_internal/vcs/git.py,sha256=TTeqDuzS-_BFSNuUStVWmE2nGDpKuvUhBBJk_CCQXV0,19144 +pip/_internal/vcs/mercurial.py,sha256=w1ZJWLKqNP1onEjkfjlwBVnMqPZNSIER8ayjQcnTq4w,5575 +pip/_internal/vcs/subversion.py,sha256=uUgdPvxmvEB8Qwtjr0Hc0XgFjbiNi5cbvI4vARLOJXo,11787 +pip/_internal/vcs/versioncontrol.py,sha256=Ma_HMZBVveSkeYvxacvqeujnkSIaF1XjxTsS3BwcJ8E,22599 +pip/_internal/wheel_builder.py,sha256=yvEULStZtty9Kplp89tDis3hGdyKQ-2BUbFLmJ_5ink,9010 +pip/_vendor/README.rst,sha256=t7IinjaiuwUh812XmVApQHJb8pTw33U8A9URqy6GlF4,9222 +pip/_vendor/__init__.py,sha256=WzusPTGWIMeQQWSVJ0h2rafGkVTa9WKJ2HT-2-EoZrU,4907 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/LICENSE.txt,sha256=hu7uh74qQ_P_H1ZJb0UfaSQ5JvAl_tuwM2ZsMExMFhs,558 +pip/_vendor/cachecontrol/__init__.py,sha256=GxwRkm_TQBtPZpfpVK9r6S9dAy2DVnVgDVHJKTiPZ1k,820 +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=W-HW-l01gyCsnxkOyCbqx7sxrWYoBbKrDsKkVVQN6NE,6586 +pip/_vendor/cachecontrol/cache.py,sha256=OXwv7Fn2AwnKNiahJHnjtvaKLndvVLv_-zO-ltlV9qI,1953 +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=d8upFmy_zwaCmlbWEVBlLXFddt8Zw8c5SFpxeOZsdfw,4117 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=xBauC-vUSu5GsJsxD4-W-JaKqqbBz0MN6Zv8PA2N8hI,19102 +pip/_vendor/cachecontrol/filewrapper.py,sha256=DhxC_rSk-beKdbsYhfvBUDovQHX9r3gHH_jP9-q_mKk,4354 +pip/_vendor/cachecontrol/heuristics.py,sha256=gqMXU8w0gQuEQiSdu3Yg-0vd9kW7nrWKbLca75rheGE,4881 +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/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +pip/_vendor/certifi/__init__.py,sha256=c9eaYufv1pSLl0Q8QNcMiMLLH4WquDcxdPyKjmI4opY,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=_JFloSQDJj5-v72te-ej6sD6XTJdPHBGXyjTaQByyig,272441 +pip/_vendor/certifi/core.py,sha256=gu_ECVI1m3Rq0ytpsNE61hgQGcKaOAt9Rs9G8KsTCOI,3442 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/distlib/LICENSE.txt,sha256=gI4QyKarjesUn_mz-xn0R6gICUYG1xKpylf-rTVSWZ0,14531 +pip/_vendor/distlib/__init__.py,sha256=Deo3uo98aUyIfdKJNqofeSEFWwDzrV2QeGLXLsgq0Ag,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.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/compat.py,sha256=2jRSjRI4o-vlXeTK2BCGIUhkc6e9ZGhSsacRM5oseTw,41467 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=Qvp76E9Jc3IgyYubnpqI9fS7eseGOe4FjpeVKqKt9Iw,18612 +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=vMPGvsS4j9hF6Y9k3Tyom1aaHLb0rFmZAEyzeAdel9w,66682 +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/distro/LICENSE,sha256=y16Ofl9KOYjhBjwULGDcLfdWBfTEZRXnduOspt-XbhQ,11325 +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/LICENSE.md,sha256=t6M2q_OwThgOwGXN0W5wXQeeHMehT5EKpukYfza5zYc,1541 +pip/_vendor/idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +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=M2SGWN7cs_6B32QmKTyTN6xQGZeYQgQ2wiX3_DR6loE,3438 +pip/_vendor/idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +pip/_vendor/idna/core.py,sha256=P26_XVycuMTZ1R2mNK1ZREVzM5mvTzdabBXfyZVU1Lc,13246 +pip/_vendor/idna/idnadata.py,sha256=SG8jhaGE53iiD6B49pt2pwTv_UvClciWE-N54oR2p4U,79623 +pip/_vendor/idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +pip/_vendor/idna/package_data.py,sha256=_CUavOxobnbyNG2FLyHoN8QHP3QM9W1tKuw7eq9QwBk,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=H9J35VkD0F9L9mKOqjeNGd2A-Va6FlPoz6Jz4K7h-ps,243725 +pip/_vendor/msgpack/COPYING,sha256=SS3tuoXaWHL3jmCRvNH-pHTWYNNay03ulkuKqz8AdCc,614 +pip/_vendor/msgpack/__init__.py,sha256=RA8gcqK17YpkxBnNwXJVa1oa2LygWDgfF1nA1NPw3mo,1109 +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=kteJv03n9tYzd5oo3xYopVTo4vRaAxonBQQJhXohZZo,5726 +pip/_vendor/msgpack/fallback.py,sha256=0g1Pzp0vtmBEmJ5w9F3s_-JMVURP8RS4G1cc5TRaAsI,32390 +pip/_vendor/packaging/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +pip/_vendor/packaging/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +pip/_vendor/packaging/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +pip/_vendor/packaging/__init__.py,sha256=QhMEdPu2XogrJzV3S0KWS6t7l0I9k8EeDRJl4fnw87s,494 +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__/dependency_groups.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/direct_url.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/pylock.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=-sKkptYqzYw2-x3QByJa5mB4rfPWu1pxkZHRx1WAFCY,3211 +pip/_vendor/packaging/_manylinux.py,sha256=Hf6nB0cOrayEs96-p3oIXAgGnFquv20DO5l-o2_Xnv0,9559 +pip/_vendor/packaging/_musllinux.py,sha256=Z6swjH3MA7XS3qXnmMN7QPhqP3fnoYI0eQ18e9-HgAE,2707 +pip/_vendor/packaging/_parser.py,sha256=Kf2nsDw4c54X82pY8ba4F02Bve6OygGMAjL-Begqcew,11698 +pip/_vendor/packaging/_structures.py,sha256=60jRbF78p8z5MKnNd6cAprgOadCJHV0DlmUmRBqFZcs,1109 +pip/_vendor/packaging/_tokenizer.py,sha256=tFU2Wr-ZZJdAbkXLEJo7qUQDJaIkfft9DqaifiEND7A,5391 +pip/_vendor/packaging/dependency_groups.py,sha256=XZIAVFK9uHG4RCGprmJn3VInUWMesxha_kytJuMO9eY,10218 +pip/_vendor/packaging/direct_url.py,sha256=eKmbDiPP1sLV4Mj_kCSZqqknrIyVO9Sr7JpF8KCjp4U,10917 +pip/_vendor/packaging/errors.py,sha256=6hfEYXAf8v_IF65-lFadJOMIieBP2xIKtyEXjG1nGIs,2680 +pip/_vendor/packaging/licenses/__init__.py,sha256=_Jx0XRiD_58palsWnyLrLuh59ZpGCPIPXLKdZo9OJvQ,7293 +pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc,, +pip/_vendor/packaging/licenses/_spdx.py,sha256=WW7DXiyg68up_YND_wpRYlr1SHhiV4FfJLQffghhMxQ,51122 +pip/_vendor/packaging/markers.py,sha256=QixBVcb9D2HjwEYiuhpNkbqk9znPRbU8zNX0kR1RIrU,17067 +pip/_vendor/packaging/metadata.py,sha256=crAh0E3GVGVqPlu6EdRFsaG-Y6UYznTUqjuGKRGPv6c,38770 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/pylock.py,sha256=G_1gncTmDbRLY1jo4VDI9Uw-b5IErh_Q9V_BbVJTmD8,33890 +pip/_vendor/packaging/requirements.py,sha256=Q-BdEHVW5K785GBXt7RcP4UEsdIKWoWFqlrHjR4WV50,4395 +pip/_vendor/packaging/specifiers.py,sha256=3XBcSslm-YQEEEO_zrv4F6dR5wRxs4ErJvJ0vjNBfGM,71550 +pip/_vendor/packaging/tags.py,sha256=ANYHZxYQVp9BlOQYOHU5ArDNVIpTFl4KlbocYVBWnFs,34236 +pip/_vendor/packaging/utils.py,sha256=M7-JMKic2sP1YtV_8aW7eVGB-x3ADuKCiSrsVeCd2Uo,9848 +pip/_vendor/packaging/version.py,sha256=Mcu7Tf6Y1i0gQ4FXv4t0g8cbL5joAEshjgIpz_2vISI,38393 +pip/_vendor/pkg_resources/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +pip/_vendor/pkg_resources/__init__.py,sha256=vbTJ0_ruUgGxQjlEqsruFmiNPVyh2t9q-zyTDT053xI,124451 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089 +pip/_vendor/platformdirs/__init__.py,sha256=UfeSHWl8AeTtbOBOoHAxK4dODOWkZtfy-m_i7cWdJ8c,22344 +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=r0DshVBf-RO1jXJGX8C4Til7F1XWt-bkdWMgmvEiaYg,9013 +pip/_vendor/platformdirs/api.py,sha256=wPHOlwOsfz2oqQZ6A2FcCu5kEAj-JondzoNOHYFQ0h8,9281 +pip/_vendor/platformdirs/macos.py,sha256=0XoOgin1NK7Qki7iskD-oS8xKxw6bXgoKEgdqpCRAFQ,6322 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=WZmkUA--L3JNRGmz32s35YfoD3ica6xKIPdCV_HhLcs,10458 +pip/_vendor/platformdirs/version.py,sha256=BI_dKLSMwlkl57vlxZnT8oVjPiUC2W_sdx_8_h99HeQ,704 +pip/_vendor/platformdirs/windows.py,sha256=XvCfklGUMVxJbXit51jpYMN-lNeScPB82qS1CAeplL0,10362 +pip/_vendor/pygments/LICENSE,sha256=qdZvHVJt8C4p3Oc0NtNOVuhjL0bCdbvf_HBWnogvnxc,1331 +pip/_vendor/pygments/__init__.py,sha256=8uNqJCCwXqbEx5aSsBr0FykUQOBDKBihO5mPqiw1aqo,2983 +pip/_vendor/pygments/__main__.py,sha256=WrndpSe6i1ckX_SQ1KaxD9CTKGzD0EuCOFxcbwFpoLU,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.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/console.py,sha256=AagDWqwea2yBWf10KC9ptBgMpMjxKp8yABAmh-NQOVk,1718 +pip/_vendor/pygments/filter.py,sha256=YLtpTnZiu07nY3oK9nfR6E9Y1FBHhP5PX8gvkJWcfag,1910 +pip/_vendor/pygments/filters/__init__.py,sha256=4U4jtA0X3iP83uQnB9-TI-HDSw8E8y8zMYHa0UjbbaI,40392 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=KZQMmyo_xkOIkQG8g66LYEkBh1bx7a0HyGCBcvhI9Ew,4390 +pip/_vendor/pygments/formatters/__init__.py,sha256=KTwBmnXlaopJhQDOemVHYHskiDghuq-08YtP6xPNJPg,5385 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/lexer.py,sha256=_kBrOJ_NT5Tl0IVM0rA9c8eysP6_yrlGzEQI0eVYB-A,35349 +pip/_vendor/pygments/lexers/__init__.py,sha256=wbIME35GH7bI1B9rNPJFqWT-ij_RApZDYPUlZycaLzA,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=l4tCXM8e9aPC2BD6sjIr0deT-J-z5tHgCwL-p1fS0PE,77602 +pip/_vendor/pygments/lexers/python.py,sha256=vxjn1cOHclIKJKxoyiBsQTY65GHbkZtZRuKQ2AVCKaw,53853 +pip/_vendor/pygments/modeline.py,sha256=K5eSkR8GS1r5OkXXTHOcV0aM_6xpk9eWNEIAW-OOJ2g,1005 +pip/_vendor/pygments/plugin.py,sha256=tPx0rJCTIZ9ioRgLNYG4pifCbAwTRUZddvLw-NfAk2w,1891 +pip/_vendor/pygments/regexopt.py,sha256=wXaP9Gjp_hKAdnICqoDkRxAOQJSc4v3X6mcxx3z-TNs,3072 +pip/_vendor/pygments/scanner.py,sha256=nNcETRR1tRuiTaHmHSTTECVYFPcLf6mDZu1e4u91A9E,3092 +pip/_vendor/pygments/sphinxext.py,sha256=5x7Zh9YlU6ISJ31dMwduiaanb5dWZnKg3MyEQsseNnQ,7981 +pip/_vendor/pygments/style.py,sha256=PlOZqlsnTVd58RGy50vkA2cXQ_lP5bF5EGMEBTno6DA,6420 +pip/_vendor/pygments/styles/__init__.py,sha256=x9ebctfyvCAFpMTlMJ5YxwcNYBzjgq6zJaKkNm78r4M,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=WbdWGhYm_Vosb0DDxW9lHNPgITXfWTsQmHt6cy9RbcM,6226 +pip/_vendor/pygments/unistring.py,sha256=al-_rBemRuGvinsrM6atNsHTmJ6DUbw24q2O2Ru1cBc,63208 +pip/_vendor/pygments/util.py,sha256=oRtSpiAo5jM9ulntkvVbgXUdiAW57jnuYGB7t9fYuhc,10031 +pip/_vendor/pyproject_hooks/LICENSE,sha256=GyKwSbUmfW38I6Z79KhNjsBLn9-xpR02DkK0NCyLQVQ,1081 +pip/_vendor/pyproject_hooks/__init__.py,sha256=cPB_a9LXz5xvsRbX1o2qyAdjLatZJdQ_Lc5McNX-X7Y,691 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_impl.py,sha256=jY-raxnmyRyB57ruAitrJRUzEexuAhGTpgMygqx67Z4,14936 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=MJNPpfIxcO-FghxpBbxkG1rFiQf6HOUbV4U5mq0HFns,557 +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=qcXMhmx__MIJq10gGHW3mA4Tl8dy8YzHMccwnNoKlw0,12216 +pip/_vendor/pyproject_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/requests/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142 +pip/_vendor/requests/__init__.py,sha256=b6rlXPyuiLAd-s-pEPX7IejJnmIH1epCOFo_mLJrAck,5029 +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=nZ3xT2HoQjEOL4OW7CM2tBWtrpfclaxuSz3bQZf_mbI,435 +pip/_vendor/requests/_internal_utils.py,sha256=9_7fcdYfMFDfyK4hD2OsRgiGiq8kDwdZcGuRqkP5R1g,1502 +pip/_vendor/requests/adapters.py,sha256=VahmpDjZCd8ERe4FfTci9NHXvtIOF7ds06gX0kWZfpo,26292 +pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +pip/_vendor/requests/auth.py,sha256=KHXfnbNH2Fe4rdGJK3raL4O3nxkXyUlLizJJBEguhSc,10170 +pip/_vendor/requests/certs.py,sha256=eD1G0RoMZ3kA0lydkw7oo0lmcKqvD1hhz6yOlgSKm8w,442 +pip/_vendor/requests/compat.py,sha256=QfbmdTFiZzjSHMXiMrd4joCRU6RabtQ9zIcPoVaHIus,1822 +pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +pip/_vendor/requests/exceptions.py,sha256=fz5n2nffa7Q30Ho9AnCuNekOo0S3BDIS7Vk4HQlakWs,4273 +pip/_vendor/requests/help.py,sha256=lREO92zUuXe0gnkptnlWRtNVqdJ3SeNwSbHgAzqMa0Q,3740 +pip/_vendor/requests/hooks.py,sha256=9frYhALsLBkHH76G-HYqvAvssSlu1C1b7L68cAs-E5g,734 +pip/_vendor/requests/models.py,sha256=tvq5Hri4ZuW2oyQYHfoZ5oc688k8DzskE2au5sZWCUE,35530 +pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 +pip/_vendor/requests/sessions.py,sha256=gbmlsNSi96sIig0mrtHzZAZT_fOIWToe-YnW7v5ptKI,30645 +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=xpNppxOSoknLCd_nYKRM-80QrhxkZluQfiH5zOUMji8,32978 +pip/_vendor/resolvelib/LICENSE,sha256=84j9OMrRMRLB3A9mm76A5_hFQe26-3LzAw0sp2QsPJ0,751 +pip/_vendor/resolvelib/__init__.py,sha256=yoX-d4STvwGGCiQRE5cJC9Cter69SgVgqClxOCvSP7M,541 +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__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/providers.py,sha256=pIWJbIdJJ9GFtNbtwTH0Ia43Vj6hYCEJj2DOLue15FM,8914 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=pNJf4nFxLpAeKxlBUi2GEj0a2Ij1nikY0UabTKXesT4,2037 +pip/_vendor/resolvelib/resolvers/__init__.py,sha256=728M3EvmnPbVXS7ExXlv2kMu6b7wEsoPutEfl-uVk_I,640 +pip/_vendor/resolvelib/resolvers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/resolvers/__pycache__/abstract.cpython-312.pyc,, +pip/_vendor/resolvelib/resolvers/__pycache__/criterion.cpython-312.pyc,, +pip/_vendor/resolvelib/resolvers/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/resolvelib/resolvers/__pycache__/resolution.cpython-312.pyc,, +pip/_vendor/resolvelib/resolvers/abstract.py,sha256=CNeQPnpAudY77nmzOkONSmAgRlzIf06X-X9mvRYODms,1543 +pip/_vendor/resolvelib/resolvers/criterion.py,sha256=lcmZGv5sKHOnFD_RzZwvlGSj19MeA-5rCMpdf2Sgw7Y,1768 +pip/_vendor/resolvelib/resolvers/exceptions.py,sha256=ln_jaQtgLlRUSFY627yiHG2gD7AgaXzRKaElFVh7fDQ,1768 +pip/_vendor/resolvelib/resolvers/resolution.py,sha256=3J_zkW-sD3EY-BlNXjyln__njpyH5n0UZJT6uV7CheA,24212 +pip/_vendor/resolvelib/structs.py,sha256=pu-EJiR2IBITr2SQeNPRa0rXhjlStfmO_GEgAhr3004,6420 +pip/_vendor/rich/LICENSE,sha256=3u18F6QxgVgZCj6iOcyHmlpQJxzruYrnAl9I--WNyhU,1056 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=e_aVC-tDzarWQW9SuZMuCgBr6ODV_iDNV2Wh2xkxOlw,7896 +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=ROT0PLC2GMWialWZkqJIjmYq7INRijQQkoSokWTaAiI,9656 +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=ADGKp1yt-k70FMKV6tnqCqecB-rSJzp-WQsD7LPL-kg,1394 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=IOtl78sQCYZsmHyxhe45krkb68u9xVz7zFsXVJD-b2Y,5325 +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=BSaDRIMwBLITn_m0mTRLPqME5q-quGdSMuYMpYeYJwc,22755 +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=dg-7uY0ukMLLlUEsBDRLva22_sQgIJD4BK0dmZHFHug,10324 +pip/_vendor/rich/ansi.py,sha256=Avs1LHbSdcyOvDOdpELZUoULcBiYewY76eNBp6uFBhs,6921 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=kmavBc_dn73L_g_8vxWSwYJD2uzBXOUFTtJOfpbczcM,10686 +pip/_vendor/rich/cells.py,sha256=KrQkj5-LghCCpJLSNQIyAZjndc4bnEqOEmi5YuZ9UCY,5130 +pip/_vendor/rich/color.py,sha256=3HSULVDj7qQkXUdFWv78JOiSZzfy5y1nkcYhna296V0,18211 +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=t9azZpmRMVU5cphVBZSShNsmBxd2-IAWcTTlhor-E1s,100849 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 +pip/_vendor/rich/control.py,sha256=EUTSUFLQbxY6Zmo_sdM-5Ls323vIHTBfN8TPulqeHUY,6487 +pip/_vendor/rich/default_styles.py,sha256=khQFqqaoDs3bprMqWpHw8nO5UpG2DN6QtuTd6LzZwYc,8257 +pip/_vendor/rich/diagnose.py,sha256=fJl1TItRn19gGwouqTg-8zPUW3YqQBqGltrfPQs1H9w,1025 +pip/_vendor/rich/emoji.py,sha256=Wd4bQubZdSy6-PyrRQNuMHtn2VkljK9uPZPVlu2cmx0,2367 +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=_iz9lIpRgvW7MNSeCZnLg-HwzbP4GETg543WqD8SFs0,2484 +pip/_vendor/rich/highlighter.py,sha256=G_sn-8DKjM1sEjLG_oc4ovkWmiUpWvj8bXi0yed2LnY,9586 +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=tF3ukAAJZ_N2ZbGclqZ-iwLoIoZ8f0HHUz79jAyJqj8,15180 +pip/_vendor/rich/live_render.py,sha256=It_39YdzrBm8o3LL0kaGorPFg-BfZWAcrBjLjFokbx4,3521 +pip/_vendor/rich/logging.py,sha256=5KaPPSMP9FxcXPBcKM4cGd_zW78PMgf-YbMVnvfSw0o,12468 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=KVEI3tOwo9sgK1YNSuH__M1_jUWmLZwRVV_KmOtVzyM,4908 +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=9sQl00hPIqH5G2gALQo4NepFwpP0k9wT-s_gOms5pIc,11157 +pip/_vendor/rich/pretty.py,sha256=gy3S72u4FRg2ytoo7N1ZDWDIvB4unbzd5iUGdgm-8fc,36391 +pip/_vendor/rich/progress.py,sha256=CUc2lkU-X59mVdGfjMCBkZeiGPL3uxdONjhNJF2T7wY,60408 +pip/_vendor/rich/progress_bar.py,sha256=mZTPpJUwcfcdgQCTTz3kyY-fc79ddLwtx6Ghhxfo064,8162 +pip/_vendor/rich/prompt.py,sha256=l0RhQU-0UVTV9e08xW1BbIj0Jq2IXyChX4lC0lFNzt4,12447 +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=otnKeKGEV-WRlQVosfJVeFDcDxAKHpvJ_hLzSu5lumM,24743 +pip/_vendor/rich/spinner.py,sha256=onIhpKlljRHppTZasxO8kXgtYyCHUkpSgKglRJ3o51g,4214 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=W9Ccy8Py8lNICtlfcp-ryzMTuQaGxAU3av7-g5fHu0s,26990 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=eDKIRwl--eZ0Lwo2da2RRtfutXGavrJO61Cl5OkS59U,36371 +pip/_vendor/rich/table.py,sha256=ZmT7V7MMCOYKw7TGY9SZLyYDf6JdM-WVf07FdVuVhTI,40049 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=AO7JPCz6-gaN1thVLXMBntEmDPVYFgFNG1oM61_sanU,47552 +pip/_vendor/rich/theme.py,sha256=oNyhXhGagtDlbDye3tVu3esWOWk0vNkuxFw-_unlaK0,3771 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=c0WmB_L04_UfZbLaoH982_U_s7eosxKMUiAVmDPdRYU,35861 +pip/_vendor/rich/tree.py,sha256=yWnQ6rAvRGJ3qZGqBrxS2SW2TKBTNrP0SdY8QxOFPuw,9451 +pip/_vendor/tomli/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 +pip/_vendor/tomli/__init__.py,sha256=qs0S40oJfkXIQkncdYZzP8xYf0pUJb180xGS3jQPXtc,314 +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=3FFi5lACz9ef4mjYKW4Sw48e15hvdgAOIEvFANUcft8,26232 +pip/_vendor/tomli/_re.py,sha256=n8-Io8ZK1U-F6jzlg7Pabc40hLFJsawE2uNLKH9w7iU,3235 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/tomli_w/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 +pip/_vendor/tomli_w/__init__.py,sha256=0F8yDtXx3Uunhm874KrAcP76srsM98y7WyHQwCulZbo,169 +pip/_vendor/tomli_w/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli_w/__pycache__/_writer.cpython-312.pyc,, +pip/_vendor/tomli_w/_writer.py,sha256=dsifFS2xYf1i76mmRyfz9y125xC7Z_HQ845ZKhJsYXs,6961 +pip/_vendor/tomli_w/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/LICENSE,sha256=M757fo-k_Rmxdg4ajtimaL2rhSyRtpLdQUJLy3Jan8o,1086 +pip/_vendor/truststore/__init__.py,sha256=Bu7kqkmpunhLsj5xCu8gT_25ktoPXcSnwe8VHk1GmJo,1320 +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=CYJCV5BTfttZYfqY3movdMBE-8az7uhET_LYbKT2Nn4,11413 +pip/_vendor/truststore/_macos.py,sha256=nZlLkOmszUE0g6ryRwBVGY5COzPyudcsiJtDWarM5LQ,20503 +pip/_vendor/truststore/_openssl.py,sha256=zB-SQvJydks7tQ0yIwrP6GD3fQNSSaPiq7zw4yF5T40,2412 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=rAHyKYD8M7t-bXfG8VgOVa3TpfhVhbt4rZQlO45YuP8,17993 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/LICENSE.txt,sha256=Ew46ZNX91dCWp1JpRjSn2d8oRGnehuVzIQAmgEHj1oY,1093 +pip/_vendor/urllib3/__init__.py,sha256=JMo1tg1nIV1AeJ2vENC_Txfl0e5h6Gzl9DGVk1rWRbo,6979 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_base_connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_request_methods.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__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_base_connection.py,sha256=T1cwH3RhzsrBh6Bz3AOGVDboRsE7veijqZPXXQTR2Rg,5568 +pip/_vendor/urllib3/_collections.py,sha256=UvV7UqtGTSKdvw8N_LxWuEikZLm5gB1zFfTZYH9KhAk,17595 +pip/_vendor/urllib3/_request_methods.py,sha256=gCeF85SO_UU4WoPwYHIoz_tw-eM_EVOkLFp8OFsC7DA,9931 +pip/_vendor/urllib3/_version.py,sha256=vKE8or0mmqgsFpVb7FYms-nNOVCPPAEifgxVrTaPByw,704 +pip/_vendor/urllib3/connection.py,sha256=1ZR2gqfFdIzTYIUwF0K5nftg26hLqU5nr1yHTdKb7WA,42800 +pip/_vendor/urllib3/connectionpool.py,sha256=ZEhudsa8BIubD2M0XoxBBsjxbsXwMgUScH7oQ9i-j1Y,43371 +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__/pyopenssl.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/__init__.py,sha256=ZruXaWKVzAEJdqNH3NEh0mrHrw--2VZYb0zX0RonNZA,870 +pip/_vendor/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/emscripten/connection.py,sha256=giElsBoUsKVURbZzb8GCrJmqW23Xnvj2aNyQVF42slg,8960 +pip/_vendor/urllib3/contrib/emscripten/emscripten_fetch_worker.js,sha256=z1k3zZ4_hDKd3-tN7wzz8LHjHC2pxN_uu8B3k9D9A3c,3677 +pip/_vendor/urllib3/contrib/emscripten/fetch.py,sha256=5xcd--viFxZd2nBy0aK73dtJ9Tsh1yYZU_SUXwnwibk,23520 +pip/_vendor/urllib3/contrib/emscripten/request.py,sha256=mL28szy1KvE3NJhWor5jNmarp8gwplDU-7gwGZY5g0Q,566 +pip/_vendor/urllib3/contrib/emscripten/response.py,sha256=7oVPENYZHuzEGRtG40HonpH5tAIYHsGcHPbJt2Z0U-Y,9507 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=nXZKMoHsi4mPP5K3rh0OdIbxNIf8AZ0mFUEe46G2kec,19750 +pip/_vendor/urllib3/contrib/socks.py,sha256=eB2eWfu8Wz1fn-qvr_qE_dZAceck2Ncv7XQ15DlvVbU,7547 +pip/_vendor/urllib3/exceptions.py,sha256=eeQ77nJjF97bP6SvCK4gmx6BpQZKU8yjvM-AIDwZdX8,9952 +pip/_vendor/urllib3/fields.py,sha256=FCf7UULSkf10cuTRUWTQESzxgl1WT8e2aCy3kfyZins,10829 +pip/_vendor/urllib3/filepost.py,sha256=U8eNZ-mpKKHhrlbHEEiTxxgK16IejhEa7uz42yqA_dI,2388 +pip/_vendor/urllib3/http2/__init__.py,sha256=xzrASH7R5ANRkPJOot5lGnATOq3KKuyXzI42rcnwmqs,1741 +pip/_vendor/urllib3/http2/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/http2/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/http2/__pycache__/probe.cpython-312.pyc,, +pip/_vendor/urllib3/http2/connection.py,sha256=bHMH6fNvatwXPrKqrcn74yA3pUWcqPDppnK1LcKCbP8,12578 +pip/_vendor/urllib3/http2/probe.py,sha256=nnAkqbhAakOiF75rz7W0udZ38Eeh_uD8fjV74N73FEI,3014 +pip/_vendor/urllib3/poolmanager.py,sha256=2pkDujt-6CTSerSwXfkxTvcM93E2lsNHHb4J_Ae6NNM,23845 +pip/_vendor/urllib3/py.typed,sha256=UaCuPFa3H8UAakbt-5G8SPacldTOGvJv18pPjUJ5gDY,93 +pip/_vendor/urllib3/response.py,sha256=eEj6tX98Zp21lgRC8xAHPdiI5bRdHlkuKUcAjrUyU78,52743 +pip/_vendor/urllib3/util/__init__.py,sha256=-qeS0QceivazvBEKDNFCAI-6ACcdDOE4TMvo7SLNlAQ,1001 +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__/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__/util.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=JjO722lzHlzLXPTkr9ZWBdhseXnMVjMSb1DJLVrXSnQ,4444 +pip/_vendor/urllib3/util/proxy.py,sha256=seP8-Q5B6bB0dMtwPj-YcZZQ30vHuLqRu-tI0JZ2fzs,1148 +pip/_vendor/urllib3/util/request.py,sha256=p9Ki9eo1tFBO-jqV_7KmmJ60RKqoY2r4ao0SmaHLyOs,8086 +pip/_vendor/urllib3/util/response.py,sha256=vQE639uoEhj1vpjEdxu5lNIhJCSUZkd7pqllUI0BZOA,3374 +pip/_vendor/urllib3/util/retry.py,sha256=WOcIHVaxKf-dVb89lUbpvcpeM7rNYF_vsKsCOKw10Z8,19235 +pip/_vendor/urllib3/util/ssl_.py,sha256=Y9RNkWCIehDxIRvyFnHUjiMlPolm368GYMya2YdDOag,19929 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Di7DU7zokoltapT_F0Sj21ffYxwaS_cE5apOtwueeyA,5845 +pip/_vendor/urllib3/util/ssltransport.py,sha256=Ez4O8pR_vT8dan_FvqBYS6dgDfBXEMfVfrzcdUoWfi4,8847 +pip/_vendor/urllib3/util/timeout.py,sha256=vsUJRpO0nfKk-y1OKlgFGY1ONJGPgkaZ7B7kruEpVYw,10363 +pip/_vendor/urllib3/util/url.py,sha256=PEDQMypidude0nAZctLLiFK9epN-LPnSH7KpOLLwqH0,15256 +pip/_vendor/urllib3/util/util.py,sha256=j3lbZK1jPyiwD34T8IgJzdWEZVT-4E-0vYIJi9UjeNA,1146 +pip/_vendor/urllib3/util/wait.py,sha256=_ph8IrUR3sqPqi0OopQgJUlH4wzkGeM5CiyA7XGGtmI,4423 +pip/_vendor/vendor.txt,sha256=52c7zlghmshnINutv0knkh1sIT8jY7epMMHgFZTuowI,316 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/REQUESTED b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/WHEEL b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/WHEEL new file mode 100644 index 0000000..d8b9936 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.12.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/entry_points.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/entry_points.txt new file mode 100644 index 0000000..c6436d2 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip=pip._internal.cli.main:main +pip3=pip._internal.cli.main:main + diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/AUTHORS.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/AUTHORS.txt new file mode 100644 index 0000000..fc7d8cd --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/AUTHORS.txt @@ -0,0 +1,868 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Aarni Koskela +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Turner +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 +Alessandro Molina +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Regueiro +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Aman +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 Lambert +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Anton Zelenov +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 +Bradley Reynolds +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 Brown +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Charlie Marsh +charwick +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 Hollas +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 +Denis Roussel (ACSONE) +Denise Yu +dependabot[bot] +derwolfe +Desetude +developer +Devesh Kumar +Devesh Kumar Singh +devsagul +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dimitri Papadopoulos Orfanos +Dirk Stolle +dkjsone +Dmitrii Sutiagin +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 +Fredrik Roubert +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Gene Wood +Geoffrey Sneddon +George Margaritis +George Song +Georgi Valkov +Georgy Pchelkin +Gertjan van Zwieten +ghost +Giancarlo Cicellyn Comneno +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guido Diepen +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +Harsha Sai +harupy +Harutaka Kawamura +Hasan-8326 +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +iamsrp-deshaw +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ikko Ashimine +Ilan Schnell +Illia Volochii +Ilya Abdolmanafi +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +iTrooz +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +Jake Lishman +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James +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 +Joa +Joe Bylund +Joe Michelini +Johannes Altmanninger +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 +JoshuaPerdue +Jost Migenda +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Julien Stephan +July Tikhonov +Jussi Kukkonen +Justin van Heek +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +Karolina Surma +kasium +kaustav haldar +Kaz Nishimura +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kevin Turcios +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +konstin +kpinc +Krishan Bhasin +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 +MajorTanya +Malcolm Smith +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 +Mateusz Sokół +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 +Md Sujauddin Sekh +mdebi +Meet Vasita +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 +MUTHUSRIHEMADHARSHINI S A +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 +Norbert Manthey +Nothing-991 +Nowell Strite +NtaleGrey +nucccc +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oleg Burnaev +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +oxygen dioxide +Oz N Tiram +Pachwenko +Paresh Joshi +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 +qraqras +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Ran Benita +Randy Döring +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 +Rodney, Tiara +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 +Ryuma Asai +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 +Sepehr Rasouli +sepehrrasooli +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shenxianpeng +shireenrao +Shivansh-007 +Shixian Sheng +Shlomi Fish +Shovan Maity +Shubham Nagure +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Srishti Hegde +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephane Chazelas +Stephen Payne +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 +S​age Abdullah +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Terrance +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 Fazio +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Weida Hong +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 +Yash +Yashraj +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yuki Kobayashi +Yusuke Hayashi +Zachary Ware +zackzack38 +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt new file mode 100644 index 0000000..d8b3b56 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/cachecontrol/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright 2012-2021 Eric Larson + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/certifi/LICENSE @@ -0,0 +1,20 @@ +This package contains a modified version of ca-bundle.crt: + +ca-bundle.crt -- Bundle of CA Root Certificates + +This is a bundle of X.509 certificates of public Certificate Authorities +(CA). These were automatically extracted from Mozilla's root certificates +file (certdata.txt). This file can be found in the mozilla source tree: +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +It contains the certificates in PEM format and therefore +can be directly used with curl / libcurl / php_curl, or with +an Apache+mod_ssl webserver for SSL client authentication. +Just configure this file as the SSLCACertificateFile.# + +***** BEGIN LICENSE BLOCK ***** +This Source Code Form is subject to the terms of the Mozilla Public License, +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain +one at http://mozilla.org/MPL/2.0/. + +***** END LICENSE BLOCK ***** +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt new file mode 100644 index 0000000..c31ac56 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distlib/LICENSE.txt @@ -0,0 +1,284 @@ +A. HISTORY OF THE SOFTWARE +========================== + +Python was created in the early 1990s by Guido van Rossum at Stichting +Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +as a successor of a language called ABC. Guido remains Python's +principal author, although it includes many contributions from others. + +In 1995, Guido continued his work on Python at the Corporation for +National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +in Reston, Virginia where he released several versions of the +software. + +In May 2000, Guido and the Python core development team moved to +BeOpen.com to form the BeOpen PythonLabs team. In October of the same +year, the PythonLabs team moved to Digital Creations (now Zope +Corporation, see http://www.zope.com). In 2001, the Python Software +Foundation (PSF, see http://www.python.org/psf/) was formed, a +non-profit organization created specifically to own Python-related +Intellectual Property. Zope Corporation is a sponsoring member of +the PSF. + +All Python releases are Open Source (see http://www.opensource.org for +the Open Source Definition). Historically, most, but not all, Python +releases have also been GPL-compatible; the table below summarizes +the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.2 2.1.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2.1 2.2 2002 PSF yes + 2.2.2 2.2.1 2002 PSF yes + 2.2.3 2.2.2 2003 PSF yes + 2.3 2.2.2 2002-2003 PSF yes + 2.3.1 2.3 2002-2003 PSF yes + 2.3.2 2.3.1 2002-2003 PSF yes + 2.3.3 2.3.2 2002-2003 PSF yes + 2.3.4 2.3.3 2004 PSF yes + 2.3.5 2.3.4 2005 PSF yes + 2.4 2.3 2004 PSF yes + 2.4.1 2.4 2005 PSF yes + 2.4.2 2.4.1 2005 PSF yes + 2.4.3 2.4.2 2006 PSF yes + 2.4.4 2.4.3 2006 PSF yes + 2.5 2.4 2006 PSF yes + 2.5.1 2.5 2007 PSF yes + 2.5.2 2.5.1 2008 PSF yes + 2.5.3 2.5.2 2008 PSF yes + 2.6 2.5 2008 PSF yes + 2.6.1 2.6 2008 PSF yes + 2.6.2 2.6.1 2009 PSF yes + 2.6.3 2.6.2 2009 PSF yes + 2.6.4 2.6.3 2009 PSF yes + 2.6.5 2.6.4 2010 PSF yes + 3.0 2.6 2008 PSF yes + 3.0.1 3.0 2009 PSF yes + 3.1 3.0.1 2009 PSF yes + 3.1.1 3.1 2009 PSF yes + 3.1.2 3.1 2010 PSF yes + 3.2 3.1 2010 PSF yes + +Footnotes: + +(1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + +(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + +Thanks to the many outside volunteers who have worked under Guido's +direction to make these releases possible. + + +B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON +=============================================================== + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Python Software Foundation; All Rights Reserved" are retained in Python alone or +in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 +------------------------------------------- + +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + +1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an +office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the +Individual or Organization ("Licensee") accessing and otherwise using +this software in source or binary form and its associated +documentation ("the Software"). + +2. Subject to the terms and conditions of this BeOpen Python License +Agreement, BeOpen hereby grants Licensee a non-exclusive, +royalty-free, world-wide license to reproduce, analyze, test, perform +and/or display publicly, prepare derivative works, distribute, and +otherwise use the Software alone or in any derivative version, +provided, however, that the BeOpen Python License is retained in the +Software, alone or in any derivative version prepared by Licensee. + +3. BeOpen is making the Software available to Licensee on an "AS IS" +basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE +SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS +AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY +DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +5. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +6. This License Agreement shall be governed by and interpreted in all +respects by the law of the State of California, excluding conflict of +law provisions. Nothing in this License Agreement shall be deemed to +create any relationship of agency, partnership, or joint venture +between BeOpen and Licensee. This License Agreement does not grant +permission to use BeOpen trademarks or trade names in a trademark +sense to endorse or promote products or services of Licensee, or any +third party. As an exception, the "BeOpen Python" logos available at +http://www.pythonlabs.com/logos.html may be used according to the +permissions granted on that web page. + +7. By copying, installing or otherwise using the software, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 +--------------------------------------- + +1. This LICENSE AGREEMENT is between the Corporation for National +Research Initiatives, having an office at 1895 Preston White Drive, +Reston, VA 20191 ("CNRI"), and the Individual or Organization +("Licensee") accessing and otherwise using Python 1.6.1 software in +source or binary form and its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, CNRI +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use Python 1.6.1 +alone or in any derivative version, provided, however, that CNRI's +License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) +1995-2001 Corporation for National Research Initiatives; All Rights +Reserved" are retained in Python 1.6.1 alone or in any derivative +version prepared by Licensee. Alternately, in lieu of CNRI's License +Agreement, Licensee may substitute the following text (omitting the +quotes): "Python 1.6.1 is made available subject to the terms and +conditions in CNRI's License Agreement. This Agreement together with +Python 1.6.1 may be located on the Internet using the following +unique, persistent identifier (known as a handle): 1895.22/1013. This +Agreement may also be obtained from a proxy server on the Internet +using the following URL: http://hdl.handle.net/1895.22/1013". + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python 1.6.1 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python 1.6.1. + +4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" +basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. This License Agreement shall be governed by the federal +intellectual property law of the United States, including without +limitation the federal copyright law, and, to the extent such +U.S. federal law does not apply, by the law of the Commonwealth of +Virginia, excluding Virginia's conflict of law provisions. +Notwithstanding the foregoing, with regard to derivative works based +on Python 1.6.1 that incorporate non-separable material that was +previously distributed under the GNU General Public License (GPL), the +law of the Commonwealth of Virginia shall govern this License +Agreement only as to issues arising under or with respect to +Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this +License Agreement shall be deemed to create any relationship of +agency, partnership, or joint venture between CNRI and Licensee. This +License Agreement does not grant permission to use CNRI trademarks or +trade name in a trademark sense to endorse or promote products or +services of Licensee, or any third party. + +8. By clicking on the "ACCEPT" button where indicated, or by copying, +installing or otherwise using Python 1.6.1, Licensee agrees to be +bound by the terms and conditions of this License Agreement. + + ACCEPT + + +CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 +-------------------------------------------------- + +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, +The Netherlands. All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Stichting Mathematisch +Centrum or CWI not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE new file mode 100644 index 0000000..e06d208 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/distro/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md new file mode 100644 index 0000000..256ba90 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/idna/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2025, Kim Davies and contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING new file mode 100644 index 0000000..f067af3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/msgpack/COPYING @@ -0,0 +1,14 @@ +Copyright (C) 2008-2011 INADA Naoki + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/packaging/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pkg_resources/LICENSE @@ -0,0 +1,17 @@ +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE new file mode 100644 index 0000000..f35fed9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/platformdirs/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2010-202x The platformdirs developers + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE new file mode 100644 index 0000000..446a1a8 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pygments/LICENSE @@ -0,0 +1,25 @@ +Copyright (c) 2006-2022 by the respective authors (see AUTHORS file). +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE new file mode 100644 index 0000000..b0ae9db --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/pyproject_hooks/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2017 Thomas Kluyver + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE new file mode 100644 index 0000000..67db858 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/requests/LICENSE @@ -0,0 +1,175 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE new file mode 100644 index 0000000..b907776 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/resolvelib/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2018, Tzu-ping Chung + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE new file mode 100644 index 0000000..4415505 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/rich/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2020 Will McGugan + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE new file mode 100644 index 0000000..e859590 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Taneli Hukkinen + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE new file mode 100644 index 0000000..e859590 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/tomli_w/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Taneli Hukkinen + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE new file mode 100644 index 0000000..7ec568c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/truststore/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022 Seth Michael Larson + +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/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt new file mode 100644 index 0000000..e6183d0 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip-26.1.2.dist-info/licenses/src/pip/_vendor/urllib3/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2008-2020 Andrey Petrov and contributors. + +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/test/.venv/lib/python3.12/site-packages/pip/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..349d57f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from __future__ import annotations + +__version__ = "26.1.2" + + +def main(args: list[str] | None = 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/test/.venv/lib/python3.12/site-packages/pip/__main__.py b/test/.venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..094361c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if not __spec__ or __spec__.parent == "": + # __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/test/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/test/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..a1aee81 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py @@ -0,0 +1,50 @@ +"""Execute exactly this copy of pip, within a different environment. + +This file is named as it is, to ensure that this module can't be imported via +an import statement. +""" + +# /!\ This version compatibility check section must be Python 2 compatible. /!\ + +import sys + +# Copied from pyproject.toml +PYTHON_REQUIRES = (3, 10) + + +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/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2074d1cb63838f6919ef4f40f53fa80235ea0c43 GIT binary patch literal 646 zcmX|<&ubJh6vva9*&pswsS1J~GIkM|xgpZCoqU)I(J2<+SM=Wk{hp>5zrLY7(CW(-a8_6p2@YxfhWYv(GGwH~-GQ?X> zrVY_TU$;c1146UpvM9>GIf;%QEdxKccN$H%n_bHtVSNdr- zQ#I9%W)zrISnIi^cW-ar%Z@-Mf@8pW`}vMxT62>|?N#W^@)MPrcYw~gbf(b?s@8PE zo~TWjnI9)MPzX7EN=sF9>Ze{hPkjaRspHnsY{BJ%R$>ZLT&d)(Y-2>NaQvobv$t#x znu5F>rV5wmnQq#oW<$5Ko zdu5$@O;%*AByYQhJ8xtggYYzI2YJ5jp}_OpgbQqkdA{Jr!f%9181@O7@RUp+++qJg ktqNc9Ewc`3xKDc?+}{{u{2g8UarWZw@Sxknmyh=R1A8N|)Bpeg literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdf04980e279b5eb3c3ff18f880da2bf66b3291c GIT binary patch literal 871 zcmb7C&ubGw6n?Y2`O*9^YN=9Ny!6r@n#EX2KyfL0C{m0FBIL4cveRa_o6WL28(qCL zAhf|lw+P09P>)Lf6fd?_kSRhzFWw@(_2f*`C56_5?=bIs?|t*$H;?(8&8C3a&acO& zDFXcDL1eKLaQGGhbU_ClSx^~xR6!V-QbZkk9mZLp3j$y;Xn{L%eh+gb zVh_CzJ*I*i0vvO5IA&%B@##|+R;B^mM{M>v+RWT(?g0M>GZ`s}d`0+&{?W5@bihJS z806UtQo4Ao^g7$BWThLKN)`dz88Ro&-evi0w6|zBf&c|*Cia`tA5x%6Rc&a7t*SGK zN*vAPsL=GN=mj2?9F5dzd>ND4Go6Y~)8Ty2!8KK-aYu8pO=vudvJ&$8hqhVH3=_R=#E#c|OeLpM}PbB~S@JH^?VAq(TB%)HpKsp|3t`ZpVY|3h+*Y=fkEOkdxxMtQ)%(%? ta=RSPhvcg?c_60OU+jwGKcu+>DYJTyx9>c8{q&nO)=z+R%^hO`{{r)Cy9@vT literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b459521da5ad110d4e880549f007bf3235d8e615 GIT binary patch literal 2199 zcmaJ>O-vg{6n?Y2{>RvfArR6e8zoI~W$coqN>mY2H6;m&1jLX-Emf<AMX|i>qH^r+riB{skwjgp}6rBOAPC>N&Bf78BwF75{0XEGlX)M-8f3BGqP8L)QwpP6mTx%p|Agsfe>C7pNl2rl?xD zO^B9`r_GW<5m~kz_=2vK@N`zz-m%1SG%FN!!$PweRSwEpb1#~fY*FWqUFP&qoZDsI z?=nhdn=i){AmGO|^$RGFNo4A<7XPuKaLX_cAA_4K_k~6w&JXRA18|1;W_sjCtZ>d_z_VfiI5;P=+7)2P960;>6}n%ZPI}mweAAGbSUIDDID>CiMbM zmBve&RZ5lelcn*LMNKP}oWZoF^6Gf1Shgm0?P9X`LdsMv+EbLX)A9s0Q}`Y!NkZ9U zlr)VRl9Vi#_XB+sRHL&+qkrzy3^hzu*Cf0-*_YR|a^CDuzSc+41+xvsAMn>AY{n96 z_rJcrMpkcBV~M{_mc^y^4s_lYrgT-q+1JD~S0yY%LaFkbgBmr>=kP*rx zF4$coYH_f^z%)fPnzdAI!nt55%W~ol>|YMcCUJp$z^*WT8T$_@!vQCzn!Up{V)Hz) zUgJ!VdETwT1z}z=!?)o;J5O?)>)sNX7m%CWkj>+Z$9dx@LfL^FhAx>!nzf@NgCo-D z@V)f)fl()83n{z`jq&ENaT+KI#-g$%|*3~LD8^-B_SQ*%ZU;xpCN{Z&S=F+=Io&A8mhD0CV%d&4Z4nznvLI)% z1yiH!aKNXVN%pQrtQin%zLI1d$894Qb^y~QOU~P?nn?}IIL*!mncvM=&a%_&EgFg3 z_xCyf`;ANZkJYaN@UE*SD9~uhdQ?YO$UQME~^qN!v?6v3CrJ@Ok*N@HVtnp>5@E ywev!)^U@Z)|J)Z@`C!v`vI6PK>2wXH@8k|d7d_h$twMCAeZA{P>sRP&MEnm1_#-s{ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100755 index 0000000..24d0baf --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from __future__ import annotations + +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: list[str] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c95e0f4300761f1cd98709156503f8c020f9d4d GIT binary patch literal 746 zcmZuvzl#(x6i#Ml*LC*}+}lbE4PrB(6Fdbyk*h?kw$Q6qWXR5BXLDvUA<3-lal#dL zHgD8~|&c!aUXfegxU6k-%09&UHe9{oG_Pa#CN@^&7*X^mR*Fuw5H`(xbn zm{OHvPE^W*8Ktr+h8d7J7f%2-UR(tL1TYi@0D>q$Fcb44-hrRVGx?B_P5j-6ePoDOjEh zPm@WKbH{|VH;Lt(Or6vA0i}g-(|Vj_RY~<+GpdEA!rGc!dhhPW{bZTQ1keQZ*-2j+ zrZqQl&|HJaBo)eW1Id#b*w}q3T90exYFbOE zPaU_8CNr*PREjZBannlONp7!GD;&S2S@x0@z{%4)FG^E@!lh}V=S@^Hp^X0#e%n5% zJ#@5!S{vVcgLjYKZhnp~FTe?X4CBc7q3>Lh!n)_ynHOZ23@gQ(w&AWestKWmxZQNq zbW($Zr>XH1Z3h48+C=_lWl078K>>4E^7x2M4{ppwP{*BzWtG>GZ<;kQ{p>9Pbr@od fzoF~D(2c_m!fSicSJXd1{V!;6)b8Lb%M5=3M>okB literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7541eed1808288b4c36e842b278950383dec637e GIT binary patch literal 25871 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 Oeka$CwuW?P)BYEE@vJHU literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3c92241f32e1c7b878efafc349a2d0d666a818c GIT binary patch literal 4092 zcmbUkTWl29_0D5=_U*^|Z46TzuvdXuo-#qk6^YFo+k#eAR*gpEow2=Uc4l*D7Gr0( zSSTMxs+90kTS}smwrW#BB|iDcN2^k)Qhsbq#cE_Es-#l;x5QMmUC4(rAqofea6XcW`+vJc_Z2ot_%v z#QX#{XSJ;TRxzi0*DR;!V$QO1#`NotfstUFd0o#<0@yIE*)py(%rdT8bmw8`5MnmZ z0kDj0|Ez@Un)(QNhPcMyW(L_cHz9D(2dIQb(488=JGI-FQHmYg#)e!uOxO$oa2_$h zs)XKcL8#1ZVafbA%bzjJ;QgPr@n|0Xj+*TEX>!RG5Dm9-7t+?OFj3FZ9YeOV)FiEt^v^NFfdBW>(Ry zVadlyf-F`$Y=1}pT0{>A#(#h0Zr8n$FZv#*hSvth|7{Wb-{{)Gq&S=a(BTO^hl5}s zL1RwNTEwOzZYGBfuQ0@fGC8q!!M2DtqOBigKRL1<6(2^&e{~rc{Q2;sf${Y{dJ z=;qLB$HCRZZ?8v3R{0U!0jEwg&6vyc7R1DeW-B?}O7TvpmI#(3OcEgs)d^&0wCoip zR(qzLvXB%05&)t(avSXO-R$ILMw$B#R%ZO$e2KFfOT3k^iA;2r*pI;rpRyj#4W`85 z^LE%jhr)T6^SpEvl>>IvJDZJpQ2n%&)601h<#ypAOW@rSx3rSTDhmlQ4xL9HDE|ir<9+iaG%AN4A%F+LU(J<}T#d2&K zmE)!8Vn7wjQKDTrZuj^cL#1dbUW(lz`3CDU>O%*S#mun`dIw4&$no=Q+&gHF=|gsx zi-XW^gxkuIZQ8|4;g8u**}9IU$PHrC$WJ13%p7uQq#BhkAWScqiYnSOn&@YcL=sY* z%ITUEiHNW!6bu~-YMgbPK9hGowoI}2ix;4xk(MT!Q!Y8T682kl)H-3GjHN-}gX9(e z9|4L4C6&tLUxoaXN#}&CKLGJ5SmV8=hlz7qKL+Knnbl|`6bGhE>=PlX)Rsotsfe|L ziEU_@DOdMPARsojC_ZKynwXmcx}r5>7IjrDS{l_@*QS;1yqGmr;0Hx$pJ;+z@mvnh z6_NILpYMPV5$;>$wZtiG=3lYdzHQi^rW2zR;?aYHVyzr)N7_cRE-S5Iq5>A7ZBf@X zRaBb7U*zW~XKiq;xKaOc|_KQXZ1mfg^hk@crRQ5 z4O~ySwr{|shTv{WEN78~$D~_0yjjo;Or~!qphJ0pz6`unhlBYLlYT+R2^=C2X%RR` zHZobH5>CCb)5_q4s7)ZnX-B0Q>%?aitKPAlFnOeC4l@N-D7ZIWd&{o9sg0cImaujL zG-L7i2=hL&^}=S6;fTaheYqo1l4w$AN?G7zfK24JmSA{VM9=r3*7oJow@xpQ-5R?+ zyxwwX@#02f^RjSDSWetZtXx}f99TU2*J#IQog0Z=m4^1E*(zc>Prw!*-sHH3NELD6 z$g>CvwQj_lK9W8kd=x(nr(x;ddmC*%%lTXR+b4f>>a$b7JhR@mf9doK4vwC-?_7TW z*89M({m{+W)AsJA*i#|7Ds)#9s7qSykSaaje-_|6B1^GqGYU1Y>{t`_Y$V>ecji&z z#A@h7HHaE_tejhG=wCdu5$#$z_9(g=jw>xYD#?S-1D;gX80rweK|-K&DOzQN;m(a% z_saRd#0IJXcn6dlx*sQYt|fM^TwhP57f)A`yB;U|){=d<$L_tgo*Z1fP-*X69IXh6 z#p~4$lsvj5RGRjzHtt;td>!psnfY9}*Lpv;9vxlfM_ZgnEEJXHjWnk-|O=@3m8Cz>^(W@hQP8zybq3EJ}o$V*pPm>4dqR>sB6RcZNMbo5f+&~s~p2HPf+hyC=B}()b=-Y@&(T` z>@x)0KO=}qKS6J91{r38*$gqvDDy0Y+QbUq@v!UMCdan1tEjme`7y(sVk#}|RnCR_ U_Il8vqc!Mhp#6D(o>Hm)0~zNTv;Y7A literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8826b0da8c58df872384a3000561d3d864d153e GIT binary patch literal 9710 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31a4370d4e87cde8e3378df11d0659b119d090cb GIT binary patch literal 10709 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 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 BuildEnvironmentInstaller(Protocol): + """ + Interface for installing build dependencies into an isolated build + environment. + """ + + def install( + self, + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + for_req: InstallRequirement | None, + ) -> None: ... + + +class SubprocessBuildEnvironmentInstaller: + """ + Install build dependencies by calling pip in a subprocess. + """ + + def __init__( + self, + finder: PackageFinder, + build_constraints: list[str] | None = None, + build_constraint_feature_enabled: bool = False, + ) -> None: + self.finder = finder + self._build_constraints = build_constraints or [] + self._build_constraint_feature_enabled = build_constraint_feature_enabled + + def _deprecation_constraint_check(self) -> None: + """ + Check for deprecation warning: PIP_CONSTRAINT affecting build environments. + + This warns when build-constraint feature is NOT enabled and PIP_CONSTRAINT + is not empty. + """ + if self._build_constraint_feature_enabled or self._build_constraints: + return + + pip_constraint = os.environ.get("PIP_CONSTRAINT") + if not pip_constraint or not pip_constraint.strip(): + return + + deprecated( + reason=( + "Setting PIP_CONSTRAINT will not affect " + "build constraints in the future," + ), + replacement=( + "to specify build constraints using --build-constraint or " + "PIP_BUILD_CONSTRAINT. To disable this warning without " + "any build constraints set --use-feature=build-constraint or " + 'PIP_USE_FEATURE="build-constraint"' + ), + gone_in="26.2", + issue=None, + ) + + def install( + self, + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + for_req: InstallRequirement | None, + ) -> None: + self._deprecation_constraint_check() + + finder = self.finder + args: list[str] = [ + sys.executable, + get_runnable_pip(), + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + "--disable-pip-version-check", + # As the build environment is ephemeral, it's wasteful to + # pre-compile everything, especially as not every Python + # module will be used/compiled in most cases. + "--no-compile", + # The prefix specified two lines above, thus + # target from config file or env var should be ignored + "--target", + "", + ] + 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:"})), + ) + ) + + if finder.release_control is not None: + # Use ordered args to preserve the user's original command-line order + # This is important because later flags can override earlier ones + for attr_name, value in finder.release_control.get_ordered_args(): + args.extend(("--" + attr_name.replace("_", "-"), value)) + + 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]) + + if finder.proxy: + args.extend(["--proxy", finder.proxy]) + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.custom_cert: + args.extend(["--cert", finder.custom_cert]) + if finder.client_cert: + args.extend(["--client-cert", finder.client_cert]) + if finder.prefer_binary: + args.append("--prefer-binary") + + # Handle build constraints + if self._build_constraint_feature_enabled: + args.extend(["--use-feature", "build-constraint"]) + + if self._build_constraints: + # Build constraints must be passed as both constraints + # and build constraints, so that nested builds receive + # build constraints + for constraint_file in self._build_constraints: + args.extend(["--constraint", constraint_file]) + args.extend(["--build-constraint", constraint_file]) + + extra_environ: ExtraEnviron = {} + if self._build_constraint_feature_enabled and not self._build_constraints: + # If there are no build constraints but the build constraints + # feature is enabled then we must ignore regular constraints + # in the isolated build environment + extra_environ = {"extra_environ": {"_PIP_IN_BUILD_IGNORE_CONSTRAINTS": "1"}} + + if finder.uploaded_prior_to: + args.extend(["--uploaded-prior-to", finder.uploaded_prior_to.isoformat()]) + args.append("--") + args.extend(requirements) + + identify_requirement = ( + f" for {for_req.name}" if for_req and for_req.name else "" + ) + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"installing {kind}{identify_requirement}", + spinner=spinner, + **extra_environ, + ) + + +class InprocessBuildEnvironmentInstaller: + """ + Build dependency installer that runs in the same pip process. + + This contains a stripped down version of the install command with + only the logic necessary for installing build dependencies. The + finder, session, build tracker, and wheel cache are reused, but new + instances of everything else are created as needed. + + Options are inherited from the parent install command unless + they don't make sense for build dependencies (in which case, they + are hard-coded, see comments below). + """ + + def __init__( + self, + *, + finder: PackageFinder, + build_tracker: BuildTracker, + wheel_cache: WheelCache, + build_constraints: Sequence[InstallRequirement] = (), + verbosity: int = 0, + ) -> None: + from pip._internal.operations.prepare import RequirementPreparer + + self._finder = finder + self._build_constraints = build_constraints + self._wheel_cache = wheel_cache + self._level = 0 + + build_dir = TempDirectory(kind="build-env-install", globally_managed=True) + self._preparer = RequirementPreparer( + build_isolation_installer=self, + # Inherited options or state. + finder=finder, + session=finder._link_collector.session, + build_dir=build_dir.path, + build_tracker=build_tracker, + verbosity=verbosity, + # This is irrelevant as it only applies to editable requirements. + src_dir="", + # Hard-coded options (that should NOT be inherited). + download_dir=None, + build_isolation=True, + check_build_deps=False, + progress_bar="off", + # TODO: hash-checking should be extended to build deps, but that is + # deferred for later as it'd be a breaking change. + require_hashes=False, + use_user_site=False, + lazy_wheel=False, + legacy_resolver=False, + ) + + def install( + self, + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + for_req: InstallRequirement | None, + ) -> None: + """Install entrypoint. Manages output capturing and error handling.""" + capture_logs = not logger.isEnabledFor(VERBOSE) and self._level == 0 + if capture_logs: + # Hide the logs from the installation of build dependencies. + # They will be shown only if an error occurs. + capture_ctx: ContextManager[StringIO] = capture_logging() + spinner: ContextManager[None] = open_rich_spinner(f"Installing {kind}") + else: + # Otherwise, pass-through all logs (with a header). + capture_ctx, spinner = nullcontext(StringIO()), nullcontext() + logger.info("Installing %s ...", kind) + + try: + self._level += 1 + with spinner, capture_ctx as stream: + self._install_impl(requirements, prefix) + + except DiagnosticPipError as exc: + # Format similar to a nested subprocess error, where the + # causing error is shown first, followed by the build error. + logger.info(textwrap.dedent(stream.getvalue())) + logger.error("%s", exc, extra={"rich": True}) + logger.info("") + raise BuildDependencyInstallError( + for_req, requirements, cause=exc, log_lines=None + ) + + except Exception as exc: + logs: list[str] | None = textwrap.dedent(stream.getvalue()).splitlines() + if not capture_logs: + # If logs aren't being captured, then display the error inline + # with the rest of the logs. + logs = None + if isinstance(exc, PipError): + logger.error("%s", exc) + else: + logger.exception("pip crashed unexpectedly") + raise BuildDependencyInstallError( + for_req, requirements, cause=exc, log_lines=logs + ) + + finally: + self._level -= 1 + + def _install_impl(self, requirements: Iterable[str], prefix: _Prefix) -> None: + """Core build dependency install logic.""" + from pip._internal.commands.install import installed_packages_summary + from pip._internal.req import install_given_reqs + from pip._internal.req.constructors import install_req_from_line + from pip._internal.wheel_builder import build + + ireqs = [install_req_from_line(req, user_supplied=True) for req in requirements] + ireqs.extend(self._build_constraints) + + resolver = self._make_resolver() + resolved_set = resolver.resolve(ireqs, check_supported_wheels=True) + self._preparer.prepare_linked_requirements_more( + resolved_set.requirements.values() + ) + + reqs_to_build = [ + r for r in resolved_set.requirements_to_install if not r.is_wheel + ] + _, build_failures = build(reqs_to_build, self._wheel_cache, verify=True) + if build_failures: + raise InstallWheelBuildError(build_failures) + + installed = install_given_reqs( + resolver.get_installation_order(resolved_set), + prefix=prefix.path, + # Hard-coded options (that should NOT be inherited). + root=None, + home=None, + warn_script_location=False, + use_user_site=False, + # As the build environment is ephemeral, it's wasteful to + # pre-compile everything since not all modules will be used. + pycompile=False, + progress_bar="off", + ) + + env = get_environment(list(prefix.lib_dirs)) + if summary := installed_packages_summary(installed, env): + logger.info(summary) + + def _make_resolver(self) -> BaseResolver: + """Create a new resolver for one time use.""" + # Legacy installer never used the legacy resolver so create a + # resolvelib resolver directly. Yuck. + from pip._internal.req.constructors import install_req_from_req_string + from pip._internal.resolution.resolvelib.resolver import Resolver + + return Resolver( + make_install_req=install_req_from_req_string, + # Inherited state. + preparer=self._preparer, + finder=self._finder, + wheel_cache=self._wheel_cache, + # Hard-coded options (that should NOT be inherited). + ignore_requires_python=False, + use_user_site=False, + ignore_dependencies=False, + ignore_installed=True, + force_reinstall=False, + upgrade_strategy="to-satisfy-only", + py_version_info=None, + ) + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self, installer: BuildEnvironmentInstaller) -> None: + self.installer = installer + 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: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> 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, + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + for_req: InstallRequirement | None = None, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self.installer.install(requirements, prefix, kind=kind, for_req=for_req) + + +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: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + for_req: InstallRequirement | None = None, + ) -> None: + raise NotImplementedError() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..0bcb697 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,291 @@ +"""Cache Management""" + +from __future__ import annotations + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any + +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: str | None, + 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: str | None, + 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 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: DirectUrl | None = 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: str | None, + 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: str | None, + supported_tags: list[Tag], + ) -> CacheEntry | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..5fcddf5 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,3 @@ +"""Subpackage containing all of pip's command line interface related code""" + +# This file intentionally does not import submodules diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01ae727436b7d2817101e2e092d3d09d3ca39bae GIT binary patch literal 270 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29f8ef00a07721857ed20735867deeae48eb930f GIT binary patch literal 11547 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5e9447f35eefc3ad551254180a4e31e4916e9f4 GIT binary patch literal 36864 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 wS16lsR@V^lHctq-2jjoMC327;`Pe<@ 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 rKLvH`pne@F>ma-i8lEVzxm{~YY()m%GI5 z(y|CLRf+(SPy>>S0+!(h*3qqfFwh=yD$<}p4D>>pDx_=_#6_G#Zc1dJt$XR4C0A4w z!$Ak&&YL%H-n^N4U;f?gb|7fghp%T3`w;q?49rH?0czt80N0R!;z*zbTB34voTdoO zNKBkDdN$4)y(Mmeo|UXQTij;QSR^iIkJ}B{Dmik_xYK}bk}KzqyK|nn#~5=`OU@hj z=6rFVF}6$oTp%7WV289L7mNpUp?CCU7qD_T;^z`{`&TSYaM%!>ed)1sEZ1zAo`NMa(N$pg-j$_Yx|Adb?ye^8MpGwCq{ zan@j~cf6SwfSa5?DNZH}lBN!eQhrFmxum9v7#6uxN-hVIsR<#I()1l<7d4a1NJ*S9 zr(h@7V4dt$j1{u1h0uWziAy3@L0FwL5Lij;{uCCInwTJ`OVm%NyN%vtn5w^W{p*B| zL5SM;3q_t>gKxdTqtY78)Z6VwFEE;AJMIp9yMZgC63W`l`DSmfrjTYgu_msB5}O<~ zw>g{jm{7CVTqd0LnozSZq1z4hEmI&xpgChgCF*wLbf8ie*w-)wGAmfql(y5P%eID5Hfz+F4FQIXef@-XvLQ!Y2Z_s#r)lhaUY6UE-+jZTr z4A7nZDnIy(kz$);Zyxl9Kh{vU$QZYikAw5Ycv1tD<(lsHi* z((Pbpb#2yJIhhl6mT-GRN5uf)V<=v)q{!(cPOIm2x__X^o{OF5A5)H~4-;L%9Qlx! z*TX_aHS8-RgL$ZV_=!S-tipP3B2^d@goD$%(PTL_yXHv4V7=FcH&4Rg3jr66H%VDKinvPiq$x`EYMv ze@q2gp2;Uu7vYZ87(7l4n8FpvNhy|+GO;bj+?$`q#5jx(kwaaE&kTBGMIL_D)3e&z zvF4A}{C%tL;F>%5oA@KA)nlC*TK6D}bA|1$vfazFAguWd)KWfuoD)%2EdNcLifY2*h<&YYS+

s`Z?z92~ySjchPL`yFBe z)|uDVIn)-p8NMD~da)Lc%?vHGp$AUi%$fgexPeF|ul#9n-(Z+aZMr2ukxMpQRvTc! zWx=rCvJD4dj!B>0bS_OSxQYfpEd9jlCpfb$t6vkSlj!`bV7Syz@Y!^GTcrSpWV$T+ zC)Pjd6tsB?mAW!mqKPXQM=Y8KCp-?{C_Ngbi;jtm+|ab5f80=NP%uODdd15kXg95> zV6;i?0z|vZ8C6rkGE^ahaTmxMWkCB4YMlXcoz73IBq)H2sWKT=LhBn=3kn7X)(0yP+VjfrHAD(`{?b7dPE~iOv$g zv8~}h3Y12a)@WJc*S57w6kgPvCi2N#%vUY5C3dE@84?Bh$@CCNHZ|ebREgDEO#bG% z(sbEUvScCK+uoWdgOJEPU3P&w2FnGuY_%h8GrVSZZ0Ctk$+CF{TgjFU{g|R`)jCXU zHey1}zGO8yPzX-VH)l);XSL1XnkAaLt!4LaL%ld{0WwUR}26t#LxhCmxvV&}HTwG(|<-qk3E7?8w=~>u-*Zj*Om4jEpA6-+bll>tlnj zj*l0+2bF>(@K96ml9Gb7oIh(gQ{IT~buY>5R39dBpx8Q;%t)fZYYGpQ1`lZfUyub6 z^F{gvUS~<#^(_fpMPEU_C@WJk6gWopz;`{Sx{8nwO;3pYv{K-6Vp7)lt|G%f!$;eV zR6%#tivS~=dIq>)qF1^NvXKl{WW!fuC&80gLt=p@%7X4t3loshr9@TL8IVeM)YHn8 zB0x4czBy@BCc15GybdtxG(;7MCmJUCux?c~K`CguWeP*8quZp6EUIE&XCx6=<}uud zkyaY1877IjZcXO%Ab}BvbSoBf$|W)C)>-2K-Gl8$8%MI%` zQYt~QhF>DfNQRms;Vh+dfJ_)^t0i49j+j%^bu3|}5>}uKV0n}u7yTsovY4J#Ti-iM^^pM-Tl?dz?tg6naXpc74O&vLkB$Th<1C{ z9mw6f=Gs+rMb<4$z%grsJj(8!_sn?~v}JA=jE)Rkq30cQj!Ga_<(^#)hGre>G;2Rg ztpz%a;JLpRI5>N9HQaHt^Lpp(X-ER?u6b^bTWBK;>as@e+ahb6lki#LTB}^^V(4b% zdSsb9@B{4c{WsgL!?JFI1r}Ev-$DEhE{2!-uJ5`Px*v}HdGKTVpGH4P-am3`mGi7{ z;VKti=Gr&uVLxwp(KlC`8Gc}E`CYkc>t6GAFTGv!_Rd-!__~&!Upjc}M5U#-;)%^N zpF6#)u9o@JbEhlegSU>}+JDzq*?D-`b>yL^ZSm;M7p}jsl)CY9&C^ridI;woS5M4N zk!;rW;n@3Q3y{lpJa7gU-mW-1Ds0EUAH9rx?JM4cRqw$&rz$N+zDE?fCx4`}`)42b zeBANL#J#{hOQmzP<{zuL#{Rp`kom_dDH1>J+l#EGW1aXHpk>p~SgZ$k$7r z`mA9kP-XN^6f%;K0B2A)f1j~-a~5ildd=1PBYbbYIBJ%1dT1L>;~$PKroD{|SfW_} z8^v%y`nKtUmXXxnTn0)qQU%saMYx5eB*DpzT8Jc?hC%)TVG@Q6Gkwe*%PB%Z5|85~ z;E3l`2jK%RNKv1oSH3}AUnBb$$oBn_T_aokIJAMHCqQ4wR4{{c>Nczgf= literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3ef543f41c3053a2593307c5f2e23cd3a3f0172 GIT binary patch literal 18134 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 Ef1_ZK*8l(j literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cae0f2a7a9db49d6f6a34aa661df9b61eb11156 GIT binary patch literal 6130 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 RM}5P3nGQPY0oJH{`hOnkyS)Ga literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b6597e8773840e5bfad9eab93a983f7cb9279d1a GIT binary patch literal 370 zcmXw!!D_-l6h$Y-7;6btYEh``f{Qw|-IjvYl!n?#NsNV17@{-Ov@r>0BDnJ}`VIY- zZgdy2Z8z=;?p$?(_Abu57w+Tnz7(YdxK=;L8{_jk3;z=KX4By20}x;XBG>}S**PNG zBFWo%BH7Zs(3IC%b)7A&a~Z@8`3yA<)GVa3X>~fPX{M5D7`l-v7J5MXGs3%A9cV`1 zYWGw$z)0`oJKaLvwEkqM15LL~d~0dFF79f^zF$TF|EhIy2_u)$^UxW+JFhf?p<%`ixF}$Acr! zg%NXD9N|$wXw(Yl+v4>kAhAbprWJlH`!_n{_!R{~NJ@tbIVm12q@-L~C`qlp1l8oU Qu>|$x_+$mj(<5H}163hsjsO4v literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..f22cd11 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,184 @@ +"""Logic that powers autocompletion installed by ``pip completion``.""" + +from __future__ import annotations + +import optparse +import os +import sys +from collections.abc import Iterable +from itertools import chain +from typing import Any + +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: str | None = 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) + + # Complete sub-commands (unless one is already given). + if not any(name in cwords for name in subcommand.handler_map()): + for handler_name in subcommand.handler_map(): + if handler_name.startswith(current): + print(handler_name) + 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] +) -> str | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..eff71d7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,264 @@ +"""Base Command class, and related routines""" + +from __future__ import annotations + +import contextlib +import logging +import logging.config +import optparse +import os +import sys +import traceback +from collections.abc import Iterator +from optparse import Values +from typing import Callable + +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: TempDirRegistry | None = 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 + + @contextlib.contextmanager + def pip_version_check(self, options: Values, args: list[str]) -> Iterator[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") + yield + + 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: + with self.pip_version_check(options, args): + return self.run(options, args) + + 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: + # stdout is broken; write to stderr directly. Use os.write, not + # sys.stderr.write, so a full pipe buffer returns EPIPE instead + # of deadlocking (Windows anonymous pipes are ~4KB). + try: + os.write(2, b"ERROR: Pipe to stdout was broken\n") + if level_number <= logging.DEBUG: + encoding = getattr(sys.stderr, "encoding", None) or "utf-8" + os.write( + 2, traceback.format_exc().encode(encoding, "backslashreplace") + ) + except OSError: + pass + + 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 + if options.debug_mode: + self.verbosity = 2 + + if hasattr(options, "progress_bar") and options.progress_bar == "auto": + options.progress_bar = "on" if self.verbosity >= 0 else "off" + + 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 + + if ( + "inprocess-build-deps" in options.features_enabled + and os.environ.get("PIP_CONSTRAINT", "") + and "build-constraint" not in options.features_enabled + ): + logger.warning( + "In-process build dependencies are enabled, " + "PIP_CONSTRAINT will have no effect for build dependencies" + ) + options.features_enabled.append("build-constraint") + + return self._run_wrapper(level_number, options, args) + + def handler_map(self) -> dict[str, Callable[[Values, list[str]], None]]: + """ + map of names to handler actions for commands with sub-actions + """ + return {} diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..8d0d8cf --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1298 @@ +""" +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 +from __future__ import annotations + +import logging +import os +import pathlib +import re +import textwrap +from datetime import datetime, timedelta, timezone +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable + +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.release_control import ReleaseControl +from pip._internal.models.target_python import TargetPython +from pip._internal.utils import pylock as pylock_utils +from pip._internal.utils.datetime import parse_iso_datetime +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'" + ) + + for filename in options.requirements: + if dist_restriction_set and pylock_utils.is_valid_pylock_filename(filename): + raise CommandError( + "Patform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + f"are not supported when selecting requirements from {filename!r}" + ) + + +def check_build_constraints(options: Values) -> None: + """Function for validating build constraints options. + + :param options: The OptionParser options. + """ + if hasattr(options, "build_constraints") and options.build_constraints: + if not options.build_isolation: + raise CommandError( + "--build-constraint cannot be used with --no-build-isolation." + ) + + # Import here to avoid circular imports + from pip._internal.network.session import PipSession + from pip._internal.req.req_file import get_file_content + + # Eagerly check build constraints file contents + # is valid so that we don't fail in when trying + # to check constraints in isolated build process + with PipSession() as session: + for constraint_file in options.build_constraints: + get_file_content(constraint_file, session) + + +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=["auto", "on", "off", "raw"], + default="auto", + help=( + "Specify whether the progress bar should be used. In 'auto'" + " mode, --quiet will suppress all progress bars." + " [auto, on, off, raw] (default: auto)" + ), +) + +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 [auto, disabled, import, subprocess]." + " (default: %default)" + ), +) + +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 attempts to establish a new HTTP connection. (default: %default)", +) + +resume_retries: Callable[..., Option] = partial( + Option, + "--resume-retries", + dest="resume_retries", + type="int", + default=5, + help="Maximum attempts to resume or restart an incomplete download. " + "(default: %default)", +) + +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 _handle_uploaded_prior_to( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + This is an optparse.Option callback for the --uploaded-prior-to option. + + Accepts either an ISO 8601 datetime string (e.g., '2023-01-01T00:00:00Z') + or a strict subset of ISO 8601 durations: PnD where n is a number of days + (e.g., 'P7D' for 7 days ago). + + Note: This option only works with indexes that provide upload-time metadata + as specified in the simple repository API: + https://packaging.python.org/en/latest/specifications/simple-repository-api/ + """ + if value is None: + return None + + # Try ISO 8601 duration in PnD format. The leading 'P' disambiguates + # from absolute datetimes. Only whole days are supported; the format may + # be extended to more of the ISO 8601 duration syntax in the future if + # a real need is presented. + match = re.match(r"^P(\d+)D$", value, re.ASCII) + if match: + days = int(match.group(1)) + parser.values.uploaded_prior_to = datetime.now(timezone.utc) - timedelta( + days=days + ) + return + + try: + uploaded_prior_to = parse_iso_datetime(value) + # Use local timezone if no offset is given in the ISO string. + if uploaded_prior_to.tzinfo is None: + uploaded_prior_to = uploaded_prior_to.astimezone() + parser.values.uploaded_prior_to = uploaded_prior_to + except ValueError as exc: + msg = ( + f"invalid value: {value!r}: {exc}. " + f"Expected an ISO 8601 datetime string " + f"(e.g., '2023-01-01' or '2023-01-01T00:00:00Z') " + f"or a duration in days (e.g., 'P3D')" + ) + raise_option_error(parser, option=option, msg=msg) + + +def uploaded_prior_to() -> Option: + return Option( + "--uploaded-prior-to", + dest="uploaded_prior_to", + metavar="datetime_or_duration", + action="callback", + callback=_handle_uploaded_prior_to, + type="str", + help=( + "Only consider packages uploaded prior to the given value. " + "Accepts an ISO 8601 datetime (e.g., '2023-01-01T00:00:00Z', " + "uses local timezone if none specified) or a duration in days " + "(e.g., 'P3D' for packages uploaded at least 3 days ago). " + "Only effective when installing from indexes that provide " + "upload-time metadata." + ), + ) + + +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 build_constraints() -> Option: + return Option( + "--build-constraint", + dest="build_constraints", + action="append", + type="str", + default=[], + metavar="file", + help=( + "Constrain build dependencies 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. " + "The file or URL can be in pip's requirements.txt format, " + "or pylock.toml format. pylock.toml support is experimental. " + "This option can be used multiple times." + ), + ) + + +def requirements_from_scripts() -> Option: + return Option( + "--requirements-from-script", + action="append", + default=[], + dest="requirements_from_scripts", + metavar="file", + help="Install dependencies of the given script file " + "as defined by PEP 723 inline metadata. ", + ) + + +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.", + ) + + +def _get_release_control(values: Values, option: Option) -> Any: + """Get a release_control object.""" + return getattr(values, option.dest) + + +def _handle_all_releases( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_release_control(parser.values, option) + existing.handle_mutual_excludes( + value, + existing.all_releases, + existing.only_final, + "all_releases", + ) + + +def _handle_only_final( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_release_control(parser.values, option) + existing.handle_mutual_excludes( + value, + existing.only_final, + existing.all_releases, + "only_final", + ) + + +def all_releases() -> Option: + release_control = ReleaseControl(set(), set()) + return Option( + "--all-releases", + dest="release_control", + action="callback", + callback=_handle_all_releases, + type="str", + default=release_control, + help="Allow all release types (including pre-releases) for a package. " + "Can be supplied multiple times, and each time adds to the existing " + 'value. Accepts either ":all:" to allow pre-releases for all ' + 'packages, ":none:" to empty the set (notice the colons), or one or ' + "more package names with commas between them (no colons). Cannot be " + "used with --pre.", + ) + + +def only_final() -> Option: + release_control = ReleaseControl(set(), set()) + return Option( + "--only-final", + dest="release_control", + action="callback", + callback=_handle_only_final, + type="str", + default=release_control, + help="Only allow final releases (no pre-releases) for a package. Can be " + "supplied multiple times, and each time adds to the existing value. " + 'Accepts either ":all:" to disable pre-releases for all packages, ' + '":none:" to empty the set, or one or more package names with commas ' + "between them. Cannot be used with --pre.", + ) + + +def check_release_control_exclusive(options: Values) -> None: + """ + Raise an error if --pre is used with --all-releases or --only-final, + and transform --pre into --all-releases :all: if used alone. + """ + if not hasattr(options, "pre") or not options.pre: + return + + release_control = options.release_control + if release_control.all_releases or release_control.only_final: + raise CommandError("--pre cannot be used with --all-releases or --only-final.") + + # Transform --pre into --all-releases :all: + release_control.all_releases.add(":all:") + + +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, ...], str | None]: + """ + 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.", +) + + +def _handle_dependency_group( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --group option. + + Splits on the rightmost ":", and validates that the path (if present) ends + in `pyproject.toml`. Defaults the path to `pyproject.toml` when one is not given. + + `:` cannot appear in dependency group names, so this is a safe and simple parse. + + This is an optparse.Option callback for the dependency_groups option. + """ + path, sep, groupname = value.rpartition(":") + if not sep: + path = "pyproject.toml" + else: + # check for 'pyproject.toml' filenames using pathlib + if pathlib.PurePath(path).name != "pyproject.toml": + msg = "group paths use 'pyproject.toml' filenames" + raise_option_error(parser, option=option, msg=msg) + + parser.values.dependency_groups.append((path, groupname)) + + +dependency_groups: Callable[..., Option] = partial( + Option, + "--group", + dest="dependency_groups", + default=[], + type=str, + action="callback", + callback=_handle_dependency_group, + metavar="[path:]group", + help='Install a named dependency-group from a "pyproject.toml" file. ' + 'If a path is given, the name of the file must be "pyproject.toml". ' + 'Defaults to using "pyproject.toml" in the current directory.', +) + +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.", +) + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=True, + 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 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +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.", +) + +json: Callable[..., Option] = partial( + Option, + "--json", + action="store_true", + default=False, + help="Output data in a machine-readable JSON format.", +) + +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=SUPPRESS_HELP, # No-op, a hold-over from the Python 2->3 transition. +) + + +# 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", + "build-constraint", + "inprocess-build-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, + resume_retries, + ], +} + +index_group: dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + uploaded_prior_to, + ], +} + +package_selection_group: dict[str, Any] = { + "name": "Package Selection Options", + "options": [ + pre, + all_releases, + only_final, + no_binary, + only_binary, + prefer_binary, + ], +} diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..9c167bd --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,28 @@ +from collections.abc import Generator +from contextlib import AbstractContextManager, ExitStack, contextmanager +from typing import 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: AbstractContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 0000000..7962b15 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,212 @@ +""" +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. +""" + +from __future__ import annotations + +import contextlib +import logging +import os +from collections.abc import Iterator +from functools import lru_cache +from optparse import Values +from typing import TYPE_CHECKING + +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._vendor.packaging.utils import NormalizedName + + from pip._internal.network.session import PipSession + from pip._internal.self_outdated_check import UpgradePrompt + +logger = logging.getLogger(__name__) + + +@lru_cache +def _create_truststore_ssl_context() -> SSLContext | 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: PipSession | None = None + + @classmethod + def _get_index_urls(cls, options: Values) -> list[str] | None: + """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: int | None = None, + timeout: int | None = 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, + resume_retries=options.resume_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 + session.pip_proxy = options.proxy + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check_fetch( + session: PipSession, options: Values +) -> UpgradePrompt | None: + from pip._internal.self_outdated_check import pip_self_version_check_fetch + + return pip_self_version_check_fetch(session, options) + + +def _pip_self_version_check_emit(upgrade_prompt: UpgradePrompt | None) -> None: + from pip._internal.self_outdated_check import pip_self_version_check_emit + + pip_self_version_check_emit(upgrade_prompt) + + +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 should_exclude_prerelease( + self, options: Values, package_name: NormalizedName + ) -> bool: + """ + Determine if pre-releases should be excluded for a package. + """ + # Check per-package release control settings + if options.release_control: + allow_prereleases = options.release_control.allows_prereleases(package_name) + if allow_prereleases is True: + return False # Include pre-releases + elif allow_prereleases is False: + return True # Exclude pre-releases + + # No specific setting: exclude prereleases by default + return True + + @contextlib.contextmanager + def pip_version_check(self, options: Values, args: list[str]) -> Iterator[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: + yield + return + + upgrade_prompt: UpgradePrompt | None = None + try: + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + ) + with session: + upgrade_prompt = _pip_self_version_check_fetch(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) + + try: + yield + finally: + try: + _pip_self_version_check_emit(upgrade_prompt) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..78c30c3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,85 @@ +"""Primary application entrypoint.""" + +from __future__ import annotations + +import locale +import logging +import os +import sys +import warnings + +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: list[str] | None = None) -> int: + # NOTE: Lazy imports to speed up import of this module, + # which is imported from the pip console script. This doesn't + # speed up normal pip execution, but might be important in the future + # if we use ``multiprocessing`` module, + # which imports __main__ for each spawned subprocess. + 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 + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..1368524 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,136 @@ +"""A single place for constructing and exposing the main parser""" + +from __future__ import annotations + +import os +import subprocess +import sys + +from pip._vendor.rich.markup import escape + +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"[optparse.longargs]{name:27}[/] {escape(command_info.summary)}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> str | None: + # 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/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..a498980 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,358 @@ +"""Base option parser setup""" + +from __future__ import annotations + +import logging +import optparse +import os +import re +import shutil +import sys +import textwrap +from collections.abc import Generator +from contextlib import suppress +from typing import Any, NoReturn + +from pip._vendor.rich.markup import escape +from pip._vendor.rich.theme import Theme + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.logging import PipConsole +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.""" + + styles = { + "optparse.shortargs": "green", + "optparse.longargs": "cyan", + "optparse.groups": "bold blue", + "optparse.metavar": "yellow", + } + highlights = { + r"\s(-{1}[\w]+[\w-]*)": "shortargs", # highlight -letter as short args + r"\s(-{2}[\w]+[\w-]*)": "longargs", # highlight --words as long args + } + + 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 a comma-separated list of option strings and metavars.""" + opts = [] + + if option._short_opts: + opts.append(f"[optparse.shortargs]{option._short_opts[0]}[/]") + if option._long_opts: + opts.append(f"[optparse.longargs]{option._long_opts[0]}[/]") + if len(opts) > 1: + opts.insert(1, ", ") + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(f" [optparse.metavar]<{escape(metavar.lower())}>[/]") + + return "".join(opts) + + def format_option(self, option: optparse.Option) -> str: + """Overridden method with Rich support.""" + # fmt: off + result = [] + opts = self.option_strings[option] + opt_width = self.help_position - self.current_indent - 2 + # Remove the rich style tags before calculating width during + # text wrap calculations. Also store the length removed to adjust + # the padding in the else branch. + stripped = re.sub(r"(\[[a-z.]+\])|(\[\/\])", "", opts) + style_tag_length = len(opts) - len(stripped) + if len(stripped) > opt_width: + opts = "%*s%s\n" % (self.current_indent, "", opts) # noqa: UP031 + indent_first = self.help_position + else: # start help on same line as opts + opts = "%*s%-*s " % (self.current_indent, "", # noqa: UP031 + opt_width + style_tag_length, opts) + indent_first = 0 + result.append(opts) + if option.help: + help_text = self.expand_default(option) + help_lines = textwrap.wrap(help_text, self.help_width) + result.append("%*s%s\n" % (indent_first, "", help_lines[0])) # noqa: UP031 + result.extend(["%*s%s\n" % (self.help_position, "", line) # noqa: UP031 + for line in help_lines[1:]]) + elif opts[-1] != "\n": + result.append("\n") + return "".join(result) + # fmt: on + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return "[optparse.groups]" + escape(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. + """ + contents = self.indent_lines(textwrap.dedent(usage), " ") + msg = f"\n[optparse.groups]Usage:[/] {escape(contents)}\n" + return msg + + def format_description(self, description: str | None) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "[optparse.groups]Commands:[/]" + else: + label = "[optparse.groups]Description:[/]" + + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str | None) -> str: + # leave full control over epilog to us + if epilog: + return escape(epilog) + else: + return "" + + def expand_default(self, option: optparse.Option) -> str: + """Overridden HelpFormatter.expand_default() which colorizes flags.""" + help = escape(super().expand_default(option)) + for regex, style in self.highlights.items(): + help = re.sub(regex, rf"[optparse.{style}] \1[/]", help) + return help + + 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 + # Use a dict because we need to implement the fallthrough logic after PR 12201 + # was merged which removed the fallthrough logic for options + section_items_dict: dict[str, dict[str, Any]] = { + name: {} for name in override_order + } + + for _, value in self.config.items(): + for section_key, val in value.items(): + + section, key = section_key.split(".", 1) + if section in override_order: + section_items_dict[section][key] = val + + # Now that we a dict of items per section, convert to list of tuples + # Make sure we completely remove empty values again + section_items = { + name: [(k, v) for k, v in section_items_dict[name].items() if v] + for name in override_order + } + + # Yield each group in their override order + for section in override_order: + yield from section_items[section] + + 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) -> NoReturn: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") + + def print_help(self, file: Any = None) -> None: + # This is unfortunate but necessary since arguments may have not been + # parsed yet at this point, so detect --no-color manually. + no_color = ( + "--no-color" in sys.argv + or bool(strtobool(os.environ.get("PIP_NO_COLOR", "no") or "no")) + or "NO_COLOR" in os.environ + ) + console = PipConsole( + theme=Theme(PrettyHelpFormatter.styles), no_color=no_color, file=file + ) + console.print(self.format_help().rstrip(), highlight=False) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..4931c85 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,153 @@ +from __future__ import annotations + +import functools +import sys +from collections.abc import Generator, Iterable, Iterator +from typing import TYPE_CHECKING, Callable, Literal, TypeVar + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + MofNCompleteColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.cli.spinners import RateLimiter +from pip._internal.utils.logging import get_console, get_indentation + +if TYPE_CHECKING: + from pip._internal.req.req_install import InstallRequirement + +T = TypeVar("T") +ProgressRenderer = Callable[[Iterable[T]], Iterator[T]] +BarType = Literal["on", "off", "raw"] + + +def _rich_download_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: BarType, + size: int | None, + initial_progress: int | None = None, +) -> 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("{task.fields[time_description]}"), + TimeRemainingColumn(elapsed_when_finished=True), + ) + + progress = Progress(*columns, refresh_per_second=5) + task_id = progress.add_task( + " " * (get_indentation() + 2), total=total, time_description="eta" + ) + if initial_progress is not None: + progress.update(task_id, advance=initial_progress) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + progress.update(task_id, time_description="") + + +def _rich_install_progress_bar( + iterable: Iterable[InstallRequirement], *, total: int +) -> Iterator[InstallRequirement]: + columns = ( + TextColumn("{task.fields[indent]}"), + BarColumn(), + MofNCompleteColumn(), + TextColumn("{task.description}"), + ) + console = get_console() + + bar = Progress(*columns, refresh_per_second=6, console=console, transient=True) + # Hiding the progress bar at initialization forces a refresh cycle to occur + # until the bar appears, avoiding very short flashes. + task = bar.add_task("", total=total, indent=" " * get_indentation(), visible=False) + with bar: + for req in iterable: + bar.update(task, description=rf"\[{req.name}]", visible=True) + yield req + bar.advance(task) + + +def _raw_progress_bar( + iterable: Iterable[bytes], + *, + size: int | None, + initial_progress: int | None = None, +) -> Generator[bytes, None, None]: + def write_progress(current: int, total: int) -> None: + sys.stdout.write(f"Progress {current} of {total}\n") + sys.stdout.flush() + + current = initial_progress or 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: BarType, size: int | None = None, initial_progress: int | None = None +) -> ProgressRenderer[bytes]: + """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_download_progress_bar, + bar_type=bar_type, + size=size, + initial_progress=initial_progress, + ) + elif bar_type == "raw": + return functools.partial( + _raw_progress_bar, + size=size, + initial_progress=initial_progress, + ) + else: + return iter # no-op, when passed an iterator + + +def get_install_progress_renderer( + *, bar_type: BarType, total: int +) -> ProgressRenderer[InstallRequirement]: + """Get an object that can be used to render the install progress. + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_install_progress_bar, total=total) + else: + return iter diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..584597f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,472 @@ +"""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. +""" + +from __future__ import annotations + +import logging +import os +from functools import partial +from optparse import Values +from typing import Any, Callable, TypeVar + +from pip._internal.build_env import ( + BuildEnvironmentInstaller, + InprocessBuildEnvironmentInstaller, + SubprocessBuildEnvironmentInstaller, +) +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.index_command import IndexGroupCommand +from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin +from pip._internal.exceptions import ( + CommandError, + PreviousBuildDirError, + UnsupportedPythonVersion, +) +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_pylock_package, + install_req_from_req_string, +) +from pip._internal.req.pep723 import PEP723Exception, pep723_metadata +from pip._internal.req.req_dependency_group import parse_dependency_groups +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.packaging import check_requires_python +from pip._internal.utils.pylock import ( + is_valid_pylock_filename, + select_from_pylock_path_or_url, +) +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) + +logger = logging.getLogger(__name__) + + +def should_ignore_regular_constraints(options: Values) -> bool: + """ + Check if regular constraints should be ignored because + we are in a isolated build process and build constraints + feature is enabled but no build constraints were passed. + """ + + return os.environ.get("_PIP_IN_BUILD_IGNORE_CONSTRAINTS") == "1" + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +_CommandT = TypeVar("_CommandT", bound="RequirementCommand") + + +def with_cleanup( + func: Callable[[_CommandT, Values, list[str]], int], +) -> Callable[[_CommandT, Values, list[str]], int]: + """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: _CommandT, options: Values, args: list[str]) -> 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 + + +def parse_constraint_files( + constraint_files: list[str], + finder: PackageFinder, + options: Values, + session: PipSession, +) -> list[InstallRequirement]: + requirements = [] + for filename in constraint_files: + 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) + + return requirements + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.dependency_groups()) + 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: str | None = 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." + ) + + # Handle build constraints + build_constraints = getattr(options, "build_constraints", []) + build_constraint_feature_enabled = ( + "build-constraint" in options.features_enabled + ) + + env_installer: BuildEnvironmentInstaller + if "inprocess-build-deps" in options.features_enabled: + build_constraint_reqs = parse_constraint_files( + build_constraints, finder, options, session + ) + env_installer = InprocessBuildEnvironmentInstaller( + finder=finder, + build_tracker=build_tracker, + build_constraints=build_constraint_reqs, + verbosity=verbosity, + wheel_cache=WheelCache(options.cache_dir), + ) + else: + env_installer = SubprocessBuildEnvironmentInstaller( + finder, + build_constraints=build_constraints, + build_constraint_feature_enabled=build_constraint_feature_enabled, + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + build_isolation_installer=env_installer, + 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: WheelCache | None = 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", + py_version_info: tuple[int, ...] | None = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + ) + 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] = [] + + if not should_ignore_regular_constraints(options): + constraints = parse_constraint_files( + options.constraints, finder, options, session + ) + requirements.extend(constraints) + + for req in args: + if not req.strip(): + continue + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + if options.dependency_groups: + for req in parse_dependency_groups(options.dependency_groups): + req_to_add = install_req_from_req_string( + req, + isolated=options.isolated_mode, + user_supplied=True, + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + 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: + if is_valid_pylock_filename(filename): + logger.warning( + "Using pylock.toml as a requirements source " + "is an experimental feature. " + "It may be removed/changed in a future release " + "without prior warning." + ) + for package, package_dist in select_from_pylock_path_or_url( + filename, session=session + ): + requirements.append( + install_req_from_pylock_package( + package, + package_dist, + filename, + options.format_control, + user_supplied=True, + ) + ) + continue + 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, + user_supplied=True, + config_settings=( + parsed_req.options.get("config_settings") + if parsed_req.options + else None + ), + ) + requirements.append(req_to_add) + + if options.requirements_from_scripts: + if len(options.requirements_from_scripts) > 1: + raise CommandError("--requirements-from-script can only be given once") + + script = options.requirements_from_scripts[0] + try: + script_metadata = pep723_metadata(script) + except PEP723Exception as exc: + raise CommandError(exc.msg) + + script_requires_python = script_metadata.get("requires-python", "") + + if script_requires_python and not options.ignore_requires_python: + target_python = make_target_python(options) + + if not check_requires_python( + requires_python=script_requires_python, + version_info=target_python.py_version_info, + ): + raise UnsupportedPythonVersion( + f"Script {script!r} requires a different Python: " + f"{target_python.py_version} not in {script_requires_python!r}" + ) + + for req in script_metadata.get("dependencies", []): + req_to_add = install_req_from_req_string( + req, + isolated=options.isolated_mode, + user_supplied=True, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not ( + args + or options.editables + or options.requirements + or options.dependency_groups + or options.requirements_from_scripts + ): + 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: TargetPython | None = None, + ignore_requires_python: bool = False, + ) -> 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, + release_control=options.release_control, + 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, + uploaded_prior_to=options.uploaded_prior_to, + ) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..58aad28 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,235 @@ +from __future__ import annotations + +import contextlib +import itertools +import logging +import sys +import time +from collections.abc import Generator +from typing import IO, Final + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + RenderableType, + RenderResult, +) +from pip._vendor.rich.live import Live +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.text import Text + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_console, get_indentation + +logger = logging.getLogger(__name__) + +SPINNER_CHARS: Final = r"-\|/" +SPINS_PER_SECOND: Final = 8 + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: IO[str] | None = None, + spin_chars: str = SPINNER_CHARS, + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 1 / SPINS_PER_SECOND, + ): + 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") + + +class _PipRichSpinner: + """ + Custom rich spinner that matches the style of the legacy spinners. + + (*) Updates will be handled in a background thread by a rich live panel + which will call render() automatically at the appropriate time. + """ + + def __init__(self, label: str) -> None: + self.label = label + self._spin_cycle = itertools.cycle(SPINNER_CHARS) + self._spinner_text = "" + self._finished = False + self._indent = get_indentation() * " " + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + yield self.render() + + def __rich_measure__( + self, console: Console, options: ConsoleOptions + ) -> Measurement: + text = self.render() + return Measurement.get(console, options, text) + + def render(self) -> RenderableType: + if not self._finished: + self._spinner_text = next(self._spin_cycle) + + return Text.assemble(self._indent, self.label, " ... ", self._spinner_text) + + def finish(self, status: str) -> None: + """Stop spinning and set a final status message.""" + self._spinner_text = status + self._finished = True + + +@contextlib.contextmanager +def open_rich_spinner(label: str, console: Console | None = None) -> Generator[None]: + if not logger.isEnabledFor(logging.INFO): + # Don't show spinner if --quiet is given. + yield + return + + console = console or get_console() + spinner = _PipRichSpinner(label) + with Live(spinner, refresh_per_second=SPINS_PER_SECOND, console=console): + try: + yield + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py @@ -0,0 +1,6 @@ +SUCCESS = 0 +ERROR = 1 +UNKNOWN_ERROR = 2 +VIRTUALENV_NOT_FOUND = 3 +PREVIOUS_BUILD_DIR_ERROR = 4 +NO_MATCHES_FOUND = 23 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..bedeca9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,139 @@ +""" +Package containing all pip commands +""" + +from __future__ import annotations + +import importlib +from collections import namedtuple +from typing import Any + +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.", + ), + "lock": CommandInfo( + "pip._internal.commands.lock", + "LockCommand", + "Generate a lock file.", + ), + "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) -> str | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51fcd27284c01338b9b0a6789fdf2d00446a804b GIT binary patch literal 4112 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%0Ajg;_maVg+G7d? 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d2b56c1e219baac8f4dabe92c32feaa90489524 GIT binary patch literal 5453 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e232ff3b13b7b3606e002d473a00e17cb976870d GIT binary patch literal 13399 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 G*8c^Jnn<7k literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ff2c6bd2707ea6813f52e03c7b424a6f8d558af GIT binary patch literal 9798 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 N=$mVQ0Xl`t{{{Pzr|JLz literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d915edb0606cfba19cf26e44f02b07e31e373da GIT binary patch literal 7453 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 M)c0SA5Og8`1E}%ws{jB1 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1407cf652f01359d46fdcd0d85256626f37a6151 GIT binary patch literal 3947 zcmb7HU2Gf25#Iad@m~`4OUc&JiDS{QNXL$wxQU%OmYv!Sl(uqOfN5|&@lF)w;~lei zbRa=89Ka7sQNT73KrUdQDNvwtWuWd`9^2;vg=obkv6WE+O&i zgo;=Y87*2;MJ~vUmaI@kDJYDVt#Bn$h%h>2MJusFjM0h}uOtcyMu)9rrK`}z=!n%_ z=_&M7QiT+oN3GsUU!jlDF{{5aP#EA4k4!XoJaBerG>6u>_N?8=>jF3v*%$*8Rm>$vpmhTua&W5S4`UjcBG2Swx`Xxjt#S@ zrd>0!TXt+sqrzgvaH<|msiDw$r&7^vgOXG4pFe+LYAVZG8}DoK{i zy}LwR&#=nVTJ>s)T8dV6Z&vdht%j{)+x>Pg`;)CJK&-$?6gUGFc!Mhl244^jp&%JC zL%t~%WFusT48>H;@DS)4q8XWyjW9@}M#PN4JZ^@~#0*cRGold%NpfDw#!2Fm?N-gA z=YP#YA)-R_nW{Hyszt~4;B-`HM%C3H&3m(st#+K63TL2Jv18PVCMaOD>R?YT+v?@1 z_a@aD2Um12$BbTC=x3v<9tQoA`hkC#9}*dxUJcumMgLCOcZZ;-x4AV2+!eHl<`{c- zH%B%0G=npELomb#(wf*7ao=S%oF!YYJP5D(==d({y#P^YF1WuA|JHmuh+bw{=}_>= zx#+ifMr8jpSmWEe9GXYj=;T6ZeB5%1xf-8jU z)jf4qch!>ROzW1a7mKFr9#aiRwH;5jAdY>JH9uaqT~D_x6K-2CUe!yco68DB){896 zLq4F0IBQzf1$lhD=9-v@v|l*(o^8#mPR*;pm4lXt+&}d(AI2rzv=7ApqJRC_q%i>bE=*> zwUK%COXW4XQ}oklLpf4cj;wO4ul(`M{WFi1(_7#NA|W52MAUJ~Ep{S}9yi10Wrj^} z8@F?QEK&nOTjX}4eFq(j+`jnmEzO04)jK1sV0CPVLn+`wP21bNWWe#d0xIz00T)z> zCCH;*Pat0uCeSUh$d^!&|1gEnk_dRC@wcZfih-p&{IB{%&|VU~fj}uhxFOsVmn4rS zT-Fw)2ixm7ua>KXdl~Q%^2-vGj&e1q zQ6#(#C=%^R&@|i)-P5y)HcI-7vu5$Cwv81Z8*$X{;kOMsWDsY#fyMZ>9o`#aGE7{c}Un(ayyGB0`{XX{F*hbfQqw8|L z>vD78;L6gSrDp$u73+?*+1>lu2OHg)RtRiYTU0_Vj7X zyaKBP#sMir^Nh0t5lq6^{0N?eo@r#mB))Bu#x03ciy{z?T)q_X-50jqnW09 zw4t7^tEV^A*O$-Vjy;MUXvru$-Wa=BAG^37JKRi;ttVgkYWSt~BX4aCpL;rZ=<|t| zz-RiONz&n-+rsU4>s=YBG<`!WlXoVU!_8>&*4ba4ZH|tCxoAB$@-&)kM8_UQ$C{%r z{O0Ri}Qa@eer`oU4Kre?H%c6*%1=5oKmT5mxuzzxBZ4; zUm$z)RbVqu$pOgvIr^!FgLCb-2*`339bbjND=h1hu1+0XF3z$%Oax%JQ*}2}2;MHa zqE&8}hlAhZ=ceI54GnwxcL&qLO!iTNTH)1PP=mJ{OZTLIx1|7L?BLtgCcRq&{xDf? zu8l8NRLJ0d3IJ)BVT^>~zty{NU?#@zP`6}ydN5%(_haDf+~zmR8|_#+i+=$E`pj@I zLDv#Ej{65nJVC=xQ2*EH%oB9vYf6tjK_}q%Pc*@Z<4?os<$*>xT@R=4zP1s5@rL|d QzQl2<+dum+q9fbt|Dp@p!vFvP literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73a466778f473efcf0de55459707cc94b98c36ed GIT binary patch literal 33594 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 DLuRkk literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..889f89bb8c658fae9eef32073871eb743b72f039 GIT binary patch literal 17481 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 Hc>ezZESs*! literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/lock.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d6faaca2155fd609800fe6b10024a0a41d87825 GIT binary patch literal 7988 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93571e8c7b86546d7b1a78bd6bea0dc2709cffc5 GIT binary patch literal 7628 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de9c30b60a1051165f5562e6e94fe890076ab580 GIT binary patch literal 4693 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 JgBZ!*`d=FBs)hgn literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..754efdcedb04c72a0fbd8e40eacf154b534b2ef2 GIT binary patch literal 8223 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 can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def handler_map(self) -> dict[str, Callable[[Values, list[str]], None]]: + return { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + def run(self, options: Values, args: list[str]) -> int: + handler_map = self.handler_map() + + 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 handler_map: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handler_map)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handler_map[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[str]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: list[str]) -> 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[str]) -> 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[str]) -> 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) + + bytes_removed = 0 + for filename in files: + bytes_removed += os.stat(filename).st_size + os.unlink(filename) + logger.verbose("Removed %s", filename) + + http_dirs = filesystem.subdirs_without_files(self._cache_dir(options, "http")) + wheel_dirs = filesystem.subdirs_without_wheels( + self._cache_dir(options, "wheels") + ) + dirs = [*http_dirs, *wheel_dirs] + + for subdir in dirs: + try: + for file in subdir.iterdir(): + file.unlink(missing_ok=True) + subdir.rmdir() + except FileNotFoundError: + # If the directory is already gone, that's fine. + pass + logger.verbose("Removed %s", subdir) + + # selfcheck.json is no longer used by pip. + selfcheck_json = self._cache_dir(options, "selfcheck.json") + if os.path.isfile(selfcheck_json): + os.remove(selfcheck_json) + logger.verbose("Removed legacy selfcheck.json file") + + logger.info("Files removed: %s (%s)", len(files), format_size(bytes_removed)) + logger.info("Directories removed: %s", len(dirs)) + + def purge_cache(self, options: Values, args: list[str]) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..516757e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,66 @@ +import logging +from optparse import Values + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..7ba205d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,136 @@ +import sys +import textwrap +from optparse import Values + +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() + {{ + local IFS=$' \\t\\n' + 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 --current-process --tokenize --cut-at-cursor) \\ + (commandline --current-token --cut-at-cursor) + set -lx COMP_CWORD (math (count $COMP_WORDS) - 1) + set -lx PIP_AUTO_COMPLETE 1 + set -l completions + if string match -q '2.*' $version + set completions (eval $COMP_WORDS[1]) + else + set completions ($COMP_WORDS[1]) + end + string split \\ -- $completions + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..7bcea04 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,288 @@ +from __future__ import annotations + +import logging +import os +import subprocess +from optparse import Values +from typing import Any, Callable + +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 handler_map(self) -> dict[str, Callable[[Values, list[str]], None]]: + return { + "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, + } + + def run(self, options: Values, args: list[str]) -> int: + handler_map = self.handler_map() + + # Determine action + if not args or args[0] not in handler_map: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handler_map)), + ) + 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: + handler_map[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) -> Kind | None: + 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()): + for key, value in sorted(value.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, fname) + + def print_config_file_values(self, variant: Kind, fname: str) -> 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(): + if name == fname: + for confname, confvalue in value.items(): + write_output("%s: %s", confname, confvalue) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..25bc05d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,196 @@ +from __future__ import annotations + +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any + +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) -> ModuleType | None: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> str | None: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..5c0a3a5 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,146 @@ +import logging +import os +from optparse import Values + +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.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.build_constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.requirements_from_scripts()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.src()) + 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.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, + ) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_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) + cmdoptions.check_build_constraints(options) + cmdoptions.check_release_control_exclusive(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) + + 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, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + downloaded: list[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..7794857 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,107 @@ +import sys +from optparse import Values + +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() -> set[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]""" + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..271a4c9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,58 @@ +import hashlib +import logging +import sys +from optparse import Values + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..2ae658f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,40 @@ +from optparse import Values + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..8c02b3b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,166 @@ +from __future__ import annotations + +import json +import logging +from collections.abc import Iterable +from optparse import Values +from typing import Any, Callable + +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.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import ( + get_installed_distribution, + 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.json()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def handler_map(self) -> dict[str, Callable[[Values, list[str]], None]]: + return { + "versions": self.get_available_package_versions, + } + + def run(self, options: Values, args: list[str]) -> int: + cmdoptions.check_release_control_exclusive(options) + + handler_map = self.handler_map() + + # Determine action + if not args or args[0] not in handler_map: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handler_map)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handler_map[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: TargetPython | None = None, + ignore_requires_python: bool = False, + ) -> 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, + release_control=options.release_control, + format_control=options.format_control, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + uploaded_prior_to=options.uploaded_prior_to, + ) + + 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 self.should_exclude_prerelease(options, canonicalize_name(query)): + 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] + + dist = get_installed_distribution(query) + + if options.json: + structured_output = { + "name": query, + "versions": formatted_versions, + "latest": latest, + } + + if dist is not None: + structured_output["installed_version"] = str(dist.version) + + write_output(json.dumps(structured_output)) + + else: + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(latest, dist) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..15ad165 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any + +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_compat() + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..27c6e7d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,904 @@ +from __future__ import annotations + +import contextlib +import errno +import json +import operator +import os +import shutil +import site +import sys +from collections.abc import Iterator +from optparse import SUPPRESS_HELP, Values +from pathlib import Path +from typing import Any + +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.exceptions import InvalidProxyURL +from pip._vendor.rich import print_json + +# Eagerly import self_outdated_check 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, or allowing a +# wheel to execute arbitrary code on install by replacing +# self_outdated_check. +import pip._internal.self_outdated_check # noqa: F401 +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, + InstallWheelBuildError, +) +from pip._internal.locations import get_scheme +from pip._internal.metadata import BaseEnvironment, 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 InstallationResult, install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +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 + +logger = getLogger(__name__) + + +_IMPORT_AUDIT_HOOK_INSTALLED = False +_MISSING_MODULES: set[str] = set() + +# Non-stdlib modules pip (or its vendored dependencies) may import lazily +# after installation has started. Importing them eagerly keeps the audit +# hook from misattributing them to a freshly installed distribution. +_EAGER_IMPORTS: tuple[str, ...] = ( + # Used by rich when emitting output to a legacy Windows console. + "pip._vendor.rich._windows_renderer", +) + + +# Imports of standard library modules are always safe: they cannot be +# shadowed by a distribution pip has just installed. +_STDLIB_MODULE_NAMES: frozenset[str] = frozenset(sys.stdlib_module_names) | frozenset( + sys.builtin_module_names +) + + +def _prevent_import_hook(name: str, args: tuple[Any, ...]) -> None: + if name != "import": + return + module = args[0] + if module in _MISSING_MODULES: + raise ImportError(f"No module named {module!r}") + if module.partition(".")[0] in _STDLIB_MODULE_NAMES: + return + deprecated( + reason=f"Unexpected import of {module!r} after pip install started.", + replacement=None, + gone_in="26.3", + issue=13842, + include_source=True, + stacklevel=3, + ) + + +def _eagerly_import_modules() -> None: + """Import modules pip uses lazily so the audit hook ignores them later.""" + for module in _EAGER_IMPORTS: + try: + __import__(module) + except ImportError: + # Record the module as missing so the hook can raise ImportError + # instead of trying to import it again. + _MISSING_MODULES.add(module) + + +def _prevent_further_imports() -> None: + """Install an audit hook that warns on unexpected imports after pip install starts. + + Eagerly pre-imports the known lazy imports first so the hook only fires + on genuinely unexpected modules. + """ + global _IMPORT_AUDIT_HOOK_INSTALLED + if _IMPORT_AUDIT_HOOK_INSTALLED: + return + + _IMPORT_AUDIT_HOOK_INSTALLED = True + sys.addaudithook(_prevent_import_hook) + + +def _arg_refers_to_pip(arg: str) -> bool: + try: + req = Requirement(arg) + except InvalidRequirement: + return False + return canonicalize_name(req.name) == "pip" + + +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.build_constraints()) + self.cmd_opts.add_option(cmdoptions.requirements_from_scripts()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + + 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.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( + "--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.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, + ) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_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." + ), + ) + + @contextlib.contextmanager + def pip_version_check(self, options: Values, args: list[str]) -> Iterator[None]: + # Skip the self-version check when pip itself is a requirement. The + # running pip may be replaced mid-command, and the upgrade prompt + # is redundant. + if any(_arg_refers_to_pip(arg) for arg in args): + yield + return + with super().pip_version_check(options, args): + yield + + @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_build_constraints(options) + cmdoptions.check_dist_restriction(options, check_target=True) + cmdoptions.check_release_control_exclusive(options) + + 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: TempDirectory | None = None + target_temp_dir_path: str | None = 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) + + 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) + + 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, + 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 + + # If there is any more preparation to do for the actual installation, do + # so now. This includes actually downloading the files in the case that + # we have been using PEP-658 metadata so far. + preparer.prepare_linked_requirements_more( + requirement_set.requirements.values() + ) + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r for r in requirement_set.requirements_to_install if not r.is_wheel + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + ) + + if build_failures: + raise InstallWheelBuildError(build_failures) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: ConflictDetails | None = 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 + + # Warn on late imports so we don't silently pick up a module + # from a distribution pip is about to install. + try: + _eagerly_import_modules() + finally: + _prevent_further_imports() + + installed = install_given_reqs( + to_install, + 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, + progress_bar=options.progress_bar, + ) + + 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) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + if summary := installed_packages_summary(installed, env): + write_output(summary) + 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] + ) -> ConflictDetails | None: + 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 installed_packages_summary( + installed: list[InstallationResult], env: BaseEnvironment +) -> str: + # Format 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 not summary: + return "" + return f"Successfully installed {' '.join(summary)}" + + +def get_lib_location_guesses( + user: bool = False, + home: str | None = None, + root: str | None = None, + isolated: bool = False, + prefix: str | None = 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: str | None, 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: bool | None, + prefix_path: str | None = None, + target_dir: str | None = None, + root_path: str | None = 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 we have been asked for a user install explicitly, check compatibility. + 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." + ) + # Catch all remaining cases which honour the site.ENABLE_USER_SITE + # value, such as a plain Python installation (e.g. no virtualenv). + if not site.ENABLE_USER_SITE: + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are disabled for this Python." + ) + 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 to check "pip config debug" in case of invalid proxy + if type(error) is InvalidProxyURL: + parts.append( + 'Consider checking your local proxy configuration with "pip config debug"' + ) + parts.append(".\n") + + # On Windows, errors like EINVAL or ENOENT may occur + # if a file or folder name exceeds 255 characters, + # or if the full path exceeds 260 characters and long path support isn't enabled. + # This condition checks for such cases and adds a hint to the error output. + + if WINDOWS and error.errno in (errno.EINVAL, errno.ENOENT) and error.filename: + if any(len(part) > 255 for part in Path(error.filename).parts): + parts.append( + "HINT: This error might be caused by a file or folder name exceeding " + "255 characters, which is a Windows limitation even if long paths " + "are enabled.\n " + ) + if 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..bc8a569 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,403 @@ +from __future__ import annotations + +import contextlib +import json +import logging +from collections.abc import Generator, Iterator, Sequence +from email.parser import Parser +from optparse import Values +from typing import TYPE_CHECKING, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion, 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( + "--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 in output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @contextlib.contextmanager + def pip_version_check(self, options: Values, args: list[str]) -> Iterator[None]: + if not (options.outdated or options.uptodate): + yield + return + with super().pip_version_check(options, args): + yield + + 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, + release_control=options.release_control, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: list[str]) -> int: + cmdoptions.check_release_control_exclusive(options) + + 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, + ) -> _DistWithLatestInfo | None: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if self.should_exclude_prerelease(options, dist.canonical_name): + 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: + try: + req_string = f"{dist.raw_name}=={dist.version}" + except InvalidVersion: + req_string = f"{dist.raw_name}==={dist.raw_version}" + if options.verbose >= 1: + write_output("%s (%s)", req_string, dist.location) + else: + write_output(req_string) + 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"]) + + def wheel_build_tag(dist: BaseDistribution) -> str | None: + try: + wheel_file = dist.read_text("WHEEL") + except FileNotFoundError: + return None + return Parser().parsestr(wheel_file).get("Build") + + build_tags = [wheel_build_tag(p) for p in pkgs] + has_build_tags = any(build_tags) + if has_build_tags: + header.append("Build") + + 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 i, proj in enumerate(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_build_tags: + row.append(build_tags[i] or "") + + 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: + try: + version = str(dist.version) + except InvalidVersion: + version = dist.raw_version + info = { + "name": dist.raw_name, + "version": 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py new file mode 100644 index 0000000..9a55349 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/lock.py @@ -0,0 +1,175 @@ +import sys +from optparse import Values +from pathlib import Path + +from pip._vendor import tomli_w +from pip._vendor.packaging.pylock import is_valid_pylock_path + +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.operations.build.build_tracker import get_build_tracker +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + get_pip_version, +) +from pip._internal.utils.pylock import pylock_from_install_requirements +from pip._internal.utils.temp_dir import TempDirectory + +logger = getLogger(__name__) + + +class LockCommand(RequirementCommand): + """ + EXPERIMENTAL - Lock packages and their dependencies from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports locking from "requirements files", which provide an easy + way to specify a whole environment to be installed. + + The generated lock file is only guaranteed to be valid for the current + python version and platform. + """ + + usage = """ + %prog [options] [-e] ... + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + cmdoptions.PipOption( + "--output", + "-o", + dest="output_file", + metavar="path", + type="path", + default="pylock.toml", + help="Lock file name (default=pylock.toml). Use - for stdout.", + ) + ) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.requirements_from_scripts()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.build_constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + + self.cmd_opts.add_option(cmdoptions.editable()) + + self.cmd_opts.add_option(cmdoptions.src()) + + 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.check_build_deps()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: list[str]) -> int: + logger.verbose("Using %s", get_pip_version()) + + logger.warning( + "pip lock is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + cmdoptions.check_build_constraints(options) + cmdoptions.check_release_control_exclusive(options) + + session = self.get_default_session(options) + + finder = self._build_package_finder( + options=options, + session=session, + 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, + ) + + reqs = self.get_requirements(args, options, finder, session) + + 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=False, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=False, + ignore_installed=True, + ignore_requires_python=options.ignore_requires_python, + upgrade_strategy="to-satisfy-only", + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + if options.output_file == "-": + base_dir = Path.cwd() + else: + output_file_path = Path(options.output_file) + if not is_valid_pylock_path(output_file_path): + logger.warning( + "%s is not a valid lock file name.", + output_file_path, + ) + base_dir = output_file_path.parent + pylock = pylock_from_install_requirements( + requirement_set.requirements.values(), base_dir=base_dir + ) + pylock_toml = tomli_w.dumps(pylock.to_dict()) + if options.output_file == "-": + sys.stdout.write(pylock_toml) + else: + output_file_path.write_text(pylock_toml, encoding="utf-8") + + return SUCCESS diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..b8dbc27 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,178 @@ +from __future__ import annotations + +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import 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.metadata.base import BaseDistribution +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 + + +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(latest: str, dist: BaseDistribution | None) -> None: + 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 get_installed_distribution(name: str) -> BaseDistribution | None: + env = get_default_environment() + return env.get_distribution(name) + + +def print_results( + hits: list[TransformedHit], + name_column_width: int | None = None, + terminal_width: int | None = 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) + dist = get_installed_distribution(name) + print_dist_installation_info(latest, dist) + except UnicodeEncodeError: + pass + + +def highest_version(versions: list[str]) -> str: + return max(versions, key=parse_version) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..f9fcfa6 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,231 @@ +from __future__ import annotations + +import logging +import string +from collections.abc import Generator, Iterable, Iterator +from optparse import Values +from typing import NamedTuple + +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__) + + +def normalize_project_url_label(label: str) -> str: + # This logic is from PEP 753 (Well-known Project URLs in Metadata). + chars_to_remove = string.punctuation + string.whitespace + removal_map = str.maketrans("", "", chars_to_remove) + return label.translate(removal_map).lower() + + +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: str | None + 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 + license_expression: str + entry_points: list[str] + files: list[str] | None + + +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: list[str] | None = 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). + for url in project_urls: + url_label, url = url.split(",", maxsplit=1) + normalized_label = normalize_project_url_label(url_label) + 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", ""), + license_expression=metadata.get("License-Expression", ""), + 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("---") + + metadata_version_tuple = tuple(map(int, dist.metadata_version.split("."))) + + 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) + if metadata_version_tuple >= (2, 4) and dist.license_expression: + write_output("License-Expression: %s", dist.license_expression) + else: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..9c4f031 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +import logging +from optparse import Values + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..a857433 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,171 @@ +import logging +import os +import shutil +from optparse import Values + +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, +) +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 + +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_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.build_constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.requirements_from_scripts()) + 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.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + selection_opts = cmdoptions.make_option_group( + cmdoptions.package_selection_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, selection_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: list[str]) -> int: + cmdoptions.check_build_constraints(options) + cmdoptions.check_release_control_exclusive(options) + + 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) + + 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, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + reqs_to_build: list[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + else: + reqs_to_build.append(req) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + ) + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..e164653 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,396 @@ +"""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 +""" + +from __future__ import annotations + +import configparser +import locale +import os +import sys +from collections.abc import Iterable +from typing import Any, NewType + +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("_", "-") + name = name.removeprefix("--") # 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: Kind | None = 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, 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) -> str | None: + """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: + clean_config: dict[str, Any] = {} + for file_values in self._dictionary.values(): + clean_config.update(file_values) + return clean_config[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].setdefault(fname, {}) + self._config[self.load_only][fname][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 + fname, parser = self._get_parser_to_modify() + + if ( + key not in self._config[self.load_only][fname] + and key not in self._config[self.load_only] + ): + raise ConfigurationError(f"No such key - {orig_key}") + + 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) + try: + del self._config[self.load_only][fname][key] + except KeyError: + 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, 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].setdefault(fname, {}) + self._config[variant][fname].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].setdefault(":env:", {}) + self._config[kinds.ENV_VAR][":env:"].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 ergonomic 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/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py @@ -0,0 +1,21 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.distributions.sdist import SourceDistribution +from pip._internal.distributions.wheel import WheelDistribution +from pip._internal.req.req_install import InstallRequirement + + +def make_distribution_for_install_requirement( + install_req: InstallRequirement, +) -> AbstractDistribution: + """Returns a Distribution for the given InstallRequirement""" + # Editable requirements will always be source distributions. They use the + # legacy logic until we create a modern standard for them. + if install_req.editable: + return SourceDistribution(install_req) + + # If it's a wheel, it's a WheelDistribution + if install_req.is_wheel: + return WheelDistribution(install_req) + + # Otherwise, a SourceDistribution + return SourceDistribution(install_req) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d35ba2d6e70f9075053f2f3bca6a55795aaf2ae4 GIT binary patch literal 936 zcmaJ;zi-n(6uzr}mL!c@x}XT;3JJ-rVhb1;sDMgcSQy#?$%|#j*XA1kNbk-?K^++Q zAIjJj@u#o^GJq^1A;H2HDV;j;&cqM`>XXjzd+**of8TrW8;xrS?8EoHBTqr-n+z&b zXJEPu;0#45!ZAv)hq1&<@lv9AN{N+NO*Bs{u^Q`%;TeE6VnjN@2Wn)zRy}iI+RHy= zOB)yKJ0TY==!jhko`$)gSqk~J{VZo4vXEVU-X$bnNUl9ixd`HTj~wTek%Xk8sL@|J zpONE2XGG*I?ckXV=|Ez6rUJkjIz>k^yI`y)WL;^e=-ur7zO1fBQeA_GYNHD0tN-7_ z#xEc2mAtqWSo4ysgN#|CORPhBLQ?Brb+%fVB%&e+W5Ohn!lc}PAxFbB2yM(H5ia>! zm!aFu65{4zo{HSf<8B_hf^gwF(EY@XY3TL`qMN1noxAs3P6cWAgHA6vB;4)OzU$Le z5S9k98_lhVyFOe{;rmX1P}oV(BmVro4q~Rvd~4KnhNd&o=d#v$Yt(EH&GvbKtXMzzhMx;cgC=$XA-SU}SGP12bs!JRPR zgvlKi8&{R_@>My?E9?HuxVZUuKal9asU$NU{#j~$i`a_9b@*JG+esGXF?qz+A(Z>! nci=NoFverFGe%Fw=yz~Dzxo|Ou}{S+s3V9d-qg}GmUID8}qWR*2qOEayhrqC{~LKQORXu=QoM1Gj-`uYHaWKo5KA}va1d@)l%^f+?14P z!1O#{n$qz-F$ephYaf3!V_bTF=F$hVbC-cJdeIc@Jx56H)It;k-u_unNYiz%up6Pn zS%Y~JxZ@W?$F*m?6^HvC^4e02TYG*G(so1Hy$9USAq9+76`MfVN;PBWZjlAWRyPN$ zS*9%wb}J^dowqZa+57E-Y96FU`$*|_wo9teU#dWQ|LlUTb!ioEk()|&;3_EY`jMQh2V_8RdKF zOEgWdDeKQ`f;OJJuD>eYO4R8TU1hWp3Q22lj25I%Z6+CSI38?zucw~bV6j~=eFl64 zWy|zlmDKV%XO?uEiQ9>$=X+COu*gjt#RMz0od&BIU|?Fy<{}ex)sb~7m<)rSSk85P zGhN}Q4yNXx_0!=!%JHRsDAVj=I!xPk5PGJYUea;l3_66-3WyLcGKKG9x_IbKNe5Uq z3z%m!&vKY3y(oDWC`-sC?XEEOYfF$G%5Da}Kv%$2>VsMHSD*$=nzkv;y%aeM7{AAu z9oNLCt3F?baAG%W*dr8?w9NQkqPmK>$UMdqPeRYR5q9ih3!(=;bs!#qQ}ekp_cKzC z{j~t8od;VG{*~SHKzyOxC9-pLTU{r2U`C}4rjT`IofsYMCfQQvN|{I#VZeB#8;0XK z(lDY7pc(jC!Q2Ht4EIF^!-$*0Fa#Q;bmQqKmAcSFTZx7A{@!4(n?nXC#ZliKsex_Vs}j>QNa!@2TeW%cGf2PwQ4zal!AzO z36>`ti)SNfLWS+PmH2g|lW9uJa{liv@Y`c6N^_XFqu zmVpm|505q@^JV>x3^hfrq6!>&7QZVY@E&L zK$0711b}(`euV}bNtllC-S{OPjaqePEgK0NhMN#*81T|A#Ka2=y>_8*xG&VfA(577 zxVJ>$I<`8`!4l;-ya~7$Wf8U|l^+M@S`pfUuE$7jvp9YMm2`d-72)fM@RwnUvNhj# z`2_Ay;DXwm!crQDuHRV2mXM*~3N&4(YOeB3IrPw)v=z=n>8ZfOW}wGcu@ zAXgj*Fh31Tl#|T>ULzb)6CH)2TJ8+haykymI8Wm`Mf-XsV16aV9_!_Ipc_{-%1>Xs z^dYzs`?W<9A8}4R)!$C)_YS`RTO1(bEG(^zq9{A$etu5y8br-GQR5{!0{z| literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..444a447f5f80753dade4bf031ea2963b44fd52af GIT binary patch literal 1764 zcma)6&2QX96d!-CcazO7O4E{lfQ15L57?oRI3c8@M5U>;LZz4bV%eTa)``D5Gmh$2 z4-v`%P8@UQSoKfgl8OV!Qluj2f!o5COHaJ9cf)QJ5YN(^pWnQhdGGh$%n$8$3xT}& z?ZN){3PQh%pQ&gykj4&x6NC|#A{0xGBnd1>a;!K?g_TH+HAkzk8tHMvX-J4DR0lsT zGUBGwl#q<>BCH=H+#uR>I7^7rDvVz9cL94+x!@&9$~_*Y34`DE!$)6kyLZ0WzH|Rx z|1KD=Z2F8-FW{etFou3EJi*@G@))^bTiwdT2yZ8cAx)E*B>Y~&xEDo)2I91-OyZEn zTVOds1UV8$j*KNoAu86fe5^j7_&OSHVC7hK^d_4Buz^*uHwvxSELWxn;n|3W-#j20 zB@6;#rk9xEBpPgHUU1;;5v$cQK^_i5X5y4E6PPd)LNIt2CM?Z7S}|jK%;W=NQt~(t zDa?n-Zc5{NZUB>BM2UxsYCE5h#0=6n%Q?YTWeTKe?voKHkj842eu17z{b!&`m62$d z30Lz?U=Pxm*twr4Jh$^`koz_#jN8^BNe=BO^zE$RgEZN&KE7?Ukdu!lNijPMGusUl zPH5sqHlC>)v(GuOvZCzzqF$~j?*XB1h=(6sN~CqsZy91_qE(O3%g*u`0Gdlt21AwN z0Kf@)iuQ%e1=$x~7v!k1106rD{@2p~U-=d4$^GF~Q9)?d9J;Rfr{F!gRG@a{B7>5# z-H>3{FK8PMuj!^8faU5Q;ciU0hdu7Ov%C%M%X#_N1=qyZ7N{fib7%RxC*MB#sk8Q? zvv%59KQ(qvZ}0pFy0bn%XROh;U`ZhQVpiswg)YDpT?Exr=@Ja(a$Oy03n=>JzLlNY z7_u~~y0q*D0}>p#wHcF)F>#D&|2p|wb-R&32Vt zA8Mgf!gHDoTkxWoPtAUske*D1JJmt;3@Z4eVkvzaRH^!D8qrnpe^V&oTB_ALqcmJM z@nYh-Wy^Kr6z7q^i>~_^x?nQXa9x}RU^X(EW`y#BcEv_3LR}Y1Fj@sz(LtNyS14g; z_dy+_KV(%iAQOG*Pg&Bgj1@qm3hA=;{>ad^_RCwJj5HWWI=cSOs3DMnZoE5c3e-Za zrPm99>T|^I{oaCzdN&6?AZjX}#!}}+7AAXC6sR=eHe2Vn*_!Q2X8G_2Q*jT=tMhKt zF0S}2ugy=M_e;%imFj%@Z;VfCB0r-a!tUZpVr!sAiX=&A=)G6Se1$g8(8e!H_e|Y< Rt*=P!)0^vmAsDOV{sxx5*t7ru literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f1c6c6ae1f67633077d3be52bf3cba1c2136aa6 GIT binary patch literal 8372 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 hwYL%+CtUG?Ah|CxtNl=>&WCYWJ!|3CM=eX#%l literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ba326b2e1c42a9223f3230b4746db0cd6897649 GIT binary patch literal 2313 zcmaJ?&2JM&6rZ)%>$MZdP7_f+3XG6iWNi85<$cn}iW&_#`lzhJk#>&ji_KR`Xfk406q!=1t!U z^3A;FbG{uEnuVa)ECv(J34`#gut3-HCxcS6WRMIwNmzb`Fq`LBv-&#Hoaz;-#lLV< zHIfN83?t<#FA61WOXt4%>V$Lr(-X%(Kh-!12h(jgj6$#N`d*(qp&M{GoITo-O1N$H zu?JtT6{C7Jn^caul8>Gxv- z;GsGdO6B@K7wy#Xlx{|0Y#f9AO~OgjV5FI0Ml;JzX0gnQxwMnbw|-y4}BghIa**;Dn?u)$Y|muNy;KFDddoboHOc%JqoH_ zSLmElSElNcLLzC4gBiiw%J0!Q?7HnsoYl0cwlNwc@DQi5Vd@xr z6}GeuHL=CNJdT%mGqkk2dCOT+&Gvsh9l14Jy?eUid&0UC)y$s&*l zBGCh+F)Fx&x0O6Wr*{hb;p;FsXg7K>Z}+HrQUs+DBHd{Xu!7%2`0 z<#b)uNlg4(*pN?w2^I*UYDQGxljL*;BqoefF^xyNaEuI7H8x55@4N`oR|>xYwqy&) zH8LoY%IuA$@0RYD5B^#{xMrVUtDav6T0Z!Dc?SQuvHbn=nmxa^Z+_jLzrOsSvj3L( zll_BzpU&T-^Xrwv*K-fbZ{Fg+%^mq!-Ceq~ba(mA^7`Bt>*dCp-4HWyO?x{a#=2Zg zfruyrshVlzGiiH4KSQ@}PQ#>}9(pqJ^^8d>?GA5Wa?)eQyHescShO@*d((l$$MUq5 zy?*`0g#E9=TVPyb4?)ri#^EWizqPj ziP?%GU+l#_MS`MT;oa z;x#n13&}ntm`&}VPKB7nEfN%yr-7`HCz)){hVolee`k!`>_!&2f#xhb_oXqIwQ{9L zdp{iH;5)F$?tOziayHqse^5ZKNQzTWCxA;YLi3Gk8Qorpp+CV<0d*#crFvax6M@x9 z_P`9TIWVeOBx>nkhW~2tl=@PmKcQM;IHhZ2Q@YlImsa2~O?Hfn4Vyxz{CPtquaApu z0V^$s&dYeNp4lIzSwAA?;2s=+@?9W4BlcWD;Oe6DzAekiQ^h5LL SQ){Y!l>|@CQ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..ea61f35 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,55 @@ +from __future__ import annotations + +import abc +from typing import TYPE_CHECKING + +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + +if TYPE_CHECKING: + from pip._internal.build_env import BuildEnvironmentInstaller + + +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) -> str | None: + """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, + build_env_installer: BuildEnvironmentInstaller, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..b6a67df --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,33 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.metadata import BaseDistribution + +if TYPE_CHECKING: + from pip._internal.build_env import BuildEnvironmentInstaller + + +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) -> str | None: + 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, + build_env_installer: BuildEnvironmentInstaller, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..f7bd783 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,164 @@ +from __future__ import annotations + +import logging +from collections.abc import Iterable +from typing import TYPE_CHECKING + +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.build_env import BuildEnvironmentInstaller + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated. + """ + + @property + def build_tracker_id(self) -> str | None: + """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, + build_env_installer: BuildEnvironmentInstaller, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + if build_isolation: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(build_env_installer) + # Check that the build backend supports PEP 660. 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. + self.req.editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(build_env_installer) + else: + # When not using build isolation, we still need to check that + # the build backend supports PEP 660. + self.req.editable_sanity_check() + # Check if the current environment provides build dependencies + if check_build_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, build_env_installer: BuildEnvironmentInstaller + ) -> 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(build_env_installer) + self.req.build_env.install_requirements( + pyproject_requires, "overlay", kind="build dependencies", for_req=self.req + ) + 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, build_env_installer: BuildEnvironmentInstaller + ) -> 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( + missing, "normal", kind="backend dependencies", for_req=self.req + ) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..ee12bfa --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,44 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING + +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.build_env import BuildEnvironmentInstaller + + +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) -> str | None: + 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, + build_env_installer: BuildEnvironmentInstaller, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..23e1e34 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,971 @@ +"""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. +""" + +from __future__ import annotations + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +import traceback +from collections.abc import Iterable, Iterator +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Literal + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.version import InvalidVersion +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 PreparedRequest, Request, Response + + from pip._internal.metadata import BaseDistribution + from pip._internal.models.link import Link + from pip._internal.network.download import _FileDownload + 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: 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: str | None = None, + message: str | Text, + context: str | Text | None, + hint_stmt: str | Text | None, + note_stmt: str | Text | None = None, + link: str | None = 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 FailedToPrepareCandidate(InstallationError): + """Raised when we fail to prepare a candidate (i.e. fetch and generate metadata). + + This is intentionally not a diagnostic error, since the output will be presented + above this error, when this occurs. This should instead present information to the + user. + """ + + def __init__( + self, *, package_name: str, requirement_chain: str, failed_step: str + ) -> None: + super().__init__(f"Failed to build '{package_name}' when {failed_step.lower()}") + self.package_name = package_name + self.requirement_chain = requirement_chain + self.failed_step = failed_step + + +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: Response | None = None, + request: Request | PreparedRequest | None = 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: list[str] | None, + ) -> None: + if output_lines is None: + output_prompt = Text("No available 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(DiagnosticPipError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super().__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: InstallRequirement | None = 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: str | None = None, + error: configparser.Error | None = 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: str | None) -> 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: str | None = 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: 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 --ignore-installed --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, + ) + + +class InvalidInstalledPackage(DiagnosticPipError): + reference = "invalid-installed-package" + + def __init__( + self, + *, + dist: BaseDistribution, + invalid_exc: InvalidRequirement | InvalidVersion, + ) -> None: + installed_location = dist.installed_location + + if isinstance(invalid_exc, InvalidRequirement): + invalid_type = "requirement" + else: + invalid_type = "version" + + super().__init__( + message=Text( + f"Cannot process installed package {dist} " + + (f"in {installed_location!r} " if installed_location else "") + + f"because it has an invalid {invalid_type}:\n{invalid_exc.args[0]}" + ), + context=( + "Starting with pip 24.1, packages with invalid " + f"{invalid_type}s can not be processed." + ), + hint_stmt="To proceed this package must be uninstalled.", + ) + + +class IncompleteDownloadError(DiagnosticPipError): + """Raised when the downloader receives fewer bytes than advertised + in the Content-Length header.""" + + reference = "incomplete-download" + + def __init__(self, download: _FileDownload) -> None: + # Dodge circular import. + from pip._internal.utils.misc import format_size + + assert download.size is not None + download_status = ( + f"{format_size(download.bytes_received)}/{format_size(download.size)}" + ) + if download.reattempts: + retry_status = f"after {download.reattempts + 1} attempts " + hint = "Use --resume-retries to configure resume attempt limit." + else: + # Download retrying is not enabled. + retry_status = "" + hint = "Consider using --resume-retries to enable download resumption." + message = Text( + f"Download failed {retry_status}because not enough bytes " + f"were received ({download_status})" + ) + + super().__init__( + message=message, + context=f"URL: {download.link.redacted_url}", + hint_stmt=hint, + note_stmt="This is an issue with network connectivity, not pip.", + ) + + +class ResolutionTooDeepError(DiagnosticPipError): + """Raised when the dependency resolver exceeds the maximum recursion depth.""" + + reference = "resolution-too-deep" + + def __init__(self) -> None: + super().__init__( + message="Dependency resolution exceeded maximum depth", + context=( + "Pip cannot resolve the current dependencies as the dependency graph " + "is too complex for pip to solve efficiently." + ), + hint_stmt=( + "Try adding lower bounds to constrain your dependencies, " + "for example: 'package>=2.0.0' instead of just 'package'. " + ), + link="https://pip.pypa.io/en/stable/topics/dependency-resolution/#handling-resolution-too-deep-errors", + ) + + +class InstallWheelBuildError(DiagnosticPipError): + reference = "failed-wheel-build-for-install" + + def __init__(self, failed: list[InstallRequirement]) -> None: + super().__init__( + message=( + "Failed to build installable wheels for some " + "pyproject.toml based projects" + ), + context=", ".join(r.name for r in failed), # type: ignore + hint_stmt=None, + ) + + +class InvalidEggFragment(DiagnosticPipError): + reference = "invalid-egg-fragment" + + def __init__(self, link: Link, fragment: str) -> None: + hint = "" + if ">" in fragment or "=" in fragment or "<" in fragment: + hint = ( + "Version specifiers are silently ignored for URL references. " + "Remove them. " + ) + if "[" in fragment and "]" in fragment: + hint += "Try using the Direct URL requirement syntax: 'name[extra] @ URL'" + + if not hint: + hint = "Egg fragments can only be a valid project name." + + super().__init__( + message=f"The '{escape(fragment)}' egg fragment is invalid", + context=f"from '{escape(str(link))}'", + hint_stmt=escape(hint), + ) + + +class BuildDependencyInstallError(DiagnosticPipError): + """Raised when build dependencies cannot be installed.""" + + reference = "failed-build-dependency-install" + + def __init__( + self, + req: InstallRequirement | None, + build_reqs: Iterable[str], + *, + cause: Exception, + log_lines: list[str] | None, + ) -> None: + if isinstance(cause, PipError): + note = "This is likely not a problem with pip." + else: + note = ( + "pip crashed unexpectedly. Please file an issue on pip's issue " + "tracker: https://github.com/pypa/pip/issues/new" + ) + + if log_lines is None: + # No logs are available, they must have been printed earlier. + context = Text("See above for more details.") + else: + if isinstance(cause, PipError): + log_lines.append(f"ERROR: {cause}") + else: + # Split rendered error into real lines without trailing newlines. + log_lines.extend( + "".join(traceback.format_exception(cause)).splitlines() + ) + + context = Text.assemble( + f"Installing {' '.join(build_reqs)}\n", + (f"[{len(log_lines)} lines of output]\n", "red"), + "\n".join(log_lines), + ("\n[end of output]", "red"), + ) + + message = Text("Cannot install build dependencies", "green") + if req: + message += Text(f" for {req}") + super().__init__( + message=message, context=context, hint_stmt=None, note_stmt=note + ) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..197dd75 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1 @@ +"""Index interaction code""" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2baacdae3cd7293fcd045d9726c423966e10a13 GIT binary patch literal 224 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 B2G;-p literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..350344d0e6a0907bed2169cbc64815c7fbc4de2f GIT binary patch literal 43870 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%0DqsEqZMx`T&{-Dn5l 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9d61fd5a5762c736a356f617a41ba95fbc71672 GIT binary patch literal 12318 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..a9a8dde --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,488 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +from __future__ import annotations + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +from collections.abc import Iterable, MutableMapping, Sequence +from dataclasses import dataclass +from html.parser import HTMLParser +from optparse import Values +from typing import ( + Callable, + NamedTuple, + Protocol, +) + +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.utils.urls import url_to_path +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) -> str | None: + """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) -> str | None: + """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.cache + 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: str | None + 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: str | None = None + self.anchors: list[dict[str, str | None]] = [] + + def handle_starttag(self, tag: str, attrs: list[tuple[str, str | None]]) -> 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, str | None]]) -> str | None: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: str | Exception, + meth: Callable[..., None] | 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) -> IndexContent | None: + 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 + if url.startswith("file:") and os.path.isdir(url_to_path(url)): + # 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[LinkSource | None] + index_urls: Sequence[LinkSource | None] + + +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) -> IndexContent | None: + """ + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..6cd2cad --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1113 @@ +"""Routines related to PyPI, indexes""" + +from __future__ import annotations + +import datetime +import enum +import functools +import itertools +import logging +import re +from collections.abc import Iterable +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Optional, + Union, +) + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import NormalizedName, 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, + InstallationError, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.metadata import select_backend +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.release_control import ReleaseControl +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 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() + upload_too_late = enum.auto() + upload_time_missing = 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: NormalizedName, + formats: frozenset[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: bool = False, + uploaded_prior_to: datetime.datetime | None = 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. + :param uploaded_prior_to: If set, only allow links uploaded prior to + the given datetime. + """ + + 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._uploaded_prior_to = uploaded_prior_to + + 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 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 + + # Check upload-time filter after verifying the link is a package file. + # Skip this check for local files, as --uploaded-prior-to only applies + # to packages from indexes. + if self._uploaded_prior_to is not None and not link.is_file: + if link.upload_time is None: + if link.comes_from: + index_info = f"Index {link.comes_from}" + else: + index_info = "Index" + + return ( + LinkType.upload_time_missing, + f"{index_info} does not provide upload-time metadata.", + ) + elif link.upload_time >= self._uploaded_prior_to: + return ( + LinkType.upload_too_late, + f"Upload time {link.upload_time} not " + f"prior to {self._uploaded_prior_to}", + ) + + # 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: + requires_python = link.requires_python + if requires_python: + + def get_version_sort_key(v: str) -> tuple[int, ...]: + return tuple(int(s) for s in v.split(".") if s.isdigit()) + + requires_python = ",".join( + sorted( + (str(s) for s in specifiers.SpecifierSet(requires_python)), + key=get_version_sort_key, + ) + ) + reason = f"{version} Requires-Python {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: Hashes | None, + 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 + release_control: ReleaseControl | None = None + + +@dataclass(frozen=True) +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. + + :param all_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. + """ + + all_candidates: list[InstallationCandidate] + applicable_candidates: list[InstallationCandidate] + best_candidate: InstallationCandidate | None + + def __post_init__(self) -> None: + assert set(self.applicable_candidates) <= set(self.all_candidates) + + if self.best_candidate is None: + assert not self.applicable_candidates + else: + assert self.best_candidate in 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: TargetPython | None = None, + prefer_binary: bool = False, + release_control: ReleaseControl | None = None, + specifier: specifiers.BaseSpecifier | None = None, + hashes: Hashes | None = 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, + release_control=release_control, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: list[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + release_control: ReleaseControl | None = None, + hashes: Hashes | None = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._release_control = release_control + 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. + if self._release_control is not None: + allow_prereleases = self._release_control.allows_prereleases( + canonicalize_name(self._project_name) + ) + else: + allow_prereleases = None + specifier = self._specifier + # When using the pkg_resources backend 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(). + applicable_candidates = specifier.filter( + candidates, + prereleases=allow_prereleases, + key=lambda c: ( + str(c.version) + if select_backend().NAME == "pkg_resources" + else c.version + ), + ) + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=list(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 + build_tag = wheel.build_tag + 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], + ) -> InstallationCandidate | None: + """ + 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: FormatControl | None = None, + candidate_prefs: CandidatePreferences | None = None, + ignore_requires_python: bool = False, + uploaded_prior_to: datetime.datetime | None = 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._uploaded_prior_to = uploaded_prior_to + + self.format_control = format_control + + # Collects the detail strings for links skipped due to Requires-Python + # incompatibility. Used by requires_python_skipped_reasons() to build + # the error message when resolution fails. + self._requires_python_skipped: set[str] = set() + + # Cache of the result of finding candidates + self._all_candidates: dict[str, list[InstallationCandidate]] = {} + self._best_candidates: dict[ + tuple[str, specifiers.BaseSpecifier | None, Hashes | None], + BestCandidateResult, + ] = {} + + # 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: TargetPython | None = None, + uploaded_prior_to: datetime.datetime | None = 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. + :param uploaded_prior_to: If set, only find links uploaded prior + to the given datetime. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + release_control=selection_prefs.release_control, + ) + + 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, + uploaded_prior_to=uploaded_prior_to, + ) + + @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 proxy(self) -> str | None: + return self._link_collector.session.pip_proxy + + @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 custom_cert(self) -> str | None: + # session.verify is either a boolean (use default bundle/no SSL + # verification) or a string path to a custom CA bundle to use. We only + # care about the latter. + verify = self._link_collector.session.verify + return verify if isinstance(verify, str) else None + + @property + def client_cert(self) -> str | None: + cert = self._link_collector.session.cert + assert not isinstance(cert, tuple), "pip only supports PEM client certs" + return cert + + @property + def release_control(self) -> ReleaseControl | None: + return self._candidate_prefs.release_control + + def set_release_control(self, release_control: ReleaseControl) -> None: + self._candidate_prefs.release_control = release_control + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + @property + def uploaded_prior_to(self) -> datetime.datetime | None: + return self._uploaded_prior_to + + def requires_python_skipped_reasons(self) -> list[str]: + return sorted(self._requires_python_skipped) + + 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, + uploaded_prior_to=self._uploaded_prior_to, + ) + + 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: + # 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) + if result == LinkType.requires_python_mismatch: + self._requires_python_skipped.add(detail) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> InstallationCandidate | None: + """ + 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.upload_time_missing: + # Fail immediately if the index doesn't provide upload-time + # when --uploaded-prior-to is specified + raise InstallationError(detail) + 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 + + 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. + """ + if project_name in self._all_candidates: + return self._all_candidates[project_name] + + 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 + self._all_candidates[project_name] = file_candidates + page_candidates + + return self._all_candidates[project_name] + + def make_candidate_evaluator( + self, + project_name: str, + specifier: specifiers.BaseSpecifier | None = None, + hashes: Hashes | None = 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, + release_control=candidate_prefs.release_control, + specifier=specifier, + hashes=hashes, + ) + + def find_best_candidate( + self, + project_name: str, + specifier: specifiers.BaseSpecifier | None = None, + hashes: Hashes | None = 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. + """ + if (project_name, specifier, hashes) in self._best_candidates: + return self._best_candidates[project_name, specifier, hashes] + + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + self._best_candidates[project_name, specifier, hashes] = ( + candidate_evaluator.compute_best_candidate(candidates) + ) + + return self._best_candidates[project_name, specifier, hashes] + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> InstallationCandidate | None: + """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 + """ + name = req.name + assert name is not None, "find_requirement() called with no name" + + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: _BaseVersion | None = 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: + # Check if only final releases are allowed for this package + version_type = "version" + if self.release_control is not None: + allows_pre = self.release_control.allows_prereleases( + canonicalize_name(name) + ) + if allows_pre is False: + version_type = "final version" + + logger.critical( + "Could not find a %s that satisfies the requirement %s " + "(from versions: %s)", + version_type, + req, + _format_versions(best_candidate_result.all_candidates), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: InstallationCandidate | None, + ) -> 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.applicable_candidates), + ) + 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.applicable_candidates), + ) + 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) -> str | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..c67c4d7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,287 @@ +from __future__ import annotations + +import logging +import mimetypes +import os +from collections import defaultdict +from collections.abc import Iterable +from typing import Callable + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + 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) -> Link | None: + """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: + try: + project_filename = parse_sdist_filename(entry.name)[0] + except InvalidSdistFilename: + 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) -> Link | None: + 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) -> Link | None: + 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) -> Link | None: + 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) -> Link | None: + 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[str | None, LinkSource | None]: + path: str | None = None + url: str | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..ec15d1d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,438 @@ +from __future__ import annotations + +import functools +import logging +import os +import pathlib +import sys +import sysconfig + +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") + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig. + 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", True)) + + +_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: + _MISMATCH_LEVEL = logging.DEBUG +else: + _MISMATCH_LEVEL = logging.WARNING + + +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.cache +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.cache +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.cache +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 = 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.cache +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.cache +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")) + ) + + +@functools.cache +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.cache +def _log_context( + *, + user: bool = False, + home: str | None = None, + root: str | None = None, + prefix: str | None = 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: str | None = None, + root: str | None = None, + isolated: bool = False, + prefix: str | None = 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 + + # sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly continues + # 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 _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/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76cad0646528b2fad419343c55cb0880c53acfaa GIT binary patch literal 15145 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de08afa472ff2f0894454d7a0e92b88f292fe7d9 GIT binary patch literal 6769 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 Vr)_T}$Zr$E8?QQldz6Fre*sElZ~FiM literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..474affa608dad150cced7662caf06e3610afded9 GIT binary patch literal 8034 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b76cb128022b8b402cc85408ca3d2d69f6c40574 GIT binary patch literal 3703 zcmbUjT}&IvdDiQH8{0sLNkWfFa*8n__J#bArd*wa?6=}Qnu3?SYb!T@m zaG-LhlMbIwg-DekYO5q_q|n|=-uu+3Z+(IKRH6;nmrEb6Pc%f;DNp@o)(bukHPVfC zXTF*F=KGuP`{w&wLqiZjTYE87_-_EAujs^SZX4jX-s2EjLN}3wB(8|YxeUiq*j038 zTx{esJR98^Hyb?}4;#H1FN}QAH}22)*%@~+FdobV8SE*B#>1H~hg?Vw77jXWcSgzk zIdG;e69F7=;VpYs-%Gx2oS5X78>K)mY)dgI_^~_FBsEGQ7@J`phH+nj@^TkC>nYgq z=e4EGeyIVdL?{*6Rp|aMrqm=wKXz~9ADnU>MRNRYM4}v}{myq!WcJ@ipC!s@lE010 zT(bFVijw54kf^GfAsULN>H{!u>{oR|EEd_yRYEiZi$1Ybk`$r?*h)-QRn!r|R3(`R z6ACd*u_&t(7GF|Imak+Ixu|3}Eq>h|Q^&G))7=V-S9I+RtJs-@bKA27NmN&1FanS%B zr*tb^V<0GMUi%~3qH?{?q(`-JIc;W5)iBd$an#JF4OutRsR=Mu8Vr;!F#&*ncbZ!1 zgkz;Nm@y5+44J56Fo`UlgeJ2x|ybfZ{QW$Eh(as z*0RPOpgZfDE^8cQ9B>RX< z2E?C&n6{3~Xpv(^Hgss-P)qheNjuI~;zc1$S z;BZZ?8#URp8sxpQEa5!S#%q}(p+lO06C#l?gf9`v6f8-KZkUEr1R*uaEXuYXmZzlY z%H-G71qLjaY7lxEuem$ZO*hpsRV%Bw1oom?iXjoW6hgx@>9+ii;Vr*oc*|pB z(1%Z_Xf%vfY%{{B(o)>}8Lc9`Ryz*)L zM(e@*zI(p)*3Pxo&Xsf3*3*@S`IbfZvru%AtMn{NpI&^{9AD;^U5n@DuQ-fnDl^O1 z9!S;b@m2rvS6&pw&m#Cy)8qKV_=CVE;yU{{=o|XDEuN1CHxVBQ+Bp!E*=|&OmIHqQ z*S3TVdU>oluPjOb|Ho*rjA!^ADg{>KI5T^cw)5F6QcnfY_n;3F+pQ3GpqvcA#G&Cu0nwqsWLj>rid9a>&@uPX+p{>}rzBIm;oaKQ3<9AN&Bko+LN@?hSaZ z^I8#V2|T5lSR^u*C*>Rj6+|;Ug?0?)ScKrB2Jt~~mL7rnBb5vi`gD<2+EE`S)JX|V zh?dt59?J{QWv(n)zQJKu&RA}FQZb;U$?7x;pri?cAcBpp(_60vK!m=tJ6nVnZ0F$D zP3Y#(hOhk#-{Fmx_|mPrx0deQz4PekohR`+Nlc8v9W-)Vu2LWh9a=%S%|fN2vQHy@Xcf3?}W{5Urc-eHUSHisBx!f`X7Y zp;nXyfl&3WK;Bey2FR~7PqN(9e$0zVn(nuPAEvfTvXnfTlS`~%W|`G${`NL|4+yom z_0}FcshyIUIjs&J)$$nsM^q^?S63bCSsP*<{p z3bgEF37UDR)ePvABGtjEDamnqGIGg)hcIgzvKX&SEs3?3#7dyr(mmHOuUAp`me<3b*oqzCf?MYrxWp#*aP5HngEPxl z*4s|6wVkfEot^8SpRT&kLRISuebWA6`%4$cy}QLDSL1&u^vz}n`S-s>9M}FVwr?qN gH}X+Gm9hP`P7U;zxA$L;pr?_>%SZU9hdJo~2RvL+p#T5? literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..28c066b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,173 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +from __future__ import annotations + +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 pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: str | None = None, + root: str | None = None, + isolated: bool = False, + prefix: str | None = None, + *, + ignore_config_files: bool = False, +) -> dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: dict[str, 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: DistutilsCommand | None = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i: 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: dict[str, str] = {} + 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: str | None = None, + root: str | None = None, + isolated: bool = False, + prefix: str | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..0d0233b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,218 @@ +from __future__ import annotations + +import logging +import os +import sys +import sysconfig +from typing import Callable + +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: Callable[[str], str] | None = 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: str | None = None, + root: str | None = None, + isolated: bool = False, + prefix: str | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..17cd0e8 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,82 @@ +from __future__ import annotations + +import functools +import os +import site +import sys +import sysconfig + +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: str | None = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.cache +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..ec52c4e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from __future__ import annotations + + +def main(args: list[str] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..1c24efc --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,169 @@ +from __future__ import annotations + +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, Literal, Protocol, cast + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from pip._vendor.packaging.utils import NormalizedName + +__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_resources`` otherwise. Up to Python 3.13, 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, for Python <3.14. + * On Python 3.11, 3.12 and 3.13, 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*). + + On Python 3.14+, the ``pkg_resources`` backend cannot be used. + """ + if sys.version_info >= (3, 14): + # On Python >=3.14 we only support importlib.metadata. + return True + with contextlib.suppress(KeyError, ValueError): + # On Python <3.14, if the environment variable is set, we obey what it says. + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + # On Python <3.11, we always use pkg_resources, unless the environment + # variable was set. + return False + # On Python 3.11, 3.12 and 3.13, we check if the global constant is set. + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +def _emit_pkg_resources_deprecation_if_needed() -> None: + if sys.version_info < (3, 11): + # All pip versions supporting Python<=3.11 will support pkg_resources, + # and pkg_resources is the default for these, so let's not bother users. + return + + import importlib.metadata + + if hasattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA"): + # The Python distributor has set the global constant, so we don't + # warn, since it is not a user decision. + return + + # The user has decided to use pkg_resources, so we warn. + deprecated( + reason="Using the pkg_resources metadata backend is deprecated.", + replacement=( + "to use the default importlib.metadata backend, " + "by unsetting the _PIP_USE_IMPORTLIB_METADATA environment variable" + ), + gone_in="26.3", + issue=13317, + ) + + +class Backend(Protocol): + NAME: Literal["importlib", "pkg_resources"] + Distribution: type[BaseDistribution] + Environment: type[BaseEnvironment] + + +@functools.cache +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + + _emit_pkg_resources_deprecation_if_needed() + + 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 across calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: list[str] | None) -> 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: NormalizedName +) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9455b128d285c47761dff4d130e18b1432d678b8 GIT binary patch literal 6769 zcmcgwTWl2989uW+d$+wd2Af-8a4u$v*)4`ZL1|hp2F%5Az_hR_9gla$c+Bk1_RK8A z7L{m~s_A>wq*A0xRbL|d5UDSDsnotj%8MOSVNHUXDnu1ebz{^>dFuC{x$G{OL=|mk zwP*f0Gw1ey|K&U9!_Lku!?k$t-0YwF82gMK!Yknm(&{r3V{b8?>5|2&QdyEnj#;sC zOx)w;xVXz@S={P2y7IbeZ@IU+zPw&yMv5oVU)tJG?JM_5>}U`g%S4x?J977RAR@|R^d9x9p-5)NfdDr{&uGi&TK}C71-mmA;$5Z-7y&Ly!`X;>x z_w58(R)$9V=h+MdY^hMNM25>)ofRDO}pld6=bh-;?nqtdi3PT z(bJ=2C%n`d(>1tedFgR(yLQF4Jh`GdE?Q=Fqt1RCH3&MMWNk*MG%uRo$4@8kVaXtwYg^)`~u=xK5+0dg~;+ z9K$jyt~#Yvt{OGHf?lI51qpabt7n9rxzUT+SR_V*E?xa0rX|hA+`v8=n@vWqBf(9F zqAM(%o^A#Gy}%^q(h|kx(h_~CJCtVEg;Mjb$2Z~O7U9rxuf%kjeqrAdJI|hGdzd3# zk4fwjMv_=9{#yJJyDojh$`V&GKdcPCpvzYFC#`er_eW*y2Aka&%FVkT*JGj0hci6S z3Tf>h=n{atGX_^&TWL6k0$G`yG^=%+yOudstQxMSYpymqsn{HE>Q}F*+;Hp$uNV$0 z1IUWmtb*&voDvwqkWx46)T8s*?rO^ToI7LJl)c40d!8Rsw3;qDd2|q)W_aCnjG}U( zPBU#b+&iR9%$SZ+(Q3++A==y549-nmH&8RDXiCLy)Gb4?rxXQeJM;$Pnpen6yFy))_R3Jjdq#vg?{# znF;3dn4zIEP1m7|E0#T_Sx`yMakW~wg0Ee&@*U;4W;w>>WYJf3RlADC2JlAXK5Q5} z8#TlkM;H{A%}HtELBsM53PlJ{hTe)n&{u>6X1!~IH;i3{z`WWNv=1iZTkFF^2R2DI zfjA4Z5PJ8uT!`IAG-3BCd`);;z6R>CcViq$kKL!hcbrpnD0F&pgifym7Up33s#%-1 zy)3lp8n2PNcxk6mM}&49FMZmW8{ypMUiSN%)i8WnrfAJG=*x@Qj+Y87&|CMY$9XA4 zOU-q;mkyoqUBvw8Lx*CG^3~ZIl|;Ok=79V{}W!Yv{a$NtNot&B&Tc z4pPhRI>M}W#c)c%u!J=r+tf6x6pm6-QD?fUTCC4`+f--9Zdkes4Ap3CHT;(E!X&og z@4SKHCVMcz(z!dS{>4=P+Xp^M4SbsK{Upeznfpm4F8kG5~rkl`QA52 z-omg6baw$LhWrALQDL(l^lwUnaHoF}BD79lH$+|auCO>sAmwz+$ zcIM8;U5gucEewr*uy3h*d@1+Jg8Yg@kp1D=!vpa@4??1Iwh%!(oGQbH0Jf^C#W!a4?O69#((Yv$5S#Dz4FAR_bo^ex%1k=Pt7WX3op z4q;xLV)y)k3yxX4B22r@u$55fVa%mS)Z_!j`FcwT52COVAr=Mlu=NlH$3_ia>4w97 zjWe{mX%s5w<>CFsy=Gz`JVW-9+|V2_jvP1YmR1oi4jYD(!<@W?={OCekmOrvwOgrp z28EZJ(Ht^z{v1`2KKURD-?({!J}Ib173SEc4Dbz~2njEoR%?c#8#>>E@4rjUM^W5l zpQN&ZEe3{@$&=xvy55+(li#tJ-?8xY_im>S!=f^Im{}sfoIklDOP%8qs(SjDyL$hX zPbZSA=!~`55QPw2(&`Y(x0u1olFrJp3n0M;lI@GA)#H$4AtfLsNt#O)(q8I_&vNFU z4S3$GgAq!DL&{*=ItMR%^4Q_CBlCUkT-|u}VS0Dj>u60pC#Uh7mvbGx$ zTRY$4Vqtsi7$od4q-ydf*o~~&UJ9KQJV+knL;{7~f%$f}0Z>SZ5a%(zlfI$3_^T&V z<1e8o#QawzJCr39#a9xkg;Vh(dQ(Jklif=_dpk9FH@%(W--)*`E#(In(u4Qp-M8h^ z=kj(xraiTk8(feFh5FhwN4*Qp9fz=%=GNlGvk?fPh1E-18UUOKl5-e0;KRsb zNYY}LA{Yzh+De0SRJKNgAT}bxKdR^SObx*Xq6cRHqjjdqcfv%qd60> zAJKd#P|Uy%1Z^>;N-h4*55;qR9N^sTTvkKb+L}kOSvs~a)XPx z!8^IqVy?85+p{3=@nMXN9A5)MAI6gqo&-j?LC~)Naxef=Qyzj3)R)jRnlV9f>PE$! zHbKCU2Ee$XK+yUB0+;|5Bv%2g$B;t%S4=RGAQLHKARq9Mrd1mbNE#p|f;tVen`z<{ zEhK^x>+r$DqJ&{t7KV#RG4g>R;xs(+<8-4|A)-mSl3+IUHE_<7U8-Vc@c)DmS`rYa z?Vc#EL2!ueJc{@5Vs7}o7nX7d7vzKgH^k>Zi2Sx?JKZD-k@kEqHU%av(Ca1+6I^Wm z*Th|EO)X7G9^=Fj?!LzXCLedZwj1DFg^d*nq}@cB;i@e|)5ft7_#K_bcwGXI=nG(y zi5^;T@ixMrJ^V~?Ob9)x{r4XZ_?Kj0B-zdZo?Vc!*_dQX(EyTQp5WKGTA=+|mF970H{1Sgh zK>^oX-;VX(#oXTaM&5sEDR*i?KINlLAvnA!KMJ(ZKzLHLZ$u|8A|!vlP8F!Vy)PU!=W4-0O+ngevvY;TkxZ znnOki9r(MPO%%+cCNyMthRa{UcfXk$dZ)>;jV~e?C%jr$a>F(up-)c(kNUktB zkrajwFT%czSQ+1e#^9>waKoMga0Cy6&W3UaeI)Z^xXpK4n8d4?$7SUP+`49nw&DmF zpPZn6;&|)V(mofvyVJOdQ(>_}PDiFK@6-HcYL%Fp!wCf+r%=sgVmAE8HciF&atmk9a z{V~gY%(8!F2bb8v&)NRFtoV0!@h|M+-{ReOqYIXBA>72BBMCy~04~FB? z;2Sd!7;Y;aESCGl_MdM5B9@hQuEtrcXGKVxQ_}G2`jm8Nb$wDgDy^)`N~fjeT=z;` y2m{~pg-;V3RufdSvbk4EF86O;iR1ohSI#;%)ft<|tIz`#7VckY6h z&Q^TngVaa?DUxv?F>ODZ)E{lX>aR-v?vKeP?Pf$(OKny4ry^ig4PQNXb_dq3uQd0b zd+s^so_n72$4I0J!Px!#)x|pi{f%z?!PWrg@H+t9K?+hB9T`lPVJOV%tifeDgU|AY zkQF=}r;A1)8}MLW4;rCt$Y{zoF=!qs!Y`Ptq=XdlJw6*&nv?*nky0=r{fl0cU|dNy zO^e7xvrId|x#C-@tf<(HC~DqP)Z9XCD;e^VzX7Jelxo}ZyqaKLE^U@vJ}=uO(Vbvd zo2OJFD>9Lj-&U~=LMMQRpOy`k0)Yl(V7z3?hL*nu_}~>?CUX`xV6)mfQ!ErLOjIS= zfOZ2jMZ=JBiOP}2RXdNh0@WJ!t6dHIGZ5=O4dvQpX!}ApKMQP0++SCYTBOg z);gTb+$vzOS6$bzkDkzUl|H^{OqbzwPE#>`e&nk9{h|g8$#Kml6canfTq%Ke-iup~ zahY30#ip!NO6dx=7S%kV&!PJ$?3XnKWC0bHJ@LmVUwrhPS=-W8;@_BOY7ywoJj@(I z%;B2=+(8anY&@+K-mkBVK>6%Y7=^uGkLekd;HHn5q|4;s-GXkdK%@n*TF~XZ3SlLH z4Rpn(H^h&!sReLVsyJITNikK_7mBkf(2=BumQ`~(rE9aPf@hAAq2aHkY>iO2=9j>; zcB-HiQaNyzXPA^x56M(+(YDN?LdgwLAP3>6;vTr{75MCKnAT8LYW`sK{n6X6|5=Lf zO7WexoqR>=f5i76!ZCWvGyy<(ruhRX42dcz%zJ#9(NLKsl-L{N=;lWVeGd#!=E}Uo zIcS-|%!WjcP33U+>n1G=4v)`(i3OkgWIdr8M<0lJb{^%~n@~E+B8wcx5q%k3>_(VJ z|9Z+a(ak?Q%(IFaV_l>?5TuuEVGoK`p|u#9lh2`q-5VT7%6tZ#!RtyB|7T$KKw z-VYAYti7&T^YbP9l%Pw%VIAQD2;11<5sCOxNz{kHN-aKovicJIfGY=`AQqgU!zw(L z=CCthHwM14xY7V6#MMzK8_OytaXDTuZgFdt=29Hu$O7y)XWp4k<}ITDwQ^QhHPa@tnO8Bb zIG7s56>B}nZM|-4v>A2*C+P+&i}Th(l>H|LXqLE*ru>~tJ>DR{lib&lKZUKG5ENv_g?sJc<07v zUCC-+|8{Uch*~=DM7AQ^#hrymFQz_kKEK}vyieLud*_Eg*!g;;v%k_d@F+a67i--d zzP-F2`R@}6^$Z;#7R2=p{5ZHT0CZ&2EckU>dYFAUETz98JiN%j>;{+WJ@1GabR}p2 zez#2U_$+X&hHHI3?!>`>u837q#3nuiM~RRdo61~EkEgGta}#f8E|1T6MbZt-t0X7u zy2}CJ3U)!)=t7_mV_GLXZdamI1-V4KDv091u(%&i=^b`aC-?=r5ext|mjg9jX4w^% zWxc4nfjXZ}#Zhm0qvkTH!9$ql@*sTnzhPQKhhkJXwI4^(=Cz5vu5$;dMd*1yye_O4 zp`34XyHa;G+`bp>+!iX)7uUHjq~^zisozX~GWkHL3|{;X$DWN=&%Lr0+hIO$etDm6 z*E3%tSiTIRj?+71zq<7EOCM)`IbCTVS5(29EBWNZnZ{2(^g zAwGP)bL<6i8azr(>RBHT`4C`Vr7$i29(FZK3)XkRU4wD>WxJV(x=p#kQTY`A!ni%P%)lJ2Yy4ex6`gB&7mm7p4`U76UX#ym0Y+^a;Yf6hV{jD0soJ zl%lR)#PnZ+7Au>E;y%YP%sDCMi1^nH~(#4RFXgpzZ-l zj6j=_ z=SKnRL|FyKVNWeA!SI5sB9utJWq#wrR<`MDkdWRrf z6=Xpcqe4s!iXz1wQAg0h?#`f#-Q7VqyB7ot*u5}V$nKt?huytFFS{27i*R>Fi(@6h zl2~c5G*%WYi}`{+R<0}RkCg|@V->-QSY@y>Ru!y@RR^otGk3HmRvWBk@q%bwtUg#D zYX~;5--Xe}SW~bmwl27i{q{uH$2J5vu(&rW#hQc7EM63CiM0k>V{O4U_PaQ`F}5kV zDb^lrk97n)SXxQ6Gu9RCV)4@G=2&;Io5jnbJ+VMA5bF*0vfsYwme|(dR>b{sd9*Lq zAM6(erCQmhc+Q+LhS9o@JL>TxxWgeRg=gYcx)DN!{NL6)-`Ict=+xvT1YCTdL-oTvF72M0x8j;py%ejxG zu0!g2WuIBi+pa59pJYr~zcbkW0!XjB=a-)Zl| ziFh&`i7RT_b112(;nAp~$C3%P)17u4I+}J4#;4Oo!{L}BpPZVc49C<&GBK8jrrl4( zQ4CdbTzP6LqAD>Zp6qm_{fFY`!qJF)Vp184j7Ly>i5WeiP>!GH8~ zJQ0tKv7}HONhr1O^NOnR3d)BQapj1T49nqU_<*XSb&hnY7D+0h$?(|O@PwkJy;GW^ zhA6GmnXVf;bo{`>CqqvhKO8!8;N;-Y;K{+z@ZgaHY3~pkI+lDwjUtl~{X8|74H7RL zUDA?rG%^~RJUgMGEse^=L?{}GpGAGi)1h%S5esS48vBK&cp_RTnn3f@WpSft{25A` zQlp_{g8lqkf+rfVm^MLaXS75d%iOwj$P(}FN7_|E5rU#D1RaV~cFW>(t~d0YK^IGL z*izgq#c4|^n09p*q|5e)HRV7&sZJkDMB>RY9imx51aqiSyj#O+OPbG&dY%z)h{HF; zbmed&c_@b2rx{jcHb_WzX-aflqqn4czu0>^5mS1nMyKM*sotsR>8a7)q@pEz1Lu_Z zxn7KA@8opybRym#*xJ`i)6`>3UGHRMvNwdrDQY|%?TzX4+&hYv2PUV}E&_;DWoAbL zl-Pr+?-nDtB>Yub^FmqcoTv3JehQzon`$dwQrjrlgn;)+?Lai`1}sl0sj95%S?X4L zp^Jje2tLb7C)C8$WKN|lb$dpo!#5o10#!*)sqwT^ORAlPX-|kPp-?DY6bi)>@>Eno zyd)HQYAPJ1VZ$%aq?(vi)a103K{x)i-3Xo&mfWQuI7D~b zU8hh`woI|*0>su%yF>Zd7_s8UbYzDD1)%_c3<$3ya#ff?V`f0w2sO)&vzP*PYPkllz;Io_;t#1}SNAfD8hnjoBUp{lHFLYNVM z6Q%v8_*(_PA{b=ggwRWg)aL-EC=orU(35UybSfz&)d*h2G@VbVXL;H5Dj%EyKG|CX(ihl-jf}AN zp;QbO4IXRD$VebS#es|_Xv#6)psL}h6pkf;Q`r!+v1Sbc@DLF~D`~(+Mjn(Rg~6*5miZ|51*FG78(5Xe^9F=PF@OZ4DlOJ~jzHjV z|1YjiQQd{#!|Hm3H=Jr8Zs|hmD=>W8MWX|H=w=;EyQpm%y^mrTGF=zaCkg0Yhm;Uo zF^oK_4Ga zN1q>hzq0n4^IFB_U9&?={_4x&%cGaQv+g^^wwD*G+Ez-065k8wzd7^#%$%?5+DQc0 z54`K^S}5K;=i1B>IBGR79Y2V73He#1_zB=9kXi>}Ll$$IF&D+A-5|Q9Izyx#AVB1U zRIFM|5(el(QVpjIVqx{HqJl9~`|+;2jRL~&X|abtgR{D#KCpeu`1>3;5G2 z5PVfwDz92_RV@{lJ^R>FiSN0`d3MS)hClN%J9Zs2V|5Ij3S{#b7I({Ia<81tb8L|_ zcn*21>;e~Dh`SqikK&d4*ZZ?BkmjI0l5ix zNq$gXhkLWqa^|2p?`8x~*V{^KL;1Vq4YrhxNa>R$TgoP+Y?YgBDeXwvBe&R6I^@0b zKDqTdcd%1_NNz*@UGkv35%xfAzZB4-L+K}DO8vo`lNQsH;N&aW|8M3#WUlR)r{B84SGypjly>ok|f?IclD z{0A+?$S0(TAwNjR4jhwqY=1x+ot7pPNS`3epiE(@MLP{1DsjFA^8k9C7(D|)4U-18 z2=bvhhNB8E6O0asB?vJC3PwZ|AjNXxd_0QTrZS22Per0EPAw0QC5fW4;-{6Qt+o0r z8<0R`iuKXtELQI^b(Su@2pR@rvInGt#GO%8qNY;)tYSv(8NXrFX2FME2AFf|J7ePq zq+u#TXR!1qD2@0P8YWel#3;~wSjBKKbE%I3D$?afHD;&M9;1=z5_?q|feUqo6YE9> zXXe}Vj#)&iJ3mzB±1H628yED+Vn5poE^{ekFL)&|kAGy$GD4(?b{qPbJdk_V(g z0^>38j|$Hy$;x;n9wGcl-8B3IlhXsrg|UH=RAiDyJ+MD42P2aNPa_f@D3jDoT2xpI$d{2~84yogw*aZTd-4CT(c3?5yrPU?0R0V<#~gmJR2H}qwA zLYNklUgII~N|6z_?nd5=jv0qqf;=VGGb2XjbUIT1`6OV$pzcPG8RMYHktC_+8M!wg z1;pMQc7xO6&_vp8Kn+nfESbq^z05!|5sMN-q(N6W3AHL;Jiud$t_C0gBPbFiOu$ zGj#5ml%?J%DrE34#*n4Da?sSOdB1~dwBraa3Cn(=rr~PnN@%v|R&n)`uYS?DdEU4A zrmyFAZOiq6*Y>`$ccHd#&fm9OA^59SiiLF#yzTmv(tlIB&~$M2$Sq$Jw4ilOS1(?< zIOlI$@>S-7==~wPZvnap66|QMU6WeOfo}m0;>0H#0<_bKsi>^8)KQ=~;Hxk&PliSh zx*t=r2pBxN2}x5L*kimoGD7tSjG9O-#n}!9kh;!O23HeJOhU%dH90_|+!oVq7RZ4x zr#ON=0x^y}!HLO)T6wp+84fWp6DzN(elOA)28%Je93b1qProvklmZNGyU;z_bI~kBk^YMw1@?crt3v zO%^$|XdcAtPebcSZwm>VtIjQH+CV{!|B}E3qn9993|{mV0Jzs+i$YR-!fakNa+YA{ zX`_1=d!II#yNf+f>zv(1s~(ct&6oda&|S`ud|K+8E+uWP1qINTB8{B}4uYD4(cEMr5w#df zCiW4v1=l$N9L5kCG#y-_Z%zYH99AW>3Ylsu*b$&tP*8L-VS;Fq*hYOBklmf(aV(Fi zxZYK^U@Vk&5IScPpHxy>t9uZn3qh!<88;l93e)2Z%~Xv!YN65T5Dh8oZK^#Fs2JLP zd&WPf0(%fJdRxD4v94>ru4}dweSP!3zJ*of1{0=al=Ydx zR32VWW(G(=lr!}&A%ffwIE5isgEg9%u))qrf}!C%Yf^U($0#zkNEys!JMf_dMLInRz< z=E$5;k|jTGM)Py}{zv9T!JGM9@=J{>r4 z9)+0qOhm%c0dfEp362y7un?=y9uWgb7^X*uq8^x@n4?8>x+fNn!*@o`pmoCusKl7k zl_5?AY9w9sHgtPBIs#0GffRLlBf#(@$9{HgZ8)ky_sg**TN*n5#s`P%ooLN41lY~Q z+l*3auuLQeW}i7N5C-o$h@zD)#*ykeVz`S)gH)fU5UsZ$+Kz;%vn1-!bui^+%p^7D zhMVETv&ARb+KVO#;AjVY<#*Hw-+f>l~6hKMs=3tUt5C zZ^at$8@=i4|3vV6A2QJzzFcLd=8S1|^O)8$GZX_Re=h!Ag*r0Mqg2(O!29;+QZ-ZZ zrkZkQ(x%_8T)k=+<`uMByh~mhtI_Fv`ZZYueWuC7#rUZgA2xlc46PS4m4Vxhz_e&B zl^(-yM`w~LSI$Bw0y36>QVXUT=swR*Kn<^JW}*0ETrIuFTzSYCXOzi&fh>A(PwYvH zAzdAwE`%ySiiMP;60fvcXBM4m%Nf!KI`HPFbws~LM^%JkR zF8Bg-oRz&ZAeMb4_3;%HiWLoexs&?+Qp ze%aL~s7_J%Md&8a3m2TfD4ZAZ)YNb$O+DtBGUE;Fp7a~>aVN^za?z0_2NiamsWxKP zU3OS4N6*L^HS3yjyrH*@+9Zn?9ba}#i~N4xY$3SxH;;~zM>C*d$nfpuMt;W25PC8c zs5THf&a_3^>dMd4U{K=Fjd1i#O3eUy?v9uQ!%}zww#X4HCnpm*nYqn^w&7GG^Q0wJ z6vOZvncOLDgg@Ixt+OQUg-j=hlH@BygOV;k2r;)0wVbg`W6+A5}8R}Q2 zpUq>@vw96be?j{iiXzFt>8)FWay5P>esklVg_^yyk1Q9Idh2diHZ4|eny=h+{ro~@ z?_5dmhbx7Gzxe|}^w!;~tX+2E{)IT68~a}G+!d!E@@jXboq-u5Q@EZ^r-Ti z!_N;d`Fn2rJC^)ai~iPmf9sOJe8uZ7ErT;eRo%~)YmxPy){M41Q{5w6tJ*F6mUox) zZE=_L->u(Yej`op82Ytg{s~U1gEzR4t|XrULJU9;5)l#52t;NOSP@<`dgO^@o3p2_$xkK zDHY1=exu>$#vOCModiiWw<@a%l4|a0K2-Ef`99%Kss?ME?^KHjGbS99%_qDK5k}kW z;D9u`tm$Uv)3o>afzLg0;Ka!TL-34@B0~~O}T zL)2CR8F<~pBXel6s&Bpu%9@XnI1b{C)mVm08OlHOgEu`RwE6*a*$kW+?C3mGr^oqs zX>3YW;TR*Gi>S=+2OAM0Y9daX7;NZ&FnT^btw|@s|0| zne%MPoqH22T|g15jpi>ESonfQHvf2@F;yfeO1~^-!79NRcjJCSxZxNk^&uMqqUS&z z%#oQ%%}q$i8I$5jJOqs=$Xrs%!+hGFeu2iP4`pB>6#LB4c{4H>*oPs4X>HNBY2LSK z(MMwL?+5<0exVO57!%nWvXvwE=r`-AQX=Mz4?z&2p6rSYhOe==;U!?ZXWm&RB zGer?8mIKU=rmG;+F7hF;Yf~8h%p(!$YH32&pI#V)6X;(YghGH}4X&nY*Tz8Pl3F`! zJxTC}0>FkHfM=|H=m|MhLE0xd8Nw{t7ugk@<|FD*o zg^X1fA{XI2I+@H2PZKB3dtjm&!MM%fs^2Bfjsyw3a zN+b)see5T^zb72_k;SFRfkpnrGUyWumzMesO-h#|xxB{NmQwEF^fRpe?vNV%g z&9+$Z4kqaLFm~yhP*|2tbvG0*Y%j2e$4q$e7`@0?75^G<=3z07ykEwMYa5XVTv7$Z zI4&qIRCdgImOLekp4NF!>-9%(dU}?8wX?o8AmNj;$e8U$)Xg-fJ9aQVQ8YrHa3nqV zfP;ZyHIicPSf=B(?usyOxx#<)nTJgfc#Jz<8H4bTcG@>!VpN*J96qnqXgf&HSTdFC zLy+S7Uwit>{ddEj7dhUs}g4NAyMA z^Lg&sJ3!`v%;jw~xSM9jTsDD}Kl@$4I}J(NIiVzT#>H%G9Z45$D#voj;dA(|}bN77b?gihTInSP4fFb<|8w(c- z`E&q7I-N^JmP@EXJWfCfYo%IJlSMqhgrBFRX?qFHh zj0-c8N4+}ZG!B3eZEY}GHs*kW)N#@IW%zgVyG=prN`2p&!Q(oj?m5Qx<*zlFmM0Xr zFd`^tmFa9I3^-4x7|hHY;b%Z_2W;}`<2zDKDq}wpLb4pU49`7_%%pr-4INJP9OKfF zv{98vH;clJ>ay}OMXJXJgQNsv`!Q7-S@jzfyg)$^L8qHLzL1Lw4mW@sjruDTE!63< zMiMizfcpLhpF!(F{Ah!el*3YG<@ikkXAPwQoXdpr>Z_$!N*Ddj^Zw?!mi`6*wpsU5 zv43{Y?aB?mx_7RmdD&6mZTYLp4c~KKKk#bNLgnV!A+`!;i$7fP3Vw-{Vl7KG2WB6+ zT~a}+&}%!d550Eel_PI$y;-uImGT!Q%|9arS<5|Uceqgn1(y!`v1qF%I3}OA6Q)T+Pmvz*U(^O}0+0#wE+PJb!>mwMj_&!p9^F zf{BhlxxH*c$Uwb~$HV8PjILWO**$Z=aSx4&L5T`Mi9+xL%f`9sYSv9cvG#7HHswHX z-h6*dFib}=a8;#c!3w=Ky5QS2=h>Buitj^20Ov(Utpl_%8V4Y#iE|O!*a0u7wQM(^ z6;K`H^=Un<{`-O|6CzInR&`DuyfU|Hw91ccu;MwN< zl3#I9#a=OnKg1VFYGZ!T$jbH(K?YGW>_n|vLzE>n$_Vo{L{_(FT726@SdX8x5xe|8 zU27R%401dq7=)4$Wm8=aqU>b$PQh+KDd0zTkmkv}$eh|wa`=}Jd0Y?~XK@O$%0pSuK z*o)2=AGvz?%Hivk*FX14%|cbjqQ7(Acj6JT=--$WTi9B{l!+Nww_+#&&7sOLUm;n|v5Dcb|qvo%< z?;omRG^F*Ab;-^*T?SZKFbif<$Oro{8VdQW`xjj^&R=rOxGpg!6fA48QBA&`NHb=Q zXNXP8y1;ho%i!zo=iO&ai@udjW3|k>$8j9bbDkN8)$Wg5YcOz{J_A^ZZfIT{#K@ko zR%5|%s?t=QTBqz}%mJ-twlp^(VlGXXWQmQ3Q5A;<=}W8_OH808##Lr?xCUVK&v8qO zlXd`A=aBXZ7Z!IW&$F=71e7#zd|~+qFF*B1PrX<^?;rd~Bk|yw!gBHJ_&bOr!aQdc z#$sq0JtUEa_3$}FzAc)4LQzj~HwJ?4ChE>@2b{8AD#&lbS4&whrPn7k)Mq zj&W0em7b*$z{pNIFLePy8e;(aM%qP(EUEh_`8@<0O(7%*NqUHHl3o)7a!~q&7?8j8 z7c>}eqcY%dI|`g@*||{p!0gbS0-=1rcx~wAqc0tO>xpYe7n&Zt=^umu0`oI?x>*-9 zwKdQCnh`Db&F;Ro?b>eGlV%T7Y4x{j*I%8vGIM=sp|*3ecKdwo_P6AP+6QMJC0#|` zH^2P#FSERN9W)2k4J&Tkmm#hceYnz?>*WFMPXn3j>+#ap50k;Z{+`x~#y?xW-z&UR z(zd@&_@URkzuNi3Dv`pv;{BVPKinuH%vc~Mqj?Z7f1C>Vf~fg{YVxXqEj9s+=?56g zLl6zXV1XOuPMgdsW5^z|!YM2XA)hI`O0{5NlJ$li-n?;v(UoYs#ju(`j$HJuI~0~X+C2r|nutuRY=kx~N}jEts*0Ei}L+PsQzm@o4^LQj8)8WK>fezqC-ZjT|_IhNd}B zz?`6J#UXKwC|z1D%YKO^qnB|cZazf1V` z{%S;j*yY{7!}-I02gSFG6yM=Qd<>m6FBf91gjatZ5sp`7@w5m5BCpG}feV2#w-Sc2 zid zwPD_Tm0-=Z&!K1rQ}5R`Tu#oGELGPpR&SfH-nLM^;{(C%t(!e?yK3Wg<+Zb~oL#8u zn?11PtGZSK_jrPvlDfr`rumYlYfs!PXWit)-vY#BT==p8K1oJ*5NZo>>4 zqEbG`dD|>vSwWC;qM7W%+^jW=5O`Gyd8nqWORd5&M0uaEV~8B=$RW_9cpJ(nltGDD ziW4b~`QKAZ^QYqthm4YDoN5(vn06+sK`6Ok#`zuLy9OL3^XJo{>{&orA%ikc_<774 z0h(P+Z((;*yEC3~71*<(^8{^J#d##$)m`7P4-AX#F4*p29;9m#4%4L!>}8l~M7M8w zz{KXcgd`vx=3D$%$ASF3RRRik@isqJh9d6$*CkeJr76ku%m`)B67!uk$L!z z>8Fix;!iw3rXzxF1Li1TtjFPC0u43G$||R+=ch>MY&?2vHqSgmgi}k1DWL2Tt3Z%t z8$~tk=X^f5?lg9-fe{Hu;VwtJ;b=hZ``av{dr$00`8&Za;e=nt*X-FNwcHb1QbpEJ zhVD{M=|O22I>}6&$A~ba$vWb*P#t@eh3^`(@R$jk0Q)>XbZg{ZN4W31Sdg5aHsGuo z8`>-Nc4VWyTR?l&FE{;q(^4bQ-OFEm>5JEf=eh>o-u`y`56b82AHGs>tGs5Z5t#D& z7hWHns}Ec$SSqi%+VriarTX)k_eAP%;tnZqy@0zRI{CfZE=UzWO zSF>}$zw`Z?#>JZU`I`0xfBT(Av_Z$C`)l^si5a#)!hpbt;@#gx1TwXl4~JUHdaYq? zi5j#L^p5P}IJaBejWS>Gx>hUI+SJ{MQu8QEZMd6CWptIF&P%0EJExtUuGEe}86abD z;s(dVPU$AC6bYxqI|KS@{TOUzK>d$sT&gV7HZ%;j?$3~}E>rM#2n=B2?jL}XJj7G| z11c)_poILsQ~2D3phfTonb>L+b~bQ@X{>KPPRu>D#)5y~FkW^Y#4;^-Q+xzwBP>>AUQitM7c*-*pFX^e;OF ze;<=DiA#8#dPO=k6%37_K8gTr>rvd&?$K!+Tc94Jbe4mtd3N3c^(4!S;}Vo8KU_Yu zG<6G}L$s#iQ*ayy0cAU{^d$A4TaQ)0EnZ>8Q+{iAm;SO#{a1L7uUB9?k3sLoTW>2X zRmv4O3H3?Tc?vzH7u26nzb;Fn_(k z5q>vbFC*tCs-_#tjA`Q~mE=zB5`nIkK;}Q-mhxGj<6zC=qf%{Ff807V+9*cv2sMs% zL?213$-@NC=C?J>*Qzr5pE>BMTJxb^BR{#ChKc#_{4X??wGD1PIJBg*Kl{AuV(7m# z4J+q#LRJq`?&B0ZLBS~s=#*M@2L)fGV4Q-}6fnhVoMI{k=P95AA-TH{^bq>FgwIlJ zl!BKi_zenPrr;F{{sjfEQ4pozO$xqB!CMsk9s=x=BXcYr!jkrl!IK*HFfyC6k07v4 zlCo6&w-f{^c!z>NrQknN@Lwpf^g;ifelqexD1ajaTI1OVb<+Z3tBA~n+V`-q=^G0E z4;*ec`-VdKGR5EwQh=Dx-S&Q?wCu(m5>{o+av{Y$LT$scmtsXiQNstth~3547kK{V z7Q{Yq6q{)jYY^R!h<6J__jVLRA7{`X#oz&5L@nJXBX>4SStFoE~?V zUOHmSRjhD_+ZcAl02frD%e`06hZr^$Q<~qLTEte`SnUq?z+Df`Z(V`=q85aEdCg7 zc71Rm&JPYxMU$!8tkwne2M1AuZTkwkvr0fvF z9r*0ymYrjmM(+p;%2mnV$1Li52{^H}OiA}MR?tkE?nIWmq&Ys&QPMeMQ=^OybG;@% zcA9HO%@N^yv~iZR^aR9lVs|H}M(N;JNTkM=A!Ab#J1&752Tu-Ngfz=BYliSHt5R-SSGU#wLj}Z zYFSniei|jip(t$nJ&Z#naxvA8JGDO>3`tgB1r(Vnk51RenKWc$1f&4F22!10>UeUn zC%C0&*QpsJqTd6do>N^$T4x(v8rifaT8@0*q;sD3I$ju}7tYMVKkD ze07lO)V$z1B)LDn_17s@~JE;o7y_kXHoJc_BhiM{T$yH!3gH!0fLD{#&bo#!2IJNGbOfwdfdFm+{EN6nzr|)+eaB#-dX=M9SC>Oh{hm zCv3x`f2M#r@`V!dC_c>vKYg~Ly+hAUCraUgL80|-@>_gC4P==fg!7= zv7sJm7OB-6p`DFPS~h(00>BL0Nj4eN*uvzFuZ$-ngrGcVwu4L#db=6VhMlq2*BI>< zdc97Z+fJioo-d8_Q_z2QJ{-2?CgSbvD;Y2vnnzaKzLlYuVH|FtWe%V@Y-Dp><8|8H zzSf%=0}hC1l$TyIJ55{T!7CZZ>6z&{Tq^Vb8o&xSsMo1VqEDa#NXx$9_2xIRe>Jeb z<@E+8_7!BmVfektc5agUz3t29Wf>}5WsT%5K?k;G6l9Qkhf=4;~ht*`BTb?1xC z^W~dAy6eHCXUZGJ7YiFRO*e$eK2bkmNL#I+H$<){pcAz|`z~J2>S7u0kH zzfIj;kJ`9ffPo&FN*WNz1#)$*~<0e)xz~6CZGgu>MZ0e zRgpzoR64^9J7uzQZn`WJh3X&VC90El;7B)U=fQi85N_w@Ro+KG`tYN;{#JQ_egx=8 z)vfZa^keJn{`Y))ul3#Z?Va=N)fMAh%c}l8&6$hI-YGxvFH8rkD^s~1S0iK4kkx&pYlY8BAlVDf8QzPXV#K{ zmGT{or*+5yzVXWq13vwQK#+e83Kq`H8C4Hbb6fIE73&8D*J!Fr5Wxo{%gUcUvf{$5 z@WG#tB!#2gg#}dksl&HK~yKrx_-Ho^(bSy zTzJgdFoeie!P4;MJ2VT%M#`Uc$s#0neNb==l5_YZ#M&ZAA&K*tksaIc$*4koiqeJp z9Pv(VLP<8&2AiT(Lw0v80C<%;REw8z@&?XDCx5Br%NJj|_;ytWTGEgC?n6e7eSS)@ zR?Pp69MEVdsK^Hz8|eWBFH@xi8qW!Lu~wT`ps3c@5k3CYpiz8;eaMJ|1*X8fXeil~ zNQjVS*$x)44+|kw%P#{+9Be$(1;C_AIHrsIe2ljubB2hoQkPRzw%SdAd7ZjS=0zP~ zUMO9vX#(67|9^lRwG+)k%Qxeuc2htt&-O6pAW~y*yagU_<^zwXUwZnjRM0`OUP`0jH9KH9-0N06qML8HXOB_O zUgW>$!{OxIEZHpu0)bO}*F!&*VwqU?(^tvIr=TdtcgR(O26Y|*KKElcsp1Q{^i%za zo0J^yRKgQ# z5e3B*5WuHfa0YV#hcm?Ggc{(|HYvDlt~8oTI~&t7` zGPBT5?5Kvrph@7QBTd;6qwG9Uello7W`5S_06#aEF$C$Rd>P0&kUq`BKJ1j;YFdxj8Q>`?-*=n!uvhXZj8!QRN1RO3dq8LLHpkb;8!7vKN4F0QYd;)sCrNE zzb6#GCzP@OUW7ju4lD=<_`+p=1{aD!ZBVo&53+vyc3YdAk4>SR4dE03^XfBzQ@J4pNk4>#!w@5+zHPMLX8v1da?r+?5C#2lEz` zLWERQ+3C=UG8U6eC^zGniqjD_P8zq~l!9KRnH z5g36@FiAGTvRF1HOc67ETGS^O;pn?HVx>=8#0F1uf=}8b_M{`?NIE0Vq$}d0?JbF# zq&woKWiH`KdLv$1wkB$mzKD;OZ3%xe5D6sfB6akgPt+$HA`P@`hjK8|NXw2yQ?fbI zoNS4-Bv(aNQJ6E)nrw@-(XuNMO14MZlO2%``d*XhOm;=OlHHMRcy|k)#Omal$eQHZ z$l7E$5>Bp*tV^zstY?|CjNtta8`)rDL~bOaEllYt_Ph#fgDKK0)J8U$n1>m`_Z%bm zMfa;_wWg0k0|2di)uh5UQ&>H~8pJg^<`xPK0<=*K>(H&^rf|~-*f7k>&R8my&crhD zbV?cwTV%(+bRr=R;k(Qq%7`R(Iw7j1Oq$5HBeBuZca;>(K95Sj3&}U^gCfPE+H}_VNUk$jY;A_T*{F6=`p%;ZiMVlWytvB>3Aw5dzANcagt8qdccCF z&ZHlQsmUDuF8EH%VE>W*va75g=l+!5hS*`WA>1}CsRY3;Z2-s&BQgE4VeWqNzgiK%nF ziTLT>(ecc1I<=*zZ*#8{&xjjGV?)ox&Wcj+XneFc3QH%FR4mb}EqiYnk@bv@lXe)0 zW^14z)k5|qX5LZr?4fz5``Jezd+rgkUc)I{J@x3YO9!F4w0Z&y?8hOPp0h+Of>SWV zlM`Hm1)f%+M&RIS1Gp8QJREf!Jne!<;Nj^Qw}-v5_fYDHm`sy#jY_lMIHVOHC+Tx> zK_sEfa4Zu-x{^ZLw}p_Tq!5y7C>9dp^bE$xc#p#of^=*+E`?$VDIH42Mh&e5aVRao zfeeYC9}-9DISysgAvlI1ZTU)7q0IQG*hBjpQmF?%o?&n;;GJCxL1BiOU?-R;l$11K zf;W{d0rfC9*g-fVcKs~KPW5omLkxs0iHS2ZuYH&7pvQ=kk%WW7#}K4gq^)==o{2`Y zjg@QGqg8DIM7pgPnfb={Da&Q|d~^4dG5C5%v_khkn?os`0kbS zL=j0>``b{MVeHHVQ*E9TY$Mc<;F49OSJn5UOed4EXq86$cUY}&g3yEwvYZ>8tA zK-f;0AU992kXv4|X+q}`@Q+E;1=D%bNtP&OOV2~FGB(3vy|WlcLn zSqqR_D9cd_4s&!-Wh=!OW#4gN@@YXFKsps^R|MCIY=$gsE-k&xisj_tIxA*AY59%S zJE1e_DabA|izchxJ@0Rr**(2`wkz*nQ}p-b{XGT$rkrcj?-o4mcNmM^{l2eb-q$mi zDfT{;?|mrOv*)JiX5Y=uo5$YjdaM4ev7Gn#lG)^UFEXYY_s5GIw74q;p#MuPZOqH| zewTT!t>0#T!^T0ej0jQ7p_}^%6lR!=esD&NqzZMIV1rbxNO@QC30B(>?Wqy0nF;~f zIUW}i0?Id0BDCo}Y`%f~TeES)2E)oeLDhJM-b4 zuWv1c_Y^$+Ilg}-Q9~2uyOADem~r-oY48A92QMop=hjFl8kdAP$+oSSSUJK0=taVX z!ow9>Xq*6;%+k%`4_rs(ch@q%I2YqVpLHTgg@c zXZ@;{_7q6=4WZNHAazfY`=Ew&Kqgy>m>DA}P&q)E3R@`Wqc!9(R$ES|(}@*eim(Ej zt7i(p+>f9gm{Dr) z$I<|1NErlAnzGeY(xYr4JzBOA3KGJfV?H#QIey7u;#M#5EM!(2=U(!$++KFc%5rs> z`IaH8p^Hho7=ng+Qg@qO>H>l@Xbg1%3)0^#T7-Jk8#L}5;Y6#@fEt7jv58hY@O$H* z5JcTV$Kat&BWf8s#18#7p}wI*925eYhYoR42#08LM!ES)m0Hj557$9zdtP-3C zhzB68g3AE$3T;9Sd|j;&65R0g3GIRho_?W2@WL}7bPBcbtP{F~ZZK82NWHLH@B^e_ zJP=+(kd>72M_ovVpr%sQ5P%~ZRSiWKjAnf>e`7FCQE<&f(f9MF)#&_n(mD8THi z3hs+r0FD!=NF&G@D$)S+0y|`i!y27*Gt4Ag65k~$Fu{J^blGbGoXK*M$E9PrrCakcI zwh8WgoaV)t*zsdKmm8zjcE9flJp3;H>e1v zvNG%hafqh-sBB70vRM*GWeYkDWDZ;e@rP-P&;;L9W= zO)#XCq?l7~>gCV}sW`Lcm8Y?ep=A3^s zZMP%eu;ZTXiorek;GUcQLU8}hSUz}g>d-Ge4OjWO@tfOkc^;jzyzTK_+4`07oMsvt zxh-mLly5%`1@Jwx6KtG?v#axtYW#Y_l+m^G2}|i5Pnf@F(&><+bjTU#&^##fNA@4< zALu{Uf5R;En%{|%8$lxl^g-M|B4CD^3g~SjJmgwkGaX8U?<19wWFFlDbl7tN+d$5ahahj&%c z)0g-3&DX73sOz3hzV_)t-R}9u?q!?B>zJ~9=wQ75vdvI+C+Lm=^+(+d@Poo;fc;yQ ziEFydeZXcjdV3>7r7YM2Y}H)NjMCbJh_$LB7WBwT>x6Ygw~^_5Xf|O1TbO-GXYV8g zcvS>|zzRA;7tF{|O9BAqX4RNIi0thaV78O!yoNsw&N7(>ZPbyVRw_MVEqtXnt(0lj zN?){9$I$wpFd3Mnof4U_B3>gFZ%L&x5M)8HR$F*X7!No4{r zL(3$eK@*;)>a#H%7XFe6ybAmU{ydw}#R&9L2fd)?rSyXS2+IWjE#@U%2vKhYZKr!9 ztb=#iUV`iQ!T&+ZHiWG@Q9J6V9jABL|7Zpd>p&VU~4oyud*^~wU7fK<@ z*x4vSXBv?(+l3kB;3(*oQ;WI6!X5NH(w?#nD-SBI_!6{}>Va{=xwJU#2if`B`eJQ+ zzP7zk+quYCYkae0p*1|$F((vSw@f>)@K@V`Nw;@icV2V8Qu7-VC=Cf9kO;Cndd zdidi-GuGaf4#WCf^6ulAuXXHw(EPU#?A>O4qt^t*H~M&h{%jiu<)1ys?c;23vNnLc z$@>TV<~N%g_H8!5x!Hx~-QEGW`5)aJl!tT?0sUf`iVi4x6$W1?C(C8irJ z^?ga$r?UMNTw$na!s9OhYY7B#XNE3Fh{mUNn5gM!fqRoyPp z*aKJ>EUB4bjZVapzIzm{9Sd|=kw`;z_`P}=*R2x#9GNGv^NL)^q+u2K*fX$EUL&pi?c2f ziCjY&i~i9~6(0>uN2|L5Ey;73t%t0PkZ~U=g=CCz~C!B0uRM9wMRiWr?(@NUCQqMjB=r-I*lvWp}w@ir^l&(0Pfxr zQns^VK{PTkB7Gl5m9|0#Jk(*fH!k=au3BDpyyz$fH{^pGiow2ou&+Q>Q}7tCLdMhh zwm*n0rtz+X^6}Ez^~|gGZRQ`c+sau4tg5oId!X?9&tA24Ev=#A|1eW)UEv(41d__7 zaO-!e^dwbi{^gZFf(|5{D+OgBqyEA56AZV>53@lT9j({lCL%aIo&#Z|reRlNnzrX0U%<=6bN zSUApU#YQ-hnW|e`ue76#`NbL2mOpQ+nCGT_swv9Wg3)i ziZ5M)Z=)Z307hG}am{e~OiD~d^}o~8BvqJ9pMd#K&^5h0`ETZTuoQ3ywR3u>a{V+n zUhwZI@;iRc?@$>?TbRAZuCaW_8U_a-G}MyLn*RCA!jSV~ZC z1F1_Non3HwKrdpcwhWX3>bPdM;-Zw)WIK(>$biQsTVH<2Fj52I{{r~ZQONKbi@F7- zEO0MdBF)*%EzgDpU+3&V!57ZC!t=iRnRV0aioS5(7oO`X_1I)>@3`5Ob(9Xbnr~4&fWHlLZA5(GBJE@zx zB|l)btu39W&%#*(za|I%J*U<;7}zyhx%AXV1Vj0gYT1&vJbc7e`^J5IVV>xL|BQ-ned-cf=lgp8x3U*_QWB_&E#vK?edCXOKwGy()1cId`~ zhLno16WN9><8Vt#$;qkoGm0@e9 zPq2A!`xVQTXBOJKW}hmw_Z8b8$hSZ6`o2Q@o@qB!#IDvY)Q4t;>m%1jUP-*({nPb7 zUjLJgZ;jomKVI-2|B%BjJ~U(RA4#Z|UD_MiThEs1e7Yq08=%rM#!{65lmZK?>Uk>5 zAZCG`WK$*q?j~p;16s!wsdSS8HUXO1G*xqcjOcC-4U1tkDx0)SSVmTr;99A~lvoBZ z+BA6Ssr5j0Qr*7}I_VS8f~n@UC-oWKPhTBFlcba8RGq;YQnj}dZU&`3O(VMNLxaFQ z05Da}jRSFnmPylRn9DEf&JQm8Rfj^Qq0mkei%SqKv?3aAXDEIKqKiZbAi~q2#G^r^ z5r)S}p;N|?m9^nhdVkpOF)}8Gph4)AF)RSEpgCR_E2AmVLx@jOF!e0|_~C~)9vVFG zShishVv|%CImCtlf5)(pZb@b!D#{U;sJ@;W5*0CwbfP#wU&hi)m{AMR4<*?GGbXY% zkv@A?grLLoF_MBSKDen$#^MRtN|i?hM_GWuSxOzK zsPM}kSQrfbgYJ~*KPNVXBKAV>obcOJM&Q=tPonYUXre-~F0Y)2-le~S>>>kpq^tgl zFf%ee^4*Qaj)8o~z%A$g`IgnsAGzJKdg{ociMKbQSqVWxv&llkRm&qJ@0p{p3PjJyf#_rxbKQ*!R32l@cF@9^VZkWw_FG28ydfSaIps3-ldA@tF`?P zFmF82AKX`OezT5+yi6rQ83Iy)U0Q$w-no&(zt3LOXugD3(nmA8-3XjP+`hBTcyDzok zEl`Gh8n9(E2%VDo1>OoJs8!N*71Uj24-pgMxmXGW72ZfoNn-;2B!`{rYk|{Jes|~;8~aB*L`%y z%+x=|QtJOz}FJ4l}sX_1vAu7D*IBW0iJ5O zjG(L@Y#7=cy(U`OX(*!_ronMA_-v|7qgY+hQVrdK3rQ_>rvjJupiUxqNR0)5sywv$ zq&i%-j;OpkzIz=yE!yvd(pS--eKJz2nlz<=b#F9IS{J zqJbVV4+JtQlFYb5ZO)-YOp-t@4W|W?z;(!A_Gg$;c{7EjuVD59X49Ba4om1lA^(8cP0a8EDV0&>kzNVY>~VlgJ;2YNW0p)7?hw1^Vyx~vCM(yqWQGz1 zDso+LwPvloW2)sE5mvj1rNz~>=nUR76{`u247hrY#YP4Z4l0lVca}CF^t?^bv6`w#+Yc$ ziOtI9=y`N4pvfVd&Px(DQ`HA0@F-x2;n(AiJ_am$hmUT8x+%+7`IS~Belg{{%4Gvy zm1{E!&(<5if?lUlINWnG5^`w$L)Pd0>*w}^legg6lH<3mTz{0`z?PLC z2z-)N57s$Y3lO`d(x_3pP%YkC&Dzx@A-akbR&f+cMyiqhQ7Q_J3cQqUGk#VT1S@`D z7j&f4b!RdqOx9*-A!0R-)Nb4%Nx;_LCcK1hAHMtb(D0e*R^fm(Bl-Y;6u0$PA z`d0#)nqF0(uo7U`pmV62Uwgvz%vzWwd)Yq$x*ZEqy09wXqszW?AP&X?{^-GAvm|4g zp+Q)p43bt9I37o+|@0yQoA8wp8_k)dI*jd1fr>)?)PU0KI)UwjUX z2>e}BmEJbMk0%`17bZFdI^JnIl?b$!j57y|=~T%|8U)Vxf z<(>}&i-F#Jptlg{0}q6~WokgzpJr19&sMNczUExypawX(w@TDCo)4e}cIkB}P`yw; z>i|$w>4c+JPvHM327FZ2=Bs(NO6{qw{)r<{`(C##s{QmqzlUNpt6Dja94Wwj2_8z> zrmFY~^DMh{(EOI_1tp=|MRy9;fdPV1+(+I@ih!R`80fXK7Vq+xkNi#&CBF~He_unje}FC2XSVA0i*cfn=HEmsHK8bgyD-}Ad=PQR2#1`vGP-+&ia z!MpVLDKpLeX66mEzrWG^Mv#RZb>n}A(X+vFvMzC6MRR-}x<}rGIgo$F>_0HeVMaHzh@}eM423+E z^mm~^4+ZLGELV@p3aDW$2gVdtzM!PTw(790OI8!ty~I1Xz;ZCa^(wjw_8Ptqe;{{e z3>+o!lQ@F(AlHHajni5FkMMSXa8M&n#k&cQ1ob-pA1l6v}z7&*X z9IkZy*i8U&8mo1qMB|{7O$qF=oCeCHCK|z*ErR4ps9A*O7yi-!IdfFD!|8mKdYu$% z`#$2W!mJ%LRK*mrO-ZSoyzcT3D!-82O+ElT{wr`yIv( z`FqU10<-VeCKGG=HP5iC-(_~b#~gZ>>3f&i^Iyz~Jagh*X5c-h|2^jLZ!K0pVj#QY zWt^KY+HTvMrW%U&ro6rB>h^-Y>!S6xt^T5A*=lAzSDKa?c>LBCVrxERAX`4bo;9)S Ya{kU`1`Er_xJ_*DmEK=7@Sr68|0;sRfdBvi literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..b39ac05 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,87 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata +from __future__ import annotations + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, 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), + ("License-Expression", False), + ("License-File", True), + ("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: 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: 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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..230e114 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,685 @@ +from __future__ import annotations + +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from collections.abc import Collection, Container, Iterable, Iterator +from typing import ( + IO, + Any, + NamedTuple, + Protocol, + 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) -> str | None: + """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) -> str | None: + """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) -> str | None: + """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) -> str | None: + """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 + # XXX if the distribution is a zipped egg, location has a trailing / + # so we resort to pathlib.Path to check the suffix in a reliable way. + return pathlib.Path(location).suffix == ".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) -> DirectUrl | None: + """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) -> str | None: + """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) -> Iterator[str] | None: + 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) -> Iterator[str] | None: + 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) -> Iterator[str] | None: + """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: list[str] | None) -> BaseEnvironment: + raise NotImplementedError() + + def get_distribution(self, name: str) -> BaseDistribution | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66b9bf57645d078b6f5f12b9b64c299f6cad9bfd GIT binary patch literal 353 zcmX|6Jx{|h5Vf16g_bTztcZ~e)GDk935kw$V9a7U*lG>76WQlV-C*J;u(R=7m{=oK zLcqd?)U6X&zHWH;PVc?5@2TJK60GOo{AZ|mW&TEAqukK~?6BB>#k7L=}e%d~7# zB$P~uOde>F%CyMlS>FDjXwPZ0b*2M&T}IHA!?`zdGwmy9m4iHK((&o}$S3IaDMGWU zZC!aVx*X^2rp+a$!?)gKT)A2Jv2{2X#&GU43_X%1B3Vt?w6coDGCGJXnrSQG>zZ-xKzSz&vkHV1AlUzJ7)MnD=Yx8_+BmkA kj7FXKKEAs?H0&UJCX~_z*;|m^*Y5D9^U~SAO??lQFQ$}ZG5`Po literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..492302ba6fd5bd2ba28785420e24b76f5215a7f3 GIT binary patch literal 4232 zcmbVPO>7&-72aJgeuv4hlvQM*52+fXa+P+WPr z%gioik)Z%JFi-_;5fvzE6>U-VR0}T9LoYe>(0eab6u|1%MGeG2k(*NKaalJ^l8~Hb$S*k4}q*19fW&gZql9n5wN*)V!+FShKZ! zM1J+Wj&H<{R$}>BC7zF068VJW(e0i}Z@#yZ%qLYvQ?4my^qykIc;CZFC_CRTsc}#f zJl>@an0;o?Jw2c5QNlm7-|WTjedd6f#CNc+rBh#!h_o6c4aaeP!?#?=%cUbh4qr!v1qT#rXRg|QH15z>6DeSfIqi!9=;J(6@ zylN_W&D2d53PjAPso|^FBk5R>oG{EA+&4_aH;V0rii&kK#!1yJCWSQBrc%HtY)uWn zh)cG*va04*wLmv5&ktgP8=mXnG`h#_k{AGwNTKt{aE!5MrEJ-)@N8|W=J>U2%`Vrb zvOf3xY-W}_vsv4k%2w-s*>zscT=;s{vwVK8Y83An)7;Bet!lPlIX)MTVP`9C&9hde z>I$D$7K(1AYWSHd3|RoDV+Nxa+iw6Z%yi7SV;VD&-$idJX+7822W41Cb7ncLp|R7?)U@cw zf>l+JN*?Xb#31@0UMP6Jz$u1ypF$F)VUK|ghZsD*GWN&xAJQvF9!xy&|NOz~2M;Qr zTxg{(wGx-a5O{Lwn7oc>$GY~)bQH;4#pMZWszzXx_Z37ypzHK&!U^=8>+n@gyaG95 z1YJ5x1}5+o3PEq7P;t$gP2;{o;r*InhcjY7@gG9Bsz@E=nFM*R>}cTip}VJSXVc-if;q7cnDbB44W=l_E z9ec)s(aZ-Zr|I$Q^LDHUmV^u>ytwyT5b4WNr z%%`Z6E-5HTr`vu-bLqGkrCHKZkY`f>Fx?_ND*?1tx$x^^oF>!MG3rQC=vY!Zbwu*A z=V_Ol7HfgjO+eQ15XrU~Uu*(+R2pHy+=eN>CG&HqN`a^_^ z7{9`my=?)@ewl}^1OU;P@K+_WNG*{Hy5WIfnt#@A!Jxy@i0%`#Ey-o%Z zRbkB^i_us@d>D2tY|7#lc<`%ORUcc^)z?GYwdl zf>#igX3C-Th)*MT!d4in=1zYZ#02tY$t~D!QI;m+JkUUh^$1i8%JzPxZ)oYl()6;w zo*ZlGA!c^LMF*oynA;fKS9ZeXVcVhS)uy_j)-_)Pi)=Hr>V-BFe}RCXO?4)*m)ep0 zL&%%g<|ECB8M$*BesQF!&5*CZ&`iC%0-Db2^U?WOGb;3^-i(#BTME`k<@ynQQ%0P}T2rO9sPPhw#x;(+W)yGa)z5O_QPeI8w<7V=NxeW}8~>7dXB-A1 zDz##nl~4$Bq<}J_G3qOmps^FuU0(|CIhWRQxkhh>SkBR1K2y&%dNO=^TK@Wiu0W9P z2sU)Nf#!OFP978_ys8bf&G|CM1U(2^zC|@b5S24nK^0xlzY8L$^?Y6lVqUFOvgX32 z5sz1cc>B~I-6KH|Ei7x!K(fcf0s@{j@~|NgySzxUv+_0jWdiB}f&#p2S%ecMi=&fg`O{my{QsZ=G1vrBz*ucY)!QT##@Tt ze!M7(AM4I59jLtw`tz#a1$a~SDLcy6S>yHlR42-Yc&+^@(wX^CeYp;4z3~@JC#;t zb(>B|R0)bCg6u5l@z|CRr{4UVx|W(~#U~bgbdOVPWq3U`-b#!=O{RVsS-SnxHy4^bwR0K9Hx#c z^ygIvYa$Oi92`>n=NzM``E33JWaKsr@?dxTqdokB95}t7D*aLoF9KBhg5VqM-d_W4a;}KJmbn!4t&x@3q~E~CmCIyCEf_%BbUW>&?w${Idq#5RaO6`ocLTB`KQwJZ)JQ<8UK&+ z&UP%OUS2x0t>Cl0e^4D;oZD9L**e{$es%Nk0rlWUZ+bI=?~~|>tth_R=lj&KWc(jV C-!v}( literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a92c269a883dfea6c073b10b69f12bbeeb02e0ed GIT binary patch literal 12919 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9199f9a0a13678e4c2f57af30303853e70b94a71 GIT binary patch literal 8037 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 V!SeB2u1(CgYXkpD;6{)8zX4d8r%wO? literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..7de614d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,87 @@ +from __future__ import annotations + +import importlib.metadata +import os +from typing import Any, Protocol, 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) -> BasePath | None: + """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[str | None, str | None]: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..a8e872d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,235 @@ +from __future__ import annotations + +import email.message +import importlib.metadata +import pathlib +import zipfile +from collections.abc import Collection, Iterable, Iterator, Mapping, Sequence +from os import PathLike +from typing import ( + 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 ( + BadMetadata, + 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) -> str | None: + 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 + + def locate_file(self, path: str | PathLike[str]) -> pathlib.Path: + # This method doesn't make sense for our in-memory wheel, but the API + # requires us to define it. + raise NotImplementedError + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: BasePath | None, + installed_location: BasePath | None, + ) -> 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) -> str | None: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> str | None: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> str | None: + 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: + try: + version = ( + parse_name_and_version_from_info_directory(self._dist)[1] + or self._dist.version + ) + return parse_version(version) + except TypeError: + raise BadMetadata(self._dist, reason="invalid metadata entry `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 satisfies 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) + metadata = self._dist.metadata + # From Python 3.15+, importlib.metadata may return None when no + # metadata file (METADATA or PKG-INFO) exists in the distribution + # directory. (python/cpython#132947) + if metadata is None: + return email.message.Message() + return cast(email.message.Message, 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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..71a73b7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,143 @@ +from __future__ import annotations + +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +from collections.abc import Iterator, Sequence +from typing import Optional + +from pip._vendor.packaging.utils import ( + InvalidWheelFilename, + NormalizedName, + canonicalize_name, + parse_wheel_filename, +) + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +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 + try: + parse_wheel_filename(os.path.basename(location)) + except InvalidWheelFilename: + 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: BasePath | None = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_legacy_editables(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) + + +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: list[str] | None) -> 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) + yield from finder.find_legacy_editables(location) + + def get_distribution(self, name: str) -> BaseDistribution | None: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..89fce8b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,298 @@ +from __future__ import annotations + +import email.message +import email.parser +import logging +import os +import zipfile +from collections.abc import Collection, Iterable, Iterator, Mapping +from typing import ( + NamedTuple, +) + +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: Mapping[NormalizedName, str] | None = 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) -> str | None: + return self._dist.location + + @property + def installed_location(self) -> str | None: + 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) -> str | None: + 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: list[str] | None) -> 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) -> BaseDistribution | None: + """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) -> BaseDistribution | None: + # 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7b1fc29 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1 @@ +"""A package that contains models that represent entities.""" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..739b8b2c940117cee73f05569be864051f3bc59d GIT binary patch literal 258 zcmXv}F>V4e5VVtsph*0|Ed{p<6loHqd>}L%w^KvUZh}|LoL#KhL3YD}+=gO9_%`QVE2Spje|_ zgV81UmKtX##p@WNCLGX)`lx z*kuoawD{NbND+i}#8pxm-1wz20^eN*aOk$u$ zH{gN+As>bD&1FYR%@$7vEKUs(B~mmCZ`ouOi}5m$HN;RIQ&iVJfhg)aBg~-M0%({C zOwU*e7*ULBj8L$lgq0uyvt_}lN!_9bBQ1?uz{`EpDW@kd$3g~C6i7JWr68suoSY5j zmspoG!D1=w!0sjzSQte1ndZdgjNMAO9Uj>2rX&tJEG@0(;ie>l7*mro+2iqIlN8~o zsRW-6-}pYj8j^tdXe;TVF@%7Jc%#tZ|F+iTr0{5{ZQ$J9|Jbh&^}nq9$RUe-3Y_pG z3aS8(o|;Lc&6+Zu@_oT%ASL(xw3?OIFB0I8ln55J4s8}H5jKpy>)uMzVP3D%i)GL2 zMJv6ACz+6*yUOBKFA5u8w=Y+c_=0=xyeC4*-s%R;o52kxyl&X_{4kb`$3f(E63Qas z?N`U`_EXCTeJFi@aQYvM>`wHrzm0JqW4*3qA=Q;)4v>+|=gAJld%_n>6v;m40& zfAZ$LJJzLxVle#Ca>w8RHH%~`j!gKnBIo@(MD0xccetlPaZ$UtUk7#fpo>9sux$!8 zX!I}5tEw=An!O*ieYQxvJs@@p*HNdn46;#z5%>G-NGWE3D zb{60^+C4tK=6vDYo!vfteslhtg|8Pj-7T`U{N1&0uWfz!{jKd|SGKJyT3pq$*~fS zD%e=U>nC0!HRnH2z8B%8nA(5RnBc0c=`8f13(X$Wgu8iThVc#P-R!l?53MdDKd!82 zGV4jlx_QUC>WRoB%VMyVxyoA>*PgYI=j$S$1DUFsmEb literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b46d7fda6a1886fad4f4b183edcf3ef09e5aff8 GIT binary patch literal 1960 zcmaJ?&2Jk;6rb5$+w0h=$p@u`0w$^gRvRw`)Ki+qkfO>vHan?q9#haoMAIvXcChRw}^70&GN8h5T+ zPKCb{hqowH* znJA5qaUI-^9F^HfjXTAK!1ru0wnq~T-g_5J9|L_1nHVTkXyP`S!xXP%O_gahNtG3C zv-z2sped@ZXl9b?RD(Hn8{NdFeiaqc@?17cb<8STOlJ3o44#bDO*9gphg<4*kP0iYE=dlhCUJNf)Z%~ zbLOHnA+}=$0U?1%mtTH5W0ZZD8MWD(7uJlLQ?AV#AqzsIxX8Rk!>P;~)p}U=y|;^J z-!g(q$OfyHeZ!h(fl;kg4N~z!#y!h1T%R&0Fb*+Xtw+b2Cm^=(R;{pcaNWgcJ+H!X zf)_zNSw_F*dOjUnySR4ce(&8YJH5j@xeHtRg+0NK-DU|EZ8qPB#X4F-3vD(C}?(~*^nm-RA&(w-It*n*Hpd7B0 zg~J?xPYl4`eEab_maQU{mDK#IT|w!<=OMYl>On!}g83*xYi>2*y`XPk-UU-22yH?X z#UufC9RO^a21Mvd5c2NsG*%m*pL)HG$v|*se-I9N)Ga(h6z3 zbO8H5&Vu+n4?+@fcXWMxZT#onp>OE-?zirPfuZezp`G0ME&aSC0ct48SyQp6XIDeBP8k|1YTgx5qg%8k7||^ zd*ppa8TsyA22Yvtm&MNgLc9(l>TGren>h|41P4=29fkgQ(AoamN8)5v~sY7NUR0?O!zg_#YtpyG#^yPs#=b;q4m}sVxDHi+|?^ zijO5;?o)jzrfryuo-9fr7y_}YVvK)9oqwVJhbZ$qI{sKoU}X=1*v~3hd8DT@%5rMA X8=V~7LMQ%7X7TXWbN%}WX1V*n8}86q literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4eb54b692a92d775ad94ec264a9e96d498df1c8a GIT binary patch literal 4123 zcmai1Z)_9E6`$E%|95Q11~(xAHYEHpm)O8nf>JJ(4vvEZ+y<^+QlUM^vq?5t?}phm zA(lBsE!8DeBtW`rj8F@eDjf(_y^nlsKebZ(!6u-%t5k~AJE`|AC0F$>pZaFkb{sG; zac1Ywn>TOXd%rht{?^v!M^GwXUYz*chtR)Rr(Oi7f!9w!V-XQVu!?ec7-QDvR4&I4 z^LCq8g`8{Hg%O9|M?|=Ri0cvOtR8mHxD%eQSto(5Kt|JaGh-^cW%C&OUyq@K%VH1Zy$I?Xyf;9;I{gdgLE1t0Pu5@5CS zM}ow414JWj#C<~;c9RhCz}F*tNtk$V2#;#~hkYbMd@$oD?Zgk?z>JWHT5YFwn#-6c zbP9M!1^B4)-EZH#q*#1KcRo)f3XmF&2f5vMZQ$;_B6!U4q*SyVK` z%&4kNl9o@?r4dET&>1VBYwAp`lg`#oXA8uX2YtN$6Z@n^JnJ`cO;l8u`8qCgEyuYc zE+VNxU*w=yGY3L5=pjxgc#Ah=lX`(C1-l~{5DZxz-5fEPJfbLWWK!dLPEO@V@|u}X z<<;^0NXnEAGnKq5YgbdMGLo8_F~@c7?d0JjDMK;kf!gVf)RZ!nk`&F9sg_YwIi1L= zk#ZC!WgVp^r)Dg#1VoA{Nrm_pg(vIdZ6J#=0M#s7^P}MQa-e&qqwB6~?rb#>F9&w5 z?AUpC@7%f7&OLL&La5rcZ%%mT?O2BeDBCzWbeK!qdi??#pP*0hBHGmJJf24r&D21{ zO5K$Ww^@S(LYENGx}EvvdLFkLojeL^#xvMtsmjTgegQ6XJ=^$8XLY7W3nb+o1%k-{Vy6) zz9LD<6RHkiHwKdp!X8*>^g;FQztOj|=t*?w@zAG7OW(iWz7*^I{q%$U7n!B~$DYNG zRiZ=R8Em^>^zOq6m*rOs8&z6XwtSM5RWpVmNmeMWn`d)Vs+^O-?FgGPRNZ7#JRmT^ z*>cl3+m_k-qmOLSEw>~w2@Bg=$-RS7{|Kt@X3A1wX!o^(fg66mkSI=&1?pGJrN)c2RW`o#^LNC>nO7BdX804zzHA>bi) zjLdvabkqb?RGy-(km`*00<^Seo5 zpSZ<|nkg3EXCWiu0iPNu932?Y^a1C76I0^A0K4MqeSL~u{34aFtQGuB<9&D1e#}%cW>U zzD5}sEDuqPY=#mD5w5ElH7{FkU;shP#=OOA^0Xx|Pd6AhxZuQ^YsbeS=}=`UmpAhn zRg$k|)jW}nLf_Vi(3)x=@G|}m)ht>KM3w_xl|WbNN_}jX+K%S4VE2F8V6hXfnr}n~ zFB_1>LtYW#F<%6uV zAZw7zC3rhnTcJiyZO3!V4M@wYW<8yA!gvhuAOYI+X_-i)P6Au#+3M&mNZx@hjR#P% z;J%}Drrf@F&Rq?3mOfnGIZ%OLV1PMMdOlq`_B7b{O$bFgOYx@wkXU|6f)_&`Lb7B9CFu%8 zWhX{p~L@kpT^k#9I@J7`+r*0k*xp# literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfbbd78b4126b220fedb05f9514223acaa61bb03 GIT binary patch literal 1689 zcmZ`(&u<$=6rTO*jpN8INnFbWv{DerY3qfgY7hd1C=!W;LKI3>`7+w(%-DPGS z)s_!IibNuT5C;^Fg$qI9z>)ufORN+nU3#KixETU!)e~=aZO0&WB)>QBy?OiIeD53o zJTZ|)u)4pmHFOoBhr$>vu#!?Y#HY5T^4K3DX~juXQ>pijq|&EQi$WcOsxpzP$_7;XR;sE*p&C))rxCrT@1mMS zGCR4dP7L9rT1_QmJ8Ctvi|$BO;{#OA#<^A7`N-a&%RZrZ+HbGXkWo(kh?}A~=Y=v&J zo29E$VMsP}~YzQ9bY%DzD62+>PkfFy$GyLN~Oa-H0;Z z_N>i-P>)-#pkF0yF#%2;l={k7wr^T6*;#{{lcX0i<4gJhnx(XHsOMo^mRQn-cvEksT?;sw5aP#Q1@U+X-B;iH?ZVpj za!<`_i(lX9Ay7X$iTa8BBdlIg(yrZ|?IBPHvyX&II!`{;zF3cAXL+}?)4bq+!_SL84YHZR$8W2IhVB4jiw5>nyNn@Lcsa_XD47lKJg+BfevZ{Ba- z{vMA<5v=;-)1^!dp+7m{FS(6uoB`w-GLb1*s4V0Kf#aejmZiMp;gThn1Nnf5%T}-) z%7;8WV1>((d_+JZ`UIK5d1Qv}h%Kx6Xf3Qn{^Eopu<#_lP{p=^0hf;3HQ0JhT+pkQ zt6}?MkvMi4+b*zUnsyNrT6Anp1G49oOk!Cc8`UC@G|HnDLIkZTB|ykMfd zXbM=uate3_(G=(9d;kYc;FvNF;V_OAL{BE0fqD5(+eALvAr&DaIUlQql<*5bbQe53 zjVlguSzoc`n?_zbM~!y;o>7iV@NM(}xQ6D0Iiz_44r-8?2?()Y+sck2GMQqlKzRKq zH>ZUBUA(`d8?*W} zrfQ{FQQ;;R6I-{`vSVV4s_mP-s2~g;R<2TGVGT5kuBKfcYUh7b+&Nze{e&oY?<#t* z`^bWPKfH4TD8yu_)CCqK*sT)#m4pOA>?On&S_vuf109P-KZRDD6RxB0MZY*-0=<=P ziCgPf{uwyoxA-Ov;BqfI7TLZvzZC9J1kx5v5wv;a9SgYe4i=EUKc(*1Wu|l^aOHoj zkzufxeEkd=aC?33)*5#pyL`=wrabQLlSm0nT<)K6vZiy%wjAAr3KyJg!6Dg?l>m#s z!e)^o)l8_O;d*FIw`Z}*BD~R|-2e@jv8$W9tFz<_riMRviB6R$>4Q62x9fln!_^F@ zT+v<9&zZ7Sv}eh7j>fAL6OC3Y6|2ZCPGcAJsmtQNZSOb>w#>31h3>?rA~DIZDA~qs zNCZ>LTOgaw5}sbxxA`?`Z5J-@*{Y2K zcQ3VXrRvEWsnL3B6f{!l<@i$kdZICKs6KG$>7KqsbU|wFMP128EPXGQzB&Bk=ntch zNA}%1^V9j;=hsG#ESy+P?yPt1dXVT@h!WlwM!U*@BEpu&9h%7{9TeR4t88cTfD*d-vq8U#xR-L-G}xhr0vO#lA)3=7GhT zrOYz~Wa~bD%Y+hR3B$20c=hm;qd9%b@S6^%)t<5jb*?f-UiFe~`yztL8Hyg0|egO{;C50AIfdW^gW0^aB}1E47hg76Rx ZKSbM~pbws)p@(SvpP(v4*AW2k{D0xBD@p(W literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..faac494abb7f064ea3335b6ebbdd8181e5140585 GIT binary patch literal 26808 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/release_control.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/release_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b5386dc2f3558bad3bd5185f1d5e256e3f9937a GIT binary patch literal 4210 zcmb7H&2JmW6`v({N%2dhL|GQBS{~CDBpMPK*-2e1X^X;+9ow>MxGDOJ?`4k^r*ashb=pRs^7pYcZW|0C8+9JqJt^yR$sc&YvB&9eF zvZ7{Y=gqu%@6GRh>|Ya!D1vA6U)L6f6A1m2zxa>h4WylU7_1?Jh-9F$RFEV-4j6%Q zun;WE1zEfY4W%3^gv#MUSiH+dS2Pb80D09`;N{1GBuPXgY|6R$&s zXf2YBe$C&qk{i=Z({eONw@f=5a3e%>w4$NewyTtMY7m&~p0-$7GxTLjrnNG4dy1NA znR-!7sU}PTpZHm;T-HqTE@Kv(feFPnEXOW34;5X=dy#h5VX%fMDo6ws0>1{83qepo zrpnWRuRtM0f;3FzcVO+eXkCJ)_%srt5fUPyr{O2EcSa#fx?p#NuZXiG!FHpTY1Gt` zZfeH)tnA9VsXHtV^1I=pRjz1^x-z2`wtK+PZRfgEtr(Q^8N-~}4L77(j8Il=0!r9{ zkAnzFJ5vCHHB^@tn(z?RWa8vPJ?!=3Wp`?1sG%UW+a zHk=(?Nc;2czP&UT1#DcLUVF94;h8nY<|x5rwgV$@phQ1m

Dk-vO5l&KC#aGU; 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 OEKSJbTQbIcnbZ%g6gFxA literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5953093996427d3d6bd0900ea6ec09513aab9816 GIT binary patch literal 7625 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0bd473c82a80023ac84e1dc18a63486a0d2dc5f GIT binary patch literal 1870 zcmZ`)&2QX96d$kc^*UMSvq~eS5Q~(AMar6zmI~AsSQ-KX(kR;=x);m4o@AZ+OEcqa z6K$YE9H<1UIKhEKuc-Y4_&7DEN?a19Qi}yrq|yVolmrEZ3vayZ4Xw(oJTq_Jn>W9C z?>BFM*0e4JZS(i}r7vZK9&#aVx%OnY4wJ8ujVj0%?2Ic^1Q*cwJX@S z-wT2(?^v#j326Ef&9uMlkihq_&kC7%`hd7JR3Qz)F3}1jOc{pR9`PEdQlwAgxcytS9yGER;+AsrGPeN}qK6 zmC+bt2|c;~I3fdU3e!^CX6AMWaZ~v;V`tZtkCledKv%`fs3DA@6Nn0pjDRk~eFXHy zh5uPEx7G{Fs@qO9*1eR05q11U5NmbIcc@2o8`B!l4%@op>vPj{`l%DAi(OqhwD}~D zRA+UZG8fD`uI!W!#l(8G*9&Y+{K?edBJfeV;`nylx9A2{VC9PGSw0ZTULBhwIJ8I$ zOZ#!W6s`bWmw;kL7I1` zLNVc;nJvyX>KMC(^N3{m_Dn!yX(@30LXL2L5S}2?%~idf?aT||wsF3*z@=>av^;;g zj=vC?d{xH$tx=AW$B?%JY}5k}8&Ng#S!6_RJ*pZEQ)U#G;RzY8Q#HaBRuBBC;)z!c z>M%UnzBn~PCp1jQXAoJ-HG;5RKd6yh$4C(s!6Ptq**FM}<2Oc9;E(?1(G%&d_Ilt9k{yh6YJ91we-_*u$ zE^leY$4FAk!cIoi%EE)u@%y7Qo1-&#^IM~rzRK^*T({qyxEMnDo*SpHpT2SC`k8O? zH{Gr7sSRoB?>z+_G5$mXZ2xtr_FIMr<#3BuTu~YPj#I?guYVp+? z4wK^jA9g+eqzx2zmlh8R+hXvsXBjalxSUWezKihRkR-eqz^vuYTysR_++1mzO*R`b%O~B^59#sH8u6c@9ga!KZ3K_nfd%9@VCjo3C%qY)`kqTXRu-b6_q~vTL%hahs~%9lLBjAPr9O>zr#Mb^VZ3YF z4zVEE5N&yY&6u@W(+C4Q7F_t$oFZV>&Ji~_VN=pzKAnryItOJCZzfXe9cYna!7gnl zj53t47WEopl5RdI@N#*>!#wp2`cC5oxFKE_I?{sJ7N?VW>cPhasg2%17%?bmr&-eV zB*uc=#?w6hQ>`th9{fucftUJ}3yAGUaWX2hGW>5{)1h)0EryBHF*8FfH|M3pcvR+sb9Z$}A|KE3J4&AV1k+1>uBUZ`wN@q`=Egd=X zS|yh&L7Rx{8J1X+qznePZYV3IMJ4v0?{$5PQ14*sa1MAWU9>$b>YH->IBOj)J;SVvM|vL@v; zh<1cs-WwfOM^v%T65s=P%?yc|LjD_VlLj61`P#d90WVo$p_$9uR-T)uQ~6K$&|MHN8iM3k45*Ri zQ^;#VP@@Sqb4d9W7Y)W9X?ZH$tCC9Gy8B5hxzr#*eC0pJzZakMfnS0XRvxjsL-XNh zIWf4VIpsQsLWDm`T-+bf2CR+f5OmwwaX6qYha9J)Ao5!@JOLe~6XV~|oA;6W03CmT u4sQt}7XHp6d%$A{N?i|ZmEUwOMTesCrp@5$Ls8T9mJ2=pJ;y%qET literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..130d6f0f3e305fe925ffd9ec6e45251ba8645c13 GIT binary patch literal 1720 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..cbb4e4f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,140 @@ +from __future__ import annotations + +import contextlib +import hashlib +import logging +import os +from collections.abc import Generator +from types import TracebackType + +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, 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: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..a546809 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,38 @@ +"""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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27ecd7d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions.""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + assert distinfo_dir is not None + return os.path.join(metadata_dir, distinfo_dir) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..8595e45 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,38 @@ +from __future__ import annotations + +import logging +import os + +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, + wheel_directory: str, +) -> str | None: + """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", wheel_directory) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + wheel_directory=wheel_directory, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(wheel_directory, wheel_name) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..f00d9b2 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,47 @@ +from __future__ import annotations + +import logging +import os + +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, + wheel_directory: str, +) -> str | None: + """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", wheel_directory) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + wheel_directory=wheel_directory, + 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(wheel_directory, wheel_name) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..2d71fa5 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,175 @@ +"""Validation of dependencies of packages""" + +from __future__ import annotations + +import logging +from collections.abc import Generator, Iterable +from contextlib import suppress +from email.parser import Parser +from functools import reduce +from typing import ( + Callable, + NamedTuple, +) + +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: Callable[[str], bool] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..486a833 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,259 @@ +from __future__ import annotations + +import collections +import logging +import os +from collections.abc import Container, Generator, Iterable +from dataclasses import dataclass, field +from typing import NamedTuple + +from pip._vendor.packaging.utils import NormalizedName, 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: list[str] | None = None, + local_only: bool = False, + user_only: bool = False, + paths: list[str] | None = 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", "--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"], + ) + + +@dataclass(frozen=True) +class FrozenRequirement: + name: str + req: str + editable: bool + comments: Iterable[str] = field(default_factory=tuple) + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self.name) + + @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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..2645a4a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1 @@ +"""For modules related to installing packages.""" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a6156e60eb9e37cd0689d26ccf39d82b030dcab GIT binary patch literal 258 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 ZC?vOoLUJ=GB)5V>)QCIz2(e}Q{{!=O<2(QW literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..6f9a983 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,759 @@ +"""Support for installing and building the "wheel" binary package format.""" + +from __future__ import annotations + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import textwrap +import warnings +from base64 import urlsafe_b64encode +from collections.abc import Generator, Iterable, Iterator, Sequence +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + Any, + BinaryIO, + Callable, + NewType, + Protocol, + 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 + + +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]) -> str | None: + """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. See https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str, scripts_dir: str) -> None: + entry = get_export_entry(specification) + if entry is None: + return + + if entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + # distlib joins the entry point name onto the scripts directory, so a name + # with path separators or ``..`` components can resolve elsewhere. The script + # must resolve to a path strictly inside the scripts directory. + dest = os.path.join(scripts_dir, entry.name) + resolves_to_scripts_dir = os.path.abspath(dest) == os.path.abspath(scripts_dir) + if resolves_to_scripts_dir or not is_within_directory(scripts_dir, dest): + raise InstallationError( + f"Invalid script entry point name {entry.name!r}: the script " + f"would be installed outside the scripts directory ({scripts_dir})." + ) + + +class PipScriptMaker(ScriptMaker): + # Override distlib's default script template with one that + # doesn't import `re` module, allowing scripts to load faster. + script_template = textwrap.dedent( + """\ + import sys + from %(module)s import %(import_name)s + if __name__ == '__main__': + sys.argv[0] = sys.argv[0].removesuffix('.exe') + sys.exit(%(func)s()) +""" + ) + + def make( + self, specification: str, options: dict[str, Any] | None = None + ) -> list[str]: + _raise_for_invalid_entrypoint(specification, self.target_dir) + 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: DirectUrl | None = 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: DirectUrl | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..c640d5f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,751 @@ +"""Prepares a distribution for installation""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False +from __future__ import annotations + +import mimetypes +import os +import shutil +from collections.abc import Iterable +from dataclasses import dataclass +from pathlib import Path +from typing import TYPE_CHECKING + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.build_env import BuildEnvironmentInstaller +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, DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import 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 + +if TYPE_CHECKING: + from pip._internal.cli.progress_bars import BarType + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + build_env_installer: BuildEnvironmentInstaller, + 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( + build_env_installer, 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: str | None = None + + def __post_init__(self) -> None: + if self.content_type is None: + # Try to guess the file's MIME type. If the system MIME tables + # can't be loaded, give up. + try: + self.content_type = mimetypes.guess_type(self.path)[0] + except OSError: + pass + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: str | None = None, + hashes: Hashes | None = 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: str | None = None, hashes: Hashes | None = 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: str | None = None, + hashes: Hashes | None = None, +) -> File | None: + """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: Hashes | None, + warn_on_hash_mismatch: bool = True, +) -> str | None: + """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: str | None, + src_dir: str, + build_isolation: bool, + build_isolation_installer: BuildEnvironmentInstaller, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: BarType, + 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.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 + self.build_env_installer = build_isolation_installer + + # 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: str | None = 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, + ) -> BaseDistribution | None: + 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, + ) -> BaseDistribution | None: + """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, + ) -> BaseDistribution | None: + """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 = 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._download.batch(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 + req.set_dist(metadata_dist) + # Ensure download_info is available even in dry-run mode + if req.download_info is None: + req.download_info = direct_url_from_link( + req.link, req.source_dir + ) + 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 ( + req.download_info.archive_info + and req.download_info.archive_info.hashes + and hashes.has_one_of(req.download_info.archive_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 ( + req.download_info.archive_info + and not req.download_info.archive_info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate archive_info.hashes. For backward compatibility, + # the legacy hash field will be generated when converting to JSON. + req.download_info = DirectUrl( + url=req.download_info.url, + archive_info=ArchiveInfo(hashes={"sha256": hash}), + subdirectory=req.download_info.subdirectory, + ) + + # 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.build_env_installer, + 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.build_env_installer, + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..8c2f722 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,123 @@ +from __future__ import annotations + +import os +from collections import namedtuple +from typing import Any + +from pip._vendor.packaging.requirements import InvalidRequirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) +from pip._internal.utils.compat import tomllib +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( + pyproject_toml: str, setup_py: str, req_name: str +) -> BuildSystemDetails: + """Load the pyproject.toml file. + + Parameters: + 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 + + if build_system is None: + # 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__", + } + + # 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/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..5fc8752 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,103 @@ +from __future__ import annotations + +import collections +import logging +from collections.abc import Generator +from dataclasses import dataclass + +from pip._internal.cli.progress_bars import BarType, get_install_progress_renderer +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], + root: str | None, + home: str | None, + prefix: str | None, + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, + progress_bar: BarType, +) -> 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 = [] + + show_progress = logger.isEnabledFor(logging.INFO) and len(to_install) > 1 + + items = iter(to_install.values()) + if show_progress: + renderer = get_install_progress_renderer( + bar_type=progress_bar, total=len(to_install) + ) + items = renderer(items) + + with indent_log(): + for requirement in items: + req_name = requirement.name + assert req_name is not None + 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( + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbc1b68b0b046809179c07fdb093a490c5b1fb9d GIT binary patch literal 4014 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_dependency_group.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0099f1cfac99f5d8276c2496ed60afc7dba8bbf GIT binary patch literal 4631 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 QxvuQwThY(xJ6+QM0qDGzg8%>k literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3341c5b0599b7d5917fa1c4a3de079bc0aab9b3e GIT binary patch literal 24400 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 DPC?3} literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52b917de219e9492d4cf28c1f2016058bda3c6ba GIT binary patch literal 5419 zcmcgwO>7&-6`olxsTH*nX;T)hA6x54al}NT99cAWx{ zP^^1&&%8J#I(1R^&ikf(ln8{8xi)v9?UG5iX}LAkERZuq^IjvG@3v6s^Doj!(?75= z8KHK|1+Fp9wA0DB3C%t6SSp=L#$$Ri$JA78od6qKc<;BX> zTWOSj3zZwNt0}6HDM1TplzB8k^UR2vc+EQ{Y6A1l2(TY<%2%oTpx&f4F{#2QLA$x8 z-3)EN=4W2u$8}nu-BM{w(3YVsvsM^wV^Sx)AJ%WZCf=@WX)3T|tgU7&xaf%l?Y5d@ zU1Fx)5l^uATdI-GWYXMZn!1o+OgC&FXJ(eCCgT+#oi||J1OL(lkQ>CT08fa!fhD3= z`<5uQsDy9#^tMIQH%#3ChZApcpq^YX8@Wt)@0hm#DK!zO{ zy+BsT*FG|KhJG@>D&Chmw+@eC+4o@L#H#qIbf^R@Bwj@f8mL?j!q=fvi?Bwo0fKW? zJYl%<%()8bc0lRM<8-yA3D?LSk82joR1@c#Y9>^wXgo`FdzNcjmq^4nS+`N#$Wi#0 zjsrPIC~S6#ycr^7nJ&?}%5t>@r`Ll^^cVC7rR4fPkt~wmcoygeMYHtBK~jb~!_)H{ zf-OXk*dD;UB1n!#|4sAQEK9K~89tGV>_XizxvECT^fXwqF%hk@cEC&n$=}JpSI9m2 z{Ck%^j{iRON$UC~OFsX|K#jV(r<;Dz)J^M7hkgpqLQ11RYQ@l41Xrkmo{Mh7wINK} zWJBP%kS(IdZcrYEhJn&n%4d?s^w|8g7MsWoeCLrWoVY}(9moo~-!rrx|6O7u@$1yb zPi*##uMi%DfemVV-eQa2P-WMN9C^J0JXLvt3t6VyW(<;RpkVH)DzfW#WycXAke3JG zch1K5K}W6B_%gVnS6fjbfIU+ z>KQ8Zj9NXTn?29pm(PC|9RJ$u+3#PKixLTj-o5hkE3mb@^8N7mW?(!ojXPqf10VIw zvFZm<`EGUkHj73-a7U=IW6!d%Bs8*RP*r^Ij%UsZ&h?!pqUAhGRTT#R5O909%g6bL zJHFd^K6t=WG}U_w6xsh|OS}tK;5|qV0;#bejy|@5esPwmcL){h!RcHX+v0XjA zONn=#+x3~aN{wN4omfBh(a|;I=E8>yH^;256OZ^)z!CA-%~dRHuLFTC;)x>?AHa>E zt?>vD+c%Tu^D)zIR#j(;s$yJ35TWMLS&BdHthjB7c58VGnqV?DYoNj?O4$|S-16od z#MJUYH?SKCAdYQr$-#nrz>*IXezP!|z2Mi^-ARV%#Lj`HT zk_OhhKb4*K996bSl67s&@L;kD61_n-y8mcgx1xDe{MLjAXXW`#!b z^2ir$9r@0YyQ6mp^5GXZ+s5+JSlNynUPGoGC;=EKcRn>1+)%F?B_-~~#Dy*gi@Mq; zmVKP4CqeJ3ktRYNJFbcPb`WmowJ;gE-W?jZlfi)+L);2^5C|0l16E+*&gfmSaO9+Q zdbTIZfWBabXs0`b|hzoSRUscdP(t zw1LON^>#c4c)It6>jy=czf3OyrA}>uL}>1>7oGdKqf`ixlAfteP7D}`nM#T=O)=BT zG*c>Zi)m56AHuBjym8_51(-FTzRZ9>X`sGl7&jMT4yaaw@oml3*=#Jn2;4?mzs&fc zVkA>>oCZqG7OG1+>$*%zI;GfP|j}V#`L%Od2yuxam(X@)x12 zKG5;)#LQ65G~CFYk2bpk-DCLh7G&V6E2OxWDE)=rQLA_KpI!+54}#rJ?2FtBMeaUR z7&&`ys?Mjitd3cbtg3HkV|pbg z5~tH?onubT4IDviR#USyu6$R>jo!;ut zKXuG{;y5^SXq7zG0r2+7@LSgJX@s2Zqn1Uvyd{{E%CIj zLl{p&Xexgp>V_{hQ58PuXlWiTf4%|6Xx2>XM)~r6z~OMeS&W8wTtSsOO{!-itk^(S19#ABuJeF{{#QZxm^GN literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92c221f47e48735f04fb19773287fc4a63ee17f3 GIT binary patch literal 31753 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", "<", ">", "===") + + +def _strip_extras(path: str) -> tuple[str, str | None]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1).rstrip() + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: str | None) -> 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: re.Match[str] | None = 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: str | None = match.group(1) + post: str | None = 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 = "[{}]".format(",".join(sorted(new_extras)) if new_extras else "") + return get_requirement(f"{pre}{extras}{post}") + + +def _parse_direct_url_editable(editable_req: str) -> tuple[str | None, str, set[str]]: + try: + req = Requirement(editable_req) + except InvalidRequirement: + pass + else: + if req.url: + # Join the marker back into the name part. This will be parsed out + # later into a Requirement again. + if req.marker: + name = f"{req.name} ; {req.marker}" + else: + name = req.name + return (name, req.url, req.extras) + + raise ValueError + + +def _parse_pip_syntax_editable(editable_req: str) -> tuple[str | None, str, set[str]]: + 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 + + return Link(url).egg_fragment, url, set() + + +def parse_editable(editable_req: str) -> tuple[str | None, str, set[str]]: + """Parses an editable requirement into: + - a requirement name with environment markers + - an URL + - extras + Accepted requirements: + - svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + - local_path[some_extra] + - Foobar[extra] @ svn+http://blahblah@rev#subdirectory=subdir ; markers + """ + try: + package_name, url, extras = _parse_direct_url_editable(editable_req) + except ValueError: + package_name, url, extras = _parse_pip_syntax_editable(editable_req) + + link = Link(url) + + if not link.is_vcs and not link.url.startswith("file:"): + 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})." + ) + + # The project name can be inferred from local file URIs easily. + if not package_name and not link.url.startswith("file:"): + raise InstallationError( + f"Could not detect requirement name for '{editable_req}', " + "please specify one with your_package_name @ URL" + ) + return package_name, url, extras + + +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: Requirement | None + link: Link | None + markers: Marker | None + 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: Requirement | None = 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: InstallRequirement | str | None = None, + *, + isolated: bool = False, + hash_options: dict[str, list[str]] | None = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: dict[str, str | list[str]] | None = None, +) -> InstallRequirement: + if constraint: + raise InstallationError("Editable requirements are not allowed as constraints") + + 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, + isolated=isolated, + 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) -> str | None: + """ + 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: str | None) -> 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: Requirement | None = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: str | InstallRequirement | None = None, + *, + isolated: bool = False, + hash_options: dict[str, list[str]] | None = None, + constraint: bool = False, + line_source: str | None = None, + user_supplied: bool = False, + config_settings: dict[str, str | list[str]] | None = 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, + isolated=isolated, + 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: InstallRequirement | None = None, + isolated: bool = False, + 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, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + user_supplied: bool = False, + config_settings: dict[str, str | list[str]] | None = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + 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, + isolated=isolated, + 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, + isolated=ireq.isolated, + 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, + isolated=ireq.isolated, + 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 + + +def _pylock_hashes_to_hash_options(hashes: Mapping[str, str]) -> dict[str, list[str]]: + return {k: [v] for k, v in hashes.items()} + + +def install_req_from_pylock_package( + package: pylock.Package, + package_dist: ( + pylock.PackageVcs + | pylock.PackageArchive + | pylock.PackageDirectory + | pylock.PackageSdist + | pylock.PackageWheel + ), + pylock_path_or_url: str, + format_control: FormatControl, + user_supplied: bool, +) -> InstallRequirement: + pass + # TODO: validate file size + if isinstance(package_dist, pylock.PackageVcs): + return InstallRequirement( + req=Requirement( + f"{package.name} @ " + f"{package_vcs_requirement_url(pylock_path_or_url, package_dist)}" + ), + comes_from=pylock_path_or_url, + user_supplied=user_supplied, + ) + elif isinstance(package_dist, pylock.PackageArchive): + return InstallRequirement( + req=Requirement( + f"{package.name} @ " + f"{package_archive_requirement_url(pylock_path_or_url, package_dist)}" + ), + comes_from=pylock_path_or_url, + hash_options=_pylock_hashes_to_hash_options(package_dist.hashes), + user_supplied=user_supplied, + ) + elif isinstance(package_dist, pylock.PackageDirectory): + req = package_directory_requirement_url(pylock_path_or_url, package_dist) + if package_dist.editable: + return install_req_from_editable( + req, + comes_from=pylock_path_or_url, + user_supplied=user_supplied, + ) + else: + return install_req_from_line( + req, + comes_from=pylock_path_or_url, + user_supplied=user_supplied, + ) + else: + # wheel or sdist + allowed_formats = format_control.get_allowed_formats(package.name) + if ( + isinstance(package_dist, pylock.PackageSdist) + and "source" not in allowed_formats + ): + raise InstallationError( + f"source distributions are not permitted for package {package.name!r} " + f"and there is no compatible wheel for it in {pylock_path_or_url!r}" + ) + if ( + isinstance(package_dist, pylock.PackageWheel) + and "binary" not in allowed_formats + ): + if not package.sdist: + raise InstallationError( + f"binaries are not permitted for package {package.name!r} and " + f"there is no source distribution for it in {pylock_path_or_url!r}" + ) + package_dist = package.sdist + version = package.version + if isinstance(package_dist, pylock.PackageWheel): + if not version: + _, version, _, _ = parse_wheel_filename(package_dist.filename) + requirement_url = package_wheel_requirement_url( + pylock_path_or_url, package_dist + ) + elif isinstance(package_dist, pylock.PackageSdist): + if not version: + _, version = parse_sdist_filename(package_dist.filename) + requirement_url = package_sdist_requirement_url( + pylock_path_or_url, package_dist + ) + ireq = InstallRequirement( + req=Requirement(f"{package.name}=={version}"), + comes_from=pylock_path_or_url, + locked_link=Link(requirement_url), + locked_version=version, + hash_options=_pylock_hashes_to_hash_options(package_dist.hashes), + user_supplied=user_supplied, + ) + return ireq diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/pep723.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/pep723.py new file mode 100644 index 0000000..2e0c1b9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/pep723.py @@ -0,0 +1,41 @@ +import re +from typing import Any + +from pip._internal.utils.compat import tomllib + +REGEX = r"(?m)^# /// (?P[a-zA-Z0-9-]+)$\s(?P(^#(| .*)$\s)+)^# ///$" + + +class PEP723Exception(ValueError): + """Raised to indicate a problem when parsing PEP 723 metadata from a script""" + + def __init__(self, msg: str) -> None: + self.msg = msg + + +def pep723_metadata(scriptfile: str) -> dict[str, Any]: + with open(scriptfile, encoding="utf8") as f: + script = f.read() + + name = "script" + matches = list( + filter(lambda m: m.group("type") == name, re.finditer(REGEX, script)) + ) + + if len(matches) > 1: + raise PEP723Exception(f"Multiple {name!r} blocks found in {scriptfile!r}") + elif len(matches) == 1: + content = "".join( + line[2:] if line.startswith("# ") else line[1:] + for line in matches[0].group("content").splitlines(keepends=True) + ) + try: + metadata = tomllib.loads(content) + except Exception as exc: + raise PEP723Exception(f"Failed to parse TOML in {scriptfile!r}") from exc + else: + raise PEP723Exception( + f"File does not contain {name!r} metadata: {scriptfile!r}" + ) + + return metadata diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py new file mode 100644 index 0000000..eb9d802 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_dependency_group.py @@ -0,0 +1,86 @@ +from collections.abc import Iterable, Iterator +from typing import Any + +from pip._vendor.packaging.dependency_groups import DependencyGroupResolver +from pip._vendor.packaging.errors import ExceptionGroup + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.compat import tomllib + + +def parse_dependency_groups(groups: list[tuple[str, str]]) -> list[str]: + """ + Parse dependency groups data as provided via the CLI, in a `[path:]group` syntax. + + Raises InstallationErrors if anything goes wrong. + """ + resolvers = _build_resolvers(path for (path, _) in groups) + return list(_resolve_all_groups(resolvers, groups)) + + +def _resolve_all_groups( + resolvers: dict[str, DependencyGroupResolver], groups: list[tuple[str, str]] +) -> Iterator[str]: + """ + Run all resolution, converting any error from `DependencyGroupResolver` into + an InstallationError. + """ + for path, groupname in groups: + resolver = resolvers[path] + try: + yield from (str(req) for req in resolver.resolve(groupname)) + except ExceptionGroup as eg: + # Convert ExceptionGroup to a single InstallationError with all messages + messages = [str(e) for e in eg.exceptions] + raise InstallationError( + f"[dependency-groups] resolution failed for '{groupname}' " + f"from '{path}': {'; '.join(messages)}" + ) from eg + + +def _build_resolvers(paths: Iterable[str]) -> dict[str, Any]: + resolvers = {} + for path in paths: + if path in resolvers: + continue + + pyproject = _load_pyproject(path) + if "dependency-groups" not in pyproject: + raise InstallationError( + f"[dependency-groups] table was missing from '{path}'. " + "Cannot resolve '--group' option." + ) + raw_dependency_groups = pyproject["dependency-groups"] + if not isinstance(raw_dependency_groups, dict): + raise InstallationError( + f"[dependency-groups] table was malformed in {path}. " + "Cannot resolve '--group' option." + ) + + try: + resolvers[path] = DependencyGroupResolver(raw_dependency_groups) + except ExceptionGroup as eg: + # Handle ExceptionGroup from resolver initialization + messages = [str(e) for e in eg.exceptions] + raise InstallationError( + f"[dependency-groups] data was invalid in {path}: {'; '.join(messages)}" + ) from eg + + return resolvers + + +def _load_pyproject(path: str) -> dict[str, Any]: + """ + This helper loads a pyproject.toml as TOML. + + It raises an InstallationError if the operation fails. + """ + try: + with open(path, "rb") as fp: + return tomllib.load(fp) + except FileNotFoundError: + raise InstallationError(f"{path} not found. Cannot resolve '--group' option.") + except tomllib.TOMLDecodeError as e: + raise InstallationError(f"Error parsing {path}: {e}") from e + except OSError as e: + raise InstallationError(f"Error reading {path}: {e}") from e diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..80cfdd3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,622 @@ +""" +Requirements file parsing +""" + +from __future__ import annotations + +import codecs +import locale +import logging +import optparse +import os +import re +import shlex +import sys +import urllib.parse +from collections.abc import Generator, Iterable +from dataclasses import dataclass +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + NoReturn, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.release_control import ReleaseControl +from pip._internal.models.search_scope import SearchScope + +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.all_releases, + cmdoptions.only_final, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: list[Callable[..., optparse.Option]] = [ + 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 +] + +# order of BOMS is important: codecs.BOM_UTF16_LE is a prefix of codecs.BOM_UTF32_LE +# so data.startswith(BOM_UTF16_LE) would be true for UTF32_LE data +BOMS: list[tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), +] + +PEP263_ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") +DEFAULT_ENCODING = "utf-8" + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True, slots=True) +class ParsedRequirement: + requirement: str + is_editable: bool + comes_from: str + constraint: bool + options: dict[str, Any] | None + line_source: str | None + + +@dataclass(frozen=True, slots=True) +class ParsedLine: + filename: str + lineno: int + args: str + opts: Values + constraint: bool + + @property + def is_editable(self) -> bool: + return bool(self.opts.editables) + + @property + def requirement(self) -> str | None: + if self.args: + return self.args + elif self.is_editable: + # We don't support multiple -e on one line + return self.opts.editables[0] + return None + + +def parse_requirements( + filename: str, + session: PipSession, + finder: PackageFinder | None = None, + options: optparse.Values | None = 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: optparse.Values | None = 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.requirement is not None + + # 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: PackageFinder | None = None, + options: optparse.Values | None = None, + session: PipSession | None = 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 + + # Transform --pre into --all-releases :all: + if opts.pre: + if not opts.release_control: + opts.release_control = ReleaseControl() + opts.release_control.all_releases.add(":all:") + + if opts.release_control: + if not finder.release_control: + # First time seeing release_control, set it on finder + finder.set_release_control(opts.release_control) + + 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: optparse.Values | None = None, + finder: PackageFinder | None = None, + session: PipSession | None = None, +) -> ParsedRequirement | None: + """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.requirement is not None: + 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, [{os.path.abspath(filename): None}] + ) + + def _parse_and_recurse( + self, + filename: str, + constraint: bool, + parsed_files_stack: list[dict[str, str | None]], + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if line.requirement is None 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 + # and then abspath so that we can identify recursive references + req_path = os.path.abspath( + os.path.join( + os.path.dirname(filename), + req_path, + ) + ) + parsed_files = parsed_files_stack[0] + if req_path in parsed_files: + initial_file = parsed_files[req_path] + tail = ( + f" and again in {initial_file}" + if initial_file is not None + else "" + ) + raise RequirementsFileParseError( + f"{req_path} recursively references itself in {filename}{tail}" + ) + # Keeping a track where was each file first included in + new_parsed_files = parsed_files.copy() + new_parsed_files[req_path] = filename + yield from self._parse_and_recurse( + req_path, nested_constraint, [new_parsed_files, *parsed_files_stack] + ) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session, constraint=constraint) + + 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: PackageFinder | None) -> 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 + defaults.release_control = finder.release_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(("-", "--")): + 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, *, constraint: bool = False +) -> 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: + raw_content = f.read() + except OSError as exc: + kind = "constraint" if constraint else "requirements" + raise InstallationError(f"Could not open {kind} file: {exc}") + + content = _decode_req_file(raw_content, url) + + return url, content + + +def _decode_req_file(data: bytes, url: str) -> str: + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#": + result = PEP263_ENCODING_RE.search(line) + if result is not None: + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + + try: + return data.decode(DEFAULT_ENCODING) + except UnicodeDecodeError: + locale_encoding = locale.getpreferredencoding(False) or sys.getdefaultencoding() + logging.warning( + "unable to decode data from %s with default encoding %s, " + "falling back to encoding from locale: %s. " + "If this is intentional you should specify the encoding with a " + "PEP-263 style comment, e.g. '# -*- coding: %s -*-'", + url, + DEFAULT_ENCODING, + locale_encoding, + locale_encoding, + ) + return data.decode(locale_encoding) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..aad2f0e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,838 @@ +from __future__ import annotations + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from collections.abc import Collection, Iterable +from optparse import Values +from pathlib import Path +from typing import Any + +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.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: Requirement | None, + comes_from: str | InstallRequirement | None, + editable: bool = False, + link: Link | None = None, + markers: Marker | None = None, + isolated: bool = False, + *, + hash_options: dict[str, list[str]] | None = None, + config_settings: dict[str, str | list[str]] | None = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + locked_link: Link | None = None, + locked_version: Version | None = None, + ) -> 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: str | None = 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 + + # locked_link is the link from the lock file that must be used. + # A locked link InstallRequirement behaves similarly as a regular requirement + # that would be searched in indexes, except its artifact URL is known + # in advance. Notably, and contrarily to direct URL requirements and direct URL + # constraints, they do not cause the recording of direct_url.json. + self.locked_link = locked_link + self.locked_version = locked_version + + # 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: Link | None = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: DirectUrl | None = None + + # Path to any downloaded or already-existing package. + self.local_file_path: str | None = 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: BaseDistribution | None = 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: TempDirectory | None = None + # Set to True after successful installation + self.install_succeeded: bool | None = None + # Supplied options + 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: str | None = None + + # The cached metadata distribution that this requirement represents. + # See get_dist / set_dist. + self._distribution: BaseDistribution | None = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: list[str] | None = 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: BuildBackendHookCaller | None = None + + # 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: Path | None = 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: str | None = 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) -> str | None: + if self.req is None: + return None + return self.req.name + + @functools.cached_property + def supports_pyproject_editable(self) -> bool: + 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: Iterable[str] | None = 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) -> str | None: + """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: str | None + 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 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. + """ + pyproject_toml_data = load_pyproject_toml( + self.pyproject_toml_path, self.setup_py_path, str(self) + ) + assert pyproject_toml_data + 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 editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable has a build backend that supports PEP 660. + """ + if self.editable and not self.supports_pyproject_editable: + raise InstallationError( + f"Project {self} uses a build backend " + f"that is missing the 'build_editable' hook, so " + 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}" + + 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, + ) + + # 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 set_dist(self, distribution: BaseDistribution) -> None: + self._distribution = distribution + + def get_dist(self) -> BaseDistribution: + if self._distribution is not None: + return self._distribution + elif 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 + ) -> UninstallPathSet | None: + """ + 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: str | None) -> 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, + root: str | None = None, + home: str | None = None, + prefix: str | None = 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, + ) + + 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 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..3451b24 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,81 @@ +import logging +from collections import OrderedDict + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..3f3dde2 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,639 @@ +from __future__ import annotations + +import functools +import os +import sys +import sysconfig +from collections.abc import Generator, Iterable +from importlib.util import cache_from_source +from typing import Any, Callable + +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 + # XXX We use normalized_dist_location because dist_location my contain + # a trailing / if the distribution is a zipped egg + # (which is not a directory). + paths_to_remove.add(normalized_dist_location) + easy_install_egg = os.path.split(normalized_dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(normalized_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: list[bytes] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e9ec37e3fab6718797908edcbf04363d60d411c GIT binary patch literal 192 zcmZ9FK?=e!5JeNKAVLq~!VKzGJc0`^5Lz8DfA?s!LzvX40-|St}BzRAO8F| zpMiOn<$@)>KF4d$cOL&5rm4BJo-O&|!Tcm`L%ta$G`2;Ebu<(q>L%7e7zjj%rUR{N za6L8FY{hy5K@qN8b-Gm-4B(UlsSKevl?IQ&>PX5Okf~K9rEvW?-?jD}HSYZ^{o~0Y L!?)m^`y$Z~MWQq{ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77de585ac78560ca30552c9c197e4834809cc677 GIT binary patch literal 1163 zcma)5Pix#p6rYi_TJ6Smn>e*`V8gbK+v<>2(iVEKDM>>KCSVu$64ZmxuAaS0Mt^oR z+Oj^C;zPfIKZEf{>19nXVIb6yA9K=mlarPwoLvVq1S1LpIH`9{RSoRW$Rs6{5&yEf9X{CZRa8~xept`*rB zbw+j9(R1I11?)hPi6KbckXfbz34=l}_4?3z9u#GsXHr2F{L}{!g|;QAQl>rgk_~FA zmi);Q!XZ-}RVBwW{R=Ug6_l&pZeRT9 z^|J)LvRkIA^h(h$yPkqVd7UAoLr=tAFCVFXmVVi}|Akk?3hw4%?|HZfg_p;<7sROo ziEZ{IRajEby)G8q$w#_g#fGqd^J)t^v*;XBn9L*m%+780!6&~jtd5=42?iMbIS2|I z%52IM{69UAlus@oxQ6_Y?2ix%%F=Gj>!|e79w=m8U5JqA2APaN?yvrfV&uOWm zTBY1_o7z^RJWlr{&0o^v)GZui=btg+a0c{Uc4$g_<^6kbKvgZ;#QOBD|Gu*CWj2hl zxzn;*bS5>fD)qwInD*-%xr#Bm(8bpXXC~+T54QG(ZMGA1|(*G(R0% cpN-x1v9 RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> list[InstallRequirement]: + raise NotImplementedError() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90b31c15d90a3b8917063ff49790557f09b8d5b2 GIT binary patch literal 199 zcmZ8aOA5j;6ilpw2t9}k`%t&y5nOnIkk+S-rb)=Bkdt@@&*I86=mn&^u1vNLyf-uN z4a~DF7bM~JIbJir^ZLgyO_w`~WJwPXVkgNBIWwN2)g3~pgYp4_Y(otmorkJN)q@l@ znCM%rw$*wAPIz1y-rV>F9T;JN3FXl$F2SPHGI*gCNWAbS0!vTf8LLbj=etgyg2cU@ QrCOTCW$`U2rM5`w2kuuk-~a#s literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..491ec6131502303afa847259200e19234eb47d9c GIT binary patch literal 22548 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 aVqsNa(~q==8OOBOQNOzUTaMmr%>NI0N7`lp literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..6cc6311 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +from __future__ import annotations + +import logging +import sys +from collections import defaultdict +from collections.abc import Iterable +from itertools import chain +from typing import Optional + +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: WheelCache | None, + 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: tuple[int, ...] | None = 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: str | None = None, + extras_requested: Iterable[str] | None = None, + ) -> tuple[list[InstallRequirement], InstallRequirement | None]: + """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: InstallRequirement | None = 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) -> str | None: + """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) -> Link | None: + 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 nondeterministic + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d4a89b7e53daed60d60507ce6fae79fc7e8f681 GIT binary patch literal 203 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..916f508dc770c7f7a58d31e8a0672c1fc84fdbfd GIT binary patch literal 29770 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6215642efee452e0ecc35fb9f69885a9a127a36 GIT binary patch literal 6740 zcmcIoU2GiJb-uH^v;X8$5+zb3C5`FB{|gW z&ic+QsU=pmsu~F8D6oYzm4G0CkQ8lHqJZ+0zNAR~+83_mfSaj-2#5_d=nHKsfa4ZL zzjJ4ImJ%t{5A71X_s;z}_uO;OcYf}_c61~ee)W&OHG8#(vER~1>lgJK%G#%B+++ru zV1{CZETtHl2r1MKTj7Z?>WCF7suOB4IuVuqsue57C*sA#M536SNXovbl`5tu(y|@1 zI*OeWooL66gq10FO>`+N#CUjiu(f%+=3AE(|7&6!@8)Tqm}Wf5yLO^;D%36~wi_8E z`F3PtM}oEgj4mUEzMghZf}t;szTOafg&7@hGozD7eR@mb=1x1S;p`UupRw_ux~65i zCU-Q~)+~L&w5nP`aNXsaUNW>f(=lDGfTn4n&(WsrO3BD2lP778S(H)1_J1z*@WiGJFF6Fc_S2Ig)cGgv;N@k_4I3q*HBE88wFxu$Mm z;bg_M4BDV*8x@P#5Oz^>?20Jx5uXJv%&97-Bn{JXg*jQFeY7HXbug~`8{&{NT<|Gd za2&Ey0C5~hXkZIfQ7;uZiQyvWK0U1Ce4H6)v=24;waHm_GT!=5jVfCp`!Yjz1t zx^|^7(-r`2rn?wT>XVLbRa}laCC&|>;gaoYgG9r!b;BoW3(FYP=4W^*ph@#VoonF6 zp##}dNyo;ih_PJqcXXdw#Y^cW(37Hd#W*Pavx*L z+7NorG6i^YgYhLfg|W*@jh$lW4>0!a5WYf}!?jRNnPWn^o=N~8wQw*qQj1(suJ5Qt z{zkc}D6FQ;HZ`|NN>;T{3ponAJ`!P7Wgl}RtrXDh_l)Y6+=gSub4Fr#TIfO6eAWX;c9&$Hhf+Bd4`# zN_rAHX35}}0LvmNHfUo$>7Xe<1VFGfTNpqT=@{`azEB>U#t5OIrHM~DP(}@g!7Yyd%k{oa8qx4(%ewwX#`0dic5AA?|K9`MoVTZe3 zST_toH{?YvdwQA+FE+1>5;*Z9rr>XSk&<5I*{G+Qr77F-I-C4Cd1->PvH(}2c1vTJ{O}ikj7|bvQly@qZMnWGC2x^=Z@y)cxi6bGABpNum^VO+1#PS zqp*tnnWpHSQ5K^bvII5-z(KqLydIzYG`X>|F3%oei&UG zTOD9sJC`$BqpP>Ewf~)Sjdb5idUrj&`_}xg(!-xTjrE^BOtP*$pR!b9|A*R}*Z|^qWrvzohe+0U)Pb;AK~HE}G@?ddt%? z1mI+&)sdv&io_0FqsXAR6ZI0oK}0uoZ>K^|Kyb!HFN$@L6n*&i`qp72KX1A-c}TR( zVZRKq2NPbTMc+mtAp?y~bzeQ#$R1wF9;s)KEbo7@37?ocv;jW9?(Y5m%ZrIds(U## z05~-|d)~=3;yYI2ef4b`r^R-KXW^aOvlk0G?8O8Oucs;^4-vPK&gxcb*ss!ly zkN-#Xz(e?m07#^6ZNO5?6Rvl7ew^s*yN)1EaJM2#P~w)mlcb)c@z66%FMM&8m&7Dq zi)D)!5xvTYtm(WFwYoFHu1wEJoJ*X-g%XI{uy#fW>|9U?EXiSbQ~2{sh?6O#Cf_^h zhqMSp;q-;;+W_*_HcWwlFPEec2$~4yz}6%CA^z2;C-l*c*M#b8u36+z zWh7yKYNQtm-0^*&1fwKZCVpfbD|ivfUJJl*C!}lzw*rOpQzi;y{W!QthsV@*#^y+3 zl8#d`T}o}%OU75+$AV&Tr6Ete=qqwzy(y&2MY5r+ospMYL(-BDZXW3Z%Qp=ynQ43l z=DQZbSCFO{FrN7!8L6^6%6L}wlKE-wB2uJ4HHo?zqkCJ)sZp4)u5Sz42++&0AvjXr zG#pROPujKxIuVCkQ(ht5qbat)K&BOxEjMM{-?{QBh3 zP?nnVysF#@jW2W|yNgs=s|3W`4|>lYamj&LE1bN%oA(_1CP_IKt}QIbcS;$LXX9c71Q!mp9`@dN3ed>&pf@4xAyozCaqgwJn|K-Ubr zkk5-z+W7@4{+NmrRD2D^9bd_$fe`zsmx?#>?+{OKvrj@%HNM)FQimUGJGQE##zRN< z&}xiYaWCa9HU{rlEZXsz`{)MwYyarNuUS~r>x(+Rat3RzNy5GZT?d>}aMCbE^{ z5EK}~hLBel^pfbOyXUAytoh@8;u~m_1g0uTOCSwF81Z8C&PDHAnSzZMJUoZnB`2p( z76d7}ASdEQ-D(+AcHt!|m&b#ZVT+vqJcU_!!IF>1g8YfsE9bOct8#vJ zPh0q}Y>`Pk)k&sheDQVp<|Zf@5?!=hbt{PQysaD0?i#sSPd(R@<}MJM1J4RlzqQtoxfqZ->?I9cHm?7!pH2nk6HhNMBif1N}{ix z=)3im`-!0|(Ffc6ZXNw;@7=+>Gyhbrzc99Zc&wg1v)q5CzWwYn+qxDVQ1-9Bv`ram zWO`S_RPQ||>j!G@nu_n$kzGo!9Hg2CQOiNp55KBBuk^h)bE{h4k^MbGTb|>80IVSA A?EnA( literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..99ade93c1a17b49784b6ed502f3a3148aedaf3ae GIT binary patch literal 12605 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1daa3ab6c460b2007b5842b84e3907ff5729ca25 GIT binary patch literal 5811 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 Hxk~#Fg9DP$ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15d331514dfdb946a37080ad7071c2a129881ad2 GIT binary patch literal 14755 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 lty;tPwXfxqW;e5;{{tu%jCue7 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..ececbce --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,164 @@ +from __future__ import annotations + +from collections.abc import Iterable +from dataclasses import dataclass +from typing import Optional + +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 + hash_options: dict[str, list[str]] + 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() + hash_options = {alg: list(v) for alg, v in ireq.hash_options.items()} + return Constraint( + ireq.specifier, + ireq.hashes(trust_internet=False), + hash_options, + 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) + if not self.hash_options: + hash_options = {alg: list(v) for alg, v in other.hash_options.items()} + elif not other.hash_options: + hash_options = {alg: list(v) for alg, v in self.hash_options.items()} + else: + hash_options = { + alg: [v for v in other.hash_options[alg] if v in self.hash_options[alg]] + for alg in self.hash_options.keys() & other.hash_options.keys() + } + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, hash_options, 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) + + def format_for_error(self) -> str: + s = str(self.specifier) + if self.links: + s += f" (from {', '.join(str(link) for link in self.links)})" + return s + + +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) -> Link | None: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Requirement | None]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> InstallRequirement | None: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..4bfd829 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,599 @@ +from __future__ import annotations + +import logging +import sys +from collections.abc import Iterable +from typing import TYPE_CHECKING, Any, 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 ( + FailedToPrepareCandidate, + HashError, + InstallationSubprocessError, + InvalidInstalledPackage, + 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) -> BaseCandidate | None: + """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, + version: Version | None = None, +) -> InstallRequirement: + assert not template.editable, "template is editable" + if version is not None and template.req and template.hash_options: + # When hashes are provided via constraints for an unpinned requirement, + # the resulting install requirement must appear pinned so that the + # hash-checking logic does not reject it as HashUnpinned. + line = f"{template.req.name}=={version}" + elif 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, + isolated=template.isolated, + constraint=template.constraint, + 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" + if template.name: + req_string = f"{template.name} @ {link.url}" + else: + req_string = link.url + ireq = install_req_from_editable( + req_string, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + 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, + isolated=template.isolated, + constraint=template.constraint, + 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: NormalizedName | None = None, + version: Version | None = 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: int | None = 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) -> Link | None: + 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 {'editable ' if self.is_editable else ''}" + f"{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: + if isinstance(self._ireq.comes_from, InstallRequirement): + request_chain = self._ireq.comes_from.from_path() + else: + request_chain = self._ireq.comes_from + + if request_chain is None: + request_chain = "directly requested" + + raise FailedToPrepareCandidate( + package_name=self._ireq.name or str(self._link), + requirement_chain=request_chain, + failed_step=exc.command_description, + ) + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Requirement | None]: + # Emit the Requires-Python requirement first to fail fast on + # unsupported candidates and avoid pointless downloads/preparation. + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + 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) + + def get_install_requirement(self) -> InstallRequirement | None: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: Factory, + name: NormalizedName | None = None, + version: Version | None = 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, version=version) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_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: NormalizedName | None = None, + version: Version | None = 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[Requirement | None]: + if not with_requires: + return + + try: + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + except InvalidRequirement as exc: + raise InvalidInstalledPackage(dist=self.dist, invalid_exc=exc) from None + + def get_install_requirement(self) -> InstallRequirement | None: + 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: InstallRequirement | None = 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) -> Link | None: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Requirement | None]: + 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) -> InstallRequirement | None: + # 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: tuple[int, ...] | None) -> 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}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._version!r})" + + @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[Requirement | None]: + return () + + def get_install_requirement(self) -> InstallRequirement | None: + return None diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..a74200a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,914 @@ +from __future__ import annotations + +import contextlib +import copy +import functools +import logging +from collections.abc import Iterable, Iterator, Mapping, Sequence +from typing import ( + TYPE_CHECKING, + Callable, + NamedTuple, + Protocol, + 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 InvalidVersion, Version +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + InvalidInstalledPackage, + 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.candidate import InstallationCandidate +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: WheelCache | None, + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: tuple[int, ...] | None = 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: InstallRequirement | None = 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: NormalizedName | None, + version: Version | None, + ) -> Candidate | None: + base: BaseCandidate | None = 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: NormalizedName | None, + version: Version | None, + ) -> BaseCandidate | None: + # 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 _get_locked_installation_candidate( + self, ireqs: Sequence[InstallRequirement], name: str, specifier: SpecifierSet + ) -> InstallationCandidate | None: + locked_ireqs = [ireq for ireq in ireqs if ireq.locked_link] + if not locked_ireqs: + return None + if len(locked_ireqs) > 1: + raise InstallationError( + f"Multiple locks provided for package {name!r} in " + f"{', '.join(str(lir.comes_from) for lir in locked_ireqs)}" + ) + locked_ireq = locked_ireqs[0] + assert locked_ireq.locked_link + assert locked_ireq.locked_version + if not specifier.contains(locked_ireq.locked_version): + raise InstallationError( + f"Locked version {locked_ireq.locked_version!s} " + f"for package {name!r} from {locked_ireq.comes_from!r} " + f"is not compatible with other requirements " + f"for the same package ({specifier!s})" + ) + return InstallationCandidate( + name, str(locked_ireq.locked_version), locked_ireq.locked_link + ) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: set[int], + constraint_hash_options: dict[str, list[str]] | None = None, + ) -> 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" + if ( + constraint_hash_options + and not template.hash_options + and any(constraint_hash_options.values()) + ): + template = copy.copy(template) + template.hash_options = { + k: list(v) for k, v in constraint_hash_options.items() + } + assert template.req # to prevent mypy from being confused by the copy + 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() -> Candidate | None: + """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 + + try: + # 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 + except InvalidVersion as e: + raise InvalidInstalledPackage(dist=installed_dist, invalid_exc=e) + + 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]: + if locked_ican := self._get_locked_installation_candidate( + ireqs, name, specifier + ): + # Locked InstallRequirements must behave as if they would have + # been found on an index, except the link is already known, so we don't + # ask the finder for the best candidate in that case. + icans = [locked_ican] + else: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = result.applicable_candidates + + # 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. + """ + extras: frozenset[str] = frozenset() + base_identifier = identifier + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + base_identifier = canonicalize_name(parsed_requirement.name) + extras = frozenset(parsed_requirement.extras) + + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + base_candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(base_identifier), + version=None, + ) + if base_candidate is None: + continue + if extras: + yield self._make_extras_candidate(base_candidate, extras) + else: + yield base_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, + constraint.hash_options, + ) + + 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: InstallRequirement | None, + 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, + ) -> Requirement | None: + 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: str | None) -> CacheEntry | None: + """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) -> BaseDistribution | None: + # 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: Candidate | None + ) -> 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", + ) + + # Check if only final releases are allowed for this package + version_type = "version" + if self._finder.release_control is not None: + allows_pre = self._finder.release_control.allows_prereleases( + canonicalize_name(req.project_name) + ) + if allows_pre is False: + version_type = "final version" + + logger.critical( + "Could not find a %s that satisfies the requirement %s (from versions: %s)", + version_type, + 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 _has_any_candidates(self, project_name: str) -> bool: + """ + Check if there are any candidates available for the project name. + """ + return any( + self.find_candidates( + project_name, + requirements={project_name: []}, + incompatibilities={}, + constraint=Constraint.empty(), + prefers_installed=True, + is_satisfied_by=lambda r, c: True, + ) + ) + + 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 = next(iter(e.causes)) + 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: + constraint_text = f"{key}{constraints[key].format_for_error()}" + msg += f"\n The user requested (constraint) {constraint_text}" + + # Check for causes that had no candidates + causes = set() + for req, _ in e.causes: + causes.add(req.name) + + no_candidates = {c for c in causes if not self._has_any_candidates(c)} + if no_candidates: + msg = ( + msg + + "\n\n" + + "Additionally, some packages in these conflicts have no " + + "matching distributions available for your environment:" + + "\n " + + "\n ".join(sorted(no_candidates)) + ) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..f60653d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,166 @@ +"""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. +""" + +from __future__ import annotations + +import logging +from collections.abc import Iterator, Sequence +from typing import Any, Callable, Optional + +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]]] + + +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(Sequence[Candidate]): + """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: Candidate | None, + 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 + self._bool: bool | None = None + + 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") + + def __bool__(self) -> bool: + if self._bool is not None: + return self._bool + + if self._prefers_installed and self._installed: + self._bool = True + return True + + self._bool = any(self) + return self._bool diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..6641d91 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,306 @@ +from __future__ import annotations + +import math +from collections import defaultdict +from collections.abc import Iterable, Iterator, Mapping, Sequence +from functools import cache +from typing import ( + TYPE_CHECKING, + TypeVar, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory +from .requirements import ExplicitRequirement + +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 + +_CONFLICT_PRIORITY_THRESHOLD = 5 + +# 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, +) -> 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._conflict_counts: defaultdict[str, int] = defaultdict(int) + self._conflict_promoted: set[str] = set() + + @property + def constraints(self) -> dict[str, Constraint]: + """Public view of user-specified constraints. + + Exposes the provider's constraints mapping without encouraging + external callers to reach into private attributes. + """ + return self._constraints + + def identify(self, requirement_or_candidate: Requirement | Candidate) -> str: + return requirement_or_candidate.name + + def narrow_requirement_selection( + self, + identifiers: Iterable[str], + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterator[PreferenceInformation]], + backtrack_causes: Sequence[PreferenceInformation], + ) -> Iterable[str]: + """Produce a subset of identifiers that should be considered before others. + + Currently pip narrows the following selection: + * Requires-Python, if present is always returned by itself + * Backtrack causes are considered next because they can be identified + in linear time here, whereas because get_preference() is called + for each identifier, it would be quadratic to check for them there. + Further, the current backtrack causes likely need to be resolved + before other requirements as a resolution can't be found while + there is a conflict. + * Identifiers that repeatedly appear as not-yet-pinned in conflicts + get promoted so they are resolved earlier. This lets their + constraints take effect before other packages pick a version. + """ + backtrack_identifiers = set() + for info in backtrack_causes: + names = [info.requirement.name] + if info.parent is not None: + names.append(info.parent.name) + for name in names: + backtrack_identifiers.add(name) + if name not in resolutions: + self._conflict_counts[name] += 1 + if self._conflict_counts[name] >= _CONFLICT_PRIORITY_THRESHOLD: + self._conflict_promoted.add(name) + + current_backtrack_causes = [] + promoted = [] + for identifier in identifiers: + if identifier == REQUIRES_PYTHON_IDENTIFIER: + return [identifier] + + if identifier in backtrack_identifiers: + current_backtrack_causes.append(identifier) + continue + + if identifier in self._conflict_promoted: + promoted.append(identifier) + continue + + if current_backtrack_causes: + return current_backtrack_causes + + if promoted: + return promoted + + return identifiers + + 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: + + * Any requirement that is "direct", e.g., points to an explicit URL. + * Any requirement that is "pinned", i.e., contains the operator ``===`` + or ``==`` without a wildcard. + * Any requirement that imposes an upper version limit, i.e., contains the + operator ``<``, ``<=``, ``~=``, or ``==`` with a wildcard. Because + pip prioritizes the latest version, preferring explicit upper bounds + can rule out infeasible candidates sooner. This does not imply that + upper bounds are good practice; they can make dependency management + and resolution harder. + * Order user-specified requirements as they are specified, placing + other requirements afterward. + * Any "non-free" requirement, i.e., one that contains at least one + operator, such as ``>=`` or ``!=``. + * Alphabetical order for consistency (aids 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 not has_information: + direct = False + ireqs: tuple[InstallRequirement | None, ...] = () + else: + # Go through the information and for each requirement, + # check if it's explicit (e.g., a direct link) and get the + # InstallRequirement (the second element) from get_candidate_lookup() + directs, ireqs = zip( + *( + (isinstance(r, ExplicitRequirement), r.get_candidate_lookup()[1]) + for r, _ in information[identifier] + ) + ) + direct = any(directs) + + operators: list[tuple[str, str]] = [ + (specifier.operator, specifier.version) + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + pinned = any(((op[:2] == "==") and ("*" not in ver)) for op, ver in operators) + upper_bounded = any( + ((op in ("<", "<=", "~=")) or (op == "==" and "*" in ver)) + for op, ver in operators + ) + unfree = bool(operators) + requested_order = self._user_requested.get(identifier, math.inf) + + conflict_promoted = identifier in self._conflict_promoted + + return ( + not conflict_promoted, + not direct, + not pinned, + not upper_bounded, + 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, + ) + + @staticmethod + @cache + def is_satisfied_by(requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Iterable[Requirement]: + with_requires = not self._ignore_dependencies + # iter_dependencies() can perform nontrivial work so delay until needed. + return (r for r in candidate.iter_dependencies(with_requires) if r is not None) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..de0deb2 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,98 @@ +from __future__ import annotations + +from collections import defaultdict +from collections.abc import Mapping +from logging import getLogger +from typing import Any + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Constraint, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter[Requirement, Candidate, str]): + def __init__(self, constraints: Mapping[str, Constraint] | None = None) -> None: + self.reject_count_by_package: defaultdict[str, int] = defaultdict(int) + self._constraints = constraints or {} + + 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: + """Report a candidate being rejected. + + Logs both the rejection count message (if applicable) and details about + the requirements and constraints that caused the rejection. + """ + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count in self._messages_at_reject_count: + 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 + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + + # Add any relevant constraints + if self._constraints: + name = candidate.name + constraint = self._constraints.get(name) + if constraint and constraint.specifier: + constraint_text = f"{name}{constraint.format_for_error()}" + msg += f"\n The user requested (constraint) {constraint_text}" + + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter[Requirement, Candidate, str]): + """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 + ) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..9c5e233 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,251 @@ +from __future__ import annotations + +from typing import Any + +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: str | None = None + self._hash: int | None = 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: str | None = None + self._hash: int | None = 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: int | None = None + self._candidate = match + + # Pre-compute candidate lookup to avoid repeated specifier checks + if specifier.contains(match.version, prereleases=True): + self._candidate_lookup: CandidateLookup = (match, None) + else: + self._candidate_lookup = (None, None) + + 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: + return self._candidate_lookup + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..7e44c17 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,332 @@ +from __future__ import annotations + +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible, ResolutionTooDeep +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ResolutionTooDeepError +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: WheelCache | None, + 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: tuple[int, ...] | None = 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: Result | None = 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[Requirement, Candidate, str] = PipDebuggingReporter() + else: + reporter = PipReporter(constraints=provider.constraints) + + 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 + except ResolutionTooDeep: + raise ResolutionTooDeepError from None + + 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) + + 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[str | None], requirement_keys: set[str] +) -> dict[str | None, 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[str | None] = set() + weights: dict[str | None, list[int]] = {} + + def visit(node: str | None) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # The walk is exponential and for pathologically connected graphs (which + # are the ones most likely to contain cycles in the first place) it can + # take until the heat-death of the universe. To counter this we limit + # the number of attempts to visit (i.e. traverse through) any given + # node. We choose a value here which gives decent enough coverage for + # fairly well behaved graphs, and still limits the walk complexity to be + # linear in nature. + cur_weights = weights.get(node, []) + if len(cur_weights) >= 5: + 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 + + cur_weights.append(len(path)) + weights[node] = cur_weights + + # Simplify the graph, pruning leaves that have no dependencies. This is + # needed for large graphs (say over 200 packages) because the `visit` + # function is slower for large/densely connected graphs, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We repeat the pruning step until we have no more leaves to remove. + 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, this will only have nodes to handle if the + # graph had a cycle in it, which the pruning step above could not handle. + # `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 + + # Now give back all the weights, choosing the largest ones from what we + # accumulated. + return {node: max(wgts) for (node, wgts) in weights.items()} + + +def _req_set_item_sorter( + item: tuple[str, InstallRequirement], + weights: dict[str | None, 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/test/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..4b5248e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,246 @@ +from __future__ import annotations + +import datetime +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass + +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.release_control import ReleaseControl +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.datetime import parse_iso_datetime +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, + copy_directory_permissions, + replace, +) +from pip._internal.utils.misc import ( + ExternallyManagedEnvironment, + check_externally_managed, + 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 + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: dict[str, str] = {} + 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) -> str | None: + """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 = parse_iso_datetime(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 + + statefile_directory = os.path.dirname(self._statefile_path) + + # Check to make sure that we own the directory + if not check_path_owner(statefile_directory): + 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(statefile_directory) + + 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()) + copy_directory_permissions(statefile_directory, f) + + 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 _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> str | None: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + release_control=ReleaseControl(only_final={"pip"}), + ) + + 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 _compute_upgrade_prompt( + local_version: Version, remote_version_str: str, installed_by_pip: bool +) -> UpgradePrompt | None: + 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) + logger.debug("Was pip installed by pip? %s", installed_by_pip) + + if not 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_fetch( + session: PipSession, options: optparse.Values +) -> UpgradePrompt | None: + """Compute the pip upgrade prompt, if any, before the command runs. + + 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. + + Pair with :func:`pip_self_version_check_emit`, which displays the prompt + after the command body runs. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return None + try: + check_externally_managed() + except ExternallyManagedEnvironment: + return None + + state = SelfCheckState(cache_dir=options.cache_dir) + current_time = datetime.datetime.now(datetime.timezone.utc) + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = _get_current_remote_pip_version(session, options) + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + return _compute_upgrade_prompt( + local_version=installed_dist.version, + remote_version_str=remote_version_str, + installed_by_pip=installed_dist.installer == "pip", + ) + + +def pip_self_version_check_emit(upgrade_prompt: UpgradePrompt | None) -> None: + """Emit the upgrade prompt captured by :func:`pip_self_version_check_fetch`.""" + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34b7ed5263b92a014a601769ec0a9b6dc4e97aa4 GIT binary patch literal 187 zcmX@j%ge<81Q(wKWr66&AOanHW&w&!XQ*V*Wb|9fP{ah}eFmxd6{Vk%pPQ;*npB!s zQmS8?lTn(aUy@o}qOVt$npdWulbNJnP+5|ZpJ%LRXry19S(2(-keHmEn4Vg!Uyxa# zAD@|5l3J9Pn4@1>l9^Mi9}g7BEQycTE2#X%VUwGmQks)$SHudmiV=v5L5z>gjEsy$ H%s>_Z7Hl#N literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..afa49aa8cd2b9bbb26fb2a118a673575ec59c8e1 GIT binary patch literal 4527 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 fqr4#G(zcqY!K>vfo& zP3kCz9CCmQ1PLiUKZC*IrjI!To$`Mu|vw{PZs z^S<}{@UTTd4xZj#{!b_5U;L9xq3`q-!Pz04Gzh0$3uuFa)dQ`qH}tmAFeu?hqo9$S zgcr65FABO`$&(!0eaMf}Fu5s8yd=y;gAZ*PjUis<7FesR*_HKQrsGI;+Wxv=L8sO7 z!;5Q}~&BGyc|(sdzOGw`B_Ep{YROM>0OXd#_dAs0H475YQ3Lj(czNJHbap>s_bTo(myz^}lIizRLX4#jTKE+xbB zSs~eB>tAHBu1AsX2r%iz5%YVgel zZD||Y5A@ffPd4-)={Iza*fhlpu9}$r3))6vL?T#}h?E>cg*_P=psh4wmADni7$!!CQx`wZLDft#sj;!>i7F@7E$mTqduKQ)|1^pelE@nya`^3NlWf|Ni1(iz?96Yu6 z38)>S27AY^rgGYoWsH7FHpqVeoBjSf3~7f;Ji%znOPXh1ic%C}%Y!sA(n)MboEbqP06ZIY+u>i5IDYmY~+9E@Cf zaQ@NA#G~@$LnFiH6fyC%6btO)lUOVdIv6(kqA)s@yncEDy|a)~*v_eNnqx%?j5vLL z`?hHL5%lC4xF9=o<^l*TB{a-0WWwB1Ck}8}oiVm>kiod>umNDB_E`Fr?+AzaApd?XF3LyTG)~y;MJgWWvp8Jp*jN}ZFQOXsZBjWoVkLu3 zBv14Xs7-QIA%)6g^4Q! zU4hQZ$bzqs9-b6u(;=L(C4>B;SQy?4Rg5s6(An`dlkeqj!$b w>ObW2VTqK7H_fA>Nhh~&?$p1l9}#d5&ujGB_VghEbN{m*nj_1kg?{b}et;0$h@Gk8O=_;H?TVO#(mvtku-JkE25 zh!RE|B_>59aa$ah426wID9J_>M)G!iyyKP84j7f2YZa6@1F^t^3?4dXg>2{CKk`_~ zBx=DikXpsMOH{9f)M;cJ4n~HmyRKnkqE;Nkw~*>NDsh+vMxKvtby~N4L{uFkx!_b> z-7_b^Y|_EZsNiFaY)^GfH;OQ!6O@x7BvMV=gDKOoRR|A$F{)zILuzY{PxK;qE@IvA zb<3LVSEmqiO}ofEdx&^Mb#+4eW!*MZ1UvSaooZmm1sm|HPkIQeuvl$6gKesXl5Q7~ zk(2+T_>W}yu+z1454K#PCk-VyvaMH8n23&8;Hh0xM9?vK_Af*8fb$OK%0koPhzcN| zPlU(KnNcnq8ySXh9S}hGy^@2oLYT}q5e`rI1mS!^FO*OoHj?Er4Mu1L_2u_k$*CaC zpYY+7ns1f-35`Oa<>1`Ynq^LC?ku>p2XY@@(Fox9k*gP`D1sV*ujMJ)*w!u0_e_gu z&7e7V7I#1Z)}(2;9%vT0UFFn{a-ptVs12^6ZDnXv9NLEoE|jpNS0D$4qsNWI3HgXz5FR&y$3h^Caz<=E7H~kh|MsM`xq;UJ*0mBe zAA8OE)N$)uJAw3yBg2mbOv@T~LNh1-sO1WdJ!uxTtb~&=6sA~`4c*gejzhsAp$J7& z3gafB17g`R?NCNDE|8kqW<^E=<`8#N7ir71{h7RFPN6(qO6Z|g5KOO{@N~YS7aWq0 z*uBlBuAHxB*1p@gzO8({aBWxWxKq7Vy)%Dn{{Gmu)cZVr zYEfw*1U)cX`dkMfF1zy*9OOQW3Ex;VKq#k5VJ=mg+bti>;umoQ=I zxN6$N_ym||<6(@X_WLP_7m8NUO4)|`h9q1OSFjU?X*ZUy&e zo=NZRrZ3fstJSUa;AV1=q1{(k`fAtL{EgzaGO{U-L@*uPAmHJkkUoRaH-u^M5T@hG zhr(gRo`@|t=J|j>uB1Hnoq|1ZWy;+)IVAa!XcWpec{SQ=QXOZhjs<*?AB80U|D73$ zB0mSafpkkF_-*J7k3sGzRl<&nZ+T`^WDLhV(k7}-dU56tsxwYp z%k*#;^&zoRLvEO6Hc?r#dpaTrFwDg8F+9qVu&d3M;EUkv19->`G;M_GKC{!Esdr~q zrS(srUfb^eW-;+R-E%Lv8$A4K<;L=jt#oEHnb}MA?4&N$Q^2nEo~IYLQ#TieTfD12 zliq#ab$W4TF%4zgdGg-S-JyrVio7gu0rjS9rTSrgX8EyfDwOhh!ztwR?2rtOP=W77 zE+72>V0uYM*u;p3*=HgYCmhF$N`@9eC|V}W(UU#m7^m4q^fEaV{WE-lKZGetb5ez- z5#xFOg^=LI{VtA|f9K>sxyy|N&wsvjwZVa^UEQbZMN;9l8VrG2yU5f=-#&eNaaQDS m@=K!)j_TDT|2QGC(Ta@+%{cX)6_1Bnw7K^ZS4wy5SO@HTC0+E<9qE~=lWjj zoa4HQk`bm!B+{g$3@Jey0s#-LI%z!e$ewuMB~B)#oCc|a@z6JK84{{^;5*lL;-!Tn z-}9ZH@9%uS{!3e%f?!lXn=EVv5c&t-G)Jhh*!#VJ&^ppl8tH;AT0&ZMp_G(mny@kuLvMNc%-(NQI6j(*tNIkAN>9>7ed0LOD_QzALBObf3`<`*2Ry z{jiT1p2CSbUhAv}W<`W>w;>izww~A5g;Ot{r916t0O_5&0{nyUh2U#*Wr4(AAjm0t z`@5cW=l_&=2PE=0idI*;%l5)5Y#l9jr@I6+gY?Mngme$k4!tP5aN)%>{Ydlu_XMH} z=;f4p$Ltw|?g=;y7;<6cC48bBBmK2GG1fKz!xSy&aw?tCsH&T}oPmjI+Kr`QQ}xCi zopEgSE?k(7O;pX+)sm&roP&#sZW4;k=`!V4@n>AtL`-1fSTZKFP~M=Kl167TWm9KC zLUqfW&Xi{Jg!!mbv|z`4Q)3g?l2a+>#Re^7JKL(R3>yi)y~{AIBk+ZwBMU8}IdK3{ z@Me9SL|78gZDh+8bWggCDgxk1mROV)1pzGxDHM|@Fh{=$x`oD4nH#s0H{O^?rN%)^ zIYWrWf@8&!gXtR>JDBy9%u+ma*RXX5$IF;2Ivj^LTA0UvOvFI|?wW9}s`~s^V#X;N ziSl&WrsYK0nki2ws6l8V4qWagfI*_<+HpAkt)T=lsd28PWoNa#K@uP=kuhy*U|X{i zTntHMogx@6UYcXR8I5G9MQ|7-Mc^afglP%YM31NKi9h-@9R2rh@aPvv@U;EaAF4?J zpa08?JR?to-J5bZ;Ys<9>_a~bM5Uh#QHjaiCD}$M!6iZ-_*^^x!p&Q{e|KPGU3k>6 zH=d;&*Bu4!p+jS##WMx(p-b2v@GSUWyq)(U)ReR+v`BKR&R6jlgl0Yznw6&oVNq6_v~tEz_PQqwX!IoT0QtMiYs= zNg+Pt5MvOOCCv@MQrWT+-yXg&02!Sv6Q1fBd|~+ftLM)T*ZJSDw5*{+p)iS>E8AI~ z^1M>iLsiwwhDx3Nx{(EC;QqC-TfAVnD*V7rfWdmHAu~?d(p3Y}gO)YRnp5+Rs#UbP z#%o5gW)k3$Ot~pJs!q)qw)sSZ}Nntht8(}s!-4UEBG%9LbgB6&SIKAxPK zPke>qk~(EtmTRbb#o;Cdo8cx)5(~LWr%{TT=ny75CBtU^WM=YOa$@{8=ADUoa)fG> zc?orknhJd;3Q%;OXDWOAo|SdjZL zEuk-akU#t$Uc3CMPu*<`uTHH@t=;@^=+~EidFi8$kNY3?SC5Tsx4pV7?nb-TFW$en z@%sChccQ1N(NoL*UB9yGU-7SXyceo=&B?kgp>ObA1%{3wrYep#sM~G!D{kL6`>} z3Q#f*4_#Og7o?BGM~zYiEkK%J0*2as5^(V=FhT7Pm~PeQjVRDmpMY<{Jp^~TIQRs| zAK=qICE@P@x7Gc|I(UF&sBw>GnoRInz_E&&O`Qpb ze+A%B%gN`#d6?HRCXqS9ymYR_Ph9c90`e7D1fac-1FnIYKa;Vwq5+3qP7NpWwBuNA z&jJ>ZND?$SH?~=*@lOI;9%NmN3kmES(6t-pU4sQ%nlK)O6U<|Q`J4Yem;(8QDXBm; zV=@;?pGzK(^7u$+&4ubf9VUkA@cNhw zp9X@C3+W literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d8c5a4b953d4f5730606a758894facf36a99f40 GIT binary patch literal 6633 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74302c351e7b0fce68b0d231b827f78c0231a01e GIT binary patch literal 3699 zcma)8-*4N-9Y2bcL{YRP+mb9P{-Mb~GC7H)&h1vWNsy&WhP0apEZNWr1qfMWEUFZx z94WVPq#`H^%-KWdbPx7WZ1bL$A_0~??T^@tXnUYaI6#06820ACdGgb~M~Rl~D(KD@ z?|XOOU-!NHen0n*p&<@IGyeVa^7Ifw{~`mY(H(+1Tm@niiAbarRH5<|MQE4es?d45 z!sMBXJMXS|@*aDhR=gE9&)PJj_$pkUvuU^Dukd*uXioHe#^i@YzvzWN;6ozsL;Zi^ zkm&o&oe$n+(}DjIC(@MVFQ{r&FX(br)zXaR{~<1xD8iEbanPT=;L4cFk6GSg-0>%N4j0ypvFRD+dQSSYinSYh}j`h$B7 zPP6G!{|Nf*6F$j>>$YD5EOq1tOO^SPTF3}j^q@1V4?EQVFJB&YWO}_5()3L0sWY*~9mE;k1?ufc_L|s}N((22iohMa%_tFtHeMHTr0~WhlP-L;7 zOF$JhL57sUDp70vP# zYBfm}Ef%bGnE8Iw7E`XuYT9FQ9dAfBf|^1_viyC!uza_1VTJ5RvjW7JP*7H?Sk_Aw zi?hezcwN%S6;9giNX(Y16)9U^uB&=ITUSc;<*Y7gdN#8vsjFEZPi>ka_KU zSq;3sP%9KaEUZXc7GjtMXJH#^LCMy2S<$jR|AdmH)FiBBYIm*KzUhJ{)TG+$ujhpB zB$jSVSW=4;o&~>r@YCLaOMD+aX96ZOW-w!WOuRi3-HJRsfB(I9XypElws+X{CU(4u zHapr5#?4^L2&T;7oDrOB151{VBtrGX3cte|kTCVLue!$eWS# zM&!I1Sui3CW@OQbEbd0$-VI$mq+Rm?gP&Vp+IsiEgNC9eKW^~j+kw_p_R*cEiKl#P z;?h6)%g=3RcY>)Fn`#A9r)-j4P40Ln+w8E(#tb&LHTCE%^W0Sf{^M8o*mu76hKPu^ zb@NZ}|Ni}Ld3PdbjO7eAM;wl}nCKxy4;A}M@Nt2@3M-pPKVH+jP=%mqJE^9-i9Bf{ z^~B}OKA|6X%QPevvvdn^fR#j9FDxrk+J#9m!Xz)#G$!(x93dulfsxaybzGFlS!={} z63@Wb8tc0dkUWB;4$s3X;n1ewb06*d!~6W$7Pre!?+?eeXZD8AzI4;P=K#@e51s>_ zrQ-2EU_=T#jHyEfJhtHoCQdi}d2jE7AO%Vi@%~hEq5-f)cMBn1CR;t#2A6S1`UCKe zl;ftS;lkdAyQ|6F^s12tb*vYF=yYpPj*h0c2OkZl4?yVh$Z07!U9j?mdfbf?co+UA z51e&({U(9%v2SuX@Pg<2Y!8G$zJ-K&wYp_okC*rTzfxEYZv}XyfKLG(u;%kkNvJ7=p5(O-+${IYuVBJm? zaz>bJ%b6g#)0v$up-UoWvs;$TJkL8vDa1ZSj=WlaajB$;g| zyXCVH#s(#ZkeDHR@mY)lPf466`l5ssKw4IXk4loH2*m=pZutp}b~n@s(s{y833f2; zplBr3I-mvLP8A9FR}oyT2)3oSf$<#tw2X}+P>xyt*Y`fXw;zq0(VP*@Jq`c;%-_!J zMlY@VzYZo^Y-0Uhdp2jzUNdH|wfT_A&l>zJRP;H{U{mXKYiMeF_yvpj)C(Sk=UV)1 zYjn09n}2ZQ1&6|uEq-F-t#)kMjOC12?rCB-c5(g2elXS!jqXRr+u zmGCk|f&mF0@uA;d{>|m~=-B4s7mF=^d}Fa4O>C+U)ot-F@}K2aB=_L@^GJOC`U!pU znMc?6;tK;*+7&hJ!IKca&Rwvt0S&Js%Y!Aoj#YdS*3yi9o;HmyIm~I-()Bcpe?Z2h z5ZgR!90(^H$)&0);WuH{VwS5_rB5nkae{EW4$37#z@!dYQ}DFN96v2Gm8vKyTBdi} z_SNb*NGdfZH`a;|6tb@b@y3dsT({pV8ORCE1}tm%=KYq{dpSuGu-LP((`ycAiDvSUC literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a574a3ef229442e80b75f487605caeee3cd984f8 GIT binary patch literal 3156 zcmbVO|7#q_6`%cbUv<*i*s>ItSYs=ReYJHP+aV@yQd&|cb#XZeQ);m^aX{44tKL} zX5PG+dG9lyH~$zPFA^x9e|fk4Nr8|ru#px$5wyJ)2%E$uuI7`DR?{?;bziUP>TA>t z^)+iId<{R-$=0%+TrH>cOh4Z#)C!$qtqARmn{Dc~F}LXEes9)F?wFg0?>Kx5@SW)E zmC}E4*@_mAIYAIgM|xo(<|}$UEj&qDL%a~+d*hI{cyqY;~%kR)Aqe!5$ws9-QZ!z7JZ>w#}4{oUG1c=1hbUuQPE`fKr3mXoEJQppIHqWney(>?Z9oT32zP;BFMdz^gmHw>+G)!0HZ; zc#^ijxIu=C{%L$sy9UZXe^l@d}y*S{JhUY{3QcKFNxM^8UupTW`>tV<0 z_PdU?Z`1OGh?uZmyZZW#N^% z^Kb&?I)Ra=&udmI>@X`@hyoc|kq@g{k_l;5mjH^E?=8Rv;H1Iz>eXu&LU%5Ov(@#w zmhAW)Pg|YSQTK2Q@%+{%`)|0&T z_sgH>-`XBKwff^f-2NK3-Vx|kcav}1L<9m42f1%IZnR~baS)}^nvksxXMHGd*+WFoelTNOm{1^kKZ1c zbzLL)zeh~+@o!Ah*DCt*uM~Xlq)0q?l@K@zo?RZcSv^6Px?4TRUxcegfh4L(8N)kL z$*MR2Ao?OUaUj-1klLXa#92?E!Agctz*ggl!vTy7ih2M9op}7vP@GSj0vQGgf$}m) zJfBtf4NgWx!zmrt$(!k(H~pS$``k%W*(Kl%7Ol_0n>Mjq;!Ixge8s# z%HIGMo1{qq7DIp#@))$S@ShB{Ho)m#y}rJ-;|~F1Z|A{k6QJ?6H;8EA&@rjc>=P{d>F7H zwZ8|Q4D!fzD(Wn7xEG3>YK^NE;B!em$U1aC39BIhwB&tEWDPHHQ3c7c`u@FJckO$( z-@A1Mcb0UH626*vt&-Ra!nq`q|1iskja(lZ=`->FSvj!1{XM4#yX1z!Ma+JX>EK|) zZKm&sN|F!XffP7~z<@*tDcpN$)f)I9iFQrsg9-a5>_inznpw&NQm1fCXozhR?Q(9&Hx#nnci$}G&lVXf9thRUwm@r#_GEV$*}pX{L1#! zxknR7hBHWpGy7y%F_YsOLh?A9ICZ(;!v*;OdL9gi`FS`GN0MGHLN^_#3sWh_McZyf zaP^pNb0o;bqevDU?{qu`&w%Ra8BiUCHi-rXB0hImMZFZN`}a!)QN=CJ*|y{Ruo6BM zlH7p~{|iyHt}@E={F|N7jePb~ehG$<$;Az*b`4F_{zWc)K??uGU-3WW&2M!>(|1cG fb79*&508m4eI>V7Drwohb4BgMH)k(sNxt|Wugwtx literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d32f383b6863fcf2460bc92f7b14aa66f72348e GIT binary patch literal 4047 zcmb7HU2Gf25#Bo~jFYcNJXlkqoR-& z1U?pZF)cd1FYR-BDJ?m@KkbL!rw59`bkL!d^iVOJ4#U{5`iZ{~_l{`yg+zPojow4= zi~k?J8u$;~`#qlR9=J=hzH}D}(?e=d4dumjw}^;Xc)CsFjYt>izAL(4r_c?Q6=&hO zvJ;_sqy`InJi2yYLwCVyye*1v^-4fJkJ4Rgr`n~4U-zeDYPTABT}tnOz61K5RWU0H z4%Hk=M*qq;CI!1gF$~jEEX_376nslXMKhoeUV3@z)VWL3wy&g>o(Qsyu1PYvO0ump z`F7-UAK~$LV6cQNKIgPTOB3&#_XYpPFL$g8o(=-Cg5G*tvuTtRl}B*o7%?oW=y;AQ zr4peyXHu-_IyQ9`^QCIZ)C`NskqCx1p)t#(S{5j(805!!g~6j@Mk<7}*{}txB&Qif zmGMcERmzNDGlwy`tene%nq1r} zwzMJvCL5&2v&3@6E1DIM-BtUd$!$U^nqm<+L}R!Fm+78gqGm-?fekK_Y+f-mR&E=tqa2c(8WDW~B182*W!mVJ_AhK)sLAdryCoW9AJT-pQH4?)!gv+EE74tQs;+ZNJ zi@N~JQmtfpTxEQbD?g`!gX9!VhYg^2u56Vl!C+Aa&dzTcJVTD0*NFm`&IrMI%PO&> zsno1y<;yd2)-0w<)sm6|x|Hh?sl$hl9C4jbt!Q8YV3gCYwhV>KhDxYjb!6loBuDs_ zR7_26T?aL1bh!JfS;koq-BqOJJRq-?$0PfTT&@vVV-^9I1vzQiaPEkEvU@XnRgNSj z+XtR#2bcw?QrkaAHSjtKqKL<_LT4G{!HS<;N#)HVNtI{HhE-0Lbxbe7r>J#wjPhcd0(q)|AI;~*P> z*8*DWNB+a69>$|BH){&&WV1>MK!O2J7m)is4v^dTS+wkuC@=pG>VMq5@ zR|~PP&Z$0C@=mt3JZJ%bHewtEokmTg2yrCa!D$D(nC+X<3|rzEhH_uM7Q`+TBx96kPFpmY zE%CHtO9e=Fl)JGVC{ajXSM88t(qa~X%nr7=+djwmC^&D#NT6|yI@Lrf_GYn|A`z$n8t101NBS*KRWKmyM2 z6q9k0BN?=NKz@Z*GcH1zv}$*?W?C{vxDc6=LV}$WrjIzrkw(eZKd(#p=D@x)fiD zCzi$+$Cu75p80U+oq^i}_5H`2@s}3Pu7%K!_)_0u-*RkEBev(mp*zpse)f)hTfUdL zzoR*HtQkAL92;xI#(sVBH!!j zCRX~Bk5ES#U!Pdn{mciocWWO_G)o*$LH+ng(bYcSzBY)W2b$dn>s^QLjn_Ml z)um&!2UOk~V}}5JHe&2nl^fvgI;s>}H9Ig|Z-wysaDC9O;Q&!Pyy*h`1K8Z!NHj0j zL^`p}Sv<#VYSwyXS>TFpYBkYAh;8WB>uC=Us8|!GQ4P=_DO@}DKS%t=PIT?1t zHPUur+6!`0j<|Mc1_GD+KIH&Ku`|cR4~jwvVV!qLpY4Oq^y{1=2`>gI5_#@Vhxs&r zP4cB#crBpMB3(D+H|2$~m1yk7+?#XD(cO*c?pwZQbnn8%S^)Jwy;NJQ-I{3j?T0A% zB7{QyKRNlq_`BoFgQJbX(Vt!T`Q@KpuD|f@=Kk^D?f8BFZ~N;PUio;}9|kWyi1uBN zt_DzNbYaqQt)wuOlqk*hi0~FWKh5!Hn literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76865412d57f45ca586ff402bfdd41cf139cd2b3 GIT binary patch literal 10111 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 C9;QA3 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29ebf21e5a48f75c21e847e8cf01c44cf68ea7a4 GIT binary patch literal 1121 zcmZ8fy>HV%6hD9Dqiz$oMUnVe+@=FY!WIQpLghn%Qc(#Nl%`Ob!8q}yF*vq$K8MCC zkbwcj5~g-!U;uT2{{o4nQIUu|AyEdlNMT~)&JB>}N%wp2e(!gF&+qPYCL;i1orB`T zk1PP+>E^HTgP{MG1lwQ@m_P$2W3o0=XEl}qCZ};GukkPelV+mIo*+7yGLx5xH&a@A zgipu(804y~Ha3zI;@r38`yFkxK1F zVP$ps_R6Z92vf0SGo*?`w8H^Og0VPjhjk;$tZPFji9EEtD61{s8DeE_aC9U7-XR(& z%9gGbhh!1&7xyu^;ZaN1N<+y1$GCq$&Awix{P zenA5urpY!rnGY`(hHIfn@oTAyr(*w@iqjDH&w%NCv9ZtOk^-Wai3G zTD-I*bBNZB61MvoqG{DlUbCe3Xa@^Pu?7mq~G_|np=lzP!1d%sDWJz z$|{CFR+R>H8meuTRj-L_u5(^FH?R8S4$pc<<&m)gebuu(Rks`rkz?3ufGyisX-D)G z_=?wzM9bF)t?D#^CP~p_WcjBFw7`Kd-M;Wj*_rAHr@jg^9bsl)$hU5EQ^J?5)JaKQ z@mP0!vQM;NMb1VkT{qo|u1Cj7W#wOGC9bU0Ex&R&0rB3=LgCi`A4hcFQ33~^4I|FS zC=zwua2yxMkJQ(7lpqR}q>!SJp$GV~>)LV4?*W>kv`FB0`cmCB0~=mJC&`x1-hV}) z$1w~Ofm1)g*>BUwTVi*1p_OeX+LfL2?b>T`A1w6PJNfqd%V&L%WY}I7 z%$<36b#Hd@sC=>95na#a- zDBEn4YD~ZvLt-M5m=Gh07!v;g-|DL`Tb6_}Xo7(k-zx0`sV|;8v(r-Oi#M5b&YW|< z&+q=u@6F9|1a0Bz`N^-hAoPU)1WoV_ynGyt8>oN^*hD2fiZQnZQy3LIEslzXXhHlk zG#UaO0v!e&1|2C#g$U?qMM%f~=F_FID{GczGmROxMThg;88p72h!9@RfN=vc90cw* zj4PPNF=EiiZ-IXV=AC)_yv`hAQDxjT#`4N#olsapp^O;Tc%NbuW!ScK#V9JUyy8&s z`du?=!R_(}sf|IZKS<5nRuN3MbMq*xly&+uTIQQs{UkeKm-MVN=2*ENI1 z0-owYh~SD4LyV8~+GHfK)^$O=+ep+bs-ig|=6 z**48I5}I+t(}p#0aM*1>Iij8#{#ZSG`ou}~!r=Ll)8~fMk}J{*b)~YYv7${%u3%F) z8h{~8%cjBHEjb3r8grOFNQh0`=(!Q!h+oi5$9JYhw{_fdR1U~sPcBy7Xai@IBUw=t z!mo?)TlNIM2&#jaLn}>4lCM@juU?&gDF;@9xCx0WQ-)IK--d?kvSJHJ15d$cC+e};r`;xCvh z40@Gzz)Ihyaw7Vr9mKqt$ZZ$rw_%VQ;1hyw9(=Y#x^JKuKm8D#QSmYe3&Lx(3=;qX5r$-qTET3?BFY!)M;(lMLY-8+OAQ%^OBqb|b#u zl~0$-Heo)@~a|TDDcrALCm40 zh!{>hl9EfiK`(agzBP1n=uW8K)nAjgElFYU?b`of*Wkjg!J5>yv<2kgN~ksj-ETIddGol@?*K97V3DuatfoS)H8&` ziHCq@5%j++djan+x#Fm4`!fU^`6q%}6H8IBR_Orj^NUbUL08*yS#+~0cNEPlv0R@x z-;24-#&UaGb|;qQGYGdwx^u3Qq-W#WV|R8Kt#IX3~tyfHfikD7bw=v8;TF*MDJ(al>$;D z`@ne#KB|E5C@Yz+C-%*Kuoz9$qFswEsmHCU?{?H$x@%ImSC(MC2=S`*OdQUnRK3!i z7DzA5Fw^3l_frV;@iTk|d>mKRq65`kS5*QRjz}vPyi9l-^{LatA>Rz))Zs1U5$mdS zq+}NyQ$I@jA;8Z-dBOlN82^cOKS8laD83vK@DN^(x8e5Xo*tZ9xq{=k$D8FpVu?X_ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ce7fe65e91932b18ed118ca46dcf82cd18c5bf4 GIT binary patch literal 7494 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d9dadf6ef3eea34da38d8b0deaaefdf85d8bc17 GIT binary patch literal 15112 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82e62469e2d2ec781f4847f473be4f48c877d06c GIT binary patch literal 32621 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0afc1f527f923d1b8603dffba4bc88d59a410097 GIT binary patch literal 1877 zcmaJ>&2Jk;6rbJox05(POh}+*a3X8)4f>0}=fRb`?h}Ii>Y_Gc?W@a`e zkt_MYfg_xf6M_?}(gOz${103lIZ~>HN|9O#^=2AQIq_!gwWA0a%kRy;d7r=cW_}wV zPa#;x&o&yjVhBAIAK_B^8|nN6HV3GJDw2h4sVGTeFI#d^4!BZOfGbwSjuxYKtQZT< zBUao_6cZAX5m6d1hfYVFq>iNiS1}Dba^tnpS-7i2AH_ngBpUrHsY?9o$k9NpIR2mZ ziIIIJT}fWDnb?!_W6y<$yyT}1$8ovAP1j-TdD%~~CMla$lThZzcY(seLr~iwUwS4b zHgWiK+&7Ke##hYTCuLdq8mt6xfKNLA9ySN4h1$}d#0TXf)VQoWFlnK%&<8S)4uq%y zO}V-%awBjc-# zUE<)+_ITZO@BjmB8@ya63>!E%z=AFIRdRTUnVJf`6`BS$?9fyL zZWWsjXPA;EB@7TXof`PT248Senx&eqf07syWt1bnc`_b-RNNPS#BhXTR zZ0Ki`a4KfRj{?Sw_>qQdI=*5XO{6%-+!|vQ#H~Ue0{c(Dxb8WekUhYJe&%qZm zC*MY>JiL-15$|1aX~jcyfJWDKbT#3+Nc%U|;FaLiD{~mvQ4t%XLBZ}$gTV29lh<+C zDA%D#DsD17H7O`j2XhcH5gpSkP(M>6Jgibs{-B z4YGWUz65MP1ag};Jo^Kg`&R{Z&{t6z z3j+E{DEJfbN~oXEb;qzFt{)R|K$5hmrwianFaZG=4^dEd0M|w01KX{57P(2Gi%8(e z+CX}WBuP(D?kSr59Zmd+ZahJSv*heI)2GSVTu&k z!aaFPT6vs(v!@8I-3<6yH2ES5-{%UF-wHH(>Se>vPo%jQa$K4d3iE%7U6A2FM^yI? literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/pylock.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/pylock.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f41408852f212ff32ae57e93ccc99e3de6a0ca94 GIT binary patch literal 11125 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 YwJAXP#OW^@p)8t=Cc~N;YQ#wUAEiFAr~m)} literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..73fb1ddcb9fa2a24b9ec9c121b1b1832d721d2e0 GIT binary patch literal 1964 zcmZuy-D^}w6rZ_wzw>RuD{My1=vU90#a5)cio3L$8yxFVa$-r4Nc`^C(x>xNjC zBA8&YLeUC+=|dkZK9@fAFX&6szQl`SMPK^1G$J-nJu`Q+M%$a@%$aj$&iS1)znT2j z)008)t-U;V<>xp;FVtk~Gb06WG(q_eS;)c;a&Zx3r5lb>G+;Cx(~T8lZoC-R_L!4! zlf|T)DyH0YF^v&R@?lsPcQS5Qu?r&uv9y(Vgrn%iZkTsj$s)bo5vrR{rSI%kC40ppcY*{^w$@h~nN#)6y~_RLUHoJgP0n)F@3SB8uY!kOd^LP@3Ol@(?Jzl?LA=Q9}s z-{}gGRrc1+sV$h8c-LqPh@;{$i_~pd)m}keMkrsXxy+M72ZJ8i4zZ=mTH~G|3K2w? zHY{~)7d$!?EmxV9Cl{*B`>$U|5;Y!BA(#~*aj1}lT`#jh*PuaKQLIRBS92^-9VK;Y z%VT7AD>F1jSqQDb5fR#M0GVeMpR=e#wzn`rY>x=&q-Tk|2GNctq#u;@-jc-}+SnF3 zsws+FuiE9Rj%G6fZE_q^W>l~V9ZU84{rKfJ3H5mc{n4O0?=zs>Gj0LpWygPIJ2Uih zgjUd_wjX$bmW^ezVk%}lYWr{CC9D`SU2YrnpweVjnwy~9Gq)${Y&6sjFwly*glx2g zf5dkn&^VGE5c?3%;%)G@b}kuiFxU zIXs;+c??#C>8Y&~=4xXu5ypUDB1~MZ>oFrF<+7yM6vh;x!~XZrCXA_*775r64R1D^ zn->aI-(`i`Jdm?is5#Zzd_giH3;AozyH;@Q`9jc;Ro^?3|MYM{*peL#X!$B#V4@J% zL7`-;i|tXTPy=#{g1%7spb_?HtyJeU2$;2aFmfDse7GoLG9TG_zGHZ2`5pi$&VhK- zM6Xil!vo*%Sw6GAW4L9+2gu{m><>e$qlX?2uZ$oRKkKFq9* z99}&-_4~-w`p&T@L%SaAyMMNo1ovhui3UeRH-x>D97gx|Pny5tNi&z={a{*5%;Z%Y z`GA_FX7cT>CIA>*R<2%Rc+b-MrSN@6gmG1a$i+DD67dlwhLrdKgit3o2OZ|apoGbG zxr@X9--g|4%K;GoG||iSj&HIn*#|>^r1!iwGHJ45qD;1>wAN14Ken3My#XsxJMm`k z*4ue$W`fLK=ITM@V<3J4c55&ZtWhut^=!_~kqA{>gWDp647t8AQz}(z&`?$?aRr9&Qjued zw3_9b+F?RA0(f({A}UWRky6VBB6Epdm&_CDUkpzxr#c(nrG%=5EB0vMy3Ebgao4wM z4x8lr!J!@naT-L+#27zCdtadbXK3FubYu-3d2aSUjeYVw)pyst-Q7I#I5lv0{C02i bL@SZSgX@{TmZ`?^kM#IwyznXxbDip6CR+(U literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8a48e164664a221a510ecda726b7802623222dc GIT binary patch literal 8524 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 Gg8u_s%)|Qt literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d184339f11b9b718a20041b4d7d51baa03ceb02 GIT binary patch literal 15218 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 Ox=WAvweL4G5dL3G$4P+z literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9fb65ed2f3ac49f37747d67736fa68dbb2449d9 GIT binary patch literal 2073 zcmah~Uu@e%7(d&Ilh|(ltQ%u%8HP<|>9$zy1cM4q+S)O7t6ErL6IG?kjlIR0YiH+k zMnfV+h=&#)8W7SljcM@4G$i)8$G-Ej(1#XxNJWf?ikC<&66zD*Id$4<5}e}u{@wlV zyYJ8C=Z+2m!Du|cl0U~I^amA!5!z-p-UsFm(vZfOXre`#3C5S%3C^b>psdE3;Te8{ zXOI@sBU)IGTn}md=b?$H7HP{-kYlq%e9HFwU!rDOq`6bE=7DmMM=jz z)^;!rsTZ|uJmcpm0${CVx!5#~X)g?W9o>t7n70kfi(vhht2@M#=rT*4(fh%aW?MiU z@D9D3EN@*^a`ud_xYMphT*WnW?zBQ+r;;h^R#5?Pr7%l!wsktw*RMDR(N7iB>`nEC z?kEMLpiCJS(XpkPic1XBQ7Ck#Fzbo*;3;BHfdcP?vtsZ$V=z_GrhugQ!kPIq%VJkU z?E3cngNt`BJ{Y?@_QTLpci)oOUmbcTBo|K3pIjD>G=wAd*&lm;$~??0_g-l9URczY zdM_^tBh|qbF7-TH-LOaAgjfDOox$ z>}{rY3$;3m*3Wh`gnd(~?_=AQv#KTAmN_faM{2w6XwAt`hqf=%YIo%0mQCa>Chf&c zJFA*G8=3)?*vZM#+m>ye@|FH_Xxd>%Rr_~$g^^~rn1K>Ipp2$PPjCor<=Y0yVVX%y6Xivzn+4M#m~QZdtE%bh z7cjOlrZ1BxfxSOySC2Dw%i|q_4eN&2p*mT^m@;(&z2>Atez|+hl*d~-fvfm!?NC@6 zQcSbyi2z6Yk0Rn8&~(D*`~_1LHKRyMES#M`yAn-oa;(HR5gQ(2)?x!sPCt2LG4(Vu zxDlor&`bPg6uolv!N}c_L}{`=HMJE~aW%>!1E|pm#0R zInVzVORl93)_cBsb)J77e|aVT-lDU3d!LbPeAY%eRO8ck-%VJMM?D?+vIP`sG zNqn<9^tXg!$zPK%J(Ci((3ivY)EA>GQnHqszgTnH>^H^bgC`pBlTP@?THoAoy{jP| zTT67-&ehJ(eKHqX6BE_Tm|i+9VEV^_Ux&$$GCXP-|H1ULGR?Yz|`azhFL|iRn)PHI##K-;@Lc8E? literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1e75c5f61c6d99577f892c0b7933e9513edf82f GIT binary patch literal 4386 zcmbVPU2GHC6}~eb|L4cxK!6~0Hwg(|5gP~)HcAL7Bovjhl%zknyBfxx8+*)n#+o}O zI8D?%w9+E2N>M9iANoKfB&g^^w_0g==>rda>Pu21k)5Ry((=-`XpOWIed)P(Ja!Vi zyHam5bMDOC-*dn7ozMSlZ;v1->#wdAe%+4HSM0$nKDQ#&oFV0TxtrLNh2KE*R(YBzu!$Z4SfAlNp5)xnz+! z?KV~nmA|V$78N_2Pevjb%4}YvI1deULh;q9tN7%xQ#flDOS+~QHom1Fh{_jw)JOJV>^5EK`L(+NvfPF8+JKW*7M~|$|lrK zC2zsVDP7B?N)N zWkV&F%*M3ZVBSu+D2CfIdL2P+op(p?jQ*+nLHvI4vzgD+pQfw(&#gz#tx4xBhV^ad zC&3GTe!WnE^Q(grA-i#Ys_?j8=l(Bl_rFCH-Sa=Vm=e2{$6NUqXQ8i6R6MWQd0eWL zltJnp1lw`l{aYqTh)yuCQ08%q0nZAv8{3l=g`0zSI7lZsC0mi3UbJG+tQ#)63vS@8 zHq;jX{iqr#nUXvuxaOsHLp>UOo;r9`Os=0$}oPt*lYw|3L&r7v`rW-p)j)9 zf$_2kO!^m}2eDIVNmvvLz{ER?=h*^7`;Ov$%ZjSR{=Crypo~6r98qCj6wr0pn1CwM zZQpe?FZ3asp@ElvWck?liZqYhuL=LcZ?6$WrTABjW!!jQg6L&Im(0%PIN4alE?Wk0 zkxhY2Aa;Q^utKq}Q5&0cU=2cD0=iajdc`!zQHBZ4hAw4Y#lXoJK(3~gY?e@p;pFk0 zrV}>+79!0#7yM;=Zs-h9d59QUQw1uxk_bDZNgb)A*m*}Pn3~~+Mi4gUNM?x`j>JZH zA{4mJ<|}f7@6SwGmT5sib-KgLuqBzz>Iid`p&ny5ruN9daq^Z%d<5$dG&u|x&B2Y+ zPWS$m+`Zh2eouce{BU%2^wDB<@7VJDn_|G<^*Vq$cK<&0=;E{Xlbc8gC!Po!@vfEA z_fG%e%=7rbdVHW7Kk|(aK77Nze$8(GeHGme6@S+ko$*Z{*f*2~;a}S)kE6dInmp`# z+7pKA)5HGBWbo;`K2}fi`|k|3mXye+{1?LfY#ko;XhdP$I$NLHKEAT8Q?#m4h_VzlnB z0EIEE(sHR}Qs8ad#2La_`j$quj1I81%;LB4+KncTZ{T7X0)$13q8TpWO8Wz@pC!k_;Z$7E`g8?|zKC~k2BH0C2(|5c zJ6*8^1gjNlUH@;of&tvpN_Q3*f$k`FBdrzqkB04^Jznta()Xz0R!I($VMA>Jr!*#L zxxyBSu*oxAtNp_z3qXFaVGg+`xn1Zd?b~)QCbuDBQGhTPCJd{fH{FQh!nvriYyo-A z%xPJMRi@Uqs8dclDgo^Zm}jU57GVOWP9!|0w?_aY6OT3O6wpE=*5k70I~Jb^S$n`u z)?Ttr_}g0Z1Wff4xaiN|#z_6 zo2hT=V<-18Wj~4MEUxcjV5<-LrSjt{pgCjgG8IBX37V zL$J=mq^)wC6=@|_o4?FFDFy8s5#YU>K@|ahf&I|aG78R^rcM;&Xyd?}8W%IAQ{{Fw1$@)(7Goe8F3NZd+#5ono@c>>FFO0Hodav3fmgx7 zXTija&g0e2;kD54%V>;y3l2Tt$~H%0s|R^~3I{KBMAiv@(i+HO&}DAXctLRan3 S0by5dG%B2VeJ~=pr29XS^gmw! literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f82f0487b2cc9172d18338b56a7a2a5e6c5a5b9f GIT binary patch literal 5854 zcmb_gTWlN06`kGXlFNrkJxEEm6>A;&#Y84!Ij$YWmMu%N?ADe8JF!y%EwSRRq?Ji7 zHM_Jdno3o-A2Jfac@&5WCny61h>ZlTegd#Skj8%n3KUf6#_qyF+{XUM9}&5L%mxcxpf@k^u=_#WLp|457euPS9#ls-dOk{Ovz zFry5-xdfZ!MmdJa90^B~ALVJDPdJmVQCCtJ6=>O+a3?*ZpaSZ-65gb5)CYNCw1Gtm zGu2@mTYW2m55XRJMjK_fBFG-4N%ktuN|VBkvl~D@?v#DMc8s>j4b`trAoGJPNM!-q zA_THVkhM}-6P0lwYX(`H+@f$)Yr7n*Xm!XT__9H61zT0AWnE^WT^oGeILn6Hv(Yn| zbXvoPIG#zx4OL6&;<$#z84aITQxoEhYD|hVlZuiM$JK!hOV(u4w8 z=L-_n6&z+w&k;!;RnteIs_Cj^ph8nzN@*!IE+y2g5=%)*(yH;Lly2EpsF|({!SAs)tOSsEyNnL{@cU7cnQwDpul# zhG#`+Y8fO;D2wNg4GoU>IGQBYNtlRyxC%{6Hy%_s$-zq z^jkt(joDz8FDO`tQDU+i&6fD25eN0WL#%$P$$sWdDQbDMy6RL__6%{6< z=wu1V@I~?Qx#*;pRHB)&Ov=baGl|K}SkzE-BO1A&q%K4g>R2>AYfNgXJ(1l#QC&5Z zU1=$P9=unNrqy&5dTuB~ZhZkHA1;n>6y7IwWj_vonEw8^^^gdB^ zJn`tE7x_BAMGR5m-<;o?Z!PZVD@+&S#m*xo|3Fa~_;;BjUmxp1FnGCZFZ$Ts-@<*` z*zf0V`gzEjPF>63xKg(%h%3@f@hQc+9Ga?b3iwiaKCHY4(N#9iPNF#bGZ@|+n`5V{ zTg9%6C|25=M&<}^y~)0|!GY#DXu*LFN1UA?I$A-8Bj=c^ZmSv{4ts;?%xj^X;|=z; zcF@2>eO~vjZXlVr>s@AQHeyvOv*!oFMZz^LoKwVM);zLns$q=?in*#D+lu|Z44c*( z+nmz~*e!ET`}>@$M#@yBLe4b>(Pr(F6YLs#Q%z5WobwthyK}-d_TB1yfMw?ym^}vm zbL@Tu~$^b#gqn7 zK+B}$Zn1B-ozt*~Y%zcxSyS}X4uBuYh)>po6hRpaD;_gZOwf~pc-FJpwe05Ad=30m zZDzyCOu|sp31z+Us4xiHwO;YkT$b$?v!Qj>Wka-^bSMCe5Y}h_3%gB$^f3V_W%7C& zu*MXWl&q7l794R2C1pA-BsLvWnwr97BbgqmhE@!_aXT3rMJFb0y7bH#pq*|qy6LvT zO2-5u%m%wmqn+um20&WY$rO=kr4NQ(gRtLDwn9dK00}^hA9eTq;n0mkrKb;k;Xjy{ z7N)PxT$y=YU+jPN7mL%Sz?P!_;QTNo_d2@1XgvJ-bbk7S?0eaz?!WCg^k!4B@$md{ zNdDms0>TtK50(6fi^AdiF3-Yqzj|en`P{Vup))1l ziz^%(@RSkj_LK$GxM8vBN^btx{ouCzWGNV(KY2H_J#Umk-SZ=NyzRHWUCZ9C{Kzfu z9-`3Sl|Pn0P>c?K_VeQ4*`n`Uoi1N+{?vEhK8*r>-~F@ku-*tGeXC<2afSXSbiOt@W^?G;CW1Cix5om8xt%`X9Q z)?{Un)T(hFOa^TVl%VJahGrC;A|S=Yp==UH;)Ieibkk#zFoTSPI@>CNvJi*_Jxr1l z@Ykmy0oM{xpkpDnc(my4njgF$+I4+=NiKz+pC2hZIQ|H8C)9O2^we_bDS(0n&qF`* zHNU$5wzp&1+p#!W^6o4;c0PL8fP9;Y2Og>MK(?^Eu&vm6xa99I3jNdrkAMe~j=j}* z0Da=_-^AVIoBCV1o2@+L?e0@r8n0zEgiTVu^H<1#6M_p8hB60xdEUF~h%##<1H@bA z2c3|GgG80VtVVBxSfUTGr1cm_mGIkK$+k$H)MvK_Ck-$)M-|yY@usGK)nfvm9UE4G z!>-}w;9r#E*D-f;gxYo1qS%(B{jdJmaIUs(cC+RFsxBr~aBpzTy6=yfNVd&B3DkW7 z>~mSsln0N5lN)bjAfTIEQc9Z~aBNJ@$foD4l*m|~3<$WFhLQC9wNf&!jTD9%0VG#l%$gTxn}SXf<3J z^umLD$)U9_x3&yUk5>CZd+@ALb;+qJ;a#;OJN_T`88pk!@?od+0H)-$MMo*@>4b*P zNEj|007&6#AVH9oTsP2zrhP61K3L~t6=DmgHc_9X5g04u8NgaYgX1ZXwM0Uc>YKnW zk&GR1fCcJ01xA4j1D~X{R+=QC8}NMwssPD_S~Z4gZ+0q?39%>gjMyjcj_eLUPfyIG z-{feXqFO3;$xe~PiYJR&DlrQiCk!6i4+#TtuD69;qQl}R*^z5SB2KIOwD>`7e zrMPYy#GNO}Sh~fN#6p;MgD~7)k)+m$$fXTfubgzr1X)o@xfoZ{^twSB(=vv2Y0yi* z>E8=ky>ysAye1+*#RP#V+6{~PAGtIKlewnPm*&ExE+PGEr`ec<5B5aCg1`dfec+7Q zr;b~zN+y9`k4R!lnNjds-P`o=NLVnN&kmhFbNtjuY~a+%7y4g3e&oaug(Tbw%CJb1 zUPw$15Xy8Ww227?n=Z1RU?9xWJxv+DPPk)*ieYlXqlpF?{Q@L_KkY~eEKL70dn>p- zKfN3bf9?tcc$8VDA@o&f(;H_O2lHJY?0j$MM|(cfmxh7Dm!3RW3iYk<93j>mCDxv% zTP@o@cW=8Z_^m9=meP0;*DId&#%sUp%SIAYw=jj zbdeE2&&>uUDXED_(z=wx9Mm&?mW)yaZ1DvbT&PhBN#YwO48Yt3Qyq!H>d6|8Sk3|p zBlIT3Is>)S8ulGYr0PGqHM56^7Waf=oUmq7h|xn%EQb4uk;5c;jwIv)g`RUvery)* zXDHF3i~~PUK2ek>Q+)&B0U{s=qsPL5q$Xz)N*_K2MH2b-Zy*6sW|+UDynw5f=i%TDCkw9t0jy>Z#SadCgiy>;GMb_STui~Gt5Ue~+mYiV17 zE1WC%mV1U)h`7A9g9+wcWdyJ5I(;qaE2LEJb27tB{#+T6_tJp%E5qs-z&8Ikw(ZA;wJnI+*ybcL47Vup%;on-{Y0!Lq; LIUbS{or?be>> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..4152528 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys + +from 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": + dirval = _appdirs.site_data_dir(appname, appauthor=False, multipath=True) + return dirval.split(os.pathsep) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..324789f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,85 @@ +"""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", "tomllib", "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 + ) + + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib + + +# 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..6d98171 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,201 @@ +"""Generate and work with PEP 425 Compatibility Tags.""" + +from __future__ import annotations + +import re + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + android_platforms, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + ios_platforms, + mac_platforms, +) + +_apple_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 = _apple_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 _ios_platforms(arch: str) -> list[str]: + match = _apple_arch_pat.match(arch) + if match: + name, major, minor, actual_multiarch = match.groups() + ios_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "ios", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "ioscustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("ios_") :]) + for arch in ios_platforms(ios_version, actual_multiarch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _android_platforms(arch: str) -> list[str]: + match = re.fullmatch(r"android_(\d+)_(.+)", arch) + if match: + api_level, abi = match.groups() + return list(android_platforms(int(api_level), abi)) + else: + # arch pattern didn't match (?!) + return [arch] + + +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.startswith("ios"): + arches = _ios_platforms(arch) + elif arch_prefix == "android": + arches = _android_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: list[str] | None) -> list[str] | None: + 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: str | None = None, version: str | None = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: str | None = None, + platforms: list[str] | None = None, + impl: str | None = None, + abis: list[str] | None = 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: PythonVersion | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..f8870ea --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,28 @@ +"""For when pip wants to check the date or time.""" + +import datetime +import sys + + +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 + + +def parse_iso_datetime(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a datetime. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + # Python 3.11+ supports Z suffix natively in fromisoformat + if sys.version_info >= (3, 11): + return datetime.datetime.fromisoformat(isodate) + else: + return datetime.datetime.fromisoformat( + isodate.replace("Z", "+00:00") + if isodate.endswith("Z") and ("T" in isodate or " " in isodate.strip()) + else isodate + ) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..d586da7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,139 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +from __future__ import annotations + +import logging +import warnings +from typing import Any, TextIO + +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): + include_source: bool = False + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Warning | str, + category: type[Warning], + filename: str, + lineno: int, + file: TextIO | None = None, + line: str | None = 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") + if isinstance(message, PipDeprecationWarning) and message.include_source: + logger.warning("%s (%s:%s)", message, filename, lineno) + else: + 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: str | None, + gone_in: str | None, + feature_flag: str | None = None, + issue: int | None = None, + stacklevel: int = 2, + include_source: bool = False, +) -> 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. + stacklevel: + How many frames up the call stack to attribute the warning to. + Defaults to 2 (the caller of deprecated()). + include_source: + If True, include the source filename and line number in the warning + output. Useful when the warning originates from external code. + """ + + # 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) + + warning = PipDeprecationWarning(message) + warning.include_source = include_source + warnings.warn(warning, stacklevel=stacklevel) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..f2d6e90 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,92 @@ +from __future__ import annotations + +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 direct_url.vcs_info: + requirement += ( + f"{direct_url.vcs_info.vcs}+{direct_url.url}" + f"@{direct_url.vcs_info.commit_id}" + ) + elif direct_url.archive_info: + requirement += direct_url.url + if direct_url.archive_info.hashes: + hash_algorithm, hash_value = next( + iter(direct_url.archive_info.hashes.items()) + ) + fragments.append(f"{hash_algorithm}={hash_value}") + else: + assert direct_url.dir_info + 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), + dir_info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: str | None = 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, + vcs_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, + dir_info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + if link.hash_name: + assert link.hash + hashes = {link.hash_name: link.hash} + else: + hashes = None + return DirectUrl( + url=link.url_without_fragment, + archive_info=ArchiveInfo(hashes=hashes), + subdirectory=link.subdirectory_fragment, + ) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..dc85a58 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,81 @@ +from __future__ import annotations + +import os +import re +import sys + +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) -> str | None: + """ + 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) -> str | None: + """ + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..e3a150e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,88 @@ +from __future__ import annotations + +import itertools +import os +import shutil +import sys + +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: list[str] | None = 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) + # Virtual environments often symlink to their parent Python binaries, but we don't + # want to treat the Python binaries as equivalent when the environment's Python is + # not on PATH (not activated). Thus, we don't follow symlinks. + if found_executable and os.path.samestat(os.lstat(found_executable), os.lstat(exe)): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..e7c2ffc --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,201 @@ +from __future__ import annotations + +import fnmatch +import os +import os.path +import random +import sys +from collections.abc import Generator +from contextlib import contextmanager +from pathlib import Path +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Callable, 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) -> 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) -> 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)) + + +def copy_directory_permissions(directory: str, target_file: BinaryIO) -> None: + mode = ( + os.stat(directory).st_mode & 0o666 # select read/write permissions of directory + | 0o600 # set owner read/write permissions + ) + # Change permissions only if there is no risk of following a symlink. + if os.chmod in os.supports_fd: + os.chmod(target_file.fileno(), mode) + elif os.chmod in os.supports_follow_symlinks: + os.chmod(target_file.name, mode, follow_symlinks=False) + + +def _subdirs_without_generic( + path: str, predicate: Callable[[str, list[str]], bool] +) -> Generator[Path]: + """Yields every subdirectory of +path+ that has no files matching the + predicate under it.""" + + directories = [] + excluded: set[Path] = set() + + for root_str, _, filenames in os.walk(Path(path).resolve()): + root = Path(root_str) + if predicate(root_str, filenames): + # This directory should be excluded, so exclude it and all of its + # parent directories. + # The last item in root.parents is ".", so we ignore it. + excluded.update(root.parents[:-1]) + excluded.add(root) + directories.append(root) + + for d in sorted(directories, reverse=True): + if d not in excluded: + yield d + + +def subdirs_without_files(path: str) -> Generator[Path]: + """Yields every subdirectory of +path+ that has no files under it.""" + return _subdirs_without_generic(path, lambda root, filenames: len(filenames) > 0) + + +def subdirs_without_wheels(path: str) -> Generator[Path]: + """Yields every subdirectory of +path+ that has no .whl files under it.""" + return _subdirs_without_generic( + path, lambda root, filenames: any(x.endswith(".whl") for x in filenames) + ) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..2b8baad --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,24 @@ +"""Filetype information.""" + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..2cb3013 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,102 @@ +from __future__ import annotations + +import os +import sys + + +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 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/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() -> 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'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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..43f14cf --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,150 @@ +from __future__ import annotations + +import hashlib +from collections.abc import Iterable +from typing import TYPE_CHECKING, BinaryIO, NoReturn + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from collections.abc import Mapping + 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: dict[str, list[str]] | None = 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: Mapping[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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..e067703 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,396 @@ +from __future__ import annotations + +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from collections.abc import Generator +from dataclasses import dataclass +from io import StringIO, TextIOWrapper +from logging import Filter +from typing import Any, ClassVar + +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 StreamWrapper, ensure_dir + +_log_state = threading.local() +_stdout_console = None +_stderr_console = None +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 capture_logging() -> Generator[StringIO, None, None]: + """Capture all pip logs in a buffer temporarily.""" + # Patching sys.std(out|err) directly is not viable as the caller + # may want to emit non-logging output (e.g. a rich spinner). To + # avoid capturing that, temporarily patch the root logging handlers + # to use new rich consoles that write to a StringIO. + handlers = {} + for handler in logging.getLogger().handlers: + if isinstance(handler, RichPipStreamHandler): + # Also store the handler's original console so it can be + # restored on context exit. + handlers[handler] = handler.console + + fake_stream = StreamWrapper.from_stream(sys.stdout) + if not handlers: + yield fake_stream + return + + # HACK: grab no_color attribute from a random handler console since + # it's a global option anyway. + no_color = next(iter(handlers.values())).no_color + fake_console = PipConsole(file=fake_stream, no_color=no_color, soft_wrap=True) + try: + for handler in handlers: + handler.console = fake_console + yield fake_stream + finally: + for handler, original_console in handlers.items(): + handler.console = original_console + + +@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 PipConsole(Console): + def on_broken_pipe(self) -> None: + # Reraise the original exception, rich 13.8.0+ exits by default + # instead, preventing our handler from firing. + raise BrokenPipeError() from None + + +def get_console(*, stderr: bool = False) -> Console: + if stderr: + assert _stderr_console is not None, "stderr rich console is missing!" + return _stderr_console + else: + assert _stdout_console is not None, "stdout rich console is missing!" + return _stdout_console + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[list[str] | None] = [] + + def __init__(self, console: Console) -> None: + super().__init__( + console=console, + 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: Style | None = 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: str | None) -> 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 + 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 [] + ) + global _stdout_console, stderr_console + _stdout_console = PipConsole(file=sys.stdout, no_color=no_color, soft_wrap=True) + _stderr_console = PipConsole(file=sys.stderr, no_color=no_color, soft_wrap=True) + + 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"], + "console": _stdout_console, + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "console": _stderr_console, + "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"], + "console": _stderr_console, + "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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..aa2729b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,771 @@ +from __future__ import annotations + +import errno +import getpass +import hashlib +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from collections.abc import Generator, Iterable, Iterator, Mapping, Sequence +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, + Optional, + TextIO, + TypeVar, + 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: OnExc | None = None) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial(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: 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.""" + try: + relative = Path(path).relative_to(Path.cwd()) + except ValueError: + # If the path isn't relative to the CWD, leave it alone + return path + return os.path.join(".", relative) + + +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: int | None) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> tuple[str | None, int | None]: + """ + 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: str | None = 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[str | None, str | None]]: + """ + 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 + + def __eq__(self, other: object) -> bool: + # Equality is particularly useful for testing. + if type(self) is type(other): + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + return NotImplemented + + # Disable hashing, since we have a custom __eq__ and don't need hash-ability + # (yet). The only required property of hashing is that objects which compare + # equal have the same hash value. + __hash__ = None # type: ignore[assignment] + + +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: str | None = None, + runner: Callable[..., None] | None = None, + python_executable: str | None = 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: Mapping[str, Any] | None = None, + metadata_directory: str | None = 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: Mapping[str, Any] | None = 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: Mapping[str, Any] | None = None, + metadata_directory: str | None = 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: Mapping[str, Any] | None = None + ) -> Sequence[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: Mapping[str, Any] | None = None + ) -> Sequence[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: Mapping[str, Any] | None = None + ) -> Sequence[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: Mapping[str, Any] | None = 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: Mapping[str, Any] | None = None, + _allow_fallback: bool = True, + ) -> str | None: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..3cbc049 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,44 @@ +from __future__ import annotations + +import functools +import logging + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +logger = logging.getLogger(__name__) + + +@functools.lru_cache(maxsize=32) +def check_requires_python( + requires_python: str | None, 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=10000) +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) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/pylock.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/pylock.py new file mode 100644 index 0000000..ff91a75 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/pylock.py @@ -0,0 +1,283 @@ +from __future__ import annotations + +import os +import re +from collections.abc import Iterable, Iterator +from pathlib import Path +from typing import TYPE_CHECKING +from urllib.parse import urljoin, urlsplit + +from pip._vendor.packaging.pylock import ( + Package, + PackageArchive, + PackageDirectory, + PackageSdist, + PackageVcs, + PackageWheel, + Pylock, + is_valid_pylock_path, +) +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import InstallationError +from pip._internal.models.link import Link +from pip._internal.utils.compat import tomllib +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.network.session import PipSession + from pip._internal.req.req_install import InstallRequirement + + +def _pylock_package_from_install_requirement( + ireq: InstallRequirement, base_dir: Path +) -> Package: + base_dir = base_dir.resolve() + dist = ireq.get_dist() + download_info = ireq.download_info + assert download_info + package_version = None + package_vcs = None + package_directory = None + package_archive = None + package_sdist = None + package_wheels = None + if ireq.is_direct: + if download_info.vcs_info: + package_vcs = PackageVcs( + type=download_info.vcs_info.vcs, + url=download_info.url, + path=None, + requested_revision=download_info.vcs_info.requested_revision, + commit_id=download_info.vcs_info.commit_id, + subdirectory=download_info.subdirectory, + ) + elif download_info.dir_info: + package_directory = PackageDirectory( + path=( + Path(url_to_path(download_info.url)) + .resolve() + .relative_to(base_dir) + .as_posix() + ), + editable=( + download_info.dir_info.editable + if download_info.dir_info.editable + else None + ), + subdirectory=download_info.subdirectory, + ) + elif download_info.archive_info: + if not download_info.archive_info.hashes: + raise NotImplementedError() + package_archive = PackageArchive( + url=download_info.url, + path=None, + hashes=download_info.archive_info.hashes, + subdirectory=download_info.subdirectory, + ) + else: + # should never happen + raise NotImplementedError() + else: + package_version = dist.version + if download_info.archive_info: + if not download_info.archive_info.hashes: + raise NotImplementedError() + link = Link(download_info.url) + if link.is_wheel: + package_wheels = [ + PackageWheel( + name=link.filename, + url=download_info.url, + hashes=download_info.archive_info.hashes, + ) + ] + else: + package_sdist = PackageSdist( + name=link.filename, + url=download_info.url, + hashes=download_info.archive_info.hashes, + ) + else: + # should never happen + raise NotImplementedError() + return Package( + name=dist.canonical_name, + version=package_version, + vcs=package_vcs, + directory=package_directory, + archive=package_archive, + sdist=package_sdist, + wheels=package_wheels, + ) + + +def pylock_from_install_requirements( + install_requirements: Iterable[InstallRequirement], base_dir: Path +) -> Pylock: + return Pylock( + lock_version=Version("1.0"), + created_by="pip", + packages=sorted( + ( + _pylock_package_from_install_requirement(ireq, base_dir) + for ireq in install_requirements + ), + key=lambda p: p.name, + ), + ) + + +_SCHEME_RE = re.compile("^(http|https|file)://", re.IGNORECASE) + + +def _is_url(s: str) -> bool: + return bool(_SCHEME_RE.match(s)) + + +def is_valid_pylock_filename(filename: str) -> bool: + if _is_url(filename): + path = Path(urlsplit(filename).path.rpartition("/")[-1]) + else: + path = Path(filename) + return is_valid_pylock_path(path) + + +def _package_dist_url( + pylock_path_or_url: str, path: str | None, url: str | None +) -> str: + """Compute an url from a Pylock package path and url. + + Give priority to path over url. If path is relative, + compute an url using the pylock file location as base. + """ + if path is not None: + if not os.path.isabs(path): + # relative path, join to pylock location + if _is_url(pylock_path_or_url): + return urljoin(pylock_path_or_url, path) + else: + return path_to_url( + os.path.join(os.path.dirname(pylock_path_or_url), path) + ) + else: + # absolute path, reject if pylock comes from a URL + if _is_url(pylock_path_or_url): + raise InstallationError( + f"Absolute paths are not supported in pylock files obtained " + f"from a URL: {path!r} in {pylock_path_or_url!r}" + ) + return path_to_url(path) + else: + assert url is not None # guaranteed by packaging.pylock validation + return url + + +def package_vcs_requirement_url( + pylock_path_or_url: str, package_vcs: PackageVcs +) -> str: + dist_url = _package_dist_url(pylock_path_or_url, package_vcs.path, package_vcs.url) + url = f"{package_vcs.type}+{dist_url}@{package_vcs.commit_id}" + if package_vcs.subdirectory: + if "#" in url: + raise InstallationError( + f"Package URL {url!r} cannot contain fragments in combination " + f"with subdirectory field (in {pylock_path_or_url!r})" + ) + url += "#subdirectory=" + package_vcs.subdirectory + return url + + +def package_archive_requirement_url( + pylock_path_or_url: str, package_archive: PackageArchive +) -> str: + url = _package_dist_url( + pylock_path_or_url, package_archive.path, package_archive.url + ) + if package_archive.subdirectory: + if "#" in url: + raise InstallationError( + f"Package URL {url!r} cannot contain fragments in combination " + f"with subdirectory field (in {pylock_path_or_url!r})" + ) + url += "#subdirectory=" + package_archive.subdirectory + return url + + +def package_directory_requirement_url( + pylock_path_or_url: str, package_directory: PackageDirectory +) -> str: + if _is_url(pylock_path_or_url) and not pylock_path_or_url.startswith("file://"): + raise InstallationError( + f"Directory entries are not supported in remote pylock.toml " + f"{pylock_path_or_url!r}" + ) + url = _package_dist_url(pylock_path_or_url, package_directory.path, None) + assert url.startswith("file://") + if not url.endswith("/"): + url += "/" + if package_directory.subdirectory: + url += package_directory.subdirectory + if not url.endswith("/"): + url += "/" + return url + + +def package_sdist_requirement_url( + pylock_path_or_url: str, package_sdist: PackageSdist +) -> str: + return _package_dist_url(pylock_path_or_url, package_sdist.path, package_sdist.url) + + +def package_wheel_requirement_url( + pylock_path_or_url: str, package_wheel: PackageWheel +) -> str: + return _package_dist_url(pylock_path_or_url, package_wheel.path, package_wheel.url) + + +def _get_pylock_path_or_url_content(path_or_url: str, session: PipSession) -> str: + # TODO: refactor - this is similar to req_file.get_file_content + scheme = urlsplit(path_or_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(path_or_url) + raise_for_status(resp) + return resp.text + + # Assume this is a bare path. + return Path(path_or_url).read_text(encoding="utf-8") + + +def select_from_pylock_path_or_url( + pylock_path_or_url: str, + session: PipSession, +) -> Iterator[ + tuple[ + Package, + PackageVcs | PackageDirectory | PackageArchive | PackageWheel | PackageSdist, + ] +]: + try: + pylock_content = _get_pylock_path_or_url_content(pylock_path_or_url, session) + except Exception as exc: + raise InstallationError( + f"Error reading pylock file {pylock_path_or_url!r}: {exc}" + ) from exc + + try: + lock = Pylock.from_dict(tomllib.loads(pylock_content)) + except Exception as exc: + raise InstallationError( + f"Invalid pylock file {pylock_path_or_url!r}: {exc}" + ) from exc + + try: + yield from lock.select() + except Exception as exc: + raise InstallationError( + f"Cannot select requirements from pylock file {pylock_path_or_url!r}: {exc}" + ) from exc diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 0000000..27d3b6e --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py @@ -0,0 +1,45 @@ +from __future__ import annotations + +import functools +from time import perf_counter, sleep +from typing import TYPE_CHECKING, Callable, TypeVar + +if TYPE_CHECKING: + from 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..3e7b83f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,248 @@ +from __future__ import annotations + +import logging +import os +import shlex +import subprocess +from collections.abc import Iterable, Mapping +from typing import Any, Callable, Literal, 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: 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: 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: 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: list[str] | CommandArgs, + show_stdout: bool = False, + cwd: str | None = None, + on_returncode: Literal["raise", "warn", "ignore"] = "raise", + extra_ok_returncodes: Iterable[int] | None = None, + extra_environ: Mapping[str, Any] | None = None, + unset_environ: Iterable[str] | None = None, + spinner: SpinnerInterface | None = None, + log_failed_cmd: bool | None = True, + stdout_only: bool | None = 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: str | None = None, + extra_environ: Mapping[str, Any] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..a9afa76 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,294 @@ +from __future__ import annotations + +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from collections.abc import Generator +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + TypeVar, +) + +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: ExitStack | None = 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: TempDirectoryTypeRegistry | None = 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: str | None = None, + delete: 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: bool | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..8a9b205 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,381 @@ +"""Utilities related archives.""" + +from __future__ import annotations + +import logging +import os +import shutil +import stat +import sys +import tarfile +import zipfile +from collections.abc import Iterable +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 + (including when target is equal to the directory). + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + return abs_target == abs_directory or abs_target.startswith(abs_directory + os.sep) + + +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(("/", "\\")): + # 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") # type: ignore + 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, 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 is_symlink_target_in_tar(tar: tarfile.TarFile, tarinfo: tarfile.TarInfo) -> bool: + """Check if the file pointed to by the symbolic link is in the tar archive""" + linkname = os.path.join(os.path.dirname(tarinfo.name), tarinfo.linkname) + + linkname = os.path.normpath(linkname) + linkname = linkname.replace("\\", "/") + + try: + tar.getmember(linkname) + return True + except KeyError: + return False + + +def _untar_without_filter( + filename: str, + location: str, + tar: tarfile.TarFile, + leading: bool, +) -> None: + """Fallback for Python without tarfile.data_filter""" + # NOTE: This function can be removed once pip requires CPython ≥ 3.12.​ + # PEP 706 added tarfile.data_filter, made tarfile extraction operations more secure. + # This feature is fully supported from CPython 3.12 onward. + 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(): + if not is_symlink_target_in_tar(tar, member): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError( + message.format(filename, member.name, member.linkname) + ) + 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: str | None = None, +) -> None: + """Unpack ``filename`` into ``location``. + + Archive format is chosen in order of decreasing reliability: + ``content_type``, then filename extension, then magic signature + (unambiguous matches only). + """ + filename = os.path.realpath(filename) + zip_flatten = not filename.endswith(".whl") + + def _unzip() -> None: + unzip_file(filename, location, flatten=zip_flatten) + + def _untar() -> None: + untar_file(filename, location) + + if content_type == "application/zip": + return _unzip() + if content_type == "application/x-gzip": + return _untar() + + if filename.lower().endswith(ZIP_EXTENSIONS): + return _unzip() + if filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS): + return _untar() + + # avoid ambiguous case where both signature checks return True + is_zipfile = zipfile.is_zipfile(filename) + is_tarfile = tarfile.is_tarfile(filename) + if is_zipfile and not is_tarfile: + return _unzip() + if is_tarfile and not is_zipfile: + return _untar() + if is_zipfile and is_tarfile: + logger.error("Ambiguous file signature in %s.", filename) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..e951a5e --- /dev/null +++ b/test/.venv/lib/python3.12/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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..b1742a3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,105 @@ +from __future__ import annotations + +import logging +import os +import re +import site +import sys + +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() -> list[str] | None: + """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/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..789e736 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,132 @@ +"""Support functions for working with wheel files.""" + +import logging +from email.message import Message +from email.parser import Parser +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/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f17e0082dc943db14a43db2f516037883d62d96c GIT binary patch literal 526 zcmZXPy-EW?6oqGYlg*C=5fK7L2wJ6Z2elQk(K1C4k!_aQWJt!$&pJC3h%e$Z_$*eo zn^GG)A)t`TyI~a}7v?+Mb1rkaFRfM+LA|~Y?r%JV-iqe8pkLSW666Vu&WQihqCnQ7nyg24*@zml88tDQPzSn_=dX88aEzD(`NlWi-^v8ZC?u*P2R!YJs3Y4e*SXK(x9e6D=8W ziBr}QCnhc-mSvWNGp1%l@PwpuJJISaJUJy9x9m8j!zmrJjKFg8cP)WyNenHwaU7=e sRsCG*krV8~?7$)nFFOEy`WWM76XEUxbr$GwfsVet0DE5uV76i62OS!tiU0rr literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72c0a46a5548392c6957edcd9c817a95ec7ad0be GIT binary patch literal 5154 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b49477d820bc0d9c42b4a8e35854c9b0f6453047 GIT binary patch literal 7759 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46e3fa2d7ce34078cb1fc6bb4bc7c88c315c1748 GIT binary patch literal 12333 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cb93d9bbce5827b446eced6cee922880156b4d8 GIT binary patch literal 28941 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 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, + verbosity: int = 0, + ) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update( + self, + dest: str, + url: HiddenText, + rev_options: RevOptions, + verbosity: int = 0, + ) -> None: + flags = [] + + if verbosity <= 0: + flags.append("-q") + + 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", *flags, url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", *flags, rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> tuple[str, str | None, 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: str | None) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..1769da7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,571 @@ +from __future__ import annotations + +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from dataclasses import replace +from typing import Any + +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] + + @classmethod + def run_command(cls, *args: Any, **kwargs: Any) -> str: + if os.environ.get("PIP_NO_INPUT"): + extra_environ = kwargs.get("extra_environ", {}) + extra_environ["GIT_TERMINAL_PROMPT"] = "0" + extra_environ["GIT_SSH_COMMAND"] = "ssh -oBatchMode=yes" + kwargs["extra_environ"] = extra_environ + return super().run_command(*args, **kwargs) + + 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) -> str | None: + """ + 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[str | None, 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.info( + "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: str | None) -> 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, verbosity=verbosity) + + def switch( + self, + dest: str, + url: HiddenText, + rev_options: RevOptions, + verbosity: int = 0, + ) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + + extra_flags = [] + + if verbosity <= 0: + extra_flags.append("-q") + + cmd_args = make_command("checkout", *extra_flags, rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest, verbosity=verbosity) + + def update( + self, + dest: str, + url: HiddenText, + rev_options: RevOptions, + verbosity: int = 0, + ) -> None: + extra_flags = [] + + if verbosity <= 0: + extra_flags.append("-q") + + # 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", "--tags", *extra_flags], cwd=dest) + else: + self.run_command(["fetch", *extra_flags], 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", + *extra_flags, + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest, verbosity=verbosity) + + @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: str | None = 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) -> str | None: + """ + 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, str | None, 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, verbosity: int = 0) -> None: + argv = ["submodule", "update", "--init", "--recursive"] + + if verbosity <= 0: + argv.append("-q") + + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + argv, + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> str | None: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c875803 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,186 @@ +from __future__ import annotations + +import configparser +import logging +import os + +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, + verbosity: int = 0, + ) -> None: + extra_flags = [] + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + + if verbosity <= 0: + extra_flags.append("-q") + + 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", *extra_flags, rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update( + self, + dest: str, + url: HiddenText, + rev_options: RevOptions, + verbosity: int = 0, + ) -> None: + extra_flags = [] + + if verbosity <= 0: + extra_flags.append("-q") + + self.run_command(["pull", *extra_flags], cwd=dest) + cmd_args = make_command("update", *extra_flags, 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: str | None) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> str | None: + """ + 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) -> str | None: + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..579f428 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,335 @@ +from __future__ import annotations + +import logging +import os +import re + +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[str | None, str | None]]: + """ + 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, str | None, 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: str | None, password: HiddenText | None) -> 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[str | None, 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", "9", "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: str | None) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: bool | None = 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: tuple[int, ...] | None = 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, + verbosity: int = 0, + ) -> 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, + verbosity: int = 0, + ) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..95cefb4 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,695 @@ +"""Handles all VCS (version control) support""" + +from __future__ import annotations + +import logging +import os +import shutil +import sys +import urllib.parse +from collections.abc import Iterable, Iterator, Mapping +from dataclasses import dataclass, field +from typing import ( + Any, + Literal, + Optional, +) + +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: str | None = 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. + """ + quoted_rev = urllib.parse.quote(rev, "/") + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{quoted_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 +) -> str | None: + """ + 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: str | None = None + extra_args: CommandArgs = field(default_factory=list) + branch_name: str | None = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> str | None: + 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) -> VersionControl | None: + """ + 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) -> VersionControl | None: + """ + 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) -> VersionControl | None: + """ + 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: str | None = 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) -> str | None: + """ + 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: str | None = None, extra_args: CommandArgs | None = 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[str | None, str | None]]: + """ + 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, str | None, 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." + ) + rev = urllib.parse.unquote(rev) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args(username: str | None, password: HiddenText | None) -> 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: HiddenText | None = 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, + verbosity: int = 0, + ) -> 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, + verbosity: int = 0, + ) -> 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: str | None) -> 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, verbosity=verbosity) + 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, verbosity=verbosity) + + 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: list[str] | CommandArgs, + show_stdout: bool = True, + cwd: str | None = None, + on_returncode: Literal["raise", "warn", "ignore"] = "raise", + extra_ok_returncodes: Iterable[int] | None = None, + command_desc: str | None = None, + extra_environ: Mapping[str, Any] | None = None, + spinner: SpinnerInterface | None = 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) -> str | None: + """ + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..4dbf767 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,261 @@ +"""Orchestrator for building wheels from InstallRequirements.""" + +from __future__ import annotations + +import logging +import os.path +import re +from collections.abc import Iterable +from tempfile import TemporaryDirectory + +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.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.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_cache( + req: InstallRequirement, +) -> bool | None: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available. + """ + 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 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, + editable: bool, +) -> str | None: + """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, 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, + editable: bool, +) -> str | None: + with TemporaryDirectory(dir=output_dir) as wheel_directory: + assert req.name + assert req.metadata_directory + assert req.pep517_backend + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + wheel_directory=wheel_directory, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + wheel_directory=wheel_directory, + ) + + 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) + # We can do a replace here because wheel_path is guaranteed to + # be in the same filesystem as output_dir. This will perform an + # atomic rename, which is necessary to avoid concurrency issues + # when populating the cache. + os.replace(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, + ) + return None + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, +) -> 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, + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/README.rst b/test/.venv/lib/python3.12/site-packages/pip/_vendor/README.rst new file mode 100644 index 0000000..7429a52 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/README.rst @@ -0,0 +1,178 @@ +================ +Vendoring Policy +================ + +* Vendored libraries **MUST** not be modified except as required to + successfully vendor them. +* Vendored libraries **MUST** be released copies of libraries available on + PyPI. +* Vendored libraries **MUST** be available under a license that allows + them to be integrated into ``pip``, which is released under the MIT license. +* Vendored libraries **MUST** be accompanied with LICENSE files. +* The versions of libraries vendored in pip **MUST** be reflected in + ``pip/_vendor/vendor.txt``. +* Vendored libraries **MUST** function without any build steps such as ``2to3`` + or compilation of C code, practically this limits to single source 2.x/3.x and + pure Python. +* Any modifications made to libraries **MUST** be noted in + ``pip/_vendor/README.rst`` and their corresponding patches **MUST** be + included ``tools/vendoring/patches``. +* Vendored libraries should have corresponding ``vendored()`` entries in + ``pip/_vendor/__init__.py``. + +Rationale +========= + +Historically pip has not had any dependencies except for ``setuptools`` itself, +choosing instead to implement any functionality it needed to prevent needing +a dependency. However, starting with pip 1.5, we began to replace code that was +implemented inside of pip with reusable libraries from PyPI. This brought the +typical benefits of reusing libraries instead of reinventing the wheel like +higher quality and more battle tested code, centralization of bug fixes +(particularly security sensitive ones), and better/more features for less work. + +However, there are several issues with having dependencies in the traditional +way (via ``install_requires``) for pip. These issues are: + +**Fragility** + When pip depends on another library to function then if for whatever reason + that library either isn't installed or an incompatible version is installed + then pip ceases to function. This is of course true for all Python + applications, however for every application *except* for pip the way you fix + it is by re-running pip. Obviously, when pip can't run, you can't use pip to + fix pip, so you're left having to manually resolve dependencies and + installing them by hand. + +**Making other libraries uninstallable** + One of pip's current dependencies is the ``requests`` library, for which pip + requires a fairly recent version to run. If pip depended on ``requests`` in + the traditional manner, then we'd either have to maintain compatibility with + every ``requests`` version that has ever existed (and ever will), OR allow + pip to render certain versions of ``requests`` uninstallable. (The second + issue, although technically true for any Python application, is magnified by + pip's ubiquity; pip is installed by default in Python, in ``pyvenv``, and in + ``virtualenv``.) + +**Security** + This might seem puzzling at first glance, since vendoring has a tendency to + complicate updating dependencies for security updates, and that holds true + for pip. However, given the *other* reasons for avoiding dependencies, the + alternative is for pip to reinvent the wheel itself. This is what pip did + historically. It forced pip to re-implement its own HTTPS verification + routines as a workaround for the Python standard library's lack of SSL + validation, which resulted in similar bugs in the validation routine in + ``requests`` and ``urllib3``, except that they had to be discovered and + fixed independently. Even though we're vendoring, reusing libraries keeps + pip more secure by relying on the great work of our dependencies, *and* + allowing for faster, easier security fixes by simply pulling in newer + versions of dependencies. + +**Bootstrapping** + Currently most popular methods of installing pip rely on pip's + self-contained nature to install pip itself. These tools work by bundling a + copy of pip, adding it to ``sys.path``, and then executing that copy of pip. + This is done instead of implementing a "mini installer" (to reduce + duplication); pip already knows how to install a Python package, and is far + more battle-tested than any "mini installer" could ever possibly be. + +Many downstream redistributors have policies against this kind of bundling, and +instead opt to patch the software they distribute to debundle it and make it +rely on the global versions of the software that they already have packaged +(which may have its own patches applied to it). We (the pip team) would prefer +it if pip was *not* debundled in this manner due to the above reasons and +instead we would prefer it if pip would be left intact as it is now. + +In the longer term, if someone has a *portable* solution to the above problems, +other than the bundling method we currently use, that doesn't add additional +problems that are unreasonable then we would be happy to consider, and possibly +switch to said method. This solution must function correctly across all of the +situation that we expect pip to be used and not mandate some external mechanism +such as OS packages. + + +Modifications +============= + +* ``setuptools`` is completely stripped to only keep ``pkg_resources``. +* ``pkg_resources`` has been modified to import its dependencies from + ``pip._vendor``, and to use the vendored copy of ``platformdirs`` + rather than ``appdirs``. +* ``packaging`` has been modified to import its dependencies from + ``pip._vendor``. +* ``CacheControl`` has been modified to import its dependencies from + ``pip._vendor``. +* ``requests`` has been modified to import its other dependencies from + ``pip._vendor`` and to *not* load ``simplejson`` (all platforms) and + ``pyopenssl`` (Windows). +* ``platformdirs`` has been modified to import its submodules from ``pip._vendor.platformdirs``. + +Automatic Vendoring +=================== + +Vendoring is automated via the `vendoring `_ tool from the content of +``pip/_vendor/vendor.txt`` and the different patches in +``tools/vendoring/patches``. +Launch it via ``vendoring sync . -v`` (requires ``vendoring>=0.2.2``). +Tool configuration is done via ``pyproject.toml``. + +To update the vendored library versions, we have a session defined in ``nox``. +The command to upgrade everything is:: + + nox -s vendoring -- --upgrade-all --skip setuptools + +We do not upgrade ``setuptools``, because we only rely on ``pkg_resources``, +and tracking every ``setuptools`` change is unnecessary for our needs. + + +Managing Local Patches +====================== + +The ``vendoring`` tool automatically applies our local patches, but updating, +the patches sometimes no longer apply cleanly. In that case, the update will +fail. To resolve this, take the following steps: + +1. Revert any incomplete changes in the revendoring branch, to ensure you have + a clean starting point. +2. Run the revendoring of the library with a problem again: ``nox -s vendoring + -- --upgrade ``. +3. This will fail again, but you will have the original source in your working + directory. Review the existing patch against the source, and modify the patch + to reflect the new version of the source. If you ``git add`` the changes the + vendoring made, you can modify the source to reflect the patch file and then + generate a new patch with ``git diff``. +4. Now, revert everything *except* the patch file changes. Leave the modified + patch file unstaged but saved in the working tree. +5. Re-run the vendoring. This time, it should pick up the changed patch file + and apply it cleanly. The patch file changes will be committed along with the + revendoring, so the new commit should be ready to test and publish as a PR. + + +Debundling +========== + +As mentioned in the rationale, we, the pip team, would prefer it if pip was not +debundled (other than optionally ``pip/_vendor/requests/cacert.pem``) and that +pip was left intact. However, if you insist on doing so, we have a +semi-supported method (that we don't test in our CI) and requires a bit of +extra work on your end in order to solve the problems described above. + +1. Delete everything in ``pip/_vendor/`` **except** for + ``pip/_vendor/__init__.py`` and ``pip/_vendor/vendor.txt``. +2. Generate wheels for each of pip's dependencies (and any of their + dependencies) using your patched copies of these libraries. These must be + placed somewhere on the filesystem that pip can access (``pip/_vendor`` is + the default assumption). +3. Modify ``pip/_vendor/__init__.py`` so that the ``DEBUNDLED`` variable is + ``True``. +4. Upon installation, the ``INSTALLER`` file in pip's own ``dist-info`` + directory should be set to something other than ``pip``, so that pip + can detect that it wasn't installed using itself. +5. *(optional)* If you've placed the wheels in a location other than + ``pip/_vendor/``, then modify ``pip/_vendor/__init__.py`` so that the + ``WHEEL_DIR`` variable points to the location you've placed them. +6. *(optional)* Update the ``pip_self_version_check`` logic to use the + appropriate logic for determining the latest available version of pip and + prompt the user with the correct upgrade message. + +Note that partial debundling is **NOT** supported. You need to prepare wheels +for all dependencies for successful debundling. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..34ccb99 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,117 @@ +""" +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("dependency-groups") + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e7b230a2181bb1227b944377ef7b56c9b37f62f GIT binary patch literal 4589 zcmbVOTWlN06`duAPmy}dvMgI#J^Y{@la?hvqd2W9MGETJsDZYzoQ7C&N8(CL?s|4; zn;Q#IfdZ9)0#<+mw$TDTCxX4i)lg-hQVE9z91(C- zz}5d-o*xtJaRJv0xIw^;0&Ws;vw&L!+$!KU0q+rTyMXr!xI@7E1l%d${Q^E9;4T4o z3s@F#kAQmx+$Z3E0Us3bApsv2@DTwg1bkG$#{~SAfR76}Dd3cVPY8HGz$XPfDBvLh zpAztC0iO}@SplCD@cB&)cdP5$_fvg)4sIt6d$((NlkMSm1bkr=7yU(l;$8b$)YQym z`Uc6X29-5So`#`>wET>$5)&*WpV5dV8`Cn7WoF1GCBR{Fo)DGOO6q8dEgN~+GIE4v zxry9jgyt1J8I8WD>EK1nTbfGB&Z;Y0S)-t<@)VIXhDV@8m9<>1z?3PS$Vy(7%M>H8 z7l9Won5x2n1lzemsHMR)d72tIxnNq15+#?6KIg}kklY4k$};o8ZOVq_POTsp{t<1iEjC?qMK48c*zcZa$-LD$-q42CkoLC=#WhM z8!7pmAA2I|1|bJ?3UkBhbY97kblQ!k%aH>)G@~0+if*|<-N^9KZxt;!lrz)UEifZu)$?&|nlFC9Z zrwUVrJS(IMdbTi?V#H#pBuu`M(zU6SS!7uwKbRainX)uSj+;tmPMINA3a&+}e6>>W z5AqsIr;}#U4OiBs?XV1Qy4D?dEug2Z2cER{ueJ97>BAL!z4iRU2OGE{Fd{t*H!q+6 z{mtJM9~@de^4Ffn;o;YN(V@hjul@1b!+mQ9hkxV0Q@2#N{J~nd_i0=2leWZKTVkbe z<@$Qtz*2M(FRIVN4Zro@t^2g@-soCm&mV>!wEU&>^UjBpYl$B`4*&4KuRBq!{UwS7 z;xC#}B)-uC(i@9s%DwIp8GR{7M&9y&c}#-09XOi2nbqA`M#*FeTvkR6-3?_3W!ki6 zH&rV}@%Rii;4Zo$RkIkJlN;m$HQY$)fS@|qO;r(&)4RlW>!!*wNd}yP!Ht`9GigdJ zqd+qd<(R1}jHijJfiY}SV+M?t+h7(!o+TNU&KkxXm?*hkfN)uMOGQeOTNz?9UNG#Y zsv`?pnFj}!FVXBH--l%yhHm%NWHPEv*++M! zB=by%n*i>P?anoe1{8kF((M}mWy?9rJG+GV>8fS-)?(jQXFnBA(x57V z{*hL-467Bi>I6%>WuN*Uj^RMkP?<7W$S#ZV8e)(AU(=Gjp6Mh9O;q7IV;`*H24a>| z@=#G|txPC8sC9^NMNG(gVt4JlT7hZ0ov3Y3Zpq>rcY?c0R~s z-!ATWq-urUbH%hAF$y*F&f~%TccZ-c=+LO3kYTE2vUZHW`B8wL*o_{_YBO0Ke(=px zw(G{s46k%`o;|0~xq@lOJy5AyWu`@Dcs|%s&uFnCc#U{6gO4b?z9dp5L#Cj?Bz(_# z*L_|GFE_x9oUXZ1Mhj5tm_dmfDi^IpqZ>-6RU=bsqtgXepwLn&pX_4ZOWlxRB~688 zU7ummIM+u;$3}j7Y4qaQsEa*I2)>|70u)@YcS3WXhVMD>8u|Ie*x1GN==)c^cIM() zL(99day^H(H*I{5UV&Rg_rU8-c(~MpFVM39dC#}5!>7Q8Uy`I3zMzEvQ;(#>-=Mm$ zQT^8_x)DY3=7q>c48#@@dk(aS%X+(NC zgm8Q#h+6h9_uox?nkX|b-oLog@o;>7|L}VAJ74(!9{yW+t$AYMN57u<<;2oY7JmF9 zhywA&j~%@KD;!(A>fm-5AH`({_iRxte(2ym9A9&A$5z6lc%Os&xh3u31AMHwnso49 zkJ;tmZf>Y5dL7*7S;~t%iXU-s!qc2`@M%vNbnuWToN@43PdMS=0Z%yR;Pakv-obBs zLY16y@Ci>d;NX+ng$oXT*V9y&7^T<|W7ydInPOe;6jwIRF3v literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/LICENSE.txt new file mode 100644 index 0000000..d8b3b56 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright 2012-2021 Eric Larson + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..3f8c36f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,32 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" + +import importlib.metadata + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +# pip patch: this won't work when vendored, so just patch it out as it's unused +# __version__ = importlib.metadata.version("cachecontrol") + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23de48e847c40ce1ac38ed41f141a148a6d88db0 GIT binary patch literal 918 zcmaJ<&ubGw6rRbiO*V-&6+|lNg3y>lck#!?P_JHGRaY@332+ z)Hd8k0rAG}%8X=w^Giqg!rQ$$kIvAf%9?re`)CShwHOTwo!Vh0mEG=g#J4%L@m)CmJ+Jiv%WvVS9Bj1W>$ded4B)0h@ zXWs7M?8+k76GmfTf$-8|SWH5V#n55>sR}%6i>gFMhnG1x8-a|J^!9A2{7xk^385*l zD?+jwAv~mk09YqvpQ{9N2~n^#r1DLvGMG*)GYDbQgS6!f)gtKGA=i{qO|#nHSZ2jR zY(t}nNo6l8wjni_Fln9L`e)j7K%i{G|DT2jipDXdbyr|=z`9P)0ZK4(q0)A$B}CudauZrGh_F*MKko zN0V1zeikvtzsw>ojZK7CzN3v(^!OA#IBTv9%`c4`!`knvQ7;UQ@iM|oXQ(waPEc!v jTCZ;(qw6PVb%a(wwYzT*PTJj3yL;ST|BN20tI+umfjSO_ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8069be61eb35035588a1a5f9e28289b96270868f GIT binary patch literal 2642 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8cbce6da6ae5135258e6d921dabfa7bc2627b91 GIT binary patch literal 16449 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05c13750dc5c3473f715ad70f424bae4d12b91be GIT binary patch literal 4391 zcmc&2TTC3+_0D6LeX>n3gE)=o+ZIF4%)8Pv*~M&sF;yWUx5XSR1{ zjTd3Xs;mmqR2Zq!lKcc!sub7#$XCDmli&8o)Krj>t-4Bn@<)TKR{rWacXk)!u2rc& zy({kPoO|whpF8|1nT!!=YhPX}ihBt80vC-Y2NPkt0FxRqh#^>{BxD5v=b|NMMHnSZ zD#=-y@5xrE6wZcAZP~U`BpVS34YLH`gsf;OmW^?ouoW*QvI&8REA^5R7d`(r5>PLfMFsG9s`Ot%lPbeiw3+)ASkS z_{U5umnqZQ;Lex=ZK?!NWj5GWH0D%nL(!CcS#fejs(Z?8!PE=NtO-~ir3$@9S=B3; z_Em*Z%}`9+a}~0wCHuJS3C+=>2>yC z-z&fw%8BWY?NQrv6(=9i38;_6ICK;!Xr9N+9MEuqZK{-+bKQgsfE}QrfEbinRpgU% z5J*!$K3(7pX|AhOTsU8%r5t5$z=5V1P6dn?kZ^Seh#yncv|@q0NUzLj-n_23Ah*l8 z0XM;GHC;Ci;2GqpDsDkDoLSJt4xi1-sbXlJhDvcgppHreJ$Mbz3K*`~o@t@F01Zu~ zUDHhNR3nNq>ME9FU*(r;E|+)rX;(2!2G(;}70(-{J99Fpq5hA#PKkPE38Xf?qd=My z0R;dmpy)HyIC04z^9OmVrdp*aGc`N@h~;R>5|?4zE7w2@749M~P^)PPTvAN~LeszUQ} zB2^cpuHOr8q!;KgS_R;6wOep1mVrlXCt!-Qyu(VGtpk-(S<}4{zOO?lG#lm|SPR>) z!=y$$p#d=jL;Ri8$Q1KLZ9?V+Sk*HKA@d@vniQ)fEld~~!@EU)= z+9EPl6&&5~Z4Jto{ejkyMi4$Jq6G7(?4A^)>Zm^ReOx^X|=JP9HnY%Ow~6l4)Rj-uZrTb-o6b0ayp zmK?k{boPGo)dlfEs^>OadHH@yxffAb51{E!OV*V8*8r(OWdO-x_G~LYt*biFAQdu2 zhKPqWcsoRxB#_I*mS@Rz=`xuWo=Y#>II}a}5axx}^r}LG9%y$0d>s|c)#kU4Hq<-L zn8W;VP!rN3S1=m@L>GBilt8oX;47}0FRKCG++b_vK8^D&r12BzK)<3K-Lu)XuXcL* zbnVRYnbnu?bsfEzIQp+IQ!ji?gy^2n6CGO;j8C@0A;9cE`0?ovPjB>}SnEHrFtORS zf8k;ibrVn{q+{<^9P!;3;DVp+>mwgUk4V1}j!3`VH!70P#OP?d^jT7XewW$W0GsEO zpMx>EyTZn^jr|IY*}`ze(6g9?+^ugJ!pt$ytz?Kd1Y3X3dA$9Z2Dz*m1OoA*4X_t) z%!>R~)>sAObLb~`W8rFtKd(ur*#4h*kWcG@*$h?4rLBS)g0>zA_=bZF+a&fJt}tSs zX$`If!m~0%W%C%r%nY>~N>)0`I&c?x^<|G*7G_gA%dd;hh~ zRM*nn;@r}Ei|;{dSRMUy>hPoe2bRNI39@HzEw&u1rIu5x!s@B@j>8Z34?XDat({*! zzhZn`{IIw&kXakZ+#fjg>8U?VZ=AijcJ|_W_vE%D_I2J4Z-q&6&(d3qZ>>zMCx*7# zN&i7eyeV+?XmTmG7~6>Su0?wP66xc5n%tFy(Q@3Ye-D%Ad3CXFUqETL9b4WI=S9{J z7HlS^CK4&O@Y{KD#|z+8({Fc9HEhf}03P4jZ_FBS0qXP=xg$)b!#qFvGCpPlyN6~O z)IEQ&b)kJa*|6h4_fEY$NLtDBWqjD}Di7==;LP>5GB;kS1JoUd?k3sn>8qK`X3bu< zSEugxq!;AR~gxB`i3>B8cL4=z4RbuGk$ zlJRsFX%)3nWthRA1NxhX6^|0m0(rOB^QOdeawSi_1j)z$J;ZQ7EJ z01nGwho)lRz$2&-hTVV z_g`6&SKB^9dv*6NTzC{o?8MJX_j+XDzZeZ9z?TI>pJrXq1uqHwh> z>AT82A2Gdn6=wS~?n0gIgHyibdW?M=iD1!&OoVe^&N+@%U$E~WbQqyBI|ajB48Gy& zL<96tt_qLBI@p&09FY7j9*W@u51&HtM2e|u$uTMx&J(KoQ+UbOA#JK^IJ&B`y?9$c zb~|Rkkl>oX6C~ik6d0}yJA5#>XQ8`A{w{WeB3p+-p`p#rfh`Hg`cyfyLQ;2)=W?FPTM1C4b~;v`<> za(t5KvF%b_Nf&#&lWussRZq^7^yIurZ_bzWF&>ZV&k0E(*OBbV1(E?q^QysIC>hFi zCOdOo$u6FgL(~W3eQG!tNk)LjpFAXWOFfcs$D8bydZms#o@9@UyUa;}JDe1J=(5+9 z>}9kN&^qPbhweJHk5RjT8g8NXGin5=hgzruMOU=%2@Z_%R#4P5-4snl*Npk7+Y%(v zluackTOC+SvTBN!fX$Mw$-ofE=rkvq$YyoqMQX^b8EQ0BW(n9j7k>2irPS-QmtKEs zZvL|6eoZS{{wrcWuV_o~+0g95!rRwmBM+aIOG6XlNirdkiA6H;BQi02cH+v}iRXPOJHTSRcE_m-#YRf{yFl z1Aad0p*YNPYx)YsVV1jKrlT&)YYW7Kdp7WEggg}!Sv@Bw3X28JEF=nQwy>ChUNaHD zC2O}5sk z3oAa7!(cY)a5X8MCt7kefr{xH7lwZ~k*y59S7p!$mt-2aL_&L!yW7#jl&Pn(vM9m6k3h!&JO(yy zbGyO5kFx9fJ$-ZWGxfgubFJ2Yx)ywC+w&6b2Zl5}jZ#+(e(xBN);XC=@)8G@?3H-1 zGq>cET=4cte#s4QZ_yJKtj-IfA-ValdG#_MWh-iKe0E19R-<4vXQ3BBGS#QOqdEZCK09Of??)l%{1bH26X}WXx(y% zVvs!5Zz+;25mVQRsH*yk^C^R<%1xO}PM&HE&YEWaY$5@ysu5RYGZWY8QX*^S)CA3> z&rF?~9yjDPdV|>M`04mGS;@*&CMz=0WLauVW9kGnQdQE5sTPSL7TZ>&-;ybrnkHGj zKnQ#ZAm!z485vZ~!Y}(IASJRtu6$4Dbx(2kj?s>J4$&+F~e6nvyBP z3PiJg87rb;>x4uWu^%)?omF8WrP zf0hqlt_S7T!DW{-lK&3B)H1ib?EdSK|NGn$Uv?{vmBIWxXo_pz^4CuiT-tN67Rz53 zuI01ELyrL!I>+Ee$B`p!cSw#{t=_t})(I)*1`L!Ho{z2QUI>$FvDDLk0*v?~Fd9FB z3f%ti(Z|EF>Tql;TN^%83I9Ggyc6nu96C}B9eErYuZG4quYMVt-Wfms+06Z!M?!7< zJ049cY|%z9Y6-9W+UY)eBAE^6o% zAx;})l1N~SiiX^5Y^DGKLAI^1EtCkb3}z<(!PcX2Yc5bfez~#WX5$u5-)#oyXY)v| zAsFD8#+ut~n2y;9-IDurkHcZ26|+)yOPu5#225%)bd1F1kloi>EBxQ{pZgs=y5=!4 z$g@&z%vy#$%m7Uipw)q`vI|To047wI5Cz=LJwe-t*bi{3Xgpy!%V(ApEu%+y#$fsK zg+&N6Pdiy;jMdRmRG?89Nl|tT4N=@BgKP|~QB(*97oy&#G1_DByYywK3>&hZ4au2w_GcEbIYF54jKBzzrqbP8T{8mrS#S^iW?($lGwZ7l@pO+z_@ zf3dbvHRIJ@;vk$u#p2uNfIOvASPeY8||<{mu&Ta4Pk2O zT#M11I04Ay#0h{2?-c+V8w9clA_Dx$C>lZ+0E8qjQ$??1g*LQ`2NguzkM4E71@B9| z0>1fEP{=ZuYDAYJ`f5smH|nw#1Hm%1(Jfo9n=5T`4}6iLDP}5F>T6wn+#%n9K?bTg z0M5Rn_fnhP_fi$l-vyZH+AJBY*tXBSxR!R!KHRpucGdnNa2o_F*kkw64fAKEk4v@g z6BYmN;n>zv?eI ju10Z41}Fy=mMSe9So;iN`n&8wT>hQUU{KakO;S27#{?OdV25 z1rh^5k<7v+rWg}OoHPJpPFc#DWD&3w!bETk>@-_;YI!HCBUkj8-+^&hZ8`YN(s z!U~~*9li**nzo1@gktqJJO*YmXp1hduqW`|i9Mgod!64GT;5T8405L7X%v(-6n^j9 zW|@VniJ$Y3!1(M01`-*^ECnm{ebF$l=#r9AAX)z>FcfB)a||g0x(D>C>7*_!CqEHY z3Rze2B+0<(kVQyXiLMcxDdtSYW+@m>^3q6INrvh<*7^TPH>TrL@hLV4k_*s?bU{T_ zE`rMt4P6r#RoTv&>hSvwh_e}e6#%!P6G?}di&)#t;%Zph15HSdWZGDW0f~CO^nJatW!=H zkn^PFgeIFSGQF7qaA4|b%;zETN@&I`yd2G*1^LF)`TY2)m(Q?I+|by<>r-OVr7AfE zQv%otNM&j|mZdg?cm*}{$w@fMCo!x(!s;Ke`bVsOiq$t*{TBIthtu*?XI< zr3q%1yBzN3`(eGg<}(ptup;@(zOttTD`-F>f7$cDtj+rn&ISvPTN7GmGZCP$QWhkk z1m`SuI5Ru%wT^N}*?)7mA$3o=1MjZZ0utY{1H4E%P)zhjthDeU5oEPJ14F}rD&D_DMp6TgoU{)mr`$BS+IOdIiy5` zcC7bcK5u_Gfb_5g+~1A{RNXAi+=BKq08_us8B9O> z8l2cV{wPsBap5=FFHX$YJHj8H`{3M$^!VtjRrm#8t&JesQ=d!;t=y=`H5CpfZs_>164d%4~H+e0r@yI-jIcOpZd zO#kfs$LBvE{N?no&i&%tuUBfPF4qpvZinZ#g}HAd4G^8}snC_cotu5T=-|9DAW{*k zR&d9naH+TLK6VhhF8 z6#+oNEBx1BXu`Mc8QnW_)cYpC|0>UWdu;!jCgC!(5juhW75IE5EBSHMtjHTwVnzy zV3}|&@CsGoFAtBAf$C3gp69<2IDY&OT=?I(;8)yKm7DsCJ6Gk-eZ|GAT>SU$$iI7D z{5tsDZDHT%;s^HvJb&iDg`@o7pE;=ZFYt%>fxEGN4qp4uck!cl&+l{a+8>+Yd+(nA KhJzPd$NvCws`}gj literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..518cef2f915b0ae4a3a245531f7b6580c1adf4bb GIT binary patch literal 5261 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f8913e9249424a2d2436d464981e62f8e65b2dd GIT binary patch literal 1670 zcmaJ>TW{k;6rPD4$8qA^8oJ%K>}K1-VlFYT13ujK!RaLwJh6JUEQ`EDG`cyK6r1lQM zTQ0VZ>zdke5hm*NJ9^8FO+?@^`qV>?>rlhns)NRc{PbcYUMN!gP2^$SarG8iAZ#P7 ztA^e~xZdK2A&zH?Nyy>xw*>41ANB-3DpIDX4wE(93YVxZHPSh0B2~uY9}VW!ceP^g>5%eWLCnNABnyxj|@}jpg_-qf5%4VYSmi zxZ3H4+1gYM;qzqgGWk0@Wa@*c43;k)T)Thk{?>P>zZsM-{aoHSdTOKp?k~BefER=E z#bEBqptKa6mx9IT9*e0w*S`@JKr;Q+?JsVB-95N`#I6J^A4|Q1*N)iLhnakT>zKF) zQmTHZPKQ*&bkmc_20tU8^r>Zmq`b#~!QTD&H%$S^ZS!n9p6 zt*dZ#NEB^(lrjwQ0B^+K2LisOHV+n>wAC~DPADc3IB#^Yo3AL#FvRk z9}s7sOc4Vi{EG*0^$+m;Bkc#noV8Iaqrpc>3Ak zmDht;uLdu!N5yln5D1GAL%t6)OHq=1BMy}2qZCCvD6T|liUd$ti!u~t!MQ7uNKp=y Y*P}c|1+Y+!eMKd}%|D(ay7=IK0|Ic(TL1t6 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..01f1253 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,167 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import weakref +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( # type: ignore[override] + 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, weakref.ref(response) + ), + ) + if response.chunked: + super_update_chunk_length = response.__class__._update_chunk_length + + def _update_chunk_length( + weak_self: weakref.ReferenceType[HTTPResponse], + ) -> None: + self = weak_self() + if self is None: + return + + super_update_chunk_length(self) + if self.chunk_left == 0: + self._fp._close() # type: ignore[union-attr] + + response._update_chunk_length = functools.partial( # type: ignore[method-assign] + _update_chunk_length, weakref.ref(response) + ) + + resp: Response = super().build_response(request, response) + + # 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..91598e9 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,75 @@ +# 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31676496e5112fe1e0894f8074ac2eaa16daa416 GIT binary patch literal 431 zcmah`Jx{|h5Vez(LPRITe;^=o0#?+aNQ?|+L0POMb{m5eN48TbBfo;3jo-q=8i@s1 z*pNCPb;54T$Hom$_k8#Ko^+3cL5OTUy^XH{BlPOXcX{h(zGs^|L=nXTl{mqrmw4E5 zPxxh!1Q<;b_3v@gYlEow?qreIZJl$$&eFVK-R>o;Q&jE9Q>-gga1^@xvpi-s_PSy3PH#N znp=t%6DVZKpvjubG|-5m$-ppeAhua%Ab19KYYJJN#7D=VxnYNOn%|^Troo!SIx_r? xydoM1;T1Q8#C5yaJS`<{1RJVtYikdH^p1rOA7lI(B7B9P(dZ={-u9Kd(-$w$eo+7b literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2aa50e2c207f280332a52a0bc4b5cfc7a2da17f8 GIT binary patch literal 7048 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 XH-D459>_Z%tA>#HYWouc9asEcW8gZo literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..45c632c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,145 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +import tempfile +from textwrap import dedent +from typing import IO, TYPE_CHECKING +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 + + +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 + dirname = os.path.dirname(path) + os.makedirs(dirname, self.dirmode, exist_ok=True) + + with self.lock_class(path + ".lock"): + # Write our actual file + (fd, name) = tempfile.mkstemp(dir=dirname) + try: + os.write(fd, data) + finally: + os.close(fd) + os.chmod(name, self.filemode) + os.replace(name, path) + + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..0bf3801 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,511 @@ +# 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 +import weakref +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_or_ref: HTTPResponse | weakref.ReferenceType[HTTPResponse], + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + if isinstance(response_or_ref, weakref.ReferenceType): + response = response_or_ref() + if response is None: + # The weakref can be None only in case the user used streamed request + # and did not consume or close it, and holds no reference to requests.Response. + # In such case, we don't want to cache the response. + return + else: + response = response_or_ref + + # 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 problematic 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..6569fb5 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,121 @@ +# 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 collections.abc import Buffer + 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[[Buffer], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vagaries 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 things 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: + result: Buffer + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b778c4f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,157 @@ +# 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..a49487a --- /dev/null +++ b/test/.venv/lib/python3.12/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/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/LICENSE b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/LICENSE new file mode 100644 index 0000000..62b076c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/LICENSE @@ -0,0 +1,20 @@ +This package contains a modified version of ca-bundle.crt: + +ca-bundle.crt -- Bundle of CA Root Certificates + +This is a bundle of X.509 certificates of public Certificate Authorities +(CA). These were automatically extracted from Mozilla's root certificates +file (certdata.txt). This file can be found in the mozilla source tree: +https://hg.mozilla.org/mozilla-central/file/tip/security/nss/lib/ckfw/builtins/certdata.txt +It contains the certificates in PEM format and therefore +can be directly used with curl / libcurl / php_curl, or with +an Apache+mod_ssl webserver for SSL client authentication. +Just configure this file as the SSLCACertificateFile.# + +***** BEGIN LICENSE BLOCK ***** +This Source Code Form is subject to the terms of the Mozilla Public License, +v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain +one at http://mozilla.org/MPL/2.0/. + +***** END LICENSE BLOCK ***** +@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $ diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..16c0c7c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2026.02.25" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5170abc391f67bce0a6d5680e5c1b0e4d22b451 GIT binary patch literal 314 zcmYjMyH3O~5VZ5)jzmX?kZ6E11@RFC72*>pC{ti1vAGx=JMtr^P{AM2@eOlahM)tNHatC z+oHNIW>lk=wa9H0L@HEKW!NP{7&E~P#%bFx$0v;>meW%eyHl$_^p>MT6*bC ze}c08Cth4y*_vKj6vUg*TQ8byXSx>y$@}Da-j65w(r7q9tjW(8!@nZ_ke7Pt6}UPT z-~+$_!x(rnDltqHPf1iyg+KuW46V9o9>*2*bfOO%bG}Ac#TwR+jj?*eKp^rKYjqxP z`&h&pYID9ubU`?<#a8OfF}%?r7{N+Y|EG1#-!gHtqi`$CQbtl%aD8_`DA`lG;hxj& z-qKFNGD>_#OVWYd2tpQRX~*GKK>K+>3&NXul)L^8NpVKqkWd!Ail}@Wm8SW^2JM%L z7_lX@DK}3|O zGHe|+-k^;gh51*>Of qV`{c0X6wYfzpq`W=DW2wYu`2d;PK(|H|^e~Ko1Wez1^fsqWM2|VV}7%Q6rNr0#vA{1L!2f~jT*}pQr#A>NF(S0BH9QAsa6uDAp)y(wb`A->)N~4 z>^MIlp&U4r6S=jA3iZIH3Wpv!azuiIjf;$y9FVAlatm@Kq?~xO-rYDRC!RF#y`6b) zy!(CMjDJcdV+gGEYPmv^2>r<(0^|Lp`wWuD$Ur4za0XxHN}Lz@5^p37;Y*_*nS|=0s#qH;4b`HhD2EJQlVA)R5gc3RjVSC8_j3vI#10P~!_bi|U8u<= z`9B@8zK(dWBcJ>X$8=1nxo#HfJFzc9i^W#TrjxDNMx%%GKY&*~c6sZhtYtWB~eb+Wo`QEXAC5Ibbwx8M%-HquYO79kNHA~3qs;2t9y zu2tCVfEfU&f%g3s4(*^kw~*)ExH@-x?t|qOb#CQjS5j5HZBkWzj=HS>WK}8KHLNt& z8WwFRjcU2ErcmrqrLc*uO{HqCDfJy%wym3mx26@xr1;Icra#m+u%pz?x}rjvVH3qi zO3`hC0WMeeex~=`s!q2FlLZ^j7`R<@Ajlmd-4fDI#-7k;E58cY2qQetAF>ZPjC;8o z)f{!*tYTMW-qB$;v=E%1VX7aT-A`x;4`o%J8QebC%PLWSsxKIPuo^^7pzI|)qoEcn zpy@%|_b0+mMCG8SG7@B`k&Xs=(82Xldk;O2ES#hO+k%g6!N>L_b}FNM%uNKmF5O=F zkexL|E`W2TifvkTjg|@fb~oZs;tm7tpf{qb?vO?qHLgVPhUvhZ#|&YZcnpwX)+KJ0 zF~MXK@{2H>BDh_2Jc1JGW_;>+9A$FfzR|q;UOPA2$<4QN^FJoqxsTeHRv+Cx$XtH< zd1q>-H8sG5Yo5SBp;D!J450 zR&)>>DLA`i3JMD_oU7nK)ACsJ;sx;+4ceF+5VH zC(i;5&kB_=apxtHg5XLUn5v=d2vZFiXKsSIG;{3u4}j?@%yYM3(U}F;C$lulTxnjp z_5F?ZrTPCYtni*-P@ff+!FvK>aD&}LBm*JO5mq_)qKs>g@MTCGrXWUmx;a^Rk@#Wj zrM%db7JX_7+i)R2;zm`~uyr_e5ogEg0l_eE6PuVg@E@U?*1GMc%v#+h6t3C=!H(S^ zI(AOavv-O;hd$+9fR+&S-iBE8%DgPJ8woa{6?+u)8O9LN35i=5C+ATItp zN_GW~yM81gA=-(gT9MS=)-RFEe+konjE?W#{Vg@ITRajb#Mk$3b`gZ5X--tRJ^dK5 b_)iRp?{oc?>0Tv-qZv+I@++4(51M}g^-`z% literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..5ec1afe --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4494 @@ + +# 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=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=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=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=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=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=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 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=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----- + +# Issuer: CN=TWCA CYBER Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA CYBER Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA CYBER Root CA" +# Serial: 85076849864375384482682434040119489222 +# MD5 Fingerprint: 0b:33:a0:97:52:95:d4:a9:fd:bb:db:6e:a3:55:5b:51 +# SHA1 Fingerprint: f6:b1:1c:1a:83:38:e9:7b:db:b3:a8:c8:33:24:e0:2d:9c:7f:26:66 +# SHA256 Fingerprint: 3f:63:bb:28:14:be:17:4e:c8:b6:43:9c:f0:8d:6d:56:f0:b7:c4:05:88:3a:56:48:a3:34:42:4d:6b:3e:c5:58 +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIQQAE0jMIAAAAAAAAAATzyxjANBgkqhkiG9w0BAQwFADBQ +MQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FOLUNBMRAwDgYDVQQLEwdSb290 +IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3QgQ0EwHhcNMjIxMTIyMDY1NDI5 +WhcNNDcxMTIyMTU1OTU5WjBQMQswCQYDVQQGEwJUVzESMBAGA1UEChMJVEFJV0FO +LUNBMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJUV0NBIENZQkVSIFJvb3Qg +Q0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDG+Moe2Qkgfh1sTs6P +40czRJzHyWmqOlt47nDSkvgEs1JSHWdyKKHfi12VCv7qze33Kc7wb3+szT3vsxxF +avcokPFhV8UMxKNQXd7UtcsZyoC5dc4pztKFIuwCY8xEMCDa6pFbVuYdHNWdZsc/ +34bKS1PE2Y2yHer43CdTo0fhYcx9tbD47nORxc5zb87uEB8aBs/pJ2DFTxnk684i +JkXXYJndzk834H/nY62wuFm40AZoNWDTNq5xQwTxaWV4fPMf88oon1oglWa0zbfu +j3ikRRjpJi+NmykosaS3Om251Bw4ckVYsV7r8Cibt4LK/c/WMw+f+5eesRycnupf +Xtuq3VTpMCEobY5583WSjCb+3MX2w7DfRFlDo7YDKPYIMKoNM+HvnKkHIuNZW0CP +2oi3aQiotyMuRAlZN1vH4xfyIutuOVLF3lSnmMlLIJXcRolftBL5hSmO68gnFSDA +S9TMfAxsNAwmmyYxpjyn9tnQS6Jk/zuZQXLB4HCX8SS7K8R0IrGsayIyJNN4KsDA +oS/xUgXJP+92ZuJF2A09rZXIx4kmyA+upwMu+8Ff+iDhcK2wZSA3M2Cw1a/XDBzC +kHDXShi8fgGwsOsVHkQGzaRP6AzRwyAQ4VRlnrZR0Bp2a0JaWHY06rc3Ga4udfmW +5cFZ95RXKSWNOkyrTZpB0F8mAwIDAQABo2MwYTAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBSdhWEUfMFib5do5E83QOGt4A1WNzAd +BgNVHQ4EFgQUnYVhFHzBYm+XaORPN0DhreANVjcwDQYJKoZIhvcNAQEMBQADggIB +AGSPesRiDrWIzLjHhg6hShbNcAu3p4ULs3a2D6f/CIsLJc+o1IN1KriWiLb73y0t +tGlTITVX1olNc79pj3CjYcya2x6a4CD4bLubIp1dhDGaLIrdaqHXKGnK/nZVekZn +68xDiBaiA9a5F/gZbG0jAn/xX9AKKSM70aoK7akXJlQKTcKlTfjF/biBzysseKNn +TKkHmvPfXvt89YnNdJdhEGoHK4Fa0o635yDRIG4kqIQnoVesqlVYL9zZyvpoBJ7t +RCT5dEA7IzOrg1oYJkK2bVS1FmAwbLGg+LhBoF1JSdJlBTrq/p1hvIbZv97Tujqx +f36SNI7JAG7cmL3c7IAFrQI932XtCwP39xaEBDG6k5TY8hL4iuO/Qq+n1M0RFxbI +Qh0UqEL20kCGoE8jypZFVmAGzbdVAaYBlGX+bgUJurSkquLvWL69J1bY73NxW0Qz +8ppy6rBePm6pUlvscG21h483XjyMnM7k8M4MZ0HMzvaAq07MTFb1wWFZk7Q+ptq4 +NxKfKjLji7gh7MMrZQzvIt6IKTtM1/r+t+FHvpw+PoP7UV31aPcuIYXcv/Fa4nzX +xeSDwWrruoBa3lwtcHb4yOWHh8qgnaHlIhInD0Q9HWzq1MKLL295q39QpsQZp6F6 +t5b5wR9iWqJDB0BeJsas7a5wFsWqynKKTbDPAYsDP27X +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA12 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA12" +# Serial: 587887345431707215246142177076162061960426065942 +# MD5 Fingerprint: c6:89:ca:64:42:9b:62:08:49:0b:1e:7f:e9:07:3d:e8 +# SHA1 Fingerprint: 7a:22:1e:3d:de:1b:06:ac:9e:c8:47:70:16:8e:3c:e5:f7:6b:06:f4 +# SHA256 Fingerprint: 3f:03:4b:b5:70:4d:44:b2:d0:85:45:a0:20:57:de:93:eb:f3:90:5f:ce:72:1a:cb:c7:30:c0:6d:da:ee:90:4e +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUZvnHwa/swlG07VOX5uaCwysckBYwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExMjAeFw0yMDA0MDgw +NTM2NDZaFw00MDA0MDgwNTM2NDZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6OcE3emhF +KxS06+QT61d1I02PJC0W6K6OyX2kVzsqdiUzg2zqMoqUm048luT9Ub+ZyZN+v/mt +p7JIKwccJ/VMvHASd6SFVLX9kHrko+RRWAPNEHl57muTH2SOa2SroxPjcf59q5zd +J1M3s6oYwlkm7Fsf0uZlfO+TvdhYXAvA42VvPMfKWeP+bl+sg779XSVOKik71gur +FzJ4pOE+lEa+Ym6b3kaosRbnhW70CEBFEaCeVESE99g2zvVQR9wsMJvuwPWW0v4J +hscGWa5Pro4RmHvzC1KqYiaqId+OJTN5lxZJjfU+1UefNzFJM3IFTQy2VYzxV4+K +h9GtxRESOaCtAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBRXNPN0zwRL1SXm8UC2LEzZLemgrTANBgkqhkiG9w0BAQsF +AAOCAQEAPrvbFxbS8hQBICw4g0utvsqFepq2m2um4fylOqyttCg6r9cBg0krY6Ld +mmQOmFxv3Y67ilQiLUoT865AQ9tPkbeGGuwAtEGBpE/6aouIs3YIcipJQMPTw4WJ +mBClnW8Zt7vPemVV2zfrPIpyMpcemik+rY3moxtt9XUa5rBouVui7mlHJzWhhpmA +8zNL4WukJsPvdFlseqJkth5Ew1DgDzk9qTPxpfPSvWKErI4cqc1avTc7bgoitPQV +55FYxTpE05Uo2cBl6XLK0A+9H7MV2anjpEcJnuDLN/v9vZfVvhgaaaI5gdka9at/ +yOPiZwud9AzqVN/Ssq+xIvEg37xEHA== +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA14 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA14" +# Serial: 575790784512929437950770173562378038616896959179 +# MD5 Fingerprint: 71:0d:72:fa:92:19:65:5e:89:04:ac:16:33:f0:bc:d5 +# SHA1 Fingerprint: dd:50:c0:f7:79:b3:64:2e:74:a2:b8:9d:9f:d3:40:dd:bb:f0:f2:4f +# SHA256 Fingerprint: 4b:00:9c:10:34:49:4f:9a:b5:6b:ba:3b:a1:d6:27:31:fc:4d:20:d8:95:5a:dc:ec:10:a9:25:60:72:61:e3:38 +-----BEGIN CERTIFICATE----- +MIIFcjCCA1qgAwIBAgIUZNtaDCBO6Ncpd8hQJ6JaJ90t8sswDQYJKoZIhvcNAQEM +BQAwUTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28u +LCBMdGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNDAeFw0yMDA0MDgw +NzA2MTlaFw00NTA0MDgwNzA2MTlaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpD +eWJlcnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBS +b290IENBMTQwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDF0nqh1oq/ +FjHQmNE6lPxauG4iwWL3pwon71D2LrGeaBLwbCRjOfHw3xDG3rdSINVSW0KZnvOg +vlIfX8xnbacuUKLBl422+JX1sLrcneC+y9/3OPJH9aaakpUqYllQC6KxNedlsmGy +6pJxaeQp8E+BgQQ8sqVb1MWoWWd7VRxJq3qdwudzTe/NCcLEVxLbAQ4jeQkHO6Lo +/IrPj8BGJJw4J+CDnRugv3gVEOuGTgpa/d/aLIJ+7sr2KeH6caH3iGicnPCNvg9J +kdjqOvn90Ghx2+m1K06Ckm9mH+Dw3EzsytHqunQG+bOEkJTRX45zGRBdAuVwpcAQ +0BB8b8VYSbSwbprafZX1zNoCr7gsfXmPvkPx+SgojQlD+Ajda8iLLCSxjVIHvXib +y8posqTdDEx5YMaZ0ZPxMBoH064iwurO8YQJzOAUbn8/ftKChazcqRZOhaBgy/ac +18izju3Gm5h1DVXoX+WViwKkrkMpKBGk5hIwAUt1ax5mnXkvpXYvHUC0bcl9eQjs +0Wq2XSqypWa9a4X0dFbD9ed1Uigspf9mR6XU/v6eVL9lfgHWMI+lNpyiUBzuOIAB +SMbHdPTGrMNASRZhdCyvjG817XsYAFs2PJxQDcqSMxDxJklt33UkN4Ii1+iW/RVL +ApY+B3KVfqs9TC7XyvDf4Fg/LS8EmjijAQIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUBpOjCl4oaTeqYR3r6/wtbyPk +86AwDQYJKoZIhvcNAQEMBQADggIBAJaAcgkGfpzMkwQWu6A6jZJOtxEaCnFxEM0E +rX+lRVAQZk5KQaID2RFPeje5S+LGjzJmdSX7684/AykmjbgWHfYfM25I5uj4V7Ib +ed87hwriZLoAymzvftAj63iP/2SbNDefNWWipAA9EiOWWF3KY4fGoweITedpdopT +zfFP7ELyk+OZpDc8h7hi2/DsHzc/N19DzFGdtfCXwreFamgLRB7lUe6TzktuhsHS +DCRZNhqfLJGP4xjblJUK7ZGqDpncllPjYYPGFrojutzdfhrGe0K22VoF3Jpf1d+4 +2kd92jjbrDnVHmtsKheMYc2xbXIBw8MgAGJoFjHVdqqGuw6qnsb58Nn4DSEC5MUo +FlkRudlpcyqSeLiSV5sI8jrlL5WwWLdrIBRtFO8KvH7YVdiI2i/6GaX7i+B/OfVy +K4XELKzvGUWSTLNhB9xNH27SgRNcmvMSZ4PPmz+Ln52kuaiWA3rF7iDeM9ovnhp6 +dB7h7sxaOgTdsxoEqBRjrLdHEoOabPXm6RUVkRqEGQ6UROcSjiVbgGcZ3GOTEAtl +Lor6CZpO2oYofaphNdgOpygau1LgePhsumywbrmHXumZNTfxPWQrqaA0k89jL9WB +365jJ6UeTo3cKXhZ+PmhIIynJkBugnLNeLLIjzwec+fBH7/PzqUqm9tEZDKgu39c +JRNItX+S +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign Root CA15 O=Cybertrust Japan Co., Ltd. +# Subject: CN=SecureSign Root CA15 O=Cybertrust Japan Co., Ltd. +# Label: "SecureSign Root CA15" +# Serial: 126083514594751269499665114766174399806381178503 +# MD5 Fingerprint: 13:30:fc:c4:62:a6:a9:de:b5:c1:68:af:b5:d2:31:47 +# SHA1 Fingerprint: cb:ba:83:c8:c1:5a:5d:f1:f9:73:6f:ca:d7:ef:28:13:06:4a:07:7d +# SHA256 Fingerprint: e7:78:f0:f0:95:fe:84:37:29:cd:1a:00:82:17:9e:53:14:a9:c2:91:44:28:05:e1:fb:1d:8f:b6:b8:88:6c:3a +-----BEGIN CERTIFICATE----- +MIICIzCCAamgAwIBAgIUFhXHw9hJp75pDIqI7fBw+d23PocwCgYIKoZIzj0EAwMw +UTELMAkGA1UEBhMCSlAxIzAhBgNVBAoTGkN5YmVydHJ1c3QgSmFwYW4gQ28uLCBM +dGQuMR0wGwYDVQQDExRTZWN1cmVTaWduIFJvb3QgQ0ExNTAeFw0yMDA0MDgwODMy +NTZaFw00NTA0MDgwODMyNTZaMFExCzAJBgNVBAYTAkpQMSMwIQYDVQQKExpDeWJl +cnRydXN0IEphcGFuIENvLiwgTHRkLjEdMBsGA1UEAxMUU2VjdXJlU2lnbiBSb290 +IENBMTUwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQLUHSNZDKZmbPSYAi4Io5GdCx4 +wCtELW1fHcmuS1Iggz24FG1Th2CeX2yF2wYUleDHKP+dX+Sq8bOLbe1PL0vJSpSR +ZHX+AezB2Ot6lHhWGENfa4HL9rzatAy2KZMIaY+jQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTrQciu/NWeUUj1vYv0hyCTQSvT +9DAKBggqhkjOPQQDAwNoADBlAjEA2S6Jfl5OpBEHvVnCB96rMjhTKkZEBhd6zlHp +4P9mLQlO4E/0BdGF9jVg3PVys0Z9AjBEmEYagoUeYWmJSwdLZrWeqrqgHkHZAXQ6 +bkU6iYAZezKYVWOr62Nuk22rGwlgMU4= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 2 2023" +# Serial: 153168538924886464690566649552453098598 +# MD5 Fingerprint: e1:09:ed:d3:60:d4:56:1b:47:1f:b7:0c:5f:1b:5f:85 +# SHA1 Fingerprint: 2d:b0:70:ee:71:94:af:69:68:17:db:79:ce:58:9f:a0:6b:96:f7:87 +# SHA256 Fingerprint: 05:52:e6:f8:3f:df:65:e8:fa:96:70:e6:66:df:28:a4:e2:13:40:b5:10:cb:e5:25:66:f9:7c:4f:b9:4b:2b:d1 +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQczswBEhb2U14LnNLyaHcZjANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEJSIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA4NTYzMVoXDTM4MDUw +OTA4NTYzMFowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAK7/CVmRgApKaOYkP7in5Mg6CjoWzckjYaCTcfKr +i3OPoGdlYNJUa2NRb0kz4HIHE304zQaSBylSa053bATTlfrdTIzZXcFhfUvnKLNE +gXtRr90zsWh81k5M/itoucpmacTsXld/9w3HnDY25QdgrMBM6ghs7wZ8T1soegj8 +k12b9py0i4a6Ibn08OhZWiihNIQaJZG2tY/vsvmA+vk9PBFy2OMvhnbFeSzBqZCT +Rphny4NqoFAjpzv2gTng7fC5v2Xx2Mt6++9zA84A9H3X4F07ZrjcjrqDy4d2A/wl +2ecjbwb9Z/Pg/4S8R7+1FhhGaRTMBffb00msa8yr5LULQyReS2tNZ9/WtT5PeB+U +cSTq3nD88ZP+npNa5JRal1QMNXtfbO4AHyTsA7oC9Xb0n9Sa7YUsOCIvx9gvdhFP +/Wxc6PWOJ4d/GUohR5AdeY0cW/jPSoXk7bNbjb7EZChdQcRurDhaTyN0dKkSw/bS +uREVMweR2Ds3OmMwBtHFIjYoYiMQ4EbMl6zWK11kJNXuHA7e+whadSr2Y23OC0K+ +0bpwHJwh5Q8xaRfX/Aq03u2AnMuStIv13lmiWAmlY0cL4UEyNEHZmrHZqLAbWt4N +DfTisl01gLmB1IRpkQLLddCNxbU9CZEJjxShFHR5PtbJFR2kWVki3PaKRT08EtY+ +XTIvAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUZ5Dw1t61 +GNVGKX5cq/ieCLxklRAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfYnJfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQA097N3U9swFrktpSHxQCF16+tI +FoE9c+CeJyrrd6kTpGoKWloUMz1oH4Guaf2Mn2VsNELZLdB/eBaxOqwjMa1ef67n +riv6uvw8l5VAk1/DLQOj7aRvU9f6QA4w9QAgLABMjDu0ox+2v5Eyq6+SmNMW5tTR +VFxDWy6u71cqqLRvpO8NVhTaIasgdp4D/Ca4nj8+AybmTNudX0KEPUUDAxxZiMrc +LmEkWqTqJwtzEr5SswrPMhfiHocaFpVIbVrg0M8JkiZmkdijYQ6qgYF/6FKC0ULn +4B0Y+qSFNueG4A3rvNTJ1jxD8V1Jbn6Bm2m1iWKPiFLY1/4nwSPFyysCu7Ff/vtD +hQNGvl3GyiEm/9cCnnRK3PgTFbGBVzbLZVzRHTF36SXDw7IyN9XxmAnkbWOACKsG +koHU6XCPpz+y7YaMgmo1yEJagtFSGkUPFaUA8JR7ZSdXOUPPfH/mvTWze/EZTN46 +ls/pdu4D58JDUjxqgejBWoC9EV2Ta/vH5mQ/u2kc6d0li690yVRAysuTEwrt+2aS +Ecr1wPrYg1UDfNPFIkZ1cGt5SAYqgpq/5usWDiJFAbzdNpQ0qTUmiteXue4Icr80 +knCDgKs4qllo3UCkGJCy89UDyibK79XH4I9TjvAA46jtn/mtd+ArY0+ew+43u3gJ +hJ65bvspmZDogNOfJA== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia TLS ECC Root CA O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia TLS ECC Root CA O=TrustAsia Technologies, Inc. +# Label: "TrustAsia TLS ECC Root CA" +# Serial: 310892014698942880364840003424242768478804666567 +# MD5 Fingerprint: 09:48:04:77:d2:fc:65:93:71:66:b1:11:95:4f:06:8c +# SHA1 Fingerprint: b5:ec:39:f3:a1:66:37:ae:c3:05:94:57:e2:be:11:be:b7:a1:7f:36 +# SHA256 Fingerprint: c0:07:6b:9e:f0:53:1f:b1:a6:56:d6:7c:4e:be:97:cd:5d:ba:a4:1e:f4:45:98:ac:c2:48:98:78:c9:2d:87:11 +-----BEGIN CERTIFICATE----- +MIICMTCCAbegAwIBAgIUNnThTXxlE8msg1UloD5Sfi9QaMcwCgYIKoZIzj0EAwMw +WDELMAkGA1UEBhMCQ04xJTAjBgNVBAoTHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xIjAgBgNVBAMTGVRydXN0QXNpYSBUTFMgRUNDIFJvb3QgQ0EwHhcNMjQw +NTE1MDU0MTU2WhcNNDQwNTE1MDU0MTU1WjBYMQswCQYDVQQGEwJDTjElMCMGA1UE +ChMcVHJ1c3RBc2lhIFRlY2hub2xvZ2llcywgSW5jLjEiMCAGA1UEAxMZVHJ1c3RB +c2lhIFRMUyBFQ0MgUm9vdCBDQTB2MBAGByqGSM49AgEGBSuBBAAiA2IABLh/pVs/ +AT598IhtrimY4ZtcU5nb9wj/1WrgjstEpvDBjL1P1M7UiFPoXlfXTr4sP/MSpwDp +guMqWzJ8S5sUKZ74LYO1644xST0mYekdcouJtgq7nDM1D9rs3qlKH8kzsaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQULIVTu7FDzTLqnqOH/qKYqKaT6RAw +DgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2gAMGUCMFRH18MtYYZI9HlaVQ01 +L18N9mdsd0AaRuf4aFtOJx24mH1/k78ITcTaRTChD15KeAIxAKORh/IRM4PDwYqR +OkwrULG9IpRdNYlzg8WbGf60oenUoWa2AaU2+dhoYSi3dOGiMQ== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia TLS RSA Root CA O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia TLS RSA Root CA O=TrustAsia Technologies, Inc. +# Label: "TrustAsia TLS RSA Root CA" +# Serial: 160405846464868906657516898462547310235378010780 +# MD5 Fingerprint: 3b:9e:c3:86:0f:34:3c:6b:c5:46:c4:8e:1d:e7:19:12 +# SHA1 Fingerprint: a5:46:50:c5:62:ea:95:9a:1a:a7:04:6f:17:58:c7:29:53:3d:03:fa +# SHA256 Fingerprint: 06:c0:8d:7d:af:d8:76:97:1e:b1:12:4f:e6:7f:84:7e:c0:c7:a1:58:d3:ea:53:cb:e9:40:e2:ea:97:91:f4:c3 +-----BEGIN CERTIFICATE----- +MIIFgDCCA2igAwIBAgIUHBjYz+VTPyI1RlNUJDxsR9FcSpwwDQYJKoZIhvcNAQEM +BQAwWDELMAkGA1UEBhMCQ04xJTAjBgNVBAoTHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xIjAgBgNVBAMTGVRydXN0QXNpYSBUTFMgUlNBIFJvb3QgQ0EwHhcN +MjQwNTE1MDU0MTU3WhcNNDQwNTE1MDU0MTU2WjBYMQswCQYDVQQGEwJDTjElMCMG +A1UEChMcVHJ1c3RBc2lhIFRlY2hub2xvZ2llcywgSW5jLjEiMCAGA1UEAxMZVHJ1 +c3RBc2lhIFRMUyBSU0EgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCC +AgoCggIBAMMWuBtqpERz5dZO9LnPWwvB0ZqB9WOwj0PBuwhaGnrhB3YmH49pVr7+ +NmDQDIPNlOrnxS1cLwUWAp4KqC/lYCZUlviYQB2srp10Zy9U+5RjmOMmSoPGlbYJ +Q1DNDX3eRA5gEk9bNb2/mThtfWza4mhzH/kxpRkQcwUqwzIZheo0qt1CHjCNP561 +HmHVb70AcnKtEj+qpklz8oYVlQwQX1Fkzv93uMltrOXVmPGZLmzjyUT5tUMnCE32 +ft5EebuyjBza00tsLtbDeLdM1aTk2tyKjg7/D8OmYCYozza/+lcK7Fs/6TAWe8Tb +xNRkoDD75f0dcZLdKY9BWN4ArTr9PXwaqLEX8E40eFgl1oUh63kd0Nyrz2I8sMeX +i9bQn9P+PN7F4/w6g3CEIR0JwqH8uyghZVNgepBtljhb//HXeltt08lwSUq6HTrQ +UNoyIBnkiz/r1RYmNzz7dZ6wB3C4FGB33PYPXFIKvF1tjVEK2sUYyJtt3LCDs3+j +TnhMmCWr8n4uIF6CFabW2I+s5c0yhsj55NqJ4js+k8UTav/H9xj8Z7XvGCxUq0DT +bE3txci3OE9kxJRMT6DNrqXGJyV1J23G2pyOsAWZ1SgRxSHUuPzHlqtKZFlhaxP8 +S8ySpg+kUb8OWJDZgoM5pl+z+m6Ss80zDoWo8SnTq1mt1tve1CuBAgMBAAGjQjBA +MA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFLgHkXlcBvRG/XtZylomkadFK/hT +MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQwFAAOCAgEAIZtqBSBdGBanEqT3 +Rz/NyjuujsCCztxIJXgXbODgcMTWltnZ9r96nBO7U5WS/8+S4PPFJzVXqDuiGev4 +iqME3mmL5Dw8veWv0BIb5Ylrc5tvJQJLkIKvQMKtuppgJFqBTQUYo+IzeXoLH5Pt +7DlK9RME7I10nYEKqG/odv6LTytpEoYKNDbdgptvT+Bz3Ul/KD7JO6NXBNiT2Twp +2xIQaOHEibgGIOcberyxk2GaGUARtWqFVwHxtlotJnMnlvm5P1vQiJ3koP26TpUJ +g3933FEFlJ0gcXax7PqJtZwuhfG5WyRasQmr2soaB82G39tp27RIGAAtvKLEiUUj +pQ7hRGU+isFqMB3iYPg6qocJQrmBktwliJiJ8Xw18WLK7nn4GS/+X/jbh87qqA8M +pugLoDzga5SYnH+tBuYc6kIQX+ImFTw3OffXvO645e8D7r0i+yiGNFjEWn9hongP +XvPKnbwbPKfILfanIhHKA9jnZwqKDss1jjQ52MjqjZ9k4DewbNfFj8GQYSbbJIwe +SsCI3zWQzj8C9GRh3sfIB5XeMhg6j6JCQCTl1jNdfK7vsU1P1FeQNWrcrgSXSYk0 +ly4wBOeY99sLAZDBHwo/+ML+TvrbmnNzFrwFuHnYWa8G5z9nODmxfKuU4CkUpijy +323imttUQ/hHWKNddBWcwauwxzQ= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 2 2023" +# Serial: 139766439402180512324132425437959641711 +# MD5 Fingerprint: 96:b4:78:09:f0:09:cb:77:eb:bb:1b:4d:6f:36:bc:b6 +# SHA1 Fingerprint: a5:5b:d8:47:6c:8f:19:f7:4c:f4:6d:6b:b6:c2:79:82:22:df:54:8b +# SHA256 Fingerprint: 8e:82:21:b2:e7:d4:00:78:36:a1:67:2f:0d:cc:29:9c:33:bc:07:d3:16:f1:32:fa:1a:20:6d:58:71:50:f1:ce +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQaSYJfoBLTKCnjHhiU19abzANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEVWIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA5MTAzM1oXDTM4MDUw +OTA5MTAzMlowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBANiOo4mAC7JXUtypU0w3uX9jFxPvp1sjW2l1sJkK +F8GLxNuo4MwxusLyzV3pt/gdr2rElYfXR8mV2IIEUD2BCP/kPbOx1sWy/YgJ25yE +7CUXFId/MHibaljJtnMoPDT3mfd/06b4HEV8rSyMlD/YZxBTfiLNTiVR8CUkNRFe +EMbsh2aJgWi6zCudR3Mfvc2RpHJqnKIbGKBv7FD0fUDCqDDPvXPIEysQEx6Lmqg6 +lHPTGGkKSv/BAQP/eX+1SH977ugpbzZMlWGG2Pmic4ruri+W7mjNPU0oQvlFKzIb +RlUWaqZLKfm7lVa/Rh3sHZMdwGWyH6FDrlaeoLGPaxK3YG14C8qKXO0elg6DpkiV +jTujIcSuWMYAsoS0I6SWhjW42J7YrDRJmGOVxcttSEfi8i4YHtAxq9107PncjLgc +jmgjutDzUNzPZY9zOjLHfP7KgiJPvo5iR2blzYfi6NUPGJ/lBHJLRjwQ8kTCZFZx +TnXonMkmdMV9WdEKWw9t/p51HBjGGjp82A0EzM23RWV6sY+4roRIPrN6TagD4uJ+ +ARZZaBhDM7DS3LAaQzXupdqpRlyuhoFBAUp0JuyfBr/CBTdkdXgpaP3F9ev+R/nk +hbDhezGdpn9yo7nELC7MmVcOIQxFAZRl62UJxmMiCzNJkkg8/M3OsD6Onov4/knF +NXJHAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUqvyREBuH +kV8Wub9PS5FeAByxMoAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfZXZfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQCTy6UfmRHsmg1fLBWTxj++EI14 +QvBukEdHjqOSMo1wj/Zbjb6JzkcBahsgIIlbyIIQbODnmaprxiqgYzWRaoUlrRc4 +pZt+UPJ26oUFKidBK7GB0aL2QHWpDsvxVUjY7NHss+jOFKE17MJeNRqrphYBBo7q +3C+jisosketSjl8MmxfPy3MHGcRqwnNU73xDUmPBEcrCRbH0O1P1aa4846XerOhU +t7KR/aypH/KH5BfGSah82ApB9PI+53c0BFLd6IHyTS9URZ0V4U/M5d40VxDJI3IX +cI1QcB9WbMy5/zpaT2N6w25lBx2Eof+pDGOJbbJAiDnXH3dotfyc1dZnaVuodNv8 +ifYbMvekJKZ2t0dT741Jj6m2g1qllpBFYfXeA08mD6iL8AOWsKwV0HFaanuU5nCT +2vFp4LJiTZ6P/4mdm13NRemUAiKN4DV/6PEEeXFsVIP4M7kFMhtYVRFP0OUnR3Hs +7dpn1mKmS00PaaLJvOwiS5THaJQXfuKOKD62xur1NGyfN4gHONuGcfrNlUhDbqNP +gofXNJhuS5N5YHVpD/Aa1VP6IQzCP+k/HxiMkl14p3ZnGbuy6n/pcAlWVqOwDAst +Nl7F6cTVg8uGF5csbBNvh1qvSaYd2804BC5f4ko1Di1L+KIkBI3Y4WNeApI02phh +XBxvWHZks/wCuPWdCg== +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign RSA TLS Root CA 2022 - 1 O=SwissSign AG +# Subject: CN=SwissSign RSA TLS Root CA 2022 - 1 O=SwissSign AG +# Label: "SwissSign RSA TLS Root CA 2022 - 1" +# Serial: 388078645722908516278762308316089881486363258315 +# MD5 Fingerprint: 16:2e:e4:19:76:81:85:ba:8e:91:58:f1:15:ef:72:39 +# SHA1 Fingerprint: 81:34:0a:be:4c:cd:ce:cc:e7:7d:cc:8a:d4:57:e2:45:a0:77:5d:ce +# SHA256 Fingerprint: 19:31:44:f4:31:e0:fd:db:74:07:17:d4:de:92:6a:57:11:33:88:4b:43:60:d3:0e:27:29:13:cb:e6:60:ce:41 +-----BEGIN CERTIFICATE----- +MIIFkzCCA3ugAwIBAgIUQ/oMX04bgBhE79G0TzUfRPSA7cswDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzErMCkGA1UE +AxMiU3dpc3NTaWduIFJTQSBUTFMgUm9vdCBDQSAyMDIyIC0gMTAeFw0yMjA2MDgx +MTA4MjJaFw00NzA2MDgxMTA4MjJaMFExCzAJBgNVBAYTAkNIMRUwEwYDVQQKEwxT +d2lzc1NpZ24gQUcxKzApBgNVBAMTIlN3aXNzU2lnbiBSU0EgVExTIFJvb3QgQ0Eg +MjAyMiAtIDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDLKmjiC8NX +vDVjvHClO/OMPE5Xlm7DTjak9gLKHqquuN6orx122ro10JFwB9+zBvKK8i5VUXu7 +LCTLf5ImgKO0lPaCoaTo+nUdWfMHamFk4saMla+ju45vVs9xzF6BYQ1t8qsCLqSX +5XH8irCRIFucdFJtrhUnWXjyCcplDn/L9Ovn3KlMd/YrFgSVrpxxpT8q2kFC5zyE +EPThPYxr4iuRR1VPuFa+Rd4iUU1OKNlfGUEGjw5NBuBwQCMBauTLE5tzrE0USJIt +/m2n+IdreXXhvhCxqohAWVTXz8TQm0SzOGlkjIHRI36qOTw7D59Ke4LKa2/KIj4x +0LDQKhySio/YGZxH5D4MucLNvkEM+KRHBdvBFzA4OmnczcNpI/2aDwLOEGrOyvi5 +KaM2iYauC8BPY7kGWUleDsFpswrzd34unYyzJ5jSmY0lpx+Gs6ZUcDj8fV3oT4MM +0ZPlEuRU2j7yrTrePjxF8CgPBrnh25d7mUWe3f6VWQQvdT/TromZhqwUtKiE+shd +OxtYk8EXlFXIC+OCeYSf8wCENO7cMdWP8vpPlkwGqnj73mSiI80fPsWMvDdUDrta +clXvyFu1cvh43zcgTFeRc5JzrBh3Q4IgaezprClG5QtO+DdziZaKHG29777YtvTK +wP1H8K4LWCDFyB02rpeNUIMmJCn3nTsPBQIDAQABo2MwYTAPBgNVHRMBAf8EBTAD +AQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBRvjmKLk0Ow4UD2p8P98Q+4 +DxU4pTAdBgNVHQ4EFgQUb45ii5NDsOFA9qfD/fEPuA8VOKUwDQYJKoZIhvcNAQEL +BQADggIBAKwsKUF9+lz1GpUYvyypiqkkVHX1uECry6gkUSsYP2OprphWKwVDIqO3 +10aewCoSPY6WlkDfDDOLazeROpW7OSltwAJsipQLBwJNGD77+3v1dj2b9l4wBlgz +Hqp41eZUBDqyggmNzhYzWUUo8aWjlw5DI/0LIICQ/+Mmz7hkkeUFjxOgdg3XNwwQ +iJb0Pr6VvfHDffCjw3lHC1ySFWPtUnWK50Zpy1FVCypM9fJkT6lc/2cyjlUtMoIc +gC9qkfjLvH4YoiaoLqNTKIftV+Vlek4ASltOU8liNr3CjlvrzG4ngRhZi0Rjn9UM +ZfQpZX+RLOV/fuiJz48gy20HQhFRJjKKLjpHE7iNvUcNCfAWpO2Whi4Z2L6MOuhF +LhG6rlrnub+xzI/goP+4s9GFe3lmozm1O2bYQL7Pt2eLSMkZJVX8vY3PXtpOpvJp +zv1/THfQwUY1mFwjmwJFQ5Ra3bxHrSL+ul4vkSkphnsh3m5kt8sNjzdbowhq6/Td +Ao9QAwKxuDdollDruF/UKIqlIgyKhPBZLtU30WHlQnNYKoH3dtvi4k0NX/a3vgW0 +rk4N3hY9A4GzJl5LuEsAz/+MF7psYC0nhzck5npgL7XTgwSqT0N1osGDsieYK7EO +gLrAhV5Cud+xYJHT6xh+cHiudoO+cVrQkOPKwRYlZ0rwtnu64ZzZ +-----END CERTIFICATE----- + +# Issuer: CN=OISTE Server Root ECC G1 O=OISTE Foundation +# Subject: CN=OISTE Server Root ECC G1 O=OISTE Foundation +# Label: "OISTE Server Root ECC G1" +# Serial: 47819833811561661340092227008453318557 +# MD5 Fingerprint: 42:a7:d2:35:ae:02:92:db:19:76:08:de:2f:05:b4:d4 +# SHA1 Fingerprint: 3b:f6:8b:09:ae:2a:92:7b:ba:e3:8d:3f:11:95:d9:e6:44:0c:45:e2 +# SHA256 Fingerprint: ee:c9:97:c0:c3:0f:21:6f:7e:3b:8b:30:7d:2b:ae:42:41:2d:75:3f:c8:21:9d:af:d1:52:0b:25:72:85:0f:49 +-----BEGIN CERTIFICATE----- +MIICNTCCAbqgAwIBAgIQI/nD1jWvjyhLH/BU6n6XnTAKBggqhkjOPQQDAzBLMQsw +CQYDVQQGEwJDSDEZMBcGA1UECgwQT0lTVEUgRm91bmRhdGlvbjEhMB8GA1UEAwwY +T0lTVEUgU2VydmVyIFJvb3QgRUNDIEcxMB4XDTIzMDUzMTE0NDIyOFoXDTQ4MDUy +NDE0NDIyN1owSzELMAkGA1UEBhMCQ0gxGTAXBgNVBAoMEE9JU1RFIEZvdW5kYXRp +b24xITAfBgNVBAMMGE9JU1RFIFNlcnZlciBSb290IEVDQyBHMTB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABBcv+hK8rBjzCvRE1nZCnrPoH7d5qVi2+GXROiFPqOujvqQy +cvO2Ackr/XeFblPdreqqLiWStukhEaivtUwL85Zgmjvn6hp4LrQ95SjeHIC6XG4N +2xml4z+cKrhAS93mT6NjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBQ3 +TYhlz/w9itWj8UnATgwQb0K0nDAdBgNVHQ4EFgQUN02IZc/8PYrVo/FJwE4MEG9C +tJwwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2kAMGYCMQCpKjAd0MKfkFFR +QD6VVCHNFmb3U2wIFjnQEnx/Yxvf4zgAOdktUyBFCxxgZzFDJe0CMQCSia7pXGKD +YmH5LVerVrkR3SW+ak5KGoJr3M/TvEqzPNcum9v4KGm8ay3sMaE641c= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE Server Root RSA G1 O=OISTE Foundation +# Subject: CN=OISTE Server Root RSA G1 O=OISTE Foundation +# Label: "OISTE Server Root RSA G1" +# Serial: 113845518112613905024960613408179309848 +# MD5 Fingerprint: 23:a7:9e:d4:70:b8:b9:14:57:41:8a:7e:44:59:e2:68 +# SHA1 Fingerprint: f7:00:34:25:94:88:68:31:e4:34:87:3f:70:fe:86:b3:86:9f:f0:6e +# SHA256 Fingerprint: 9a:e3:62:32:a5:18:9f:fd:db:35:3d:fd:26:52:0c:01:53:95:d2:27:77:da:c5:9d:b5:7b:98:c0:89:a6:51:e6 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIQVaXZZ5Qoxu0M+ifdWwFNGDANBgkqhkiG9w0BAQwFADBL +MQswCQYDVQQGEwJDSDEZMBcGA1UECgwQT0lTVEUgRm91bmRhdGlvbjEhMB8GA1UE +AwwYT0lTVEUgU2VydmVyIFJvb3QgUlNBIEcxMB4XDTIzMDUzMTE0MzcxNloXDTQ4 +MDUyNDE0MzcxNVowSzELMAkGA1UEBhMCQ0gxGTAXBgNVBAoMEE9JU1RFIEZvdW5k +YXRpb24xITAfBgNVBAMMGE9JU1RFIFNlcnZlciBSb290IFJTQSBHMTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAKqu9KuCz/vlNwvn1ZatkOhLKdxVYOPM +vLO8LZK55KN68YG0nnJyQ98/qwsmtO57Gmn7KNByXEptaZnwYx4M0rH/1ow00O7b +rEi56rAUjtgHqSSY3ekJvqgiG1k50SeH3BzN+Puz6+mTeO0Pzjd8JnduodgsIUzk +ik/HEzxux9UTl7Ko2yRpg1bTacuCErudG/L4NPKYKyqOBGf244ehHa1uzjZ0Dl4z +O8vbUZeUapU8zhhabkvG/AePLhq5SvdkNCncpo1Q4Y2LS+VIG24ugBA/5J8bZT8R +tOpXaZ+0AOuFJJkk9SGdl6r7NH8CaxWQrbueWhl/pIzY+m0o/DjH40ytas7ZTpOS +jswMZ78LS5bOZmdTaMsXEY5Z96ycG7mOaES3GK/m5Q9l3JUJsJMStR8+lKXHiHUh +sd4JJCpM4rzsTGdHwimIuQq6+cF0zowYJmXa92/GjHtoXAvuY8BeS/FOzJ8vD+Ho +mnqT8eDI278n5mUpezbgMxVz8p1rhAhoKzYHKyfMeNhqhw5HdPSqoBNdZH702xSu ++zrkL8Fl47l6QGzwBrd7KJvX4V84c5Ss2XCTLdyEr0YconosP4EmQufU2MVshGYR +i3drVByjtdgQ8K4p92cIiBdcuJd5z+orKu5YM+Vt6SmqZQENghPsJQtdLEByFSnT +kCz3GkPVavBpAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU +8snBDw1jALvsRQ5KH7WxszbNDo0wHQYDVR0OBBYEFPLJwQ8NYwC77EUOSh+1sbM2 +zQ6NMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQwFAAOCAgEANGd5sjrG5T33 +I3K5Ce+SrScfoE4KsvXaFwyihdJ+klH9FWXXXGtkFu6KRcoMQzZENdl//nk6HOjG +5D1rd9QhEOP28yBOqb6J8xycqd+8MDoX0TJD0KqKchxRKEzdNsjkLWd9kYccnbz8 +qyiWXmFcuCIzGEgWUOrKL+mlSdx/PKQZvDatkuK59EvV6wit53j+F8Bdh3foZ3dP +AGav9LEDOr4SfEE15fSmG0eLy3n31r8Xbk5l8PjaV8GUgeV6Vg27Rn9vkf195hfk +gSe7BYhW3SCl95gtkRlpMV+bMPKZrXJAlszYd2abtNUOshD+FKrDgHGdPY3ofRRs +YWSGRqbXVMW215AWRqWFyp464+YTFrYVI8ypKVL9AMb2kI5Wj4kI3Zaq5tNqqYY1 +9tVFeEJKRvwDyF7YZvZFZSS0vod7VSCd9521Kvy5YhnLbDuv0204bKt7ph6N/Ome +/msVuduCmsuY33OhkKCgxeDoAaijFJzIwZqsFVAzje18KotzlUBDJvyBpCpfOZC3 +J8tRd/iWkx7P8nd9H0aTolkelUTFLXVksNb54Dxp6gS1HAviRkRNQzuXSXERvSS2 +wq1yVAb+axj5d9spLFKebXd7Yv0PTY6YMjAwcRLWJTXjn/hvnLXrahut6hDTlhZy +BiElxky8j3C7DOReIoMt0r7+hVu05L0= +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno TLS Root CA 2023 O=Microsec Ltd. +# Subject: CN=e-Szigno TLS Root CA 2023 O=Microsec Ltd. +# Label: "e-Szigno TLS Root CA 2023" +# Serial: 71934828665710877219916191754 +# MD5 Fingerprint: 6a:e9:99:74:a5:da:5e:f1:d9:2e:f2:c8:d1:86:8b:71 +# SHA1 Fingerprint: 6f:9a:d5:d5:df:e8:2c:eb:be:37:07:ee:4f:4f:52:58:29:41:d1:fe +# SHA256 Fingerprint: b4:91:41:50:2d:00:66:3d:74:0f:2e:7e:c3:40:c5:28:00:96:26:66:12:1a:36:d0:9c:f7:dd:2b:90:38:4f:b4 +-----BEGIN CERTIFICATE----- +MIICzzCCAjGgAwIBAgINAOhvGHvWOWuYSkmYCjAKBggqhkjOPQQDBDB1MQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xFzAVBgNVBGEMDlZBVEhVLTIzNTg0NDk3MSIwIAYDVQQDDBllLVN6aWdubyBU +TFMgUm9vdCBDQSAyMDIzMB4XDTIzMDcxNzE0MDAwMFoXDTM4MDcxNzE0MDAwMFow +dTELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRYwFAYDVQQKDA1NaWNy +b3NlYyBMdGQuMRcwFQYDVQRhDA5WQVRIVS0yMzU4NDQ5NzEiMCAGA1UEAwwZZS1T +emlnbm8gVExTIFJvb3QgQ0EgMjAyMzCBmzAQBgcqhkjOPQIBBgUrgQQAIwOBhgAE +AGgP36J8PKp0iGEKjcJMpQEiFNT3YHdCnAo4YKGMZz6zY+n6kbCLS+Y53wLCMAFS +AL/fjO1ZrTJlqwlZULUZwmgcAOAFX9pQJhzDrAQixTpN7+lXWDajwRlTEArRzT/v +SzUaQ49CE0y5LBqcvjC2xN7cS53kpDzLLtmt3999Cd8ukv+ho2MwYTAPBgNVHRMB +Af8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUWYQCYlpGePVd3I8K +ECgj3NXW+0UwHwYDVR0jBBgwFoAUWYQCYlpGePVd3I8KECgj3NXW+0UwCgYIKoZI +zj0EAwQDgYsAMIGHAkIBLdqu9S54tma4n7Zwf2Z0z+yOfP7AAXmazlIC58PRDHpt +y7Ve7hekm9sEdu4pKeiv+62sUvTXK9Z3hBC9xdIoaDQCQTV2WnXzkoYI9bIeCvZl +C9p2x1L/Cx6AcCIwwzPbGO2E14vs7dOoY4G1VnxHx1YwlGhza9IuqbnZLBwpvQy6 +uWWL +-----END CERTIFICATE----- diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..2f2f7e0 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,83 @@ +""" +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") + +else: + + 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") diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed b/test/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/LICENSE.txt b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/LICENSE.txt new file mode 100644 index 0000000..c31ac56 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/LICENSE.txt @@ -0,0 +1,284 @@ +A. HISTORY OF THE SOFTWARE +========================== + +Python was created in the early 1990s by Guido van Rossum at Stichting +Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands +as a successor of a language called ABC. Guido remains Python's +principal author, although it includes many contributions from others. + +In 1995, Guido continued his work on Python at the Corporation for +National Research Initiatives (CNRI, see http://www.cnri.reston.va.us) +in Reston, Virginia where he released several versions of the +software. + +In May 2000, Guido and the Python core development team moved to +BeOpen.com to form the BeOpen PythonLabs team. In October of the same +year, the PythonLabs team moved to Digital Creations (now Zope +Corporation, see http://www.zope.com). In 2001, the Python Software +Foundation (PSF, see http://www.python.org/psf/) was formed, a +non-profit organization created specifically to own Python-related +Intellectual Property. Zope Corporation is a sponsoring member of +the PSF. + +All Python releases are Open Source (see http://www.opensource.org for +the Open Source Definition). Historically, most, but not all, Python +releases have also been GPL-compatible; the table below summarizes +the various releases. + + Release Derived Year Owner GPL- + from compatible? (1) + + 0.9.0 thru 1.2 1991-1995 CWI yes + 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes + 1.6 1.5.2 2000 CNRI no + 2.0 1.6 2000 BeOpen.com no + 1.6.1 1.6 2001 CNRI yes (2) + 2.1 2.0+1.6.1 2001 PSF no + 2.0.1 2.0+1.6.1 2001 PSF yes + 2.1.1 2.1+2.0.1 2001 PSF yes + 2.2 2.1.1 2001 PSF yes + 2.1.2 2.1.1 2002 PSF yes + 2.1.3 2.1.2 2002 PSF yes + 2.2.1 2.2 2002 PSF yes + 2.2.2 2.2.1 2002 PSF yes + 2.2.3 2.2.2 2003 PSF yes + 2.3 2.2.2 2002-2003 PSF yes + 2.3.1 2.3 2002-2003 PSF yes + 2.3.2 2.3.1 2002-2003 PSF yes + 2.3.3 2.3.2 2002-2003 PSF yes + 2.3.4 2.3.3 2004 PSF yes + 2.3.5 2.3.4 2005 PSF yes + 2.4 2.3 2004 PSF yes + 2.4.1 2.4 2005 PSF yes + 2.4.2 2.4.1 2005 PSF yes + 2.4.3 2.4.2 2006 PSF yes + 2.4.4 2.4.3 2006 PSF yes + 2.5 2.4 2006 PSF yes + 2.5.1 2.5 2007 PSF yes + 2.5.2 2.5.1 2008 PSF yes + 2.5.3 2.5.2 2008 PSF yes + 2.6 2.5 2008 PSF yes + 2.6.1 2.6 2008 PSF yes + 2.6.2 2.6.1 2009 PSF yes + 2.6.3 2.6.2 2009 PSF yes + 2.6.4 2.6.3 2009 PSF yes + 2.6.5 2.6.4 2010 PSF yes + 3.0 2.6 2008 PSF yes + 3.0.1 3.0 2009 PSF yes + 3.1 3.0.1 2009 PSF yes + 3.1.1 3.1 2009 PSF yes + 3.1.2 3.1 2010 PSF yes + 3.2 3.1 2010 PSF yes + +Footnotes: + +(1) GPL-compatible doesn't mean that we're distributing Python under + the GPL. All Python licenses, unlike the GPL, let you distribute + a modified version without making your changes open source. The + GPL-compatible licenses make it possible to combine Python with + other software that is released under the GPL; the others don't. + +(2) According to Richard Stallman, 1.6.1 is not GPL-compatible, + because its license has a choice of law clause. According to + CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1 + is "not incompatible" with the GPL. + +Thanks to the many outside volunteers who have worked under Guido's +direction to make these releases possible. + + +B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON +=============================================================== + +PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 +-------------------------------------------- + +1. This LICENSE AGREEMENT is between the Python Software Foundation +("PSF"), and the Individual or Organization ("Licensee") accessing and +otherwise using this software ("Python") in source or binary form and +its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, PSF hereby +grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce, +analyze, test, perform and/or display publicly, prepare derivative works, +distribute, and otherwise use Python alone or in any derivative version, +provided, however, that PSF's License Agreement and PSF's notice of copyright, +i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +Python Software Foundation; All Rights Reserved" are retained in Python alone or +in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python. + +4. PSF is making Python available to Licensee on an "AS IS" +basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between PSF and +Licensee. This License Agreement does not grant permission to use PSF +trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using Python, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0 +------------------------------------------- + +BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1 + +1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an +office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the +Individual or Organization ("Licensee") accessing and otherwise using +this software in source or binary form and its associated +documentation ("the Software"). + +2. Subject to the terms and conditions of this BeOpen Python License +Agreement, BeOpen hereby grants Licensee a non-exclusive, +royalty-free, world-wide license to reproduce, analyze, test, perform +and/or display publicly, prepare derivative works, distribute, and +otherwise use the Software alone or in any derivative version, +provided, however, that the BeOpen Python License is retained in the +Software, alone or in any derivative version prepared by Licensee. + +3. BeOpen is making the Software available to Licensee on an "AS IS" +basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE +SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS +AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY +DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +5. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +6. This License Agreement shall be governed by and interpreted in all +respects by the law of the State of California, excluding conflict of +law provisions. Nothing in this License Agreement shall be deemed to +create any relationship of agency, partnership, or joint venture +between BeOpen and Licensee. This License Agreement does not grant +permission to use BeOpen trademarks or trade names in a trademark +sense to endorse or promote products or services of Licensee, or any +third party. As an exception, the "BeOpen Python" logos available at +http://www.pythonlabs.com/logos.html may be used according to the +permissions granted on that web page. + +7. By copying, installing or otherwise using the software, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. + + +CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1 +--------------------------------------- + +1. This LICENSE AGREEMENT is between the Corporation for National +Research Initiatives, having an office at 1895 Preston White Drive, +Reston, VA 20191 ("CNRI"), and the Individual or Organization +("Licensee") accessing and otherwise using Python 1.6.1 software in +source or binary form and its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, CNRI +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use Python 1.6.1 +alone or in any derivative version, provided, however, that CNRI's +License Agreement and CNRI's notice of copyright, i.e., "Copyright (c) +1995-2001 Corporation for National Research Initiatives; All Rights +Reserved" are retained in Python 1.6.1 alone or in any derivative +version prepared by Licensee. Alternately, in lieu of CNRI's License +Agreement, Licensee may substitute the following text (omitting the +quotes): "Python 1.6.1 is made available subject to the terms and +conditions in CNRI's License Agreement. This Agreement together with +Python 1.6.1 may be located on the Internet using the following +unique, persistent identifier (known as a handle): 1895.22/1013. This +Agreement may also be obtained from a proxy server on the Internet +using the following URL: http://hdl.handle.net/1895.22/1013". + +3. In the event Licensee prepares a derivative work that is based on +or incorporates Python 1.6.1 or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to Python 1.6.1. + +4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS" +basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON +1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. This License Agreement shall be governed by the federal +intellectual property law of the United States, including without +limitation the federal copyright law, and, to the extent such +U.S. federal law does not apply, by the law of the Commonwealth of +Virginia, excluding Virginia's conflict of law provisions. +Notwithstanding the foregoing, with regard to derivative works based +on Python 1.6.1 that incorporate non-separable material that was +previously distributed under the GNU General Public License (GPL), the +law of the Commonwealth of Virginia shall govern this License +Agreement only as to issues arising under or with respect to +Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this +License Agreement shall be deemed to create any relationship of +agency, partnership, or joint venture between CNRI and Licensee. This +License Agreement does not grant permission to use CNRI trademarks or +trade name in a trademark sense to endorse or promote products or +services of Licensee, or any third party. + +8. By clicking on the "ACCEPT" button where indicated, or by copying, +installing or otherwise using Python 1.6.1, Licensee agrees to be +bound by the terms and conditions of this License Agreement. + + ACCEPT + + +CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2 +-------------------------------------------------- + +Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam, +The Netherlands. All rights reserved. + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the name of Stichting Mathematisch +Centrum or CWI not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior +permission. + +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..4e82943 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2024 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.4.0' + + +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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7839983ec37f058579ca6c8f72a5d5cd9ef812be GIT binary patch literal 1265 zcmaJ=%}X0m5TCc%Y_f?TiB@Z^UqvsWn6)2=9!fz_T0wH?&Alu!`5tbd zYZAbBI<%M45*i;-I0O?+W`hofdm{@dfLG{ zJC7f;mWRsKm4VJpTS8CyxOHgTGVs|X@aPnXA&QOs3i8L0qpR)L*{^ewm*Cy}25d%_ zV1s4iKglGw6`jdG&CV1$_5iJvph3|NF?F4ppi4f>NI`1Oay{Exp5H9+s%JTsTqY94 z4Wp7TbHfM{hEaCRnoV+-VXW2icJt;48booWYbB@5wc2v6;?=a8U8*f>9(O%0yUr`? z8b;QtzE^T8PqL35Yp&(->1w{PnlEx!t6EjfKr_=3n%PW4GYqR@d4`d#`a(v65GZdq zim(Ica$KlweTD_eT+Oy$%QKDUe-mzX=q<3yv^d@|u_sG;4uU3NzX2yOCA4sT;)m2Gy_)=Uu6= zhW`@^ny-*j^rCc&N9JYA+e+PJAKghh=97XTbSs7DxMjUHgV-+BhNla~r(>YjfIxYgs`Z1k%hP&L{NdSW zb!uBV2jvXXr;y%%crg71CVtn)A>MxhNj7>ZtI^TD;-Rze`~no~QB+=qT{%!@B{-3W LXU8KaV+`>RPLmA7 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5944afdbfaba0c1bd809aed736674c4870f406c6 GIT binary patch literal 45596 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 SjXmAjS$3pM|G$*-NdF%#_9yrN literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46881e79fb376757a084b83eac4d0056e3319b86 GIT binary patch literal 17321 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3b9e8a4156e2177388a15a4c5d2889a8fb51affd GIT binary patch literal 19776 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 bZTx$1G^5M@;XwyfAuQj2EqS`DPV;{OuoW16 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a9897170c61e2db6cd923c35c4933c12c88555b GIT binary patch literal 88270 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 YU$t1eIKyA-I0}unu2jQcr*H`WKkD8<5dZ)H literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..ca561dd --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1137 @@ +# -*- 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py @@ -0,0 +1,358 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import bisect +import io +import logging +import os +import pkgutil +import sys +import types +import zipimport + +from . import DistlibException +from .util import cached_property, get_cache_base, Cache + +logger = logging.getLogger(__name__) + + +cache = None # created when needed + + +class ResourceCache(Cache): + def __init__(self, base=None): + if base is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('resource-cache')) + super(ResourceCache, self).__init__(base) + + def is_stale(self, resource, path): + """ + Is the cache stale for the given resource? + + :param resource: The :class:`Resource` being cached. + :param path: The path of the resource in the cache. + :return: True if the cache is stale. + """ + # Cache invalidation is a hard problem :-) + return True + + def get(self, resource): + """ + Get a resource into the cache, + + :param resource: A :class:`Resource` instance. + :return: The pathname of the resource in the cache. + """ + prefix, path = resource.finder.get_cache_info(resource) + if prefix is None: + result = path + else: + result = os.path.join(self.base, self.prefix_to_dir(prefix), path) + dirname = os.path.dirname(result) + if not os.path.isdir(dirname): + os.makedirs(dirname) + if not os.path.exists(result): + stale = True + else: + stale = self.is_stale(resource, path) + if stale: + # write the bytes of the resource to the cache location + with open(result, 'wb') as f: + f.write(resource.bytes) + return result + + +class ResourceBase(object): + def __init__(self, finder, name): + self.finder = finder + self.name = name + + +class Resource(ResourceBase): + """ + A class representing an in-package resource, such as a data file. This is + not normally instantiated by user code, but rather by a + :class:`ResourceFinder` which manages the resource. + """ + is_container = False # Backwards compatibility + + def as_stream(self): + """ + Get the resource as a stream. + + This is not a property to make it obvious that it returns a new stream + each time. + """ + return self.finder.get_stream(self) + + @cached_property + def file_path(self): + global cache + if cache is None: + cache = ResourceCache() + return cache.get(self) + + @cached_property + def bytes(self): + return self.finder.get_bytes(self) + + @cached_property + def size(self): + return self.finder.get_size(self) + + +class ResourceContainer(ResourceBase): + is_container = True # Backwards compatibility + + @cached_property + def resources(self): + return self.finder.get_resources(self) + + +class ResourceFinder(object): + """ + Resource finder for file system resources. + """ + + if sys.platform.startswith('java'): + skipped_extensions = ('.pyc', '.pyo', '.class') + else: + skipped_extensions = ('.pyc', '.pyo') + + def __init__(self, module): + self.module = module + self.loader = getattr(module, '__loader__', None) + self.base = os.path.dirname(getattr(module, '__file__', '')) + + def _adjust_path(self, path): + return os.path.realpath(path) + + def _make_path(self, resource_name): + # Issue #50: need to preserve type of path on Python 2.x + # like os.path._get_sep + if isinstance(resource_name, bytes): # should only happen on 2.x + sep = b'/' + else: + sep = '/' + parts = resource_name.split(sep) + parts.insert(0, self.base) + result = os.path.join(*parts) + return self._adjust_path(result) + + def _find(self, path): + return os.path.exists(path) + + def get_cache_info(self, resource): + return None, resource.path + + def find(self, resource_name): + path = self._make_path(resource_name) + if not self._find(path): + result = None + else: + if self._is_directory(path): + result = ResourceContainer(self, resource_name) + else: + result = Resource(self, resource_name) + result.path = path + return result + + def get_stream(self, resource): + return open(resource.path, 'rb') + + def get_bytes(self, resource): + with open(resource.path, 'rb') as f: + return f.read() + + def get_size(self, resource): + return os.path.getsize(resource.path) + + def get_resources(self, resource): + def allowed(f): + return (f != '__pycache__' and not + f.endswith(self.skipped_extensions)) + return set([f for f in os.listdir(resource.path) if allowed(f)]) + + def is_container(self, resource): + return self._is_directory(resource.path) + + _is_directory = staticmethod(os.path.isdir) + + def iterator(self, resource_name): + resource = self.find(resource_name) + if resource is not None: + todo = [resource] + while todo: + resource = todo.pop(0) + yield resource + if resource.is_container: + rname = resource.name + for name in resource.resources: + if not rname: + new_name = name + else: + new_name = '/'.join([rname, name]) + child = self.find(new_name) + if child.is_container: + todo.append(child) + else: + yield child + + +class ZipResourceFinder(ResourceFinder): + """ + Resource finder for resources in .zip files. + """ + def __init__(self, module): + super(ZipResourceFinder, self).__init__(module) + archive = self.loader.archive + self.prefix_len = 1 + len(archive) + # PyPy doesn't have a _files attr on zipimporter, and you can't set one + if hasattr(self.loader, '_files'): + self._files = self.loader._files + else: + self._files = zipimport._zip_directory_cache[archive] + self.index = sorted(self._files) + + def _adjust_path(self, path): + return path + + def _find(self, path): + path = path[self.prefix_len:] + if path in self._files: + result = True + else: + if path and path[-1] != os.sep: + path = path + os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + if not result: + logger.debug('_find failed: %r %r', path, self.loader.prefix) + else: + logger.debug('_find worked: %r %r', path, self.loader.prefix) + return result + + def get_cache_info(self, resource): + prefix = self.loader.archive + path = resource.path[1 + len(prefix):] + return prefix, path + + def get_bytes(self, resource): + return self.loader.get_data(resource.path) + + def get_stream(self, resource): + return io.BytesIO(self.get_bytes(resource)) + + def get_size(self, resource): + path = resource.path[self.prefix_len:] + return self._files[path][3] + + def get_resources(self, resource): + path = resource.path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + plen = len(path) + result = set() + i = bisect.bisect(self.index, path) + while i < len(self.index): + if not self.index[i].startswith(path): + break + s = self.index[i][plen:] + result.add(s.split(os.sep, 1)[0]) # only immediate children + i += 1 + return result + + def _is_directory(self, path): + path = path[self.prefix_len:] + if path and path[-1] != os.sep: + path += os.sep + i = bisect.bisect(self.index, path) + try: + result = self.index[i].startswith(path) + except IndexError: + result = False + return result + + +_finder_registry = { + type(None): ResourceFinder, + zipimport.zipimporter: ZipResourceFinder +} + +try: + # In Python 3.6, _frozen_importlib -> _frozen_importlib_external + try: + import _frozen_importlib_external as _fi + except ImportError: + import _frozen_importlib as _fi + _finder_registry[_fi.SourceFileLoader] = ResourceFinder + _finder_registry[_fi.FileFinder] = ResourceFinder + # See issue #146 + _finder_registry[_fi.SourcelessFileLoader] = ResourceFinder + del _fi +except (ImportError, AttributeError): + pass + + +def register_finder(loader, finder_maker): + _finder_registry[type(loader)] = finder_maker + + +_finder_cache = {} + + +def finder(package): + """ + Return a resource finder for a package. + :param package: The name of the package. + :return: A :class:`ResourceFinder` instance for the package. + """ + if package in _finder_cache: + result = _finder_cache[package] + else: + if package not in sys.modules: + __import__(package) + module = sys.modules[package] + path = getattr(module, '__path__', None) + if path is None: + raise DistlibException('You cannot get a finder for a module, ' + 'only for a package') + loader = getattr(module, '__loader__', None) + finder_maker = _finder_registry.get(type(loader)) + if finder_maker is None: + raise DistlibException('Unable to locate finder for %r' % package) + result = finder_maker(module) + _finder_cache[package] = result + return result + + +_dummy_module = types.ModuleType(str('__dummy__')) + + +def finder_for_path(path): + """ + Return a resource finder for a path, which should represent a container. + + :param path: The path. + :return: A :class:`ResourceFinder` instance for the path. + """ + result = None + # calls any path hooks, gets importer into cache + pkgutil.get_importer(path) + loader = sys.path_importer_cache.get(path) + finder = _finder_registry.get(type(loader)) + if finder: + module = _dummy_module + module.__file__ = os.path.join(path, '') + module.__loader__ = loader + result = finder(module) + return result diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..195dc3f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,447 @@ +# -*- 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 +if __name__ == '__main__': + from %(module)s import %(import_name)s + 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. + +if os.name == 'nt' or (os.name == 'java' and os._name == 'nt'): + # 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 + elif getattr(sys, "cross_compiling", False): + # In a cross-compiling environment, the shebang will likely be a + # script; this *must* be invoked with the "safe" version of the + # shebang, or else using os.exec() to run the entry script will + # fail, raising "OSError 8 [Errno 8] Exec format error". + simple_shebang = False + 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"' '''\n" + 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 + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

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

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe new file mode 100644 index 0000000000000000000000000000000000000000..e8bebdba6d8f242244bf397ab067965d47c5093e GIT binary patch literal 108032 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%0AHbpwE%ZM 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 H#ex3;_fXA_ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..0d5bd7a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,1984 @@ +# +# 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'): + if not isinstance(hashed_invalidation, py_compile.PycInvalidationMode): + hashed_invalidation = py_compile.PycInvalidationMode.CHECKED_HASH + compile_kwargs['invalidation_mode'] = hashed_invalidation + 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, use_abspath=True): + """ + 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 use_abspath else 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, use_abspath=True): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix, use_abspath=use_abspath) + + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe new file mode 100644 index 0000000000000000000000000000000000000000..951d5817c9e6d81c94a173a0d9fead7f1f143331 GIT binary patch literal 168448 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe new file mode 100644 index 0000000000000000000000000000000000000000..5763076d2878093971a0ef9870e1cde7f556b18b GIT binary patch literal 101888 zcmeFadwf*YwZK2gWXKQ_&Y%ng1RW(P8XvLInmD2vn2|FwQLLg=QPF6m6)O!hf)zD* zk~YI}TKcfpwzjp;YhSmmw^tIhm=GX@hXhm%;seFU8AmiICgFL0-?h&q1nTYY{{H{* z(VTPkbM3X)UVFXvp6Z)cxZEz6E06ze+vRHJDgUa}-+%w7hwPE3ts3e2$M7wuH|NB* zoPPcMuPq8Jth?{-y4&v!)ZG4!Z`>CT+;LZ+F7b`P*S--5UvpjH-uv#n>-?gkf|6|0 ze|zHfzwAHo%+Z1W?_PP%(a-t*v5go8j)Mza&?pPjFVb;B~PDv zugZ~!yyv=H9{Iz+fu~9YdB5J4Lr&GQflArBlyn*ycu3uBioCiiPRnu4l9v@ZuKm~X ztj}@fjgW-wzn&b|od8h(naed{AnpJ1>~XogGO_>5zw_gFEs2xY@+yA>AQ`(5!H|Ce zmuuenb$8w#zuo0}w2}03OYA49_9|s$8zt^A|b= z)fgG8tB?Zc{7bp2^XnGX)sUrd0&ZN_^YP^`DtFg{`zUyoj1^p|F)aU=a?{BD|Nngf z1{yoH#xwMM8>BZH_nStwW)R%pvdtENw^!#d4j!Q3Jt0x;u%1DWs8&?UI zqp9h|dMZ{@7EVpG%WXXwE(usu&!)lC$@Y(yGD**Q*#aX};&qE0cH-v7~&5!7}DrTmchEEO&=>CP%XgXD05h;H+mb|ON zDuZu?%*~ChO7`3WWE|Tw}j30R?cY)kTc(|}~R^fFp9 z*8PyyYwT$05#4<#{T-;{IoMjBxykyEF;2g93WGS*2y{Ki`n^5dZ`f>)ny-R4>xZXG z`4^>884KfMbYlbojMMDa9&fXLbc8X|yKcS|Y8F0cUFmc$^-7NdffYU3M|x>LW8GWoj5TJir%y&^okpKdN3R@I9Z4_e(@RKO8FAGHJ+G0R@Kl@cWoo6h z)PE@aZD$-WgFowM|I*@?i32SfPK#O4cOJIwt5b7J?dsqgb>p>_o_extLzV7$L3Qa{ zBrf_ig*eY zP|IKh=DyU8=Lv+fwla8l>Z5W->3&I`2&=Ky5g+)>^sWv1xK1*~L$!!DPru~lnm z0G%($s?IzF;k|!A>R(?nUl`3CE5kT-Q$9^T&2H{^?QAsk3qBLl1v~7PtzKuIe=BU53)L-4D z!yBuh8JnC67k|p+&lLF+U>ZHo^h?A3b{;e>U0LkoDp&Of#XDU>Dz<+ud5WpMBrnU> z3Ya$oG%&-CbaSWe|0d&MQYRVxxd~5iyE`$?8J)Q)Y_^(R!eDOJ?a3Q=9vgN*n%K;K zNNFjdXd&ImG6{ZW+hZYw{^CYFweSEC0M#)+wqh1 z;32JH22-X7`?Utp52_ET^tZHz3sicy)^Mgu?^o#^TEkeC-mW!_ldRvLB+m`jr{_SJKamds@Lj$l<-O71k+>%sd?Vp2-=1yr z9VE7D^W$jnu;je1a-<8}zd_}^uLqCDJ$mp>l_TBR{{JE;YSP-?YAsCFk9bh-W44Ok z>c+kC2~p#S9UlWvvi*Og>|kdJX|nNMDR5X7*lhcgP64OS>-o?dd*c&y<0u8-gtmXa zQ^4uETnezLs&sQfi7s2wEZtmMGDpb7;U!F{%;Dhtsl7-~J>5?aER-GubawEQPhqKv zG}5@6Wfe2uc9zXQkYnK}DgS4m3m~oR!=r*ZE@7na^~t0c!#clgPqhMd;N!Ktq`$O3&?ITT*3G`t5)AA+A zgJNy}E@@cyrEY5pOq@P$clsEnfZA%^;iTTfR?=CyBr5 z$%mTtF0(s?D|Koz^#Gs!jiGK*Eg8 z;$i!LO4(ZDp6=C3SPgY{7eKhfI`xUHwA2>9(@-RSUAq3#vgmrd2s z#IA}Q=3X^FyQ{^+*lho0KxJ>3>gHo{0m48R{E#Hzc)CB-+w_-=5x^oP{CidwpP!1i}CLx^sn)d=yVC@Ctet(@ttW#=lbH4dB+pByrG zSbz7cIUPscky1A`(`)-5Q{*Rg5}QSc9}#uGshfT2t5Z*1vqNOVxe&9ST3oEH94TFnlFq_(rlfcpb~|-O(J3{o^Q5@3J~vyuP>TB<*eu6LW_+Bsa)hKG8LeP0U27m$7`*#j*Z9k~J?qt}2q)U0JkpF%%@g#>DiM@~H> zKJHjUK8n$aG;}Qu0imEl;e4tC<~V6QqcI|F z)M27?Z_Dyf*7rh)VM*~Zc|P@Y1%wG7eJWoj$+O8nz(-fWf^7exZ7@Z4T32mlMI6R= zG?TBb+^QR`dD_ZtvM>D@$*sIMoT~K-5e$!|&YRogs5bL+Gbe}4mj&d+$!hE)qsF>i zM|h>|9#C`*CS8W=8N*#EWix2wGDM(dlbL$%}4S z?7kg}&PZC)M_e%Ut)gwJRzj=G^h@vGrh(dIeCaG5-DOs7B^z5D5@!-$wrbhNA%)>^mE79OOA;2eHA#(Nvvkjz z(5WpGuCRBBQ=AF!V8Zj&gj3^mRbyke#+acsJYP^lm`0WGHJCw_^%i_f)n7w>MeDl- z>aHFUMwXUTnJ-o=e7q#hld+PF=M*WYiZ0nFXh1W1*=mMqFqKQ$GQW0_Fs9Tz(7j5q zW6e38mYoFKf6sQ8D|Ow;=oHtNoSHZ%%5E1(-Sn|_W3C_%#Qzkk0S*{G`K*&W~UNN@hJ4r+j>N_%`g9O9Wzzzz(xA_fl2VyU9@ zC;@Gt@qyTw=q<72o!C2WFQNfBUI>=58J;`EdXNnlo_zej+FI>2(QGIjEV}lj99LqL z-qz-;?Q65`MDAzpdRwP2{r!@xTzrg;&!)*TU3!X`yB+O6Qoc82u0z?-9&cqr##(2h z!gjdE(6;s5NrI&GGTv30?W#=tbv|H<=Qv+4TGt~}3jc?yXUSSFvfe?l>Tt2!xiT+M z^8CaZ)>f4y&4M6@u``p_TzXrvqP#V88YYK`%%RenPd`hV>=&GV8_7x+hB_DF4l!?@ zXiuUmVr>}EAEG8accV!DjhzX8@!ZB~13i)^Cl)mS$+Z+70F0W$;Rv)(9E zt%|hvWA(bp`cQOX@bhr?`y1J3E?TzmEE!As6=_fpZd`PpG5}>2B&x^GIt^+rHbqr zg3rN=6%X^u;6Ijx$s~ZdT(*A7yaX<-hd~Zq-Ng6Si}?N)fArME{}eo@rasLhGxCcD zU`+iDExN>*Q}k15JLPnyAq$mvhFIjb|54IqOec(0*~Y?0HF0JupMQKGYdO{y#f{_Mfb(BFQTElOg z+}CDG?z@{Lw_jO1V`i^FF$Eb@zAJR&6EEGVb+_rJX8V7u z>UUeuOJ*|PhMyEQsg{>JIeafv-{0ap7W^#Xi3P3r^D*-?p@=EE^DGk486%n*J&B2aKbj!wf6K8gKa!z%S;$(bqwlI*bRy(|m zr|sX-DP+kMER+?!1X`^cumG{DWwN%XYq6GXmUpHtCq0KR(acbLa?&$Z)@CIYlVq+* zS4xUwOJHr?{bfjQljVYHsNZ6PaB0Lk*{LVgdx^3;#LPDE^HeDmvEBC1+o<-WvDPHT zeXv@r22MnkO=rSN+*$50uqM$>s@O@;YpfsApCbS#PN^gz?zeVRMOeZJYX@(L*HuZc z*ccoRGtdU>aDAwlg4+|1SYK09INhh4D_Vs_lB~3*X7x6c1?t~7F2@xgW7cmVsnPS_ z$Xf}o<(eiX5kx${9?dpdIo%sSMK`DW%qCT==rJia+!|gf#ij$obYHJ(AvZDFP-Sx0 zPcP0vIP>Lxrah7~6vi*Kfv|&AA@xV0QDr?2nQN&+^`Wiowr=EGiPhO!1yai+ zwKgMQYAf4I+rky-rJ}mwd@z0`csnAri9KP#z?Oq#Ghb2ZT$s4*%jIl1+hgX=O3(7M z!SG^m5dT(o{Or5g4fIjWxMZdqW(UI|b&A@wM8@HQLI~(hU%Lv~%?6Q9`^Ve(g~=NSb}wG)m?9fH zbuDrLa{v1j2!)vnSXY#zEMY5lS+B5psC8o9EK{&pNc= z_U!ugG+&wHdTun0(PMtII7l;|V7nG;*K0Pcl6^Aid7L8F)6<2hJr9V4PtlUpEa-bv za^e!nG@Z=3+06Xr@l?#*uZ%A@(wm+foueCT*zelBy1faR+Vor?O2hlG40zu)l!>Ht zchuYvOZh#>s0bN)TffJ6`?RQ;w?@CGb56`0of9<<+GwxFL5yS7tm9!Fxy*+hwOgh2 zsNI?PC+(?aujIK8u5`KTr@mgymJ#<@4}=A`MbBOgK+I?QcBJcLHc@!*pOJ|5;Lf_s zK~kAl-n$onNyNtHKmAetJ4Y|wruTiQw;hBDY}DJ*SEOR2d{&%AsI9uESj%>unyGen zF`y>b!F&houCEyfMn812(dM(Jomk_l!5TM84VfqZL

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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/LICENSE b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/LICENSE new file mode 100644 index 0000000..e06d208 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/LICENSE @@ -0,0 +1,202 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py @@ -0,0 +1,54 @@ +from .distro import ( + NORMALIZED_DISTRO_ID, + NORMALIZED_LSB_ID, + NORMALIZED_OS_ID, + LinuxDistribution, + __version__, + build_number, + codename, + distro_release_attr, + distro_release_info, + id, + info, + like, + linux_distribution, + lsb_release_attr, + lsb_release_info, + major_version, + minor_version, + name, + os_release_attr, + os_release_info, + uname_attr, + uname_info, + version, + version_parts, +) + +__all__ = [ + "NORMALIZED_DISTRO_ID", + "NORMALIZED_LSB_ID", + "NORMALIZED_OS_ID", + "LinuxDistribution", + "build_number", + "codename", + "distro_release_attr", + "distro_release_info", + "id", + "info", + "like", + "linux_distribution", + "lsb_release_attr", + "lsb_release_info", + "major_version", + "minor_version", + "name", + "os_release_attr", + "os_release_info", + "uname_attr", + "uname_info", + "version", + "version_parts", +] + +__version__ = __version__ diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py @@ -0,0 +1,4 @@ +from .distro import main + +if __name__ == "__main__": + main() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c80392271dd937d3a6a83d08f6e5377f1b8ffbae GIT binary patch literal 956 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

9Pw`;zIAvO2S645`xkeS|UxKPY7}~+74kt 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�tc`oOEV;J) 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 for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.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/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed b/test/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/LICENSE.md b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/LICENSE.md new file mode 100644 index 0000000..256ba90 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2025, Kim Davies and contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,45 @@ +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 +from .package_data import __version__ + +__all__ = [ + "__version__", + "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/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..77fa394d0ec44b95806fb13b0e3047c8731cb5ec GIT binary patch literal 882 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 EUsg&NU;qFB literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b8ac7e65df0abae3639d703a23b46d8c7d62c36 GIT binary patch literal 886 zcmb7Cy=xRf6rb6z`%3&elmt21#$qwKjR^sZC>&~WU=}pF<_cx+W|CXoompmQ11lCH zb~e}LO54N6|HI~j-6B{hNV==R z?gL^0QUat($`limRKTx-U&|^^?NlXmv|MkoEH^tW;OrC%Qb!h{eNJd@QC4U(^m{bS zEkR`}SYJggmJWv6vlS4>NM2xX(5G{I4~?k+u{;rv0%@ZK)glYYFCH1Kir=fD>LxX|Mwwka1A<9ZwmG1ybrMqW?tFn zK%(MHTmxTCSzK1)ib8SX{aZeQ7red0j^@2yYd`W@_U6XMJ)3Zv*o;d%l|dLJ)MkD} zV?kp(7F_Z^4;`G>Jucf(9MXs~Ny%d&xPX%DP{iNWmKS%$4L}r8i4s6kwK2K%BJ4?AGvp8UfLJeA|PnsKjF6f*GHP&2Dq{z))2Gc88&nwFIh48b2jUvl<&P74j zS$QYoBn{~U(SQfke@LE!nCckg@2K$$*;5PS)#26@ff{Ykl$w^+QD?OM(V5)5b8>yH W06*6+Ko1Xfb>`ub@w?DP4}SpGyT*M0 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0042d665029cb886e04d5f92cf9f5390997000db GIT binary patch literal 16194 zcmd6OYj9L&cHq7Jen0hopq2!P27~|s_F#KJ=)p?}8wn4{W4BvhJxX?|kR`&iT%FzN4Sp?G_5Y?87q?|E-gveuWw3v&)H1OCW89UYq5SaGq_D z-|}=@GUshjx0Tt;_yPCr0DT7;p>ov3?1T~8%#`%UbON2$j@1q=cfqgJt7g>3bU?3d za-V%)+6QTFVRl1%|1|C2{|L9ifM1h0ou1;uv1l-o*Po3-;t_5eKb<#)nP`v+@+G&knn>Qct8R+WexEMFH|41;-`q(QWmLTODjd8wUB;vys?QAp@ zW5UrfAIC<5Jj?i|xY$U9os19M)#XirKr}eX1_F6YATSwY5)n+>0)dN(U_`Dl1_Deh z6bRgigB5s1<9qPXB&;y-`b1PNf zh&*^4W8J4>jaA+1Dbcf(d^ukbV7>yYQi zS>GBYk;Y`gzHrnh)smjRF#qLqK)KCf;Det^`BUl~uqv+!P2~+7%O|*KNMR)?r}XgC z!f)k2LU4=X)w&5dVAg*;wkBVaQVs?so~4sCLtoeixcJMU7?d8R_{*Tgtvt#E@-Z3( z_EmsANcpt`93nO2I~%1AsN{};P$U?Sb1hK36@Kx<5X?~p zlXuzFm^C%t4rN+C91~4j=elx6(|p&}O9f}$va>1cY`UY(9QmPf$+@lIX%HF@iJrrP z?QqU&n>$9hCvS*{xbPGoDyO%)Dg!V~`Ks`^R^%(K0FMHcd=nc`J4xfrK9ZpW73l%L zjx$18UK`^W4!h)y5)N^h4qPh~uAzh_5RM0=MqC?I?!pF}AOIRz8*UF~JRg4N&iL}y z1KF(y?p?}m{kCX5BQ65E;(ir8(GbR2+ND3uX=|&A4_b-HX*IFXt#A_nSv^EL4CW6?PVa3oJ zVO1hJ!D_~IcE|S)?%sE97O{e3W-`cgJ8{r5ob-VNur{|FiVt9wSH`Du+1ik`Hl$xE z!zizh1V`A&#)#qGE8hzxWPtB_fbZyO&9v698+ddGTJ{ayrSsYd8wE1$!Ewt_@(?)_ zAY%of$rwM*JqK+LVmk@Hg3&U+|959nN3On=b5`W6PH8D^aDs;;z({ZguHCZgs%{4$ z8>5+|IXJJQG^3Hx)lTdD`hiFP20b4AZwUH^xP1`8E<}vE=OI|L3%wHFah^jAWW-;D zR)?`A$~oAM65=29-xyp7EgJWhV{ZK~ z?&+akKS5F7g;ulLSzU=2Cv*T|-IvrU8+cZq)H7Nl88`FDc;sVr6RM1l2^H<~%#BeaKyq9FHo#3fi#aEu@IcZ8l-19gt`8@7FI3G(psG>CPw839F(8uAqk*8+%CVUHJ1}@^=BTVj zl>ibgzN9d%MIUDt^l{;_alW08wMW=dUYaQ!b?PKIkdYJ_n*%OJDT8>B(wV*8!6?yk zC&O2K(ZnRn1tUIwdWwxd8?=e*R{C?jnCipeCdzRO{L+!u~S*fBu6M5MK=;Wy;XtTZ=JnHm7GynT({FX`|dSfS(CDb8<} zl=F$zy`V z5L6=p<9`lpI!8TlSIwO$cpK7ZGhL#0>*tg~zv-HBUORuLP|>tp(VnenUloiJ~0< zK6X&Hst>|Br+3vrxf_;U{;bQtu;m_ocbn+yoI9Q~x>6^z#-^OZb4{Bwds3lAb8XJy zy{3KWs23VuTW%Q1HjFHV#)R=nF%%UWVxnV8Fik!1*39+inzziIET6$v{g#bq@K099 z17}TXuActnMgm+9B+GQ`{63YJx=r<*F5YFK3-E z7phvHHA4Di*4b7XKqLd)uoX|yFoVZ0)0C~IfYTok9j67;=?AiIutsUY1Cbo5uR@|+ z8`$Vt0Y|K)q{;$X%7K=EmkDd>y1=L+{3=Z}2O_8P^eKfGM%b}%ROSZY=MqE6N_^?U zFyz-t9ALuh;#iE6uiQjKLo{TCvP#;aaChLt!H9evU^(s_G`SAHII5YbbaKXh?NnvyFk|4`hsTWDv?fq1zw*ANXec5(sh#5K{pk)Jq)edEV-ii{Iq==GGzAwuzs?&H) zg)^+LduB@+Rp4lZBWeI|2$Ap%SW@8B?Sq`JTiJ-_s9eczOdwfzjgE%65y1FAAZcLb zmCe_XHKMHS6^+{$*hOO}ng1ctaab@NE@~;$K1qMq!UC?*eNmeroA1wHSCo?>Ny#@y zc_YnglAssiW=qkW2k!ck65mqNHcML$`!d=Y3q_S{nu@kky04NA4y?@RXSF50M(N8K z7=vO`?x9{k4_dd5Hvzunn*iwRzX`=WURJRNE8Rx;paxuO#TXSlCG4)hw5C>Nrm`Mp zrN^iS^fw)&o7K`(6n`}6Y+BICL0f-nhJYjQR1hs``^q+h8Nc@b#f&Y=?4CJey)@&b zc95cBzJnCbdJt|TjFr%E+i!NaOzWrhe%nCU=7Zw_Wf@U>hx)kJA)Tj(h>nz}dx+*2 zwnHnwiQ9thTChQN;8K_iP6pT8cJg{+oR$nC_6e{!;w6))E_v-3%X9mox8ESCL?MJ^ z3QYw--$}4}P3%IR4(DxadZA@S(sv|n$06xPX!{0(-~<*nb2r{;&4hlq?ML1Bv>zQ4n)hej`*W4GDb0OXs%@xfB=)<{7BC*8Qk~k#wJEIz! zf@`{ZLT@ZC86AOL`BXc=v|NnI?Lf#(8vr9C>9sdWe+3r4jq8bJ##7R{WZdL2;XM!; z4!%K{0gOgW1#vy3EM(jomDQhyAs+{fbsY>F>A5dSfye{9;;b&IW9+1izHTnVM8`Ok zp7Gi>lyDF*rbgF8>ofzlVH2Q0ye>EJ#2EtfAn90_9dbBC<57` zzHkC|a9)3uW7!Mg71+VyRS5EiW9$gWUJn23Zi>Pd)UST`ukxm2ApORI(O}+m65i!5 zU`l%|7!AJ(@+ut00GNad|1StYHz9HpB_A>S`t>F8$4z1B1q^UI#*uM|xZ6nDfr1Uy zKgV|OJww_NF1F3bm#nS7KbWq(Ih<*}@djiF%fftIUKEe%iyu_q__pY5$&4;KcmBkC z@9f8&pSXYe++VyQ?&0Z$P z@Weg$9}N_|jcGR1z0mxFqaQ>U#zgM{!FHgmXZp&*fyJghiey>SdR+8AC)l1VYn}5{ ze@^Ml4f97pMy1ZZ`#T^`3(nefOL}6->HpF2$C{5%EVUo~#X;fKbHZ@ovy*S$udXke zp-0gIBI$wIk=nLoZcVeFnOg}gjkytFRovF5k9-Kv2mZ_f(doZm-SAjTxwaRzP>+;> zi7Gvzd(lSO+(j$pt@)h#+5oJsr>)^=hQuASl7VooTFA>10Mr-Mp~*L@nn*b}*z;8r zl~NCP7uB9WOO>8@%H*SR+fxmo<+nXvRqRSV=nd5;C`E%m`PQ^Wv-Y~u9#Capuapgs zX!M1&+(y;tL2av6OSL@On8`N*oV@;HB=u6J4@Y0${SEq(+nge=xI<=&Z&cu;3|4C5 zd-x`$oH0x^E9p|qw<_t9$rGfqaR!QcWM}e~Xrrjuikf$ozJC21;B6*nkuv9R^ZwEZ zC9HuKe_4jN<+p=3ze5?DvHo^O&`~^I_{mqIAe;bHE5&bBYBp2cUf74FooxE;U~`$e zqCHPtra>8=(I@!P_UFmTFk|hVoI>L(+6VK7mtXDbKi-o!b)Oy>>OD7fVrKgZ&~4$( z6pX-lSyvv=pSGxeZ!7;2z-PV?I=RC2$*oPzOH!q`g~xl>ZuI z&#Y~}4t8vG9sd66yd@k5^A8`4hS@@9;J92cC<8yFVxCu+QO#U6nLBX$O2 z&f!jCmYjDezodJBTb;7>0L;dT+D@L^Ikc3LcRlVDrhFLSF-IH7=yEuTr>N+&j?df5I<*PdX-z?$nmsTkg~fwL6xKJ3$@3WxHWZe@Ap} znb#|Cbgx`}3$FWVyXe>|n6^ID+2`3MT}46XP4zD6>I%BL^!_DX^FuVIir&^0sz&dS z4Uyie6nFEvc@wqvrLX*`X4&7J^>=@ABI`fB zWPiD+vDiI@>Ma>|VQ{H>PoZv4uBKRio>dd&ZOyq3ExY=%uD-uZ{OsJPZwcpK z6W$19&jpr(tT1{(3`RuPBy{mQpo`s6YzJbj?xXb1`NU_s$}d)%sftaXQ+k+SRa36w z%yPx~Y{mIPO=EieL+65b;o{xupKQLD`0)+^QCYR3)#1=Ox2LFuE>Ge%Sh>G_;iW#0 z=I=c(9JTA$*!l3ZBxmX>ByNF^)>plJ&z9@(>iG$h1ywEbfrOQB5o;cX)YD6HoB-LR znoU49fnnl271b%yqa>%wB^r-YA>T$u3Oq{yyKjgGTE_Ijcqkm6aY(i?J{I#uV$m_U zprh>08xj%11@Oiuxj*GS;7*1-*o$sklCuWkk-Q@iBy9sz96K7mLf-rDN)N|*t5ico zz?uhSgVcw+4)7a*a`7Z2=BT2^sJG{;>TgAEL^98bRXgUb1(Rd`drPMJg0nfZW68Oz z-~o&GPSMjY*xGZ>I>A);MZwzmIYsO3_f58<7UC!Hh@f|+^h>&`g2#8~TMK8!*3PV_ zbME9rYh(Jtl2tNFZWA4T!Q_8ntrB!qakKzk?L0vJrMXL^{qHml;hIf@Bqp1t0*=^k zqKL)4WP^RVDn>`G8(jm@muDke+DCv4exzQtT}fpa@-8KjT0j#mf` zwy&yut@ZnvP}MI5cDXXiNG_DpRk^JUhF-zoDqXh0RdxY875(Lq2a!QHZevhjgDR^Y z^5x8vgzND-rgN1m1Z&%dH0Pnc!j8~SRWgBDZP2eo8PzsYm&V`1=gg!e%(K*7;H8cReOVl?BvivU{WZa&qH|CITj z+l~#L%Hyou!Efi@f^u#SgSRn2X6EKG!1D~eTEIn*%Uj@V=J+^1R&v*{az6%W$K|eK zGn>Ne=*7vs3q|G3%l&(7h(QN(E_gBn=N7D$DfTvd=e*F^v1Hv{)ac-WuCD11cYd%l zb6KqGxOQ^YLRB}Udv8YOtq(kn%bwP(r&aX8(_9YUY#Ou1#@o>)V|%Wu`A+MdsMxY! zXn9VkdVbz|-&sePeo*ub3AUk}wQAYgm<3KA6Rle_T-LfB{7bBRNSni=r%SMPJv4b! zCznh<5D?4G<}8SgHqp6VFl{gDwE7)6SN*c9CF^R*928x<=Jh3Uk+Zty`oCChr(7*~ zZ>ufXs?+)<+a|EGz1v^ZL&?9cZiQzz6gNAFW#2D42wadmJD$YxrjT}bS5bfayt{iZ z^=VaAcZc@VT{MP!D|?JuP<~>Q;Bbpez;p&U@N13d(U&JGc>n|>YiwY+sfo~`h|t0J zs0cL)PA}*^Uheo(+Q?wr_yhSSrJpsFoeU*rF#(1q3ShjNt$JQl?zgmy$T*RI5XrV zL$w72ktu1JGbD9M!wlRxXLZr-Nz2={(1KX0;tsVfSo}Dn3daO+u$M*d<%AkLc_*@z z?yidXgd5f^xJjsjZ9~s{CpZuRo$w>VL_Lq?+l4BA8OMZrsXlKx9%a}o#J^M0$k*xX=mEh65vY~BfoXhh z82ffol=*n?@cY z<}fLcRejPY0It=+DejMDKq{xr(}U=>1c7 zcPfePAJ+@t>c`s6Hyk$%Id_BL-jmtnQ_3)yr02*6PbtE*L~>hoI~DV%18y>OQBmW=Fx(Qm(oW zi$}pu_PX$9FgqM19u`qC6cb%jWxBf-x=A|spB&M3Yc!u~Ug&;FkITV@VMoA~7`9qS zRZ@Z6sy6j+K=Nm4QwrO~?O=q#ZAm_SmRD+K;cbhvmz%LbROu8JnnfY0AERasAR;`V zU@-e9Vr1*P98I|Jy68C{S0mng;r zFP%mZ)H^`1nab39Rb;}vD8SgTkw7V70mkl@(rYcFzJ6ZC*G@ec05|NwLB)++k!m2zP{xfWqU4_=d|VK+9F&27NzjKk47ug5z9;l9BGaDOB>RhW*~pJBoZ0vJzb?uZ2ylUVeIr1^QcFhvpgXMd$$TT-zYx{se{e?UAD;qwN9 zWt^BU;!nG6N!lH3B6!~h=~YRj*DAVFrGmG;OV-AsMr$6U3t+JCN?pF`obP&UpiFjD zYUuRAOj5M%o2Nmw0T(HhclV9E+1-|Pw=K}3d;7fMz7;I_ z8BLmh{|&TqI7COAU~0=5?eimV&!o;Q8mn_QPipV{2{8Q6gHIIL;r03*U>$+d{og+| zPv5uNpv8NquANFZe`afV=&4Vi5riz@&@t*yfJr!Cq)#XgK_srMK zsjZ@^cCM>n-ITtV*|}tu9C>8Li}>$i&dsRTBL@kwhSAa6gbQNtI0O>dv=)eMtm{b6IK;Nu&cwqzA>OipQ-( zzK!m7CH@AlUo_&YCU>P*xdRf&HUmf^!&gcogCvRIi4amm27ziN%OGQ!3{sU8SqAC< zA7qdYWYC8F8TD2OGDx?f3{qSC8WP1KOOzV*el*y9{5U%P$QPwP?k*6M2np`bFohlq zL)=FYf`2TzL;WW#{?8bwjLzM|?4M&mu0Vf*ss922SWPx!Xyj$?#~AzsgFO(C{|ZvH z5u%Ea8y5-w0GaqPGy*$_O{d?7uU5^s2bY}9&*I>OXlq}?!B%%+4bxsTJScJWGdURe zy5-%2zd`05Su&v`0Qo_1J;?<|8FG! zUc-%HHQsacM))_Psc?jqRx*XcFEPDq7Gub~1(Qv5F5LV#X0{Y%RJOUnF9%JV;{mVc(I{*l`Dpsrq^s&np|IY-XhnA&^m z;EjXArh}sQ1%Yy{8bA!DY^xMRt2Rs@FH29C(&;cs7j1glp7s_gh%(+4jEXLrK1`=N zixkEgtrRclR!F{RqG?|WIzW`J#4;Z#nja)ZsX@6&OS|Bqw|Aj4b0WK`qX_u8?)9u- zR0OnK=|tx2LU(33+q9e1eWD}L&nifh$F^>ocBMi^3gZkT#rOCXk}vja079mf^jO#| z1Jwgiz!{>ID2jd0EU~ zu6EO7>t@=H-j{;_v{taUWR0ywEtEa5xr%y-;e8rXMogI~cV*FxDGTMTE@Dr3t2S6y l?3g-Jg8SI)qZ^(A3S|T+#4=D!NkB1Wp$z6#E2PL){=X|89O?i7 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f93b218a7324848a15213d1953fe3575c75bef0 GIT binary patch literal 100911 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 G=>G#^4W2dt literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52e80bbbd5b993d9c16777796aacc2d6c65cc640 GIT binary patch literal 2634 zcmZuyO>7&-6`uX0Xi}6!36|uaS|ckBv>199xYzX;S8>lJq>t+m{x zXLn;$r5d&9L23p{>Ytqf>} zUiSm*4#B!%(57m#K4Kn{2uWSCKVvR6sbl*A^~%(C1GdPxpQ9DiVl=FxaCXV7vU2D+ zH62X-is?Ai4J!+bqt@}h{rj*vF1;5rU${DX-}LDN z+H;?>U7_~4y=c3pBM$hBlMoXP>;WK>COTd%8M#+M`#cMY1Ye(y9`mr5J(Mr|MGQu0LNO zzqw7ws#;eqc?HaV$aYyKgpbyxx{BbyIkpwRkyikU%d=o1J$xHe-92uj1L0=f{4gbKP)Z5U7Nvy3m0Dc zXr?A-lszy@fl~u3&u4&?{dEF&hE3mt0^m0R*GX5kTh z+g)__vEBnMotvY@)3lDhAVk*-&^AC&`FY{(<{}FvEaV5oVNfOn~lvZU-!q>?l(TIft@~9r)On zFwK;H|7l?fPFV;SLN^Etp|cb&6auKJLLNH9X9dSzC{$~ZGq;#Ob-Lh#zxS$UY1xFU zDpc)i!2mPM;|1Gt%>pDm-alWhMPqxMQRZGn#K*^B=Rx@Vzrk;fd^bYIjx-Mc^}V&r zoy_ps#ZGo??V}f&(JzXdzug&|*~z^1Ka$WU)}>B*aQ)uKPkQp_>6y;((Z;Eb-!+eI zU2A2Z+-gr3TV{Lu?DOHXosr4TW+U@OrFo?_ z-G1v#tMZRuwm-P^)pYxV%RA#Af0Mk@IXu3R>Ska+2x~CAIsWH!+v?;l1WF=JfFx4j zu%%uxpqwBr+Q29fk4PQ*`wH-NX$8s*3PHa5l7i+5P<#>yjz#6;DoXib6b$u$CsC7y z-x}$_?$2;)~*kSkAtp< zX?=?4f$?id@2U#DPOU>!59H;euu7|IqIb$Q1-h5=TF2Y#!$LoC(EAVgO`zYn%hr^d zs%tCfF0g>{itR!pDAPNbk~_2v&!mr!phrDW^q#u7Jn$X56O(uHq5*L1z&9`In!rPp zSg_$84We{B8xAW6;!-#kk3PUDOd{=3LNo&-QmURGsb~l-#9mwqBFXSEQ&{FO1lpqP zeo?|(9hkPub+CB{KL7XdTO;3QjyBFTvpboYwTmxOBmYbtZ>NqoZZ~i5q;hNLy9ts^ zuV4Ga{TJgi&5K(_sJ*j~KiL^Svyom`*I6e$ym{uE^i<==&(l+#v5Bri2B}!{@CMY= zubvM~z8IZqCYt`^^v-B*V*nPJV$q-Gz`TxmIWNLR)tQ>5mOwY z5-E5PL}y$;2-rwn@H|JHN5EXT636~NIal$l&|yF4c`!tr`0McNDv~7qSJotTcZf(s z|0XB8i81L&BWRxgveqR)Zry4XpDC>mpBTHyc5{+6)fnp%n3_c~Z54Ns>n0^Bw|N6a txyG$#aZ71__$4d?wwoN5vW@dy0@K#vEx&bs>%o&L!9KhB9ZE%{{|BSzqC5Zq literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e974f3c2a129a8f49b7248add97ffff58ad9816 GIT binary patch literal 213 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 TX7=X-*JT}@?q1A3sQ!NdU+Xrh literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..cbc2e4f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,122 @@ +import codecs +import re +from typing import Any, Optional, Tuple + +from .core import IDNAError, alabel, decode, encode, ulabel + +_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, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + + +codecs.register(search_function) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,15 @@ +from typing import Any, Union + +from .core import decode, encode + + +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/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..8177bf7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,437 @@ +import bisect +import re +import unicodedata +from typing import Optional, Union + +from . import idnadata +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: Optional[str] = None + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if direction not 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 direction not 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"]): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext( + "Joiner {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + except ValueError: + raise IDNAError( + "Unknown codepoint adjacent to joiner {} at position {} in {}".format( + _unot(cp_value), pos + 1, repr(label) + ) + ) + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTO"]): + if not valid_contexto(label, pos): + raise InvalidCodepointContext( + "Codepoint {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + else: + raise InvalidCodepoint( + "Codepoint {} at position {} of {} not allowed".format(_unot(cp_value), pos + 1, repr(label)) + ) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode("ascii") + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError("Label too long") + return label_bytes + except UnicodeEncodeError: + pass + + 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 = 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: Optional[str] = None + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..ded47ca --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4309 @@ +# This file is automatically generated by tools/idna-data + +__version__ = "16.0.0" + +scripts = { + "Greek": ( + 0x37000000374, + 0x37500000378, + 0x37A0000037E, + 0x37F00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038B, + 0x38C0000038D, + 0x38E000003A2, + 0x3A3000003E2, + 0x3F000000400, + 0x1D2600001D2B, + 0x1D5D00001D62, + 0x1D6600001D6B, + 0x1DBF00001DC0, + 0x1F0000001F16, + 0x1F1800001F1E, + 0x1F2000001F46, + 0x1F4800001F4E, + 0x1F5000001F58, + 0x1F5900001F5A, + 0x1F5B00001F5C, + 0x1F5D00001F5E, + 0x1F5F00001F7E, + 0x1F8000001FB5, + 0x1FB600001FC5, + 0x1FC600001FD4, + 0x1FD600001FDC, + 0x1FDD00001FF0, + 0x1FF200001FF5, + 0x1FF600001FFF, + 0x212600002127, + 0xAB650000AB66, + 0x101400001018F, + 0x101A0000101A1, + 0x1D2000001D246, + ), + "Han": ( + 0x2E8000002E9A, + 0x2E9B00002EF4, + 0x2F0000002FD6, + 0x300500003006, + 0x300700003008, + 0x30210000302A, + 0x30380000303C, + 0x340000004DC0, + 0x4E000000A000, + 0xF9000000FA6E, + 0xFA700000FADA, + 0x16FE200016FE4, + 0x16FF000016FF2, + 0x200000002A6E0, + 0x2A7000002B73A, + 0x2B7400002B81E, + 0x2B8200002CEA2, + 0x2CEB00002EBE1, + 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, + 0x897: 84, + 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, + 0x10D69: 84, + 0x10D6A: 84, + 0x10D6B: 84, + 0x10D6C: 84, + 0x10D6D: 84, + 0x10EAB: 84, + 0x10EAC: 84, + 0x10EC2: 82, + 0x10EC3: 68, + 0x10EC4: 68, + 0x10EFC: 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, + 0x113BB: 84, + 0x113BC: 84, + 0x113BD: 84, + 0x113BE: 84, + 0x113BF: 84, + 0x113C0: 84, + 0x113CE: 84, + 0x113D0: 84, + 0x113D2: 84, + 0x113E1: 84, + 0x113E2: 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, + 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, + 0x11F5A: 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, + 0x1611E: 84, + 0x1611F: 84, + 0x16120: 84, + 0x16121: 84, + 0x16122: 84, + 0x16123: 84, + 0x16124: 84, + 0x16125: 84, + 0x16126: 84, + 0x16127: 84, + 0x16128: 84, + 0x16129: 84, + 0x1612D: 84, + 0x1612E: 84, + 0x1612F: 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, + 0x1E5EE: 84, + 0x1E5EF: 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, + 0x897000008E2, + 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, + 0x1C8A00001C8B, + 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, + 0xA7CD0000A7CE, + 0xA7D10000A7D2, + 0xA7D30000A7D4, + 0xA7D50000A7D6, + 0xA7D70000A7D8, + 0xA7D90000A7DA, + 0xA7DB0000A7DC, + 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, + 0x105C0000105F4, + 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, + 0x10D4000010D50, + 0x10D6900010D6E, + 0x10D6F00010D86, + 0x10E8000010EAA, + 0x10EAB00010EAD, + 0x10EB000010EB2, + 0x10EC200010EC5, + 0x10EFC00010F1D, + 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, + 0x113800001138A, + 0x1138B0001138C, + 0x1138E0001138F, + 0x11390000113B6, + 0x113B7000113C1, + 0x113C2000113C3, + 0x113C5000113C6, + 0x113C7000113CB, + 0x113CC000113D4, + 0x113E1000113E3, + 0x114000001144B, + 0x114500001145A, + 0x1145E00011462, + 0x11480000114C6, + 0x114C7000114C8, + 0x114D0000114DA, + 0x11580000115B6, + 0x115B8000115C1, + 0x115D8000115DE, + 0x1160000011641, + 0x1164400011645, + 0x116500001165A, + 0x11680000116B9, + 0x116C0000116CA, + 0x116D0000116E4, + 0x117000001171B, + 0x1171D0001172C, + 0x117300001173A, + 0x1174000011747, + 0x118000001183B, + 0x118C0000118EA, + 0x118FF00011907, + 0x119090001190A, + 0x1190C00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193B00011944, + 0x119500001195A, + 0x119A0000119A8, + 0x119AA000119D8, + 0x119DA000119E2, + 0x119E3000119E5, + 0x11A0000011A3F, + 0x11A4700011A48, + 0x11A5000011A9A, + 0x11A9D00011A9E, + 0x11AB000011AF9, + 0x11BC000011BE1, + 0x11BF000011BFA, + 0x11C0000011C09, + 0x11C0A00011C37, + 0x11C3800011C41, + 0x11C5000011C5A, + 0x11C7200011C90, + 0x11C9200011CA8, + 0x11CA900011CB7, + 0x11D0000011D07, + 0x11D0800011D0A, + 0x11D0B00011D37, + 0x11D3A00011D3B, + 0x11D3C00011D3E, + 0x11D3F00011D48, + 0x11D5000011D5A, + 0x11D6000011D66, + 0x11D6700011D69, + 0x11D6A00011D8F, + 0x11D9000011D92, + 0x11D9300011D99, + 0x11DA000011DAA, + 0x11EE000011EF7, + 0x11F0000011F11, + 0x11F1200011F3B, + 0x11F3E00011F43, + 0x11F5000011F5B, + 0x11FB000011FB1, + 0x120000001239A, + 0x1248000012544, + 0x12F9000012FF1, + 0x1300000013430, + 0x1344000013456, + 0x13460000143FB, + 0x1440000014647, + 0x161000001613A, + 0x1680000016A39, + 0x16A4000016A5F, + 0x16A6000016A6A, + 0x16A7000016ABF, + 0x16AC000016ACA, + 0x16AD000016AEE, + 0x16AF000016AF5, + 0x16B0000016B37, + 0x16B4000016B44, + 0x16B5000016B5A, + 0x16B6300016B78, + 0x16B7D00016B90, + 0x16D4000016D6D, + 0x16D7000016D7A, + 0x16E6000016E80, + 0x16F0000016F4B, + 0x16F4F00016F88, + 0x16F8F00016FA0, + 0x16FE000016FE2, + 0x16FE300016FE5, + 0x16FF000016FF2, + 0x17000000187F8, + 0x1880000018CD6, + 0x18CFF00018D09, + 0x1AFF00001AFF4, + 0x1AFF50001AFFC, + 0x1AFFD0001AFFF, + 0x1B0000001B123, + 0x1B1320001B133, + 0x1B1500001B153, + 0x1B1550001B156, + 0x1B1640001B168, + 0x1B1700001B2FC, + 0x1BC000001BC6B, + 0x1BC700001BC7D, + 0x1BC800001BC89, + 0x1BC900001BC9A, + 0x1BC9D0001BC9F, + 0x1CCF00001CCFA, + 0x1CF000001CF2E, + 0x1CF300001CF47, + 0x1DA000001DA37, + 0x1DA3B0001DA6D, + 0x1DA750001DA76, + 0x1DA840001DA85, + 0x1DA9B0001DAA0, + 0x1DAA10001DAB0, + 0x1DF000001DF1F, + 0x1DF250001DF2B, + 0x1E0000001E007, + 0x1E0080001E019, + 0x1E01B0001E022, + 0x1E0230001E025, + 0x1E0260001E02B, + 0x1E08F0001E090, + 0x1E1000001E12D, + 0x1E1300001E13E, + 0x1E1400001E14A, + 0x1E14E0001E14F, + 0x1E2900001E2AF, + 0x1E2C00001E2FA, + 0x1E4D00001E4FA, + 0x1E5D00001E5FB, + 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/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,57 @@ +""" +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/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..7272c8d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.11" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..4610b71 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8841 @@ +# 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__ = "16.0.0" + + +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, "V"), + (0x1, "V"), + (0x2, "V"), + (0x3, "V"), + (0x4, "V"), + (0x5, "V"), + (0x6, "V"), + (0x7, "V"), + (0x8, "V"), + (0x9, "V"), + (0xA, "V"), + (0xB, "V"), + (0xC, "V"), + (0xD, "V"), + (0xE, "V"), + (0xF, "V"), + (0x10, "V"), + (0x11, "V"), + (0x12, "V"), + (0x13, "V"), + (0x14, "V"), + (0x15, "V"), + (0x16, "V"), + (0x17, "V"), + (0x18, "V"), + (0x19, "V"), + (0x1A, "V"), + (0x1B, "V"), + (0x1C, "V"), + (0x1D, "V"), + (0x1E, "V"), + (0x1F, "V"), + (0x20, "V"), + (0x21, "V"), + (0x22, "V"), + (0x23, "V"), + (0x24, "V"), + (0x25, "V"), + (0x26, "V"), + (0x27, "V"), + (0x28, "V"), + (0x29, "V"), + (0x2A, "V"), + (0x2B, "V"), + (0x2C, "V"), + (0x2D, "V"), + (0x2E, "V"), + (0x2F, "V"), + (0x30, "V"), + (0x31, "V"), + (0x32, "V"), + (0x33, "V"), + (0x34, "V"), + (0x35, "V"), + (0x36, "V"), + (0x37, "V"), + (0x38, "V"), + (0x39, "V"), + (0x3A, "V"), + (0x3B, "V"), + (0x3C, "V"), + (0x3D, "V"), + (0x3E, "V"), + (0x3F, "V"), + (0x40, "V"), + (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, "V"), + (0x5C, "V"), + (0x5D, "V"), + (0x5E, "V"), + (0x5F, "V"), + (0x60, "V"), + (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, "V"), + (0x7C, "V"), + (0x7D, "V"), + (0x7E, "V"), + (0x7F, "V"), + (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, "M", " "), + (0xA1, "V"), + (0xA2, "V"), + (0xA3, "V"), + (0xA4, "V"), + (0xA5, "V"), + (0xA6, "V"), + (0xA7, "V"), + (0xA8, "M", " ̈"), + (0xA9, "V"), + (0xAA, "M", "a"), + (0xAB, "V"), + (0xAC, "V"), + (0xAD, "I"), + (0xAE, "V"), + (0xAF, "M", " ̄"), + (0xB0, "V"), + (0xB1, "V"), + (0xB2, "M", "2"), + (0xB3, "M", "3"), + (0xB4, "M", " ́"), + (0xB5, "M", "μ"), + (0xB6, "V"), + (0xB7, "V"), + (0xB8, "M", " ̧"), + (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, "M", " ̆"), + (0x2D9, "M", " ̇"), + (0x2DA, "M", " ̊"), + (0x2DB, "M", " ̨"), + (0x2DC, "M", " ̃"), + (0x2DD, "M", " ̋"), + (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, "M", " ι"), + (0x37B, "V"), + (0x37E, "M", ";"), + (0x37F, "M", "ϳ"), + (0x380, "X"), + (0x384, "M", " ́"), + (0x385, "M", " ̈́"), + (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, "M", "ӏ"), + (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"), + (0x897, "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, "M", "ⴀ"), + (0x10A1, "M", "ⴁ"), + (0x10A2, "M", "ⴂ"), + (0x10A3, "M", "ⴃ"), + (0x10A4, "M", "ⴄ"), + (0x10A5, "M", "ⴅ"), + (0x10A6, "M", "ⴆ"), + (0x10A7, "M", "ⴇ"), + (0x10A8, "M", "ⴈ"), + (0x10A9, "M", "ⴉ"), + (0x10AA, "M", "ⴊ"), + (0x10AB, "M", "ⴋ"), + (0x10AC, "M", "ⴌ"), + (0x10AD, "M", "ⴍ"), + (0x10AE, "M", "ⴎ"), + (0x10AF, "M", "ⴏ"), + (0x10B0, "M", "ⴐ"), + (0x10B1, "M", "ⴑ"), + (0x10B2, "M", "ⴒ"), + (0x10B3, "M", "ⴓ"), + (0x10B4, "M", "ⴔ"), + (0x10B5, "M", "ⴕ"), + (0x10B6, "M", "ⴖ"), + (0x10B7, "M", "ⴗ"), + (0x10B8, "M", "ⴘ"), + (0x10B9, "M", "ⴙ"), + (0x10BA, "M", "ⴚ"), + (0x10BB, "M", "ⴛ"), + (0x10BC, "M", "ⴜ"), + (0x10BD, "M", "ⴝ"), + (0x10BE, "M", "ⴞ"), + (0x10BF, "M", "ⴟ"), + (0x10C0, "M", "ⴠ"), + (0x10C1, "M", "ⴡ"), + (0x10C2, "M", "ⴢ"), + (0x10C3, "M", "ⴣ"), + (0x10C4, "M", "ⴤ"), + (0x10C5, "M", "ⴥ"), + ] + + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10C6, "X"), + (0x10C7, "M", "ⴧ"), + (0x10C8, "X"), + (0x10CD, "M", "ⴭ"), + (0x10CE, "X"), + (0x10D0, "V"), + (0x10FC, "M", "ნ"), + (0x10FD, "V"), + (0x115F, "I"), + (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"), + (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, "I"), + (0x17B6, "V"), + (0x17DE, "X"), + (0x17E0, "V"), + (0x17EA, "X"), + (0x17F0, "V"), + (0x17FA, "X"), + (0x1800, "V"), + (0x180B, "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"), + ] + + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1B4E, "V"), + (0x1BF4, "X"), + (0x1BFC, "V"), + (0x1C38, "X"), + (0x1C3B, "V"), + (0x1C4A, "X"), + (0x1C4D, "V"), + (0x1C80, "M", "в"), + (0x1C81, "M", "д"), + (0x1C82, "M", "о"), + (0x1C83, "M", "с"), + (0x1C84, "M", "т"), + (0x1C86, "M", "ъ"), + (0x1C87, "M", "ѣ"), + (0x1C88, "M", "ꙋ"), + (0x1C89, "M", "ᲊ"), + (0x1C8A, "V"), + (0x1C8B, "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"), + ] + + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ɔ"), + (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"), + ] + + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "ỏ"), + ] + + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ự"), + (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", "ὕ"), + ] + + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ἇι"), + (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, "M", " ̓"), + (0x1FBE, "M", "ι"), + (0x1FBF, "M", " ̓"), + (0x1FC0, "M", " ͂"), + (0x1FC1, "M", " ̈͂"), + (0x1FC2, "M", "ὴι"), + (0x1FC3, "M", "ηι"), + (0x1FC4, "M", "ήι"), + (0x1FC5, "X"), + (0x1FC6, "V"), + (0x1FC7, "M", "ῆι"), + (0x1FC8, "M", "ὲ"), + (0x1FC9, "M", "έ"), + (0x1FCA, "M", "ὴ"), + ] + + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FCB, "M", "ή"), + (0x1FCC, "M", "ηι"), + (0x1FCD, "M", " ̓̀"), + (0x1FCE, "M", " ̓́"), + (0x1FCF, "M", " ̓͂"), + (0x1FD0, "V"), + (0x1FD3, "M", "ΐ"), + (0x1FD4, "X"), + (0x1FD6, "V"), + (0x1FD8, "M", "ῐ"), + (0x1FD9, "M", "ῑ"), + (0x1FDA, "M", "ὶ"), + (0x1FDB, "M", "ί"), + (0x1FDC, "X"), + (0x1FDD, "M", " ̔̀"), + (0x1FDE, "M", " ̔́"), + (0x1FDF, "M", " ̔͂"), + (0x1FE0, "V"), + (0x1FE3, "M", "ΰ"), + (0x1FE4, "V"), + (0x1FE8, "M", "ῠ"), + (0x1FE9, "M", "ῡ"), + (0x1FEA, "M", "ὺ"), + (0x1FEB, "M", "ύ"), + (0x1FEC, "M", "ῥ"), + (0x1FED, "M", " ̈̀"), + (0x1FEE, "M", " ̈́"), + (0x1FEF, "M", "`"), + (0x1FF0, "X"), + (0x1FF2, "M", "ὼι"), + (0x1FF3, "M", "ωι"), + (0x1FF4, "M", "ώι"), + (0x1FF5, "X"), + (0x1FF6, "V"), + (0x1FF7, "M", "ῶι"), + (0x1FF8, "M", "ὸ"), + (0x1FF9, "M", "ό"), + (0x1FFA, "M", "ὼ"), + (0x1FFB, "M", "ώ"), + (0x1FFC, "M", "ωι"), + (0x1FFD, "M", " ́"), + (0x1FFE, "M", " ̔"), + (0x1FFF, "X"), + (0x2000, "M", " "), + (0x200B, "I"), + (0x200C, "D", ""), + (0x200E, "X"), + (0x2010, "V"), + (0x2011, "M", "‐"), + (0x2012, "V"), + (0x2017, "M", " ̳"), + (0x2018, "V"), + (0x2024, "X"), + (0x2027, "V"), + (0x2028, "X"), + (0x202F, "M", " "), + (0x2030, "V"), + (0x2033, "M", "′′"), + (0x2034, "M", "′′′"), + (0x2035, "V"), + (0x2036, "M", "‵‵"), + (0x2037, "M", "‵‵‵"), + (0x2038, "V"), + (0x203C, "M", "!!"), + (0x203D, "V"), + (0x203E, "M", " ̅"), + (0x203F, "V"), + (0x2047, "M", "??"), + (0x2048, "M", "?!"), + (0x2049, "M", "!?"), + (0x204A, "V"), + (0x2057, "M", "′′′′"), + (0x2058, "V"), + (0x205F, "M", " "), + (0x2060, "I"), + (0x2065, "X"), + (0x206A, "I"), + (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, "M", "+"), + (0x207B, "M", "−"), + (0x207C, "M", "="), + (0x207D, "M", "("), + (0x207E, "M", ")"), + (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"), + ] + + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2088, "M", "8"), + (0x2089, "M", "9"), + (0x208A, "M", "+"), + (0x208B, "M", "−"), + (0x208C, "M", "="), + (0x208D, "M", "("), + (0x208E, "M", ")"), + (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, "M", "a/c"), + (0x2101, "M", "a/s"), + (0x2102, "M", "c"), + (0x2103, "M", "°c"), + (0x2104, "V"), + (0x2105, "M", "c/o"), + (0x2106, "M", "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, "M", "ⅎ"), + (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"), + ] + + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x217D, "M", "c"), + (0x217E, "M", "d"), + (0x217F, "M", "m"), + (0x2180, "V"), + (0x2183, "M", "ↄ"), + (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"), + (0x242A, "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, "M", "(1)"), + (0x2475, "M", "(2)"), + (0x2476, "M", "(3)"), + (0x2477, "M", "(4)"), + (0x2478, "M", "(5)"), + (0x2479, "M", "(6)"), + (0x247A, "M", "(7)"), + (0x247B, "M", "(8)"), + (0x247C, "M", "(9)"), + (0x247D, "M", "(10)"), + (0x247E, "M", "(11)"), + (0x247F, "M", "(12)"), + (0x2480, "M", "(13)"), + (0x2481, "M", "(14)"), + (0x2482, "M", "(15)"), + (0x2483, "M", "(16)"), + (0x2484, "M", "(17)"), + (0x2485, "M", "(18)"), + (0x2486, "M", "(19)"), + (0x2487, "M", "(20)"), + (0x2488, "X"), + (0x249C, "M", "(a)"), + (0x249D, "M", "(b)"), + (0x249E, "M", "(c)"), + (0x249F, "M", "(d)"), + ] + + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24A0, "M", "(e)"), + (0x24A1, "M", "(f)"), + (0x24A2, "M", "(g)"), + (0x24A3, "M", "(h)"), + (0x24A4, "M", "(i)"), + (0x24A5, "M", "(j)"), + (0x24A6, "M", "(k)"), + (0x24A7, "M", "(l)"), + (0x24A8, "M", "(m)"), + (0x24A9, "M", "(n)"), + (0x24AA, "M", "(o)"), + (0x24AB, "M", "(p)"), + (0x24AC, "M", "(q)"), + (0x24AD, "M", "(r)"), + (0x24AE, "M", "(s)"), + (0x24AF, "M", "(t)"), + (0x24B0, "M", "(u)"), + (0x24B1, "M", "(v)"), + (0x24B2, "M", "(w)"), + (0x24B3, "M", "(x)"), + (0x24B4, "M", "(y)"), + (0x24B5, "M", "(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"), + (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, "M", "::="), + (0x2A75, "M", "=="), + (0x2A76, "M", "==="), + (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", "ⰻ"), + ] + + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⱜ"), + (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"), + ] + + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ⳇ"), + (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"), + ] + + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "卩"), + (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", "牛"), + ] + + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "而"), + (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", "鬲"), + ] + + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", " "), + (0x3001, "V"), + (0x3002, "M", "."), + (0x3003, "V"), + (0x3036, "M", "〒"), + (0x3037, "V"), + (0x3038, "M", "十"), + (0x3039, "M", "卄"), + (0x303A, "M", "卅"), + (0x303B, "V"), + (0x3040, "X"), + (0x3041, "V"), + (0x3097, "X"), + (0x3099, "V"), + (0x309B, "M", " ゙"), + (0x309C, "M", " ゚"), + (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, "I"), + (0x3165, "M", "ᄔ"), + (0x3166, "M", "ᄕ"), + (0x3167, "M", "ᇇ"), + ] + + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ᆅ"), + (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"), + (0x31E6, "X"), + (0x31F0, "V"), + (0x3200, "M", "(ᄀ)"), + (0x3201, "M", "(ᄂ)"), + (0x3202, "M", "(ᄃ)"), + (0x3203, "M", "(ᄅ)"), + (0x3204, "M", "(ᄆ)"), + (0x3205, "M", "(ᄇ)"), + (0x3206, "M", "(ᄉ)"), + (0x3207, "M", "(ᄋ)"), + (0x3208, "M", "(ᄌ)"), + (0x3209, "M", "(ᄎ)"), + (0x320A, "M", "(ᄏ)"), + (0x320B, "M", "(ᄐ)"), + (0x320C, "M", "(ᄑ)"), + (0x320D, "M", "(ᄒ)"), + (0x320E, "M", "(가)"), + (0x320F, "M", "(나)"), + (0x3210, "M", "(다)"), + (0x3211, "M", "(라)"), + (0x3212, "M", "(마)"), + (0x3213, "M", "(바)"), + (0x3214, "M", "(사)"), + (0x3215, "M", "(아)"), + (0x3216, "M", "(자)"), + (0x3217, "M", "(차)"), + (0x3218, "M", "(카)"), + (0x3219, "M", "(타)"), + (0x321A, "M", "(파)"), + (0x321B, "M", "(하)"), + (0x321C, "M", "(주)"), + (0x321D, "M", "(오전)"), + (0x321E, "M", "(오후)"), + (0x321F, "X"), + (0x3220, "M", "(一)"), + (0x3221, "M", "(二)"), + (0x3222, "M", "(三)"), + (0x3223, "M", "(四)"), + (0x3224, "M", "(五)"), + (0x3225, "M", "(六)"), + (0x3226, "M", "(七)"), + (0x3227, "M", "(八)"), + (0x3228, "M", "(九)"), + (0x3229, "M", "(十)"), + ] + + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x322A, "M", "(月)"), + (0x322B, "M", "(火)"), + (0x322C, "M", "(水)"), + (0x322D, "M", "(木)"), + (0x322E, "M", "(金)"), + (0x322F, "M", "(土)"), + (0x3230, "M", "(日)"), + (0x3231, "M", "(株)"), + (0x3232, "M", "(有)"), + (0x3233, "M", "(社)"), + (0x3234, "M", "(名)"), + (0x3235, "M", "(特)"), + (0x3236, "M", "(財)"), + (0x3237, "M", "(祝)"), + (0x3238, "M", "(労)"), + (0x3239, "M", "(代)"), + (0x323A, "M", "(呼)"), + (0x323B, "M", "(学)"), + (0x323C, "M", "(監)"), + (0x323D, "M", "(企)"), + (0x323E, "M", "(資)"), + (0x323F, "M", "(協)"), + (0x3240, "M", "(祭)"), + (0x3241, "M", "(休)"), + (0x3242, "M", "(自)"), + (0x3243, "M", "(至)"), + (0x3244, "M", "問"), + (0x3245, "M", "幼"), + (0x3246, "M", "文"), + (0x3247, "M", "箏"), + (0x3248, "V"), + (0x3250, "M", "pte"), + (0x3251, "M", "21"), + (0x3252, "M", "22"), + (0x3253, "M", "23"), + (0x3254, "M", "24"), + (0x3255, "M", "25"), + (0x3256, "M", "26"), + (0x3257, "M", "27"), + (0x3258, "M", "28"), + (0x3259, "M", "29"), + (0x325A, "M", "30"), + (0x325B, "M", "31"), + (0x325C, "M", "32"), + (0x325D, "M", "33"), + (0x325E, "M", "34"), + (0x325F, "M", "35"), + (0x3260, "M", "ᄀ"), + (0x3261, "M", "ᄂ"), + (0x3262, "M", "ᄃ"), + (0x3263, "M", "ᄅ"), + (0x3264, "M", "ᄆ"), + (0x3265, "M", "ᄇ"), + (0x3266, "M", "ᄉ"), + (0x3267, "M", "ᄋ"), + (0x3268, "M", "ᄌ"), + (0x3269, "M", "ᄎ"), + (0x326A, "M", "ᄏ"), + (0x326B, "M", "ᄐ"), + (0x326C, "M", "ᄑ"), + (0x326D, "M", "ᄒ"), + (0x326E, "M", "가"), + (0x326F, "M", "나"), + (0x3270, "M", "다"), + (0x3271, "M", "라"), + (0x3272, "M", "마"), + (0x3273, "M", "바"), + (0x3274, "M", "사"), + (0x3275, "M", "아"), + (0x3276, "M", "자"), + (0x3277, "M", "차"), + (0x3278, "M", "카"), + (0x3279, "M", "타"), + (0x327A, "M", "파"), + (0x327B, "M", "하"), + (0x327C, "M", "참고"), + (0x327D, "M", "주의"), + (0x327E, "M", "우"), + (0x327F, "V"), + (0x3280, "M", "一"), + (0x3281, "M", "二"), + (0x3282, "M", "三"), + (0x3283, "M", "四"), + (0x3284, "M", "五"), + (0x3285, "M", "六"), + (0x3286, "M", "七"), + (0x3287, "M", "八"), + (0x3288, "M", "九"), + (0x3289, "M", "十"), + (0x328A, "M", "月"), + (0x328B, "M", "火"), + (0x328C, "M", "水"), + (0x328D, "M", "木"), + (0x328E, "M", "金"), + (0x328F, "M", "土"), + (0x3290, "M", "日"), + (0x3291, "M", "株"), + (0x3292, "M", "有"), + (0x3293, "M", "社"), + (0x3294, "M", "名"), + ] + + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "ル"), + ] + + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "グラムトン"), + (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点"), + ] + + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "大正"), + (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ω"), + ] + + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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日"), + (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", "ꙟ"), + ] + + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA7C9, "M", "ꟊ"), + (0xA7CA, "V"), + (0xA7CB, "M", "ɤ"), + (0xA7CC, "M", "ꟍ"), + (0xA7CD, "V"), + (0xA7CE, "X"), + (0xA7D0, "M", "ꟑ"), + (0xA7D1, "V"), + (0xA7D2, "X"), + (0xA7D3, "V"), + (0xA7D4, "X"), + (0xA7D5, "V"), + (0xA7D6, "M", "ꟗ"), + (0xA7D7, "V"), + (0xA7D8, "M", "ꟙ"), + (0xA7D9, "V"), + (0xA7DA, "M", "ꟛ"), + (0xA7DB, "V"), + (0xA7DC, "M", "ƛ"), + (0xA7DD, "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"), + (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", "Ꮇ"), + ] + + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "Ꮮ"), + (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", "濫"), + ] + + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "雷"), + (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", "閭"), + ] + + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "玲"), + (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", "離"), + ] + + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "晴"), + (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", "禎"), + ] + + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "塚"), + (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", "調"), + ] + + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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, "M", "+"), + (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", "پ"), + ] + + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ى"), + (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", "قح"), + ] + + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "يي"), + (0xFC5B, "M", "ذٰ"), + (0xFC5C, "M", "رٰ"), + (0xFC5D, "M", "ىٰ"), + (0xFC5E, "M", " ٌّ"), + (0xFC5F, "M", " ٍّ"), + (0xFC60, "M", " َّ"), + (0xFC61, "M", " ُّ"), + (0xFC62, "M", " ِّ"), + (0xFC63, "M", " ّٰ"), + (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", "ئج"), + ] + + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "فج"), + (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", "سى"), + ] + + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "صي"), + (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", "فخم"), + ] + + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "شحي"), + (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, "M", "صلى الله عليه وسلم"), + (0xFDFB, "M", "جل جلاله"), + (0xFDFC, "M", "ریال"), + (0xFDFD, "V"), + (0xFE00, "I"), + (0xFE10, "M", ","), + (0xFE11, "M", "、"), + (0xFE12, "X"), + (0xFE13, "M", ":"), + (0xFE14, "M", ";"), + (0xFE15, "M", "!"), + (0xFE16, "M", "?"), + (0xFE17, "M", "〖"), + (0xFE18, "M", "〗"), + (0xFE19, "X"), + (0xFE20, "V"), + (0xFE30, "X"), + (0xFE31, "M", "—"), + (0xFE32, "M", "–"), + ] + + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE33, "M", "_"), + (0xFE35, "M", "("), + (0xFE36, "M", ")"), + (0xFE37, "M", "{"), + (0xFE38, "M", "}"), + (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, "M", "["), + (0xFE48, "M", "]"), + (0xFE49, "M", " ̅"), + (0xFE4D, "M", "_"), + (0xFE50, "M", ","), + (0xFE51, "M", "、"), + (0xFE52, "X"), + (0xFE54, "M", ";"), + (0xFE55, "M", ":"), + (0xFE56, "M", "?"), + (0xFE57, "M", "!"), + (0xFE58, "M", "—"), + (0xFE59, "M", "("), + (0xFE5A, "M", ")"), + (0xFE5B, "M", "{"), + (0xFE5C, "M", "}"), + (0xFE5D, "M", "〔"), + (0xFE5E, "M", "〕"), + (0xFE5F, "M", "#"), + (0xFE60, "M", "&"), + (0xFE61, "M", "*"), + (0xFE62, "M", "+"), + (0xFE63, "M", "-"), + (0xFE64, "M", "<"), + (0xFE65, "M", ">"), + (0xFE66, "M", "="), + (0xFE67, "X"), + (0xFE68, "M", "\\"), + (0xFE69, "M", "$"), + (0xFE6A, "M", "%"), + (0xFE6B, "M", "@"), + (0xFE6C, "X"), + (0xFE70, "M", " ً"), + (0xFE71, "M", "ـً"), + (0xFE72, "M", " ٌ"), + (0xFE73, "V"), + (0xFE74, "M", " ٍ"), + (0xFE75, "X"), + (0xFE76, "M", " َ"), + (0xFE77, "M", "ـَ"), + (0xFE78, "M", " ُ"), + (0xFE79, "M", "ـُ"), + (0xFE7A, "M", " ِ"), + (0xFE7B, "M", "ـِ"), + (0xFE7C, "M", " ّ"), + (0xFE7D, "M", "ـّ"), + (0xFE7E, "M", " ْ"), + (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", "و"), + ] + + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFEEF, "M", "ى"), + (0xFEF1, "M", "ي"), + (0xFEF5, "M", "لآ"), + (0xFEF7, "M", "لأ"), + (0xFEF9, "M", "لإ"), + (0xFEFB, "M", "لا"), + (0xFEFD, "X"), + (0xFEFF, "I"), + (0xFF00, "X"), + (0xFF01, "M", "!"), + (0xFF02, "M", '"'), + (0xFF03, "M", "#"), + (0xFF04, "M", "$"), + (0xFF05, "M", "%"), + (0xFF06, "M", "&"), + (0xFF07, "M", "'"), + (0xFF08, "M", "("), + (0xFF09, "M", ")"), + (0xFF0A, "M", "*"), + (0xFF0B, "M", "+"), + (0xFF0C, "M", ","), + (0xFF0D, "M", "-"), + (0xFF0E, "M", "."), + (0xFF0F, "M", "/"), + (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, "M", ":"), + (0xFF1B, "M", ";"), + (0xFF1C, "M", "<"), + (0xFF1D, "M", "="), + (0xFF1E, "M", ">"), + (0xFF1F, "M", "?"), + (0xFF20, "M", "@"), + (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, "M", "["), + (0xFF3C, "M", "\\"), + (0xFF3D, "M", "]"), + (0xFF3E, "M", "^"), + (0xFF3F, "M", "_"), + (0xFF40, "M", "`"), + (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, "M", "{"), + ] + + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF5C, "M", "|"), + (0xFF5D, "M", "}"), + (0xFF5E, "M", "~"), + (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", "ツ"), + (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, "I"), + (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"), + ] + + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", " ̄"), + (0xFFE4, "M", "¦"), + (0xFFE5, "M", "¥"), + (0xFFE6, "M", "₩"), + (0xFFE7, "X"), + (0xFFE8, "M", "│"), + (0xFFE9, "M", "←"), + (0xFFEA, "M", "↑"), + (0xFFEB, "M", "→"), + (0xFFEC, "M", "↓"), + (0xFFED, "M", "■"), + (0xFFEE, "M", "○"), + (0xFFEF, "X"), + (0x10000, "V"), + (0x1000C, "X"), + (0x1000D, "V"), + (0x10027, "X"), + (0x10028, "V"), + (0x1003B, "X"), + (0x1003C, "V"), + (0x1003E, "X"), + (0x1003F, "V"), + (0x1004E, "X"), + (0x10050, "V"), + (0x1005E, "X"), + (0x10080, "V"), + (0x100FB, "X"), + (0x10100, "V"), + (0x10103, "X"), + (0x10107, "V"), + (0x10134, "X"), + (0x10137, "V"), + (0x1018F, "X"), + (0x10190, "V"), + (0x1019D, "X"), + (0x101A0, "V"), + (0x101A1, "X"), + (0x101D0, "V"), + (0x101FE, "X"), + (0x10280, "V"), + (0x1029D, "X"), + (0x102A0, "V"), + (0x102D1, "X"), + (0x102E0, "V"), + (0x102FC, "X"), + (0x10300, "V"), + (0x10324, "X"), + (0x1032D, "V"), + (0x1034B, "X"), + (0x10350, "V"), + (0x1037B, "X"), + (0x10380, "V"), + (0x1039E, "X"), + (0x1039F, "V"), + (0x103C4, "X"), + (0x103C8, "V"), + (0x103D6, "X"), + (0x10400, "M", "𐐨"), + (0x10401, "M", "𐐩"), + (0x10402, "M", "𐐪"), + (0x10403, "M", "𐐫"), + (0x10404, "M", "𐐬"), + (0x10405, "M", "𐐭"), + (0x10406, "M", "𐐮"), + (0x10407, "M", "𐐯"), + (0x10408, "M", "𐐰"), + (0x10409, "M", "𐐱"), + (0x1040A, "M", "𐐲"), + (0x1040B, "M", "𐐳"), + (0x1040C, "M", "𐐴"), + (0x1040D, "M", "𐐵"), + (0x1040E, "M", "𐐶"), + ] + + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "𐓡"), + (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", "𐖱"), + ] + + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x105C0, "V"), + (0x105F4, "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", "ɗ"), + (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"), + ] + + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "𐳭"), + ] + + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10CAE, "M", "𐳮"), + (0x10CAF, "M", "𐳯"), + (0x10CB0, "M", "𐳰"), + (0x10CB1, "M", "𐳱"), + (0x10CB2, "M", "𐳲"), + (0x10CB3, "X"), + (0x10CC0, "V"), + (0x10CF3, "X"), + (0x10CFA, "V"), + (0x10D28, "X"), + (0x10D30, "V"), + (0x10D3A, "X"), + (0x10D40, "V"), + (0x10D50, "M", "𐵰"), + (0x10D51, "M", "𐵱"), + (0x10D52, "M", "𐵲"), + (0x10D53, "M", "𐵳"), + (0x10D54, "M", "𐵴"), + (0x10D55, "M", "𐵵"), + (0x10D56, "M", "𐵶"), + (0x10D57, "M", "𐵷"), + (0x10D58, "M", "𐵸"), + (0x10D59, "M", "𐵹"), + (0x10D5A, "M", "𐵺"), + (0x10D5B, "M", "𐵻"), + (0x10D5C, "M", "𐵼"), + (0x10D5D, "M", "𐵽"), + (0x10D5E, "M", "𐵾"), + (0x10D5F, "M", "𐵿"), + (0x10D60, "M", "𐶀"), + (0x10D61, "M", "𐶁"), + (0x10D62, "M", "𐶂"), + (0x10D63, "M", "𐶃"), + (0x10D64, "M", "𐶄"), + (0x10D65, "M", "𐶅"), + (0x10D66, "X"), + (0x10D69, "V"), + (0x10D86, "X"), + (0x10D8E, "V"), + (0x10D90, "X"), + (0x10E60, "V"), + (0x10E7F, "X"), + (0x10E80, "V"), + (0x10EAA, "X"), + (0x10EAB, "V"), + (0x10EAE, "X"), + (0x10EB0, "V"), + (0x10EB2, "X"), + (0x10EC2, "V"), + (0x10EC5, "X"), + (0x10EFC, "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"), + (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"), + ] + + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x11380, "V"), + (0x1138A, "X"), + (0x1138B, "V"), + (0x1138C, "X"), + (0x1138E, "V"), + (0x1138F, "X"), + (0x11390, "V"), + (0x113B6, "X"), + (0x113B7, "V"), + (0x113C1, "X"), + (0x113C2, "V"), + (0x113C3, "X"), + (0x113C5, "V"), + (0x113C6, "X"), + (0x113C7, "V"), + (0x113CB, "X"), + (0x113CC, "V"), + (0x113D6, "X"), + (0x113D7, "V"), + (0x113D9, "X"), + (0x113E1, "V"), + (0x113E3, "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"), + (0x116D0, "V"), + (0x116E4, "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", "𑣊"), + (0x118AB, "M", "𑣋"), + (0x118AC, "M", "𑣌"), + (0x118AD, "M", "𑣍"), + (0x118AE, "M", "𑣎"), + (0x118AF, "M", "𑣏"), + ] + + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x11BC0, "V"), + (0x11BE2, "X"), + (0x11BF0, "V"), + (0x11BFA, "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"), + (0x11F5B, "X"), + ] + + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x13460, "V"), + (0x143FB, "X"), + (0x14400, "V"), + (0x14647, "X"), + (0x16100, "V"), + (0x1613A, "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"), + (0x16D40, "V"), + (0x16D7A, "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"), + (0x18CFF, "V"), + (0x18D09, "X"), + ] + + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF0, "V"), + (0x1AFF4, "X"), + (0x1AFF5, "V"), + (0x1AFFC, "X"), + (0x1AFFD, "V"), + (0x1AFFF, "X"), + (0x1B000, "V"), + (0x1B123, "X"), + (0x1B132, "V"), + (0x1B133, "X"), + (0x1B150, "V"), + (0x1B153, "X"), + (0x1B155, "V"), + (0x1B156, "X"), + (0x1B164, "V"), + (0x1B168, "X"), + (0x1B170, "V"), + (0x1B2FC, "X"), + (0x1BC00, "V"), + (0x1BC6B, "X"), + (0x1BC70, "V"), + (0x1BC7D, "X"), + (0x1BC80, "V"), + (0x1BC89, "X"), + (0x1BC90, "V"), + (0x1BC9A, "X"), + (0x1BC9C, "V"), + (0x1BCA0, "I"), + (0x1BCA4, "X"), + (0x1CC00, "V"), + (0x1CCD6, "M", "a"), + (0x1CCD7, "M", "b"), + (0x1CCD8, "M", "c"), + (0x1CCD9, "M", "d"), + (0x1CCDA, "M", "e"), + (0x1CCDB, "M", "f"), + (0x1CCDC, "M", "g"), + (0x1CCDD, "M", "h"), + (0x1CCDE, "M", "i"), + (0x1CCDF, "M", "j"), + (0x1CCE0, "M", "k"), + (0x1CCE1, "M", "l"), + (0x1CCE2, "M", "m"), + (0x1CCE3, "M", "n"), + (0x1CCE4, "M", "o"), + (0x1CCE5, "M", "p"), + (0x1CCE6, "M", "q"), + (0x1CCE7, "M", "r"), + (0x1CCE8, "M", "s"), + (0x1CCE9, "M", "t"), + (0x1CCEA, "M", "u"), + (0x1CCEB, "M", "v"), + (0x1CCEC, "M", "w"), + (0x1CCED, "M", "x"), + (0x1CCEE, "M", "y"), + (0x1CCEF, "M", "z"), + (0x1CCF0, "M", "0"), + (0x1CCF1, "M", "1"), + (0x1CCF2, "M", "2"), + (0x1CCF3, "M", "3"), + (0x1CCF4, "M", "4"), + (0x1CCF5, "M", "5"), + (0x1CCF6, "M", "6"), + (0x1CCF7, "M", "7"), + (0x1CCF8, "M", "8"), + (0x1CCF9, "M", "9"), + (0x1CCFA, "X"), + (0x1CD00, "V"), + (0x1CEB4, "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, "I"), + (0x1D17B, "V"), + (0x1D1BB, "M", "𝆹𝅥"), + (0x1D1BC, "M", "𝆺𝅥"), + (0x1D1BD, "M", "𝆹𝅥𝅮"), + (0x1D1BE, "M", "𝆺𝅥𝅮"), + (0x1D1BF, "M", "𝆹𝅥𝅯"), + (0x1D1C0, "M", "𝆺𝅥𝅯"), + (0x1D1C1, "V"), + (0x1D1EB, "X"), + (0x1D200, "V"), + (0x1D246, "X"), + ] + + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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"), + ] + + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (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", "σ"), + ] + + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "η"), + (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", "ε"), + ] + + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ω"), + (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", "χ"), + ] + + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "κ"), + (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"), + ] + + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ж"), + (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", "ұ"), + ] + + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1E5D0, "V"), + (0x1E5FB, "X"), + (0x1E5FF, "V"), + (0x1E600, "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", "𞤯"), + (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", "ش"), + ] + + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "س"), + (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", "د"), + ] + + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "ذ"), + (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, "M", "0,"), + (0x1F102, "M", "1,"), + (0x1F103, "M", "2,"), + (0x1F104, "M", "3,"), + (0x1F105, "M", "4,"), + (0x1F106, "M", "5,"), + (0x1F107, "M", "6,"), + (0x1F108, "M", "7,"), + (0x1F109, "M", "8,"), + (0x1F10A, "M", "9,"), + (0x1F10B, "V"), + (0x1F110, "M", "(a)"), + (0x1F111, "M", "(b)"), + (0x1F112, "M", "(c)"), + (0x1F113, "M", "(d)"), + (0x1F114, "M", "(e)"), + (0x1F115, "M", "(f)"), + (0x1F116, "M", "(g)"), + (0x1F117, "M", "(h)"), + (0x1F118, "M", "(i)"), + (0x1F119, "M", "(j)"), + (0x1F11A, "M", "(k)"), + (0x1F11B, "M", "(l)"), + (0x1F11C, "M", "(m)"), + (0x1F11D, "M", "(n)"), + (0x1F11E, "M", "(o)"), + (0x1F11F, "M", "(p)"), + (0x1F120, "M", "(q)"), + (0x1F121, "M", "(r)"), + (0x1F122, "M", "(s)"), + (0x1F123, "M", "(t)"), + (0x1F124, "M", "(u)"), + (0x1F125, "M", "(v)"), + ] + + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F126, "M", "(w)"), + (0x1F127, "M", "(x)"), + (0x1F128, "M", "(y)"), + (0x1F129, "M", "(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"), + (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"), + ] + + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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"), + (0x1F8BC, "X"), + (0x1F8C0, "V"), + (0x1F8C2, "X"), + (0x1F900, "V"), + (0x1FA54, "X"), + (0x1FA60, "V"), + (0x1FA6E, "X"), + (0x1FA70, "V"), + (0x1FA7D, "X"), + (0x1FA80, "V"), + (0x1FA8A, "X"), + (0x1FA8F, "V"), + (0x1FAC7, "X"), + (0x1FACE, "V"), + (0x1FADD, "X"), + (0x1FADF, "V"), + (0x1FAEA, "X"), + (0x1FAF0, "V"), + (0x1FAF9, "X"), + (0x1FB00, "V"), + (0x1FB93, "X"), + (0x1FB94, "V"), + (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", "免"), + ] + + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "咢"), + (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, "M", "㛼"), + (0x2F869, "M", "嬈"), + (0x2F86A, "M", "嬾"), + (0x2F86C, "M", "𡧈"), + (0x2F86D, "M", "寃"), + (0x2F86E, "M", "寘"), + (0x2F86F, "M", "寧"), + (0x2F870, "M", "寳"), + (0x2F871, "M", "𡬘"), + (0x2F872, "M", "寿"), + (0x2F873, "M", "将"), + (0x2F874, "M", "当"), + (0x2F875, "M", "尢"), + (0x2F876, "M", "㞁"), + ] + + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "慎"), + (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", "杓"), + ] + + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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", "滇"), + (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, "M", "𤎫"), + (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", "𥃳"), + ] + + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", "竮"), + (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", "𦉇"), + (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", "䔫"), + ] + + +def _seg_82() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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, "M", "䗗"), + (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", "起"), + (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", "鳽"), + ] + + +def _seg_83() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (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() + + _seg_82() + + _seg_83() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/COPYING b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/COPYING new file mode 100644 index 0000000..f067af3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/COPYING @@ -0,0 +1,14 @@ +Copyright (C) 2008-2011 INADA Naoki + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..f3266b7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,55 @@ +# ruff: noqa: F401 +import os + +from .exceptions import * # noqa: F403 +from .ext import ExtType, Timestamp + +version = (1, 1, 2) +__version__ = "1.1.2" + + +if os.environ.get("MSGPACK_PUREPYTHON"): + from .fallback import Packer, Unpacker, unpackb +else: + try: + from ._cmsgpack import Packer, Unpacker, unpackb + except ImportError: + from .fallback import Packer, Unpacker, unpackb + + +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/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bc9d65cf8776c863496a584e5c21efd14b78c41 GIT binary patch literal 1735 zcmb7E&2Jk;6rb^~Ki75=H))BYmZdIK4#KN6sEtyH6wwqAB@OuyWH0vGJ4x2v4{LUv z#E~mG5>kYyAc#YH7 z-tXDWXn(nGpn;-5p9d!iY#1XZv^RfKU^ z4eJp#LQo}rvi8)g(sycb;_A^yIB=;1yT#17l~5Cwq)Jv&O=4tAaehk7Ouam>$G=2s zkDdVR)g{0_(x+xfQawj{)PB;d4%BfLk@OWrQ+}TR+IbN@$gZJvVG*t2T=IY?F@3;u z$zg_vb0HR;TKDGbRl?%)hDBUYv#L3P3J~GLK?uB!@JN0ne~o26o%?WR@`FzbGYhj* zGmG;d-JQ+}EHa~&?-9yk3wAZ|qBY+umHFb1g~5^FIZ^?3kat1|f{Pod5&98-gYOFs zT;WH*Vhy3fSHEHn)FHL=#;A^S!p0W~8H{HoJEaOKdveh!%9^dqYt-Q9gn|RPI&+2Hh%Mhrvr#!cZm5t8`|Cy0w@? zxzNVv|5*V_yc)G-pBr5+)q#NjQ2?5Pta2g01palw?}aIv0dTq6WSMdbSeTzsq8Grw z#J^nx@F_`VTGG(=ZGb-|xh2Uz^gWTXyJD6OK*ZTpjKh~5)IgQfM8O=lN5Ko-4|!eT zHbP5XvVab}@xZ4eXb;d~N0m#|vAQzM2Qy$Sm$eI7HeEyiI!+9>h2FNv_F%on#9fHZL@VKu7 zG*LT^l9_LBes%Nf_nWt#N}26Xas;o zR|$2Yx0qA_W&3WSz@pF!28CH+nRqO=q?u+3Dj8Iq|HJ*XS-em_X#*yGY*iiVO;PI5 zpbvP_{fwDtI-1VH99_6x&8o66N7omUpQwM&6ud`bRXbTwQ=P3RH z4eq1tv&6Y(bT2*7l-dy_Mz+Q`$G0XnCw4P${VrVH7e{{+N86$h9@~$NwPIt3i70;K zus?#Y9A;uT+kOqj(oJzM*3%3>i%Q%}ZHE7D-^D0-;SgcI?8cMW4LCA9cI@)1{F0a) QM2`o1Cf^nw4`aZ80G$t@+W-In literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..531685c36a6c03c249e400eec559402d9ca08c96 GIT binary patch literal 2021 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5507a0b1f45c68ccec88808dc2da93733677174e GIT binary patch literal 41515 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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.seconds, microseconds=self.nanoseconds // 1000 + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + :rtype: Timestamp + """ + return Timestamp(seconds=int(dt.timestamp()), nanoseconds=dt.microsecond * 1000) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..b02e47c --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,929 @@ +"""Fallback pure Python implementation of msgpack""" + +import struct +import sys +from datetime import datetime as _DateTime + +if hasattr(sys, "pypy_version_info"): + from __pypy__ import newlist_hint + from __pypy__.builders import BytesBuilder + + _USING_STRINGBUILDER = True + + class BytesIO: + def __init__(self, s=b""): + if s: + self.builder = BytesBuilder(len(s)) + self.builder.append(s) + else: + self.builder = BytesBuilder() + + 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: + from io import BytesIO + + _USING_STRINGBUILDER = False + + def newlist_hint(size): + return [] + + +from .exceptions import BufferFull, ExtraData, FormatError, OutOfData, 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) + view.release() + + 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. + + :param int buf_size: + Internal buffer size. This option is used only for C implementation. + """ + + def __init__( + self, + *, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + buf_size=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = BytesIO() + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None and 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 = BytesIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + 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 = BytesIO() + 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 = BytesIO() + 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 = BytesIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if _USING_STRINGBUILDER: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.APACHE b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.BSD b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..a6bdf59 --- /dev/null +++ b/test/.venv/lib/python3.12/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__ = "26.2" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = f"2014 {__author__}" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04980dc6b30ef5d2972541e416ff4e45595901a8 GIT binary patch literal 554 zcmYLGO^eh(5KZP|XOh_riwKGbiQ;7zlHQH7h={1WXA$=ngeH^jnUr?ALw^h;c!>YN zn}YZQ{4HMeHq2>2&$6($J=wG4vUOPTVf8MpITw4Y-QV|Kxn% zCZ8SRqz-XYmvqt&>84%MOM9fB_Q_7VLk6_>)%n&*2la5`t-LDB-)D2+^XC4skTf(J z7-*m>oCz7eu5}@JxFu25+$*%M)Dwi}pbImNb5WwIt}=8j(@T!xq?w!uo-q=hYBQVZ zFykZyPGAAVWGu`D*Ak{i3#pnta!GxzE~zny=FZF0lPHOfS!NUs?HDhtd_kimK4|*M z!QrFu)nvHxFxH?M#dtNsSedfSWNpC!V88XT~lgZEh=RnE~5!803_z zjZA=XE~;9>ywDhbcg{DqUc5zxC@C^i!?i(%*}ajbN~3r|`2sPRS_?KdJ&X?%q(IZ? z$}dzwg|MX&A+Ie$7y}2}A+G9+;nPwO!{{?Pw$1FvI_k(CXIFJZ}Bv?%mc~kN54vjay&*Pal5nJ@^>NU0eDO1^cwF literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05f8aef01d60dd30274f79e008708ef7ff305c03 GIT binary patch literal 4941 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 b>Ds%%G!7fs?iUE4{|$CBO!yu_NSFOTNogGD literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c71393b81edeb077166071a7a8733205b7a599f GIT binary patch literal 9898 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b9f57d73252f98ce1ffeeb70e65993523f894b0 GIT binary patch literal 4577 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 E0EUr*D*ylh literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed79bfb7cc616d4009db1fd46241a981c42f651a GIT binary patch literal 15586 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b9e72ffe603791dcc65239cb056c4b8eb31bc9b GIT binary patch literal 8446 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/dependency_groups.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/dependency_groups.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c2d1ce30bb4b129816635665b5846e50b347187 GIT binary patch literal 11045 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 WZ7BtJlIJ@z9OVr1wm?P3^8W)I?}b|c literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/errors.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..232e38dcdb90eb9b8999b73e091ce6083372d756 GIT binary patch literal 4420 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 RK%GDZ3Q{(GhFz(N{{n=}A}jy^ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..565216865b16d842b77ab7eecf3f4ac1b5b31293 GIT binary patch literal 17450 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 UaL&77!H)Mm=h_GKo9*QP0Sv7e=Kufz literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5ce7ed2d4831e9a544a2a4e3d083ad674aa0864 GIT binary patch literal 31348 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/pylock.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/pylock.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ca3691fe4f0c413656f715530389471f8558bb6 GIT binary patch literal 37434 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9812a91059af38955d7ea716f155c6ceccb7b047 GIT binary patch literal 6098 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1f086bb2270d399004f2df749437b054e8063ab GIT binary patch literal 75797 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 SecOn)J3$mU_)1I&p8o@@ZA7I2 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d170a14c89e2234669feb291e2bd83a26c8c80c4 GIT binary patch literal 1004 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4bdcc2465a0621bca1e72f46c19eb0393da79aa GIT binary patch literal 1783 zcma)7&u<$=6rQ!$KNBYh5=V-VI;0%pLcB_W15p7X+HfL7p%s!Z)A7zY-ez`YJF}bM zibD=?@2&g`DEuc}g3?2@QpEv!;Fc%{q@H-QyN>Os2Uhai_ukBV^S$>y&;H(OH4!|2 z{Jr<&&k90+S!4WwZ6D|AF~}E)A?64aIz7j+dP$VRa<81}W#NXEUM16AQ4MRonuAJ+ zms#bv>WO2sAh5qito9RP^^;QWImutBS06Px&3~-band;|rHW}BC~3fKFd9=|P-BhO zw$dSuzfv;RN`PZwj|)x>FFX&yRWU-v#xHVbuX1iUR}VpXfjH_p4E0KnprT%xmAK2w z_h5y&y$Y*C$(A#J8w-H6L)zrOyp*!_iF) z&jabx$RvWs+~9b~u}>unpf--pI1opZNIXy)Gj$||qAZa6SrQ1rfiy7{0$g|y2yVK~ zY-uZ^nuZuw)Dam`dBE8g{(i{eD4lP_A=Ti;)Zly_uLm-NVz@Ls%VLqL0p5MEi$D4F zZU8=cEun=V=RniD!Ajs{aIxK33!jk99m>HRUjGv0b53a%Y#|S`5cfu-GoNyf4%}? zSPAwa?k6!mq$03tcJ_7SSYV*Nhd@5Xk{^x1TK7zMf_UJW8UUc$*5t^Yc@;uarpVrzdvj z+47A!`7xW1bn(VSJzJXPu-LXR%k_5Jn(1WPetWf@Mp`FC(vTC9HVFw8ON7*0dNk5Ts;w563^gXx&Vy}D1 z<)J5nzL&TBqweNi&jc~w7!Q;e1(8Pr8FMYE@BkGT#=9OtVrw(qXrvqVP%G@uY=QV0 zUAl{v`o$ge&dQnFKHu0p{`PeF&Y8P;{(*PAbGo#C=6dI=w~oJg{_&Z6>-_fmsk{2i z{g>{#ZjY1gKwF?0gCtI1K!~=NXgYU&8*`&w>$wdmyVoeYIm+%V5!!xA()ZuG^9HlJ zIzC@7TP=gL0@|DUy_}cN^}Ar&kBad?T$CNhd4<+qqxW8;&t9P~E~}_C_k8K4)Bd-# S>U1s;h^sOxtz23&OZXpJ^(NH- literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4722337ba8714fa36649f21637a378f6d69d7ed3 GIT binary patch literal 4850 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..88ecc99 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,23 @@ +from dataclasses import dataclass + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link + + +@dataclass(frozen=True, slots=True) +class InstallationCandidate: + """Represents a potential "candidate" for installation.""" + + name: str + version: Version + link: Link + + def __init__(self, name: str, version: str, link: Link) -> 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..a2dfb34 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,42 @@ +"""PEP 610""" + +from __future__ import annotations + +import json +from typing import Any + +from pip._vendor.packaging.direct_url import ( + ArchiveInfo, + DirectUrlValidationError, + DirInfo, + VcsInfo, +) +from pip._vendor.packaging.direct_url import ( + DirectUrl as PackagingDirectUrl, +) + +__all__ = [ + "ArchiveInfo", + "DirInfo", + "DirectUrl", + "DirectUrlValidationError", + "DIRECT_URL_METADATA_NAME", + "VcsInfo", +] + +DIRECT_URL_METADATA_NAME = "direct_url.json" + + +class DirectUrl(PackagingDirectUrl): + def to_dict_compat(self) -> dict[str, Any]: + return dict(super().to_dict(generate_legacy_hash=True)) + + @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_compat(), sort_keys=True) + + def is_local_editable(self) -> bool: + return bool(self.dir_info and self.dir_info.editable) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..9f07e3f --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from __future__ import annotations + +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: set[str] | None = None, + only_binary: set[str] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py @@ -0,0 +1,28 @@ +import urllib.parse + + +class PackageIndex: + """Represents a Package Index and provides easier access to endpoints""" + + __slots__ = ["url", "netloc", "simple_url", "pypi_url", "file_storage_domain"] + + def __init__(self, url: str, file_storage_domain: str) -> None: + super().__init__() + self.url = url + self.netloc = urllib.parse.urlsplit(url).netloc + self.simple_url = self._url_for_path("simple") + self.pypi_url = self._url_for_path("pypi") + + # This is part of a temporary hack used to block installs of PyPI + # packages which depend on external urls only necessary until PyPI can + # block such packages themselves + self.file_storage_domain = file_storage_domain + + def _url_for_path(self, path: str) -> str: + return urllib.parse.urljoin(self.url, path) + + +PyPI = PackageIndex("https://pypi.org/", file_storage_domain="files.pythonhosted.org") +TestPyPI = PackageIndex( + "https://test.pypi.org/", file_storage_domain="test-files.pythonhosted.org" +) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..145e2cf --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,57 @@ +from collections.abc import Sequence +from typing import Any + +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_compat(), + # 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..200ec34 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,617 @@ +from __future__ import annotations + +import datetime +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +import urllib.request +from collections.abc import Mapping +from dataclasses import dataclass +from typing import ( + Any, + NamedTuple, +) + +from pip._internal.exceptions import InvalidEggFragment +from pip._internal.utils.datetime import parse_iso_datetime +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 + +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.cache + def find_hash_url_fragment(cls, url: str) -> LinkHash | None: + """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: Hashes | None) -> 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: dict[str, str] | None + + 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: dict[str, str] | None) -> dict[str, str] | None: + # 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. + ret = urllib.request.pathname2url(urllib.request.url2pathname(part)) + if ret.startswith("///"): + # Remove any URL authority section, leaving only the URL path. + ret = ret.removeprefix("//") + return ret + + +# 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?query#fragment`. + result = urllib.parse.urlsplit(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) + # Temporarily replace scheme with file to ensure the URL generated by + # urlunsplit() contains an empty netloc (file://) as per RFC 1738. + ret = urllib.parse.urlunsplit(result._replace(scheme="file", path=path)) + ret = result.scheme + ret[4:] # Restore original scheme. + return ret + + +def _absolute_link_url(base_url: str, url: str) -> str: + """ + A faster implementation of urllib.parse.urljoin with a shortcut + for absolute http/https URLs. + """ + if url.startswith(("https://", "http://")): + return url + else: + return urllib.parse.urljoin(base_url, url) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_path", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "upload_time", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: str | None = None, + requires_python: str | None = None, + yanked_reason: str | None = None, + metadata_file_data: MetadataFile | None = None, + upload_time: datetime.datetime | None = None, + cache_link_parsing: bool = True, + hashes: Mapping[str, str] | None = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: URL or string indicating where the link was found. + :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 upload_time: upload time of the file, or None if the information + is not available from the server. + :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 + # The .path property is hot, so calculate its value ahead of time. + self._path = urllib.parse.unquote(self._parsed_url.path) + + 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.upload_time = upload_time + + 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, + ) -> Link | None: + """ + 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(_absolute_link_url(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") + + if upload_time_data := file_data.get("upload-time"): + upload_time = parse_iso_datetime(upload_time_data) + else: + upload_time = None + + # 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, + upload_time=upload_time, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: dict[str, str | None], + page_url: str, + base_url: str, + ) -> Link | None: + """ + 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(_absolute_link_url(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"{self.redacted_url} (from {self.comes_from}){rp}" + else: + return self.redacted_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 redacted_url(self) -> str: + return redact_auth_from_url(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 self._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) -> str | None: + 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): + raise InvalidEggFragment(self, project_name) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> str | None: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Link | None: + """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) -> str | None: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> str | None: + 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: Hashes | None) -> 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.cache +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/release_control.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/release_control.py new file mode 100644 index 0000000..d432fa3 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/release_control.py @@ -0,0 +1,91 @@ +from __future__ import annotations + +from dataclasses import dataclass, field + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.exceptions import CommandError + + +@dataclass(slots=True) +class ReleaseControl: + """Helper for managing which release types can be installed.""" + + all_releases: set[str] = field(default_factory=set) + only_final: set[str] = field(default_factory=set) + _order: list[tuple[str, str]] = field( + init=False, default_factory=list, compare=False, repr=False + ) + + def handle_mutual_excludes( + self, value: str, target: set[str], other: set[str], attr_name: str + ) -> None: + """Parse and apply release control option value. + + Processes comma-separated package names or special values `:all:` and `:none:`. + + When adding packages to target, they're removed from other to maintain mutual + exclusivity between all_releases and only_final. All operations are tracked in + order so that the original command-line argument sequence can be reconstructed + when passing options to build subprocesses. + """ + if value.startswith("-"): + raise CommandError( + "--all-releases / --only-final option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + # Track :all: in order + self._order.append((attr_name, ":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() + # Track :none: in order + self._order.append((attr_name, ":none:")) + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + # Track package-specific setting in order + self._order.append((attr_name, name)) + + def get_ordered_args(self) -> list[tuple[str, str]]: + """ + Get ordered list of (flag_name, value) tuples for reconstructing CLI args. + + Returns: + List of tuples where each tuple is (attribute_name, value). + The attribute_name is either 'all_releases' or 'only_final'. + + Example: + [("all_releases", ":all:"), ("only_final", "simple")] + would be reconstructed as: + ["--all-releases", ":all:", "--only-final", "simple"] + """ + return self._order[:] + + def allows_prereleases(self, canonical_name: NormalizedName) -> bool | None: + """ + Determine if pre-releases are allowed for a package. + + Returns: + True: Pre-releases are allowed (package in all_releases) + False: Only final releases allowed (package in only_final) + None: No specific setting, use default behavior + """ + if canonical_name in self.all_releases: + return True + elif canonical_name in self.only_final: + return False + elif ":all:" in self.all_releases: + return True + elif ":all:" in self.only_final: + return False + return None diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..5ed7057 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,23 @@ +""" +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, slots=True) +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + platlib: str + purelib: str + headers: str + scripts: str + data: str diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..b3aaa18 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,124 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from dataclasses import dataclass + +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, slots=True) +class SearchScope: + """ + Encapsulates the locations that pip is configured to search. + """ + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..3473031 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,36 @@ +from __future__ import annotations + +from dataclasses import dataclass + +from pip._internal.models.format_control import FormatControl +from pip._internal.models.release_control import ReleaseControl + + +@dataclass(slots=True) +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param release_control: A ReleaseControl object or None. Used to control + whether pre-releases are allowed for specific packages. + :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. + """ + + # 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. + allow_yanked: bool + release_control: ReleaseControl | None = None + format_control: FormatControl | None = None + prefer_binary: bool = False + ignore_requires_python: bool = False diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..8c38392 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +from __future__ import annotations + +import sys + +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: list[str] | None = None, + py_version_info: tuple[int, ...] | None = None, + abis: list[str] | None = None, + implementation: str | None = 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: list[Tag] | None = None + self._valid_tags_set: set[Tag] | None = 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/test/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..fbd4902 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,80 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" + +from __future__ import annotations + +from collections.abc import Iterable + +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import ( + InvalidWheelFilename as _PackagingInvalidWheelFilename, +) +from pip._vendor.packaging.utils import parse_wheel_filename + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + def __init__(self, filename: str) -> None: + self.filename = filename + + try: + wheel_info = parse_wheel_filename(filename) + except _PackagingInvalidWheelFilename as e: + raise InvalidWheelFilename(e.args[0]) from None + + self.name, _version, self.build_tag, self.file_tags = wheel_info + self.version = str(_version) + + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..0ae1f56 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1 @@ +"""Contains purely network-related utilities.""" diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0165e000fd178b0aab3142abef1cb36f2577a54 GIT binary patch literal 246 zcmXw!F>V4e5Jhc>0*b^Pwj~lfA+%AN^eHH#NS2o!WhWThvd2WrMK}XzNtKos4uC{Q zg;yfKng6Dk|L1o!dJtKE$NBd(&qD|Qk~ec6X0sKw_zdd$uy|~#>h~v(XPQz1-|9R z*;zS#hDeMPuNO=Gg%Lb?P-Gc{)dp_4pz?}XsnWNX;mgX^$>3|a&tcsQv8#XTODXr_ IDcoha0-jb$I{*Lx literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8bd651eadd32edb5f244f7264242e803022645d GIT binary patch literal 21577 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 EKVE4iod5s; literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1207b8c0c501b1d8bb20719f8be1492aeb1b9abd GIT binary patch literal 7997 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 QNpR6X`+iShPL|;R1JcQ1asU7T literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56cd0bd79eb2803f759f2e49459a404ac3ccc675 GIT binary patch literal 11609 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 Tr!HH*DO0}bCmf~Nh5Y{j9J)#I literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..499f1092de159d28a90270b24bfd1110e626e8fe GIT binary patch literal 2252 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 literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..1cadc14 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,570 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" + +from __future__ import annotations + +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import cache +from os.path import commonpath +from pathlib import Path +from typing import Any, NamedTuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +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 + +if typing.TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + from pip._vendor.requests.models import Response + +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: str | None) -> AuthInfo | None: ... + + @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: str | None) -> AuthInfo | None: + 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: str | None) -> AuthInfo | None: + # 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: str | None) -> AuthInfo | None: + # 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) -> str | None: + """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 + + +@cache +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: list[str] | None = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider + 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: Credentials | None = 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: str | None, + username: str | None, + ) -> AuthInfo | None: + """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) -> str | None: + """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: len( + commonpath( + [ + parsed_url.path, + candidate.path, + ] + ) + ), + ) + + 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, str | None, str | None]: + """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: PreparedRequest) -> PreparedRequest: + # Get credentials for this request + assert req.url is not None + 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[str | None, str | None, 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/test/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..2a372f2 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,128 @@ +"""HTTP cache implementation.""" + +from __future__ import annotations + +import os +import shutil +from collections.abc import Generator +from contextlib import contextmanager +from datetime import datetime +from typing import Any, BinaryIO, Callable + +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, + copy_directory_permissions, + 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) -> bytes | None: + # 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_to_file(self, path: str, writer_func: Callable[[BinaryIO], Any]) -> None: + """Common file writing logic with proper permissions and atomic replacement.""" + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + writer_func(f) + # Inherit the read/write permissions of the cache directory + # to enable multi-user cache use-cases. + copy_directory_permissions(self.directory, f) + + replace(f.name, path) + + def _write(self, path: str, data: bytes) -> None: + self._write_to_file(path, lambda f: f.write(data)) + + def _write_from_io(self, path: str, source_file: BinaryIO) -> None: + self._write_to_file(path, lambda f: shutil.copyfileobj(source_file, f)) + + def set( + self, key: str, value: bytes, expires: 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) -> BinaryIO | None: + # 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) + + def set_body_from_io(self, key: str, body_file: BinaryIO) -> None: + """Set the body of the cache entry from a file object.""" + path = self._get_cache_path(key) + ".body" + self._write_from_io(path, body_file) diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..867452d --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,340 @@ +"""Download files with progress indicators.""" + +from __future__ import annotations + +import email.message +import logging +import mimetypes +import os +from collections.abc import Iterable, Mapping +from dataclasses import dataclass +from http import HTTPStatus +from typing import BinaryIO + +from pip._vendor.requests import PreparedRequest +from pip._vendor.requests.models import Response +from pip._vendor.urllib3 import HTTPResponse as URLlib3Response +from pip._vendor.urllib3._collections import HTTPHeaderDict +from pip._vendor.urllib3.exceptions import ReadTimeoutError + +from pip._internal.cli.progress_bars import BarType, get_download_progress_renderer +from pip._internal.exceptions import IncompleteDownloadError, NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.network.cache import SafeFileCache, is_from_cache +from pip._internal.network.session import CacheControlAdapter, 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) -> int | None: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _get_http_response_etag_or_last_modified(resp: Response) -> str | None: + """ + Return either the ETag or Last-Modified header (or None if neither exists). + The return value can be used in an If-Range header. + """ + return resp.headers.get("etag", resp.headers.get("last-modified")) + + +def _log_download( + resp: Response, + link: Link, + progress_bar: BarType, + total_length: int | None, + range_start: int | None = 0, +) -> Iterable[bytes]: + if logger.getEffectiveLevel() > logging.INFO: + url = link.url_without_fragment + else: + url = link.show_url + + logged_url = redact_auth_from_url(url) + + if total_length: + if range_start: + logged_url = ( + f"{logged_url} ({format_size(range_start)}/{format_size(total_length)})" + ) + else: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + elif range_start: + logger.info("Resuming download %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, initial_progress=range_start + ) + 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: str | None = 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 + + +@dataclass +class _FileDownload: + """Stores the state of a single link download.""" + + link: Link + output_file: BinaryIO + size: int | None + bytes_received: int = 0 + reattempts: int = 0 + + def is_incomplete(self) -> bool: + return bool(self.size is not None and self.bytes_received < self.size) + + def write_chunk(self, data: bytes) -> None: + self.bytes_received += len(data) + self.output_file.write(data) + + def reset_file(self) -> None: + """Delete any saved data and reset progress to zero.""" + self.output_file.seek(0) + self.output_file.truncate() + self.bytes_received = 0 + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: BarType, + ) -> None: + self._session = session + self._progress_bar = progress_bar + self._resume_retries = session.resume_retries + assert ( + self._resume_retries >= 0 + ), "Number of max resume retries must be bigger or equal to zero" + + def batch( + self, links: Iterable[Link], location: str + ) -> Iterable[tuple[Link, tuple[str, str]]]: + """Convenience method to download multiple links.""" + for link in links: + filepath, content_type = self(link, location) + yield link, (filepath, content_type) + + def __call__(self, link: Link, location: str) -> tuple[str, str]: + """Download a link and save it under location.""" + resp = self._http_get(link) + download_size = _get_http_response_size(resp) + + filepath = os.path.join(location, _get_http_response_filename(resp, link)) + with open(filepath, "wb") as content_file: + download = _FileDownload(link, content_file, download_size) + self._process_response(download, resp) + if download.is_incomplete(): + self._attempt_resumes_or_redownloads(download, resp) + + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + def _process_response(self, download: _FileDownload, resp: Response) -> None: + """Download and save chunks from a response.""" + chunks = _log_download( + resp, + download.link, + self._progress_bar, + download.size, + range_start=download.bytes_received, + ) + try: + for chunk in chunks: + download.write_chunk(chunk) + except ReadTimeoutError as e: + # If the download size is not known, then give up downloading the file. + if download.size is None: + raise e + + logger.warning("Connection timed out while downloading.") + + def _attempt_resumes_or_redownloads( + self, download: _FileDownload, first_resp: Response + ) -> None: + """Attempt to resume/restart the download if connection was dropped.""" + + while download.reattempts < self._resume_retries and download.is_incomplete(): + assert download.size is not None + download.reattempts += 1 + logger.warning( + "Attempting to resume incomplete download (%s/%s, attempt %d)", + format_size(download.bytes_received), + format_size(download.size), + download.reattempts, + ) + + try: + resume_resp = self._http_get_resume(download, should_match=first_resp) + # Fallback: if the server responded with 200 (i.e., the file has + # since been modified or range requests are unsupported) or any + # other unexpected status, restart the download from the beginning. + must_restart = resume_resp.status_code != HTTPStatus.PARTIAL_CONTENT + if must_restart: + download.reset_file() + download.size = _get_http_response_size(resume_resp) + first_resp = resume_resp + + self._process_response(download, resume_resp) + except (ConnectionError, ReadTimeoutError, OSError): + continue + + # No more resume attempts. Raise an error if the download is still incomplete. + if download.is_incomplete(): + os.remove(download.output_file.name) + raise IncompleteDownloadError(download) + + # If we successfully completed the download via resume, manually cache it + # as a complete response to enable future caching + if download.reattempts > 0: + self._cache_resumed_download(download, first_resp) + + def _cache_resumed_download( + self, download: _FileDownload, original_response: Response + ) -> None: + """ + Manually cache a file that was successfully downloaded via resume retries. + + cachecontrol doesn't cache 206 (Partial Content) responses, since they + are not complete files. This method manually adds the final file to the + cache as though it was downloaded in a single request, so that future + requests can use the cache. + """ + url = download.link.url_without_fragment + adapter = self._session.get_adapter(url) + + # Check if the adapter is the CacheControlAdapter (i.e. caching is enabled) + if not isinstance(adapter, CacheControlAdapter): + logger.debug( + "Skipping resume download caching: no cache controller for %s", url + ) + return + + # Check SafeFileCache is being used + assert isinstance( + adapter.cache, SafeFileCache + ), "separate body cache not in use!" + + synthetic_request = PreparedRequest() + synthetic_request.prepare(method="GET", url=url, headers={}) + + synthetic_response_headers = HTTPHeaderDict() + for key, value in original_response.headers.items(): + if key.lower() not in ["content-range", "content-length"]: + synthetic_response_headers[key] = value + synthetic_response_headers["content-length"] = str(download.size) + + synthetic_response = URLlib3Response( + body="", + headers=synthetic_response_headers, + status=200, + preload_content=False, + ) + + # Save metadata and then stream the file contents to cache. + cache_url = adapter.controller.cache_url(url) + metadata_blob = adapter.controller.serializer.dumps( + synthetic_request, synthetic_response, b"" + ) + adapter.cache.set(cache_url, metadata_blob) + download.output_file.flush() + with open(download.output_file.name, "rb") as f: + adapter.cache.set_body_from_io(cache_url, f) + + logger.debug( + "Cached resumed download as complete response for future use: %s", url + ) + + def _http_get_resume( + self, download: _FileDownload, should_match: Response + ) -> Response: + """Issue a HTTP range request to resume the download.""" + # To better understand the download resumption logic, see the mdn web docs: + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Range_requests + headers = HEADERS.copy() + headers["Range"] = f"bytes={download.bytes_received}-" + # If possible, use a conditional range request to avoid corrupted + # downloads caused by the remote file changing in-between. + if identifier := _get_http_response_etag_or_last_modified(should_match): + headers["If-Range"] = identifier + return self._http_get(download.link, headers) + + def _http_get(self, link: Link, headers: Mapping[str, str] = HEADERS) -> Response: + target_url = link.url_without_fragment + try: + resp = self._session.get(target_url, headers=headers, stream=True) + raise_for_status(resp) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + return resp diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..0039833 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,215 @@ +"""Lazy ZIP over HTTP""" + +from __future__ import annotations + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from collections.abc import Generator +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import NormalizedName +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: NormalizedName, 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, 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: int | None = 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) + 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/test/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..ecfd798 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,537 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +from __future__ import annotations + +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 collections.abc import Generator, Mapping, Sequence +from typing import ( + TYPE_CHECKING, + Any, + Optional, + 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 import ProxyManager + 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: float | tuple[float, float] | tuple[float, None] | None = None, + verify: bool | str = True, + cert: bytes | str | tuple[bytes | str, bytes | str] | None = None, + proxies: Mapping[str, str] | None = None, + ) -> Response: + assert request.url is not None + 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": str(stats.st_size), + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close # type: ignore[method-assign] + + 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: SSLContext | None = 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, no-any-return] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy: str, **proxy_kwargs: Any) -> ProxyManager: + # Proxy manager replaces the pool manager, so inject our SSL + # context here too. https://github.com/pypa/pip/issues/13288 + if self._ssl_context is not None: + proxy_kwargs.setdefault("ssl_context", self._ssl_context) + return super().proxy_manager_for(proxy, **proxy_kwargs) # type: ignore[misc, no-any-return] + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: bool | str, + cert: str | tuple[str, str] | None, + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: bool | str, + cert: str | tuple[str, str] | None, + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: int | None = None + + def __init__( + self, + *args: Any, + retries: int = 0, + resume_retries: int = 0, + cache: str | None = None, + trusted_hosts: Sequence[str] = (), + index_urls: list[str] | None = None, + ssl_context: SSLContext | None = 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, int | None]] = [] + self.pip_proxy = None + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Pin Accept-Encoding so it doesn't vary with zstd availability (Python + # 3.14+ or backports.zstd); a varying value misses the cache for "Vary: + # Accept-Encoding" responses shared across interpreters (pypa/pip#13979). + self.headers["Accept-Encoding"] = "gzip, deflate" + + # Attach our Authentication handler to the session + self.auth: MultiDomainBasicAuth = 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 + self.resume_retries = resume_retries + + # 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. + self._trusted_host_adapter: InsecureCacheControlAdapter | InsecureHTTPAdapter + if cache: + secure_adapter: _BaseHTTPAdapter = 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: str | None = 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: # type: ignore[override] + # 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/test/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..74d3111 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,98 @@ +from collections.abc import 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/test/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..f4bddb4 --- /dev/null +++ b/test/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,61 @@ +"""xmlrpclib.Transport implementation""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING + +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/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a3c83810015bc29922254b162a2dac6593b3a92 GIT binary patch literal 192 zcmZ9FK?=e!5JeNKAVLq~!VcDfA?s!LzvX40-|St}BzRAO8F| zpMiOn<$@)>KF4d$cOL&5rm4BJo-O&|!Tcm`L%taWG`2;Ebu<(q>L%7e7znBkO$S=l z;CgDT*;eZf1Vy-V@^q6I4B(Ulp$wrnQiFBqB`IqHh}0?)qH_H>-?jD}HSYZ^{o~0Y L!?)m^`y$Z~LQXU# literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6cc4a47a255b3bddfd9e806e60e61d7f4207d9ca GIT binary patch literal 7201 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®=5OH<+)}mzKYT)WBd9C(O4m4y zQL5q#-Pk}=$P|^Fx#7&QW*#u}FI4PCEMV^grkC1VKn-f2r0+p5S~2Mgq-8zFabJ_LudLZ+UylM#$kwU^=*M#**K~HJ4n_jrk8wvwX|w+crYIyswe#D)|nS S^_U+YXE}5}HbR{p`~L%4;}5U^ literal 0 HcmV?d00001 diff --git a/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/test/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be1385334c50364620653411338d2d8eb742acaa GIT binary patch literal 10243 zcmb_iYj9h~b>92H`$d3n5)`ipP$DFP)LSwoN)bi9McS5R#X+oKK-^0aG#<>o7ov#( z4(m7#)o5y}KO!kkMpTm-(PMR@nf8bJt8$ViZqiHvK@-9^^n`6Zlcqm9u*k$2r8Di> zy|@5K(Q;?nmAJci_w4T3v%6=%a~40h*~|z+?xVBguWv%=H~2#fIyFNrk5LF+M?B)G zD2h=5io$t1N(X3?G69C9Y=DK7iRxndfIemj7-GhNk#bF?|u5@?CF z23pCtCF+i~1=>j78r=|U542N=MglYbIc-vvRM_|~%nOG=2aS#+-u5Qq?Sk!Hrc~-N zq3VBpL-p6wdA^Z%yr~O#`6j;RO*YWUH}g(NH^KO3-gUQD8;y)r2V>R0ORFQjt0pM0 zd5ZS6{0@KlD8&+r#}jf$jwIsJu#ZtpM-p*46p0I>VmdBB5|R_5Vmv8BZX_!BXvM^b z6QgVm}$b z3oG0Uw9EwH>V@E|XAp$|oKu8h>Ba$peMv|Cg#c@fH zgF^grL`=kELRerV|E@cH1`qwv+q zM?@hk2a{qn7?Oe$!o;p!+k&M+Q5Y3OAs!aOC2^9Zw3yU#2Yg;f0t!$(3eYdXW)>Kp zJ^-aW134DwrgT2NVhbKEv2`*¬+lwtvvlQ1@(Ny-$3iGC4^FDk|`NCnDZfmp>D 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