From 7859df2dfbfec3cd153beb2c0056173cbd88f52b Mon Sep 17 00:00:00 2001 From: PHANMINHHIEU05 Date: Sun, 12 Oct 2025 23:16:00 +0700 Subject: [PATCH] Update tools test --- .github/workflows/ci.yml | 73 + TEST_GUIDE.md | 311 + TROUBLESHOOTING.md | 131 + Tools/cli.py | 103 +- Tools/test_matrix.py | 108 + client_py/bridge.py | 22 +- demo.ps1 | 31 + demo.sh | 26 + package-lock.json | 8 +- package.json | 4 +- server/.venv/bin/Activate.ps1 | 247 + server/.venv/bin/activate | 71 + server/.venv/bin/pip.exe | Bin 0 -> 108409 bytes server/.venv/bin/pip3.12.exe | Bin 0 -> 108409 bytes server/.venv/bin/pip3.exe | Bin 0 -> 108409 bytes server/.venv/bin/python.exe | Bin 0 -> 138325 bytes server/.venv/bin/python3.12.exe | Bin 0 -> 138325 bytes server/.venv/bin/python3.exe | Bin 0 -> 138325 bytes server/.venv/bin/python3w.exe | Bin 0 -> 111666 bytes server/.venv/bin/pythonw.exe | Bin 0 -> 111666 bytes .../pip-24.3.1.dist-info/AUTHORS.txt | 799 ++ .../pip-24.3.1.dist-info/INSTALLER | 1 + .../pip-24.3.1.dist-info/LICENSE.txt | 20 + .../pip-24.3.1.dist-info/METADATA | 90 + .../site-packages/pip-24.3.1.dist-info/RECORD | 853 ++ .../pip-24.3.1.dist-info/REQUESTED | 0 .../site-packages/pip-24.3.1.dist-info/WHEEL | 5 + .../pip-24.3.1.dist-info/entry_points.txt | 3 + .../pip-24.3.1.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 690 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 844 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2208 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 790 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14502 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12670 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17635 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 36848 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 673 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 5121 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10211 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13618 bytes .../site-packages/pip/_internal/build_env.py | 319 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 281 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8609 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10197 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30398 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1777 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 7127 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2303 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4909 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15043 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 3847 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 12244 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7836 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 378 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 231 + .../pip/_internal/cli/cmdoptions.py | 1075 +++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 170 + .../site-packages/pip/_internal/cli/main.py | 80 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 94 + .../pip/_internal/cli/req_command.py | 329 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4005 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9704 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2595 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5196 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13166 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10071 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7506 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4388 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2971 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1676 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6674 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3983 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 29117 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15760 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7521 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 10480 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4712 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8868 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 67 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 146 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 783 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 217 + .../pip/_internal/commands/uninstall.py | 114 + .../pip/_internal/commands/wheel.py | 182 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 944 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2896 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1703 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8430 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2284 bytes .../pip/_internal/distributions/base.py | 53 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 158 + .../pip/_internal/distributions/wheel.py | 42 + .../site-packages/pip/_internal/exceptions.py | 809 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21620 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40651 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12527 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1020 ++ .../pip/_internal/index/sources.py | 284 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16443 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6794 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8031 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3784 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 214 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5872 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2929 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35201 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 16087 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 361 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4494 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12568 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11082 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 221 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 301 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 269 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1607 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 10847 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4226 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1697 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2280 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26620 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1026 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 4990 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1854 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4956 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 6555 bytes .../pip/_internal/models/candidate.py | 25 + .../pip/_internal/models/direct_url.py | 224 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 590 ++ .../pip/_internal/models/scheme.py | 25 + .../pip/_internal/models/search_scope.py | 127 + .../pip/_internal/models/selection_prefs.py | 53 + .../pip/_internal/models/target_python.py | 121 + .../pip/_internal/models/wheel.py | 118 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 257 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22102 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6454 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8482 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11610 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18877 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2258 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2952 bytes .../pip/_internal/network/auth.py | 566 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 522 + .../pip/_internal/network/utils.py | 98 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7107 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10131 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25775 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7670 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1860 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1894 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3014 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1680 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2019 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3849 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 181 + .../pip/_internal/operations/freeze.py | 258 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 269 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1801 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34106 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3448 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21258 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 22126 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38478 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5486 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32097 bytes .../pip/_internal/req/constructors.py | 560 ++ .../pip/_internal/req/req_file.py | 574 ++ .../pip/_internal/req/req_install.py | 934 ++ .../pip/_internal/req/req_set.py | 82 + .../pip/_internal/req/req_uninstall.py | 633 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1188 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22582 bytes .../_internal/resolution/legacy/resolver.py | 597 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8152 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29411 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32522 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6796 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10526 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5043 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 15359 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12317 bytes .../_internal/resolution/resolvelib/base.py | 139 + .../resolution/resolvelib/candidates.py | 574 ++ .../resolution/resolvelib/factory.py | 823 ++ .../resolution/resolvelib/found_candidates.py | 174 + .../resolution/resolvelib/provider.py | 258 + .../resolution/resolvelib/reporter.py | 81 + .../resolution/resolvelib/requirements.py | 245 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 244 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 195 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4530 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1866 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2410 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2907 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 6350 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 684 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4191 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3536 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3206 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2148 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3993 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7329 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1164 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2419 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7603 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13558 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 33451 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2583 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 2108 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4550 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8639 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12024 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 13498 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2077 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4466 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5903 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 79 + .../pip/_internal/utils/compatibility_tags.py | 188 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 124 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 149 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 101 + .../pip/_internal/utils/hashes.py | 147 + .../pip/_internal/utils/logging.py | 347 + .../site-packages/pip/_internal/utils/misc.py | 772 ++ .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/retry.py | 42 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 245 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 337 + .../site-packages/pip/_internal/utils/urls.py | 55 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 534 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5055 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19020 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7608 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12527 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29000 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 527 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 688 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 116 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4553 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 139455 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 906 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2650 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6468 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3791 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16228 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4351 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6698 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5265 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1678 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 439 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7767 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2737 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 499 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/py.typed | 0 .../pip/_vendor/cachecontrol/serialize.py | 146 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 322 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 649 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3215 bytes .../pip/_vendor/certifi/cacert.pem | 4929 ++++++++++ .../site-packages/pip/_vendor/certifi/core.py | 114 + .../pip/_vendor/certifi/py.typed | 0 .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1273 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45530 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65585 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24320 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 59865 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15080 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7658 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41564 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17316 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19757 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88039 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30348 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52549 bytes .../pip/_vendor/distlib/compat.py | 1137 +++ .../pip/_vendor/distlib/database.py | 1329 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1295 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 162 + .../pip/_vendor/distlib/metadata.py | 1031 ++ .../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 ++++ .../pip/_vendor/distlib/version.py | 750 ++ .../site-packages/pip/_vendor/distlib/w32.exe | Bin 0 -> 91648 bytes .../pip/_vendor/distlib/w64-arm.exe | Bin 0 -> 168448 bytes .../site-packages/pip/_vendor/distlib/w64.exe | Bin 0 -> 101888 bytes .../pip/_vendor/distlib/wheel.py | 1100 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 964 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 296 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53796 bytes .../pip/_vendor/distro/distro.py | 1403 +++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 885 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4980 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 891 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 15795 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99480 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2637 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158852 bytes .../site-packages/pip/_vendor/idna/codec.py | 118 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 395 + .../pip/_vendor/idna/idnadata.py | 4245 ++++++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8598 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1745 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2029 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8174 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 42047 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 168 + .../pip/_vendor/msgpack/fallback.py | 951 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 562 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 4971 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9689 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4558 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 13989 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3245 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7919 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11015 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 24957 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4414 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 38743 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 23223 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7345 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19511 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 262 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../pip/_vendor/packaging/markers.py | 325 + .../pip/_vendor/packaging/metadata.py | 804 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1009 ++ .../pip/_vendor/packaging/tags.py | 627 ++ .../pip/_vendor/packaging/utils.py | 174 + .../pip/_vendor/packaging/version.py | 563 ++ .../pip/_vendor/pkg_resources/__init__.py | 3676 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161265 bytes .../pip/_vendor/platformdirs/__init__.py | 627 ++ .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19833 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1952 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10701 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 12915 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8011 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 15041 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 601 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13678 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 292 + .../pip/_vendor/platformdirs/macos.py | 130 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 275 + .../pip/_vendor/platformdirs/version.py | 16 + .../pip/_vendor/platformdirs/windows.py | 272 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3493 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 739 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26589 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2633 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3226 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4725 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38366 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1564 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2613 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4082 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4761 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12103 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6698 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8194 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32977 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14074 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 70 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37916 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6907 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4220 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4227 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7298 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41031 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28553 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6060 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20130 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6882 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2963 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13778 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9144 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5824 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15123 bytes .../_vendor/pygments/formatters/_mapping.py | 23 + .../pip/_vendor/pygments/formatters/bbcode.py | 108 + .../pip/_vendor/pygments/formatters/groff.py | 170 + .../pip/_vendor/pygments/formatters/html.py | 987 ++ .../pip/_vendor/pygments/formatters/img.py | 685 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 518 + .../pip/_vendor/pygments/formatters/other.py | 160 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 349 + .../pip/_vendor/pygments/formatters/svg.py | 185 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 963 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14626 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 68268 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42972 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 589 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 72 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 247 + .../pip/_vendor/pygments/style.py | 203 + .../pip/_vendor/pygments/styles/__init__.py | 61 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2669 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3653 bytes .../pip/_vendor/pygments/styles/_mapping.py | 54 + .../pip/_vendor/pygments/token.py | 214 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 324 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 618 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 379 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14698 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1085 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14358 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5258 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 589 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2029 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28436 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7196 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13926 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 927 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1682 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25203 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7603 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4233 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1056 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35433 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1271 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27851 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6028 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5628 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36371 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 719 ++ .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 314 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 78 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 151 + .../pip/_vendor/requests/help.py | 127 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1037 ++ .../pip/_vendor/requests/packages.py | 25 + .../pip/_vendor/requests/sessions.py | 831 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1096 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 639 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6856 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2659 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25885 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10505 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 425 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/py.typed | 0 .../pip/_vendor/resolvelib/reporters.py | 43 + .../pip/_vendor/resolvelib/resolvers.py | 547 ++ .../pip/_vendor/resolvelib/structs.py | 170 + .../pip/_vendor/rich/__init__.py | 177 + .../pip/_vendor/rich/__main__.py | 273 + .../rich/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7020 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10297 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7877 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205981 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1734 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2354 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 542 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 860 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12078 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4152 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1875 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3625 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5165 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 726 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6575 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13184 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 970 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 870 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28981 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2495 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3568 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3331 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1613 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12292 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9071 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4277 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11843 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5815 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26574 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1706 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8589 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113441 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2263 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9215 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10946 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10371 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1493 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4217 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1850 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3576 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3077 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9892 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6040 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5213 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20163 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19014 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4894 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13559 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9572 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6383 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7129 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1816 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5302 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12188 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40152 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 74940 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10382 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14792 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1797 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 572 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6618 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6573 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3830 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2484 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28120 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6069 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6066 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33505 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2144 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39953 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43544 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3353 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 60854 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6340 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 319 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31516 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11441 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 159 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 93 + .../site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 167 + .../site-packages/pip/_vendor/rich/color.py | 621 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 312 + .../site-packages/pip/_vendor/rich/pretty.py | 995 ++ .../pip/_vendor/rich/progress.py | 1699 ++++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 375 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 738 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 131 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 958 ++ .../site-packages/pip/_vendor/rich/table.py | 1000 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1357 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 753 ++ .../site-packages/pip/_vendor/rich/tree.py | 249 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 389 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26904 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3913 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 371 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../site-packages/pip/_vendor/tomli/py.typed | 1 + .../pip/_vendor/truststore/__init__.py | 36 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1349 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 16778 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 18992 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2210 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1104 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15770 bytes .../pip/_vendor/truststore/_api.py | 316 + .../pip/_vendor/truststore/_macos.py | 571 ++ .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 567 ++ .../pip/_vendor/truststore/py.typed | 0 .../pip/_vendor/typing_extensions.py | 3641 +++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3410 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16369 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20408 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36543 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13498 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10407 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4017 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20434 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7299 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33948 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1140 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1853 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11569 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5719 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24453 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35506 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7516 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17432 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14768 bytes .../contrib/_securetransport/bindings.py | 519 + .../contrib/_securetransport/low_level.py | 397 + .../pip/_vendor/urllib3/contrib/appengine.py | 314 + .../pip/_vendor/urllib3/contrib/ntlmpool.py | 130 + .../pip/_vendor/urllib3/contrib/pyopenssl.py | 518 + .../urllib3/contrib/securetransport.py | 920 ++ .../pip/_vendor/urllib3/contrib/socks.py | 216 + .../pip/_vendor/urllib3/exceptions.py | 323 + .../pip/_vendor/urllib3/fields.py | 274 + .../pip/_vendor/urllib3/filepost.py | 98 + .../pip/_vendor/urllib3/packages/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41260 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1830 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7341 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 540 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1151 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4752 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1557 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1357 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4188 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2997 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21727 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15369 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5056 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10758 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11144 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15790 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4408 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 622 ++ .../pip/_vendor/urllib3/util/ssl_.py | 504 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 18 + .../lib/python3.12/site-packages/pip/py.typed | 4 + server/.venv/pyvenv.cfg | 5 + .../conftest.cpython-313-pytest-8.4.2.pyc | Bin 0 -> 673 bytes server/app/core/config.py | 14 +- server/app/core/http.py | 7 +- server/app/core/logging.py | 4 +- server/app/core/postprocess.py | 53 +- server/app/core/security.py | 10 +- server/app/main.py | 9 +- server/app/middleware/request_id.py | 12 +- server/app/routers/completions.py | 28 +- server/app/routers/health.py | 30 +- server/app/schemas/completion.py | 48 +- server/app/services/ollama.py | 43 +- server/conftest.py | 9 + server/pyproject.toml | 14 + server/pytest.ini | 2 + server/requirements-dev.txt | 11 + server/requirements.txt | 5 + ...omplete_error.cpython-313-pytest-8.4.2.pyc | Bin 0 -> 1875 bytes ...complete_mock.cpython-313-pytest-8.4.2.pyc | Bin 0 -> 3954 bytes .../test_health.cpython-313-pytest-8.4.2.pyc | Bin 0 -> 2434 bytes server/tests/test_complete_error.py | 16 + server/tests/test_complete_mock.py | 29 + server/tests/test_health.py | 12 + src/extension.ts | 61 +- tools/prompt_eval.py | 110 +- 896 files changed, 139327 insertions(+), 210 deletions(-) create mode 100644 .github/workflows/ci.yml create mode 100644 TEST_GUIDE.md create mode 100644 TROUBLESHOOTING.md create mode 100644 Tools/test_matrix.py create mode 100644 demo.ps1 create mode 100644 demo.sh create mode 100644 server/.venv/bin/Activate.ps1 create mode 100644 server/.venv/bin/activate create mode 100644 server/.venv/bin/pip.exe create mode 100644 server/.venv/bin/pip3.12.exe create mode 100644 server/.venv/bin/pip3.exe create mode 100644 server/.venv/bin/python.exe create mode 100644 server/.venv/bin/python3.12.exe create mode 100644 server/.venv/bin/python3.exe create mode 100644 server/.venv/bin/python3w.exe create mode 100644 server/.venv/bin/pythonw.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/AUTHORS.txt create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/INSTALLER create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/LICENSE.txt create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/METADATA create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/RECORD create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/REQUESTED create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/WHEEL create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/entry_points.txt create mode 100644 server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/top_level.txt create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 server/.venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 server/.venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 server/.venv/pyvenv.cfg create mode 100644 server/__pycache__/conftest.cpython-313-pytest-8.4.2.pyc create mode 100644 server/conftest.py create mode 100644 server/pyproject.toml create mode 100644 server/pytest.ini create mode 100644 server/requirements-dev.txt create mode 100644 server/requirements.txt create mode 100644 server/tests/__pycache__/test_complete_error.cpython-313-pytest-8.4.2.pyc create mode 100644 server/tests/__pycache__/test_complete_mock.cpython-313-pytest-8.4.2.pyc create mode 100644 server/tests/__pycache__/test_health.cpython-313-pytest-8.4.2.pyc create mode 100644 server/tests/test_complete_error.py create mode 100644 server/tests/test_complete_mock.py create mode 100644 server/tests/test_health.py diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..70e21da --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,73 @@ +name: CI + +on: + push: + branches: [main, develop] + pull_request: + +jobs: + python-ci: + name: Python Lint & Tests (mock Ollama) + runs-on: ubuntu-latest + defaults: + run: + working-directory: server + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-python@v5 + with: + python-version: "3.11" + + - uses: actions/cache@v4 + with: + path: ~/.cache/pip + key: ${{ runner.os }}-pip-${{ hashFiles('server/requirements*.txt') }} + restore-keys: ${{ runner.os }}-pip- + + - name: Install deps + run: | + python -m pip install --upgrade pip + pip install -r requirements.txt || true + if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi + + - name: Ruff (lint) + run: ruff check . + + - name: Mypy (type-check) + run: mypy . + + - name: Pytest + env: + OLLAMA_URL: http://127.0.0.1:9999 + MODEL: tiny + API_KEY: test-ci + run: pytest -q --maxfail=1 --disable-warnings + + build-vsix: + name: Build VSIX artifact + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: actions/setup-node@v4 + with: + node-version: "20" + cache: "npm" + cache-dependency-path: package-lock.json + + - name: Install deps + run: npm ci + + - name: Compile + run: npm run compile --if-present + + - name: Package VSIX + run: npx vsce package --no-dependencies --out out.vsix + + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: ai-copilot-${{ github.sha }}.vsix + path: out.vsix + if-no-files-found: error diff --git a/TEST_GUIDE.md b/TEST_GUIDE.md new file mode 100644 index 0000000..bfd31c4 --- /dev/null +++ b/TEST_GUIDE.md @@ -0,0 +1,311 @@ +# 🧪 HƯỚNG DẪN TEST TOÀN BỘ DỰ ÁN BTL AI CODE COMPLETION + +## 📋 CHECKLIST TEST CƠ BẢN (5 phút) + +### 1. ✅ Kiểm tra Server Health + +```powershell +# PowerShell +Invoke-RestMethod "http://100.109.118.90:9000/health" +# Expected: {"status": "ok", "model": "qwen2.5-coder:7b", ...} + +# hoặc bash/cmd với curl +curl http://100.109.118.90:9000/health +``` + +### 2. ✅ Test CLI Tools + +```powershell +# Sync completion +echo "def add(a, b):" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --strip-fence + +# Stream completion (real-time) +echo "def factorial(n):" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --stream --strip-fence +``` + +### 3. ✅ Test Quick Scripts + +```powershell +# Windows +.\scripts\quick-test.ps1 + +# Linux/Mac +chmod +x scripts/quick-test.sh && ./scripts/quick-test.sh +``` + +--- + +## 🔥 TEST NHANH TOÀN BỘ (1 phút) + +```powershell +# Chạy demo script - test tất cả trong 1 lần +.\demo.ps1 +``` + +**Kết quả mong đợi:** + +- ✅ Health check: status "ok" +- ✅ CLI sync: trả về code completion +- ✅ CLI stream: hiển thị từng token theo thời gian thực với [req:xxxx] +- ✅ Stress test: 10 requests, QPS ~2-4, p95 < 2s + +--- + +## 🏗️ TEST CHI TIẾT TỪNG THÀNH PHẦN + +### A. 🧪 **Server Tests (Unit/Integration)** + +```powershell +cd server +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe -m pytest tests/ -v +``` + +**Kết quả:** 3 passed (health, mock completion, error handling) + +### B. 🔧 **CLI Tools Tests** + +#### CLI Sync Mode + +```powershell +echo "def two_sum(nums, target):" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --verbose +``` + +#### CLI Stream Mode + +```powershell +echo "class Calculator:" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --stream --verbose +``` + +#### CLI với File Input + +```powershell +# Tạo file test +echo "def fibonacci(n):" > test_input.py +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --file test_input.py +``` + +### C. 📊 **Stress Testing** + +#### Stress Test Nhẹ + +```powershell +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 20 --concurrency 5 --timeout 15 +``` + +#### Stress Test Với Custom Payload + +```powershell +# Tạo payload.json +@" +{ + "prefix": "def merge_sort(arr):\n if len(arr) <= 1:\n return arr\n ", + "suffix": "\n return merge(left, right)", + "language": "python", + "max_tokens": 200, + "temperature": 0.1 +} +"@ | Out-File -Encoding UTF8 payload.json + +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 10 --concurrency 3 --payload-file payload.json +``` + +### D. 🎯 **Test Matrix (Multi-scenario)** + +```powershell +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/test_matrix.py +``` + +**Test Cases:** + +- ✅ Python + Sync + Auth → 200 +- ✅ Python + Stream + Auth → 200 +- ✅ Python + No Auth → 401 +- ✅ JavaScript + Auth → 422 (blocked by schema) +- ✅ TypeScript + Auth → 422 (blocked by schema) + +### E. 📈 **Batch Evaluation** + +```powershell +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/prompt_eval.py --server-url http://100.109.118.90:9000 --api-key 5conmeo --input Tools/tests.jsonl --out results.csv --timeout 30 +``` + +--- + +## 🔍 TEST ERROR SCENARIOS + +### 1. Test Authentication Errors + +```powershell +# Wrong API key +echo "def test():" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key wrongkey +# Expected: HTTP 403 + +# No API key +echo "def test():" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 +# Expected: HTTP 401 +``` + +### 2. Test Server Down Scenarios + +```powershell +# Test với server không tồn tại +echo "def test():" | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://nonexistent:9000 --api-key 5conmeo --timeout 3 +# Expected: Connection error +``` + +### 3. Test Language Schema Validation + +```powershell +# Test JavaScript (should fail) +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --language javascript <<< "function test() {" +# Expected: HTTP 422 +``` + +--- + +## 🎮 VS CODE EXTENSION TEST + +### Setup Extension + +1. Open VS Code in project root +2. Press F5 to run extension in Development Host +3. Configure settings: + +```json +{ + "btl.serverUrl": "http://100.109.118.90:9000", + "btl.apiKey": "5conmeo", + "btl.enableStreaming": true, + "btl.timeoutMs": 8000 +} +``` + +### Test Extension + +1. **Create Python file** → test.py +2. **Type code:** + +```python +def two_sum(nums, target): + # Put cursor here and wait for suggestions +``` + +3. **Commands:** + - `Ctrl+Shift+P` → "BTL: Test Completion" + - `Ctrl+Shift+P` → "BTL: Trigger Inline Suggest" + +### Expected Results + +- ✅ Ghost text appears with code suggestions +- ✅ Tab to accept, Esc to dismiss +- ✅ Stream mode shows suggestions appearing gradually +- ✅ Status bar shows "Testing completion with server: ..." + +--- + +## 📊 PERFORMANCE BENCHMARKS + +### Latency Targets + +- **P50:** < 500ms +- **P95:** < 1500ms +- **P99:** < 2000ms + +### QPS Targets + +- **Single user:** 2-5 QPS +- **Concurrent (5 users):** 8-15 QPS + +### Test Command + +```powershell +# Performance test +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 100 --concurrency 10 --timeout 20 | jq '{qps_success, p95_sec, p99_sec, error_breakdown}' +``` + +--- + +## 🐛 TROUBLESHOOTING QUICK FIXES + +### Issue: CLI tools fail with "ModuleNotFoundError" + +```powershell +# Fix: Install missing packages +C:/BTL_python/BTL_Python/.venv/Scripts/pip install requests httpx +``` + +### Issue: Server returns 502 "ollama_error" + +```powershell +# Fix: Check Ollama service +curl http://127.0.0.1:11434/api/tags +# If fails, restart: ollama serve +``` + +### Issue: CORS errors in browser + +```powershell +# Fix: Set environment variable +$env:ALLOW_ORIGINS="*" +# Restart server +``` + +### Issue: VS Code extension not working + +1. Check Developer Console (Help → Toggle Developer Tools) +2. Verify settings: `btl.serverUrl`, `btl.apiKey` +3. Test server manually: `curl http://100.109.118.90:9000/health` + +--- + +## ✅ FULL TEST SUITE (Complete Validation) + +```powershell +# 1. Server tests +cd server && C:/BTL_python/BTL_Python/.venv/Scripts/python.exe -m pytest tests/ -v + +# 2. Quick functional test +.\demo.ps1 + +# 3. Comprehensive test matrix +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/test_matrix.py + +# 4. Performance validation +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 50 --concurrency 8 --timeout 15 + +# 5. Batch evaluation (optional) +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/prompt_eval.py --server-url http://100.109.118.90:9000 --api-key 5conmeo --input Tools/tests.jsonl --out results.csv +``` + +**Pass Criteria:** + +- ✅ All server tests pass (3/3) +- ✅ Demo completes without errors +- ✅ Test matrix shows 6/6 passed +- ✅ Stress test: QPS > 2, P95 < 2s, 0 failures +- ✅ Extension shows inline suggestions + +--- + +## 🎯 ACCEPTANCE CRITERIA + +| Component | Test | Status | Notes | +| --------- | ------------------- | ------- | --------------------------- | +| Server | Unit tests | ✅ PASS | 3/3 tests pass | +| Server | Health endpoint | ✅ PASS | Returns status "ok" | +| CLI | Sync completion | ✅ PASS | Returns valid code | +| CLI | Stream completion | ✅ PASS | Shows incremental tokens | +| CLI | Error handling | ✅ PASS | 401/422 handled properly | +| Stress | Performance | ✅ PASS | QPS 2-4, P95 < 2s | +| Scripts | Cross-platform | ✅ PASS | PowerShell + Bash work | +| Extension | VS Code integration | ✅ PASS | Inline suggestions work | +| Schema | Language validation | ✅ PASS | Python ✅, JS/TS blocked ❌ | + +**🎉 PROJECT STATUS: FULLY FUNCTIONAL ✅** + +All 4 người roles completed successfully: + +- **Người 1 (Backend/Infra):** ✅ Server, CORS, logging, tests +- **Người 2 (Prompt/Model):** ✅ Prompt optimization, postprocessing +- **Người 3 (Extension):** ✅ VS Code integration, streaming UX +- **Người 4 (Tools/Integration):** ✅ CLI, stress testing, CI/CD, demos diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md new file mode 100644 index 0000000..d655a2c --- /dev/null +++ b/TROUBLESHOOTING.md @@ -0,0 +1,131 @@ +# 🔧 Known Issues & Troubleshooting + +## Server Connection Issues + +### ❌ 401 Unauthorized / 403 Forbidden + +**Symptoms:** API calls return 401/403 status +**Cause:** Missing or invalid API key +**Fix:** + +```bash +# Set correct API key +export API_KEY=5conmeo +# Or in VS Code settings +"btl.apiKey": "5conmeo" +``` + +### ❌ 502 Bad Gateway + +**Symptoms:** Server returns 502, "ollama_error" in response +**Cause:** Ollama service is down or unreachable +**Fix:** + +```bash +# Check Ollama status +curl http://127.0.0.1:11434/api/tags + +# Restart Ollama if needed +ollama serve +``` + +### ❌ CORS Error + +**Symptoms:** Browser/extension gets CORS policy errors +**Cause:** Server not allowing your origin +**Fix:** + +```bash +# For demo, allow all origins +export ALLOW_ORIGINS="*" + +# For production, specify exact origins +export ALLOW_ORIGINS="vscode-webview://,http://localhost:3000" +``` + +### ❌ Connection Refused / Timeout + +**Symptoms:** "Connection refused" or timeout errors +**Cause:** Server not running or firewall blocking +**Fix:** + +```bash +# Check if server is running +curl http://100.109.118.90:9000/health + +# Start server if needed +cd server && uvicorn app.main:app --host 0.0.0.0 --port 9000 +``` + +## Tool-Specific Issues + +### CLI Tools (`tools/cli.py`) + +```bash +# If stream fails, uses sync fallback automatically +echo "def test():" | python tools/cli.py --stream --verbose + +# For debug, check server logs +python tools/cli.py --verbose --timeout 30 +``` + +### Stress Test (`tools/stress.py`) + +```bash +# Start with low concurrency +python tools/stress.py --requests 5 --concurrency 2 --timeout 15 + +# Check detailed error breakdown in JSON output +python tools/stress.py --requests 100 | jq .error_breakdown +``` + +### Extension Issues + +1. **No suggestions appearing:** + + - Check VS Code settings: `btl.serverUrl`, `btl.apiKey` + - Verify server is running: open `http://localhost:9000/health` + - Check VS Code Developer Console for errors + +2. **Slow suggestions:** + - Reduce `btl.timeoutMs` in settings + - Try disabling streaming: `"btl.enableStreaming": false` + +## Test Matrix Status + +| Language | Sync | Stream | Auth | Model | Status | +| -------- | ---- | ------ | ---- | ----- | -------------- | +| Python | ✅ | ✅ | ✅ | ✅ | Working | +| JS/TS | ❌ | ❌ | ✅ | ❌ | Schema blocked | +| Java | ❌ | ❌ | ✅ | ❌ | Schema blocked | + +**Note:** TypeScript/JavaScript blocked by schema validation - see `completion.py` line 8-10 + +## Quick Health Check Commands + +```bash +# Server health +curl http://100.109.118.90:9000/health + +# API with auth +curl -H "Authorization: Bearer 5conmeo" http://100.109.118.90:9000/models + +# Quick completion test +echo "def add(a,b):" | python tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo +``` + +## Environment Variables Reference + +```bash +# Server +export OLLAMA_URL="http://127.0.0.1:11434" +export MODEL="qwen2.5-coder:7b" +export API_KEY="5conmeo" +export TIMEOUT_SECONDS=120 +export ALLOW_ORIGINS="*" + +# Client tools +export SERVER_URL="http://100.109.118.90:9000" +export API_KEY="5conmeo" +export BTL_TIMEOUT=20.0 +``` diff --git a/Tools/cli.py b/Tools/cli.py index d17164a..463dd86 100644 --- a/Tools/cli.py +++ b/Tools/cli.py @@ -1,18 +1,26 @@ # tools/cli.py -import os, sys, json, argparse, re, time +import os +import sys +import json +import argparse +import re +import time import requests DEFAULT_SERVER = os.getenv("SERVER_URL", "http://127.0.0.1:9000") DEFAULT_API_KEY = os.getenv("API_KEY", "") + def read_text(path: str) -> str: with open(path, "r", encoding="utf-8") as f: return f.read() + def strip_md_fence(text: str) -> str: m = re.search(r"```(?:\w+)?\n(.*?)```", text, re.S) return m.group(1) if m else text + def build_headers(api_key: str, accept: str = "application/json", extra=None) -> dict: h = {"Content-Type": "application/json", "Accept": accept} if api_key: @@ -23,6 +31,7 @@ def build_headers(api_key: str, accept: str = "application/json", extra=None) -> h[k.strip()] = v.strip() return h + def coalesce_completion(obj: dict) -> str: if not isinstance(obj, dict): return "" @@ -34,13 +43,18 @@ def coalesce_completion(obj: dict) -> str: or "" ) -def post_complete(server: str, api_key: str, payload: dict, timeout: int, retries=0, retry_wait=0.5) -> str: + +def post_complete( + server: str, api_key: str, payload: dict, timeout: int, retries=0, retry_wait=0.5 +) -> str: url = server.rstrip("/") + "/complete" headers = build_headers(api_key, accept="application/json") last_err = None for i in range(retries + 1): try: - with requests.post(url, headers=headers, data=json.dumps(payload), timeout=timeout) as r: + with requests.post( + url, headers=headers, data=json.dumps(payload), timeout=timeout + ) as r: if r.status_code != 200: raise RuntimeError(f"[HTTP {r.status_code}] {r.text}") try: @@ -50,10 +64,11 @@ def post_complete(server: str, api_key: str, payload: dict, timeout: int, retrie except Exception as e: last_err = e if i < retries: - time.sleep(retry_wait * (2 ** i)) + time.sleep(retry_wait * (2**i)) else: raise SystemExit(str(last_err)) + def stream_complete(server: str, api_key: str, payload: dict, timeout: int): base = server.rstrip("/") @@ -61,7 +76,13 @@ def stream_complete(server: str, api_key: str, payload: dict, timeout: int): url_sse = base + "/complete_stream" headers_sse = build_headers(api_key, accept="text/event-stream") try: - with requests.post(url_sse, headers=headers_sse, data=json.dumps(payload), stream=True, timeout=timeout) as r: + with requests.post( + url_sse, + headers=headers_sse, + data=json.dumps(payload), + stream=True, + timeout=timeout, + ) as r: if r.status_code == 200: current_event = None for line in r.iter_lines(decode_unicode=True): @@ -83,7 +104,9 @@ def stream_complete(server: str, api_key: str, payload: dict, timeout: int): obj.get("delta") or obj.get("text") or obj.get("content") - or (obj.get("choices", [{}])[0].get("delta", {}) or {}).get("content") + or (obj.get("choices", [{}])[0].get("delta", {}) or {}).get( + "content" + ) or "" ) print(delta if delta is not None else "", end="", flush=True) @@ -97,33 +120,33 @@ def stream_complete(server: str, api_key: str, payload: dict, timeout: int): # nếu kết nối SSE lỗi, fallback JSONL pass - # 2) Fallback JSON lines: POST /complete với {"stream": true} - url_jsonl = base + "/complete" - headers_jsonl = build_headers(api_key, accept="application/json") - payload2 = dict(payload); payload2["stream"] = True - with requests.post(url_jsonl, headers=headers_jsonl, data=json.dumps(payload2), stream=True, timeout=timeout) as r2: + # 2) Fallback đơn giản: gọi /complete sync và in toàn bộ + url_sync = base + "/complete" + headers_sync = build_headers(api_key, accept="application/json") + print("[Fallback to sync mode]", file=sys.stderr) + + with requests.post( + url_sync, + headers=headers_sync, + data=json.dumps(payload), + timeout=timeout, + ) as r2: if r2.status_code != 200: raise SystemExit(f"[HTTP {r2.status_code}] {r2.text}") - for line in r2.iter_lines(decode_unicode=True): - if not line: - continue - raw = line.strip() - try: - obj = json.loads(raw) - delta = ( - obj.get("delta") - or obj.get("text") - or obj.get("content") - or (obj.get("choices", [{}])[0].get("delta", {}) or {}).get("content") - or "" - ) - print(delta if delta is not None else "", end="", flush=True) - except Exception: - print(raw, end="", flush=True) - print() + try: + obj = r2.json() + completion = coalesce_completion(obj) + print(completion, end="", flush=True) + print() + except Exception: + print(r2.text, end="", flush=True) + print() + def main(): - p = argparse.ArgumentParser(description="CLI test /complete (sync/stream). Prefix đọc từ stdin hoặc file.") + p = argparse.ArgumentParser( + description="CLI test /complete (sync/stream). Prefix đọc từ stdin hoặc file." + ) p.add_argument("--server", default=DEFAULT_SERVER) p.add_argument("--api-key", default=DEFAULT_API_KEY) p.add_argument("--language", default="python") @@ -143,12 +166,20 @@ def main(): prefix = read_text(args.file) if args.file else sys.stdin.read() if not prefix: - print("stdin trống. Ví dụ: echo \"def add(a,b):\\n \" | python tools/cli.py --stream", file=sys.stderr) + print( + 'stdin trống. Ví dụ: echo "def add(a,b):\\n " | python tools/cli.py --stream', + file=sys.stderr, + ) sys.exit(1) if args.suffix_file: args.suffix = read_text(args.suffix_file) - payload = {"prefix": prefix, "suffix": args.suffix, "language": args.language, "max_tokens": args.max_tokens} + payload = { + "prefix": prefix, + "suffix": args.suffix, + "language": args.language, + "max_tokens": args.max_tokens, + } if args.temp is not None: payload["temperature"] = args.temp if args.verbose: @@ -157,8 +188,16 @@ def main(): if args.stream: stream_complete(args.server, args.api_key, payload, timeout=args.timeout) else: - out = post_complete(args.server, args.api_key, payload, timeout=args.timeout, retries=args.retries, retry_wait=args.retry_wait) + out = post_complete( + args.server, + args.api_key, + payload, + timeout=args.timeout, + retries=args.retries, + retry_wait=args.retry_wait, + ) print(strip_md_fence(out) if args.strip_fence else out, end="") + if __name__ == "__main__": main() diff --git a/Tools/test_matrix.py b/Tools/test_matrix.py new file mode 100644 index 0000000..b632da0 --- /dev/null +++ b/Tools/test_matrix.py @@ -0,0 +1,108 @@ +#!/usr/bin/env python3 +""" +Test matrix runner for Người 4 +Tests various combinations of: Python/JS × sync/stream × token × model +""" + +import json +import subprocess +import sys +from typing import Dict, List, Tuple + + +TEST_CASES = [ + # Format: (name, language, stream, auth, expected_status) + ("py-sync-auth", "python", False, True, 200), + ("py-stream-auth", "python", True, True, 200), + ("py-sync-noauth", "python", False, False, 401), + ("py-stream-noauth", "python", True, False, 401), + # Note: JS/TS will fail due to schema validation + ("js-sync-auth", "javascript", False, True, 422), + ("ts-stream-auth", "typescript", True, True, 422), +] + +SERVER = "http://100.109.118.90:9000" +API_KEY = "5conmeo" + + +def run_test(name: str, language: str, stream: bool, auth: bool, expected: int) -> Tuple[str, bool, str]: + """Run single test case, return (name, success, details)""" + + cmd = [ + sys.executable, "Tools/cli.py", + "--server", SERVER, + "--language", language, + "--max-tokens", "20", + "--timeout", "10" + ] + + if auth: + cmd.extend(["--api-key", API_KEY]) + + if stream: + cmd.append("--stream") + + test_input = "def test():\n " + + try: + result = subprocess.run( + cmd, + input=test_input, + text=True, + capture_output=True, + timeout=15 + ) + + # For stream mode, check stderr for HTTP status + if stream and "HTTP" in result.stderr: + if f"HTTP {expected}" in result.stderr: + return name, True, f"Stream got expected HTTP {expected}" + else: + return name, False, f"Stream unexpected: {result.stderr.strip()}" + + # For sync mode, check return code + if expected == 200 and result.returncode == 0: + return name, True, f"Sync success: {result.stdout[:50]}..." + elif expected != 200 and result.returncode != 0: + return name, True, f"Sync expected failure: {result.stderr.strip()}" + else: + return name, False, f"Unexpected result: rc={result.returncode}, stderr={result.stderr.strip()}" + + except subprocess.TimeoutExpired: + return name, False, "Timeout" + except Exception as e: + return name, False, f"Exception: {e}" + + +def main(): + print("🧪 Running test matrix...") + print("=" * 50) + + results: List[Tuple[str, bool, str]] = [] + + for name, language, stream, auth, expected in TEST_CASES: + print(f"Testing {name}...", end=" ") + result_name, success, details = run_test(name, language, stream, auth, expected) + results.append((result_name, success, details)) + + if success: + print("✅") + else: + print("❌") + print(f" → {details}") + + print("\n" + "=" * 50) + passed = sum(1 for _, success, _ in results if success) + total = len(results) + print(f"Results: {passed}/{total} passed") + + if passed == total: + print("🎉 All tests passed!") + sys.exit(0) + else: + print("❌ Some tests failed") + sys.exit(1) + + +if __name__ == "__main__": + main() \ No newline at end of file diff --git a/client_py/bridge.py b/client_py/bridge.py index 296247b..2dc9263 100644 --- a/client_py/bridge.py +++ b/client_py/bridge.py @@ -1,25 +1,31 @@ # client_py/bridge.py -import os, sys, json, time +import os +import sys +import json +import time from typing import Any, Dict import requests SERVER_URL = os.environ.get("SERVER_URL", "http://localhost:9000") -API_KEY = os.environ.get("API_KEY", "") +API_KEY = os.environ.get("API_KEY", "") # Cho phép chỉnh timeout qua env, mặc định 20s để tránh treo ngắn -TIMEOUT = float(os.environ.get("BTL_TIMEOUT", "20.0")) +TIMEOUT = float(os.environ.get("BTL_TIMEOUT", "20.0")) headers = {"Content-Type": "application/json"} if API_KEY: headers["Authorization"] = f"Bearer {API_KEY}" + def log(msg: str): sys.stderr.write(msg.rstrip() + "\n") sys.stderr.flush() + def _println(obj: Dict[str, Any]): sys.stdout.write(json.dumps(obj, ensure_ascii=False) + "\n") sys.stdout.flush() + def complete(payload: Dict[str, Any]) -> Dict[str, Any]: url = SERVER_URL.rstrip("/") + "/complete" try: @@ -28,14 +34,19 @@ def complete(payload: Dict[str, Any]) -> Dict[str, Any]: log(f"[bridge.py] status={r.status_code}") r.raise_for_status() data = r.json() - completion = data.get("completion") or (data.get("choices") or [{}])[0].get("text", "") + completion = data.get("completion") or (data.get("choices") or [{}])[0].get( + "text", "" + ) return {"ok": True, "completion": completion} except Exception as e: log(f"[bridge.py] error: {e}") return {"ok": False, "error": str(e)} + def main(): - log(f"[bridge.py] start SERVER_URL={SERVER_URL} API_KEY={'set' if API_KEY else 'empty'} TIMEOUT={TIMEOUT}s") + log( + f"[bridge.py] start SERVER_URL={SERVER_URL} API_KEY={'set' if API_KEY else 'empty'} TIMEOUT={TIMEOUT}s" + ) try: for line in sys.stdin: line = line.strip() @@ -65,5 +76,6 @@ def main(): except KeyboardInterrupt: log("[bridge.py] keyboard interrupt, exiting") + if __name__ == "__main__": main() diff --git a/demo.ps1 b/demo.ps1 new file mode 100644 index 0000000..6036ff4 --- /dev/null +++ b/demo.ps1 @@ -0,0 +1,31 @@ +# Demo script cho Người 4 - Windows PowerShell +# Chạy: Set-ExecutionPolicy -Scope Process Bypass; .\demo.ps1 + +Write-Host "🚀 Demo BTL AI Code Completion" -ForegroundColor Yellow +Write-Host "================================" -ForegroundColor Yellow + +# 1. Kiểm tra server health +Write-Host "`n1️⃣ Checking server health..." -ForegroundColor Cyan +try { + $health = Invoke-RestMethod "http://100.109.118.90:9000/health" + $health | ConvertTo-Json -Depth 2 +} catch { + Write-Host "❌ Server health check failed: $($_.Exception.Message)" -ForegroundColor Red + exit 1 +} + +# 2. Demo CLI sync +Write-Host "`n2️⃣ CLI Sync completion..." -ForegroundColor Cyan +$prefix = "def add(a, b):" +$prefix | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --strip-fence + +# 3. Demo CLI stream +Write-Host "`n3️⃣ CLI Stream completion..." -ForegroundColor Cyan +$prefix2 = "def factorial(n):" +$prefix2 | C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --stream --strip-fence + +# 4. Quick stress test +Write-Host "`n4️⃣ Quick stress test (10 requests)..." -ForegroundColor Cyan +C:/BTL_python/BTL_Python/.venv/Scripts/python.exe Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 10 --concurrency 3 --timeout 10 + +Write-Host "`n✅ Demo completed!" -ForegroundColor Green \ No newline at end of file diff --git a/demo.sh b/demo.sh new file mode 100644 index 0000000..6fc02e7 --- /dev/null +++ b/demo.sh @@ -0,0 +1,26 @@ +#!/bin/bash +# Demo script cho Người 4 +# Chạy: chmod +x demo.sh && ./demo.sh + +set -e + +echo "🚀 Demo BTL AI Code Completion" +echo "================================" + +# 1. Kiểm tra server health +echo -e "\n1️⃣ Checking server health..." +curl -s http://100.109.118.90:9000/health | jq . + +# 2. Demo CLI sync +echo -e "\n2️⃣ CLI Sync completion..." +echo "def add(a, b):" | python Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --strip-fence + +# 3. Demo CLI stream +echo -e "\n3️⃣ CLI Stream completion..." +echo "def factorial(n):" | python Tools/cli.py --server http://100.109.118.90:9000 --api-key 5conmeo --stream --strip-fence + +# 4. Quick stress test +echo -e "\n4️⃣ Quick stress test (10 requests)..." +python Tools/stress.py --server http://100.109.118.90:9000 --api-key 5conmeo --requests 10 --concurrency 3 --timeout 10 + +echo -e "\n✅ Demo completed!" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e58f6ae..81e132d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", "eslint": "^9.35.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "engines": { "vscode": "^1.103.0" @@ -1875,9 +1875,9 @@ } }, "node_modules/typescript": { - "version": "5.9.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", - "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index c2f28ef..89fa34c 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,6 @@ "@typescript-eslint/eslint-plugin": "^8.43.0", "@typescript-eslint/parser": "^8.43.0", "eslint": "^9.35.0", - "typescript": "^5.9.2" + "typescript": "^5.9.3" } -} \ No newline at end of file +} diff --git a/server/.venv/bin/Activate.ps1 b/server/.venv/bin/Activate.ps1 new file mode 100644 index 0000000..eeea358 --- /dev/null +++ b/server/.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/server/.venv/bin/activate b/server/.venv/bin/activate new file mode 100644 index 0000000..88f01a2 --- /dev/null +++ b/server/.venv/bin/activate @@ -0,0 +1,71 @@ +# 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 locations. Without forgetting + # past locations the $PATH changes we made may not be respected. + # See "man bash" for more details. hash is usually a builtin of your shell + 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 'C:\BTL_python\BTL_Python\server\.venv') +else + # use the path as-is + export VIRTUAL_ENV='C:\BTL_python\BTL_Python\server\.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/server/.venv/bin/pip.exe b/server/.venv/bin/pip.exe new file mode 100644 index 0000000000000000000000000000000000000000..7343ac08498683857845ca2f8576e95193ec7471 GIT binary patch literal 108409 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 Ow$MfEf(jRP&Hn*fj5n76 literal 0 HcmV?d00001 diff --git a/server/.venv/bin/pip3.12.exe b/server/.venv/bin/pip3.12.exe new file mode 100644 index 0000000000000000000000000000000000000000..7343ac08498683857845ca2f8576e95193ec7471 GIT binary patch literal 108409 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 Ow$MfEf(jRP&Hn*fj5n76 literal 0 HcmV?d00001 diff --git a/server/.venv/bin/pip3.exe b/server/.venv/bin/pip3.exe new file mode 100644 index 0000000000000000000000000000000000000000..7343ac08498683857845ca2f8576e95193ec7471 GIT binary patch literal 108409 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 Ow$MfEf(jRP&Hn*fj5n76 literal 0 HcmV?d00001 diff --git a/server/.venv/bin/python.exe b/server/.venv/bin/python.exe new file mode 100644 index 0000000000000000000000000000000000000000..fc18092e05a72c175ddec740ef1bc8092b8c6954 GIT binary patch literal 138325 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 I#X8si7miQ8MF0Q* literal 0 HcmV?d00001 diff --git a/server/.venv/bin/python3.12.exe b/server/.venv/bin/python3.12.exe new file mode 100644 index 0000000000000000000000000000000000000000..fc18092e05a72c175ddec740ef1bc8092b8c6954 GIT binary patch literal 138325 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 I#X8si7miQ8MF0Q* literal 0 HcmV?d00001 diff --git a/server/.venv/bin/python3.exe b/server/.venv/bin/python3.exe new file mode 100644 index 0000000000000000000000000000000000000000..fc18092e05a72c175ddec740ef1bc8092b8c6954 GIT binary patch literal 138325 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 I#X8si7miQ8MF0Q* literal 0 HcmV?d00001 diff --git a/server/.venv/bin/python3w.exe b/server/.venv/bin/python3w.exe new file mode 100644 index 0000000000000000000000000000000000000000..6b79b037b465cbaf57ee4c9804a2e504d026adf7 GIT binary patch literal 111666 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ξ9X?F|^1&5r5cwmC(>yQDbmibAMC$id;LgnjBj( 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ξ9X?F|^1&5r5cwmC(>yQDbmibAMC$id;LgnjBj( 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 i%8} +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. |pypi-version| image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. |python-versions| image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. |docs-badge| image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +|pypi-version| |python-versions| |docs-badge| + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/RECORD b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/RECORD new file mode 100644 index 0000000..7a2b33b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/RECORD @@ -0,0 +1,853 @@ +../../../bin/pip.exe,sha256=lc754SX52aZktKvhg-qbTKB-RDsMZo34B25YJXizWUU,108409 +../../../bin/pip3.12.exe,sha256=lc754SX52aZktKvhg-qbTKB-RDsMZo34B25YJXizWUU,108409 +../../../bin/pip3.exe,sha256=lc754SX52aZktKvhg-qbTKB-RDsMZo34B25YJXizWUU,108409 +pip-24.3.1.dist-info/AUTHORS.txt,sha256=Cbb630k8EL9FkBzX9Vpi6hpYWrLSlh08eXodL5u0eLI,10925 +pip-24.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.3.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.3.1.dist-info/METADATA,sha256=V8iCNK1GYbC82PWsLMsASDh9AO4veocRlM4Pn9q2KFI,3677 +pip-24.3.1.dist-info/RECORD,, +pip-24.3.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.3.1.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91 +pip-24.3.1.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 +pip-24.3.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=faXY_neeYrA_88plEhkyhwAaYeds7wu5U1iGwP24J0s,357 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=cPPWuJ6NK_k-GzfvlejLFgwzmYUROmpAR6QC3Q-vkXQ,1450 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=MfcoOluDZ8QMCFYal04IqOJ9q6m2V7a0aOsnI-WOxUo,513 +pip/_internal/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/__pycache__/build_env.cpython-312.pyc,, +pip/_internal/__pycache__/cache.cpython-312.pyc,, +pip/_internal/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/__pycache__/exceptions.cpython-312.pyc,, +pip/_internal/__pycache__/main.cpython-312.pyc,, +pip/_internal/__pycache__/pyproject.cpython-312.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, +pip/_internal/build_env.py,sha256=wsTPOWyPTKvUREUcO585OU01kbQufpdigY8fVHv3WIw,10584 +pip/_internal/cache.py,sha256=Jb698p5PNigRtpW5o26wQNkkUv4MnQ94mc471wL63A0,10369 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, +pip/_internal/cli/__pycache__/index_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, +pip/_internal/cli/autocompletion.py,sha256=Lli3Mr6aDNu7ZkJJFFvwD2-hFxNI6Avz8OwMyS5TVrs,6865 +pip/_internal/cli/base_command.py,sha256=F8nUcSM-Y-MQljJUe724-yxmc5viFXHyM_zH70NmIh4,8289 +pip/_internal/cli/cmdoptions.py,sha256=mDqBr0d0hoztbRJs-PWtcKpqNAc7khU6ZpoesZKocT8,30110 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/index_command.py,sha256=-0oPTruZGkLSMrWDleZ6UtcKP3G-SImRRuhH0RfVE3o,5631 +pip/_internal/cli/main.py,sha256=BDZef-bWe9g9Jpr4OVs4dDf-845HJsKw835T7AqEnAc,2817 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=VCMtduzECUV87KaHNu-xJ-wLNL82yT3x16V4XBxOAqI,10825 +pip/_internal/cli/progress_bars.py,sha256=VgydyqjZvfhqpuNcFDn00QNuA9GxRe9CKrRG8jhPuKU,2723 +pip/_internal/cli/req_command.py,sha256=DqeFhmUMs6o6Ev8qawAcOoYNdAZsfyKS0MZI5jsJYwQ,12250 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Hr_4eiMd9cgVDgEvjtIdw915NmL7ROIWW8enkr8slPQ,2268 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=DNDRgE9YsKrbYzU0s3VKi8rHtKF4X13CJ_br_8PUXO0,6797 +pip/_internal/commands/download.py,sha256=0qB0nys6ZEPsog451lDsjL5Bx7Z97t-B80oFZKhpzKM,5273 +pip/_internal/commands/freeze.py,sha256=2Vt72BYTSm9rzue6d8dNzt8idxWK4Db6Hd-anq7GQ80,3203 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=RAXxmJwFhVb5S1BYzb5ifX3sn9Na8v2CCVYwSMP8pao,4731 +pip/_internal/commands/inspect.py,sha256=PGrY9TRTRCM3y5Ml8Bdk8DEOXquWRfscr4DRo1LOTPc,3189 +pip/_internal/commands/install.py,sha256=iqesiLIZc6Op9uihMQFYRhAA2DQRZUxbM4z1BwXoFls,29428 +pip/_internal/commands/list.py,sha256=oiIzSjLP6__d7dIS3q0Xb5ywsaOThBWRqMyjjKzkPdM,12769 +pip/_internal/commands/search.py,sha256=fWkUQVx_gm8ebbFAlCgqtxKXT9rNahpJ-BI__3HNZpg,5626 +pip/_internal/commands/show.py,sha256=IG9L5uo8w6UA4tI_IlmaxLCoNKPa5JNJCljj3NWs0OE,7507 +pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 +pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=QeB9qvKXDIjLdPBDE5fMgpfGqMMCr-govnuoQnGuiF8,1783 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=PlcP4a6-R6c98XnOM-b6Lkb3rsvh9iG4ok8shaanrzs,6751 +pip/_internal/distributions/wheel.py,sha256=THBYfnv7VVt8mYhMYUtH13S1E7FDwtDyDfmUcl8ai0E,1317 +pip/_internal/exceptions.py,sha256=2_byISIv3kSnI_9T-Esfxrt0LnTRgcUHyxu0twsHjQY,26481 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/index/__pycache__/collector.cpython-312.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, +pip/_internal/index/__pycache__/sources.cpython-312.pyc,, +pip/_internal/index/collector.py,sha256=RdPO0JLAlmyBWPAWYHPyRoGjz3GNAeTngCNkbGey_mE,16265 +pip/_internal/index/package_finder.py,sha256=yRC4xsyudwKnNoU6IXvNoyqYo5ScT7lB6Wa-z2eh7cs,37666 +pip/_internal/index/sources.py,sha256=lPBLK5Xiy8Q6IQMio26Wl7ocfZOKkgGklIBNyUJ23fI,8632 +pip/_internal/locations/__init__.py,sha256=UaAxeZ_f93FyouuFf4p7SXYF-4WstXuEvd3LbmPCAno,14925 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=x6nyVLj7X11Y4khIdf-mFlxMl2FWadtVEgeb8upc_WI,6013 +pip/_internal/locations/_sysconfig.py,sha256=IGzds60qsFneRogC-oeBaY7bEh3lPt_v47kMJChQXsU,7724 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=P0cAJrH_mtmMZvlZ16ZXm_-izA4lpr5wy08laICuiaA,2644 +pip/_internal/metadata/base.py,sha256=ft0K5XNgI4ETqZnRv2-CtvgYiMOMAeGMAzxT-f6VLJA,25298 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=c6av8sP8BBjAZuFSJow1iWfygUXNM3xRTCn5nqw6B9M,2796 +pip/_internal/metadata/importlib/_dists.py,sha256=anh0mLI-FYRPUhAdipd0Va3YJJc6HelCKQ0bFhY10a0,8017 +pip/_internal/metadata/importlib/_envs.py,sha256=UUB980XSrDWrMpQ1_G45i0r8Hqlg_tg3IPQ63mEqbNc,7431 +pip/_internal/metadata/pkg_resources.py,sha256=U07ETAINSGeSRBfWUG93E4tZZbaW_f7PGzEqZN0hulc,10542 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, +pip/_internal/models/__pycache__/index.cpython-312.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, +pip/_internal/models/__pycache__/link.cpython-312.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/models/candidate.py,sha256=zzgFRuw_kWPjKpGw7LC0ZUMD2CQ2EberUIYs8izjdCA,753 +pip/_internal/models/direct_url.py,sha256=uBtY2HHd3TO9cKQJWh0ThvE5FRr-MWRYChRU4IG9HZE,6578 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=jHax9O-9zlSzEwjBCDkx0OXjKXwBDwOuPwn-PsR8dCs,21034 +pip/_internal/models/scheme.py,sha256=PakmHJM3e8OOWSZFtfz1Az7f1meONJnkGuQxFlt3wBE,575 +pip/_internal/models/search_scope.py,sha256=67NEnsYY84784S-MM7ekQuo9KXLH-7MzFntXjapvAo0,4531 +pip/_internal/models/selection_prefs.py,sha256=qaFfDs3ciqoXPg6xx45N1jPLqccLJw4N0s4P0PyHTQ8,2015 +pip/_internal/models/target_python.py,sha256=2XaH2rZ5ZF-K5wcJbEMGEl7SqrTToDDNkrtQ2v_v_-Q,4271 +pip/_internal/models/wheel.py,sha256=G7dND_s4ebPkEL7RJ1qCY0QhUUWIIK6AnjWgRATF5no,4539 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/network/__pycache__/auth.cpython-312.pyc,, +pip/_internal/network/__pycache__/cache.cpython-312.pyc,, +pip/_internal/network/__pycache__/download.cpython-312.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, +pip/_internal/network/__pycache__/session.cpython-312.pyc,, +pip/_internal/network/__pycache__/utils.cpython-312.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, +pip/_internal/network/auth.py,sha256=D4gASjUrqoDFlSt6gQ767KAAjv6PUyJU0puDlhXNVRE,20809 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 +pip/_internal/network/lazy_wheel.py,sha256=PBdoMoNQQIA84Fhgne38jWF52W4x_KtsHjxgv4dkRKA,7622 +pip/_internal/network/session.py,sha256=XmanBKjVwPFmh1iJ58q6TDh9xabH37gREuQJ_feuZGA,18741 +pip/_internal/network/utils.py,sha256=Inaxel-NxBu4PQWkjyErdnfewsFCcgHph7dzR1-FboY,4088 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/__pycache__/check.cpython-312.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=-ARW_TcjHCOX7D2NUOGntB4Fgc6b4aolsXkAK6BWL7w,4774 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=8i6i1QZX9m_lKPStEFsHKM0MT4a-CD408JOw99daLmo,2190 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=K-6kNhmj-1xDF45ny1yheMerF0ui4EoQCLzEoHh6-tc,3045 +pip/_internal/operations/check.py,sha256=L24vRL8VWbyywdoeAhM89WCd8zLTnjIbULlKelUgIec,5912 +pip/_internal/operations/freeze.py,sha256=V59yEyCSz_YhZuhH09-6aV_zvYBMrS_IxFFNqn2QzlA,9864 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=PoEsNEPGbIZ2yQphPsmYTKLOCMs4gv5OcCdzW124NcA,1283 +pip/_internal/operations/install/wheel.py,sha256=X5Iz9yUg5LlK5VNQ9g2ikc6dcRu8EPi_SUi5iuEDRgo,27615 +pip/_internal/operations/prepare.py,sha256=joWJwPkuqGscQgVNImLK71e9hRapwKvRCM8HclysmvU,28118 +pip/_internal/pyproject.py,sha256=rw4fwlptDp1hZgYoplwbAGwWA32sWQkp7ysf8Ju6iXc,7287 +pip/_internal/req/__init__.py,sha256=HxBFtZy_BbCclLgr26waMtpzYdO5T3vxePvpGAXSt5s,2653 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, +pip/_internal/req/constructors.py,sha256=v1qzCN1mIldwx-nCrPc8JO4lxkm3Fv8M5RWvt8LISjc,18430 +pip/_internal/req/req_file.py,sha256=gOOJTzL-mDRPcQhjwqjDrjn4V-3rK9TnEFnU3v8RA4Q,18752 +pip/_internal/req/req_install.py,sha256=yhT98NGDoAEk03jznTJnYCznzhiMEEA2ocgsUG_dcNU,35788 +pip/_internal/req/req_set.py,sha256=j3esG0s6SzoVReX9rWn4rpYNtyET_fwxbwJPRimvRxo,2858 +pip/_internal/req/req_uninstall.py,sha256=qzDIxJo-OETWqGais7tSMCDcWbATYABT-Tid3ityF0s,23853 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=3HZiJBRd1FTN6jQpI4qRO8-TbLYeIbUTS6PFvXnXs2w,24068 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=DCf669FsqyQY5uqXeePDHQY1e4QO-pBzWH8O0s9-K94,5023 +pip/_internal/resolution/resolvelib/candidates.py,sha256=5UZ1upNnmqsP-nmEZaDYxaBgCoejw_e2WVGmmAvBxXc,20001 +pip/_internal/resolution/resolvelib/factory.py,sha256=511CaUR41LqjALuFafLVfx15WRvMhxYTdjQCoSvp4gw,32661 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=9hrTyQqFvl9I7Tji79F1AxHv39Qh1rkJ_7deSHSMfQc,6383 +pip/_internal/resolution/resolvelib/provider.py,sha256=bcsFnYvlmtB80cwVdW1fIwgol8ZNr1f1VHyRTkz47SM,9935 +pip/_internal/resolution/resolvelib/reporter.py,sha256=00JtoXEkTlw0-rl_sl54d71avwOsJHt9GGHcrj5Sza0,3168 +pip/_internal/resolution/resolvelib/requirements.py,sha256=7JG4Z72e5Yk4vU0S5ulGvbqTy4FMQGYhY5zQhX9zTtY,8065 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=pkjQixuWyQ1vrVxZAaYD6SSHgXuFUnHZybXEWTkh0S0,8145 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/retry.cpython-312.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=M15uUPIh5NpP1tdUGBxRau6q1ZAEtI8-XyLEETscFfE,3350 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ckkFveBiYQjRWjkNsajt_oWPS57tJvE8XxoC4OIYgCY,2399 +pip/_internal/utils/compatibility_tags.py,sha256=OWq5axHpW-MEEPztGdvgADrgJPAcV9a88Rxm4Z8VBs8,6272 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=k7Qg_UBAaaTdyq82YVARA6D7RmcGTXGv7fnfcgigj4Q,3707 +pip/_internal/utils/direct_url_helpers.py,sha256=r2MRtkVDACv9AGqYODBUC9CjwgtsUU1s68hmgfCJMtA,3196 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=ajvA-q4ocliW9kPp8Yquh-4vssXbu-UKbo5FV9V4X64,4950 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=vUkWq_1pJuzcYNcGKLlQmABoUiisK8noYY1yc8Wq4w4,3734 +pip/_internal/utils/hashes.py,sha256=XGGLL0AG8-RhWnyz87xF6MFZ--BKadHU35D47eApCKI,4972 +pip/_internal/utils/logging.py,sha256=7BFKB1uFjdxD5crM-GtwA5T2qjbQ2LPD-gJDuJeDNTg,11606 +pip/_internal/utils/misc.py,sha256=NRV0_2fFhzy1jhvInSBv4dqCmTwct8PV7Kp0m-BPRGM,23530 +pip/_internal/utils/packaging.py,sha256=iI3LH43lVNR4hWBOqF6lFsZq4aycb2j0UcHlmDmcqUg,2109 +pip/_internal/utils/retry.py,sha256=mhFbykXjhTnZfgzeuy-vl9c8nECnYn_CMtwNJX2tYzQ,1392 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=EsvqSRiSMHF98T8Txmu6NLU3U--MpTTQjtNgKP0P--M,8988 +pip/_internal/utils/temp_dir.py,sha256=5qOXe8M4JeY6vaFQM867d5zkp1bSwMZ-KT5jymmP0Zg,9310 +pip/_internal/utils/unpacking.py,sha256=eyDkSsk4nW8ZfiSjNzJduCznpHyaGHVv3ak_LMGsiEM,11951 +pip/_internal/utils/urls.py,sha256=qceSOZb5lbNDrHNsv7_S4L4Ytszja5NwPKUMnZHbYnM,1599 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=b442jkydFHjXzDy6cMR7MpzWBJ1Q82hR5F33cmcHV3g,4494 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, +pip/_internal/vcs/bazaar.py,sha256=EKStcQaKpNu0NK4p5Q10Oc4xb3DUxFw024XrJy40bFQ,3528 +pip/_internal/vcs/git.py,sha256=3tpc9LQA_J4IVW5r5NvWaaSeDzcmJOrSFZN0J8vIKfU,18177 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=ddTugHBqHzV3ebKlU5QXHPN4gUqlyXbOx8q8NgXKvs8,11735 +pip/_internal/vcs/versioncontrol.py,sha256=cvf_-hnTAjQLXJ3d17FMNhQfcO1AcKWUF10tfrYyP-c,22440 +pip/_internal/wheel_builder.py,sha256=DL3A8LKeRj_ACp11WS5wSgASgPFqeyAeXJKdXfmaWXU,11799 +pip/_vendor/__init__.py,sha256=JYuAXvClhInxIrA2FTp5p-uuWVL7WV6-vEpTs46-Qh4,4873 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=GiYoagwPEiJ_xR_lbwWGaoCiPtF_rz4isjfjdDAgHU4,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=fByO_Pd_EOemjWbuocvBWdN85xT0q_TBm2lxS6vD4fk,6355 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=9AlmmTJc6cslb6k5z_6q0sGPHVrMj8zv-uWy-simmfE,5406 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=o-ejGJlBmpKK8QQLyTPJj0t7siU8XVHXuV8MCybCxQ8,18575 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=IYe4QmHERWsMvtxNrp920WeaIsaTTyqLB14DSheSbtY,4834 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=p_GYZrjUwPBUhpLlCZoGb0miKBKSqDAyZC5DvIuqbHQ,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=lO3rZukXdPyuk6BWUJFOKQliWaXH6HGh9l1GGrUgG0c,299427 +pip/_vendor/certifi/core.py,sha256=2SRT5rIcQChFDbe37BQa-kULxAgJ8qN6l1jfqTp4HIs,4486 +pip/_vendor/certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/distlib/__init__.py,sha256=dcwgYGYGQqAEawBXPDtIx80DO_3cOmFv8HTc8JMzknQ,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=2jRSjRI4o-vlXeTK2BCGIUhkc6e9ZGhSsacRM5oseTw,41467 +pip/_vendor/distlib/database.py,sha256=mHy_LxiXIsIVRb-T0-idBrVLw3Ffij5teHCpbjmJ9YU,51160 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=oBeAZpFuPQSY09MgNnLfQGGAXXvVO96BFpZyKMuK4tM,51026 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=X6sDvkFGcYS8gUW8hfsWuKEKAqhQZAJ7iXOMLxRYjYk,5164 +pip/_vendor/distlib/metadata.py,sha256=zil3sg2EUfLXVigljY2d_03IJt-JSs7nX-73fECMX2s,38724 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BJliaDAZaVB7WAkwokgC3HXwLD2iWiHaVI50H7C6eG8,18608 +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/version.py,sha256=s5VIs8wBn0fxzGxWM_aA2ZZyx525HcZbMvcTlTyZ3Rg,23727 +pip/_vendor/distlib/w32.exe,sha256=R4csx3-OGM9kL4aPIzQKRo5TfmRSHZo6QWyLhDhNBks,91648 +pip/_vendor/distlib/w64-arm.exe,sha256=xdyYhKj0WDcVUOCb05blQYvzdYIKMbmJn2SZvzkcey4,168448 +pip/_vendor/distlib/w64.exe,sha256=ejGf-rojoBfXseGLpya6bFTFPWRG21X5KvU8J5iU-K0,101888 +pip/_vendor/distlib/wheel.py,sha256=DFIVguEQHCdxnSdAO0dfFsgMcvVZitg7bCOuLwZ7A_s,43979 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=XqbefacAhDT4zr_trnbA15eY8vdK4GTghgmvUGrEM_4,49430 +pip/_vendor/distro/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=PS6m-XmdST7Wj7J7ulRMakPDt5EBJyYrT3CPtjh-7t4,3426 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=lyhpoe2vulEaB_65xhXmoKgO-xUqFDvcwxu5hpNNO4E,12663 +pip/_vendor/idna/idnadata.py,sha256=dqRwytzkjIHMBa2R1lYvHDwACenZPt8eGVu1Y8UBE-E,78320 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=Tkt0KnIeyIlnHddOaz9WSkkislNgokJAuE-p5GorMqo,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=1KuksWqLuccPXm2uyRVkhfiFLNIhM_H2m4azCcnOqEU,206503 +pip/_vendor/msgpack/__init__.py,sha256=gsMP7JTECZNUSjvOyIbdhNOkpB9Z8BcGwabVGY2UcdQ,1077 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=fKp00BqDLjUtZnPd70Llr138zk8JsCuSpJkkZ5S4dt8,5629 +pip/_vendor/msgpack/fallback.py,sha256=wdUWJkWX2gzfRW9BBCTOuIE1Wvrf5PtBtR8ZtY7G_EE,33175 +pip/_vendor/packaging/__init__.py,sha256=dtw2bNmWCQ9WnMoK3bk_elL1svSlikXtLpZhCFIB9SE,496 +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +pip/_vendor/packaging/_elffile.py,sha256=_LcJW4YNKywYsl4169B2ukKRqwxjxst_8H0FRVQKlz8,3282 +pip/_vendor/packaging/_manylinux.py,sha256=Xo4V0PZz8sbuVCbTni0t1CR0AHeir_7ib4lTmV8scD4,9586 +pip/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +pip/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +pip/_vendor/packaging/markers.py,sha256=dWKSqn5Sp-jDmOG-W3GfLHKjwhf1IsznbT71VlBoB5M,10671 +pip/_vendor/packaging/metadata.py,sha256=KINuSkJ12u-SyoKNTy_pHNGAfMUtxNvZ53qA1zAKcKI,32349 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +pip/_vendor/packaging/specifiers.py,sha256=HfGgfNJRvrzC759gnnoojHyiWs_DYmcw5PEh5jHH-YE,39738 +pip/_vendor/packaging/tags.py,sha256=Fo6_cit95-7QfcMb16XtI7AUiSMgdwA_hCO_9lV2pz4,21388 +pip/_vendor/packaging/utils.py,sha256=NAdYUwnlAOpkat_RthavX8a07YuVxgGL_vwrx73GSDM,5287 +pip/_vendor/packaging/version.py,sha256=wE4sSVlF-d1H6HFC1vszEe35CwTig_fh4HHIFg95hFE,16210 +pip/_vendor/pkg_resources/__init__.py,sha256=jrhDRbOubP74QuPXxd7U7Po42PH2l-LZ2XfcO7llpZ4,124463 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=FTA6LGNm40GwNZt3gG3uLAacWvf2E_2HTmH0rAALGR8,22285 +pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016 +pip/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996 +pip/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643 +pip/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411 +pip/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 +pip/_vendor/pygments/__init__.py,sha256=7N1oiaWulw_nCsTY4EEixYLz15pWY5u4uPAFFi-ielU,2983 +pip/_vendor/pygments/__main__.py,sha256=isIhBxLg65nLlXukG4VkMuPfNdd7gFzTZ_R_z3Q8diY,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=LIVzmAunlk9sRJJp54O4KRy9GDIN4Wu13v9p9QzfGPM,23656 +pip/_vendor/pygments/console.py,sha256=yhP9UsLAVmWKVQf2446JJewkA7AiXeeTf4Ieg3Oi2fU,1718 +pip/_vendor/pygments/filter.py,sha256=_ADNPCskD8_GmodHi6_LoVgPU3Zh336aBCT5cOeTMs0,1910 +pip/_vendor/pygments/filters/__init__.py,sha256=RdedK2KWKXlKwR7cvkfr3NUj9YiZQgMgilRMFUg2jPA,40392 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=jDWBTndlBH2Z5IYZFVDnP0qn1CaTQjTWt7iAGtCnJEg,4390 +pip/_vendor/pygments/formatters/__init__.py,sha256=8No-NUs8rBTSSBJIv4hSEQt2M0cFB4hwAT0snVc2QGE,5385 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=3JQLI45tcrQ_kRUMjuab6C7Hb0XUsbVWqqbSn9cMjkI,3320 +pip/_vendor/pygments/formatters/groff.py,sha256=M39k0PaSSZRnxWjqBSVPkF0mu1-Vr7bm6RsFvs-CNN4,5106 +pip/_vendor/pygments/formatters/html.py,sha256=SE2jc3YCqbMS3rZW9EAmDlAUhdVxJ52gA4dileEvCGU,35669 +pip/_vendor/pygments/formatters/img.py,sha256=MwA4xWPLOwh6j7Yc6oHzjuqSPt0M1fh5r-5BTIIUfsU,23287 +pip/_vendor/pygments/formatters/irc.py,sha256=dp1Z0l_ObJ5NFh9MhqLGg5ptG5hgJqedT2Vkutt9v0M,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=XMmhOCqUKDBQtG5mGJNAFYxApqaC5puo5cMmPfK3944,19306 +pip/_vendor/pygments/formatters/other.py,sha256=56PMJOliin-rAUdnRM0i1wsV1GdUPd_dvQq0_UPfF9c,5034 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=y16U00aVYYEFpeCfGXlYBSMacG425CbfoG8oKbKegIg,2218 +pip/_vendor/pygments/formatters/rtf.py,sha256=ZT90dmcKyJboIB0mArhL7IhE467GXRN0G7QAUgG03To,11957 +pip/_vendor/pygments/formatters/svg.py,sha256=KKsiophPupHuxm0So-MsbQEWOT54IAiSF7hZPmxtKXE,7174 +pip/_vendor/pygments/formatters/terminal.py,sha256=AojNG4MlKq2L6IsC_VnXHu4AbHCBn9Otog6u45XvxeI,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=kGkNUVo3FpwjytIDS0if79EuUoroAprcWt3igrcIqT0,11753 +pip/_vendor/pygments/lexer.py,sha256=TYHDt___gNW4axTl2zvPZff-VQi8fPaIh5OKRcVSjUM,35349 +pip/_vendor/pygments/lexers/__init__.py,sha256=pIlxyQJuu_syh9lE080cq8ceVbEVcKp0osAFU5fawJU,12115 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=61-h3zr103m01OS5BUq_AfUiL9YI06Ves9ipQ7k4vr4,76097 +pip/_vendor/pygments/lexers/python.py,sha256=2J_YJrPTr_A6fJY_qKiKv0GpgPwHMrlMSeo59qN3fe4,53687 +pip/_vendor/pygments/modeline.py,sha256=gtRYZBS-CKOCDXHhGZqApboHBaZwGH8gznN3O6nuxj4,1005 +pip/_vendor/pygments/plugin.py,sha256=ioeJ3QeoJ-UQhZpY9JL7vbxsTVuwwM7BCu-Jb8nN0AU,1891 +pip/_vendor/pygments/regexopt.py,sha256=Hky4EB13rIXEHQUNkwmCrYqtIlnXDehNR3MztafZ43w,3072 +pip/_vendor/pygments/scanner.py,sha256=NDy3ofK_fHRFK4hIDvxpamG871aewqcsIb6sgTi7Fhk,3092 +pip/_vendor/pygments/sphinxext.py,sha256=iOptJBcqOGPwMEJ2p70PvwpZPIGdvdZ8dxvq6kzxDgA,7981 +pip/_vendor/pygments/style.py,sha256=rSCZWFpg1_DwFMXDU0nEVmAcBHpuQGf9RxvOPPQvKLQ,6420 +pip/_vendor/pygments/styles/__init__.py,sha256=qUk6_1z5KmT8EdJFZYgESmG6P_HJF_2vVrDD7HSCGYY,2042 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/styles/_mapping.py,sha256=6lovFUE29tz6EsV3XYY4hgozJ7q1JL7cfO3UOlgnS8w,3312 +pip/_vendor/pygments/token.py,sha256=qZwT7LSPy5YBY3JgDjut642CCy7JdQzAfmqD9NmT5j0,6226 +pip/_vendor/pygments/unistring.py,sha256=p5c1i-HhoIhWemy9CUsaN9o39oomYHNxXll0Xfw6tEA,63208 +pip/_vendor/pygments/util.py,sha256=2tj2nS1X9_OpcuSjf8dOET2bDVZhs8cEKd_uT6-Fgg8,10031 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=HlB_HzhrzGtfD_aaYUwUh1zWXLZ75_YCLyit75d0Vz8,5057 +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=J7VeVxKBvawbtlX2DERVo05J9BXTcWYLMHNd1Baa-bk,27607 +pip/_vendor/requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +pip/_vendor/requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=Mo9f9xZpefod8Zm-n9_StJcVTmwSukXR2p3IQyyVXvU,1485 +pip/_vendor/requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +pip/_vendor/requests/exceptions.py,sha256=D1wqzYWne1mS2rU43tP9CeN1G7QAy7eqL9o1god6Ejw,4272 +pip/_vendor/requests/help.py,sha256=hRKaf9u0G7fdwrqMHtF3oG16RKktRf6KiwtSq2Fo1_0,3813 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=x4K4CmH-lC0l2Kb-iPfMN4dRXxHEcbOaEWBL_i09AwI,35483 +pip/_vendor/requests/packages.py,sha256=_ZQDCJTJ8SP3kVWunSqBsRZNPzj2c1WFVqbdr08pz3U,1057 +pip/_vendor/requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 +pip/_vendor/requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=L79vnFbzJ3SFLKtJwpoWe41Tozi3RlZv94pY1TFIyow,33631 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=eO7Cq8JnrgG8zVoeImiAs92q3hXNMIfp0w5lMsO7Q2Y,8477 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=fbmeyetEdHjzE_Vx2l1uK7tnPOhMs2X1lJfO3vsKDpA,10209 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=RI08pSrm5tBSzPMvnbTqbD9WIalaOoN5d4M1RTmLq1Y,2128 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=Zt58apszI6hAAcXPpgdWKpu3c31UBWebOeR4mbyptvU,5471 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=sCUkisXkQfoq-IQPyBELfJ8l7LihZJX3HbH8K7Cie-M,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 +pip/_vendor/rich/cells.py,sha256=aMmGK4BjXhgE6_JF1ZEGmW3O7mKkE8g84vUnj4Et4To,4780 +pip/_vendor/rich/color.py,sha256=bCRATVdRe5IClJ6Hl62de2PKQ_U4i2MZ4ugjUEg7Tao,18223 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=deFZIubq2M9A2MCsKFAsFQlWDvcOMsGuUA07QkOaHIw,99173 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=c_56TxcedGYqDepHBMTuZdUIijitAQgnox-Qde0Z1qo,5502 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=6ZAjUcNhBRajBCo9umFUclyi2xL0-55JL7S0vYGUJu4,9585 +pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 +pip/_vendor/rich/live.py,sha256=vUcnJV2LMSK3sQNaILbm0-_B8BpAeiHfcQMAMLfpRe0,14271 +pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=2Fd1V7e1kHxlPFIusoHY5T7-Cs0RpkrihgVG9ZVqJ4g,10705 +pip/_vendor/rich/pretty.py,sha256=5oIHP_CGWnHEnD0zMdW5qfGC5kHqIKn7zH_eC4crULE,35848 +pip/_vendor/rich/progress.py,sha256=P02xi7T2Ua3qq17o83bkshe4c0v_45cg8VyTj6US6Vg,59715 +pip/_vendor/rich/progress_bar.py,sha256=L4jw8E6Qb_x-jhOrLVhkuMaPmiAhFIl8jHQbWFrKuR8,8164 +pip/_vendor/rich/prompt.py,sha256=wdOn2X8XTJKnLnlw6PoMY7xG4iUPp3ezt4O5gqvpV-E,11304 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=hU1ueeXqI6YeFa08K9DAjlF2QLxcJY9pwZx7RsXavlk,24246 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=TnZDuOD4DeHFbkaVEAji1gf8qgAlMU9Boe_GksMGCkk,35475 +pip/_vendor/rich/table.py,sha256=nGEvAZHF4dy1vT9h9Gj9O5qhSQO3ODAxJv0RY1vnIB8,39680 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=5rQ3zvNrg5UZKNLecbh7fiw9v3HeFulNVtRY_CBDjjE,47312 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=CUpxYLjQWIb6vQQ6O72X0hvDV6caryGqU6UweHgOyCY,29601 +pip/_vendor/rich/tree.py,sha256=meAOUU6sYnoBEOX2ILrPLY9k5bWrWNQKkaiEFvHinXM,9167 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +pip/_vendor/truststore/__init__.py,sha256=WIDeyzWm7EVX44g354M25vpRXbeY1lsPH6EmUJUcq4o,1264 +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=GeXRNTlxPZ3kif4kNoh6JY0oE4QRzTGcgXr6l_X_Gk0,10555 +pip/_vendor/truststore/_macos.py,sha256=nZlLkOmszUE0g6ryRwBVGY5COzPyudcsiJtDWarM5LQ,20503 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=rAHyKYD8M7t-bXfG8VgOVa3TpfhVhbt4rZQlO45YuP8,17993 +pip/_vendor/truststore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/typing_extensions.py,sha256=78hFl0HpDY-ylHUVCnWdU5nTHxUP2-S-3wEZk6CQmLk,134499 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=t9wGB6ooOTXXgiY66K1m6BZS1CJyXHAU8EoWDTe6Shk,64 +pip/_vendor/urllib3/connection.py,sha256=ttIA909BrbTUzwkqEe_TzZVh4JOOj7g61Ysei2mrwGg,20314 +pip/_vendor/urllib3/connectionpool.py,sha256=e2eiAwNbFNCKxj4bwDKNK-w7HIdSz3OmMxU_TIt-evQ,40408 +pip/_vendor/urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_appengine_environ.py,sha256=bDbyOEhW2CKLJcQqAKAyrEHN-aklsyHFKq6vF8ZFsmk,957 +pip/_vendor/urllib3/contrib/_securetransport/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc,, +pip/_vendor/urllib3/contrib/_securetransport/bindings.py,sha256=4Xk64qIkPBt09A5q-RIFUuDhNc9mXilVapm7WnYnzRw,17632 +pip/_vendor/urllib3/contrib/_securetransport/low_level.py,sha256=B2JBB2_NRP02xK6DCa1Pa9IuxrPwxzDzZbixQkb7U9M,13922 +pip/_vendor/urllib3/contrib/appengine.py,sha256=VR68eAVE137lxTgjBDwCna5UiBZTOKa01Aj_-5BaCz4,11036 +pip/_vendor/urllib3/contrib/ntlmpool.py,sha256=NlfkW7WMdW8ziqudopjHoW299og1BTWi0IeIibquFwk,4528 +pip/_vendor/urllib3/contrib/pyopenssl.py,sha256=hDJh4MhyY_p-oKlFcYcQaVQRDv6GMmBGuW9yjxyeejM,17081 +pip/_vendor/urllib3/contrib/securetransport.py,sha256=Fef1IIUUFHqpevzXiDPbIGkDKchY2FVKeVeLGR1Qq3g,34446 +pip/_vendor/urllib3/contrib/socks.py,sha256=aRi9eWXo9ZEb95XUxef4Z21CFlnnjbEiAo9HOseoMt4,7097 +pip/_vendor/urllib3/exceptions.py,sha256=0Mnno3KHTNfXRfY7638NufOPkUb6mXOm-Lqj-4x2w8A,8217 +pip/_vendor/urllib3/fields.py,sha256=kvLDCg_JmH1lLjUUEY_FLS8UhY7hBvDPuVETbY8mdrM,8579 +pip/_vendor/urllib3/filepost.py,sha256=5b_qqgRHVlL7uLtdAYBzBh-GHmU5AfJVt_2N0XS3PeY,2440 +pip/_vendor/urllib3/packages/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc,, +pip/_vendor/urllib3/packages/backports/makefile.py,sha256=nbzt3i0agPVP07jqqgjhaYjMmuAi_W5E0EywZivVO8E,1417 +pip/_vendor/urllib3/packages/backports/weakref_finalize.py,sha256=tRCal5OAhNSRyb0DhHp-38AtIlCsRP8BxF3NX-6rqIA,5343 +pip/_vendor/urllib3/packages/six.py,sha256=b9LM0wBXv7E7SrbCjAm4wwN-hrH-iNxv18LgWNMMKPo,34665 +pip/_vendor/urllib3/poolmanager.py,sha256=aWyhXRtNO4JUnCSVVqKTKQd8EXTvUm1VN9pgs2bcONo,19990 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 +pip/_vendor/urllib3/util/ssl_.py,sha256=QDuuTxPSCj1rYtZ4xpD7Ux-r20TD50aHyqKyhQ7Bq4A,17460 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=43152uDtpsunEE29vmLqqKZUosdrbvzIFkzscLB55Cg,332 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/REQUESTED b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/WHEEL b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/WHEEL new file mode 100644 index 0000000..da25d7b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.2.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/entry_points.txt b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/entry_points.txt new file mode 100644 index 0000000..25fcf7e --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main diff --git a/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/top_level.txt b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip-24.3.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/server/.venv/lib/python3.12/site-packages/pip/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..efefccf --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.3.1" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/server/.venv/lib/python3.12/site-packages/pip/__main__.py b/server/.venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/__main__.py @@ -0,0 +1,24 @@ +import os +import sys + +# Remove '' and current working directory from the first entry +# of sys.path, if present to avoid using current directory +# in pip commands check, freeze, install, list and show, +# when invoked as python -m pip +if sys.path[0] in ("", os.getcwd()): + sys.path.pop(0) + +# If we are running from a wheel, add the wheel to sys.path +# This allows the usage python pip-*.whl/pip install pip-*.whl +if __package__ == "": + # __file__ is pip-*.whl/pip/__main__.py + # first dirname call strips of '/__main__.py', second strips off '/pip' + # Resulting path is the name of the wheel itself + # Add that to sys.path so we can import pip + path = os.path.dirname(os.path.dirname(__file__)) + sys.path.insert(0, path) + +if __name__ == "__main__": + from pip._internal.cli.main import main as _main + + sys.exit(_main()) diff --git a/server/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/server/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..c633787 --- /dev/null +++ b/server/.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, 8) + + +def version_str(version): # type: ignore + return ".".join(str(v) for v in version) + + +if sys.version_info[:2] < PYTHON_REQUIRES: + raise SystemExit( + "This version of pip does not support python {} (requires >={}).".format( + version_str(sys.version_info[:2]), version_str(PYTHON_REQUIRES) + ) + ) + +# From here on, we can use Python 3 features, but the syntax must remain +# Python 2 compatible. + +import runpy # noqa: E402 +from importlib.machinery import PathFinder # noqa: E402 +from os.path import dirname # noqa: E402 + +PIP_SOURCES_ROOT = dirname(dirname(__file__)) + + +class PipImportRedirectingFinder: + @classmethod + def find_spec(self, fullname, path=None, target=None): # type: ignore + if fullname != "pip": + return None + + spec = PathFinder.find_spec(fullname, [PIP_SOURCES_ROOT], target) + assert spec, (PIP_SOURCES_ROOT, fullname) + return spec + + +sys.meta_path.insert(0, PipImportRedirectingFinder()) + +assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module" +runpy.run_module("pip", run_name="__main__", alter_sys=True) diff --git a/server/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66b3b3bea40f154e187833a26832cc06ce2dbbaa GIT binary patch literal 690 zcmX|9&ui2`6rM@4*>%?{DhTzUqZbKig0-kEQt$_&P-?L~ErF0`rn`g5WSE(3O|8&_ z2f>TC*8f29Pw}GHfT(!#R$0Ax^387RBlGgT;mh~EnU{|7h&p|jwyDP)hM6}D9J^?XwKhHKzijpW+6_8Ctw`WB-ZIyw z={%N(mmmHQf>*7l|q*}BRW%D z8Xb1K1mXcuQ%d=?T|${jd9JSz%@`RPBlThw4Y(Or8(~%!k*sAJfo8Vbg|OP_+Yi~e*`YvFtE%$xhKmp*y3W7vd4tOV`GH?`zqpzLIn2dU{L30P~GYmzjs zHmY&q5EI4sNFBF4`;#@D+eJyMoGq!-P}pspztz8=^F(n+~;IQ4uG+GG*zO zqUokfIoD8XhOP)5Tf7Gr8K^T%U+C^9I1#RXKU}<}-g{KiEYGdC%mG{qAn)9!wyLzL z*;WmGSq&&RlQ`{_dO8&&_az6(6oPT*=p6n+e zHNKte=C%vn!iVf$Za24A*e!g_AI#1lByVoq4{w$`Wq-kUzu}9=a&qhCzC3+|=Z|q} WV^K8jK7RA`JHF750-muaxwSt-^tXTj literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8165b6b53333ba76d780fce85f71a5a24aaafa3d GIT binary patch literal 2208 zcmaJ>O>7fK6n?Y2{*PmW6B0rxi=Z^F9H#*)5DK9p4G^e;NrKc`saA`3oNQw6n%#AX z6Guv;NTpJx=1?{14K5Wlt<+s`Sh(_Z>KhNhuWaLvKyy*I2*4UBkOqY)T#lrP!lyY!Sb;Q8$+X{f*qs$l z@pJ*@W;g(&j|1vaywl-by}Lrq{~~PQ$!s+2ICr;!sBF0VWzvYtm-gZ8%lY$xbbzo} z{kdR1lnxQ*A7USEaedr59p>OND1jAFf-Y{l6>s&rbH-jdeRS{6St|r_TQ`~t7l8oX zr-Wv@0ZiXjP+DC5GPCwgAO9Deuo6;Qzm070j*dWyi$~|b9-5<>qD4hICugi&NwlU^ zQ_SdvlBj3Jf?7z3cU1hRiL$7u*(^1vW{FgrRSjLs<2o4(jx(36nxi7lnw+PKD4U{c z;Wi;!I$E1WgCeqQIq-R1DWY{o*50(lTj-WA=!S)Ev#K1FwdP(lE!m>Z8QU!AkvO-_ zqTgnO$TVM$DL}xFY3e6YAd|@SUM>D(L*Z7S4DW%PEBA%QAkL52B>4*BDRgQeUIT)t zW%wuput*qNolzz(#+PJ`5cq7L044a2zeD0=Bu;GJw2U}sbIG@DGHWtYiQ?ZM44#{~ zIR3s=C|Ogw)>x*TrAduhYD^?&F})Kx_11)Aaw^$(a>7(C+Eb7-Gx8)gC-7Z*B?)DZ zQPebQNK&#;vIG5-RHJhRV_^Pu1Ts}!lQ4p0e@@THIddTSQXj=o%ytyN!=Fn~i6!n| zUcddt;5u2mbpP^SCQIjXdk5aa7N&Jo!`asaG}+}vBZSfp?K#B2)ByX;4irnU6>9zb z?5Ag|47wIe)Iy1hkf@^ywpkwLFEmKg1ZYxCRCJ02(k;;}78oN$CjsKZqS$TF+eOtt z{lNK!#ds1!3Z`Uh>XND{)L;QBs=>IIVQ095ae|FHE4DSDfSm=>9OV@r*+5(-q=gcR z3wBpZEetoPI7$(XW-L{kbPgEFu$;I98<|75DO?~iuszJ2!A3+%uuG2VW)pFp*jy&o zOPonk=G|gk6v~1bz6!hAGRbmoc*~?LAW69qo5v@Q^TvLJvIAMXx?~n;#*U_jQ_|S= zo1=q6W76pL>*H~cEtoWywf)&*F2~Yh3kA%U?X_fMl3J)mKa<@?$JW-1b-xZ!jVikYi z;{zui_$%#wHGkh-Ybz4F8!{LT@meDou3wT^n37}%CCTXzxNec8+eNu?0o;W$IoUMx z6zfK51p5#g5Ki=r&IS|5@iW^{tiYBh`hxR%+Uh)b_dRDT$AOu#BlEJVNz#1ZpsX?4 zVKIrXlojh`GO|+ZVb-D(o55HFcLEgx0O>UMCfWMa1)no}*?o7IiHY}p;R@qmYla&HS92!afI0hS=`OL9Ann(Eu6CU z_dEXwjMMm!)w@|ivBMKWo^t{b>QNw}9WTTVE=68=3F+DKgW%ibV^u!3dU5qeh3{DJ zeZ{XoJ`;jO1|=$Ba6S7+{>tsP3#Vm%dz{^9kLw&#Fi=Kv7llkmskO=zn^+v<&K y=gC^<>BsQSGhbx&+#}!N3XE2cjMh;44sStp$+HR3DnwV??{$4|{S5t$8~+1q{U-JR literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..1a5b7f8 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca9fd30db5e0d1e96dc35db0a8c7a7856767a6f5 GIT binary patch literal 790 zcmZuvy=xRf6rb6hyKKIYGd8i%QEU!$7e62-ND39P2vJC?V`1IwzTA!O$1pP&U5${! zLa?zjHr7i16dMDAuplC0VHb%uR=(N0Sozp_U;O61-PjR<|&w1WcobU0DNGK)Js9o7iKWr z@RKqRWF_N33Ksx@{_n@22dk6hl?d{bw#^|GRpo>4JOj3k$}KieKX`TWr?+g*D-xqs~J0m1lf J^2?g0@L&E3(d_^L literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e56cd37996a593d10d815b96d0a5f4102ff7e738 GIT binary patch literal 14502 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 c4&~?VtvtLP$X0j0$n($gv#p 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

o%-^FK^RfK%b=?Bnzlb%`*?*2((^zw~ChFt@SfC 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 C=822| literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4b240921c942bb54d00955d404b022e82e0660ea GIT binary patch literal 1777 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 Bt$+Xk literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..380904a379e3814e8294a736466e1e341580cce9 GIT binary patch literal 2303 zcma)7O>7fK6rTO{`X_c`f)fk@CpZX$;xq+`g3^kgL@jC*5L9Y$Em@0qFl*N9)$HcS zsRKE1NF=0it5K=wF;zJ9)}E?@s8p$!L_`W&h>BEt;1)U2hiXr6YUaH}Ac9 z^XAQaZ+>rS2_YC?eX@3$2_y6;op?iNf{mX6e2o;8Lkgp?8k1uj%H~*yayibSe2#ah zkQ0D%npg?s0u?DIF?1cT1uLOk$iadZu0(PX2a8%uC7O#mIH1KUt+`eQOIlkco{KYx zMVKw`^PKW2ZeL{FS#G-$QG!^)0i4(YEc#bMxZ@J9gs%&^&KjF(nM$1{YDFfslx!H9 zT9hrds;97Sk(yCebt@ZsPK}LbSeqYFP0N%YKDvR&xKqOd8^0*3jmtUlNz+jLCH|~yd#6vz^Y(mhB zd0d|tL{^)}tt0Oy^5Eq(GtGi@k0&jsJmgbrw};C;9`dOoE;dgKdmr@p*BC{*#*U-A zK~Fj@)P-`NC--Tc_53-H_983pNz#bu)7%>|ZTBQTEqD0XLyA!6zCqt^Sp}~=5i0*r z8&;>cq@47SPd$IZ@>WKaclmM;DU7dq0V;BuyUN}8(WMj21e)Y7pa}-f?8i6lt@SCy zAvMigTQybA_%aVEfjaNSnL*B8{8j$OZ?G3of3Hkv^f`6e7S)noC3q^9Jz!iZ6$mz~ zW2A`93}=gSk(QDzK?&eemDFspQdPz@JQWx|ckax&V<{U=^`55dRlStLv}{tnW@_Rx z)>9_7EXviYMHyCv`ubF}s(~R|chVN_usO44I@L99OA|8DVUcM^FR7Y^$<{nR- zt`Z4S_Ye$4F&ErYc zvPIWXI|z<9p*V7?aAIV{7MzAaHK=J@Q1HdE5(!Ydd_`9Ej7VrVhB#G}f-YCEi=2kR z;mM-SU^~!kIwtig<&0PPQ^)crKN~3+HS2O!ci>qUnwX4ZlFyD~eLSzJ7xS*lq3po> zc@qxMXUN4XatWJxLpAyf&<8Prme*g@)PCww)~JzQ*vR?x12CbPqZ#xl5T2<&iN)t9 z=O!CWgPpC<@|zJPw5;+wm-(HKVjU|zhnGGa{hMP2aWjO3)>VGrGQV$y-~Wtny*|3m z3qt#ot^*5)A9lUBEG1{9oBP*WdEo@}M2fCToy$_^?Zlm~TU`t6iga*OLb0yK7eDO! zrE_WE^h)&8nU9}_+7k<4S00XZ#<0#@-e~DP|=$RCqkIY4uwh#U!uS&<4 zrQ@&H1uA%D4nRciwM9>+(Y;i9Xg9i_4i4?)?)RNY4<)z<2>~V#c5fSQ;~oqoh9lgs z5dm<98O`jl1BHT8Efxxd_DRSgNC`+-LTjGTmO>JgFIqK&vT4gEJmsX|qOw~Tm4%DS zzVSFgl{pz}cl}q5-el`HE)|?ChC}Y9u5+eEYz}hF$)@ko1~3t!{oR%Z-G=ZHIR;bOPs}gjv(7OL^MYj< zenUh|^f7{8@G%NKMzKFo_h0Df8alFu2G&sD8antin4Ilc4JMa^$;Jl{gXtOZ#b7tn aGdtPf8|QBYmt#Ha2<8jLO-jg7u>UVjY$Hzq literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5faa1b5535f213d273da2c1e4165ddd1b8e1351 GIT binary patch literal 4909 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 Jkxtb2_+L(^X~zHn literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad194ecdfe13f98de93be738f1978deb4b13ff36 GIT binary patch literal 15043 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..093dada765fd0d6e3e0c2905582dc7b75074dcb6 GIT binary patch literal 3847 zcmahMOKcm*b(YKhkX(@xslO~~{b_9$HeFeDny-=0{scWT8&>U)@2c~lCwCJI4mRw4* zl4bF5D5QAY1heLU)jcG)6~Cd1e#_)*juH zW)(K=RlI3V;nKXqrv*hwi;BolK34ao{fa*wPy%U5kKo6=vryfcy~_|aH}R_0k_c| z&4<0XSz|ON$Nx7ReSIqF&*-_dVFw2? z(}tc=HFy15O2;FqSzK9*S4d`pVAHgNE>_v88Of#$_;6+EAH~!WUJfxY;V0ly4;)s6 zZZdg~dCqcW!I>UZ@Hy6ED@;i9x>Sp+(m0J@79P;A!LWq#jF79@^6jCxu3qIya&une zOy2V?->TW8A+(3G_bc00i&d-ZUY1Mpb6zXrQuAKTr})#j4&f@|?| z(ACGF_YZlIj|MvYZBu99fxD2&OnVsg7JQFEGw3?|7Mf;$%T6=V&?VcGF=mgAPNq!R zoXq5OP0kqlj69Cz9Jr{QGGuEK%NkCqIo*=e84bs5Hf1DdkNiAa@&A~H%>+p~vGn#k zmTF$zNtv^~ddk2PW$V8_2X4!m)TwP2TdExC8P8%8H*q3kXwRtk*o^#)dJSc_ zGM1_XBBwFRmmp3-bCF_|;2nly&w%J>iNKRwnr zdNH1zu_iNygI+14CMMS~8H-)R#5g@s7&9Sgk7d=wRdoWJW7$;pIK(u> zF(jtr2|ab({dOEe+Kgpq>~Nf<5^!Uc`=@jg13Q}GXZ{_)-_Y0ds3ak&zF<8Gv=zM< zi|rRz0S4N>2!u9k8w&VCX@UDvYAiPOu1bBIQp?i!@3Cvr(M_p!Rob^Hb*@VLH>LJf zsk0Q|kNX#eQZ1@$*d@~N-q3FD#zJmYYA?%{YJ`Y?L3kcUwarUS#Zb?~pRR;@<}Yjn z8`p!KE5XjY?8i4&51)F}wQ~5(iu~#)Zx(}{tHGi9LEBgNw4r_B{6@Ix-JuPs{`Td? z%S(gHBM%!MC<~WAl}>%dp~j9EEb@nMH!n8-*X)1;-|Rcpe~S72=_CC|*~bTcfImLU z^`8_TcL{)3lO9c4Jp7!b_b))oNl#-ez{^AP?7&$KL51<&^3HiQZjQ|}*BKK632^U@ zw8y*QILCQV-jiqZ-t7Q%0=y3boX@k{X)#}wnT7NPnz^ZJYIH5xPLd`^b<(sN$x@l6G{^5TuE3YXQI=w0$R2 zJGmTIgr=(LzCwUWWAac;lAc+(Z})zf@6z*s?tmt)sOQpb_)5j=qVQGSZJJPxUOe1bq#T>*Zd69EDAjUSA~@ zmCsnW=S<`b@X(+6E`V~L@O!wnkJ%D}X}RB-9u92LRY^pl+WEl^srKF13%&E_HzOTO z)@tO?{KYT4;X=>S`8Dr>r*$n0+=dwXMRy_h;pr8zeL>g=G_42PR|4&8fzG=<_wbX0 z-G7o=mwN7=Uz2{YAvLc{9V=4Dnj~)oBku*i3ZQW7zfBsJH+y?}Ut#VuP6kc@!5Q?z zsDsgpy;T4JT?)9D6At^fdy;Q*Ov?-G&Y;e??0GM^A*N z%~11tNL~raYx}z&P5xnYEi_ydhc|q6g*Tu0T6gT8cvQa@I$IRaei@1^1V|6)iFOhi zUE~A+n}_xlI$}Z}jnJ1Q)C~xI5kg&^&^NGKpkT)0P*=4KiP5?kb8mG=6X0|Qvqbdk4GKQRY_P7*yYwS?=XcCr0hI-3&P^rJFH5GciF8b=nGUe8$42 z-R%DN;O47g=lwB(TxAh*ikd-dw(|zgW!^{56_g`aJOiy(PRD1-8^A>CmicD@C6-~B zr>OQR^8W=5t)rnA-T>oyfn4yX9FhI&44J9zhJ_wcXd#X~0_UjKyq-Hqa**H+pF zi>SH8?`K|tGF-?lW=bsJB_4&sC4pih3PcLsi^obny7D7Fw2&)kO9MrCPj3HKfKo3o z5vIN>4>-tIqy)MWUzYMwY78Cg`Ufk4WLx{W%AF&iVfb!C9WC literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bbb749dffa0300cda68cc8747609ee0af9a1bc10 GIT binary patch literal 12244 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..942e06d3ef1e490a40ca836778bf83b1ddf75216 GIT binary patch literal 378 zcmX@j%ge<81l1mQGfIH;V-N=h7@>^MGC;<3h7^V#DRpLCfhCc;8160*Wln=tgb;p{z12RL;bw{{KNg? zAzYC#&!CV{M;}+euy{ZJka#!$P(PPj5&=Q3VV?e>!SPO^o<1(|E}lV9^#XqW@xG2B z&K|D85Vb2AJ_BuH_?6;p72_1*6JJnSl98VWW(Gi*#i>PQsYNk*WvO{(F*%t@F%Tuj zdWJ?Z#hE3kx&?{J*@@|?#W4k$1^V%sc_pbud5Jmt$vK(&#U+U)rN!~d`6;QzdIgoY zIBatBQ%ZAE?TQ3}mV*3UtOg`LFf%eT-r(YHV86k^*}!^3K(K-LhPcE929X=mG8Y&m PZU~EBWDqFg2Py>soMLL! literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..f3f70ac --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,176 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + # Don't complete if autocompletion environment variables + # are not present + if not os.environ.get("COMP_WORDS") or not os.environ.get("COMP_CWORD"): + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..bc1ab65 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,231 @@ +"""Base Command class, and related routines""" + +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import List, Optional, Tuple + +from pip._vendor.rich import reconfigure +from pip._vendor.rich import traceback as rich_traceback + +from pip._internal.cli import cmdoptions +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.cli.status_codes import ( + ERROR, + PREVIOUS_BUILD_DIR_ERROR, + UNKNOWN_ERROR, + VIRTUALENV_NOT_FOUND, +) +from pip._internal.exceptions import ( + BadCommand, + CommandError, + DiagnosticPipError, + InstallationError, + NetworkConnectionError, + PreviousBuildDirError, +) +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[str]) -> int: + raise NotImplementedError + + def _run_wrapper(self, level_number: int, options: Values, args: List[str]) -> int: + def _inner_run() -> int: + try: + return self.run(options, args) + finally: + self.handle_pip_version_check(options) + + if options.debug_mode: + rich_traceback.install(show_locals=True) + return _inner_run() + + try: + status = _inner_run() + assert isinstance(status, int) + return status + except DiagnosticPipError as exc: + logger.error("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + def parse_args(self, args: List[str]) -> Tuple[Values, List[str]]: + # factored out for testability + return self.parser.parse_args(args) + + def main(self, args: List[str]) -> int: + try: + with self.main_context(): + return self._main(args) + finally: + logging.shutdown() + + def _main(self, args: List[str]) -> int: + # We must initialize this before the tempdir manager, otherwise the + # configuration would not be accessible by the time we clean up the + # tempdir manager. + self.tempdir_registry = self.enter_context(tempdir_registry()) + # Intentionally set as early as possible so globally-managed temporary + # directories are available to the rest of the code. + self.enter_context(global_tempdir_manager()) + + options, args = self.parse_args(args) + + # Set verbosity so that it can be used elsewhere. + self.verbosity = options.verbose - options.quiet + + reconfigure(no_color=options.no_color) + level_number = setup_logging( + verbosity=self.verbosity, + no_color=options.no_color, + user_log_file=options.log, + ) + + always_enabled_features = set(options.features_enabled) & set( + cmdoptions.ALWAYS_ENABLED_FEATURES + ) + if always_enabled_features: + logger.warning( + "The following features are always enabled: %s. ", + ", ".join(sorted(always_enabled_features)), + ) + + # Make sure that the --python argument isn't specified after the + # subcommand. We can tell, because if --python was specified, + # we should only reach this point if we're running in the created + # subprocess, which has the _PIP_RUNNING_IN_SUBPROCESS environment + # variable set. + if options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + logger.critical( + "The --python option must be placed before the pip subcommand name" + ) + sys.exit(ERROR) + + # TODO: Try to get these passing down from the command? + # without resorting to os.environ to hold these. + # This also affects isolated builds and it should. + + if options.no_input: + os.environ["PIP_NO_INPUT"] = "1" + + if options.exists_action: + os.environ["PIP_EXISTS_ACTION"] = " ".join(options.exists_action) + + if options.require_venv and not self.ignore_require_venv: + # If a venv is required check if it can really be found + if not running_under_virtualenv(): + logger.critical("Could not find an activated virtualenv (required).") + sys.exit(VIRTUALENV_NOT_FOUND) + + if options.cache_dir: + options.cache_dir = normalize_path(options.cache_dir) + if not check_path_owner(options.cache_dir): + logger.warning( + "The directory '%s' or its parent directory is not owned " + "or is not writable by the current user. The cache " + "has been disabled. Check the permissions and owner of " + "that directory. If executing pip with sudo, you should " + "use sudo's -H flag.", + options.cache_dir, + ) + options.cache_dir = None + + return self._run_wrapper(level_number, options, args) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..0b7cff7 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1075 @@ +""" +shared options and groups + +The principle here is to define options once, but *not* instantiate them +globally. One reason being that options with action='append' can carry state +between parses. pip parses general options twice internally, and shouldn't +pass on state. To be consistent, all options will follow this design. +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import importlib.util +import logging +import os +import textwrap +from functools import partial +from optparse import SUPPRESS_HELP, Option, OptionGroup, OptionParser, Values +from textwrap import dedent +from typing import Any, Callable, Dict, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.parser import ConfigOptionParser +from pip._internal.exceptions import CommandError +from pip._internal.locations import USER_CACHE_DIR, get_src_prefix +from pip._internal.models.format_control import FormatControl +from pip._internal.models.index import PyPI +from pip._internal.models.target_python import TargetPython +from pip._internal.utils.hashes import STRONG_HASHES +from pip._internal.utils.misc import strtobool + +logger = logging.getLogger(__name__) + + +def raise_option_error(parser: OptionParser, option: Option, msg: str) -> None: + """ + Raise an option parsing error using parser.error(). + + Args: + parser: an OptionParser instance. + option: an Option instance. + msg: the error text. + """ + msg = f"{option} error: {msg}" + msg = textwrap.fill(" ".join(msg.split())) + parser.error(msg) + + +def make_option_group(group: Dict[str, Any], parser: ConfigOptionParser) -> OptionGroup: + """ + Return an OptionGroup object + group -- assumed to be dict with 'name' and 'options' keys + parser -- an optparse Parser + """ + option_group = OptionGroup(parser, group["name"]) + for option in group["options"]: + option_group.add_option(option()) + return option_group + + +def check_dist_restriction(options: Values, check_target: bool = False) -> None: + """Function for determining if custom platform options are allowed. + + :param options: The OptionParser options. + :param check_target: Whether or not to check if --target is being used. + """ + dist_restriction_set = any( + [ + options.python_version, + options.platforms, + options.abis, + options.implementation, + ] + ) + + binary_only = FormatControl(set(), {":all:"}) + sdist_dependencies_allowed = ( + options.format_control != binary_only and not options.ignore_dependencies + ) + + # Installations or downloads using dist restrictions must not combine + # source distributions and dist-specific wheels, as they are not + # guaranteed to be locally compatible. + if dist_restriction_set and sdist_dependencies_allowed: + raise CommandError( + "When restricting platform and interpreter constraints using " + "--python-version, --platform, --abi, or --implementation, " + "either --no-deps must be set, or --only-binary=:all: must be " + "set and --no-binary must not be set (or must be set to " + ":none:)." + ) + + if check_target: + if not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off", "raw"], + default="on", + help="Specify whether the progress bar should be used [on, off, raw] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=False, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user [warn, ignore] (default: warn)", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "truststore", # always on since 24.2 + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + "legacy-certs", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py @@ -0,0 +1,27 @@ +from contextlib import ExitStack, contextmanager +from typing import ContextManager, Generator, TypeVar + +_T = TypeVar("_T", covariant=True) + + +class CommandContextMixIn: + def __init__(self) -> None: + super().__init__() + self._in_main_context = False + self._main_context = ExitStack() + + @contextmanager + def main_context(self) -> Generator[None, None, None]: + assert not self._in_main_context + + self._in_main_context = True + try: + with self._main_context: + yield + finally: + self._in_main_context = False + + def enter_context(self, context_provider: ContextManager[_T]) -> _T: + assert self._in_main_context + + return self._main_context.enter_context(context_provider) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 0000000..db105d0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,170 @@ +""" +Contains command classes which may interact with an index / the network. + +Unlike its sister module, req_command, this module still uses lazy imports +so commands which don't always hit the network (e.g. list w/o --outdated or +--uptodate) don't need waste time importing PipSession and friends. +""" + +import logging +import os +import sys +from optparse import Values +from typing import TYPE_CHECKING, List, Optional + +from pip._vendor import certifi + +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._internal.network.session import PipSession + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + logger.debug("Disabling truststore because Python version isn't 3.10+") + return None + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError: + logger.warning("Disabling truststore because platform isn't supported") + return None + + ctx = truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + ctx.load_verify_locations(certifi.where()) + return ctx + + +class SessionCommandMixin(CommandContextMixIn): + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> "PipSession": + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + ) -> "PipSession": + from pip._internal.network.session import PipSession + + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "legacy-certs" not in options.deprecated_features_enabled: + ssl_context = _create_truststore_ssl_context() + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + session.trust_env = False + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check(session: "PipSession", options: Values) -> None: + from pip._internal.self_outdated_check import pip_self_version_check as check + + check(session, options) + + +class IndexGroupCommand(Command, SessionCommandMixin): + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + try: + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + ) + with session: + _pip_self_version_check(session, options) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..563ac79 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,80 @@ +"""Primary application entrypoint. +""" + +import locale +import logging +import os +import sys +import warnings +from typing import List, Optional + +from pip._internal.cli.autocompletion import autocomplete +from pip._internal.cli.main_parser import parse_command +from pip._internal.commands import create_command +from pip._internal.exceptions import PipError +from pip._internal.utils import deprecation + +logger = logging.getLogger(__name__) + + +# Do not import and use main() directly! Using it directly is actively +# discouraged by pip's maintainers. The name, location and behavior of +# this function is subject to change, so calling it directly is not +# portable across different pip versions. + +# In addition, running pip in-process is unsupported and unsafe. This is +# elaborated in detail at +# https://pip.pypa.io/en/stable/user_guide/#using-pip-from-your-program. +# That document also provides suggestions that should work for nearly +# all users that are considering importing and using main() directly. + +# However, we know that certain users will still want to invoke pip +# in-process. If you understand and accept the implications of using pip +# in an unsupported manner, the best approach is to use runpy to avoid +# depending on the exact location of this entry point. + +# The following example shows how to use runpy to invoke pip in that +# case: +# +# sys.argv = ["pip", your, args, here] +# runpy.run_module("pip", run_name="__main__") +# +# Note that this will exit the process after running, unlike a direct +# call to main. As it is not safe to do any processing after calling +# main, this should not be an issue in practice. + + +def main(args: Optional[List[str]] = None) -> int: + if args is None: + args = sys.argv[1:] + + # Suppress the pkg_resources deprecation warning + # Note - we use a module of .*pkg_resources to cover + # the normal case (pip._vendor.pkg_resources) and the + # devendored case (a bare pkg_resources) + warnings.filterwarnings( + action="ignore", category=DeprecationWarning, module=".*pkg_resources" + ) + + # Configure our deprecation warnings to be sent through loggers + deprecation.install_warning_logger() + + autocomplete() + + try: + cmd_name, cmd_args = parse_command(args) + except PipError as exc: + sys.stderr.write(f"ERROR: {exc}") + sys.stderr.write(os.linesep) + sys.exit(1) + + # Needed for locale.getpreferredencoding(False) to work + # in pip._internal.utils.encoding.auto_decode + try: + locale.setlocale(locale.LC_ALL, "") + except locale.Error as e: + # setlocale can apparently crash if locale are uninitialized + logger.debug("Ignoring error %s when setting locale", e) + command = create_command(cmd_name, isolated=("--isolated" in cmd_args)) + + return command.main(cmd_args) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py @@ -0,0 +1,134 @@ +"""A single place for constructing and exposing the main parser +""" + +import os +import subprocess +import sys +from typing import List, Optional, Tuple + +from pip._internal.build_env import get_runnable_pip +from pip._internal.cli import cmdoptions +from pip._internal.cli.parser import ConfigOptionParser, UpdatingDefaultsHelpFormatter +from pip._internal.commands import commands_dict, get_similar_commands +from pip._internal.exceptions import CommandError +from pip._internal.utils.misc import get_pip_version, get_prog + +__all__ = ["create_main_parser", "parse_command"] + + +def create_main_parser() -> ConfigOptionParser: + """Creates and returns the main parser for pip's CLI""" + + parser = ConfigOptionParser( + usage="\n%prog [options]", + add_help_option=False, + formatter=UpdatingDefaultsHelpFormatter(), + name="global", + prog=get_prog(), + ) + parser.disable_interspersed_args() + + parser.version = get_pip_version() + + # add the general options + gen_opts = cmdoptions.make_option_group(cmdoptions.general_group, parser) + parser.add_option_group(gen_opts) + + # so the help formatter knows + parser.main = True # type: ignore + + # create command listing for description + description = [""] + [ + f"{name:27} {command_info.summary}" + for name, command_info in commands_dict.items() + ] + parser.description = "\n".join(description) + + return parser + + +def identify_python_interpreter(python: str) -> Optional[str]: + # If the named file exists, use it. + # If it's a directory, assume it's a virtual environment and + # look for the environment's Python executable. + if os.path.exists(python): + if os.path.isdir(python): + # bin/python for Unix, Scripts/python.exe for Windows + # Try both in case of odd cases like cygwin. + for exe in ("bin/python", "Scripts/python.exe"): + py = os.path.join(python, exe) + if os.path.exists(py): + return py + else: + return python + + # Could not find the interpreter specified + return None + + +def parse_command(args: List[str]) -> Tuple[str, List[str]]: + parser = create_main_parser() + + # Note: parser calls disable_interspersed_args(), so the result of this + # call is to split the initial args into the general options before the + # subcommand and everything else. + # For example: + # args: ['--timeout=5', 'install', '--user', 'INITools'] + # general_options: ['--timeout==5'] + # args_else: ['install', '--user', 'INITools'] + general_options, args_else = parser.parse_args(args) + + # --python + if general_options.python and "_PIP_RUNNING_IN_SUBPROCESS" not in os.environ: + # Re-invoke pip using the specified Python interpreter + interpreter = identify_python_interpreter(general_options.python) + if interpreter is None: + raise CommandError( + f"Could not locate Python interpreter {general_options.python}" + ) + + pip_cmd = [ + interpreter, + get_runnable_pip(), + ] + pip_cmd.extend(args) + + # Set a flag so the child doesn't re-invoke itself, causing + # an infinite loop. + os.environ["_PIP_RUNNING_IN_SUBPROCESS"] = "1" + returncode = 0 + try: + proc = subprocess.run(pip_cmd) + returncode = proc.returncode + except (subprocess.SubprocessError, OSError) as exc: + raise CommandError(f"Failed to run pip under {interpreter}: {exc}") + sys.exit(returncode) + + # --version + if general_options.version: + sys.stdout.write(parser.version) + sys.stdout.write(os.linesep) + sys.exit() + + # pip || pip help -> print_help() + if not args_else or (args_else[0] == "help" and len(args_else) == 1): + parser.print_help() + sys.exit() + + # the subcommand name + cmd_name = args_else[0] + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + # all the args without the subcommand + cmd_args = args[:] + cmd_args.remove(cmd_name) + + return cmd_name, cmd_args diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..bc4aca0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py @@ -0,0 +1,294 @@ +"""Base option parser setup""" + +import logging +import optparse +import shutil +import sys +import textwrap +from contextlib import suppress +from typing import Any, Dict, Generator, List, NoReturn, Optional, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: Optional[str]) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: Optional[str]) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> NoReturn: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..1236180 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,94 @@ +import functools +import sys +from typing import Callable, Generator, Iterable, Iterator, Optional, Tuple + +from pip._vendor.rich.progress import ( + BarColumn, + DownloadColumn, + FileSizeColumn, + Progress, + ProgressColumn, + SpinnerColumn, + TextColumn, + TimeElapsedColumn, + TimeRemainingColumn, + TransferSpeedColumn, +) + +from pip._internal.cli.spinners import RateLimiter +from pip._internal.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: Optional[int], +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=5) + task_id = progress.add_task(" " * (get_indentation() + 2), total=total) + with progress: + for chunk in iterable: + yield chunk + progress.update(task_id, advance=len(chunk)) + + +def _raw_progress_bar( + iterable: Iterable[bytes], + *, + size: Optional[int], +) -> Generator[bytes, None, None]: + def write_progress(current: int, total: int) -> None: + sys.stdout.write("Progress %d of %d\n" % (current, total)) + sys.stdout.flush() + + current = 0 + total = size or 0 + rate_limiter = RateLimiter(0.25) + + write_progress(current, total) + for chunk in iterable: + current += len(chunk) + if rate_limiter.ready() or current == total: + write_progress(current, total) + rate_limiter.reset() + yield chunk + + +def get_download_progress_renderer( + *, bar_type: str, size: Optional[int] = None +) -> DownloadProgressRenderer: + """Get an object that can be used to render the download progress. + + Returns a callable, that takes an iterable to "wrap". + """ + if bar_type == "on": + return functools.partial(_rich_progress_bar, bar_type=bar_type, size=size) + elif bar_type == "raw": + return functools.partial(_raw_progress_bar, size=size) + else: + return iter # no-op, when passed an iterator diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..92900f9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,329 @@ +"""Contains the RequirementCommand base class. + +This class is in a separate module so the commands that do not always +need PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +from functools import partial +from optparse import Values +from typing import Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.index_command import SessionCommandMixin as SessionCommandMixin +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) + +logger = logging.getLogger(__name__) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=( + parsed_req.options.get("config_settings") + if parsed_req.options + else None + ), + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py @@ -0,0 +1,159 @@ +import contextlib +import itertools +import logging +import sys +import time +from typing import IO, Generator, Optional + +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import get_indentation + +logger = logging.getLogger(__name__) + + +class SpinnerInterface: + def spin(self) -> None: + raise NotImplementedError() + + def finish(self, final_status: str) -> None: + raise NotImplementedError() + + +class InteractiveSpinner(SpinnerInterface): + def __init__( + self, + message: str, + file: Optional[IO[str]] = None, + spin_chars: str = "-\\|/", + # Empirically, 8 updates/second looks nice + min_update_interval_seconds: float = 0.125, + ): + self._message = message + if file is None: + file = sys.stdout + self._file = file + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._finished = False + + self._spin_cycle = itertools.cycle(spin_chars) + + self._file.write(" " * get_indentation() + self._message + " ... ") + self._width = 0 + + def _write(self, status: str) -> None: + assert not self._finished + # Erase what we wrote before by backspacing to the beginning, writing + # spaces to overwrite the old text, and then backspacing again + backup = "\b" * self._width + self._file.write(backup + " " * self._width + backup) + # Now we have a blank slate to add our status + self._file.write(status) + self._width = len(status) + self._file.flush() + self._rate_limiter.reset() + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._write(next(self._spin_cycle)) + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._write(final_status) + self._file.write("\n") + self._file.flush() + self._finished = True + + +# Used for dumb terminals, non-interactive installs (no tty), etc. +# We still print updates occasionally (once every 60 seconds by default) to +# act as a keep-alive for systems like Travis-CI that take lack-of-output as +# an indication that a task has frozen. +class NonInteractiveSpinner(SpinnerInterface): + def __init__(self, message: str, min_update_interval_seconds: float = 60.0) -> None: + self._message = message + self._finished = False + self._rate_limiter = RateLimiter(min_update_interval_seconds) + self._update("started") + + def _update(self, status: str) -> None: + assert not self._finished + self._rate_limiter.reset() + logger.info("%s: %s", self._message, status) + + def spin(self) -> None: + if self._finished: + return + if not self._rate_limiter.ready(): + return + self._update("still running...") + + def finish(self, final_status: str) -> None: + if self._finished: + return + self._update(f"finished with status '{final_status}'") + self._finished = True + + +class RateLimiter: + def __init__(self, min_update_interval_seconds: float) -> None: + self._min_update_interval_seconds = min_update_interval_seconds + self._last_update: float = 0 + + def ready(self) -> bool: + now = time.time() + delta = now - self._last_update + return delta >= self._min_update_interval_seconds + + def reset(self) -> None: + self._last_update = time.time() + + +@contextlib.contextmanager +def open_spinner(message: str) -> Generator[SpinnerInterface, None, None]: + # Interactive spinner goes directly to sys.stdout rather than being routed + # through the logging system, but it acts like it has level INFO, + # i.e. it's only displayed if we're at level INFO or better. + # Non-interactive spinner goes through the logging system, so it is always + # in sync with logging configuration. + if sys.stdout.isatty() and logger.getEffectiveLevel() <= logging.INFO: + spinner: SpinnerInterface = InteractiveSpinner(message) + else: + spinner = NonInteractiveSpinner(message) + try: + with hidden_cursor(sys.stdout): + yield spinner + except KeyboardInterrupt: + spinner.finish("canceled") + raise + except Exception: + spinner.finish("error") + raise + else: + spinner.finish("done") + + +HIDE_CURSOR = "\x1b[?25l" +SHOW_CURSOR = "\x1b[?25h" + + +@contextlib.contextmanager +def hidden_cursor(file: IO[str]) -> Generator[None, None, None]: + # The Windows terminal does not support the hide/show cursor ANSI codes, + # even via colorama. So don't even try. + if WINDOWS: + yield + # We don't want to clutter the output with control characters if we're + # writing to a file, or if the user is running with --quiet. + # See https://github.com/pypa/pip/issues/3418 + elif not file.isatty() or logger.getEffectiveLevel() > logging.INFO: + yield + else: + file.write(HIDE_CURSOR) + try: + yield + finally: + file.write(SHOW_CURSOR) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py @@ -0,0 +1,132 @@ +""" +Package containing all pip commands +""" + +import importlib +from collections import namedtuple +from typing import Any, Dict, Optional + +from pip._internal.cli.base_command import Command + +CommandInfo = namedtuple("CommandInfo", "module_path, class_name, summary") + +# This dictionary does a bunch of heavy lifting for help output: +# - Enables avoiding additional (costly) imports for presenting `--help`. +# - The ordering matters for help display. +# +# Even though the module path starts with the same "pip._internal.commands" +# prefix, the full path makes testing easier (specifically when modifying +# `commands_dict` in test setup / teardown). +commands_dict: Dict[str, CommandInfo] = { + "install": CommandInfo( + "pip._internal.commands.install", + "InstallCommand", + "Install packages.", + ), + "download": CommandInfo( + "pip._internal.commands.download", + "DownloadCommand", + "Download packages.", + ), + "uninstall": CommandInfo( + "pip._internal.commands.uninstall", + "UninstallCommand", + "Uninstall packages.", + ), + "freeze": CommandInfo( + "pip._internal.commands.freeze", + "FreezeCommand", + "Output installed packages in requirements format.", + ), + "inspect": CommandInfo( + "pip._internal.commands.inspect", + "InspectCommand", + "Inspect the python environment.", + ), + "list": CommandInfo( + "pip._internal.commands.list", + "ListCommand", + "List installed packages.", + ), + "show": CommandInfo( + "pip._internal.commands.show", + "ShowCommand", + "Show information about installed packages.", + ), + "check": CommandInfo( + "pip._internal.commands.check", + "CheckCommand", + "Verify installed packages have compatible dependencies.", + ), + "config": CommandInfo( + "pip._internal.commands.configuration", + "ConfigurationCommand", + "Manage local and global configuration.", + ), + "search": CommandInfo( + "pip._internal.commands.search", + "SearchCommand", + "Search PyPI for packages.", + ), + "cache": CommandInfo( + "pip._internal.commands.cache", + "CacheCommand", + "Inspect and manage pip's wheel cache.", + ), + "index": CommandInfo( + "pip._internal.commands.index", + "IndexCommand", + "Inspect information available from package indexes.", + ), + "wheel": CommandInfo( + "pip._internal.commands.wheel", + "WheelCommand", + "Build wheels from your requirements.", + ), + "hash": CommandInfo( + "pip._internal.commands.hash", + "HashCommand", + "Compute hashes of package archives.", + ), + "completion": CommandInfo( + "pip._internal.commands.completion", + "CompletionCommand", + "A helper command used for command completion.", + ), + "debug": CommandInfo( + "pip._internal.commands.debug", + "DebugCommand", + "Show information useful for debugging.", + ), + "help": CommandInfo( + "pip._internal.commands.help", + "HelpCommand", + "Show help for commands.", + ), +} + + +def create_command(name: str, **kwargs: Any) -> Command: + """ + Create an instance of the Command class with the given name. + """ + module_path, class_name, summary = commands_dict[name] + module = importlib.import_module(module_path) + command_class = getattr(module, class_name) + command = command_class(name=name, summary=summary, **kwargs) + + return command + + +def get_similar_commands(name: str) -> Optional[str]: + """Command name auto-correct.""" + from difflib import get_close_matches + + name = name.lower() + + close_commands = get_close_matches(name, commands_dict.keys()) + + if close_commands: + return close_commands[0] + else: + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7883b7c09e32bce8c21d09f0536a6375b628eaa4 GIT binary patch literal 4005 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbba4c9c2e4d701b498a6e70cf7cda17f863b84c GIT binary patch literal 2595 zcma(TOK%fLc-H&!I}QoXi-e^Rz!V%FReAKGwkeQ9N-IJ+Y=c%C@5I?;A7*wOw`n_aIHDh?f4GvD{k_uB6@{wb45 zB3NHeZ7sCo2>r&8Xo(%5{R03Gk%0`(LMl6B7H7xQ7{_4V;%z|{0$8v_TT-O}7A@J1 zt8qJ_CIVctl6Fc>1+Z+T?TnhSvuf7vQF{Vf+{)R#YHt81tbKN$+Q*?7!f5e$%Khm`Q+r~nHjhoC}XM_cwVnsRKw1)NnFRq4lVG0Z)pLSmb8jqTGGo{^DvD_ zRmZDVDlVbe@DG&;)+yf0rp*)A)=bBvx@BPltYny#t_%>;cZdl>Zk1N5v=n|wxJw4ZCz;=!k6t-{ z6BBd3rgYs=Iv?aI3;HrvO0HeesX1q1#lRKp7}zP9*el*x$tRUyjaP_UR=#j6)N~#1 zmM?c8U(iX}^Cg05l{lqNIs*4up)tJu7o_eXqMZaHv>sd|G#f)`m0uNTSE|lOX%6nh zRf$GLiKyHWLo^XVk*38|MAu`$YlOC6Jl;9~Pvpg*-$EBD0!W zO|NG5SOO2hQl_4&r`J1$0(J($&Ka;HgPp@5mE9vD)U%8GB2RZupuXlSqm}}ljV%~BBu1b}fTMdggU@NX13)wr$y8WfNjzSlJTCsFG?-F}u z^qQ;85qAkYkuyxMr_8%m$0!!kgcT8CwdD&IObx;cn81)k{sHJyvfIp>!LCj4hBX68 zGZuLn6Aw_r%FT}x{f_47HYO}Xgq3cg#}_IP{oeypVTX73 zf957H&3<%aTC3FPg6jm}XCdfe0%~T9%P=HoEpu)*WI0znb9UB)7@dmL&Q{FI1OyDi z=IGW0%ojF%y@_C&7ArOIqUx;V_715cP=>)9ZwLm(UDO)CvN=Ar5r3nRTD#Rcc>24M z&4cf4#1Ay&wUJhSxRoAl<&JIU3eR#^HgZ=sb5pI{=vO^$k-dOCJ)E!oN)X!d{5>{puoBhCJ?N4Fn*vXc;d_r2iJ z!MChcD$WO zgNGYeTj{}O?qV}H@GPfnk%dfln+J{;X_W4Ju=Mq<@0VJAgN^Cm(}Pcj zE<8Do<1#~cFKTBn!@dl~%KFu{vUs~)f!*xPMCKmV#a8&loTsU9}? zf7G}YOyE6)<}L;m8%%|89vUYw4!4X*c7bRw| A=l}o! literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..773edde08ee4bbc426822578a09bd6bb156a9112 GIT binary patch literal 5196 zcmbVQU2GHC6&~B;pE!2nB>eyNHc5$R%QzdTs0eEWgwSORAx%Q*I*Fze&$Z()_IU4% z194)B2c&|u5?ZMeNbSS6F9m^AR;pC`v=3YLr7uKjm2?)QO5HwGeMt*_XrFq{{Mk+n z?e55$IrrXkzI*QZyZ8F{@pzPjXZhV1^PeU-?l0JIpP)m$yaB{LPT>@v%4O`YFXMx@ zU-cIQnSc-b0xDk&W`Y*YtD#~z6SnA}8Y#AA+AKPxMvLv4cA&$Vm=aOil&I3K#D2}mc_hG->NrWk8(CiVNaP*4d}(}Qbo}D`=_Kh-T21Nd<%x5X>E8b3WgNAe({Ihz zYQ1EpN!Xpu`C8l~D4p)F({Gj;zc4PHxiWQGLV=5;Q={o2(mzCwo*Go>;$W$wsze}l z?Q1np0cUlTh#FC7POhj15zmt?D<{inVp~f7d!vc^5C8;;IF8nzep@_|n(g!8B?L+e zq{&_=A}h)^OI_EPqJxQEYoNM0(*4Qg$d!qS(XlCUNDy9UotAd7rx}`UHjk%rgK-Ku zGCfWDtNOe|7iASfp=8h-#L_S&=J-maCMqWOnu>G3IH>!y%-P;3#sD9Mg&< zSC)J5a`oO{KtS)=-xkNOA<^%>N)3d_>L6vjHH#u373 z9k1toSNV(GJZ%=PY$`!ya2nAV2(a)YFMzT&J zkklIuxj>SRnrfkh@g|Vo`U1C!SQ$W)Ej(KUD$zX+2p6F$@V2~MNO^beLoNIb$whoRJ1t-AAH53tZGU-jWFrUy% z#B5Wh{RnEK2LQpCOioeV5XaE~=bZo=o|%&8MsJkmk`AR#AR@#85lfmue&~tf{4GTr z)101_v)3wRNT#M_C1iq@7_|7BS)0m*gX2x!kWXIlG^(8J$9OnG`c+vsu0jde zrhqkaR@JiCNSaJTh|?Rh!^4y423L4sdgbKofPk5qnqr0GBv$-}dW{x91JY8L46n990H~BePpEm=r z8<;%SJ~LX@u2W_mH?sC2#(syK#>?YC+~X*R=ckNc@nr&vKf}XGD0qv{1eFjCDPbC> zk-fmD1ZZ0>q(opOy2J}nvungVzyO8iy?X2nfwN5+%DYoZiJ_4>N-8>qEd~m`+YMjm z?30=@LyQ^~RvODf9rvCHP`5@FQof zzAuA-XTboR27^lbS44;@aX{z*gwC&skWjh+p&Jl-wjl70tF`Hc@b*4sM{Aos^4q*V zZiy3ij#WdVh;dW(i*shXZfK0+F+w*OdcX`?(NjG*T7)g7?lmA4YIzi8A@)MDby_fk zmaNGuun(9#217L{iV%{3UuA6oSv~MtEMx<9Fm{1G$M81rhN&&Sm?+kx9Hh#u9i{qS zJ4v0Jp(Q}~NVcd*TG`OeD4hC`f{n@ym1U+=X7<1yPMP6!OL?Zj9t5X;ovJwBN^o#;@hT8D zZd9QCPWyUfU^O!E!1v%=zf3<&|1omnC9H%q!?tg9lb2au&o*X1W`I>M{NUAloPqq- z)2c>1a>i-_!@XB>D}hH&{W-_o<+J`gm-WvAYK>QXD|{6sKJtIq#&fk`jbHICxHZ&4 z!p}-zkz>mS2D$YtShrcXWq%v=iZ_p7t2M6TcXM{3bGwYu<@UL&dhD&lT~RG$^tfEc z4wq_$wi0Ts!(-mn!Nv4(#x56Wk~8+W^uj)us(%*_)@hegg01FPLJMDWIqKh)pgZf< zZ?hIzzYn}t{B4e>CX!#Br$^ zJN|6X*^Tz@yXiaW`{!5Nd!O$-cu)FBdYV_?zOh?&Mnc#XrO@J@46f zd+du?=iT@2ytf`Zuo^qCk@)6%;^=DP=#%5WKKaSXr?s_Xm(~(vuLAyf2Vm{ke|zlT z|J=>(9r5Xy^goY{yu%BA)&caG&~8Q~39k{7WJV>as3{c{>6j#aP?1$HC3vTyc zxuY-eCvNio9{y(MW;7CyY<73VBAbVzK<(Pu6Zyvl-|#N~Gp_qp)%R`R{`=v7aqzJw F`!9t16wv?x literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbe99f095d4f74a887c8b78bb56f7027759e1672 GIT binary patch literal 13166 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8859775371c4c9c7aac554617666776410709dff GIT binary patch literal 7506 zcmcIpO>7&-6<+=?DN>?H{Zf{-l9|X0N7L1L>iaU~4UjB4; zDO)N9xP=c25FpLT=`8^YM1~B+J+;Rk3-sbGnJzK05f^n2y(yJ@>8WpKceT_{j5M$o z66ei(Z{EClGyCS7*}ueM5e}YT{^Z%rZ`(NTAGG2;0h?I+D-aJjnUg&#m$gby)&q5~ z>dpJIJ`d&jRDV8@4KUiT2J@k8h|vL+&xf;NMhDeMzA4+3k7lE+9#UiZ=4>;gd9@`U z&&C-YR$KFlY=Y4dHJNYAw&mNi?fH&u2jexVo%yb8mxuFmh?^aC9Ck~TTJc!5Y>$_F zhm)iCIXQ-!R(v*h*Ssgw{4ZL$mhq6_2a;Mw8c_Z#il##u$>rr@Nmq&m%1z{@+ep+U zJdJd*G_TJT3mGp-{1pA7tYDN!1%0BJ&r1cFMDHm2jF?lAR4A9AW$60*6B8G&Uk9?4 zHl8disx0bQ%H2j7n7z3fl)EjeXj;n6iyG3)CFnqOy7rL>DrjYlL|MV4xlqJ;NmUk* zSd#P^=nN}55{qTMRHjbHZlHYW0(g|ui+Da~4b}P$*_E}ofOr5=qw|;b%ATxG_GbNZ zSPtCxX9FlG2T@24As&UhK~wgj$W&0~@B3G51KFl|eqCG_bv(hAyh(9pFvnq3NpG2p%==UQkWL78&W|lp`0?M zAgm4BjX#*UE|hR_76vGkvAWK`Qp`!}x&%VSBA}p63PlX|^FwL5+qeC3R<~TDq>v|WP6mz!59SpLe%nK5z7F8sm!kmJO1-f#mcoMDmgk)>5QjZf*LD&bDr-cvgMR7|QZ*anm z(plj{JLE$ws6*@e!^4)%t(J!H24mKUevF~0WdXZh41flT-`8TbSb}5-JT^n zIjNf5)!f(zGj_KVKeCrxJb6<^y63;qFD;b!e++gQxnNuZIZJIRil4L0&E+FAT7 zc3++!XPMtI%Pfg+wEmiWj&8I{Yp=<2^Nv}L@0jJpj#-Ayck}a_;@q*>?rWRDt{tvamy1iS` zpHcvTGY-PD!x=yE(_Tm@k928H!XzZ4DXFaL#6N@75~jh)qzDh-n?hiXL?oF};0vZZ zG-=8KA_w>kRy7iBz(E=b6^f#aN*ZaNR*RF8>VRkx2EinZ2+xzIVnLmEDzOqqQwTd% zpN4b92Rzbj+ZAUdZ3aO<6n|l)Y2qaKoS^0yj90Xx%Hl*KWeqSnDjgdcBQcOSRO1%H zw^}g&I+SSu@<_CM(d-ii@fI}_%#|_3igeR~Z#ZzQ52uwKMl5hAPUB*^M4A}jvn#=p zgf)aoQYk>8+wCkNoLc-EQm077YC(gn(Wnc;f6>ILo9Ay_vAtpBd+exl6U@vZd~?3|&Kv3T)%1lLfAM+aT-BrTdbF(`?W;%k)m!`OZQW1XIv!m5^isX`@MB z;mFGlE}S&^g9d+a`Nmhb9^QhZ_Dpk7TR&zrYzo^P6(Ciw9}@JiW1-@i-43GLnqYnX_@T#sSR1wxv^ctM z>Gr?q(_0;W1J@55PtxJLWyMqRRs7)RHbC@|cg5c776Z__({1HYI=w7l&t}lN7}R?l z8Cc&2ensJyLH0cIJ9jgSA?TyeY2%g^FZdX!_||>l^|T`e3GZ%e(0-32amz{ww1P0o z!1l8t)3NP!^&RR_(18<+VbB=m^bfu4rk9vrF? za939)GJDA3yJdxkSgyxnv1yuHj8>YqgCg5O250szaJMdT++wT}n?35sO(f}&}WFfH)J2*Z-g}k#FW_%DA18u;RR%q~)S%$5WGgIHOCYqmg<6Fd^9 zm%IoNqo(9oBuNNH$Qtxg8^Jkt=S-p+Ku8U)Ic0Hjp7;w=9+6H>nnR+h6mA2z!3`3W zN+kqK1+LoI9B!kdiFp8*nBJ}s|7=kyV7d!snlU|DShG!EPPS<9IHlM!pi7yAVTIY? z-Vfbs_-)GN9luFSgD>>5nnaw%40G$FEois&7TA68F>1qy%Y}vHX0!*)t02|<4COuF zGq4n@@xp45>+Pdd_X|E@@)?8AEDr!)deJwuJZ%o2H-^tw`zENuuBUwBH)CdUz(|6^ z{^yAfGcjl+2A9XGi6cv)7hROYUolo?MO@$~0=zTE%C{;%T)AeL<>Atd2elOHkok;jM3(QC%&HFNZR zWAy#%=+A2W&;Q=k{xsV4r2E)o?GJZ$3>e%I4^va8tj-_Ti2CE_C#q^r(S|&<( zQKavKD3XW>%UUk0l#YtxFUpc?OG2V37jwW4lr>12nC?oLp8qk$cbEbf;)BdWd~hzo zGE^UOtRJ>8F@;F%hxVz_^?slG&Kn8vt6hQE;d>X?n)d}xtzPqR!NjWff+x`V+3{75 zmdkC+xrf~r{aE`q3JQ5o~J z6;4pY>nEt;oT^xfa@Q9Au=|C|N`<{!Rp5<;^vAwTVfqD##f9wNstEa6FKeI+$8(l1 z$iaK4h`nN;WwFoext7?Cfu4)~=0a%en$zaq^0mV~O6%`z&>B z8nC6v_CmS~vNRrs^&3pV8lUzU8hO+|_5?@#o>xQl}YC8R67tC#vDS V_ku5jZ+ShPPdfJhhoc1R?tk}GhVlRa literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01026af774c9e4a5d79b072c1d1c3d92b0352299 GIT binary patch literal 4388 zcmbVP-ESMm5x*mk9c7Bvi@PBA zX6I&S=Vo?)GyAuAJR(55^U<@?uVaGnPd4bZfJf|Z0jEbVoB^Nkp`gd^3VIxcxBaeV`SgmI>3hir*D@jv{!%mRh-7>;`jbUs zW36CcM>dr{Hi!+cBZZ1?)ojD65*URpT9t}c)fsvH#>I=5uU}^>mM}sM1XPsRx@jz` zwOd6(gBaO$TrIfEy1fq`%#PiY&}|5|%Z0wo-t;tGyan9rLdJJ3<9o@by##N=kow6A zp|NFz2^gjt)g|kZu*+tDU${88@YDH^)!K?(vZ|c?xl0m+VZuUg8C91Tz{mwxBi$g_%kQpj#LI5$$V5$D7gd&0;fp>>KGAP62#GzH81Y7AVu>otW39HOK{%h0^HeX=#Y2a5SgiIRIA%56ctlNl22n3>LTb2ni z|sE%V6XaTxc*pG-oxE;zB|y|e3=UWAVCgibng>`DJ@Q=Yvi zJ&z{VufF*yL72qa?gi*J1SI4|UC8@%G4I!Xc}e%@1GQOxedo-lWNQRvoMiI7i z^#F=41^IrCtpqbM8vlTAE^p&CZbuYopVaMI-Bye$u{F~~y3&aquoR3wuNxRuP}L^N zl7%apor~~kdr}%kiU|&anJ__93K~IK(1xn86O3h~5DT-H7S<8Y@wxMjA^ud9V>N6Q zl~27>@ma?AeLuQw&&|xhrp&ygnBGc5LhtAElQ7={y0@8ccfe67 zcQ#4acXsypw&$_8(X6NR0kAAx4tFW^NPV!({NB^-c!$xuZfE_+L)(%o^H!D&>my*v z=>Ipn%R_w~`(8hLE#-ExgWA)|>_GQ4eeB@fw(SA0D69yX@oNoV7B}MAY}X;8v91BY zx>l73jwFCD$Nw%cwE;LqxjNxY6N$om1|t zHGI=b#@}TYwv-zsa!&@%!`}dVA4sCwk0t+(@t>V2nY}L2&bLo zuq){#-)~2`ToB~?_Q`!c)|#4aPR%}@I=dsE>#=XZNlt(Yw$jjdLx&zNZO;Gk=9f3W zUis?I(}{PU4!zrsbG0(4P3=?b#1toage{*u*A8=`00_nQ39+@$HK)!!otoQ`&p!v> zMDIsi@`$55e!3b)if4DlcV zvu%MD*0I|KJ_Q|=xeR3Don_UE1@#$Q6(`v1Ak=G+bD(O*fUZ~uUM7HN+55AsJIA{B zp`(&%R1skX3@bprn%R%*)kbnZ#sKRkNRdB72c>@^^}F*=6O;EOCo$AYOg%|V0m3}E zdjIMl!oQF1#Ew3Xrr>VyBs%V~H$$zFlg*KnJF(0QIn|OgO*yl5Vn;sxB0c7eOtwa* znC%^$8&f}Aw(u3kW2cDQ!S5t^f(=>6t_Fm~;jZv+pA?V*v&JXCk%rqoF+RF}`FUz? z{pzlCIxyERiRr-b=9#ttkFE4p;n653|4Lplj;ot#%nZ6aKn4hNGYm6|2JMv^6e5_x zk!xWRu2#9d>tL>68tyJU{02X_2-gVJyDwq}T=W1TC=%>C0Wm0C_=cmC`!!iLUJb#G zJLe{OzOm`peyO@`m?Q^_!3O8&hDwWY!{gUG{0nA1yT!R4-0xK?|JaS@1-t+v44BDB z(6#-dDE?iDJQK#h6OR5%IQdLCz4vPeMe+DndRKr)TMml-U!310&4DAk0?@Bg^P)KX M#fSe9*pvJCe=1W7ApigX literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1ffea933c20b0e8ac43434caf3532f2de510973 GIT binary patch literal 2971 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0395528c4a75c4aa59e4b13160abed81d076466 GIT binary patch literal 6674 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6db99d23380d3a274be4da90ee655cc84603a27b GIT binary patch literal 29117 zcmb__d2n3EdFPuGgE@d1oP+xf4&om025*Wacu5pQiU zvbAf_VOHSU4#~B%gtB%-m6$TURoO6=t*o-Oe0EG*RPMSyTAVW>#x7>>&Aca`P>|SuO0j7+yjZ@{*FHMUzrxTKVjv# zE1bXymN++}zAYmb_H7-pvbSx-#@_Z3J9|4u9C%yf&P2&bNy0VavQRl&yfon+aVI<@ z9` zLH6yA*Cpyl>Jtqk4eZ+!Z%j0eG$ooxn%TEE-jd))coz1>Ly6XrRu(Rcw&Q;ysDpkzN+Ai1#J>NBR@tkudwNj1MF>j%;M%s`#eF z=8?@TTpiz%*gCS6g=^y565B_%Ck96b6FWwBBzBJMOzaxjmDoM9o2A#r_ayd?>}BC# zd|zV!$o|ArBTupKy7+;_!I6WBLnDVQoRt%|ibL;N)X^C^Y~_w}Lj9YZ&>+^nXVYSj zlydriLRe@Nj|xqqM?6-CWTDvzwIH51zCxl~%`xT`THkbx9AB3+Bpw}e3Tx@385EpeJuXim`msf=uO8W&TMshQL{ zl&~rl&x>E4j!9xdoJ<``CKAy}LGhlCrOri0<6?AjdJ1_Qho67`x#yLVQ!gAkgq9-4 zt7SbbNl8fw9G{d^(Re&cO=VHk6skr>Ls&D*=}Vk^H6|q|sVZtuVX5cEsiZ`)0m^uG zIu;iqDJeSoiYTGF@IL-P9w;W3P&n5lQ?q zVNKa2vr?j*ikz2Xsp#3b7!hI; z+FFXXo=A?5qm51_s6rDjq(lkh6`zR!m(g)iP~76AJT0+83d6%xY%21qD9ON<(lsR| zQ{pH_1d(G>G7(86h1eKInUER5zw@z4A$eX_D$hry$w+K0B27<5qH;t^CQ}$HG)ask zr&CkYgg)PCF)=lS@f=Mhr5SWQh}@I0$??eaq##NW3_xl+8plW|Rc1IcnT(9blV?F@ z7;T1qg_qAIr!flZSd1m50&Fuf8CB<@`gCa@_va9}!igL)PcTjkn5GpBvqEry^c|v8 zaEc{DiRcnb*@Uu*ZcI4WoA&oK03#luR4f(TqF3;UKEWo~F>SmkTPFBWs$47O7XuU; zvkPTNs}Rb?fZ#_t%I_2ch^w5jcULN98j)%A8a)o4;^y(w;`u4i7)D9v3HQ6)EUlkE zIdk$j--WrrCsXG{iN_F#7cedPX&JcWK~(yj;pHiD6yt^A3~Plyf9MpCQJugT@Y7P< zh(D3U)HPB-LTr#?;<^k;3Gfpj3SLf5OQRwml}68jmXVEB07BuTaXHD$(^E8QWVDV= zKWZ8Ef^RKoA37F`i*jopfBsx-^c+?HYD^Frr066sM&%j)d~}9S0Uqng3?D_-WL)G6 zrYj|%74?clLG5a^L&ql1cL4A>{{?OGyv*+@XoHEPef$?Rg!eO)_8a-bVHM`Xkou)H zz|;;s37{|Zi)h!Yqp~pu7@d9mqia?R#McblR5W$&)5`48MvF#%z{spPC9oH1a(Gl* z(-^hWq@mU9{;G#2O@^Cb(Q6+Q+Im+Qn{w!16HYy3zV)f}o>rIT$sp@f+62sfMv$32 zRsa^k&j_-2EmZpYj3DchVnGGJ31q<{SczE)j+@T+w9))^#z`mvw?|T{* zShxbp@E0^y3l^uaC!rI;CzPQFngn`=KD9Ijyj=UXaIg2fte@iS(DH#wBSE}+$w}_wmuPzHlZCY=y<}h z*&uWZT`1rEWIZUrZHC#--hzrpR9broZDdHQxE+ncrAe3rNcAdpAqC96QUmaj3D>v@XYsT1UYO%)I*;U zwdO=jS@iLH8^`G%CT-Tcx+??FRHzgbK1^ogBndf`(T%vkht zOgOT3v$}-LMda0>)tb*F759Zq?vwf(G|Ch4Lj5` z(zK|QAd+_ZN79#ul9Qb&J~~R9_V|px0pp{S(BELc*T+vx%PH(N}`;Mzbba}*!UK1 zbmefjU2&o%q_waMP=}zM;#hP#o>J`R#Q0R&+Mi0h`ukN4lj7DiP1xruHayZlcxcOw zMko0_NZS|Y56CEgsFHGyI}DG^kHm^OZ(Y@v1A*Rw#$I19q#|NcJkM+D80w_738Sf$B%o?~H7ZF&zS0&v(oR5^MM?4D z8KF=_hVCVOTkjXDB%GaOsx`tp=?xfad401#!$Xn6&tPBAqgN?>B*OgZnJH50VR*kX z5N5m0fj%DDIu4vXIdtIkfsQj8$mAsdqN)rE^IfMzbkeL&NRCdEVoe=js)ZUCe&N*N z=OYIXoI1=Z9-9VI1yzR@?(Vj+u1Yka)gFQ#CzEO?Jt{qpLDL{o&zZKVl%5gV)u#9A zy%vEwl^B6=QUSiokk1A&8fVHds4}RaiG?uH$&@6H#V#lw_06D0zkn^P23YNgnh4Ss zC6SNE&i3&jVvxVCm`Nq4`r~Lq9Q{)XB8rTRVuUb1Oj?u_O$(KnWe_WokTxu86$xlR zpg@FTagvuurPvfSDrN;V9Y_lUie&l|G#X8r1VI)cAA~GQXeyq3a*T(DrjLOj`eoH4 z@=IURyZogug?So1roYA2N?#PA#Lkqne=35!mR=(eaLLDL6(pn^d+Q*}k0A7TSjS+>iA)pS9PD>z> zl*zAAjmBVj8AK;TU5L>{&H^PFgHnJV1N&WaHyX6I+tjkPt)X;k1Vb@+X_7HdwKiz? zevP^`4#*gvQZjlj83XmJ{2|ca56&_w_DiBhh)Ow&fSO&4Nbi1L4}!pg@UjQi(eI6$|SidkSel!1UU{KY?)4 zjnkl`_rzvtS%C?KKZ|-_QJJtjBd5fKKG}>VMgv204nrFS;~HbLK4lCe`0M$op?Ssl zvL&@Jrw&840!Sg6cUXg`uzCTjYT$Ib6N+hy(pL>l<;!%oOzAoU<3Lgn(_Y4!wQ}k3 zkUGBF_v1=~(=#SdE1No!bqpL?6#7-3*G~%%TidIcok5L_=&|XIT8)&b(wR2kY*uM( z6J`h*%4PoKfz!v*m1Y%&eMV7%N6#XsX|+jr6ar_77^LJYAecfvB9R10D+d;K=)Dy` z8NEPx^bsM9DRz2BUj#2WDo%ncfcr=Jr%ydM%#`2&M!muUGL9Z#Q6Npa5MyGG&R1!o zXex4=;f9)D{#E2DO_pP<|6wA2jC94rbT^4<4Vr`KAn>3r>J3kJK0XG)jto6)4Ukg; z&=*z<7&H$3J&W(d>IbbpxDXTgM3pkBU;X{)j+oL{7+N=8O``jW*abofVIvM}7KK%N zl3JAEPmKt7Hz_U{70E^>EAFVkLRg(7Qt2w*LWC(Ej5@JxEMc-z0t*wyQdVqOCKZ<` zsD?D9j$o{@N$U1DiS*uzO_oNL8g2G#;APEvsZ;={YMzQgW>u-zO~TofIJIrlpyES% z!KYuf(5WR@V;YD{NTAqA5wl%6QEhCT41>f)WTi|sk?9RoN~wB?)Y6RNA@-|(_(*7h zbf~43Y0ZwDi^}IjS@Dvk1Y(68IUAJ}KNG1)Sd3`0b%5DvRWTqkE+wa@6c00&Xdlk0 zs6=9DC1_Rz=~y8gH-{~l5^ zh6~b;qfzqTVjuWAmv?#J@?G@hTzuBWf4@E#+K~H!p=YExR_~U0>7IY-sCJX#28ja7~%Kw>Dqdk`L79tLj$m z*1)D!A6FWBz`0A^t2JDy&unhq>(6^@@_{Dg%vS|h?Y2P2YB|g7EpXOD}m-!I3}Pe4m8EPt|@@ksJ0^?I0>5) z<#Qrm*}8maZ?oQBXP`yvTp4omYjS?S{t>8Sy+)JjS<9_~?gIP-*MP`-`Fx-)U)7$k z?pQd#ST(R}cLt7H9$97H3$(W~o2R#7B3x0mZ=a49sj z>^i(=j45efHneXk^whHJz(Yyfv!U%vp&iSvoew4L%!YO@g?2By_B@odCmY(c6xz4! z+W%0}(QN4GQt0@y>*+NVK+V{l4eeeE?Ok^5d#Kc|Y-ra~XwR~1@0wBt1RBf-b`^}Z ze@*}MUJMa1Ri6(W_!M+@vP_*I;C$dv0kHLG4;AFw@yLACrES^Jwx!VEvTMgfUHX(M z{3)0<5%CbfPhl74c-*UQ$yIO4R&QGI*5tgcS#K+d_^oFyK6Bq;t8ve{SKWj-&qYtp z)tPm5-mu&N|6!b@FmCG)_r8m9+PQ8pFrh%>;1*y226_LS!;HEQHV0*b%A;k)4(}Uz zw9umKLppum_m?vpu%(y{SgOrf$U|-Y?+uTsXA>;C9q(%vGfM5nf@|Sv&F@ zRzf`oWLPiai`d*|?WtNl*F+KPPR1hGZrV*PUdpi3Of>1`%(vi3wdh}Zs|w17^fa_Z z4;H);TLcq`Ei#UXErNB#wiW=?f~E#OV~H5a0yhh9#93!?_|l&WHsm%inKHES6GgP< z6TJplBTyW!PH}(@nOprm26n%m&wPJ6Y-#IbAP$(2^w6h6lnZA~iQb2=SyHq;Vn4xk zvs90tbz~gHumoIl6Qmbh_scl+l592<(QjX{$W{wC&drtp!r;2%_=L_{!{)3jWoWev zVoOnOcd>FASEdww-}7+VP4|16&VANhyxpn&dMSg}^;URH%mDgRdOq{*g%<*5mRI-9 zob{HH&&eS(haSpUGnR}y<1$*~OC2`SEE!+H{5opJPaM<3=G(wgS;jZSy<7^*Ksl(q zJkp`(x#Y1^E1uQA&36X;BjW+K+~|)PZG=#2*!VC4H+}Dws2{U_W>HzGNgAfs9+nB4{-* z@dYEn2xNSKU4&zKxtrzsSj|=-Pmwi6`bO$y9Z;rX;){CNeCxH(Ru+dK_+J5kk{VJ` zy-cQZVpI>CZ=GUq26TuPZt_@4)N?!ndWBGVvr4DgZQN{CYFsZdaZV4J?@zBgQzcXj zH8*Q@%4S~8@Cetj#JE9`RarWcdPT282)@Y`$JEe6eoV8~nQEyul`zV}XJjI&f0=Kg z0Whl{E^oFgHKpf11&?afFYDjtTWHiVJ6n^fnMj!_dWfy@wV7JUAv6hGeD`dyluNy) zr)FwzHtP_8iHeDgo?^ZyzG{Z`kUp|Q+*@^{)^Tps`ZDCC*}BvldX7w;4p*{f>MmO^ z1?=2xJ#u{A$Wfmu6KvyLrsQUe?g?`SG(Foe+n8yTHm3fWo>Sl_zM+TBw-73d*H+-Q zu?Su@uBo>Q(pX^Pq6tk8Wh(R>v%uGEGidaidYbuWa+xZ%T{2_!&}>VlMWVU=mL6li zGff73f<14h=%HC2@kQpgOwv^m*+sGnHM4x`TYC9SQ>Fwti%BjdhZKR3p&Iq#1#iTD zyWmp`-fVkM<0`YE)D=Db5fG@xVl64&j^dJ4yG|Xmt*L89eXRx_+cKev@9Od9JN0{d zc;a8{A@ePC=;d#2&_itXZ;x@a9htU?x6QnI$fWw08$hQUG8-m-Ur#gNnGVE%-~84? zwESOc!rB+Yx_AWTJ2RaVf1szD@7bHaSFd$!r0No%HSwkOj*@rODL^PTC@VOY3J$Izn#Y<%zh&NC5z^kNRi9Tkqp+xL_~!#|0U*U?!aDzu9BrKXqHrGirSatK@9oSNcwA z@ADSD?cIIDu#muHLxxmcpWUgN;X9d{9UrRpxHDZ2E0SjK>L+#VX&i^}sw!VKOWO4U z^WN`}VdC0_`Xv(1C6cfepQ=F?1v-8qruUv^$7Eo=f};d83(5T1=@cpFsVQXV(T-Ta zuU_|5AR}^Ya#{>4PPIZb!2Svpv8Zm0Dk+hn^(FTSpPH_zVx{L;qNYUcwkb|QjFT-h zPVs(K>ujDU=`K;qV6>XjRNrWc3f-qFwzX3;5(x&1bBy%Bl0>@m)XSzL# z3rcDzl95JhxeCDp`=J<*jMDKTRz!M=(x`b7?G7a3EE37RN;wY7037uO`rxr7x>}>+ zT04~hOfqP)V(BM5z`hq%Ea%gX>C{;N4#c=%9L7nP$?>1jL_7k`wUgR9i8C$Qd6}p@ z8jG!Qn5QiaZMp9M79P)FDv;Cs%dH?*Qh6Y5{ZHWP5cP;O3#E-&f7f!w0@l=S=Vq*b zXghDg0NBasqLgSI9H!QiI|%jRU8`aZZ&WOjrdF3o992s9jKkn`VM^MU?pUYuh96IO z5A*7f_l1pYbC43`0Tlfo+%I3}RykXL#ZQ}tu3A=YTutqjk;@|s&TMt(jld7<->tuO zJlnl*xoZE1O+)`zCKPuy7n1$Lv@6f*##4L){6Y6i4Jr=~Ew&QoKY7_QjZjH1m0P30!h z#wh&)JHfV#KN5vWjT!vdWYOIzm@k7$uFOwHPQvCkH3LHp9pVY6l8HEf7B)55=!Pm0<TC+319{V|TSaFiwDt19SNY$$xV`>Imm+aHs4#iGJ zDv9JYi9|r@J9sEAoo}*6V{B}%h%f0D}U8JjOtErB|#SNycPh%j8rF>R=+>r7B^W;G|;&)%hwrWGi)3Ocy-@ESlW$qA8_@kgd@GGb%@t z5*ASyT$#%W*|81ZCg~8BtU{dTdt`bwsPl-l(9!|Q6eO^)t{OfSk#U^#1w}}elx!yq zC@x?IehWBM>yD;UbW|5`VE`wxf;$b+N0bav1f(oWU#Eg)@M%$x1+z23Y$7T)l$1zY z1((e!YA&da`E{&wy-@1Smg^&_Pg$kpxl;^vIBpA<89HVvN5BGb6f}W`!|w{-R}8hJ z(pM^A;D!U3am1Kr1>{IhYQv*@K#EeBJ^yr33^>^HTa3RNL>+gA@pgkLn@%XUmLYi6~{NbT)#o%t*3TN#>oo*m8>&jJ8>$}(bL;tU%Ibrb7NtUkAjL{=k9tcavuJUhhKOx*D;vw7+mZ)v{KQ$*m7*C;`pNX_^O|) zsJqf~x#dn^FJ;-A?by5M-S-J+^Y!KZwK;z%>kloQUi5c=VnftjifYaJTNi{yf6pfl zM6EixKrrWT%lg|EQj7jxGMDy!T*mn}=BpZVRfBh`2Jd;>m%SVAHuNpJf_YEHTl>Gc zKi{$;*D{!G8C>)>-g8ytT-{k$_l?f??H{-f-*c6{Rd%s#KK=duOKn@1UE5apEqQNc z&Kt^lL-}A!F4&t5_U3DwbG6;s+U|T!Q?8~nThp1Z59R6yvh@QGJkF4Nu4LKOgzjzK zF;|`sZ(ejYqUxNd>5iu<-`P8NblKa!5^8&=_U+ntTHbECRh!#%D7)zp4BnK~`~bbG zyi#(x%CncBUFgiUZq2rCU9Q@O+_f-dp1Nf=?)w<8yTb*}8!{ zb=z)jo-4asQIo6a$yW5-7+k8@GFNghNTJ}CIbS|doeT741HC{h{j2ZHxAo-O4rJTN zK3&mwpL0~W=bUhDsB6jvd$Pfv<=#C@z5AAe`{#W3szMA~o!Q#X#mY`HYd3`+l-R4? zbET`^gtfFTUs;>0?8;Vl-Ke^8{f4Drwr4xGFVzpu zJ#*j91smsW`TkAwwh#P0kiLVBAcSCJu6A3tc3Zxs3*(e;?xkmKQ@*()*Ssa$yd_`X zd_8pYz8Je=n{bNpbI zAIyg~)*(_{W_IBTG-jHh!XPd)$f0aJq zi~Wbt`j&zFoVBHF?zvSL2NEyuyi?w}QrCOqxm@3=Y~QJ+y3_N{d}V#EvNv1Vdqcic z2|{RIIP%W$+rvxkTmPnN+r7G`tK+%m?b+t-w{7o_e^58P`24ArVB_`DYo!Yt-U+`Q zUTWQZ>%i^kUx*(BPyfQk)jwwe!u+*wef67PUD?q0G3{jTHudG2hVC>C!M5ICai6nw zRxJA4K6Y_cohwy*KG>5FHe7dIb7h&#zr>$h3Z8u6uvOPQaB;zw`Lb2J&$l;U-<_-9 znXTV>yJM;TsreF+1W?Ft&GK7s+ZXvg^S%!&d5~xI-WBiG_xFC_{T%v?GIiUsb=z`v zd$M(Vmh1N2ci5ZCep!r|vrQiX~m|ZpZ z9S)i{jz9%mZt7cebvv?kJ8riu)g7OE8c4znK7N;Y$w0PhV9`Ht$A9wH(cIRP*{vrr zbiS^Sfydr_BcE&BmTla2YhtPKz)!v(H+n;UQPt&fvCRZN1QywBJ-f^d6N4~Rf z(cg~wmG{@@{muF6#$5G=Z1skGbvK(TJ=xlxe8*0c4C_PJ2d)h~2$a^9%^iPG!!>PV zWqPvJJygahPh5!=rl}py)`fwQrn0$bACz&Gtqc826&vRcp>4jJw}vkcfA2!BWplP= z^R4YmExYE1m%Y35HNm-~`B2-Uw>i(Z<@jA$e%Ie%(7gGB!?}Z>&mR2zBAD--e&h0{gYWNI+H`X9`Oh!azc^p=VP$>3 zx##K^Z*02p;*H~r4cjjd-EHWc9|E6eTrTy2za3Mvu>*6`U$a7y$?7WM$FAMhpzwDwclD8Uup`^4S!hPwBm<1)j+l3)0 z)q&An|KhbT-uQC1Y2)1Ry_){KznaFI*0GMPzvF(1y|!%bDCUE&@~smWPh73Nv2X6g zvUk_L%HZ#u_{Y_1!1xE5HZ*^^;c(rV0q(E%cb)Or{<`x3ePpeHGeIs}xfkI({;D%Q z_B-vz0{B?*IL=g;toU6N4tmaX+E&_Z6y9K=a3_l&DE*?twzA`Z^^2VCqg@t!{4M9e zQ&q2JNhqSd*(j+l^dId9Z215F_YnIH?-eeEwO;+1Y6zw#x2Gr{`w5neb)pc87Jt*K zD;Alt-l;_wykM+%6f;r61n($jHh|&XFkcj_ae{Uy>wX!hu6l+^#y&w?igiCT2Nb-& zK77Mf0d6!U8Rsk5qCc`GBkvQ{(88b430i;x-xW8m%W~Q*hnW?E**G+`rx{t z*Ej2VO!;CI;xX`gEn|~wQ?xl`zX{TVt@{a%j7P5x`pIjLsjr9w6Uu9|N_t#f&NX%Y z^<(NHeapIEL0vVeke)a}o9=Z#GbfDn)ddvOzAhs^3-cC0-SBYE$F#T@^^}^US=jq| z%cbY+py*4lkXEj{WLSZ6is`+It5=^wW4>cCw0)?FX`>B(X14XBRUeN61uN70N&gbL zpaR1w&?s*7p~ECNv%z$%7HFOX>|kYLgFOE_+cK$o)~(0ax>rBE0WYF??zUo6Ma1$; zrg~niKb{>tb}Mvs)Ac>q_S~?O7&>@N)e(NZq1p1Y|A$}tnbWF0#MntgZD$R zt*cE)Q$fkn1H{V2pbIzXPpS0u*N9Gs9!pPUL_9wLX~SrN&0=ZgJiKI^AqNKQ=e&^K zD;lpJT!`d4c4j+vE(dnaIrBA*S0*n{&Uws0W!;tCmv_&(?sNMrnb~*_z=wrGAF~1=PW4=u2lBi*tJx-ebKx9mn-GL zPjFNtxZO$|zvqM~ShSu(AH_>;cJ9(P_>edN?`YBb97cWHIPMJaGwYf4&iVv*vAY={ zM!VqQ=z%||)?@fMc_uA_7rvg_HsV)m*C5(;-2S);QZ_*bn{_{PQ()o~Vn_KfELH4g z%Jlcu37~$NCn9ICw5bLgoc6`ZK-EWLk`7=>g}HP}q7&>mVF)7$l;Je}^iy5h(b%)% zx#+7gx|#sXB%K%3&Z6Q3EPdg8eLRV~D94M!4l8c0HCThv@2D*{3?)UIY8;YI;a*Z$ zV(C2M=xA~pH(AiZVRjNzKRnD1(bJ(}Lm~Z{G@2QdrHdGmv|B&zDf7~IDWXolF%j4x z)S5M?$6q7=fLZ=E%|T$+Ec;r41z{GK6~JfYHC*>Fi{s`HM_vO)n35f3DQJ{e?-oE! zF*rpeU|+-`e)y5tP&Dntqca}wcB*#aucL8_r=S|er9)Lb1wbX7#^4l-yW7D87wOMX zPGx>B9D-%i6O&=O%TxwP%67(NAZn;+XBLo>1h^^5HFTVl-N8y94!DlsR3{x}Bnx?g z;lPb1sMfI=>3>m`eu5jI#|QY7$y8J*fAG92fc$5~r`y-F+hS&rlf-Wi10eBRZeV}b z)jQ|OR`<@2Uw!Sv@|tU}<-HYm8=B@Ec~8UD3wJ!7d2fJJBCA$w;3><`ZFXp8yj)fL zLgr58mPPND#Y$-93vxW59QVt(ruMlL`I^u|U$$o8mL*%W849iDj)nMg^Okw{-P*SK z$%O+8;|nj{n7Cd4{((Pfx?R4?S&mu4cvgp@&k6*wx(8~mcrSaezW9N^<6{rkvK0!a zruO?4TvOM>z{5Ll_brEyLQggCy4t%Sui7ouM=bxnB6xX2zOEzR*al5nzNsV6_vWF4 zjo)cKc&+*`TsZqyS$Cf+sjOHnp*m~U)LF+39J5fRT@P@!ul%j@i{)4COpfSS3U+Si(m7QsH?f4I9!aYfi*Mk0zkLcUPbFz7`TZzS?%+(1KQkFSzQ1lNrq;Fu;Wpd_HI zM1rM6qJ`wZ0|$3gxc3FKTKeA<$IRpQv&m#!B2iN!zAq7nm1^km=ky>Fc$ZU!mQjl6 z)gNHxoO}z9H@T0kZij0%=Ui3cuWwqlvB1W?THx3THE_4oci%xtt8t6l5ro2j5vG&+&8s$i z-7O8w4`fSQ?>q3Z8rXw_c9Ew5npKyWpd9j0&CIpCTA)O&69D2 zG*d;Wud)v-g&1Or@9{UIDr1Ka&CaZ)n9Qv0>I1qr58KsCjVP--Oj(3AGUgnT(%p2# z8Yb*fb`P;}$8?dc`|lDaY3r^#jg>op8aOd`;DL=Rt-l(|xf(wVoY35Rs%tIpT1`@e zQ=1K|DyAj;0@%=W(x3q#28|7vQd7JgQV%kIhidLd=GUPTE`yP$+<7lhwOrkQYwP=6 z%hk^;2Ts7&Q|^SV$LoYQn*$qN)8Kurnwdj zO`?UHadvy7BN(b7-RFe_ONeU{>3eYTOq4FLFz>!n9p|*We`1rkr(C;%Lch@Z_!t#1 zZ`30B^9bEL)d#_g$DIL?R_F?Rb>pbs!XqRnMfJkyVx><@(2}n`?%~qKPRb7dQrv-$UXkzzkG3P}&mVe>Z?x*s2Ulq( z(ZlU7F$L#4^Ew+%sAXPGxco!C0Y*-b=y2hTL{3o{Qp4+7D-z~kpg~@9Jp{Yfhh*hf zV{{7@N$Wrt#=yL3KAcv|X;6xF>vVd{L%kQE2>@~RYnO)6?P$8=w>EC+tq&DCD~?7% zSSmHHZ7BR;$mdg#hzq7SKCPw~Ek+I5cXqBh1lp2PC%>^-&ME`X^z4UlNyC2oJ zH7BNv3=J!ZILcf|>3TC#wCL;@3nbm>qppGJzC-MYL4o$e z&=~<5$Xk%ubO0^4Rg=)4S9g+_c`u#?Pfxr3&jMOgdn)>a~nuuiCwChF*+m zU$nb3`4dT?;Ut~x(ax&ijzqQ^g!z|})9i{ka>WKxXzf$^Im8#bQxLpf&8x0!xI;|W zLqp?*>yM_Q;aGA&GX=>5YF=EeHaU(vlv3wpx4Q50sVbQk^o_aDP9_!S;RE!?b)*eI zp90@FU24WV&Ef5|wE48zYI9zLzONI%Zbr`YgT%}@?<3ZB9i&0u=cM!=S8sRBPC zT)!oX^frp0xrwW&#>NAhob{Wx|3-sIj}K{?z+a}KWdgpC<*y$GKX*%keuUt@(!ii92UdABqo~e>6%xrqJ|o76_p5b7!nVBGUy^{wU24XM{OBH7z4A%&rnKZq=HM;gsnmaMFQLWb{-&ou#_ccdbiA?f5G^g|e=8YoJs`HTA8{u6p2; ze|?zwY^zWGuTe>~K&hu7JnX29dXA!v zKHI6>Ito(D>8|>!-mhp2%{>9*c@hb{>zm1rWT`&%V1qD7aq5|kdYWWpc2`w|A^Id{ zs%kb!VZmfv>AzAI#>?=B@Cr1GiffOm+T16-fCT*Gpi%my<)@_;^E;MG8(()ma6VIN=~=Aq ze85p)^@|l;MJ-g1^sl-eo}nLm$}N3)ciE~9@4N1b`7IawR~-n0wR$SqR|$Q&ILO_l z6oNls_57)e&#qEQsJ)%;xwbc6y6>Z}cDu#75WLa$b`#uSEzaBR?DhWE`}76h$yRtI zw&z>g^7Snrdv;m;`O1c?Lznlh+7P}QsJq&BxoOpbFe=AaOMjJy7SfJIo) literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecc6795ffdc25ffc2511cbda79a9818c620c4cf4 GIT binary patch literal 15760 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5673b37e509e11e3aaa922ee82644c8eb3021a8 GIT binary patch literal 7521 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 E7qpBG5C8xG literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87d9d2b479188c0681e0da684a86b6e0c5695fea GIT binary patch literal 10480 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
  • ;Ce zV^2ZAXpX-5-&GjT8o66a(kjmxa~0ZKK||OBztaXSif^s2YUhFw>*k8g61DMLgXBXn zRyFv;waH!s8eB?T0bTm){|5Y}ScKxeE1vza^W-i%sqX6PO0wvCqF0|ZzO3ApD21XY zKnmuv144=h#S0*`t=c0{S{5AwQZNk`?{i40@o4c*2d_TyPNy9DP{3!En>qbe$v0eNeCW2SilW4r_zq>!nZimv6yJOLn^Yx^CJy~}DvrYeI;rzXkyCYe)J8!h+jJ~wdw`9a& zDr+1!SRjbSvFp~7{IfTD*_m#!OJJa{4Gn)@)*+Zn0_C@9${eAtzw%o2G z>0L)MTY9r>->;1h5VTZF1RYE7JeD;b#}{l~YpEddNwT-#j&TMVxoJK)hxcBPaSARJ2#MTYCx~*kg^QK($ zj%@ReIirGm^@(jKAh?~sF}krkZ`RbBw>obnZzPwjEr3~SJo)dofu{}J4^IB$$+^B| z7q?Ke=z6E_e%*tHC$1MiS5u80g#ns!Z7U4Xl&OA+sZ-(*EpU$s{~iDjQfA@b7Rvul z&`^=JiKz*6EWr+q%#UdpWyaP;G4Iv*GP%3lqjkza`vk$+=JiZfon zF%bT06;YyBauY$I=HlN_{GmwLe+k^_K=J=5A{rnYf#45MiAf1y@OK;X*9Y=n2DxUf zxKdP12_leagm*2148;%rbcifpSr3l=Ao*v7a+yn_5g5fJ&O8Z05QkP~F2&;!vP#xn zFd(^y7|2secOz7RohB?<~mj>c&whJ?R4{8&ng9v!j=)5HY_j;=kDqY6w-^~ zcTMl{zvx@qdnWDw>I&f%UQ+L%>%rTbA51%a1uQ(Zxe6M1f_G(c6m&?jl-97S2a0IN F{{mp(iQxbM literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b989f49ab0fcab7f4ec5793f50692c77b2728279 GIT binary patch literal 4712 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 dx;K7*qU!Dc-2K}9_jX&yT6EwK0wcKP{{xJ`` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..f54a16d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,67 @@ +import logging +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import get_default_environment +from pip._internal.operations.check import ( + check_package_set, + check_unsupported, + create_package_set_from_installed, +) +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + missing, conflicting = check_package_set(package_set) + unsupported = list( + check_unsupported( + get_default_environment().iter_installed_distributions(), + get_supported(), + ) + ) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + for package in unsupported: + write_output( + "%s %s is not supported on this platform", + package.raw_name, + package.version, + ) + if missing or conflicting or parsing_probs or unsupported: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..9e89e27 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..1a1dc6b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..567ca96 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.compat import open_text_resource +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with open_text_resource("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..917bbb9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,146 @@ +import logging +import os +from optparse import Values +from typing import List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import check_legacy_setup_py_options +from pip._internal.utils.misc import ensure_dir, normalize_path, write_output +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +class DownloadCommand(RequirementCommand): + """ + Download packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports downloading from "requirements files", which provide + an easy way to specify a whole environment to be downloaded. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] ... + %prog [options] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.global_options()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + + self.cmd_opts.add_option( + "-d", + "--dest", + "--destination-dir", + "--destination-directory", + dest="download_dir", + metavar="dir", + default=os.curdir, + help="Download packages into .", + ) + + cmdoptions.add_target_python_options(self.cmd_opts) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + options.ignore_installed = True + # editable doesn't really make sense for `pip download`, but the bowels + # of the RequirementSet code require that property. + options.editables = [] + + cmdoptions.check_dist_restriction(options) + + options.download_dir = normalize_path(options.download_dir) + ensure_dir(options.download_dir) + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="download", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.download_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + downloaded: List[str] = [] + for req in requirement_set.requirements.values(): + if req.satisfied_by is None: + assert req.name is not None + preparer.save_linked_requirement(req) + downloaded.append(req.name) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..885fdfe --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py @@ -0,0 +1,59 @@ +import hashlib +import logging +import sys +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.utils.hashes import FAVORITE_HASH, STRONG_HASHES +from pip._internal.utils.misc import read_chunks, write_output + +logger = logging.getLogger(__name__) + + +class HashCommand(Command): + """ + Compute a hash of a local package archive. + + These can be used with --hash in a requirements file to do repeatable + installs. + """ + + usage = "%prog [options] ..." + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-a", + "--algorithm", + dest="algorithm", + choices=STRONG_HASHES, + action="store", + default=FAVORITE_HASH, + help="The hash algorithm to use: one of {}".format( + ", ".join(STRONG_HASHES) + ), + ) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + self.parser.print_usage(sys.stderr) + return ERROR + + algorithm = options.algorithm + for path in args: + write_output( + "%s:\n--hash=%s:%s", path, algorithm, _hash_of_file(path, algorithm) + ) + return SUCCESS + + +def _hash_of_file(path: str, algorithm: str) -> str: + """Return the hash digest of a file.""" + with open(path, "rb") as archive: + hash = hashlib.new(algorithm) + for chunk in read_chunks(archive): + hash.update(chunk) + return hash.hexdigest() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py @@ -0,0 +1,41 @@ +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError + + +class HelpCommand(Command): + """Show help for commands""" + + usage = """ + %prog """ + ignore_require_venv = True + + def run(self, options: Values, args: List[str]) -> int: + from pip._internal.commands import ( + commands_dict, + create_command, + get_similar_commands, + ) + + try: + # 'pip help' with no args is handled by pip.__init__.parseopt() + cmd_name = args[0] # the command we need help for + except IndexError: + return SUCCESS + + if cmd_name not in commands_dict: + guess = get_similar_commands(cmd_name) + + msg = [f'unknown command "{cmd_name}"'] + if guess: + msg.append(f'maybe you meant "{guess}"') + + raise CommandError(" - ".join(msg)) + + command = create_command(cmd_name) + command.parser.print_help() + + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..2e2661b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py @@ -0,0 +1,139 @@ +import logging +from optparse import Values +from typing import Any, Iterable, List, Optional + +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + ignore_require_venv = True + usage = """ + %prog versions + """ + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.pre()) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "versions": self.get_available_package_versions, + } + + logger.warning( + "pip index is currently an experimental command. " + "It may be removed/changed in a future release " + "without prior warning." + ) + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to the index command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) + + def get_available_package_versions(self, options: Values, args: List[Any]) -> None: + if len(args) != 1: + raise CommandError("You need to specify exactly one argument") + + target_python = cmdoptions.make_target_python(options) + query = args[0] + + with self._build_session(options) as session: + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + + versions: Iterable[Version] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..e810c13 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py @@ -0,0 +1,92 @@ +import logging +from optparse import Values +from typing import Any, Dict, List + +from pip._vendor.packaging.markers import default_environment +from pip._vendor.rich import print_json + +from pip import __version__ +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + + +class InspectCommand(Command): + """ + Inspect the content of a Python environment and produce a report in JSON format. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + cmdoptions.check_list_path_option(options) + dists = get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + skip=set(stdlib_pkgs), + ) + output = { + "version": "1", + "pip_version": __version__, + "installed": [self._dist_to_dict(dist) for dist in dists], + "environment": default_environment(), + # TODO tags? scheme? + } + print_json(data=output) + return SUCCESS + + def _dist_to_dict(self, dist: BaseDistribution) -> Dict[str, Any]: + res: Dict[str, Any] = { + "metadata": dist.metadata_dict, + "metadata_location": dist.info_location, + } + # direct_url. Note that we don't have download_info (as in the installation + # report) since it is not recorded in installed metadata. + direct_url = dist.direct_url + if direct_url is not None: + res["direct_url"] = direct_url.to_dict() + else: + # Emulate direct_url for legacy editable installs. + editable_project_location = dist.editable_project_location + if editable_project_location is not None: + res["direct_url"] = { + "url": path_to_url(editable_project_location), + "dir_info": { + "editable": True, + }, + } + # installer + installer = dist.installer + if dist.installer: + res["installer"] = installer + # requested + if dist.installed_with_dist_info: + res["requested"] = dist.requested + return res diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..ad45a2f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,783 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + py_version_info=options.python_version, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + if modifying_pip: + # Eagerly import this module to avoid crashes. Otherwise, this + # module would be imported *after* pip was replaced, resulting in + # crashes if the new self_outdated_check module was incompatible + # with the rest of pip that's already imported. + import pip._internal.self_outdated_check # noqa: F401 + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "ERROR: Failed to build installable wheels for some " + "pyproject.toml based projects ({})".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + # Display a summary of installed packages, with extra care to + # display a package name as it was requested by the user. + installed.sort(key=operator.attrgetter("name")) + summary = [] + installed_versions = {} + for distribution in env.iter_all_distributions(): + installed_versions[distribution.canonical_name] = distribution.version + for package in installed: + display_name = package.name + version = installed_versions.get(canonicalize_name(display_name), None) + if version: + text = f"{display_name}-{version}" + else: + text = display_name + summary.append(text) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(summary) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..8494370 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,375 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.index_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: Version + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def handle_pip_version_check(self, options: Values) -> None: + if options.outdated or options.uptodate: + super().handle_pip_version_check(options) + + def _build_package_finder( + self, options: Values, session: "PipSession" + ) -> "PackageFinder": + """ + Create a package finder appropriate to this list command. + """ + # Lazy import the heavy index modules as most list invocations won't need 'em. + from pip._internal.index.collector import LinkCollector + from pip._internal.index.package_finder import PackageFinder + + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: _ProcessedDists = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version > dist.version + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if dist.latest_version == dist.version + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, proj.raw_version] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..74b8d65 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,172 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional, TypedDict + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = ( + f"XMLRPC request failed [code: {fault.faultCode}]\n{fault.faultString}" + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, TransformedHit] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..c54d548 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,217 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + try: + requires = sorted( + # Avoid duplicates in requirements (e.g. due to environment markers). + {req.name for req in dist.iter_dependencies()}, + key=str.lower, + ) + except InvalidRequirement: + requires = sorted(dist.iter_raw_dependencies(), key=str.lower) + + try: + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + except InvalidRequirement: + required_by = ["#N/A"] + + try: + entry_points_text = dist.read_text("entry_points.txt") + entry_points = entry_points_text.splitlines(keepends=False) + except FileNotFoundError: + entry_points = [] + + files_iter = dist.iter_declared_entries() + if files_iter is None: + files: Optional[List[str]] = None + else: + files = sorted(files_iter) + + metadata = dist.metadata + + project_urls = metadata.get_all("Project-URL", []) + homepage = metadata.get("Home-page", "") + if not homepage: + # It's common that there is a "homepage" Project-URL, but Home-page + # remains unset (especially as PEP 621 doesn't surface the field). + # + # This logic was taken from PyPI's codebase. + for url in project_urls: + url_label, url = url.split(",", maxsplit=1) + normalized_label = ( + url_label.casefold().replace("-", "").replace("_", "").strip() + ) + if normalized_label == "homepage": + homepage = url.strip() + break + + yield _PackageInfo( + name=dist.raw_name, + version=dist.raw_version, + location=dist.location or "", + editable_project_location=dist.editable_project_location, + requires=requires, + required_by=required_by, + installer=dist.installer, + metadata_version=dist.metadata_version or "", + classifiers=metadata.get_all("Classifier", []), + summary=metadata.get("Summary", ""), + homepage=homepage, + project_urls=project_urls, + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..bc0edea --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,114 @@ +import logging +from optparse import Values +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.index_command import SessionCommandMixin +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, + warn_if_run_as_root, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + reqs_to_uninstall = {} + for name in args: + req = install_req_from_line( + name, + isolated=options.isolated_mode, + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + else: + logger.warning( + "Invalid requirement: %r ignored -" + " the uninstall command expects named" + " requirements.", + name, + ) + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, options=options, session=session + ): + req = install_req_from_parsed_requirement( + parsed_req, isolated=options.isolated_mode + ) + if req.name: + reqs_to_uninstall[canonicalize_name(req.name)] = req + if not reqs_to_uninstall: + raise InstallationError( + f"You must give at least one requirement to {self.name} (see " + f'"pip help {self.name}")' + ) + + if not options.override_externally_managed: + check_externally_managed() + + protect_pip_from_modification_on_windows( + modifying_pip="pip" in reqs_to_uninstall + ) + + for req in reqs_to_uninstall.values(): + uninstall_pathset = req.uninstall( + auto_confirm=options.yes, + verbose=self.verbosity > 0, + ) + if uninstall_pathset: + uninstall_pathset.commit() + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..278719f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,182 @@ +import logging +import os +import shutil +from optparse import Values +from typing import List + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import RequirementCommand, with_cleanup +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.misc import ensure_dir, normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.wheel_builder import build, should_build_for_wheel_command + +logger = logging.getLogger(__name__) + + +class WheelCommand(RequirementCommand): + """ + Build Wheel archives for your requirements and dependencies. + + Wheel is a built-package format, and offers the advantage of not + recompiling your software during every install. For more details, see the + wheel docs: https://wheel.readthedocs.io/en/latest/ + + 'pip wheel' uses the build system interface as described here: + https://pip.pypa.io/en/stable/reference/build-system/ + + """ + + usage = """ + %prog [options] ... + %prog [options] -r ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-w", + "--wheel-dir", + dest="wheel_dir", + metavar="dir", + default=os.curdir, + help=( + "Build wheels into , where the default is the " + "current working directory." + ), + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.src()) + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + + self.cmd_opts.add_option( + "--no-verify", + dest="no_verify", + action="store_true", + default=False, + help="Don't verify if built wheel is valid.", + ) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.build_options()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option(cmdoptions.require_hashes()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + session = self.get_default_session(options) + + finder = self._build_package_finder(options, session) + + options.wheel_dir = normalize_path(options.wheel_dir) + ensure_dir(options.wheel_dir) + + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="wheel", + globally_managed=True, + ) + + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + download_dir=options.wheel_dir, + use_user_site=False, + verbosity=self.verbosity, + ) + + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + ignore_requires_python=options.ignore_requires_python, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve(reqs, check_supported_wheels=True) + + reqs_to_build: List[InstallRequirement] = [] + for req in requirement_set.requirements.values(): + if req.is_wheel: + preparer.save_linked_requirement(req) + elif should_build_for_wheel_command(req): + reqs_to_build.append(req) + + preparer.prepare_linked_requirements_more(requirement_set.requirements.values()) + + # build wheels + build_successes, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=(not options.no_verify), + build_options=options.build_options or [], + global_options=options.global_options or [], + ) + for req in build_successes: + assert req.link and req.link.is_wheel + assert req.local_file_path + # copy from cache to target directory + try: + shutil.copy(req.local_file_path, options.wheel_dir) + except OSError as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + build_failures.append(req) + if len(build_failures) != 0: + raise CommandError("Failed to build one or more wheels") + + return SUCCESS diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..c25273d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6319e788b879c2f861b980e30716659693bce03e GIT binary patch literal 944 zcmaJ;&ubGw6rO4JS54Z`+KU8biy&-EHmCDjDMY^K{R*4>H1n(<>{#J2}zF{r? z5G^g7u5H&7&in@7q2Ot~%V|4?{OVr2%Nk@ZyYiw*NH~{VeHB<5+6 zPIDe3N2$gL@3OdoXEKBXiSkT1fD?3#4n=m(Sdoi5X~*cp?ERjo&PI}5gNJH83-i_g z?_uFrw{|73#PrR)By+#bOx`5s0qv34{8yc&qy`Bn_v;~Hf=Fu6#Cs`5!&C?@%mk4{ z@HKxPKD_Ndc>cue^m(%#OZaRG6T*6gxi*h?l?jKnxVf1&L*38)8d9PO`iM;0+p=ka6*| zUiqX~zLwWdH-}|=VAx|Vmo-l-!*X?CRL?Y2y7I0yEN%>xjR`zQPp!q&1d{e|l6Ia% zV%L2TD|VT#pI4U1S8}B1*8Q1vdin2uAkl`CNoE@SQ)+#W*s{PSLBiOI+CeuYci9?* qVo%96_>2n};}O~(q5C6rZ-lnS+A`k!vT}7?0RK(Bbf$ureSQHS>IS(0 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7be30665388ce5ada6bab2dd51dbc3139287f316 GIT binary patch literal 2896 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a3a96f3fe862bae246df6042e60c47a862c48ba GIT binary patch literal 2284 zcmaJ?&2JM&6rWwM*K5bdPKgj7g{)8!H4sNFm(W(IK>27(LsURjSCO`B&p2M#FJ{&d zyN!gZ9B3~bxk4{3%0Ey}`~kg~rV`Z(RHTYSZ>FKD)KlM^jZ-^7N7|V;Z{NJn-@N&$ zR4Nb{U!Hl~+LtBdciapH?B!T%!g7mHLKTnrilz9fr7E~ry^OC}nxr#c*4Hgv(wdj^ z4a@NJR^BgI1%)t$>mZ-?#{8mHRESDW6RIy0nq&G(CN*P~Iz~1B2X3lrQo8W@+)4Yy znUg0z{&4nmVw{U&Hw+xFswCqLCkO+#;dpMB*@5FTU``yXieCFN7D$3#cO%>S&#n3rr@V6lA-Nt+HIR+7@3)41#`uv2b88E>S1rn9lWS(^jm z7GcCvD6v$kSQ(~Km1UW}1O7BsnpxIX)`hJc{4s#1Eo)YuW~mMdC{P1FmFAlUEdYP4 zldp~?@e60|s1vusK$3GQDHy-X__R-Cxv4Z zu9gWU3qisUc?Xb3%@jj`S&1ox=rF9|v=f_c0eE%eLlU!`c^x-cFafD(Y)Ey;H*|1z zr46X{;X0&XMaA6%=UI&K2B^no*c?GUZFAI0!)t*Dk#x69pnzYT!8HL;0{XF=(5jwf zKz&m7LTEBJ24zQ1+)6b3&GG7UOfW|XRaHI?OOlmt3QU-3^4E~H0~^aARU^Hndr;aQ z&O_~$!aG5isKa!f^b4diadYvT#fRnnKbQCSjElYM#Z{Qg`+qHO#UD49zFq1WGrc`C ztH#WYrAL*?+uHZW9pj-n^T3>0tsJ?LeN^6eoBc9%^vC%A;=RTDOZS#mr#@LN&-RR2 zK7oGgP1)}_J`G7Zy*#c6J=r{xN~6UZm+h2IStMo~n-Mh99(Wnl@Cr;-O{R+PLdNSj z?S@IpDF(dI#TKBS`co^la%# zWwM`zwXc(%d-^$~46TAu*kpQex11Ya_k4R)-grV~b3-jfxGRo~C8vnk0Ki#SmPJ>vkF3E__=h z*3wjsrY|wxORIB~9|Duu;lvb7{fwe0zmWq^$&shz*x#zAsLu#aMWT&A*4}@v?^H^? M?T7v%u*!t|3m~Rks{jB1 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..6e4d0c9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,53 @@ +import abc +from typing import TYPE_CHECKING, Optional + +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + + - if we need to do work in the build tracker, we must be able to generate a unique + string to identify the requirement in the build tracker. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..ab8d53b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..28ea5ce --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,158 @@ +import logging +from typing import TYPE_CHECKING, Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: "PackageFinder") -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: "PackageFinder") -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..bfadd39 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,42 @@ +from typing import TYPE_CHECKING, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: "PackageFinder", + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..45a876a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,809 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Literal, Optional, Union + +from pip._vendor.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 Request, Response + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional["Response"] = None, + request: Optional["Request"] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class MetadataInvalid(InstallationError): + """Metadata is invalid.""" + + def __init__(self, ireq: "InstallRequirement", error: str) -> None: + self.ireq = ireq + self.error = error + + def __str__(self) -> str: + return f"Requested {self.ireq} has invalid metadata: {self.error}" + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List[HashError] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) + + +class UninstallMissingRecord(DiagnosticPipError): + reference = "uninstall-no-record-file" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + installer = distribution.installer + if not installer or installer == "pip": + dep = f"{distribution.raw_name}=={distribution.version}" + hint = Text.assemble( + "You might be able to recover from this via: ", + (f"pip install --force-reinstall --no-deps {dep}", "green"), + ) + else: + hint = Text( + f"The package was installed by {installer}. " + "You should check if it can uninstall the package." + ) + + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "The package's contents are unknown: " + f"no RECORD file was found for {distribution.raw_name}." + ), + hint_stmt=hint, + ) + + +class LegacyDistutilsInstall(DiagnosticPipError): + reference = "uninstall-distutils-installed-package" + + def __init__(self, *, distribution: "BaseDistribution") -> None: + super().__init__( + message=Text(f"Cannot uninstall {distribution}"), + context=( + "It is a distutils installed project and thus we cannot accurately " + "determine which files belong to it which would lead to only a partial " + "uninstall." + ), + hint_stmt=None, + ) + + +class InvalidInstalledPackage(DiagnosticPipError): + reference = "invalid-installed-package" + + def __init__( + self, + *, + dist: "BaseDistribution", + invalid_exc: Union[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.", + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f51d862ae0d661ef03f08364d152a34919c3f15 GIT binary patch literal 235 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0aa6a4081e6505681d754b941e87fa1b8c9885f8 GIT binary patch literal 40651 zcmdtL3v^r8nI3xZev$wQkOcTVe2D}_QX)mYU)F<^D9N;9$&ST1p&{Z(0!@O<0c4p7 z>Bye6Lpi=R)y#~jaZ=NhtchHEI!fEyD62E8$#mM~-rGAD5aj`k$Q`BQPCIw4-UXRz z^SF=R@8A1801%2ZS<`#hx<}%{KKp(4{`bHC*Z$A{Tv6c^aDCnac6X8PB+9#yjq1`7F~_Gu7kOENq?j&G^UtENq*unW-JG zWnuet-ArISFcTaPvS$aL>&F{d*g4%e(=^^R(>&fh(=y&NBaVwK-ZkAi(>C5V(>~tL zp54E4;X@je!=n(m+3GQNd{ ztEacl42%!3uy1;BX508S7WPjM&1@gv&cZd*J7#u{?_}ZH>0L9s$9J=E-SnQBz2kdX zI553$X8-tp77k7ym^nCpkcI1~pO`r`e#jt54%v!vY?wYgb7cI8LAWSH8h_6)e$*&P z+oj?641A`>MshFIee!{Deb@?2I%^ zp-79G>w<|=BBFFM(kh+2V2`wY%`$$#?a?Ozij9g<<{cafpwde6io#>ZIBPUPJ5 z9^i+r@uwnPl3VIz^>(8VyICkC9Y+gFJlg5`ntA-RWMkzwqkOMg{ykoeF#b7~)`zry zHEsN97Pkd)TeY||EN%dCgIe6#$TqY$#M(S|!5Z0))}ASdtB{UUuaL3>DbLOuL%Wi# zPtRUXL}OB1l%?r#LW+oqS@HDz>Cs*>8jDCTOYy&^u8oBZIY%U%2v1IjEVeZ$A^!c934BBbBxHdNhx+lO62UL2}us0pO$jwQ_(n{pPEZVXJg^%oQaYxXD`no z&GJkPk*L)fpOYq|7ow6J$CK%7_#%F)Cd0AWSadQx9ZgCTvG9x(GUh5rV=o~h@+`8V zY|cG#I2@OhCls>Gh2^*uGUpl&OYwvfe`s2k!jbvWSUeG)o|Ymx|50>Gj-JO`&&I}P z6C<;iV~ADi{`@6LnjVQxOVno0`%El;d2Vi2#<;K)^rGTaH1^_=S=2R|n3Z!b*674E zBB}p1N<(3){YW?#iDJ+sBvg#d$}{1_k=a;6o}ESn1}F9+eqCpzusnI`%;fAG<@2AB zsAiNtElU?9S&B_cRI&SPSiUGFPR}PUv0=0D{upxAN{dfRU%nibr5P!fKz0Z6o|?UQ zQIhfC`TX(W;ZqaC&z&6}J2Uze&878tIDUy$?4)UqB_^h4Y2e-GFGr^%6EP_@BD`!mCtNXv?BOtm-6`UFn$3}T<&u=R zB*`Lf;>GAoQVht2Kv+~}T8zfU$=R7XEEu2+@k%stNeqhw3|(K-h=@Qhj+1DieKA#qz@g0PG@djVK1LAY&Bmf`^OXzU{E3a^V*L7klmPtD4G zGf{vW?vwJYS|edYwgmbMn=22Odqk{B{<5`lbzgI85d)-2@J#@u~QD=79U9-9;Ky4qj4b& zY!|_F@fws-<}WRlloc<`%4}|^lH{OPN0cMx4V84Gy`nN_Lr%GqdhStstYDO!d1^Kq z%b8}vb2$_6bIuBU1niZw0Zz`(#<5{Ur1O_A%5Ey{Rj~CLb?XRO4Q(26TH!R~;x8^8+4KD2v!|2}upozu=i`!$R-f+&w7&HGboBi5a|~p+^$!d_ zACD%azB!J(;?K`T=e7Xou;F2U+rl=?ElT3V1%}%C=jL+_6C8^YRF@(%c^^77gunRr zal0zy8yhW^_XB-dw>RS!({3>v?0jS~1)WP34{HT)Q?@pE|Ue<0)UPW!tNc;v8DRp;G8py?BL^_!=zoyvO8X1#S; zuRr7MNP9aFK$eQie5K&_{_N26B--b-Th*zQSuhktk3V&i8I=tKTC%X)|Pa;ygR1CcS3q;)zBmtDRFm42uXPVOR zs+L>O=poBz=CFQd4$xbl(Te>ub2vUThx0RYxaJKYAndeaX_p)expVdjM%_$I?4o?#ef+w>SyF8OKhc72)a}E$joTkWCX)AqVPM)0t(U7ywhhr~- z#;L|S1+g)4Stnm|l}enlR&!NzAonP4VkR0#=E+OBK*^%iQsf@Y%sS1Eyq9hV)EiB4 zJdE4dgseBXY`)>R?)Zl5>S#95x?+CYantdZD`l?9R@5$?ee>M4b6@|$)sbwlZN>j~ z@MiF>hLpKBThqLJ_QtvE=f3fUt79dlTDn&fZ_nSHf9or0bEAB+uuX*drEZYxui;q- ztB7ITgy}F(X&bUy0A#=MJ%uzFw}LgOjF=@`#DYJoWS4A=Y_~~{h+T3<9Fj|NvKVK? zbfGfh0-NBDxTT7SQ>p|rVN;k8bEEu>4hS*>o-|Smi^3HC5LvZt zQQ6cBUv7_h76im)U}ljh^64nHECtbuv`qLo5nfjc7mo!muEqWGqRO!GGRlL<#te

    ?JONXi-}47tdUpy*wQe&r4!hj7tgaEvPe$oas6rjfLg;E)hk$;8l1L+^_wjCX`bshc|6b3oHz=OGdW14EQntf=u4Ak(Ob=yWtO-;V*sTi`#+Mta$M zNiTQgtZqKhD33QiAU@%Y&%PbqYyIID1= z;_2bj;`XiEifU>jwzf}2eOPEjp0z=3(P=*FWgLX03xYXQBy(0|zu|n4V(?dM~uR0aSiIdTdB=x20U6Y-dl(-S(gkZ)Q zBEN=C^-?bz;zmf)V4A?tW(=J z#;WzIr5EiH&w~9eA>u80haDTsD(_&O+O;ul(HN=1+x;rAMWfjoseasO{;IGAxl(O{ zsBU&K*-x3d(2#RrRLCoflG?l4((qh7a#cqZDH)1I-`d4-$(%c zHmdDHey8L4vwAKyw7@VtB!QwD1F2t4QK>Qz5OG~FP8!b%X9P{I7YzRakc?B=MX~pT z?u4|A5uHrprI2bMC&N17!iY+RZeap(MQBIW?BOz864r51T{i@DpeK68h?IaxD%48^ zC&;269^XTxD#$wGg|&WAMMa`L6yX9mP+Thc3t8g@lJOVzte0qUBFms0h|d<2%~vkX zi?et&v`1nyR<>Upy---55?Mm8*u(qV16m(+Fz7Z^Thu{~j_ZnRR4!>CVi)(4=&!UX z=v_$Q7sDXL;u|XC{bgMz#*sXc|r8TyiOjDCEfd=Ls6uz2a-O8ASDKd*Rn@U zI_V9=jKWSf7Dx*~kWOBLw3cQNvVlEf&dQmXWc}Ez$bwN&yE@5AwdU+I;mO(f%L7}J z=Kf@KF6maE=_Ql3s+5p35-L@n3|x_C!3Qhc9^>Z3Zt7Rg5c-9&S4`Hk*8sUp6UGW- zBopC_aj`pjnA6TWVJmjamt!L2a)2Yq3&p-ZMSw_y6u&fkMdM%~9;Qk{IVgP1f~&y-M% zTY+G;SFMAjtf9?02Sk|)vrcO~SHT}3NhH|i!k7_CaDyS5P#L0}NqQN|w>Ws^1VS<) zKAC6&`SWyZr5hokoEftBOES?FIlDS3GHq}&VM4i*Gm8&Rzb%^A||FD z19^Tio^xpGGI@}))KL}=Lttzm5`}n+GRmV=%O1+oJVCt+PbMamF~u9q&gidE39*Hi zBukhrrZ3A`zz)e!Ctj3iFVE$idL|}O&3W_)rWKH%r51_8kO`H`L^H_Pq6L}ulaO0J zN8!zMW8H#|iAFbPr!ggMlq?}FXJPP{tJL08d2j8_auy~_lV!^7QL?Fevp7-CgtXL) z^CJ}ss*;!*G1*YeloTa?3l+qNO^h?~3%O;@_6 z>u$~NTL+d#?)w{WJazr4RM(z6JMMI+I*+7$M^o;j4_uy%tMRU@FzTW-%kq3?9+fUwn@~x+?J-KvzdGaG)?frn532aLTw%vX{Rd+b$J)HGa->dIW zd-^}|H)i}>(*7;k+QHk~Zg-~qyYd!OpgJ#@Aa=G3-T;Jni#He3p5EKOKl0oiIF@bL zemj!caV)*#SZe$6RB&|Js#pJPs%~G(yD#eruAF`Q+|6@o&!$`3Zg2XB`}HheO4S`r zd5@w8zcqW;)0sC~t7`8zwyt)3x9^?4wZ^T>!;jp8zjO7O?~cDSzUJF{`)Fq9czWpg zUElF+%g#II%&yV&uF=%a6Cbpunocc`+;8m2H10?@?zm%3H5^R&4?bw^%(M=rTZb~O zBk9(WwbtXymD#$+8(+Qt)zw$-)$Pbzh1SmRI^J>I>df>UOZOaG>ls}WPb`l={ZtHD-X5eso;Bac|kyOo5Hj#XwZ`Y=LyHf65Kk?MwuN}&I1DYs*-D0Y%Tsrm; zqh6P-+eR-woE{oZZ5v6|98+r8oc3?N^=!&FlyVO}ARRz^+S{J-_N2W%w|1_1w=G#d za(T10O)ImjmhZaWaeccYRolOGEE{ZoyWwWT>gV2SUOK^MC)2bw-Ly5+v^U+f_pWCz zgM5LZTqlvL8Mr-kr|zEp&?nwN z#@m+mwyhpZd3sa!-k&{+8-zgbr-Hev_7ei#E$P6PY+x%o)>!+gV5+Ijn~?O2IPsT% zT2*suK=`)<4NrPZ|4XF-_je6rp(>eZUHJ*R5iOguO-w{)Cn1hE0twk@!vQjrW0XEb zH)85#;?#2H^Ru(lvYnpC=|+s9?4%o$n}3Bu#5!^5028P`Nsn}!!C!nCx338gjYf+d zE2vgne)`7v_3@OrbFF6A)vE8DI&=NTtLX|>m=$8MT$~@JO_X^I+^(qRTFg$Ot^sRQ}1^T_U{dVBaw%bkV z%?BT`2;N!hV$P{iH1VAE60;*F6PGZ&$%OU4gkXL{dB zn0nC^#kgvMbqyTIv;^x8qV~ZCf(~U_Y33;_FQ%wV@r0SY!c;ZTyYS&;UAhzopL1Tq zt1GN3I^E6G6AF8y4j|J$fs2@-7X(N|r{~4Xb7bG8&PtS6E6ofGEF!iDt^=aJM5H(j zv?6S-L!41do;b#AVwAbS3!#3lZt29!X{te$?dX*Ez`!Fu3G*uI6^d!Y8<(*v1XzZ= zh95bMTQcyttjU&wl&>tJo>-qUqI>WzUs+6=@H0t#je3!^nWS&)#A%!q4208#FG4rE zXeh9>GL*BldQYk6cMLZSz={oKVP5zH(-niffU3Y6vF(#6Zz#u&{aYD99;cU4<@Jtz z7p0i=@|=7i*@Gd)k_X$Nth@=n&inVlUJaUu1N~ZF*r*C|+I#<#@UyEzs&4cLU%2h~ zrfFsL?XjC6Ko1Ng9b1uy4gp!hTu>h}t4Y1M?KAdRRqd>&Oj1-T< zFfUFUI8dx|aYm)?F{3Yk1DXF%{Kb1Q=vRe@-GaMXF&)Vp4HaFVxIN3xuRoP_lR1jR z`KVIx`j=0vd0JBTmIn<@DRbaKwg2kLY_;#|$sgCWEIG2Cz?-jJdu7R-_4wXge0`B< z$cm~=MQggE^;T`FqV-~|=I^;fS-1azy)k2NPuts9 zM?bXp=W9SjJq!qTU)I-k&Hl(L_ya4>HDCLZ{S%vWY1eNo0xV9v<+*F?%GM8E^E{~E zm#IIJu0L`g-FB_H8?&&SIeG15nqX+HZgkB(3R0U0SJ1Z>*KeMB^%UOH5&FdLS~~G{ zPuA|w+AA~mhP1sQYxmu^yHaj(&EC3tGHu_IwbwnWa#*bST9Ex$pJHUyBt}lVOiF0I z9|7H>;TfojV2o}YH%k`D8ZnV{7Ed3e z;t+JqFnmggi6d)fY03l|e3lt5#%@XcJ;JPtQLcn6wr&+?&y)2@oTIdnTm`Rhf=i5Y zHEg94fWuA&5t3Hb&kl@QLqO>uM^ zq18@8jK3p1G@C#;gYyutKDj)!W^T#0b*0R~m7#m)E>6Z$fucbtVx6w_FX5&SIv;Wg zL(YsqOj^h+S(P|T#0tA^8_Yk*h{VogFBm~Tna3SPF%HBy=dD=2-Do8Fr-vYkVpha3 zODiTmdbPb@JU=hKaJtY`wx7((Ce8!RkP?-f0==M6D@>!$476$go{eFDB0B+C*fOhb zY}jmvgB2t*^hVtpv}ig|#p?0}VsI`eq>`4pLobLk5V6ii_+&Fogc&A_j7hTj);kr? zRTlS>8JUbt63SIC3KP7qlfv~zp~2?Lr*HGW#T^#;(cJ^?J*FnY|*MX9Ap~ysIqOshyyeY z7jg4dVwb+36s@1MC{|K7x1&%Ts>U&^!Zfh(ADwSH9Bn{xN2e7z5R zt*OpEY2Tiddr!)@=fS4Eq=|3OHgwW&;6ZaQY2+I?zD51oMexU9kTjM>Fj&@XT!ld} zB8FrOJL-@inLnhE7h$)3oJ0%ikEI%G<>Ku&+ zF=|8`%fr}Twrd(bDp5K2L~{T{j`{{y;x8@Iw2^YE@~ zXd&5NZoW%0(NZsdO_D3FdA6qPTiI)ZrYaW7@GXPbLz(pV1u_>aJ${F7zfZT4U4sxX z!@{4VCNJTM#4Tp*8tz(4-vfUj6@(~jOWuMf2v@|8RLAag%bvWAp6x=gHPyN!9oU(7 z(6f_7C@uJiEUeRrI^8gh^h7F9-pgB3Ll?}EO6+`95s&1BL1i_b zy?FK&<+busNUK7czbLH+vDJvJ#d)QgT=m8+E6Ejtr8bsjsh9!?W~7e7@-Z4iJP*Po z!q6Xf}Syb8)!SKv$2!MGq zUUlkwn>rm(j9aey6O@l#<&1o^yp{#ylqM2WOXzC$MVLJ=kgcT+R-1J6#EJtiv@UP~ zdl|$30kC!iY7XG9a2ZNKA?pftw*0U~ks;QvYn;fKTp}@5)tzFM2#E`ATw*upn3;_k zbirZqY{B^_ZHuB^g;SrJ`W32EuvwQU$&ijTNlXj?ogfoia2?%-9aft=Z1teURBJ({ z<|r9Ol8qsC_XQ4CFBElwiwj=hCZWjHuT>cDKcm704!^w+BL1G&P=Hp8>Qb~|3N=kH zsL&Cd?JVwLF$IZ@WcG?8V2}zb2w6GEUct=ctQBq=+%jMdnVI04pRI5gb~xuD1zv%M z4=4Xjlhg5XOMur*&@EF#aRPYiK3#mfvraN-O9nTt;eMX)7=g)(O#11dsZ|r_+ zZ0X6Y%b#*J-Vd~KVg6cRU}^M0a8o9@BOTna7TmQ|`4dky&Prq(LfP7uY<*X@ZD-aO zd{klcI`e|f;pCW?dRDY7X+f}M`913@3e9jb&yqq%;f~Uja^y2I)pivvjfT?OB z`fUQ#Nfd;IXuZ(2j}x19O|SxWt5%>{)mXH?9nl`uW)w1mOisJCcYG$&{* z*#*^yOAYJ45hK(J7G15dV1#-_SyF0!bjpBw^QLVQiXHR^N^`|@6zZD=D|kG^8?FU2 zTCGH@c9@jf3YM51?^vm~sD==$5?N{#e&08%rc{fLgr){ra3Ht8Ae$0=-=g;Q4Elwo zXk0X3;UUwajlv;o@=0wmagjD#W@SlezCDrU)JE-t3XWq%LRgwZvl|l(4Hn5`=!eic-2f^IaSRe^HtTwSSx9|0&&= zjCc=)$N~b=Q6>gva!2`l6#Y+FG~cOm4z^`YP$f>CBh6KDv{cYG!wfmYWUg*f6{f@? zb&9A4C-IzJ-H+uzre=t#%{BAZVbD@`Y|4sGgO44`WbfZ(;QyFL`F}+(fOxz@Q){Mi zXS#9c-Nu7=hEnz*&ij$I$CBe=wQ$IA(y-Qc@<+})1FMI=6Tda^hr8e1{q0xow(t0% z6Jpm?+sXUB+N`@K<8Fiy^&>W4Yu=sN#=g8osAyUjOcj;uCX3&>WPeyGY&~YUCq9?n zGV)Gh^~<+fKWP2n<^QSg_o`A`MpE{swD{cp&=c9Z-mI_g#=h(On7V&+I=C77{T?*7 z2^JaN+Ene(osNIe|AYQ}p3#(j^yit>+Bv2;n=;hj*BN6mlQlYyHs< zGww`OU4-zo{dx&#<8cUY(WsNq`kuQ8Uml8{xUBU&(;AmSbn@>Opfzhb{jr9+Y!2Zu zdSpVqWzdp}P+UM{<&lnTjF8Q|ZK@WNUUI#9Izh}9yUN+0c4pBHvLHr zsWqy`>RsHP4zr~a$vO@i)PbT7CT+@R$Q<*eXAW0@~l&j^Jl{~m8^1hx35^poOGn~K^3UY?)TfJ# z9+zL1#@&F;j%{PCy7*(1){lSG{vgnN0Sw zL=?vNaNRW3KSH!4)5w!~9TAqjh5R|w6*H6#o~D~Au+Ytrs((Wdv@r@#UkT4c5v*yQ zXMwg$>moA&wHBok?G&6=(|Kt!OsDCX0+=hdxg=fNAh<%eRE-aTJ2%VZDtdaoD>(I) zAfwzHd6)+@K88vs4=G1qji#C7vMuJktqdJmGeeu_@r3DjDmY-Hq+2i&>JxF z9QLe${dop49LNcFm2H)ctdMO$fKTpRS`xRyb7N78agY(a^ZaQGrU&4fh3ToTdj}=8{I`M+c zW?F9wZ^I!{;d1~8Sbh?q90S4)MfeC6j!pPHU{|RUJiOM@*la@DL$={mi3%0yJ5UEZ zGl@DeEU?IkPU58zi#9~EB-Lu*!^7k)#fup;1a~;RQ`(_&F%FF|Y+uL*p`;47Fsb@D ztb)~hA9ebtGFa!v74`oP??XC!p4tJ0C8@V+-l8 z{~NB5U;ZD_1^GAWwi&ma9ol%-HZzBoFHszH-k=8wIVn6QP#tlc^7kp#`7Ajj8J1-j zde=}r|CnMO+=~w7dW9nADbmU;mE&MM;R5J&ie`lCc?uC_8>-->>QTz6feGs?`Ffm-SzMi4sk7a+J5|)w(gEwCx2>QB4iF0fLiO@&rHPNpcEx4Y6O& z9sEl~CmYKUsT!62fQZs(aRX7hPpGZW)P&MCp(W@2+TcphH)fYy*=7+s{l+FDQ8mpz z443!6zW)<{aHWGxVb}cKOT&4iv!eQeKbY|kr2PZgK-=okOvk}=$H8@zky&llRWF`s>wTj}1%hpa zK-iR=*A{32>q^>3eJ7g%6`sQnXAMcWSj4gBe6*94D5sN~%D`xue4QALxQHrYsNxm8^&o=87}|eB;UCkj zn{KPP6>Dj8wdD-}lA$tVTt4d{4Ko?004c!exHBUjNQ(#VBw;F#v3)=m;REU5Kx**V zTJZQ%jei!7re-9Wo2EGo4m;=ra`1^wUc60 zWuC{OT!jkM0`nmFi_u~|EY^!yC`z^1DyeF!L+ia3;A&K~&eW&{xv6HKH~wo(5&AmR8Hs>a=pcg0uijv!XVCL2NKG5UGJWwq8rEEl6!ZY8_G=i+U44Oj9H% z`4QWUp4a2KCDI_(Ng^9p>NyJ`tr2OhktUeSHcM@A*@-fETYE%Ad^??eP}+ez<7|C&75aamFhB5IsO=DN7}CbXBYwO>Xx#qdH7v~BBc>hB5g<4 z_ilATZH&>VEOW8p8PhZp?Z&PJ(lk;(_!H?CHAy7XCTdzhriG-vD|qw#5(noY6!7JZI)c%x0Ke1*9u?2s?>~ciicg7`KW6B z;<4a*eGNPzQBphx7sy;8(t(($7%0!E`A+Meg*Sku(&Yb-Y<$4_Xyz`kgkfu-+~S~h zfyG10556$9Qrwpmtu?lI;B52{D9kGPYYMStMiuMsMY-sNn2V&pczQW9rPDg`7m$oK z)m&uh@=1Mvwmy`p-i*g9fJ!{^`NXT+qjvmTwvl7?9K$Yr-R$G4LzBL z-RXwi+4jLq`)Im-w8ZYENQ(@}~c(Tpkpmiz1l$ z`}BUK@VY8I@c1CCNqgE-_BPH^QxDWj>rFpm9@m?40t}^x?;7R*h>|%s_X{u)Cr8>F z`uo2lOR~PWzl8;Uhq~)WCZ)UWX-|8`vo)<7pUPB4k>CYI_&9Dt06oX1J%v!|r5g~< z^D&kGGqM0G&*6vFT6oxrMf|d!{x0>DOc~JA-d#)PjJ+{!Z~V|6`r98`^pOp%lZimt z?y_NEAEGD8K=Hup+5bV=VI{u-DSQ8amk!e`<(N# z8A^_CSk;AzzfZ$M3zgY;Fd0r?I@rgtP$oEfFF3k1dcV4P)sd?1S#$S1Gzs-542tQ; zz&1m9JVX`#dMp30P?DbuDxKyVNJ+LA!zDNWz@2Cc^&k?_=Y=c3Bkk$Pc=n_{ds6m2 z8)qE33l}|nU47=Ff7dv6R{jO`w4{@{Ae2GnZRL_(#a(}F#y_O)b99j1v4_w>Q`+A2 zp?%xNuKz7yS~lKnUo3eQw#Al$PLcBKAD12H!L(;EWgpzw*o_^ zVf~EkKcGQAjShecvI?7eGMzi`cJBNy7PHU!lg^!KZ|kyQdB@6*tf%IiflP2uI=JVq zXV0fFPx56ucfw4`;e{T>=Y&b6w|4pB*T0&wH~;*R3o)$U*TqAEotY{Z?c3UPy^n^A zPW%)L?zJgFHsvb!fruhuzCI;Pm=EMYt(9Deb(Tco5wYdih9aB&G1Zj&DHM=t;0jng zg@CQ3*uTUr=VLZ!+$daiq{_UEaGH+TP39H}_TLN=#wbFoxkMr0n+daAoD;`{wafsKZ=p9iQ#cZlBM8Y~#|_ZP0LO`eft&h^@Bn7R z0dy9CXI?4B)Y5U{d%4(yaYZ>7R~)ncC4+|a z3upR%><=!%2b6DR=&q*)9*}O>uiIDrzf}okUdGpP*VjR&kSDL7Ts42_?|k5IxG{Ep zY<1{Ee|Nq@sHunY!dtiEzxIl%<>UHu6W&8M<5nbY(8Pnw=nJFsfr>Af$VR&S<_|Zs z+X@i6Ce}l73k2Y4z=M3jXS4b|gQG58lUjwNf(5E3RS6b&hPjbonU6s*4; zZE{a%ZoHX_^*2+j_P#j_fJvS&#r9PsS<+BERbIMnZpiTOXwr_O@~c9&s%H76m6uZ9 zO-q)n%e!LE1bWi=@9KfTr@}|yqDTd|-rjVl4pVHAy3Qfs3wbeJuote-CFb#TvJ|4nV z)y4_NVY4yVRpC=F+_o^LS5WrcK7`}SNpqCwFYq#>#?nbFT`md*tQ4 zp@;)?J4!bntstg8Wt#~p-BgJ4Q&KV5mBL#MZCHvbK^KFTlJR9T{T0F89GU~Ns1)iI z!N~2%T5#{R$|dWvHS4PSt>+Zic&;u6ZVb?dZq?qdz31Kq#F01K9D)13?rcqare-Le_VH{M)*;U<4~*VN1_4u@&Ni8 z`bXOlC_dqr11UD8Zfr_~U=)BsQSE}L!K~>OuyI{Ayb-{*QU=i!Z9P4-t*{N{84WTZ zgl8bbkTJyUF!UqSPEESV#NDH1!KcXW1L1eThnFU~mTran1Dkroo3TFx8Z&{xbYSrIfgcX7 z1&%L`!ukmOUDjKl@wS4zTn&Bb?akYSnqKTM-g=lPahd|>6WAA3NQ6){m9&*H%Hsb< z0JJ0S{3{##APFBD6JkuZ#OEm|T1{ZpTb${{Q@0P)EcoOU^fdJMu>5vP3Y%QTkk z8eAyTHJ zByv050#ryLHDIMJ$OKQhN-nig3&8~_n&vtXxFF$@N&dJ2%zWrAKC1_}occ7E(z0c; zI56|^-$0Mxm%u7GJp9W@d*O!$;#qtU$u59u4RV19xjDS^g*C`SDznT}LDpBZH2O(R z@SB@gVJxY4aQS(d@!+y7N*^cL2Lkb#++jCO0N==B?Tf1 zbCpFd1!Ahd0iR>kRV)S2XG&bAts2;%6jo?>$V$ymUsRzi7LJ_MUppxb{H;@dRWANTsMZ#-B?4e; z5rWm}tHdyuK}YYQ6kUqkJ75;xXepL`?ErzYiT1r<@@$W^K}}H*V;RarQiQA3=#A;@W{j{I~iYu{#zT3J*A_u<8h-w_Rkr2i!vG_ zjfRZxQ442jw~{4-d?{ITid^?`Km?4!RX?$>@&rZ=)}9Vz=ZX%GV)6qK0iCyixA6;f z&I-F}$=6D*UL;7C7L!JLXyG#MUq0)tjOlY}yIBKMm80oUUHVB!-tliCw=HRaVgFiuCixMePw{Ul)NdErJ1Jn z1#|%Pw4aeOWS@JxcP)4jHXTHzY)vmc(#-JSM!P;&$jNS_anY z2bVmb1X|zr-1KAu+tY#V$j+b(*>_NO`Vb~4qJ|blJm{{!@2+0ne+x2%ExJ=acXh_q zoOU&T^9uPMzvt@v-j=Mtc4_#>O})#GY@J9Z_nErT-MUc98%ouM@kc%E#7}kr6=p_Qe*?G2 zX%|5FYeZXlQVj$PF)t+-M4eQB$%WYR0t~WFS88F_={=eW%MsPmPTPJ|$1Jeug1J<` zD!FF161r){yJ(s_A+gGTMd4d?`$u$R7EW4DRgA!vlvawFbCik^0!$9AEtmp%^`>Iv z|G0c-XeFFPADA$KU~Nmfe#?^QzNa=odlpux8%DTj-Z%=V z4b?PB^=?z_m*)Rt&p8_5Qt*|TU-_hji4i&aVuVypV& zR}Y~N)@#}q)a15;UbmEV3XhSBYxZlla-*d85MQU)-@IHMmDlV#BR5YLl!ZOm`5C1> z<=a=rvUOvhA3v7YY!I6L^1gbn;k(almi|UHCp5P5HAAQ>`M;f&;Y*3!dJ*%;j@;_U z%(1$3-f;M3U`y!i5DD{4jjelHcNxymt+E)AMWioDz}jBJXR7)y{1}!niu2P%KBI|;fNZa1 z)0u+xY+GZd*3 z$c{num-7k40rJlSLBI&sMRgN{K_LIb^1niQk!h7zQM;=db1M1OtWW3QQ0UwVQ071v-^NNMJT~F0&(bt z;}__QUqm1jbXV-eN4S`mJynRoG>^&lF}TU6uLqF)m(G!^u*boZ(He|@Ns9C(^kX=$ z9r;38DaRL!V2Eg3215j0ziqrBTr*z9Y1eB8+>O`Dena(|@x`M|jcyt{3;5+ntxa58 z^%iQ$RYkdW1Du)q5*TVhyn2;utAi8xY#6@qTt+c<=vSW1$5rtz&1wkE{S4CzR-!cp z;7K{@R~i(W?v?ngDWZ7 zf+l4|&ORwe@$Gd;5WYjH1Z3QuEaT~apB}4m3n{+k4pU1<==K_7b2Y`38fh|c>O?+4 z8J?sYbwxgfP@%WEC!XLC<}Jkn$>v`USYIKic?Y%q98gm&RM*_7zg~Z9`*QtS)xeT9 zD|TeWU1@O_PM*Jc{MzwsZScm-^%-JGY(gtM)0$gB5;lP(tlyFe?oS8zgS{WxMQ8I} zl^It<+JzGyU0Ja`BW_KLTX|h6cT?V6;i!Dyes5qT-F+-C;NjmMS*IT|U~fvfI&L+m zLI=T)zxmX)r{EC3YSRO+?;|gc*YC)*!UOKXwbnyx-oy9;Kt&}OYF}3>bn1gM9}K6u zo?fdylX9OS{p*4IbuIVA?P+{w%Y>%~6%O=4 zhWol34b|*;;P1@(+cN&1w7&=SFcsHfJo75gF-~L+jj-psaB^7H+xmyb~KPPd_|08!}s%bFObU58~c&+K^ zntK?z@r47Y;OR*zM%f|L*w~o*wF|;rW3bv73k{V!$t*)OT6k`mb})WK=(i~}PPczY zH_{U@J~?LxuLhI%#5}hJBN~!fk<+L0@I7&vpKfNLPS)DY0-CRZpV8wDy8T~tW4yM3 zz|~5(Cn=7J-|8vERJ%;muPgbPrkBalNbV-n*B^3@Y56jwsc`Vh`6g29$bUgMqMJB> z&v>bBdSpwM2uYcIF_#{rCd|mrB_0LlkN*b1UUk%5D{R}D-E$y2u$|6MA2mD(bmlD- z02akZuW-f~K|6i*3MZ!#gaJ|OY7;&KM(3yT>=x?VQf+V^x|7aMBSQZ!7JKB!nOShm zK*y(@II{iF(S&oy)DnKtP6Fz{-o1G@vC7P*Qcq5=dJDRCf2R2Ka}t?7rite7h-Mki~0NY*{(F>bp5g z$y>B)wrI({dUCIp+^ZxTEt^+fzGb?(_$eG!Z&s2K!rSrw?Ojb!#e21qd)KXa)N0?h z!qT^C>DwrMTi$B5wA}XJp8Q@AB0)<_-s`eBZ=3Q0e(qGP(@(y>($c&dxYhAab6!C3 z_R%~3@10nuU|zIZdR8NOlWx&=@9MxUiA+t5NaG-U@4u-}3#h|Tw4$giH` zQ?ly62N&PQLCXNW4Sw#JQ~RGz?>h4-JlkbG2tVZ|NNQYnQK)T0!*;b&zh%V0YNY^Xqoi6ETTm~1M#W8^x+tjhlg0KvW3cpO zeVus|3v7kFk^9Jd`nB7`}!F(L}sS7{aLmm>L6-<-~~ z?o)~!*t}1nUJfvI2B`+cHZ^CP*o~tZGa>j&(HJ^1%T&|3zD=oKYnr*l0$!kH{cuq^_sqkiXmdJNXnOfa-A)`942SkdlZ*o2M%By6bKRbi(MCHXD24khvmM3 z{;gfC70OZks!F~-WYe?Y%dya%Qd=sGJ`tDZz-t^8*Q!NBzy+JMOXIcJD+R*pngA}&s*)t2vtd=BN-h$1_K>@W@K z5UT1|y8qnUe$BjOSQ^N>+{>odL5%tDyBb%XTRp$}<(22xTs^m9Yp#7+pa1pauyd^H z0L9>{S+OrC$s19BYT!_+=J1;HNXmSKt+%4JMg3xH>ns8{;C�F7S&yzN-S5h=H`| z7yhL{&qlr+ z;4?d9b=n@cpw1H1@wOmWVVriqINX1+AAI9%-(dd$tNxcP6b+(uI0wg3u(lD7>PqkP z(low6O_pwa2{M;rpwZaOZiJ2sWjrR>7l;{4QEV$O&tP2H?LQM(4C4uOx);7w?+5yC zy?mz`rf44wqywj*%CZWcy5+^?S5lRmt{(fyRSlEotgHI!*v~+`x@&2_^?&5?L2qR7 zbDN*nJPpEIjxN*h8@fy(!$|1!{395LsY#;0n;|7O##P2RGjF#Tz%QJesZhL{ORNx z%4dKe3TN{wsfwoZIg~+`$!<;d(yfYaqj<4gfED2)sPJ^Z;xZA(RTz)PnKwV>CKDZ{ z0WCMf`2D*32u5&|5I5IcTe9EbBen6h_1G%=cS&I(lvIEY_ylG>iysGZ|E>~4t6NCsd zQR$^a&*rh8tiWZFlKEt6_3~uWUjya06v*eRhQ3xV!6hdFTNmZQcY(=#WP&quBukLfbR&K% zXFq&7IvqI+KY$M??ke5(;g&NGlQTcYO))m>8qDRL3(B{JNNe{)5Qj+gR z_I;SN%hS>U`3kb&Kiop&4oqP%d?a-JrQrIp;AQ_Se=ImY7Fz#8crGJ6wy&jv9O=#_*fYJSlIh971;W*(2p`73w<98 zgC7e69}5RR77qNxP?drX1&(=1q99i|PPTtygC-B4eA2fYnPc@!S*M2S~_`sEQgdW;@4c@G?GH=4~ zgX+2!)5@9E_LYis^`^W9Q9zkZu(qKPI1}f(1EEJ>GT028mlAKzUz>jjp zT|YJ24BhyWgrOT0v(c5O$DjH;4FeAa+Ch&23s(49K-?7!)IL}51J{}0x-I5q$P literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf990b11b3dbec2134317093c2a1b0be1eec624d GIT binary patch literal 12527 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..5f8fdee --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,494 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from dataclasses import dataclass +from html.parser import HTMLParser +from optparse import Values +from typing import ( + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +@dataclass(frozen=True) +class IndexContent: + """Represents one response (or page), along with its URL. + + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + + content: bytes + content_type: str + encoding: Optional[str] + url: str + cache_link_parsing: bool = True + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..0d65ce3 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1020 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from dataclasses import dataclass +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion, _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +@dataclass +class CandidatePreferences: + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + prefer_binary: bool = False + allow_all_prereleases: bool = False + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + candidates_and_versions = [(c, str(c.version)) for c in candidates] + versions = set( + specifier.filter( + (v for _, v in candidates_and_versions), + prereleases=allow_prereleases, + ) + ) + + applicable_candidates = [c for c, v in candidates_and_versions if v in versions] + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + try: + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + except InvalidVersion: + return None + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..3dafb30 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,284 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except InvalidWheelFilename: + 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) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..32382be --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,456 @@ +import functools +import logging +import os +import pathlib +import sys +import sysconfig +from typing import Any, Dict, Generator, Optional, Tuple + +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.virtualenv import running_under_virtualenv + +from . import _sysconfig +from .base import ( + USER_CACHE_DIR, + get_major_minor_version, + get_src_prefix, + is_osx_framework, + site_packages, + user_site, +) + +__all__ = [ + "USER_CACHE_DIR", + "get_bin_prefix", + "get_bin_user", + "get_major_minor_version", + "get_platlib", + "get_purelib", + "get_scheme", + "get_src_prefix", + "site_packages", + "user_site", +] + + +logger = logging.getLogger(__name__) + + +_PLATLIBDIR: str = getattr(sys, "platlibdir", "lib") + +_USE_SYSCONFIG_DEFAULT = sys.version_info >= (3, 10) + + +def _should_use_sysconfig() -> bool: + """This function determines the value of _USE_SYSCONFIG. + + By default, pip uses sysconfig on Python 3.10+. + But Python distributors can override this decision by setting: + sysconfig._PIP_USE_SYSCONFIG = True / False + Rationale in https://github.com/pypa/pip/issues/10647 + + This is a function for testability, but should be constant during any one + run. + """ + return bool(getattr(sysconfig, "_PIP_USE_SYSCONFIG", _USE_SYSCONFIG_DEFAULT)) + + +_USE_SYSCONFIG = _should_use_sysconfig() + +if not _USE_SYSCONFIG: + # Import distutils lazily to avoid deprecation warnings, + # but import it soon enough that it is in memory and available during + # a pip reinstall. + from . import _distutils + +# Be noisy about incompatibilities if this platforms "should" be using +# sysconfig, but is explicitly opting out and using distutils instead. +if _USE_SYSCONFIG_DEFAULT and not _USE_SYSCONFIG: + _MISMATCH_LEVEL = logging.WARNING +else: + _MISMATCH_LEVEL = logging.DEBUG + + +def _looks_like_bpo_44860() -> bool: + """The resolution to bpo-44860 will change this incorrect platlib. + + See . + """ + from distutils.command.install import INSTALL_SCHEMES + + try: + unix_user_platlib = INSTALL_SCHEMES["unix_user"]["platlib"] + except KeyError: + return False + return unix_user_platlib == "$usersite" + + +def _looks_like_red_hat_patched_platlib_purelib(scheme: Dict[str, str]) -> bool: + platlib = scheme["platlib"] + if "/$platlibdir/" in platlib: + platlib = platlib.replace("/$platlibdir/", f"/{_PLATLIBDIR}/") + if "/lib64/" not in platlib: + return False + unpatched = platlib.replace("/lib64/", "/lib/") + return unpatched.replace("$platbase/", "$base/") == scheme["purelib"] + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_lib() -> bool: + """Red Hat patches platlib in unix_prefix and unix_home, but not purelib. + + This is the only way I can see to tell a Red Hat-patched Python. + """ + from distutils.command.install import INSTALL_SCHEMES + + return all( + k in INSTALL_SCHEMES + and _looks_like_red_hat_patched_platlib_purelib(INSTALL_SCHEMES[k]) + for k in ("unix_prefix", "unix_home") + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_debian_scheme() -> bool: + """Debian adds two additional schemes.""" + from distutils.command.install import INSTALL_SCHEMES + + return "deb_system" in INSTALL_SCHEMES and "unix_local" in INSTALL_SCHEMES + + +@functools.lru_cache(maxsize=None) +def _looks_like_red_hat_scheme() -> bool: + """Red Hat patches ``sys.prefix`` and ``sys.exec_prefix``. + + Red Hat's ``00251-change-user-install-location.patch`` changes the install + command's ``prefix`` and ``exec_prefix`` to append ``"/local"``. This is + (fortunately?) done quite unconditionally, so we create a default command + object without any configuration to detect this. + """ + from distutils.command.install import install + from distutils.dist import Distribution + + cmd: Any = install(Distribution()) + cmd.finalize_options() + return ( + cmd.exec_prefix == f"{os.path.normpath(sys.exec_prefix)}/local" + and cmd.prefix == f"{os.path.normpath(sys.prefix)}/local" + ) + + +@functools.lru_cache(maxsize=None) +def _looks_like_slackware_scheme() -> bool: + """Slackware patches sysconfig but fails to patch distutils and site. + + Slackware changes sysconfig's user scheme to use ``"lib64"`` for the lib + path, but does not do the same to the site module. + """ + if user_site is None: # User-site not available. + return False + try: + paths = sysconfig.get_paths(scheme="posix_user", expand=False) + except KeyError: # User-site not available. + return False + return "/lib64/" in paths["purelib"] and "/lib64/" not in user_site + + +@functools.lru_cache(maxsize=None) +def _looks_like_msys2_mingw_scheme() -> bool: + """MSYS2 patches distutils and sysconfig to use a UNIX-like scheme. + + However, MSYS2 incorrectly patches sysconfig ``nt`` scheme. The fix is + likely going to be included in their 3.10 release, so we ignore the warning. + See msys2/MINGW-packages#9319. + + MSYS2 MINGW's patch uses lowercase ``"lib"`` instead of the usual uppercase, + and is missing the final ``"site-packages"``. + """ + paths = sysconfig.get_paths("nt", expand=False) + return all( + "Lib" not in p and "lib" in p and not p.endswith("site-packages") + for p in (paths[key] for key in ("platlib", "purelib")) + ) + + +def _fix_abiflags(parts: Tuple[str]) -> Generator[str, None, None]: + ldversion = sysconfig.get_config_var("LDVERSION") + abiflags = getattr(sys, "abiflags", None) + + # LDVERSION does not end with sys.abiflags. Just return the path unchanged. + if not ldversion or not abiflags or not ldversion.endswith(abiflags): + yield from parts + return + + # Strip sys.abiflags from LDVERSION-based path components. + for part in parts: + if part.endswith(ldversion): + part = part[: (0 - len(abiflags))] + yield part + + +@functools.lru_cache(maxsize=None) +def _warn_mismatched(old: pathlib.Path, new: pathlib.Path, *, key: str) -> None: + issue_url = "https://github.com/pypa/pip/issues/10151" + message = ( + "Value for %s does not match. Please report this to <%s>" + "\ndistutils: %s" + "\nsysconfig: %s" + ) + logger.log(_MISMATCH_LEVEL, message, key, issue_url, old, new) + + +def _warn_if_mismatch(old: pathlib.Path, new: pathlib.Path, *, key: str) -> bool: + if old == new: + return False + _warn_mismatched(old, new, key=key) + return True + + +@functools.lru_cache(maxsize=None) +def _log_context( + *, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + prefix: Optional[str] = None, +) -> None: + parts = [ + "Additional context:", + "user = %r", + "home = %r", + "root = %r", + "prefix = %r", + ] + + logger.log(_MISMATCH_LEVEL, "\n".join(parts), user, home, root, prefix) + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + new = _sysconfig.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + if _USE_SYSCONFIG: + return new + + old = _distutils.get_scheme( + dist_name, + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + + warning_contexts = [] + for k in SCHEME_KEYS: + old_v = pathlib.Path(getattr(old, k)) + new_v = pathlib.Path(getattr(new, k)) + + if old_v == new_v: + continue + + # distutils incorrectly put PyPy packages under ``site-packages/python`` + # in the ``posix_home`` scheme, but PyPy devs said they expect the + # directory name to be ``pypy`` instead. So we treat this as a bug fix + # and not warn about it. See bpo-43307 and python/cpython#24628. + skip_pypy_special_case = ( + sys.implementation.name == "pypy" + and home is not None + and k in ("platlib", "purelib") + and old_v.parent == new_v.parent + and old_v.name.startswith("python") + and new_v.name.startswith("pypy") + ) + if skip_pypy_special_case: + continue + + # sysconfig's ``osx_framework_user`` does not include ``pythonX.Y`` in + # the ``include`` value, but distutils's ``headers`` does. We'll let + # CPython decide whether this is a bug or feature. See bpo-43948. + skip_osx_framework_user_special_case = ( + user + and is_osx_framework() + and k == "headers" + and old_v.parent.parent == new_v.parent + and old_v.parent.name.startswith("python") + ) + if skip_osx_framework_user_special_case: + continue + + # On Red Hat and derived Linux distributions, distutils is patched to + # use "lib64" instead of "lib" for platlib. + if k == "platlib" and _looks_like_red_hat_lib(): + continue + + # On Python 3.9+, sysconfig's posix_user scheme sets platlib against + # sys.platlibdir, but distutils's unix_user incorrectly coninutes + # using the same $usersite for both platlib and purelib. This creates a + # mismatch when sys.platlibdir is not "lib". + skip_bpo_44860 = ( + user + and k == "platlib" + and not WINDOWS + and sys.version_info >= (3, 9) + and _PLATLIBDIR != "lib" + and _looks_like_bpo_44860() + ) + if skip_bpo_44860: + continue + + # Slackware incorrectly patches posix_user to use lib64 instead of lib, + # but not usersite to match the location. + skip_slackware_user_scheme = ( + user + and k in ("platlib", "purelib") + and not WINDOWS + and _looks_like_slackware_scheme() + ) + if skip_slackware_user_scheme: + continue + + # Both Debian and Red Hat patch Python to place the system site under + # /usr/local instead of /usr. Debian also places lib in dist-packages + # instead of site-packages, but the /usr/local check should cover it. + skip_linux_system_special_case = ( + not (user or home or prefix or running_under_virtualenv()) + and old_v.parts[1:3] == ("usr", "local") + and len(new_v.parts) > 1 + and new_v.parts[1] == "usr" + and (len(new_v.parts) < 3 or new_v.parts[2] != "local") + and (_looks_like_red_hat_scheme() or _looks_like_debian_scheme()) + ) + if skip_linux_system_special_case: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # CPython's POSIX install script invokes pip (via ensurepip) against the + # interpreter located in the source tree, not the install site. This + # triggers special logic in sysconfig that's not present in distutils. + # https://github.com/python/cpython/blob/8c21941ddaf/Lib/sysconfig.py#L178-L194 + skip_cpython_build = ( + sysconfig.is_python_build(check_home=True) + and not WINDOWS + and k in ("headers", "include", "platinclude") + ) + if skip_cpython_build: + continue + + warning_contexts.append((old_v, new_v, f"scheme.{k}")) + + if not warning_contexts: + return old + + # Check if this path mismatch is caused by distutils config files. Those + # files will no longer work once we switch to sysconfig, so this raises a + # deprecation message for them. + default_old = _distutils.distutils_scheme( + dist_name, + user, + home, + root, + isolated, + prefix, + ignore_config_files=True, + ) + if any(default_old[k] != getattr(old, k) for k in SCHEME_KEYS): + deprecated( + reason=( + "Configuring installation scheme with distutils config files " + "is deprecated and will no longer work in the near future. If you " + "are using a Homebrew or Linuxbrew Python, please see discussion " + "at https://github.com/Homebrew/homebrew-core/issues/76621" + ), + replacement=None, + gone_in=None, + ) + return old + + # Post warnings about this mismatch so user can report them back. + for old_v, new_v, key in warning_contexts: + _warn_mismatched(old_v, new_v, key=key) + _log_context(user=user, home=home, root=root, prefix=prefix) + + return old + + +def get_bin_prefix() -> str: + new = _sysconfig.get_bin_prefix() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_bin_prefix() + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="bin_prefix"): + _log_context() + return old + + +def get_bin_user() -> str: + return _sysconfig.get_scheme("", user=True).scripts + + +def _looks_like_deb_system_dist_packages(value: str) -> bool: + """Check if the value is Debian's APT-controlled dist-packages. + + Debian's ``distutils.sysconfig.get_python_lib()`` implementation returns the + default package path controlled by APT, but does not patch ``sysconfig`` to + do the same. This is similar to the bug worked around in ``get_scheme()``, + but here the default is ``deb_system`` instead of ``unix_local``. Ultimately + we can't do anything about this Debian bug, and this detection allows us to + skip the warning when needed. + """ + if not _looks_like_debian_scheme(): + return False + if value == "/usr/lib/python3/dist-packages": + return True + return False + + +def get_purelib() -> str: + """Return the default pure-Python lib location.""" + new = _sysconfig.get_purelib() + if _USE_SYSCONFIG: + return new + + old = _distutils.get_purelib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="purelib"): + _log_context() + return old + + +def get_platlib() -> str: + """Return the default platform-shared lib location.""" + new = _sysconfig.get_platlib() + if _USE_SYSCONFIG: + return new + + from . import _distutils + + old = _distutils.get_platlib() + if _looks_like_deb_system_dist_packages(old): + return old + if _warn_if_mismatch(pathlib.Path(old), pathlib.Path(new), key="platlib"): + _log_context() + return old diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7dce0cf0ec60951d42040ff1fdbaee060dde4ef GIT binary patch literal 16443 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 Tc9A^$mMZfo{{*w52NwJvf*&xX literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2872b6b246cc907dac1559833df6f60d6f04729 GIT binary patch literal 6794 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 G^#1_$bBjR$ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9928b3b1b88bd5d74e998076be1d8eac8cf74626 GIT binary patch literal 8031 zcmcgRTWlNGm3K&r!c{J?hAb9oNm)mhIS$BRi23CtL^Ah%*vLCTEB{ zL&W0-LF08 z&I~14veNcruRSw|_nv$1J?Ea+J^HuW+5my};|pJ=`Z@{uFZ|)Ohz+cN!x3_iNJQe& zByN4VILCgw;x6`e$KCAfiF@GdO4nq(ac_o?^Bm&4)4q&9?#~3`0ruOI4rW5}5WqE( zH(i?v$HSROJd&x4*Kx!}WHQy`Y+~apH#~%WV2d{bP7^%tsl!&!=J!MUM-{sTFk5A} z#7o>mw>21VlYDY?!X^2C>WQ}l+yQU^;5{}R1bD9vhXC%JBvS3)aq%v;>JK-sXTeg~ zS?_ke+%+}48wN-G)qhe{ipU*Oog9_wWzW>v?epZ0D0E5GFnUR>wY`dsVi)lp~O{V0GJgjBL6;(78O*LEJ z(`9;5)eSM7W<540ObU(;UpV*nxx`!NJ{&c@*3=khw$YrbD(Yk+r%EzSOe@sLiD_A# z{t8bw<~D=Ll&DV1394y^**Ym3iHta<(L_d3;XN%=9T%=s^n|A0OiWNQBhP5`hS`Lu zSt?J+l*&>K1k~54 zagd#nQ4({BpTUITl$^XFOlVX%oz14@UR@X)+p@<*S{bJz&5w-<*7gPh0Rh^TyphsW zK~i*sD&sjrmW1(ql?cc?BdU^cNl|6ts-~rNAtma9ky3O)&&o+fOxxrbF(V}!uyjrb zDl;irJ!!3RSh$K4;J+wTg(i&Wl(aO!<{cKU$%05_L9vb#&Imw5gN0;4&+CSq5m3C! zO?%gjo}|gTplXI7CX-rDH5mJ2V_7BZ&=LCkt!cpZAu+9MLPi!R^PPf zPD{r6fEOj167-aoOH0Td2sf+g%1w6W%FVH{KH$b8mewYfq>z$KsJ zG1!ZiGqO2jmopj=&e-&HMNP8x82d06q{w)l7L~L(o|bK{K}tzYolqtRP!}b6Ld>NN zTN823KE|rW2#{ccH6&09fy&vmm;~dhN^skT`%wCNE(7b?x?xd6d8oaHFb=1OTLJN9 zMBpDRGB4;eiUCp^myH=&R(H`yP%uXBMWGJBoNZfy?V?ekhP+h688u7#3P^cePKnbB zmPKQzjzRqt+7K#HIqeK+l7gIl`}$9vsE85%hH%5_~aLfydh4?`gO3A zK@hJYQ&mh4rnMyFRv%1ks8Tj>3JFW?6QK56y`HVmvtR7_q|&5 zz4{Gt`MXx@4wdT;7ej}?al^0Yp*`hL=Nj*+@zMssPr_4e==kti|1FF98?KQC4Lklq zG~yoG@aPV%l5%;M;c+NVc^zouJLTJe9q5;kCm1Xn!JeHle&wDe1!9DpIn#u?3Iz7> zXRo$}M*E*XAJ+Viy-J>6xn{Wnw`C<)f%~qRTkz|4UuBf!Yhqrp8zS0Onn%;0P{1%m z+fmzLfq5r1tz-^DBUl~y8Uw;qX0s!Q$Rq33SaG@!{)%)uL> z3$?QWG*(ftlK}zDMxmOD*6+loi(A}*a74H~+GoW$h?H0ISMmY`&}+cFHlquNz>DRx z`GjhWjm2I<0i6bffF0>vxjcID1Bc2c5|>9|;T|iR^=vFZY)b)lurYH>XsT}FM>*YK zejiAwkh$zgWD^@U2TYO|CqQD50%#MAf;g^C%L1l8dY>=>-d-37uYx+T&4;t;rq|jy z#k}6+5+-ju4>Pnmj>dSiIdSFPbLY>!`|i23w)ab%zH*WI7}E`o$qa9G&ZY-hFwq@oeyv*(5_)a|@&;KleGa5!5+(?=5jRu2CBo2d=sOON{`c^jBmc99`1Y%H5%5MAsoMtbHh zRQSkp0;`gsc>OY>jGczBq1f#q7(tiL(?vcO9m)34i zICZz=nk8zZQT41ldrQd;9tizq)l)hCQu1u-gS6JDg$=UiB(*=`@}5}Dt)Z=M1>z6= zPN!me5Y24Z8eCal4Ms3(1}ud`IL6a!t_C&6))J*wRKg=CP#xf{c4%BRdHfr_g>Flo8=5 zytWCqYAOec5#dEsaU>V>g3GXO6>u{fhvdxkuy?~oFUBO+=W`(10t=c!`KFw7Je3cR zn_>C!vXnr-L-zq1J&d>>c4zb{x(38#i4jOvo=TIQ1v!Ur-8%nf^VvRW0nI+yn$IIYg3q*zR;?41FG;63cf#; zg5)<^9rBJme@VcSf<~LuKZOqFg*Jr_=7m-WNC7EW2tKs!v*4EkrvOLw6o~GULbJr^ za;CsoEtX~A8^-Tnuo_Tj6o?}apcS!c*5UV2{X@IfFdHhkZy$wot2G1|VC^jVr~`B% zY@qtHR&W~!s&J?fcIZ0aLTw?8{QP{cXA>tA)oua#F}~*sYM2b1>($QYJgM6fkkb@f6(ZU>zqoWkn;!Q0x`aZ=3{N z3GT%PR4jlzbg`K|IM%bdf@04>@AtAfIJVOqbU-Hsd<(3;WmhdU*dhhCshl)4Ote{{ zh06Wt%dCsHy{O~6VBtxqcgYf~Y6v&vtW{b;x0f>%r~xIl3~;H8D`~~Z3x^=1rgBv( ztT+VsY=dIC$hl>sppe^syo3tbe3jThasrAyP*>8}nz7BIv$DpQ3Bpc>9l7JRJWI7{ zMM5E`Ha3KeRt1o+-bi#fdbZdtZ+|~-?Uv6e7hw+zKo#Z9cdbAii*sk1pOQ_Md&ydA8EBe?DkU`SRfR%1uXqGqqH|@Xn&=?zN?< zd4H+tXvH5X`a8Zn^h&vD=s{rVC=7bBo;O-BW+8>R68h;QkH=ek2_L<$+@~H9C_6P0d#$)rakv+?M zkCpenR@`&E*mPpvzuK|)*T;Wx{MV;`aq7P3zVf)`^Jux_t@)aH<%zHDi`te-(_UD* zwy{#zyr7io1n0Y2*Km)&%ijy#4K2R6^m=J;|NVTq?saFlQrocb+MSQS4SK`gx$|qV z(GZBM6784||Gu$vet5N~|GxB(Z$3W%`EdEzg>uiu`H{t;C!wx2H)-m6Uf)`(k1YZro^gN^0>hKY(kcHC(=CBlX$ozT$*$$&0oQMRk7UE3^mGD~WVQ zQNO~w<*mBGQC5l`ykwQq2XBQ3bD-W>I!h12-zAvQf;pq9nJkyYN{3~1XQ7Xt!x!2! zOX@Av4x?(rWT%{V4Tk>}9vz*+9C^+Mepa|$SU9ur4xGs1i6{KNNA6Dp4+5VJeRk%4 zr1<@}pB#F-66snEHmw9ZOTo@^P*{qVf=7y;BipYIC{-r!?*Rbv##;?*JIT8$70#B5 zYlJze2QK~Nf^}|1W8rmR;}28TwG_h)^U9X%#{8N2_)D-&xYGI(%=sn~rWZF3 zJ#Jk#%(@Mq$;Pb;3B8EKFfE095d1;MDXkckg%m5e;Ju3uBM#F}>kkVFaO|d6%w}a3 ziYb>F$6}hfV~R@4j+@E#MZx<{0sFbM{07Yc9_pO_0le4T9LGH+;its^lmwoVx~HV} z59Iydlka~?hW|h=l*ol={`UFS6@Pol-@bUF?B74<{kny;M2pd(#pp_Os1zM4M_(;B zzg8p-|Iya9z^?qIZ7RNPIA`NS91fB)LYc&Y0c}cMTkE)b<64k` zAyV7;@#Q<07l%tBVT}<6ckB(VN7(Rnmxt?HbgvWmtc5wQ4>^I)nvcQXBFwb;{{Z&k B?(_fv literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..070da2027960398396b0dad5cbc9718b7e06359d GIT binary patch literal 3784 zcmbUkT}&IvdDiQH;~yZzkmN4gaKe~4=0b8MO*y!P&~t* zkf6}hsfSNhAyOrXu2m8>QmC#EdGAxBzV!v_s6-p`)U?v|$vyILiu%xR#$Ip;YNQ)^ z=bQOv=KGuP`{wgs{eCZkc75pC#D6^q{ew=d=By32f5{=Vg03JL$y^R4s*p=?Y;H@~ z7~~T?gZ6}-K}W&?(3W#fxe_jpp5b%uDNn+~#`c_d%9rqQ$cC^d+iJ1gg|g#I;7VJ< z4}0v{Bh^`bFFSYk1aSyA%C0_Gmfbj%vB{oK?TIGYi$k&xK8kb74S;K|t@~koz(e`l zvR(C5tK%D2~<$_^y|B1?vFuBM&NrGOHs~j99DHh%Hji6=NQo2A0Rt@3fSz`jQk}gPsZV*r^CgAvZoRKwIY^X616*Z&%0c}(1UZw`mCeM%kNX#=XY*=NO)G>hr$@nx_ zEeW%{!;&MPi-DPzH#{Yx-YhFkC7m(n{E{sMWShj>CQ{Wgepzp z^p4SC1C3aAQU7KUYrwSHvh}-aIGLO5M2Mv7cI|U*S(im)7vA73pVoypoQ9mTx7|Q+ zz9!Eo`gZ4Ko6H|V`%>9YQ#;di;y@bX~e4nB}_NLgh^-=wU|(xP|_1r7>ND! z;KImg_fR~$any$=zMP1;MX;TeCFT>=Lb4^#&NmVPVLLTfzGt60G z?mh3IqzbBL2!OX1}UpC8?7J#@!)+qK!+wb9zOcBb5Vy5wJMS++m%1(&%}@3Q>) zz?0_iDz|D|KC^hiVtk`?V|D1RTn-*zcOQS@L_y(6K)B!ZAbc-;*Hb}U*B}SIe~{be z`JlIgc#oH5!!#(f)2Q|=^Zl%v`D#&%koDG*?*IQh?U&~aw?#k8sw8Vxh4M}on@8#? z5Be7Lsl=>h8?4bTv?QeRt_0ESt(21W>1rC)>#fg z6*90>h47c)JtgV6_s8G?&uBR)FoapHAV>rYcm}5-lpu!TQLIK@n#F~X(;zB{kfKMR zD2YeC!~q-$O{awVCwYr@)D)((8ZxF69?o=8HeDm5tj00zct$ax&PnMsR-n%Df*@jb zw@z=p761YI;_fbyC@l5Drx&1GKwGY(k6qu{Y6-7gy>)dZc`JFp{Xy5gt~Fe4IbHHr zoOaJoxUIIscfz;BcaGdXazFJzxu^Vo^5J{sw(l+e;6(s61eSVBy-Ne7fz`8RU&p$= zLvU%RG_>9__V

    6$eGV)ahIQr=If-=uyMl=TGpDVjT3QrvPP! zNXrRYzfDOqx-y4f@oj1(=G*-+SV6{)ZyUS*L;ZhG1HY;5v>+|OE}6lPuZ<0jT>9|x zxsNVh9l88ND3a_cP0N`cD3Q{dno-70X1(fIoR$coZo`7Enq5MQE^7LWm?4n0iW-?D zCtVdxrYBQS(+2R=+2xydsy@4T z(hcWLr!kuc4>DW9h2lGPRUFTxah{gDI!lFS^Q+4&ffH&8^X+|B;=3g<^E)%ZET5Lr z6Ig_z*$iA6y?9w1JU2LWQM@pG*>qDEqFzR59srLwh#3?`NrfC=t?xvU6>u!UG7mGG z;S4296|$;BLjPWv?hz)slrsb840y;=1p`-I+Qayc4v$?lJvmYknM8#C=U`^tYkYTK z^^NK$=V1%IV*OvxRd|l$wovFP@;pVpr^x%1j{W~c-+hK6&(L7SiJCf>!<&tfjmF5D zqudx@2mtP2=km49mdHj+WX)4<=~?hE>SfeZaXPpYcbm5nfJ&&1^RBj65P-F21|Gr+ z%qnO6Tx6BsMgS^;gF6cJA_I5j&5r(!j{b7T2MfcC(@Qr?H&^wIV0+pA0hG74mW8%W z?!X3jV0G*)aKNRsz#fRJnDe~x((1De}t-vS4RKKGyb^7@I TIo5tYh91Ql2NC~hfP?;jx>jky literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..3d85625 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i: 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: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..ca860ea --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,214 @@ +import logging +import os +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InvalidSchemeCombination, UserInstallationInvalid +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import change_root, get_major_minor_version, is_osx_framework + +logger = logging.getLogger(__name__) + + +# Notes on _infer_* functions. +# Unfortunately ``get_default_scheme()`` didn't exist before 3.10, so there's no +# way to ask things like "what is the '_prefix' scheme on this platform". These +# functions try to answer that with some heuristics while accounting for ad-hoc +# platforms not covered by CPython's default sysconfig implementation. If the +# ad-hoc implementation does not fully implement sysconfig, we'll fall back to +# a POSIX scheme. + +_AVAILABLE_SCHEMES = set(sysconfig.get_scheme_names()) + +_PREFERRED_SCHEME_API = getattr(sysconfig, "get_preferred_scheme", None) + + +def _should_use_osx_framework_prefix() -> bool: + """Check for Apple's ``osx_framework_library`` scheme. + + Python distributed by Apple's Command Line Tools has this special scheme + that's used when: + + * This is a framework build. + * We are installing into the system prefix. + + This does not account for ``pip install --prefix`` (also means we're not + installing to the system prefix), which should use ``posix_prefix``, but + logic here means ``_infer_prefix()`` outputs ``osx_framework_library``. But + since ``prefix`` is not available for ``sysconfig.get_default_scheme()``, + which is the stdlib replacement for ``_infer_prefix()``, presumably Apple + wouldn't be able to magically switch between ``osx_framework_library`` and + ``posix_prefix``. ``_infer_prefix()`` returning ``osx_framework_library`` + means its behavior is consistent whether we use the stdlib implementation + or our own, and we deal with this special case in ``get_scheme()`` instead. + """ + return ( + "osx_framework_library" in _AVAILABLE_SCHEMES + and not running_under_virtualenv() + and is_osx_framework() + ) + + +def _infer_prefix() -> str: + """Try to find a prefix scheme for the current platform. + + This tries: + + * A special ``osx_framework_library`` for Python distributed by Apple's + Command Line Tools, when not running in a virtual environment. + * Implementation + OS, used by PyPy on Windows (``pypy_nt``). + * Implementation without OS, used by PyPy on POSIX (``pypy``). + * OS + "prefix", used by CPython on POSIX (``posix_prefix``). + * Just the OS name, used by CPython on Windows (``nt``). + + If none of the above works, fall back to ``posix_prefix``. + """ + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("prefix") + if _should_use_osx_framework_prefix(): + return "osx_framework_library" + implementation_suffixed = f"{sys.implementation.name}_{os.name}" + if implementation_suffixed in _AVAILABLE_SCHEMES: + return implementation_suffixed + if sys.implementation.name in _AVAILABLE_SCHEMES: + return sys.implementation.name + suffixed = f"{os.name}_prefix" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if os.name in _AVAILABLE_SCHEMES: # On Windows, prefx is just called "nt". + return os.name + return "posix_prefix" + + +def _infer_user() -> str: + """Try to find a user scheme for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("user") + if is_osx_framework() and not running_under_virtualenv(): + suffixed = "osx_framework_user" + else: + suffixed = f"{os.name}_user" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + if "posix_user" not in _AVAILABLE_SCHEMES: # User scheme unavailable. + raise UserInstallationInvalid() + return "posix_user" + + +def _infer_home() -> str: + """Try to find a home for the current platform.""" + if _PREFERRED_SCHEME_API: + return _PREFERRED_SCHEME_API("home") + suffixed = f"{os.name}_home" + if suffixed in _AVAILABLE_SCHEMES: + return suffixed + return "posix_home" + + +# Update these keys if the user sets a custom home. +_HOME_KEYS = [ + "installed_base", + "base", + "installed_platbase", + "platbase", + "prefix", + "exec_prefix", +] +if sysconfig.get_config_var("userbase") is not None: + _HOME_KEYS.append("userbase") + + +def get_scheme( + dist_name: str, + user: bool = False, + home: typing.Optional[str] = None, + root: typing.Optional[str] = None, + isolated: bool = False, + prefix: typing.Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme + :param root: root under which other directories are re-based + :param isolated: ignored, but kept for distutils compatibility (where + this controls whether the user-site pydistutils.cfg is honored) + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + if user and prefix: + raise InvalidSchemeCombination("--user", "--prefix") + if home and prefix: + raise InvalidSchemeCombination("--home", "--prefix") + + if home is not None: + scheme_name = _infer_home() + elif user: + scheme_name = _infer_user() + else: + scheme_name = _infer_prefix() + + # Special case: When installing into a custom prefix, use posix_prefix + # instead of osx_framework_library. See _should_use_osx_framework_prefix() + # docstring for details. + if prefix is not None and scheme_name == "osx_framework_library": + scheme_name = "posix_prefix" + + if home is not None: + variables = {k: home for k in _HOME_KEYS} + elif prefix is not None: + variables = {k: prefix for k in _HOME_KEYS} + else: + variables = {} + + paths = sysconfig.get_paths(scheme=scheme_name, vars=variables) + + # Logic here is very arbitrary, we're doing it for compatibility, don't ask. + # 1. Pip historically uses a special header path in virtual environments. + # 2. If the distribution name is not known, distutils uses 'UNKNOWN'. We + # only do the same when not running in a virtual environment because + # pip's historical header path logic (see point 1) did not do this. + if running_under_virtualenv(): + if user: + base = variables.get("userbase", sys.prefix) + else: + base = variables.get("base", sys.prefix) + python_xy = f"python{get_major_minor_version()}" + paths["include"] = os.path.join(base, "include", "site", python_xy) + elif not dist_name: + dist_name = "UNKNOWN" + + scheme = Scheme( + platlib=paths["platlib"], + purelib=paths["purelib"], + headers=os.path.join(paths["include"], dist_name), + scripts=paths["scripts"], + data=paths["data"], + ) + if root is not None: + converted_keys = {} + for key in SCHEME_KEYS: + converted_keys[key] = change_root(root, getattr(scheme, key)) + scheme = Scheme(**converted_keys) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py @@ -0,0 +1,81 @@ +import functools +import os +import site +import sys +import sysconfig +import typing + +from pip._internal.exceptions import InstallationError +from pip._internal.utils import appdirs +from pip._internal.utils.virtualenv import running_under_virtualenv + +# Application Directories +USER_CACHE_DIR = appdirs.user_cache_dir("pip") + +# FIXME doesn't account for venv linked to global site-packages +site_packages: str = sysconfig.get_path("purelib") + + +def get_major_minor_version() -> str: + """ + Return the major-minor version of the current Python as a string, e.g. + "3.7" or "3.10". + """ + return "{}.{}".format(*sys.version_info) + + +def change_root(new_root: str, pathname: str) -> str: + """Return 'pathname' with 'new_root' prepended. + + If 'pathname' is relative, this is equivalent to os.path.join(new_root, pathname). + Otherwise, it requires making 'pathname' relative and then joining the + two, which is tricky on DOS/Windows and Mac OS. + + This is borrowed from Python's standard library's distutils module. + """ + if os.name == "posix": + if not os.path.isabs(pathname): + return os.path.join(new_root, pathname) + else: + return os.path.join(new_root, pathname[1:]) + + elif os.name == "nt": + (drive, path) = os.path.splitdrive(pathname) + if path[0] == "\\": + path = path[1:] + return os.path.join(new_root, path) + + else: + raise InstallationError( + f"Unknown platform: {os.name}\n" + "Can not change root path prefix on unknown platform." + ) + + +def get_src_prefix() -> str: + if running_under_virtualenv(): + src_prefix = os.path.join(sys.prefix, "src") + else: + # FIXME: keep src in cwd for now (it is not a temporary folder) + try: + src_prefix = os.path.join(os.getcwd(), "src") + except OSError: + # In case the current working directory has been renamed or deleted + sys.exit("The folder you are executing pip from can no longer be found.") + + # under macOS + virtualenv sys.prefix is not properly resolved + # it is something like /path/to/python/bin/.. + return os.path.abspath(src_prefix) + + +try: + # Use getusersitepackages if this is present, as it ensures that the + # value is initialised properly. + user_site: typing.Optional[str] = site.getusersitepackages() +except AttributeError: + user_site = site.USER_SITE + + +@functools.lru_cache(maxsize=None) +def is_osx_framework() -> bool: + return bool(sysconfig.get_config_var("PYTHONFRAMEWORK")) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/main.py @@ -0,0 +1,12 @@ +from typing import List, Optional + + +def main(args: Optional[List[str]] = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..aa232b6 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09dc8e4d7f21fc230dd2c85d14b2535adcf5530d GIT binary patch literal 5872 zcmcgwTWlQF89uW+yR#R2*SFYC;v|RAU~h0XvI7O&l*)FT#E>|Kn3il^jmJC3_Bb;; z+cUEXn+7QlRO%yAkw_&ZXw?T$`oJTveM92Ki$S&~MNl|VpLKSo2$Wx)|7vZgi;%zJAS{WXvvXb|54H#*soq zw9!Ho+K4Gzu|mv>7vh#uP^?5DVI>Pm3HLy75R#&0R z>MnFkgvEFg*2dwSo>WW5W%9n!nm5R5xlWW5K*hxK08t@j0UaeW`m9nt$4)dyfMoKNV3F#kkV%I&|8 zH_qi^UgyG<`5ATk{LJ*rvvcP>`GVoNUgA>OHSCgRdh$ZG%sjcMIc`q!l8(z=d)cJMU~ z$wfTng5fd_S0?7U?b=1#%q2O>1y5tufmJ6~8K}I0RpzQXThS_}tFqSH@I&iFKTcf7 zi&edq&WyuMR&>>6t$3A{bT7`CTj8Z5oZcu3^bpdW9|+-d1K@{0GdKKv7QWcZ|)F$<2D~$u;x|?KuFzh#5UDD&BxQCQoCOJj> zEgT7$x@(M6*QOPRQRvg9CBrJ)+%=8myv1Bi*IaFBiP{{#l&`L;oH=%d7nuW-0VMfU zib9#H(g5gDS~kjfqVve(N_4*JuGuAeDnB;%^eELzx;SLlC3uUCBwjZhmZuAAhC_>5 zi7qp0Ut^pby3Sx!r5Y{Tm9h!bEA+ZnbtZh8j?>u{+9GB2n#K)n8P+W=sq?e*>T8#0 z)Y*&kmtI}CFgvAQoLQJWGr2Gcx57mZb4RJ+3c4uOjiRf$@Fb8?!L&zk3O2&a^-;>% zs>XFtDF=!2pBtP7q&uL4c`-arFYV?=z?+61*xY}1S#yhPkKk!=G(f58I`CuFw3js# z*iv#_t>k|HgXxdySh((nN?>vx4D=4sb*G~-eN

    )1%=3K5G$~#9ytxOOlC1OrZA2M<9INZ zaa@h%;+`_)`+^(C0$=p=qm9=e9i>Ox#PsMdJb7;N;*8hP=Kj(%O=mQhQ@n(#mNbj0 zs+Uq#%hoF<_B&Mdmle$nzGPKZE0t^z01#_ORXO^PrtkZR?7*1t5v-mLt7o9&9D(ZB zWIHvsDUWUU^luCd*Lp@a<&o{~eQ(>f?x((xpW?VsYy$_bSlSzoaf7w75B(OhaHj;- zyQJym?!Xue?+0riF(oVVCi*e-ilVq-a7J#D&>LL_rbCz|S+O^zN34~aYjg4(N4LnI zf(q#CY-4dQE=0{Ed>Gf@z5e^3!_^Ug7W)orETuk&`fwRm6Zi$0c8lCoj(wpFf0a0L z4hAU z7A5Bbix#*xuH?H2N?w%3(N6oiZyLD+bdsya3mSM1p(tB+gF{>o3C8~e`Wv4%6uBk2prNbWEf0nOr$q)D#O^5owAHmVv3Z16Hw3^}LBPuw z0K0SoP`V1jmPfQsU=RYj+j2FA*`Xeu06u#e0Zd~Bfb$|^fHLn}S?>U*RgDF0sTH4u zWmj;0fLTYVs3W!X$X5EfTKc(9lAGzN4S6b1Rgs^083@7ck^$l(d}a}?Z&(^m>Lr+Y zJk`C~>VPCI6DTh#YD4OMD;%hAQ)LC6!%myjH^BZMLKxorXb1)76J?ES7G^RnY@DET zHn%hr+`dlB++GLmpcr{z`hbu2r9@oOuA@Q}d>s{E!R1Z?_xUtbZ7#PLXR%twFBB@! z)UI~aPu0?=KA!pH#m)3f8}ds&?%koDs3OuXxe#5iz^?^JT@ej+SkR*i!+ildkBk1z zNSL?^)!J7#P+Aa8hsla{;tT){@X364MFdRz{F)Q>M z0qhTbpPpV85*6RnWsN|_IY1o z0t!OxCMf>qBV;TLWCUl0X9&q`@;QhE9!Gld_&tR8ps-`%jVjXD5H&D(7}fD}SWQFa zpoGD5h4=CHqk(Je#Ph?SxHy_13pZdQ1d@KZUDD6g(r304`?nKa+ll@iMec~#i5!ay zkIeFySEUc-9fIwHd{i3# z&DsM3O}&Fe_TAdQCH2*$zS|35NJr}tMH;!Sd`qC&iIT{ZVxr!sNaG(I*@4+{>`&Z& z{)00g_Wpjhb}(Ou$%&7Dg5M_UeQ{}8`tZp*!FFSOYDaYHJqhV$>4Rf+g6${0e!DUG p%8r<*_xDQi?SY|s6xwex-Srr>^*Gr#SXZ!@Ao2bON$3d~_&3iY6{i3I literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08b89d1e386a160b98a5c7479cb5b0147de8e1ab GIT binary patch literal 2929 zcmZt|TTC3+_0Dq_W|!q}#`QkKS|7M$D$yMZl0CE#)NaGA-av9F#GrTEe1dh>oLo}s~ zIKYUBC&63Ms2V z#Zf)$QgK3eTq<3$blak0R(0IOu>`-`IEh_VQ(ZOrGfW)dT}bd$oKj89kkBDwXtZFd zrkM5dv1-ZWKGV0x5M>|}|ab1N6DwjbIjM{LW* zmYbX|t96%b6DM=49r z;8y0U)uv~(u^TQXmTE9bn8Hh(qV2@=x!A*G0Eqa#%cUrzCuhxZcR}xNx4~Y zn`GE4kYgc&bB3D5368XZn8WnPzn&ZU;mrBziP@a*03WURV#dK_8IzgbWo#|a82a2y zMP#sd;H4QycUcUx*CC9~Ois`B%|c{+Z}pkg{Og-ta%`(NSDDP{MRt{t)K0N98MrnB%3FNJ{Wd#Mc8L*a5Rlk=Bb z{dR<0=1YH73Qyw?QAAC6TP$)qD)Mg72GA(F_8Wv|KtoX|ik{%1WsYzgidz?G@`St9 zcoZd1BxfK#O2DhZn$#$IPtNiSD9c}i=2Mh;nA|fh=in4Xh=b)u%O-q2) zv<2siAy3l8>n|ciQkvw2mJvyMp`}=Gq6Rf7ICIF7W@d>eFE!QV0xZZZu&lLeS>v~B z4kW>rkjHz{5UAKFiO6jUbk)2KUOEy`YcS9dWNR_(g^A>aJzkTUHjht(-#B=R^2#AB z5n4S9tp$?OjjQo$PmJ4htS;k_el}2FO}{pk%-Uv7b@e#|$2I7b(4wGg^-^w;w1fI@ zB$NaMX83{VCzM+aG8lns2^APht}LJ;=dv^Y@=(pm*9NKy#1{om&^SLxt#$A*ODt)h zTTrUin_#-I6Wq6^6YmN0ha@)!!OhPS#eEibj|;Q~Fnvg_W@Q?6A~zhEavBjf+k~R< z2HHripc?>JxP&;h8p&JNE$GY1SLSqgRm!{b$ycZh146e35@A}eJG$k#s+Glr6(eEw zM&-%~qs=go*eo0MC)yYxHlebb%VA5Sg5wgx+?NnZr++BB2zNPDnkzt;q+x8qQQcZ_ zn94XTa*~O~9M#fY-3eym>S<^Uv#wp~Fhho&RSjpj_c^H^IO_ZYUTf%)a%5Be@aTOd zzJH``{lcTp{y#VUvvY7Owkd7i*l+3B{`qGu$uch=>3Q6K;&$X#q;&Oudvd?CYdc&H zqo%f-(XHrqzO=Y=vhP7-f4K#n{{GWe)Y|s`TcscDwRP>abnisEAH|wC2i{#?kN)qe zf{yn-K|HAI?EWBJmH_+OVP*G+mec@$Z$L@?Sh_dN!JCG!SBE3zdZ+>uB^av-g|I)E zii^7dqp``c>C|XyIyHOYCu0+%X}_D&&;oX6Rl}eHAXIX4hR%Qs)0wayMHMEHQwwa& zChEv3rnHwaU=BHX!}Z4jl}tc&Du6kZTc*;oYUD8uRnIxB6S9E#s}dFEP!Py4@DuPj zG9>mID$5Ph(GOq#-O)d`lsa}hl4S(@zjhulP>!R9#99WL;X%!w}dOc9o9( zNb949wry#z;pDpTP-%SJ)Ay(GPsTr$?)MBI2z*b&!=B;Nn_ICG_n`5+J3Yf?0Y#g? zM8NnmjE+-tuOQqb2j=lKw zdnnfO{@}K7J9aC!*PhsG=vuq@Fx0Rge*vV5yWta$m8P}Hub!L%bG~}gj82^AoCx^i zUQ=wOSN{9awvj=3D$z(I{@+Y* zslmcaUScnnAAUOcf%pWGI3xJQ6CN^cEpOmqG6FQ#cARl|l?9ID{wpJHXcwLR9G&_C z^*um+PsENEel1oW;<)b3bQuBIP9HE(4tI0Sn^(&SK&iEqy)#%^{OIIUw)HRjKk35R A@Bjb+ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0fc34c38dbbe8ebf07f2316a204d3883baf846ff GIT binary patch literal 35201 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 F{{aeN#6SQ5 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8a7577c508355c292b45a25e6ae1d3892b59439 GIT binary patch literal 16087 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 str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = cast(str, msg.get_payload()) + if payload: + result["description"] = payload + + return result diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..9eabcdb --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Protocol, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.raw_version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.raw_version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> Version: + raise NotImplementedError() + + @property + def raw_version(self) -> str: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.cached_property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_raw_dependencies(self) -> Iterable[str]: + """Raw Requires-Dist metadata.""" + return self.metadata.get_all("Requires-Dist", []) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is expected to be normalised names, + per PEP 685, with the returned value being handled appropriately by + `iter_dependencies`. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ca7b7cd9479932b9c50690b2636e717a7c0cc6c GIT binary patch literal 361 zcmX|+y-ve06ou{lG|-X-i4`%DfkcH3AtZh(F+jz@6h*RJY_%4S6WMO0s0&Oy0y`Ve z!W%@YgkWMr>c+%v1Ki>GyE^Ay+pl5RMNqSg`Q#DKk7e^$&Mz!>0iF;;3`>;b6yqg3 z(#hS_#b}I}`;1eMd8uFfQRfpwJi^V!xiD6X(bS4ULEjswO6Wr6T-nHNyy3~!K)aCD z9!Rq;^0LrYiqSCYG#$cV+N}J>CtOvgjRk~IDGAX&485QQDEcnW4ztsnOH$T$Qm7SP zw`jPoxX$7VHe|3nYa<77e?K$A^1YJY-qA5PSt-hd2xYleR37&-72YM6KO*%Ln^F?RQZu#`+jMN&ZqnEY>;#t6I6-42MU*xrgwQMQ&{}!9 z%gioik)Z%JFi-_eQ57g^1#MBam)dZF9(u{4ha3y^LPja1Zd^1#0~7&zU?QD*>i1^3 zlw|vo4#1h&`FZo^&G)@|!@u_Rr4*!hUi!!Ee^C1ueS|5|scfB673HR4D28e&c~zE? zd<130ik7v!R*vOk<#;|`PUI8iWIn0V*r?T0PUTbObUv*r5#^F%Xg3ri#(VEX1G)J= z*&0V{g2%h9{YH|jbKeM+*eU1OPCcv{Jv_$yhw)j`jMNP+zt2d2t=S38-%sxHz;*OZom7JZmESW~n8UyzcM*_a=_VAuTQs};|5Y~AvcuL;L>CiOD+_Z4;9vCX1vD%fZ$lE^T{JC&^|RBkF<9u1B~<FEwm}c?iTS8!%rII94g=t3^Iq>z3G=Y3iO1g+|`Yq z=&xh1D_L!_{t%R5q2|oASv|sz`f66}!-U(a*pI@c)tSg3_Y;MJ>j~^4vv(J=kxcGB zjtraFcW`a|_u1cO*ACp8xaIxvo!jr+Dt~yoIdHz2JTHbYCfh?cAqW-WNK-3igkJYs$Zja@ zNF+A8`h$(pldaK{8>8o1qvzTRn*NfJMf1CFY|&>ssm7jL&1@?u0*NGN4_)XKC~ciZ zwwo^bDAz!Q7=RzWq1};#6eS-=YaBjnrzKH~ffC6H-Q}<8-mLy3nEC>%blA+$;<0&M zm`>GY0MaaTX6AU&b6L@`OQ3cxl>(UA)U4?;z5t`RY=#&0s>@l|Zn@BG49)0wAm+*y zk_L$8XxS@Qm~IT9vr;lG-sw0_J?uJXHs=P@v2MBS*lY$0Gbq5kT7|P&aKL3p z->`8S%y6)X?RZk$bw^yoY|CP@Q z)oo0}R?A9~q`Edp~FvqrPWE@X7ZHR_uSE+y*D}uY+4%7n9r5TEr?vhQ8$q}7h z9?MD9ML&*h5AnL5=wW%>UYC^N0l%vXqVR3i&rCYr%Vl`tGM41Vw}o(ococoRxug-q z>wV$j=jd|;W3~urOUmc{2iN<@n#nPVzW+-T@dPB@w{EQ8QUx97oThXwg9Y^ge>XL0=QY{ck(tOpp|B$-gk+i(2>>N@9 zp3;bfF#)_^RR0A|@I@2&_GWoNFMx{bbSs7K<%qlE9}QE0eU7MgVENL8i{E)RV4vWY z2_%64_Y)5yD#D!CJt9DXm`9BBf+cv40W1=7I(V{s=?BONT;04Wy z6e0EaLd5||X*=Dem<~;hsD7V zgDfOj%k+82G}x>@50cT!f?pT7A0?s7x?Q7zpkI!?1b~#P7MKYEh(M$`*sE;XWD_aR zb;=N~!?NVi{FpS;WLEVPS8=bxR#{b?AmkA1I+xKtbm3MlIR(op>U0-~)95A8yL4ME zDck#%-ptDBm8+}XdV0L6bOXo;PL<%CGW036fAYcJO3Y~!kGEV@)u35zMm`q4?-$Moz z_A5h&*NpYSCzmd7CI*{{kZe3g-J=ID+wyZ4|SI+!B-M^W6Wc87i^UYrN8AcxXm_%lN zT7R#;I=1@u`oO`pgROz_WetrhQ_J;ca`?0K(EayF7xsUKo)3n-p%PRU)J0XKJ)($A z4K)Pg>xxG%S0*ofKPU|)gxZ6kzo>d$fHzc+&PS$jj@#!Agl%x!kv~Mko_Ey;>yXvz zexHN@WD0&+De8&sYefY!2_ia!gPJqwCC|4+ZBi7b`~{u zgw#6%zbBtENr@^!4+TNs6m%E?a#JRvE7#KzVFi~kSr^y0d&k1xG&H$Ajs{OaN-X?C}Ncy+vaR2jLePMFt>({s|EDPLa+eFd0!+THv0z#ZR6KUMA0pOBh0)$o(C%c2rf>PnF?M zm7aepXa1&~`M2`&c08^=w{mP-L9xAmpE|z0u&tnIAMH_}SRLLNezG5W4dT8A#Q6*PThZ&M*H{XfDYR+<0+ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3e8bd020b08e1ce4e1cc37e871324f9cc51aba1 GIT binary patch literal 12568 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..ec1e815 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py @@ -0,0 +1,85 @@ +import importlib.metadata +import os +from typing import Any, Optional, Protocol, Tuple, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + + +class BadMetadata(ValueError): + def __init__(self, dist: importlib.metadata.Distribution, *, reason: str) -> None: + self.dist = dist + self.reason = reason + + def __str__(self) -> str: + return f"Bad metadata in {self.dist} ({self.reason})" + + +class BasePath(Protocol): + """A protocol that various path objects conform. + + This exists because importlib.metadata uses both ``pathlib.Path`` and + ``zipfile.Path``, and we need a common base for type hints (Union does not + work well since ``zipfile.Path`` is too new for our linter setup). + + This does not mean to be exhaustive, but only contains things that present + in both classes *that we need*. + """ + + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def parent(self) -> "BasePath": + raise NotImplementedError() + + +def get_info_location(d: importlib.metadata.Distribution) -> Optional[BasePath]: + """Find the path to the distribution's metadata directory. + + HACK: This relies on importlib.metadata's private ``_path`` attribute. Not + all distributions exist on disk, so importlib.metadata is correct to not + expose the attribute as public. But pip's code base is old and not as clean, + so we do this to avoid having to rewrite too many things. Hopefully we can + eliminate this some day. + """ + return getattr(d, "_path", None) + + +def parse_name_and_version_from_info_directory( + dist: importlib.metadata.Distribution, +) -> Tuple[Optional[str], Optional[str]]: + """Get a name and version from the metadata directory name. + + This is much faster than reading distribution metadata. + """ + info_location = get_info_location(dist) + if info_location is None: + return None, None + + stem, suffix = os.path.splitext(info_location.name) + if suffix == ".dist-info": + name, sep, version = stem.partition("-") + if sep: + return name, version + + if suffix == ".egg-info": + name = stem.split("-", 1)[0] + return name, None + + return None, None + + +def get_dist_canonical_name(dist: importlib.metadata.Distribution) -> NormalizedName: + """Get the distribution's normalized name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + if name := parse_name_and_version_from_info_directory(dist)[0]: + return canonicalize_name(name) + + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return canonicalize_name(name) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..36cd326 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,221 @@ +import email.message +import importlib.metadata +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import ( + BasePath, + get_dist_canonical_name, + parse_name_and_version_from_info_directory, +) + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + @property + def canonical_name(self) -> NormalizedName: + return get_dist_canonical_name(self._dist) + + @property + def version(self) -> Version: + if version := parse_name_and_version_from_info_directory(self._dist)[1]: + return parse_version(version) + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return [ + canonicalize_name(extra) + for extra in self.metadata.get_all("Provides-Extra", []) + ] + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + # strip() because email.message.Message.get_all() may return a leading \n + # in case a long header was wrapped. + req = get_requirement(req_string.strip()) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..4d906fd --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_canonical_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + name = get_dist_canonical_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + if name in self._found_names: + continue + self._found_names.add(name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation", + gone_in="25.1", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + canonical_name = canonicalize_name(name) + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonical_name + ) + return next(matches, None) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..4ea84f9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,301 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import ( + Collection, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, +) + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + # This is populated lazily, to avoid loading metadata for all possible + # distributions eagerly. + self.__extra_mapping: Optional[Mapping[NormalizedName, str]] = None + + @property + def _extra_mapping(self) -> Mapping[NormalizedName, str]: + if self.__extra_mapping is None: + self.__extra_mapping = { + canonicalize_name(extra): extra for extra in self._dist.extras + } + + return self.__extra_mapping + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> Version: + return parse_version(self._dist.version) + + @property + def raw_version(self) -> str: + return self._dist.version + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: + relevant_extras = set(self._extra_mapping) & set( + map(canonicalize_name, extras) + ) + extras = [self._extra_mapping[extra] for extra in relevant_extras] + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[NormalizedName]: + return self._extra_mapping.keys() + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py @@ -0,0 +1,2 @@ +"""A package that contains models that represent entities. +""" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9f12ab4bdaeb89b43ae2771d1613c19698fca782 GIT binary patch literal 269 zcmX@j%ge<81l1mQGwgx%V-N=h7@>^M96-i&h7^VR$CEJ@Xc zI-)qHAhSR}J~OW*wJ0w!M<3z}{dk~AW=VX!UP0w84jZ6gX-=wL5gX7>kiUvS-u}SM Q$jJDKiII_|hy}<608%bcO#lD@ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e01a1d45be46e463bdeba81a4ec89263ebb34f5e GIT binary patch literal 1607 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 E4~0*zu>b%7 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad2c13322dbde9be209872f82d8ed52a1341be5a GIT binary patch literal 1697 zcmZ`(&2Jk;6rcU{#&P79B(7xwS}6$Rw6!6r8dL#74HAh|g{YJYS(b*yGfviQc9)q= zR2v_H6p2IvAr2@U3m1aIfg}F|msn|)bSM`%aWe$eiW6^kZO0&WB)`vjJ8ypPH~wjC zERA4&wD`-KsU!58bovYYc%3eS+Cu~p#X}WEMQwk1s6?q~t8m&kN<}9cHHZ#BgP3)52h|ml z+Rju=V#yda>N*+O)+?zUbVsRJZ=+&bWLBKo2hJ*8@(I1ux_*;}jB@Hn+;;3<%8qlk z;}bh%!KO+R zd)59~uvgwcUTqb;n0nG}qN27e%mhrKOCXD*!r&VrWx~SP_1y^L7(!tJ)}H&mFhYlM zDlBk$=(!P-J&Q3p09+3k4xMO?r69&+gE8_&UFe*8^`TjeU|jPY&N1ea?zU}j{qx?! zwd(a-H*naD)&f5^R}zy`wnZXK^)NTJ=Y8QF z=Pq_~7xx#AaxWg|<~zB0$c>&9o;@yH>J%>Rzk5`;3X$wde(E?s)5*{5Up>mtLS(F) zM$f_K`<8tQM<9S2P^t}>1R;q+%){GY470E?ybE%2H6*G3w}1r$_MD}FalLwYn96cd zXXhZv&Vvvs7+C|JS3H)Y$|htc4}!}Q+h#c#7zfcR{1>y~Sx?G>XFvdM*~!n_yY1ub zbSFD~_l<8Czh2xYN7=bUYmQxj9mNqzD&JYB7>hK-D5-2`7_6{`kuv9&e)u`i)=D-P~I0 z>S<&CtA#EC^+PRIKa#(t*Uc-&mAlhj1Zsc!kyLT#@uynn*PnmC+z;qcXW?xk*T X=?_LPoaj@Bvv2*SsTuWSEB@xceYKV> literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98a30dd72e6750cad70091df814cd601851867c3 GIT binary patch literal 2280 zcmZ`)O>7fK6rTO@e~e9jAWrJYKnPs|Hk786)U8TEZK$dU5fmYlYPI!F5-01mnOQ@V zh6+_2a;VhyP>~2wP%i~>Xw^&88^=n$*olzosHjLShu#cEs@hZE><@v-hz+6E((ggz*g`7|nb7E1-Ndni2hFtXJd^Rr` z{$d~(uzA@C7DKs^fJF2j(tVea?!PTM5p&_WfD-(R3yQ>~qvjlwj~DV53y$G)6>R3Q zBCrk}PihszQn7iyKuTs2n--`es(Kz1S}2*S3S#>SlUkZ#oPv!7g1J-PImDp>S7@FA z<_f|nC+H|A>H?OqoB-XVsEe27oDchT(C9J_;2;i7indLLyye?&h+MeED(ZgN8R4}& z%|o*wvs1WSA{Of`IJv3hS#mV*-hmyI^Ah};?Le-e1z`cHwtVwbvE97SX@ z#l|E7)DY!?QmKE97-R2Wr7wg zyuYmFXSFFzC(4C#22QjvF*PGoEa}*w88-vFIw*&imoCq-pbDM^OI7E4T^u&lpZ1Kr z!zd@0(7oM97UjFaolTGslL4`F%uldYA?9-z;|H^SF{a>L%naYqvS|2yXvqcPD!MLu zAbke%X1+5#TFdhGzz(m~H+X=SXVJ3Aw$1f3!4^jlO+gpIn^)elKpSmQf#~Hkv*ksb zE?x6o{GVu~AL7Md+(Wvp4o|ze$8ES>z7|AX&f4EGr1(bXyGBbXy>!7eN}3J`PnJ@X zC6anq@v-Q0Y8EO`RR4Gy^ zz$!tEyhXNgNj3`REZNT4Xa%}frIm8oDDY5I*aAmtv8Wf+-pBk-Jm#m+mRRQ_C2vr| z-xQMwrj%o!N~K7QYdSYRC)GWBe$Qt8yW!n=jvO|+0^|~U5bLPNcC5vARD(yWyN6d_ zT^*?II=T)*Y)7LF_3f-DGqq%yhMIBzdF%+re)J z{~XwN^YnLTZ=GEqII?)G8sAxK+jTG2z8EH3A;-K6FR%#l2DP8mC17Bh3l@BxwSZs!XY62obdOlh=e~E8*O(C+BlP5(9ZX4 z0;>!8Ua->J?f}=_spNytf#Hz}|stQB2VsO4qRnJv4 z!?6&4n}owc_~T`fyrEGFtvy}R36I4jY7xRQbIRov-9k39PKkW75KcnyqhmlWqlPH> zhHsv!zBW?Zf1-&%fM)V&~&CJMN79^yy-`Q6sbPXKe$; zB=E5jbiKX*m^2Iq{`20Yb0v0d2lxTJlbxp<%sMyu78wE^Z*JNLq#+4{@H-l)p@E0! U&4;M>KFa>>&j{hi2#CG^Kk7jw8vpVmZgn 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..47bbc217e183425df18ec692d82a0525c10cf8cc GIT binary patch literal 1026 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 QGNKK9AhzYP-9=CTALG2Ga{vGU literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6c55950e9f50a2cc4d638c0cb880a1f69da8cdd GIT binary patch literal 1854 zcmZ`)&u<$=6rT0&I<{j6irT9AscAwXTO|$+DuSp%g3tgGGEo5`S(aAgopG|wdS*Mb zPH-_&4mtEc$Q3wI@uzSp5=hoc6_pSNZf=8w#ECb%>o^u+tbOy|%)FU5-}m15r%I)S zpnd(()4ks&5c*vk!)9g5=^LP&Ad09Fpteyr46WyaT-&Uh2Fjri5jBqywSLT{9(Aj0 zJNZAg;TUn@(=hS{Cjsb{Z6Vtv+7djHBJk4XsjOtiX$_PU#8BO!sGg%n-Q0!KzBlSt z5v4ymNiAkm8@@ctvx#Z&pc7yfz_JsoNX=H6mX7Uup=&zj`0{5gV4jX+N3s@^jC)Ky zq$LdPF84^NIsu88!qFbX9^urdU}81&!r{mbw}ix09P&UA>hs-X6L7&kR}l#U7{V<- zV5*wTJhtO9jEY0IOZYyc@s-p9>B6oOjv$JucnY=!Y+Nq|C$6MNx=o)G*^RIIyIe@- zO7@`ROQzhg8|?{RlLffFENY>tl#^PNLBx5;Z%NUwH6ReC`gnAZOdWWR-Y_NuTg1Uxdl0#U!C7DK#;EPblqIn;vsFo6R zGyxkSk)(~!gS3Ia++)CnOp(NGA^|!~6iz|J%RW!IQj9Bhwv*mXwD8W|9en$pbq5p4 zaL8oak0S7n1a6*VS0zMdq@`S)i)NgS4g4M+%iZi27*e4oIIH3>RC+>2-&jaGsYa;; z0V>gv9)w1`eXodH)Y0=j~mod_S0z}IS$X=9O7Uqx6P01pInb~p@N5B~?TixYJ0>~skP?}>Iu zBEK1obGLXe%kI^kB)b=NXdM6u*iP?>KVU5am_VfpyiEedMsd`(CA?wC$;TF;-TL3k zP`V;CRv7x;9t;;JpciKs-kB6|KLlg@!Q^ z`Uz4L#4&oFGws5QQvOo@=;OfxdVQt8{#JissekMC^UAEf`RwY&vL4a0bfX8%B&f0tH`%@+tn G;`T4d<_=Q; literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..421baf849d6a9c1328db6ea85c7b2ea8de779568 GIT binary patch literal 4956 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 RocveB5riY36D;{|{{x1=+o=Em literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..122bee55fb0d615aca0f5a8e7fa2fb1612dcd723 GIT binary patch literal 6555 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 mn&wH 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/server/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..fc5ec8d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,224 @@ +""" PEP 610 """ + +import json +import re +import urllib.parse +from dataclasses import dataclass +from typing import Any, ClassVar, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +@dataclass +class VcsInfo: + name: ClassVar = "vcs_info" + + vcs: str + commit_id: str + requested_revision: Optional[str] = None + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +@dataclass +class DirInfo: + name: ClassVar = "dir_info" + + editable: bool = False + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +@dataclass +class DirectUrl: + url: str + info: InfoType + subdirectory: Optional[str] = None + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..2f41f2f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,590 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash(self.url) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url == other.url + + def __lt__(self, other: Any) -> bool: + if not isinstance(other, Link): + return NotImplemented + return self.url < other.url + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..06a9a55 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,25 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + +from dataclasses import dataclass + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +@dataclass(frozen=True) +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + platlib: str + purelib: str + headers: str + scripts: str + data: str diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..ee7bc86 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,127 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from dataclasses import dataclass +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class SearchScope: + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + find_links: List[str] + index_urls: List[str] + no_index: bool + + @classmethod + def create( + cls, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> "SearchScope": + """ + Create a SearchScope object after normalizing the `find_links`. + """ + # Build find_links. If an argument starts with ~, it may be + # a local file relative to a home directory. So try normalizing + # it and if it exists, use the normalized version. + # This is deliberately conservative - it might be fine just to + # blindly normalize anything starting with a ~... + built_find_links: List[str] = [] + for link in find_links: + if link.startswith("~"): + new_link = normalize_path(link) + if os.path.exists(new_link): + link = new_link + built_find_links.append(link) + + # If we don't have TLS enabled, then WARN if anyplace we're looking + # relies on TLS. + if not has_tls(): + for link in itertools.chain(index_urls, built_find_links): + parsed = urllib.parse.urlparse(link) + if parsed.scheme == "https": + logger.warning( + "pip is configured with locations that require " + "TLS/SSL, however the ssl module in Python is not " + "available." + ) + break + + return cls( + find_links=built_find_links, + index_urls=index_urls, + no_index=no_index, + ) + + def get_formatted_locations(self) -> str: + lines = [] + redacted_index_urls = [] + if self.index_urls and self.index_urls != [PyPI.simple_url]: + for url in self.index_urls: + redacted_index_url = redact_auth_from_url(url) + + # Parse the URL + purl = urllib.parse.urlsplit(redacted_index_url) + + # URL is generally invalid if scheme and netloc is missing + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not purl.scheme and not purl.netloc: + logger.warning( + 'The index url "%s" seems invalid, please provide a scheme.', + redacted_index_url, + ) + + redacted_index_urls.append(redacted_index_url) + + lines.append( + "Looking in indexes: {}".format(", ".join(redacted_index_urls)) + ) + + if self.find_links: + lines.append( + "Looking in links: {}".format( + ", ".join(redact_auth_from_url(url) for url in self.find_links) + ) + ) + return "\n".join(lines) + + def get_index_urls_locations(self, project_name: str) -> List[str]: + """Returns the locations found via self.index_urls + + Checks the url_name on the main (first in the list) index and + use this url_name to produce all locations + """ + + def mkurl_pypi_url(url: str) -> str: + loc = posixpath.join( + url, urllib.parse.quote(canonicalize_name(project_name)) + ) + # For maximum compatibility with easy_install, ensure the path + # ends in a trailing slash. Although this isn't in the spec + # (and PyPI can handle it without the slash) some other index + # implementations might break if they relied on easy_install's + # behavior. + if not loc.endswith("/"): + loc = loc + "/" + return loc + + return [mkurl_pypi_url(url) for url in self.index_urls] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..e9b50aa --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,53 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +# TODO: This needs Python 3.10's improved slots support for dataclasses +# to be converted into a dataclass. +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..88925a9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,121 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..ea85600 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,118 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" + +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import ( + InvalidWheelFilename as PackagingInvalidWheelName, +) +from pip._vendor.packaging.utils import parse_wheel_filename + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.utils.deprecation import deprecated + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + _version = wheel_info.group("ver") + if "_" in _version: + try: + parse_wheel_filename(filename) + except PackagingInvalidWheelName as e: + deprecated( + reason=( + f"Wheel filename {filename!r} is not correctly normalised. " + "Future versions of pip will raise the following error:\n" + f"{e.args[0]}\n\n" + ), + replacement=( + "to rename the wheel to use a correctly normalised " + "name (this may require updating the version in " + "the project metadata)" + ), + gone_in="25.1", + issue=12938, + ) + + _version = _version.replace("_", "-") + + self.version = _version + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23283dea75269ab290521e7b113dbc1480f058a7 GIT binary patch literal 257 zcmX@j%ge<81l1mQGmL=rV-N=h7@>^M96-i&h7^V7JGbrN`7*D{7Qz;AQOM3I9tUy zh4{o5RF-7q=Yg345N2^|QCVtHj9yu4URg{|W>O49iLsucQA}}WNvdu^Vsdt3dTMb@ zL1uw|d}dxrYEfQdjy}`@`td-a%#!$cy@JYH95%W6DWy57c13JJOF@1q26^=ZGb1D8 NCniQlmLe7)7XZ3(On(3X literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a17050de1d78a0a7667c19093263d7b607631be GIT binary patch literal 22102 zcmbV!d2k%pnP1O+VrGEBF(3e9aFHB}07-$Dz?&c`QlcPIgcJ!&?|6uA5CaY{aQA>D zumgs)<=Ua6EJ51|As;2kcCye)m4&OEta3P}Hd~hBq$)E6yfbQ3F`Q^?<3Exb3DB-e zTb0W1dp+HAxGBnM67Ri!{qFa@?|$=Ns;ZnEo@Wz;7$iQObkdeivArp(uLuM9RhAb?$4p~`j8?qxd#T?_#A?LVj$Yr2*%rW

    tY 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 O!{PaTpKug2$o+pK^1)>Q literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56fa30f1b12de6285ac4a1b6ca15ff35eaa26f54 GIT binary patch literal 6454 zcmdT|Z)_CD6`#G`y+5|kcW0l$)SDRW^ea0 zv-bI@BT$4?qb3E~q;{lAwW@w_gd!zUrSw~4K2_=$J0^mzK#9~;X}(?JL_{bb`rhpA z85^3=s$aUNo0)y{=FQA|zxUqk{52YFAn^R`;PreqM#$gs#edXVWAPF+CW%2Z#E^`D zDP<(6WiwEeGqQv<#Z-z)MiFh*RExn(uo%jOis4MS7|BEgJ!m!*8#9ff9WtAW(M(jd z!)9|amWhdW#EcgcnMAQA(<0s*%+_KulZ197jTud}ZAdYqXOzq;D#KgIXkG&=8wwb) zGs?xDAnOC~K+%h8>JZKWH& zK+b`bDp+s`^JSSef1n6DS5zc z7-DuYE3~s8W(ggqpc@AizyKM9<5=yczW1SHeMg_pmMTu(wnX!=*W{FqQg$poO0Cgj zW?}G{$I_GDw*43{ICN`C&z%5`@?)h!sXJQ$B{NW2w?&<@%}#WSiPNQu8!hnc(o$F( z%$vXkU~!sUYiv2cXX@C@&V|NpbIP_wAmZu=26EW)9|am4;J>&7il>MKn~%Vje-oIL zBvO$!5Xa{v9fSdjUj}NKjL9#Pvh=Q8mQsO}qy0l#nF3s_O^&ALa+Gt;0pxi2ftFS4 z)`my8qwy1klISZ~$2HwDv=Xy%OoIjwqpyrm?r=@#T4AWpR@ONRreS**(yUTHIM%v_G1=^)Ir8fC3xm{YOMiCrfz~Wz^_&F$% z5^#Q!2^dmFHUd;JWJ4KJCdiOvsArlosu4sQ1)328M-3Wb@gAaK;i`%e0cyl(0BR!* zi_t-&31|&qo}}Q80==0w(k2=O*)on3d|_~NHPh@##96_~l}xNYL%cRa0;mZ=ZK==D z3bd99GA3nO0qbpU^oTx0>&~Yi03Q*$@72)Pv_bG!qh{xFzL3jn1+H-zqB*uU!l_09 z`9v0S~OOsGopIFq(PqgSL|w zHh{g_s5=Ba><5}CPAtrebDo!Z8+jN8g9e8RW2hsrh|mcy7@%<284{MMwx;_1pgrvL z)QRj{(4%$O4QNrU54*j?s<8BA`IXGVHQt+PVQ-1a%&+9PZZ)8+L|pLVW^MiZqwktpYEi zKwj2MnmqzR3Nb@Xlqv-2Faj*$QMZW6=$MX)59C606Iv7775NKMh;uk>1T^9AOeC(o zo~3~UEbXbnqTnOmc2M!P=;cQ0ZouN;x&yfYl>P&L=H;V4XuKs&l5y#D=t&67e)@h* zS_;f(1LNck$Y6e-1l;2!TbEZMsldR=bz*(DIv)n(n&%DJ7EPyQSB20?Az5Z2?G&7B zmfa8Y16|?N91<^XB%95dpo?sl<0>`nw1~P)gO`)5mc@&-FJ?RR@l8-b$h{hCpNn!r&uLd0dj7G)-2B`5K;`faQj!P$D#H+Fs@<$Gb{nk=F?1%Uz5*a7MO}D((n#ZMa z`S;Sh!Cw*xp@D%faOzZu;dnPlt(5*!LSdH)LKFYn$BgZTj{PLr?0q-E2U#Mb%5))`|V z(K8Xe7EhjkVXANH+4Gr&xHi3ide3}(^MraWmN-{FTRt~_c6@5z?*`r;n2YtyJpWOw zXD;01*+@P?E6YrTN<>^N8lZf@Eg7yE0ciE-R?~n%d;`>tIE*`8@eJ3^v(zyj@Xg59 zI{*1-*&ofN3UMO7T;Gp&!g0uH^r^7Uz{T1eJISlcxH25|`<7~dYz|=tKYxToZl@f9 zlh-ylFO~y%tdiho$=<;Va{P+XmD_kLwL{oD^1w|sJqV{~H^2q~Xj@@5tP6`26acv~ zOkLve<0^KETCRd&Kc#v=OCwXX2xnM~%2@%&2#WKX(hx@gBkVNqcqId_P9~OP4M>jx z7e58XY4U0NeOKDI%(riuIkM2cZ6bO#xo-Nvd~)+deb8ft$$qq z!KU{&eUN@X{o$I++n>7Hy82qQ<>s=lqS0c5JK4~Bo5!hnQFwrfz z3qgLv0M0N(x~e!kF!UG^+ETSJhY)2CVX+5_6%j6&6{AijmxIlt_9MRz1$^pwm}y$| zCYvl@C{LccaBA9FSiR+P)7H-t>!){IPIS%mUX3RZdQ-}qQ3O)z>mZ3H&-YI5zp#I5 z-{q!tH==;5xoGE&Aau?px^CVGd4!vMJTKdi(45_)_DPZ1M?=uQ zq^Nz-kgJaB<_LU%(yc1W5f-0>#$AL(1p;RsVlbrkj4NRJy7?-EJpvu? z1U#Qd54_c@+2cT9y;z`{Z}Ve*yB`DTIb_8h!`D%e#FJNI8|GshruQzyx+avX;ihwq zXB*G&o7(tsSQ9B=S@cH_5Zn9?8h5eHfK%V(GViLV>pS_>_oDy5lILZhC2w5mQ+M!- zoj>3gfdRG+bO1OP@fbfng>&HbL(v|kDS0XUdgj5E*Mn@(peA+bO6Yskmw=PM00o|= zT9+BfcZKG2{b&2n8?PS{!Sb`3gVd-~FJ7=NH*FMMh5#9blbXmDl)xep|wk30y61G zhy#q=vszQ{E_rsB+WT0@Rd7Yik|nNMIQ(H~{IJ9ON4A*dT*6LHM4gSt7<%~YUg>CKs7ZsqrQD=5u4RyNL@eGQzcMMQ&GLA zEaF==NuH6OmA;e}b=}q0RaH^1?eOaE9q%3aQ`d+4=5`*O@9r10Pb1Mq6?m&ns@gdP z%YkaTV-c%rb4X21!E&IQJ~;Eze8(=FB2{e(z+!+7)%1v{-b>!VH_s}#-P9WPEL2`p zZNMuQxQvGTREBsIN_B%yr39A)o=Pz{F|>uJ`X9kXLOKigQ-;mb;;OQCOXIz;2ynV< zzn_VFUv>B1%H`i+rU50?4zSaCHkeTy|y>8E!j~V#dc$*+px|Ov}Pnx=0kgD zWLYw`(53-O6#*;(MWyVvh_(%|GLm++{Zs$UCi^2m|B#^rF%uc_qTZtWPl*g9@a~VE zbB9ApTJ1UwdIg<(=gz%%?&F;AJLmF0olZM}bi4n-=yHIN|H20&*-C}YH#kBTi9{kq z;v`doiM|hSC5rO6Ah#7J|VM$se)}$B_leUPB!#+a7o^(VUtZYtHC7lr`D_at- zq&wnfWoyEd^hUg_EGDXxzKD;NZ3%y}CQ`%7_C#$m5DBodBT<*EkJKj{A`QvLNF%GO zN;D;#BhAT{NK0~0WDiG7MCQlN7z?W8^4@o0O_(D4B&Y05eg~}ti_nJbuHz(?kQ7f&vd9SJ()_RV^VN9o{*K` zWLzB$j??rAl@%ozPf78in3|?a*#0{l>r#l<#1~YV#;zx1O}sp=#?z@-LNgCej3?v} zr-?7i%6K}ZV7X;PR-;mB{HQT#l*%bdrZR;VwU=adGEHyvrc)_-2*)~4X&T=MSEjDK zfcZc?bpvu|T!{|TbTT>=8ydyI?N{RCS7DCO2j*n$KYzCG{L5E04~@kYIXaxCQALfZ z6N=`Bm9QB_hejt-Hxy{?fY-^G8dc)cvgW6<6dO{bu?cll|HK4MXreNnh^z7~RTHqk zW}&h=K~qDeQ)c^W2Fb(!<|v3oVk2t#ZHA1M_MWvY35mlqH#Frc*-uo#c&}Q@CDAAi z^9Km!Ir1u*B9r76|0AOu2+UQ>Vt16INjhAsrTfybAtoX@hNpQonpl+dQp+-O_^Q`-;`4~ zuO;Hwujx&Wg^wJ)roirWkH>~?#71Q0+IW2YP!#4MQ_zM(Dg9Ir8D}3JpV9(R)P_-2 z9R~#{9SH6}ZGuVE;cT7(F-tZ~yxG6*uAc8%JiTx_7d)Kz9Vxhv=ES34uUFOnqxeoJ z=ji&9aAyCfZr=tE`4goIdcGcLAV2XR;a9mMye1?-YqYAe%3Y7qAv`G~l~2wDr?j~3 z+>Fzi;WONBXIMG0vGR!-!xD0%gAnS3p5-&FyqghHRq%%4W2F{LGlJ?gYBEB32IdS; zy&3aQ0r6CK`8{vEhkDaL2{UHZTYgv8EgDd(joPsqqg2TyK4UhJfFr5er?eKfw%*bf z5PoNRw^X6xnX)w2V3aEPjXu~XUNX;EQq8;0Uw`M$@Cq+kpp`wtOV&~^d^TZUwb>Xk zQ(pOuHDggs8S7P|?kT@DW%&0*W4$w?iDbl#)!4_YBxJiZZ3=d1Txi<;iV{za1R2Um z!B%D3WdI~rw<;F~v4wNDomYJI#ln3P6;mU?l*B z$yhuE&@!5yj3UVRK|~R8(-SH{Pi!O!MosZJsRxAv$FL;QBO@}^gm`K=t$D$U&JPbG zSl*NeB41-nnJB0LN;dQ6gP>s;80a+T8$;5I%;SNaHXfck=j_GbSbfF1 zee;>+qwm~U?JBfAmuo%qK9{RGm$g5#`sWAlTN~Cz*B!^4Bj;~jp8iBU`p9@Zusn8O zJo3ouT(j=UTlW;Kd*6Bf=L0_*_}F^5Sl2w~T({NEtM_e9?BP>qeX*`-&RMk8EH!*= zJHQ?u)-`9HkDN_Qg9Ycl*$cmM)D_(|P~+}i&3x2#-~IjB{!bmg`3nU{V@_z?gvAm~ z!~;*olJYj9KwT+P!kPR2BbHnJm0CIb`z{(0(GQR7)s z(H2?ClmU2a+gqGs;z)*r^WmrehHdSY7*)RQ;dBLKDT$4u`yK3zOS{B8HPo?Se3;b( zpTgz^<4RCYj;mAp!9J-f?Q}O{6g$q4MKj9)K>!&^@SFgWH0w*Hf(_Xj>^PQW$Eop( zN<#uY2}`D@KxkZ2R|x?gQ2R<+0bRh|+T~CwAUwGO|H?}s7!254cbs$1HL*D_HW$P_ zvuBHS2WQXDrt(5f(e1f&d+zqq$%4BL%*yJ1Y$5*c_pYwiz580hcPc9u9lnnp?YTgE zPH1PEG_+MkkcpXrErCn32*)r66+06i|2H)_iQ9U(v`Q^2ONP&w%1mOaCoy%!ii*Q&sl9O= z&i0s!OvBPx*<&zj2pKCIK&5W?(TrJDR=;g-CNK>1bozN&1mk%8>5d`83Sw~l~yryxe237x)DqpaMQg7 zZhnX7M85|@BOyD}YKo4G#)AzowWYWdnk^Ym%4j?gLySy-okSrVkW(0O&~6;!J1Afi zVP#vG7J-x5jmATJ1Y!jl#e3?;yYx7Kz7yXJ&3@w*O&6%iCRV zb*(jY<{LV52hS85&gO)`r$B$cu3Yz-_d5!{7qjAe{odt{LjA#&v-$e)Z11NI*Sag9 zv+9cQi>kX-YaJ)@9VhO!d{kZN7$~@2%JR^rSmj^h=PqY~&0OGhpIA7tq`rOYty>@a z+Sgs4J0o)=Yp#~Ot3|IZxH?w6dDp@1UBNtOFY5?zRrIKAn}L=w{O@38f673|(1dp+ zya+H9U*efzp&9SSk)}!rB?<4D-z|+c!*4OtGIj%2^PrNJOB%PIUVx8M#FN30Nmm66 zz@HpT!olK6Yi1S=(td0QwniwL6Tst3SVsR!v#T+R5DGq(9$Rh4$!b0F!4_pd=_>R? zS3p5Nnk7YV&0^g`-D1l^%QCNMsV>;I;**Pv#|)EJ%PRa9d!8+XAy>ku8!H>)=j8 zkcDA}Uhr0gx8jr#vT1h11(vD4Vss{{AH=0?Q5EhWL*XD4@Q^c1o8bWx;1r3L5RyPV zdzZU(7o6y5Nn12$<$?el>$?!cDRN@C@;wDdE}M}Ug=jObMx)cd%H+aEWd@pVVuTAe zWGD5(tnj9@*c{3VpNI`?v-C3)!B3B&N3?AfWiEls9$3ZGqxuYIC@84fmN;!oz4<99 zyGw)y`&Ew6AkryETEIWBuVdxt3RYQ4Wreq@=$f;Xu}HizyJyG@L_K}vHQ1RMTSgo! zM^8p;I3=5b;~aUjMu63W0m7d#2Aa(n9{-Lsws%JbJW7I8S%E!c$=HX11-9OK!0pC! z$YQ%i(zB+Eo$$VI0Ho zB$<1znORs^sbma^hXclGB;7d#BZcWE{>Vu6$~T~k^4}o9NCm5{dfnH$Ed4zBv*hYv z!FMv-_t-=HhgMYmNnH2UEFNDtj(0-K;tJ5+v8?#WyKlK?#lNDi9Xgvobhh9aDne&BmRUwe;Rn>Pc&s{Eh z4zKS0kIr9qt{v^qAMO9>z+>LzbivTh>fdiTpx=|PYT;Ws=iVpEepu@3wdX?QSMBw^ zJ^TkDTkjG6gQF*VyZ8^g%uxQY$K3lpE8s2c8@l(=sAi8wlWA!J?hv9{RW$m;iC98^ zL(!Y0=TN+c0xy*)k|G@kaTokLEF%oiR}66*3d(s9Z@?v+#oYPO+qhwd9Htv+*sx+r zBzD)P4ND%Mxov51gFv=&m1V21+&lI@fA7REqmQvx{{jv^1pnn^Sn1{K3&A=|fMvN>zl1EG}zzv#Z(ea~MA zJUcHu_LI6}t3B)~+rJ*DUz}W+M0j5AUl}a~j%WKH)wC_ED}$>&Ysb##kDV{nT*zKn z_twmhE(`a)tt(BRHSeE4U-Spp{B3!E+w#OG{%%0~mIHwH)op-rO~JQMzjb=8@nF93 z;L4?Y=L(I_We1AYwM%u&r*n0ObJd3nRfoR_!4$v7%ZJV{iPc$K4Ad=7FHGkG-8oM; z$aPQcqI8<_!h8uc5`KkfFoAb8*K{*2( z@VceX#m&{8J8pXWtQ(5I3fK3U%pZt{p!~scTkmt`56Q{iljaXknz8&G5B0w`nfn~J zUt6tEhCua)Fbt(A6cjrcfXBM+G(a)B*un%i@e##O;9o(2`$kMqXFgJ_XkN6YkmAM{0=JL(y#REcWr=Z z&vw5w&+;rvKZS+a4+{E)e)IMbj25Lph@I=78f8L_!)nVBD7)+5xgypkoQx|&`i}_g z=LG#i1H#V%_G5ysOXyb8S`WyEe>_gVp_9^iN%$be;nPk;nN@|aBV9*4$`*D;{a_Nt}3o$ z_1Ff1?4$iG%f0-{CO&SoRKq7nHwa{_63gx>oA|WRDR7=;JC5U7J;1ViCvZ5=SFR?m T?F$0pt7rFeN4_K=m`VIEjf9Ei literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d84eb31adcbc4f88012dc8bf3ca56498a85a299 GIT binary patch literal 11610 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35ce70a7a1a36f89b497f02d558c45bd31a248b0 GIT binary patch literal 2258 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 Optional[AuthInfo]: ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode(), + env=env, + check=True, + ) + return None + + +@lru_cache(maxsize=None) +def get_keyring_provider(provider: str) -> KeyRingBaseProvider: + logger.verbose("Keyring provider requested: %s", provider) + + # keyring has previously failed and been disabled + if KEYRING_DISABLED: + provider = "disabled" + if provider in ["import", "auto"]: + try: + impl = KeyRingPythonProvider() + logger.verbose("Keyring provider set: import") + return impl + except ImportError: + pass + except Exception as exc: + # In the event of an unexpected exception + # we should warn the user + msg = "Installed copy of keyring fails with exception %s" + if provider == "auto": + msg = msg + ", trying to find a keyring executable as a fallback" + logger.warning(msg, exc, exc_info=logger.isEnabledFor(logging.DEBUG)) + if provider in ["subprocess", "auto"]: + cli = shutil.which("keyring") + if cli and cli.startswith(sysconfig.get_path("scripts")): + # all code within this function is stolen from shutil.which implementation + @typing.no_type_check + def PATH_as_shutil_which_determines_it() -> str: + path = os.environ.get("PATH", None) + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + # bpo-35755: Don't use os.defpath if the PATH environment variable is + # set to an empty string + + return path + + scripts = Path(sysconfig.get_path("scripts")) + + paths = [] + for path in PATH_as_shutil_which_determines_it().split(os.pathsep): + p = Path(path) + try: + if not p.samefile(scripts): + paths.append(path) + except FileNotFoundError: + pass + + path = os.pathsep.join(paths) + + cli = shutil.which("keyring", path=path) + + if cli: + logger.verbose("Keyring provider set: subprocess with executable %s", cli) + return KeyRingCliProvider(cli) + + logger.verbose("Keyring provider set: disabled") + return KeyRingNullProvider() + + +class MultiDomainBasicAuth(AuthBase): + def __init__( + self, + prompting: bool = True, + index_urls: Optional[List[str]] = None, + keyring_provider: str = "auto", + ) -> None: + self.prompting = prompting + self.index_urls = index_urls + self.keyring_provider = keyring_provider # type: ignore[assignment] + self.passwords: Dict[str, AuthInfo] = {} + # When the user is prompted to enter credentials and keyring is + # available, we will offer to save them. If the user accepts, + # this value is set to the credentials they entered. After the + # request authenticates, the caller should call + # ``save_credentials`` to save these. + self._credentials_to_save: Optional[Credentials] = None + + @property + def keyring_provider(self) -> KeyRingBaseProvider: + return get_keyring_provider(self._keyring_provider) + + @keyring_provider.setter + def keyring_provider(self, provider: str) -> None: + # The free function get_keyring_provider has been decorated with + # functools.cache. If an exception occurs in get_keyring_auth that + # cache will be cleared and keyring disabled, take that into account + # if you want to remove this indirection. + self._keyring_provider = provider + + @property + def use_keyring(self) -> bool: + # We won't use keyring when --no-input is passed unless + # a specific provider is requested because it might require + # user interaction + return self.prompting or self._keyring_provider not in ["auto", "disabled"] + + def _get_keyring_auth( + self, + url: Optional[str], + username: Optional[str], + ) -> Optional[AuthInfo]: + """Return the tuple auth for a given url from keyring.""" + # Do nothing if no url was provided + if not url: + return None + + try: + return self.keyring_provider.get_auth_info(url, username) + except Exception as exc: + # Log the full exception (with stacktrace) at debug, so it'll only + # show up when running in verbose mode. + logger.debug("Keyring is skipped due to an exception", exc_info=True) + # Always log a shortened version of the exception. + logger.warning( + "Keyring is skipped due to an exception: %s", + str(exc), + ) + global KEYRING_DISABLED + KEYRING_DISABLED = True + get_keyring_provider.cache_clear() + return None + + def _get_index_url(self, url: str) -> Optional[str]: + """Return the original index URL matching the requested URL. + + Cached or dynamically generated credentials may work against + the original index URL rather than just the netloc. + + The provided url should have had its username and password + removed already. If the original index url had credentials then + they will be included in the return value. + + Returns None if no matching index was found, or if --no-index + was specified by the user. + """ + if not url or not self.index_urls: + return None + + url = remove_auth_from_url(url).rstrip("/") + "/" + parsed_url = urllib.parse.urlsplit(url) + + candidates = [] + + for index in self.index_urls: + index = index.rstrip("/") + "/" + parsed_index = urllib.parse.urlsplit(remove_auth_from_url(index)) + if parsed_url == parsed_index: + return index + + if parsed_url.netloc != parsed_index.netloc: + continue + + candidate = urllib.parse.urlsplit(index) + candidates.append(candidate) + + if not candidates: + return None + + candidates.sort( + reverse=True, + key=lambda candidate: commonprefix( + [ + parsed_url.path, + candidate.path, + ] + ).rfind("/"), + ) + + return urllib.parse.urlunsplit(candidates[0]) + + def _get_new_credentials( + self, + original_url: str, + *, + allow_netrc: bool = True, + allow_keyring: bool = False, + ) -> AuthInfo: + """Find and return credentials for the specified URL.""" + # Split the credentials and netloc from the url. + url, netloc, url_user_password = split_auth_netloc_from_url( + original_url, + ) + + # Start with the credentials embedded in the url + username, password = url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in url for %s", netloc) + return url_user_password + + # Find a matching index url for this request + index_url = self._get_index_url(url) + if index_url: + # Split the credentials from the url. + index_info = split_auth_netloc_from_url(index_url) + if index_info: + index_url, _, index_url_user_password = index_info + logger.debug("Found index url %s", index_url) + + # If an index URL was found, try its embedded credentials + if index_url and index_url_user_password[0] is not None: + username, password = index_url_user_password + if username is not None and password is not None: + logger.debug("Found credentials in index url for %s", netloc) + return index_url_user_password + + # Get creds from netrc if we still don't have them + if allow_netrc: + netrc_auth = get_netrc_auth(original_url) + if netrc_auth: + logger.debug("Found credentials in netrc for %s", netloc) + return netrc_auth + + # If we don't have a password and keyring is available, use it. + if allow_keyring: + # The index url is more specific than the netloc, so try it first + # fmt: off + kr_auth = ( + self._get_keyring_auth(index_url, username) or + self._get_keyring_auth(netloc, username) + ) + # fmt: on + if kr_auth: + logger.debug("Found credentials in keyring for %s", netloc) + return kr_auth + + return username, password + + def _get_url_and_credentials( + self, original_url: str + ) -> Tuple[str, Optional[str], Optional[str]]: + """Return the credentials to use for the provided URL. + + If allowed, netrc and keyring may be used to obtain the + correct credentials. + + Returns (url_without_credentials, username, password). Note + that even if the original URL contains credentials, this + function may return a different username and password. + """ + url, netloc, _ = split_auth_netloc_from_url(original_url) + + # Try to get credentials from original url + username, password = self._get_new_credentials(original_url) + + # If credentials not found, use any stored credentials for this netloc. + # Do this if either the username or the password is missing. + # This accounts for the situation in which the user has specified + # the username in the index url, but the password comes from keyring. + if (username is None or password is None) and netloc in self.passwords: + un, pw = self.passwords[netloc] + # It is possible that the cached credentials are for a different username, + # in which case the cache should be ignored. + if username is None or username == un: + username, password = un, pw + + if username is not None or password is not None: + # Convert the username and password if they're None, so that + # this netloc will show up as "cached" in the conditional above. + # Further, HTTPBasicAuth doesn't accept None, so it makes sense to + # cache the value that is going to be used. + username = username or "" + password = password or "" + + # Store any acquired credentials. + self.passwords[netloc] = (username, password) + + assert ( + # Credentials were found + (username is not None and password is not None) + # Credentials were not found + or (username is None and password is None) + ), f"Could not load credentials from url: {original_url}" + + return url, username, password + + def __call__(self, req: Request) -> Request: + # Get credentials for this request + url, username, password = self._get_url_and_credentials(req.url) + + # Set the url of the request to the url without any credentials + req.url = url + + if username is not None and password is not None: + # Send the basic auth with this request + req = HTTPBasicAuth(username, password)(req) + + # Attach a hook to handle 401 responses + req.register_hook("response", self.handle_401) + + return req + + # Factored out to allow for easy patching in tests + def _prompt_for_password( + self, netloc: str + ) -> Tuple[Optional[str], Optional[str], bool]: + username = ask_input(f"User for {netloc}: ") if self.prompting else None + if not username: + return None, None, False + if self.use_keyring: + auth = self._get_keyring_auth(netloc, username) + if auth and auth[0] is not None and auth[1] is not None: + return auth[0], auth[1], False + password = ask_password("Password: ") + return username, password, True + + # Factored out to allow for easy patching in tests + def _should_save_password_to_keyring(self) -> bool: + if ( + not self.prompting + or not self.use_keyring + or not self.keyring_provider.has_keyring + ): + return False + return ask("Save credentials to keyring [y/N]: ", ["y", "n"]) == "y" + + def handle_401(self, resp: Response, **kwargs: Any) -> Response: + # We only care about 401 responses, anything else we want to just + # pass through the actual response + if resp.status_code != 401: + return resp + + username, password = None, None + + # Query the keyring for credentials: + if self.use_keyring: + username, password = self._get_new_credentials( + resp.url, + allow_netrc=False, + allow_keyring=True, + ) + + # We are not able to prompt the user so simply return the response + if not self.prompting and not username and not password: + return resp + + parsed = urllib.parse.urlparse(resp.url) + + # Prompt the user for a new username and password + save = False + if not username and not password: + username, password, save = self._prompt_for_password(parsed.netloc) + + # Store the new username and password to use for future requests + self._credentials_to_save = None + if username is not None and password is not None: + self.passwords[parsed.netloc] = (username, password) + + # Prompt to save the password to keyring + if save and self._should_save_password_to_keyring(): + self._credentials_to_save = Credentials( + url=parsed.netloc, + username=username, + password=password, + ) + + # Consume content and release the original connection to allow our new + # request to reuse the same one. + # The result of the assignment isn't used, it's just needed to consume + # the content. + _ = resp.content + resp.raw.release_conn() + + # Add our new username and password to the request + req = HTTPBasicAuth(username or "", password or "")(resp.request) + req.register_hook("response", self.warn_on_401) + + # On successful request, save the credentials that were used to + # keyring. (Note that if the user responded "no" above, this member + # is not set and nothing will be saved.) + if self._credentials_to_save: + req.register_hook("response", self.save_credentials) + + # Send our new request + new_resp = resp.connection.send(req, **kwargs) + new_resp.history.append(resp) + + return new_resp + + def warn_on_401(self, resp: Response, **kwargs: Any) -> None: + """Response callback to warn about incorrect credentials.""" + if resp.status_code == 401: + logger.warning( + "401 Error, Credentials not correct for %s", + resp.request.url, + ) + + def save_credentials(self, resp: Response, **kwargs: Any) -> None: + """Response callback to save credentials on success.""" + assert ( + self.keyring_provider.has_keyring + ), "should never reach here without keyring" + + creds = self._credentials_to_save + self._credentials_to_save = None + if creds and resp.status_code < 400: + try: + logger.info("Saving credentials to keyring") + self.keyring_provider.save_auth_info( + creds.url, creds.username, creds.password + ) + except Exception: + logger.exception("Failed to save credentials") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..4d0fb54 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..5c3bce3 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,187 @@ +"""Download files with progress indicators. +""" + +import email.message +import logging +import mimetypes +import os +from typing import Iterable, Optional, Tuple + +from pip._vendor.requests.models import Response + +from pip._internal.cli.progress_bars import get_download_progress_renderer +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.index import PyPI +from pip._internal.models.link import Link +from pip._internal.network.cache import is_from_cache +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks +from pip._internal.utils.misc import format_size, redact_auth_from_url, splitext + +logger = logging.getLogger(__name__) + + +def _get_http_response_size(resp: Response) -> Optional[int]: + try: + return int(resp.headers["content-length"]) + except (ValueError, KeyError, TypeError): + return None + + +def _prepare_download( + resp: Response, + link: Link, + progress_bar: str, +) -> Iterable[bytes]: + total_length = _get_http_response_size(resp) + + if link.netloc == PyPI.file_storage_domain: + url = link.show_url + else: + url = link.url_without_fragment + + logged_url = redact_auth_from_url(url) + + if total_length: + logged_url = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (512 * 1024): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..03f883c --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py @@ -0,0 +1,210 @@ +"""Lazy ZIP over HTTP""" + +__all__ = ["HTTPRangeRequestUnsupported", "dist_from_wheel_url"] + +from bisect import bisect_left, bisect_right +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, Dict, Generator, List, Optional, Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.metadata import BaseDistribution, MemoryWheel, get_wheel_distribution +from pip._internal.network.session import PipSession +from pip._internal.network.utils import HEADERS, raise_for_status, response_chunks + + +class HTTPRangeRequestUnsupported(Exception): + pass + + +def dist_from_wheel_url(name: str, url: str, session: PipSession) -> BaseDistribution: + """Return a distribution object from the given wheel URL. + + This uses HTTP range requests to only fetch the portion of the wheel + containing metadata, just enough for the object to be constructed. + If such requests are not supported, HTTPRangeRequestUnsupported + is raised. + """ + with LazyZipOverHTTP(url, session) as zf: + # For read-only ZIP files, ZipFile only needs methods read, + # seek, seekable and tell, not the whole IO protocol. + wheel = MemoryWheel(zf.name, zf) # type: ignore + # After context manager exit, wheel.name + # is an invalid file by intention. + return get_wheel_distribution(wheel, canonicalize_name(name)) + + +class LazyZipOverHTTP: + """File-like object mapped to a ZIP file over HTTP. + + This uses HTTP range requests to lazily fetch the file's content, + which is supposed to be fed to ZipFile. If such requests are not + supported by the server, raise HTTPRangeRequestUnsupported + during initialization. + """ + + def __init__( + self, url: str, session: PipSession, chunk_size: int = CONTENT_CHUNK_SIZE + ) -> None: + head = session.head(url, headers=HEADERS) + raise_for_status(head) + assert head.status_code == 200 + self._session, self._url, self._chunk_size = session, url, chunk_size + self._length = int(head.headers["Content-Length"]) + self._file = NamedTemporaryFile() + self.truncate(self._length) + self._left: List[int] = [] + self._right: List[int] = [] + if "bytes" not in head.headers.get("Accept-Ranges", "none"): + raise HTTPRangeRequestUnsupported("range request is not supported") + self._check_zip() + + @property + def mode(self) -> str: + """Opening mode, which is always rb.""" + return "rb" + + @property + def name(self) -> str: + """Path to the underlying file.""" + return self._file.name + + def seekable(self) -> bool: + """Return whether random access is supported, which is True.""" + return True + + def close(self) -> None: + """Close the file.""" + self._file.close() + + @property + def closed(self) -> bool: + """Whether the file is closed.""" + return self._file.closed + + def read(self, size: int = -1) -> bytes: + """Read up to size bytes from the object and return them. + + As a convenience, if size is unspecified or -1, + all bytes until EOF are returned. Fewer than + size bytes may be returned if EOF is reached. + """ + download_size = max(size, self._chunk_size) + start, length = self.tell(), self._length + stop = length if size < 0 else min(start + download_size, length) + start = max(0, stop - download_size) + self._download(start, stop - 1) + return self._file.read(size) + + def readable(self) -> bool: + """Return whether the file is readable, which is True.""" + return True + + def seek(self, offset: int, whence: int = 0) -> int: + """Change stream position and return the new absolute position. + + Seek to offset relative position indicated by whence: + * 0: Start of stream (the default). pos should be >= 0; + * 1: Current position - pos may be negative; + * 2: End of stream - pos usually negative. + """ + return self._file.seek(offset, whence) + + def tell(self) -> int: + """Return the current position.""" + return self._file.tell() + + def truncate(self, size: Optional[int] = None) -> int: + """Resize the stream to the given size in bytes. + + If size is unspecified resize to the current position. + The current stream position isn't changed. + + Return the new file size. + """ + return self._file.truncate(size) + + def writable(self) -> bool: + """Return False.""" + return False + + def __enter__(self) -> "LazyZipOverHTTP": + self._file.__enter__() + return self + + def __exit__(self, *exc: Any) -> None: + self._file.__exit__(*exc) + + @contextmanager + def _stay(self) -> Generator[None, None, None]: + """Return a context manager keeping the position. + + At the end of the block, seek back to original position. + """ + pos = self.tell() + try: + yield + finally: + self.seek(pos) + + def _check_zip(self) -> None: + """Check and download until the file is a valid ZIP.""" + end = self._length - 1 + for start in reversed(range(0, end, self._chunk_size)): + self._download(start, end) + with self._stay(): + try: + # For read-only ZIP files, ZipFile only needs + # methods read, seek, seekable and tell. + ZipFile(self) + 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/server/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..1765b4f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,522 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import functools +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +@functools.lru_cache(maxsize=1) +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode()) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..bba4c26 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,98 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + +DOWNLOAD_CHUNK_SIZE = 256 * 1024 + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = DOWNLOAD_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Given a requests Response, provide the data chunks.""" + try: + # Special case for urllib3. + for chunk in response.raw.stream( + chunk_size, + # We use decode_content=False here because we don't + # want urllib3 to mess with the raw bytes we get + # from the server. If we decompress inside of + # urllib3 then we cannot verify the checksum + # because the checksum will be of the compressed + # file. This breakage will only occur if the + # server adds a Content-Encoding header, which + # depends on how the server was configured: + # - Some servers will notice that the file isn't a + # compressible file and will leave the file alone + # and with an empty Content-Encoding + # - Some servers will notice that the file is + # already compressed and will leave the file + # alone and will add a Content-Encoding: gzip + # header + # - Some servers won't notice anything at all and + # will take a file that's already been compressed + # and compress it again and set the + # Content-Encoding: gzip header + # + # By setting this not to decode automatically we + # hope to eliminate problems with the second case. + decode_content=False, + ): + yield chunk + except AttributeError: + # Standard file-like object. + while True: + chunk = response.raw.read(chunk_size) + if not chunk: + break + yield chunk diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a9e823ba5f5b9a71501dc4da5e887703843d618 GIT binary patch literal 200 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e727c0ab43f0f8ce93b681c083e4ef6e3f46b117 GIT binary patch literal 25775 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 HWy${lq}Qz! literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..248d1c07cd63d2a2726e8798c6d5a7904b61b6e4 GIT binary patch literal 1860 zcmZ`)-A^1<6u);qc6OH?D5aqos!XJUYr-J5m879nw^nMbEdlz_4asEKxv&HCm3wE| zf{PO4Lz@^IpY*|pCO(<=5778jo=ALww5H9(CXJ>KzM)_+_~N-UJBw}V-R#_R?m73& z@1FC!XMR%EJc9Ajg-6vdWQ2a>N;fMaiu)p8uVLy;Q_ecd2GOR>`a^ z63@Ee`-|sH#~~CfhhoclZ^@><=Mpb03Q_O-9t*)Ce#umAHlTimFm|3&pGG|?knt9d z_e|R%76j|1H4nfUbvvvYEU;t6g{|g10kb+y+~8fCl1k{)&|TBKNT zOxs~mhLW&Gy^7e(H=h*vbA4wH^W2B3ZbUS zu%z3~7^`vvFYx%!jE0flg;lC6O)b$xXY)>OR59LBY(>F+aKeIHHGFl~7H68^WCy;)e36U}aX7kCi&Eqif<-RLA{j1TkC}FuDro z!RYhL|Fb@otQVCPr&(yCxhVx}%=YF%tyE3VW-ik#!YaT!VrjOgO`M<5PK}J}`Md^W zGOi=j!YWCr3vR7YR!Rpw_Fn05eTz_UD0P?yK1z$WXGMqR9e);Bxoo(m2ZXX#`X?v} zOqyV6-i}v;WuWTU?jevKn3FvBY4RgXGZi{?f`;z$eP z=)_2&7;w>ygtPT3Ar9p{q8Ywj@L41+__kNfQqB*`3q;$vsiU<$bOShTRA?=5Ez^8k zfnQzQoAV96DieO!7)Qx-$j82W?(|G)`l1mmhgIK;#fd~@gf0;}qc6c#nsMyenZ)IU zKJvy4vqLh}OaPk+>|ofiy$~{NI>Ua@Y$R+rKGtxGOb?c$&SsxEI6plGa5y{JxA0g) zyY1-c@y+7tjp_T{lWUhBcfI_eYjCS;aP8u+xx>3zba-fUX!2g?)b-3m^~eKtU`rji zwe+*9ZwsP2g&+0}Jm?$W>KorE-0QpYWnoW7?ZbO*DBrc)jSB5IM{kVY9J?|0b>WtC zukFO9bmH$_1sxgw6Jgl=OSk@g{eJiO#+A)OlmBdsd~JVEfe4$bz8^=q{=z@RY(xG z>;KT{rKf$MojXiFU}!?wW6yI6p~G?pB?K4YYY9RQU# zKz0EhkVTCD5HOZ@G6?6NptDcV$vr{D!e3d0$MGZd=60qVpM2QSw=MGdwYQV`gG=%J OSkCUsuuflrVE+P%7Xr}$ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b49f2a67d741ee216c73297783e64f16e67f2081 GIT binary patch literal 1894 zcmZ`)-ES0C6u);qcegt&v{))dJF&HOjZ8rh5>ikXD~JdUt%+=!OlEg(yHn;X_s+Jo zZj~4xATc36>4Oiv5d(jK#wYqj;!6n_$V3vN;la0RYijC?=g!V7AHmyn?m73Id+zU^ z^Sft%*0chG@#%>N^%WVR-?@^FTq>;BLHGvQsDf;43ofo;m_=9c#EOXdn&e8JT#*x5 zb`?*ps9vs;OLWD}dxc6NkyW?DD^`ji=ZI|QiD(yyW_J*6CTADFlq#KzLP=XX@DYhD z+lnlGmiUBPkrVj38_YU2eI}qf3mUXWblYJOb*c?+Wk%r-4)$~j$Gzo-tjcQ1P8ewdl(tyT&8Ia>`9Pe9> zOKb?%Pa8gfGZ&nwZnDrx6c4sqvjoiA6!F6M97<|YKo{eDm4h;gKOd{r7PMHk;hK)i zVug~ZLH(MT=9^C{{BwPM2J_rU@NErVfg9p=p`|U0O>r)jGY>v5OHK3^!YG28wuUWT zPh%|0O+3frKQo$g=D~O75qRaFaRIgYIF6D>w!;51G*H)P^r$n7@H~`r+cWFqxhZ|# zjyH)0QIznL+lLVCUREP5^KA+@+K8L#7lN%UtDmV0cmZ7y&!Gi8i1s0d7X*yX!F@3L z>dgPFPqx-e>XMrln&@6e!3J~uSx{?r%XgT^bepgm@Q&EJhc1cP=8P6Fa>;+&O5#xZ<}?4DzI|V^ei6;WiP!kK}l#) zj)mAxWL4cKFuoQp0&nMlYep1!ZVC9;6#~m(rL=70Qc6JGiN<9U<~UxOrS`FK|ss z4=nO$?D#W*$ya5<-yP#Xc|Q5rnm=}Ux;%Bt3>Tw%;3wilOJs!36FP0o!?T)po$7SU zWxuiS&1vRDWKWs{HXSY&5yqXd79US|ePHccsmTnAvJODRegg zg)9Np|fg`SOFsMvYs z(B(r{#x9S2TfFMt>Da$2?f+*(MLS0SLKrsx+H3r0VV%AT!TtkGo(}Q= literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ba41aa790404d0ee082963c88355e840ee37b3d GIT binary patch literal 3014 zcmaJ@U2Ggz6~1?Nc4uaPyy&h+F zX1OyP*UP#x1wkuCr0`NBR5iST5(#)B4+s)JA@Q=oL0t`rR77~_+cq`?!VBll?o918 zVpe`!!eM zppKZ43SZ(ev+-uM5-Y`gIcf?Ou_RWcl2nP8;=V3sCMwBN(w7A@RY{l9zAT!VN>8Z= zBMuR~G!{(Y^P2SDz@1hpr%R+ykCVOyUQc|VFZJt5!s{u}rQx3;1A0%_p478oA6((` zz4cRPiL2_WtIB0!5vsa|ZONuxHZ*y`rm{)Ose{yHD5P9g3~RwwR9bexA)~=aiW7zeRq7I{ zR8Jd}Xs%6HJV_757==L8(z+YzZ)Xh32>iEtLHhx6L)#MP+jkWW6db~7bPa1<8EM?N z1`t}s4ZIZH`H;H5o-0w z<u^R#JVzP8uN1Y#bWhM>*@o$8JDC9~w!^n-hi}mAd`s*+p89m)RfE6LwP56i zk#tUv+~fnqE-@BA^{qyCa0oY|jmXVt5NS2mKqnByW3cc)Jr;291X>j&|4cZOz_Sx$2Xs-Tiq;6Ef(i)~yfomY;Z)!nhyz{Z3w{oDfUYFCNx(e}7LvT+d)J@8P_wL^@#Uio zGE;}0yc{HR{{rfANj~hoAx}U`xT|4T0lD;EXg2-kG-^I zD>Y!PqS@AhQLgWMosz0b+3?{6j|L0P*M~ZM4woKI2yU^6wyb+e&91;$x}p|@0NC_J9sbo4M2qlDe24vWH0!vE+Xvt+w>I#Ggk(qo`M1b^rEP^_Wt0TfOA zaOS%+EpfUf_P4~$w!lYY+ey@S;JS6&y_cK$ICuVT?)=)!!^BbM(SM*dI0{b5*xKnw zNfgiBPwi^F?A8&?-_0N4Yh{GS_e+GMh^ZPbw34rh`jS zQP{<&DD((hRs>#nJ_0>{9-dY{UVe$Tz=S%O5~nM+UNgzp=oIMKMeV!~1)LYgpK%!T zTQP()e?`(i&{rOy7answ<~~DE{4hi~@MCHCt~9)Ua#K3A7Hh|n zcw${^BdD%xTdZpD{}Mjh%8a%nP=AseXh)%L$56JfEig$$nOs|9QXHkT?F5sOC?;*E KK%$c{ss91NbR{VO literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..39278f5c602ca429fb7635844c06576219ffe454 GIT binary patch literal 1680 zcmZux-ER{|5Z}EIf7>J>fjS_1GzrBtIHib^B8pT~5Jf0Nlou?cljGaiXU=!m-F1vp z)6%M{g48OHM5-$BifASNfWE+MUmQV|^e7Ti%R}F+1__D2boP$3Y1KX5&dkp2% z_vdsvfna=k=5g(?g3#|m2uJcIv-KG;H<5u1Y@uR6aS?+oSyDqT%2=$)meNp*s?RG{ zq!BGfF_I8L^`X$=fRgwf97x54p^~H#A*vAt8iPMhWRlE+dNE-nzEX;*HqIsg6y|d| z?8VNz+;r@+1^kXe)3l62xpIZr#u>-Ca0G7v5EGP%{cV*0{Nr~y=f4e zYfWa_RgKq(Hh*efJ96l#wjfZTxzwpZgY$`m2IGR?IHtK}UemavwQ7V|nz^X4W<{7S zHZ7~|@8o&yJb0rmlaXmHXgJg6AbQ^SG`F1nkT7oAWq~`bkC9{A6kFczrz#Q(0xUXI zTOQW-yKP9P4q(c2r(xxCn8x7j%ezmPO^X;o#{b?m#c~NRVmZ|+p`L1xg=Uoska)wa zx$yFAdVp##>7Q8lLwfO3S1ZK76P`*ab*Lvf%u~d{J*DoLb}m8%W~qRbp9U4c0c`tM z#7p>Yba5w`uoKnOv={Z0$4Z5Z=XAHtYmV)+^8w2UT_UuUUn2HW$ubv8fyv?gp?6Bm zS1j5kKyUf%-&m*w{~>job9IG+mfY` z#7d+WL7B0Q^uG1(zK^xpeX;O{H17xu~br!dU9v=XM#~Y5(w8#ni28iONW|v{=$r$5DDDw!#AERAQ(TS(%^pp7b z%Fd1W_ZC+Ufv3KY7K-Q9}{E{0OudU3%eP$aWb`Qq}k KBuI2GMED0WcCv#2 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfc9de7917410fea6d1c425e0da77ab32ccd4929 GIT binary patch literal 2019 zcmZuyUyKt)7@ytkZoBQaaK{~Rf7x(%VDW50@Hmgt#GVjT1VmnF4x4RvuHCZTtuxy@ zT6>Db7%tHeo**$Myc&G)(FbGXeDviA7|sO}5;f{u!(D>G7r)u<-r>nKJM(?teDnR8 z@AplAipQe}#s^0qlomvUeq~HBVr^pOA`n-Rj&#mMS%2lS9Pqr!SA?vcw zNLk6_LuR-V$woNDBaF(OfzkC9M{jUGmyPKnR&)uAdKlISd@>fW(gWKwQ9b%eC>yVH z$=F{^{dkgdBPXhkVOyG+H^-CT@(;ZyS^vRuPW$k(y;; zlAAM}QjS&)kEvivwIX&ymR7-TIPV*AJ1f}Hbj{Inx+gq9%WVe-mBgWaO+VmD&D=q4Q1Q2JZ_wIp3#5m>6oUJi z4>h?m^Ri(yLxILih(j_0EqQ|quuY-Ke=P={=0zFm$bNwYd~Xg;J*!UT?qGL)Z3-W) zS$r1_A;&`z+aE?GIWIkxd3^m;K?YaWu3#^)ZQRNKPp8y0l{ zPN(quH9$fITaH>|fKr_jR!<&2sg8~9Rr3shYL(apfKw_ORbia+U_#ZZ=9E;&R_96> zo2oIR(prJ3&D2b@?wxc}>Itw$<_wBQRUckdJr3Seo~7fBp4TyT3`=8>SJx0Zp^ngo z4}KO9)(uC?n^>K(iQ4E;pR3j(qB5X2<=7Q7ndAt=M&sC&W?8n=4tnj>2vzgApw%e$ zQu9-4_k*h2n5yhhNt^ZeLA?a+)!1=FGfb@e*8Ug92u;RZ$+U|_=toh<`C5@k5QN)7 zYx(wl<@~;M6Q0Xl5D;PQ;EI?Ko4E4f^9Ag6yvy6v4Y5mgLuK2rl3~L7f<)NF@*@n0 z(4}6pyHW4jb6$6Im@-vX92igN)Wme=^s!vE?v!lHBTxDy#bg$f>C`N?W~WUfKkcjR zPwjhgni>v%p$g9gyc%@6YE;uX!*VczrzmY#G4X0d(_SuV-+7Qxs#Z= zVb}KMuI^P??C4xk(DwevePCiKp8BVyfaa6O@ix2KkCg65h<_^dv2R0nBCq_iX-i84 z@e}$EB>U-D<`DXh%cOD^wfg7rfQC1($qR)eF)1%>>Trv9m#nJ%jF1rXiF2dM84^w#g_$V0jJ(zd&D?=89a+W2jG_ySaR uC-?kvG~N#a&U9mt1yc zX;~~)sBI1s62S7w0s;dvP@pR8gOBYoxfUp-N`SXp2T{=kXl{#GfD51c&nzFZkmS^% zcIN+Q{(1l3_mBP>4l4-KuYd6A>=!|V{!Nu;iZ+B7UxDxdX-MM?H0hPxqz`nT!I%7# z{*o{$aI~H`#8O}~z+}H6mE=j8$%3Jjf|J2gXfnhhAJWlWUvrXnsYf1jo;DfPMBT5) zdO_6!dQ6k_*o>&j@B1e^G^N!Ngq9F|2Wm1I$gnLUMIv!%$T^8v$A=!RLYe#X6J-n(;`jH ztXh?-<%k%jz~#KpJ1Lg)kkjwQ-ynN{ti~xKR7cGdUG!;O-S-jP*h7AiuX7|&=QX|- zMhG4?Uf&D=pTJ-C&2LHV#59mc3Jhn@~Yg4YN=vmJ69$;w|qORXFZyNiSPuRCPF| z*4eE0j&M|+Fw1)F*umOgR*9~jIB`eE(f^h zpp&Uev2rq7EL%DTr#%TCi*wY0$;s(z(a=tM&S~g{Tz(-_S#XjE+!5=fYFM}nmK1`I zdZw5~wLw#%7R_N&R z1htK))+aVoBb%|aThiHO|86k4^v(-d4|0TZuA~!3vh-3Vs}-^1rxp4AZcJqckPJZM z8vp`eA;SzLJ_Zt@E?Be=OLe~Pf82lwb5_Bk7sb+CpeeP>y3llR4lVE&y>gb?fYkg9 zE+-l@3UvhF6dwwU|F?N9M(lLjIeL2s(p;0=_tn?AI?yd8-R53zp|n)H@-s#`sx_;t zm7Fz8p+RNlJ^)9i(9<_@4lk(8w^XQH{xGzl;Ov|wVTM^y~8hA_RZ zwB(4y#4tYdVjO`wCorGGWw3X67{c+H#PQQ@IsQ4bSO#$S(BAYEFbz`s@XD7+flvyh z0993-1kpJJ=+Al>%CfCDIG+xQ`>8Q}gkp3=-8Gtw#+}5BKIOIkyWxI9kQc|&jZTxx!>1Tum0{gyOE)d z&JD>$-05L^_|(R+r*W6(!slEb$st#Q>|2KVJQ%)rVdcWT%PW`Hr1gOf?$OY8aCp-{ zjJsi#PM8HT;GHZx6@{2poYxt$A_c>o&KX&g#X;hPy$v^2fjWVfZv_b$jS?k8-unlU z2XtTe*M%qC;|7uzMa{=hz(a@%?89E5iKTOBQTle=X)t2bcR3`ZeaI6bxcKVQ6R|a) zY<0luSelDBrFPlI@SQSY|P# zs17j~g^-o5^8qDXPkTk^ z*+1$YJJ0_mdiA33V`&h?k1w7Y8xcMk;z0i73`gY=p33KivF``coj3-aoPbF(jNVnM ziPi#KKmk*l!<5UMK6rO!TJNq*-Y8}o9!8jJIQ_31RIQ>xGW-8`pa5mADB%TF|zmWU%Ff}wW^_C!B?RPh#Haq zKn4+ov@b?)y@&y|C6#euwbaPkkTkd`)_if32YZtfW{w2{BJGht~?^-4I(=HG4 zZfCbEKG}OZ#w}a7De&v$OgS;E*a0MvABp7i6RFY7ln++jTO+m>XH%O%r z5+lp`-@f-EOttgFT%WCkT^`EaM3*Z-34?TWx&bOlDA~J~xc@^}rW!m|d)D~-m)s!L T;GG$D!&HhihTMyS#!ljYqYT+) literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..0ed8dd2 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,138 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Type, Union + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = f"{req.link} is already being built: {contents}" + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py @@ -0,0 +1,39 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 517. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message("Preparing metadata (pyproject.toml)") + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_wheel(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..c01dd1c --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py @@ -0,0 +1,74 @@ +"""Metadata generation logic for legacy source distributions. +""" + +import logging +import os + +from pip._internal.build_env import BuildEnvironment +from pip._internal.cli.spinners import open_spinner +from pip._internal.exceptions import ( + InstallationError, + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.setuptools_build import make_setuptools_egg_info_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +def _find_egg_info(directory: str) -> str: + """Find an .egg-info subdirectory in `directory`.""" + filenames = [f for f in os.listdir(directory) if f.endswith(".egg-info")] + + if not filenames: + raise InstallationError(f"No .egg-info directory found in {directory}") + + if len(filenames) > 1: + raise InstallationError( + f"More than one .egg-info directory found in {directory}" + ) + + return os.path.join(directory, filenames[0]) + + +def generate_metadata( + build_env: BuildEnvironment, + setup_py_path: str, + source_dir: str, + isolated: bool, + details: str, +) -> str: + """Generate metadata using setup.py-based defacto mechanisms. + + Returns the generated metadata directory. + """ + logger.debug( + "Running setup.py (path:%s) egg_info for package %s", + setup_py_path, + details, + ) + + egg_info_dir = TempDirectory(kind="pip-egg-info", globally_managed=True).path + + args = make_setuptools_egg_info_args( + setup_py_path, + egg_info_dir=egg_info_dir, + no_user_config=isolated, + ) + + with build_env: + with open_spinner("Preparing metadata (setup.py)") as spinner: + try: + call_subprocess( + args, + cwd=source_dir, + command_desc="python setup.py egg_info", + spinner=spinner, + ) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + # Return the .egg-info directory. + return _find_egg_info(egg_info_dir) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py @@ -0,0 +1,37 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_pep517( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 517 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building wheel for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + wheel_name = backend.build_wheel( + tempd, + metadata_directory=metadata_directory, + ) + except Exception: + logger.error("Failed building wheel for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py @@ -0,0 +1,46 @@ +import logging +import os +from typing import Optional + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller, HookMissing + +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +def build_wheel_editable( + name: str, + backend: BuildBackendHookCaller, + metadata_directory: str, + tempd: str, +) -> Optional[str]: + """Build one InstallRequirement using the PEP 660 build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + assert metadata_directory is not None + try: + logger.debug("Destination directory: %s", tempd) + + runner = runner_with_spinner_message( + f"Building editable for {name} (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + wheel_name = backend.build_editable( + tempd, + metadata_directory=metadata_directory, + ) + except HookMissing as e: + logger.error( + "Cannot build editable %s because the build " + "backend does not have the %s hook", + name, + e, + ) + return None + except Exception: + logger.error("Failed building editable for %s", name) + return None + return os.path.join(tempd, wheel_name) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..3ee2a70 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py @@ -0,0 +1,102 @@ +import logging +import os.path +from typing import List, Optional + +from pip._internal.cli.spinners import open_spinner +from pip._internal.utils.setuptools_build import make_setuptools_bdist_wheel_args +from pip._internal.utils.subprocess import call_subprocess, format_command_args + +logger = logging.getLogger(__name__) + + +def format_command_result( + command_args: List[str], + command_output: str, +) -> str: + """Format command information for logging.""" + command_desc = format_command_args(command_args) + text = f"Command arguments: {command_desc}\n" + + if not command_output: + text += "Command output: None" + elif logger.getEffectiveLevel() > logging.DEBUG: + text += "Command output: [use --verbose to show]" + else: + if not command_output.endswith("\n"): + command_output += "\n" + text += f"Command output:\n{command_output}" + + return text + + +def get_legacy_build_wheel_path( + names: List[str], + temp_dir: str, + name: str, + command_args: List[str], + command_output: str, +) -> Optional[str]: + """Return the path to the wheel in the temporary build directory.""" + # Sort for determinism. + names = sorted(names) + if not names: + msg = f"Legacy build of wheel for {name!r} created no files.\n" + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + f"Legacy build of wheel for {name!r} created more than one file.\n" + f"Filenames (choosing first): {names}\n" + ) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: str, + setup_py_path: str, + source_dir: str, + global_options: List[str], + build_options: List[str], + tempd: str, +) -> Optional[str]: + """Build one unpacked package using the "legacy" build process. + + Returns path to wheel if successfully built. Otherwise, returns None. + """ + wheel_args = make_setuptools_bdist_wheel_args( + setup_py_path, + global_options=global_options, + build_options=build_options, + destination_dir=tempd, + ) + + spin_message = f"Building wheel for {name} (setup.py)" + with open_spinner(spin_message) as spinner: + logger.debug("Destination directory: %s", tempd) + + try: + output = call_subprocess( + wheel_args, + command_desc="python setup.py bdist_wheel", + cwd=source_dir, + spinner=spinner, + ) + except Exception: + spinner.finish("error") + logger.error("Failed building wheel for %s", name) + return None + + names = os.listdir(tempd) + wheel_path = get_legacy_build_wheel_path( + names=names, + temp_dir=tempd, + name=name, + command_args=wheel_args, + command_output=output, + ) + return wheel_path diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..4b6fbc4 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,181 @@ +"""Validation of dependencies of packages +""" + +import logging +from contextlib import suppress +from email.parser import Parser +from functools import reduce +from typing import ( + Callable, + Dict, + FrozenSet, + Generator, + Iterable, + List, + NamedTuple, + Optional, + Set, + Tuple, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.tags import Tag, parse_tag +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: Version + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, Version, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing dependencies of %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: PackageSet, should_ignore: Optional[Callable[[str], bool]] = None +) -> CheckResult: + """Check if a package set is consistent + + If should_ignore is passed, it should be a callable that takes a + package name and returns a boolean. + """ + + missing = {} + conflicting = {} + + for package_name, package_detail in package_set.items(): + # Info about dependencies of package_name + missing_deps: Set[Missing] = set() + conflicting_deps: Set[Conflicting] = set() + + if should_ignore and should_ignore(package_name): + continue + + for req in package_detail.dependencies: + name = canonicalize_name(req.name) + + # Check if it's missing + if name not in package_set: + missed = True + if req.marker is not None: + missed = req.marker.evaluate({"extra": ""}) + if missed: + missing_deps.add((name, req)) + continue + + # Check if there's a conflict + version = package_set[name].version + if not req.specifier.contains(version, prereleases=True): + conflicting_deps.add((name, version, req)) + + if missing_deps: + missing[package_name] = sorted(missing_deps, key=str) + if conflicting_deps: + conflicting[package_name] = sorted(conflicting_deps, key=str) + + return missing, conflicting + + +def check_install_conflicts(to_install: List[InstallRequirement]) -> ConflictDetails: + """For checking if the dependency graph would be consistent after \ + installing given requirements + """ + # Start from the current state + package_set, _ = create_package_set_from_installed() + # Install packages + would_be_installed = _simulate_installation_of(to_install, package_set) + + # Only warn about directly-dependent packages; create a whitelist of them + whitelist = _create_whitelist(would_be_installed, package_set) + + return ( + package_set, + check_package_set( + package_set, should_ignore=lambda name: name not in whitelist + ), + ) + + +def check_unsupported( + packages: Iterable[BaseDistribution], + supported_tags: Iterable[Tag], +) -> Generator[BaseDistribution, None, None]: + for p in packages: + with suppress(FileNotFoundError): + wheel_file = p.read_text("WHEEL") + wheel_tags: FrozenSet[Tag] = reduce( + frozenset.union, + map(parse_tag, Parser().parsestr(wheel_file).get_all("Tag", [])), + frozenset(), + ) + if wheel_tags.isdisjoint(supported_tags): + yield p + + +def _simulate_installation_of( + to_install: List[InstallRequirement], package_set: PackageSet +) -> Set[NormalizedName]: + """Computes the version of packages after installing to_install.""" + # Keep track of packages that were installed + installed = set() + + # Modify it as installing requirement_set would (assuming no errors) + for inst_req in to_install: + abstract_dist = make_distribution_for_install_requirement(inst_req) + dist = abstract_dist.get_metadata_distribution() + name = dist.canonical_name + package_set[name] = PackageDetails(dist.version, list(dist.iter_dependencies())) + + installed.add(name) + + return installed + + +def _create_whitelist( + would_be_installed: Set[NormalizedName], package_set: PackageSet +) -> Set[NormalizedName]: + packages_affected = set(would_be_installed) + + for package_name in package_set: + if package_name in packages_affected: + continue + + for req in package_set[package_name].dependencies: + if canonicalize_name(req.name) in packages_affected: + packages_affected.add(package_name) + break + + return packages_affected diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..bb1039f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,258 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import InvalidVersion + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: Optional[List[str]] = None, + local_only: bool = False, + user_only: bool = False, + paths: Optional[List[str]] = None, + isolated: bool = False, + exclude_editable: bool = False, + skip: Container[str] = (), +) -> Generator[str, None, None]: + installations: Dict[str, FrozenRequirement] = {} + + dists = get_environment(paths).iter_installed_distributions( + local_only=local_only, + skip=(), + user_only=user_only, + ) + for dist in dists: + req = FrozenRequirement.from_dist(dist) + if exclude_editable and req.editable: + continue + installations[req.canonical_name] = req + + if requirement: + # the options that don't get turned into an InstallRequirement + # should only be emitted once, even if the same option is in multiple + # requirements files, so we need to keep track of what has been emitted + # so that we don't emit it again if it's seen again + emitted_options: Set[str] = set() + # keep track of which files a requirement is in so that we can + # give an accurate warning if a requirement appears multiple times. + req_files: Dict[str, List[str]] = collections.defaultdict(list) + for req_file_path in requirement: + with open(req_file_path) as req_file: + for line in req_file: + if ( + not line.strip() + or line.strip().startswith("#") + or line.startswith( + ( + "-r", + "--requirement", + "-f", + "--find-links", + "-i", + "--index-url", + "--pre", + "--trusted-host", + "--process-dependency-links", + "--extra-index-url", + "--use-feature", + ) + ) + ): + line = line.rstrip() + if line not in emitted_options: + emitted_options.add(line) + yield line + continue + + if line.startswith("-e") or line.startswith("--editable"): + if line.startswith("-e"): + line = line[2:].strip() + else: + line = line[len("--editable") :].strip().lstrip("=") + line_req = install_req_from_editable( + line, + isolated=isolated, + ) + else: + line_req = install_req_from_line( + COMMENT_RE.sub("", line).strip(), + isolated=isolated, + ) + + if not line_req.name: + logger.info( + "Skipping line in requirement file [%s] because " + "it's not clear what it would install: %s", + req_file_path, + line.strip(), + ) + logger.info( + " (add #egg=PackageName to the URL to avoid" + " this warning)" + ) + else: + line_req_canonical_name = canonicalize_name(line_req.name) + if line_req_canonical_name not in installations: + # either it's not installed, or it is installed + # but has been processed already + if not req_files[line_req.name]: + logger.warning( + "Requirement file [%s] contains %s, but " + "package %r is not installed", + req_file_path, + COMMENT_RE.sub("", line).strip(), + line_req.name, + ) + else: + req_files[line_req.name].append(req_file_path) + else: + yield str(installations[line_req_canonical_name]).rstrip() + del installations[line_req_canonical_name] + req_files[line_req.name].append(req_file_path) + + # Warn about requirements that were included multiple times (in a + # single requirements file or in different requirements files). + for name, files in req_files.items(): + if len(files) > 1: + logger.warning( + "Requirement %s included multiple times [%s]", + name, + ", ".join(sorted(set(files))), + ) + + yield ("## The following requirements were added by pip freeze:") + for installation in sorted(installations.values(), key=lambda x: x.name.lower()): + if installation.canonical_name not in skip: + yield str(installation).rstrip() + + +def _format_as_name_version(dist: BaseDistribution) -> str: + try: + dist_version = dist.version + except InvalidVersion: + # legacy version + return f"{dist.raw_name}==={dist.raw_version}" + else: + return f"{dist.raw_name}=={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57ec1db9bf435d7b635d1df0c7cb4cbc81d114e5 GIT binary patch literal 269 zcmX@j%ge<81l1mQGmL@sV-N=h7@>^M96-i&h7^VPQsYNk*WvO{(F*%t@F%TujdWJ?Z#hE3kx-f%d3Nj1y z<1_P0Qj78ubM*5IQi~ExGV}9_^`WlNj|a+Tmc+;F6;$5huz@(&u80k2KgeIjAa8$Q RW@Kdi#Kg$RQp5t}0sv(QP_O_1 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07c0d4cbf20e89be2db6d5c3d4af2cc164853796 GIT binary patch literal 1801 zcmZuxO>7%Q6rT0|c-Q|)oR}t|-I7LNL>#3psHzYs1td_Df(VxwOViEn#MySeyUeVU zIv6QPNTd=-<<#Ceq4a=|;GQ!V5J*@fqE-S9+>8>0loM}uodlvjYuwmm18^TXsE!=TNqJITg0JkQT5?@(DRo5>e#KK;T3w5= z>ZMzHU5~Nm8Ldn`6XUd(ZRP4Y38fH`ZjB!WI{A{qj+9vSqN5Xql+J+Z7(^bR%rVN6 zAty&lP98=9aFJ+E3Gk4US}i-npD6X=PO3Vx`RW2`T6V`IjvHAk9x+{?MV9ATksJ7C zNCTTN_JZlwNX@*-NYoB%VaIgHI`M+=W-arl$md2i#r3yC@fXYE`V#q|O?;bFC0@GL zc0K0}f8C{l-y(hlzKrWTfUp-d!J2GYw+W7Sj)K5rc(6CNXp_Nw(S~d=Yp)D);f1Cb ztXLin;&_Z}AtkHs9j>eeEyD9{MlcMDnHv$V_?B?S+vBiM-k{mZVB%xaip%Y zlS-TtihxOpbk#2EYF(+D>dFsOJ6huX$cWNMD|QCpMI@naTIfhbkELrka#w$->&&_swC79D6R;mGLexuWg>^`uU&0idv5_a zClZU{I|&4Ct`pj*tpn>Cp1aaWmRzdMU2F)>&J3!|8lfA`V%Ludg|?avLPF!NWV3@F zojqz=?8QwC<>RHn96p+(6Ofq5m^q-f(7{=xW2gH zIQtS*UzQ~4uaqPy`x=spkI?iV=<*)AxQ7<^(ACGr_;%$NWBf;B{K1uIZ#Wn@nEM+F)~TIQevh&~5-{tMGp?i2t3 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..595118d3e17c8ab3ba3f9cd33f408480d1420ef4 GIT binary patch literal 34106 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 MyL;IPu|tsm7lFl7g#Z8m literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..9aaa699 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,47 @@ +"""Legacy editable installation process, i.e. `setup.py develop`. +""" + +import logging +from typing import Optional, Sequence + +from pip._internal.build_env import BuildEnvironment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.setuptools_build import make_setuptools_develop_args +from pip._internal.utils.subprocess import call_subprocess + +logger = logging.getLogger(__name__) + + +def install_editable( + *, + global_options: Sequence[str], + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, + name: str, + setup_py_path: str, + isolated: bool, + build_env: BuildEnvironment, + unpacked_source_directory: str, +) -> None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + no_user_config=isolated, + prefix=prefix, + home=home, + use_user_site=use_user_site, + ) + + with indent_log(): + with build_env: + call_subprocess( + args, + command_desc="python setup.py develop", + cwd=unpacked_source_directory, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..aef42aa --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,741 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Protocol, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import StreamWrapper, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points. + # Currently, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. As a workaround, we + # override the versioned entry points in the wheel and generate the + # correct ones. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + # optimization: the file is created by open(), + # skip the decompression when there is 0 bytes to decompress. + with open(self.dest_path, "wb") as dest: + if zipinfo.file_size > 0: + with self._zip_file.open(zipinfo) as f: + blocksize = min(zipinfo.file_size, 1024 * 1024) + shutil.copyfileobj(f, dest, blocksize) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( # noqa: C901, PLR0915 function is too long + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + f"Unexpected file in {wheel_path}: {record_path!r}. .data directory" + " contents should be named like: '/'." + ) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + f"Unknown scheme key used in {wheel_path}: {scheme_key} " + f"(for file {record_path!r}). .data directory contents " + f"should be in subdirectories named with a valid scheme " + f"key ({valid_scheme_keys})" + ) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + existing_parents = set() + for file in files: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(file.dest_path) + if parent_dir not in existing_parents: + ensure_dir(parent_dir) + existing_parents.add(parent_dir) + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with contextlib.redirect_stdout( + StreamWrapper.from_stream(sys.stdout) + ) as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..e6aa344 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,732 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from dataclasses import dataclass +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +@dataclass +class File: + path: str + content_type: Optional[str] = None + + def __post_init__(self) -> None: + if self.content_type is None: + self.content_type = mimetypes.guess_type(self.path)[0] + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..2a9cad4 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,185 @@ +import importlib.util +import os +import sys +from collections import namedtuple +from typing import Any, List, Optional + +if sys.version_info >= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib + +from pip._vendor.packaging.requirements import InvalidRequirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) +from pip._internal.utils.packaging import get_requirement + + +def _is_list_of_str(obj: Any) -> bool: + return isinstance(obj, list) and all(isinstance(item, str) for item in obj) + + +def make_pyproject_path(unpacked_source_directory: str) -> str: + return os.path.join(unpacked_source_directory, "pyproject.toml") + + +BuildSystemDetails = namedtuple( + "BuildSystemDetails", ["requires", "backend", "check", "backend_path"] +) + + +def load_pyproject_toml( + use_pep517: Optional[bool], pyproject_toml: str, setup_py: str, req_name: str +) -> Optional[BuildSystemDetails]: + """Load the pyproject.toml file. + + Parameters: + use_pep517 - Has the user requested PEP 517 processing? None + means the user hasn't explicitly specified. + pyproject_toml - Location of the project's pyproject.toml file + setup_py - Location of the project's setup.py file + req_name - The name of the requirement we're processing (for + error reporting) + + Returns: + None if we should use the legacy code path, otherwise a tuple + ( + requirements from pyproject.toml, + name of PEP 517 backend, + requirements we should check are installed after setting + up the build environment + directory paths to import the backend from (backend-path), + relative to the project root. + ) + """ + has_pyproject = os.path.isfile(pyproject_toml) + has_setup = os.path.isfile(setup_py) + + if not has_pyproject and not has_setup: + raise InstallationError( + f"{req_name} does not appear to be a Python project: " + f"neither 'setup.py' nor 'pyproject.toml' found." + ) + + if has_pyproject: + with open(pyproject_toml, encoding="utf-8") as f: + pp_toml = tomllib.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + get_requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. So we + # make a note to check that this requirement is present once + # we have set up the environment. + # This is quite a lot of work to check for a very specific case. But + # the problem is, that case is potentially quite common - projects that + # adopted PEP 518 early for the ability to specify requirements to + # execute setup.py, but never considered needing to mention the build + # tools themselves. The original PEP 518 code had a similar check (but + # implemented in a different way). + backend = "setuptools.build_meta:__legacy__" + check = ["setuptools>=40.8.0"] + + return BuildSystemDetails(requires, backend, check, backend_path) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..422d851 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,90 @@ +import collections +import logging +from dataclasses import dataclass +from typing import Generator, List, Optional, Sequence, Tuple + +from pip._internal.utils.logging import indent_log + +from .req_file import parse_requirements +from .req_install import InstallRequirement +from .req_set import RequirementSet + +__all__ = [ + "RequirementSet", + "InstallRequirement", + "parse_requirements", + "install_given_reqs", +] + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class InstallationResult: + name: str + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> Generator[Tuple[str, InstallRequirement], None, None]: + for req in requirements: + assert req.name, f"invalid to-be-installed requirement: {req}" + yield req.name, req + + +def install_given_reqs( + requirements: List[InstallRequirement], + global_options: Sequence[str], + root: Optional[str], + home: Optional[str], + prefix: Optional[str], + warn_script_location: bool, + use_user_site: bool, + pycompile: bool, +) -> List[InstallationResult]: + """ + Install everything in the given list. + + (to be called after having downloaded and unpacked the packages) + """ + to_install = collections.OrderedDict(_validate_requirements(requirements)) + + if to_install: + logger.info( + "Installing collected packages: %s", + ", ".join(to_install.keys()), + ) + + installed = [] + + with indent_log(): + for req_name, requirement in to_install.items(): + if requirement.should_reinstall: + logger.info("Attempting uninstall: %s", req_name) + with indent_log(): + uninstalled_pathset = requirement.uninstall(auto_confirm=True) + else: + uninstalled_pathset = None + + try: + requirement.install( + global_options, + root=root, + home=home, + prefix=prefix, + warn_script_location=warn_script_location, + use_user_site=use_user_site, + pycompile=pycompile, + ) + except Exception: + # if install did not succeed, rollback previous uninstall + if uninstalled_pathset and not requirement.install_succeeded: + uninstalled_pathset.rollback() + raise + else: + if uninstalled_pathset and requirement.install_succeeded: + uninstalled_pathset.commit() + + installed.append(InstallationResult(req_name)) + + return installed diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..27cd489628c057166d04b1006f5feea9e0e775cb GIT binary patch literal 3448 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5c779886a0b6e046a4d84b1ff6fb6accea46137 GIT binary patch literal 22126 zcmb_^d2kz7dS^G#xIuvT1s=^)gv3MleczWUS&}bC9tdJLNl+lc=>{c{20a|dnIUJC z6_uStR5G)o5?7fn&+c%lQWYn)*|J@=N$qZJEg;Gv+#}b@6>rt%KWM0wXPo_Gf8T2~ z4hkMSTl*xw`|9`J_r33W_-{o;P7dyklb;P8JjHSUND0Fgrz5L>WaYTK+)JFq^>Gp} znZkS@&q7n5iG}7qGYf@2frXYn3k$7%HiYJ|X~f=V=c%m_c8oatoFlG2*ND5%JyO(H zG~(&=jClLJBgK8iBPD$$Bc*+%BV~PMtiB~&K2p(F!Q$3%e>Ud6eDsGJ92-lA^^fj=O}p4f1_WvR5vXo8^`PQw=_l{`y*F zx7;$wBfmwq>-oCh*Jk2mVfd`EB-v1MBfmGBHe&Ca^jKfV*S0KrpHJ8Ee{CI4rp|h~ zV)$jF_iTvVSFHf6++J7C1K zA##VZDIT1;Gwdp|w7;kS%gW<%qI-7($r31~UR^&OTE{(tJ}2xhNg z%crCU*(0BjOpt?AX>i1f=j=}kz#l9S$y^sCaA^v>qb!76P<>1z|FeiP45=neQr z%)fKe=e!_)cRZxXBl2ie6$e6LSsV*0YG`!O`A;;ZUO%r{Uk--HW!3N0iY~o&{#fA1 z$zw;(oa#NHnGcOlX!aw)a5#81ENjBiP=8c&oRCLlB^Zq;n*CH1F;;Xoq((J+Z{&g; z9aly*`?;}bC^8xhYnDsnV__MiIQvJW2+LLdCavVus2Zh?soF6`L2tFWQ$3EEp2tLG zR)*%Ti*iuuAG+8d8Kd4@!SQG$Aj$m^iIPRi+WFAfMOjtRyH-kH zEC-aFm6$C1PRCF*Iu;{OjnTUJcTc)Hz7xBwZt%BsuWy}f={RtH@AaUv|8nc)Hz+>Rj(dt>U??z=dNkY7Nh4 zA3J*L(xJm=k5PGl?pg7s6RUKu-sNNt>#~7TGGBWm^_$ zOE%;&aF*;65Abo|xZ5Xqze_7&%PQq8cCY5jSsTq2QUkISin5J$_D4o!H87w=MzDhs zY?=}bjYc(FdMhpb zE@nn5O&%a+K`ISUNC`*@M#GpDDT|Ss;NIhV{Z_??45f~|dh!~{YamaA=eKEsDu)Nw z)?yV{RjQ@Z)J5HWb>+zJ%ZD$W4UA1hha#gadR~vJvT|KkE_Yv-N3UNFhpt}Mt8D4s zwE40cippJM`gv3@kA=p10$4Fw0W|bro#`(?2d;Yzz!gAQC>jV%);_l_-9{NLoVp3# zG?yyn>ekH&kL=Y+U%MXGw$2E*yveEt1ny)yMTMW(t5?y8^P75m{SF$6PH-TgIRk-_ zh%_FixH}N|?szbqE-_)7n&@&)lPU>c#(KOhzSs4MkvS@K#Ntf zN;X_^cA!n$gbnNB)EE9NjNR)(iDIs%31`13Sy_j`l`OAD;7CKl=Pqxuxqas7 zBX?u6v6aHQWMj+B(N7Q-mE8W$kG_*FMmCC{G`8G-^WK|_!9?RmR_{skItm-v*~8a& zU|7XZ-g@#jz|+itaD{M{LMM-=X zGbaKG0`eC8t^New8IH#pj%HD^$)HB3EYU17=3^FvVw$qXti!qep%-#7oKU0AQSS9> zP~EmDjm2EdhVyKS@jvI^PoJ_Wd(1w~->Qh&|AfEG^W3dkftxV>d-Dz6Zw`JJ6Jp0e z42n6YEKSh_MtI_Ohh3hOme=z(U=oQ^9hs8jOZ#-Dl#-v8!)GtE5{xw7Vk_T^Il^qI#+Eej_W ze{Z>H*YxoxRrPmccVY`C7l;3$YS)bGafO(4S1nX6Reo6Y%xtQ3Ν(?#hI#DOp;# z?5=z2;;MK5R&}A{xAq^h^B?gx_?it190hURp8*+Epd(Gdvic^xJaFQMGeCr*v@@7c ziT}CD0GTO1ngOa9p8-NX2ZVBSX+fCFtsCPna(?sV&5L8LY35|-h zC#s&-2{)V<$`e7sFbY2pWYQnH8)rwRV?|$0N12k(ogj9${)yHE#JB|@s6_o1Tm_@! zBh(4CBD(aPnUW0-LOlvV)bc!r$-1uQ^r=1$J$8(iiT=!0PzdyP{~r@6Oq?+-J{ zWqzSziyFidH)S5RMl&?TlsUvr2{AKp^^3sO79zh3$qj}}^LwP!bx!4P)qVT=F$;0w zXtVua+Xifag(Nz+E()9kYO2us{23?F+zYJdpK(7ErmRuI63n4ir4i4D$StsP#Htk9 zLCnbdbL;!*eFDJQdMCYaOo{m4!GP(FDgUIYs~>;LR~DA@l|XRwJj0UDium2Q!XwH^ zFsf6YS*mFp=E?{xt>t$!m4TzjE?&}VpRWXlla(>ri&z5*tbHJ$Q}sl(`E3fxZrKH( zd1=-Jkp?H|QOC!|B1%-2z=DJEC;l;DaD)P7DI!{{blvMXIt`aq>DwR&Uof~=NGMBa zQ2i%(AnKf4RmVzYccQX8SzLbC`$yhcVc}BJ?!H|#TSS3t*0pLAs;txJKp44;S6mGb zT@7)eA?|7b+P1q_Y*i0!RgY`-&U(J6*)rovmX=SS`BgEPq@>F`xApF>JG)lO+7e}L z4_$4Gt-tWU=U-XBH?e;22bY%DA5My`?>ZhhR>aK-ar4sFgt&9&%)Ic>U7xaWC5^o4}bw{Nj0Ub-7MjH?dx=Sq2NqP#U5DQixaRoy*s=RmU9mn?65 zR%CNqQ=H9W)d@I8{}MT!$5s&bXGrA-ILJQ~z*ulZ^{#bFRWyTE3Xx%82l$xDKp8wY zD=4p^rvhk2DJh&kE97wD1rd(YJu4JKM8kAhu5mNM02Cx|+c8!F)O9o?kTq^R9#Vlh zUim0y9?l@HY?mND&4t*YDUg@n7I}g2YCq9DI@H%!d)8aGVhk~Qud zS`gv3#$_oFW42SyZ|J3IO&3VUoH0j+26BBv`<4RjUB>8&Ddw7TfH@(GV2#5V=_?xN z%Yu_{8759`jf>f`wW5Bb5V9v*%>HwW0aH`%m^)?;WKJ`7f*8X!PASHTB$jZEGiX1| zgB$K%Q-~yMN62A~%V}p(HlZ!C(resJUWG7tki(UZ9iA$ZtT7WVM_Y_%7oi7VO;^bp z7b}W+er`AR0E}287%}$G@93S}-=^v`BEq4dDt2|j9}=&QN5#=dE*+@Tl{Z4+uy_>| zC8O%3?mRM?&>JDY)r0WfWgF1MD(WX;4v|*6BpY-a$ySZ;mPZC)?6jlYWh{Td8|* zIMN>stNXh%)jmgSl}7pv<1SL1snheRZ{u8W>CgwStn7O!vG1jaTVMJKpYUz`tx8AY z_sbgiyS4`Yk}f*m0%@Pq ziBdwtm_dwdH7fW<2>c^A$PXY(k;8Hj+_YAN#DJ^>u7*Z~%7j)zHS@EIz}2cmZ45ZH4J z#a*9p*Uw8U4O&E0c%&Mh2Dl()|udt6z4cks^O-N>EDJ6GQw zd@%TK|%?U}L zxKO!ZUlbN!T|6DH*)eBL7FVqlcO;5C7R#3g;>8`G6z_X#;c7Oe%$&O{b&kgdFxsv^ zmkA+sK-h-~+P;>a^W=!xpe-@*FjzC;B9|i*C`iNM9?0B77%Aonroki>5>v%$FV z9JE8Gpal~?$s{&nP$V^BT45+lxwu`w0``cPhC-^?9~?!QIv$Qf2IeHN=vRP((YA*P zyCSn|2ZHZYh1}Yk%J0;EF%Tk^|EKh27Qz*PtubYqEFPaVN9G?L?k zkXnx`q7>;@#n8wY?Ht=alHjRghDZ17JA!MMRoBI+Bn4!B1=+r`%{SnXV3_o&OwK@@ zIlIi(T(N#jRzjc)bJsR(u7v#ZYjZ;q}g6nWMeU41IQ+CQOsMOsu zlU(H}+Sj(UOD?o5%CuZtZk609_e@y)MG6VBm|&eLY?K3(Y=YO@PuGOuh`p!ustE6Q z>lY_DoeDNVq?1NP(D2fs3b0*QAkuF|FZ!S~UYZx)Qi+La zYDA`cBdzo&_8MKF!N@QYX61cHM$hyElo+&rK}jhD7CAx<+(>KPa7K@mEy=Q<5+C9R zd4oMW26^loSie6p-8KEdV&Ukb+rizkFwK%_ay`Slz^a2F|3;aPq*GTW(e0Fm6$X~w zr2Z(?7cxK+X+`cICl$yDCZUXyHwMpG;>;rCFEI(BC+oguiP>-`X?^Kv=p2TfgFvZl zeWGkV$i=zgcMdap>D+^JODC6G_k9qJw;YW(9|QGQ?);K7Ih?;H?<J&-} zZDIi#lv?#Qbqi26kP4mun%V_=R_eZeU5RH>6N_Y;vX1(`rd@#);y5EFf>dmUi%9Io9>(tc@pqvRJ);P?=8gmYUdj9iVG{fbinK}N} zzljODm;&*ike~vH$HNeht(VCIj$fMeFnwHbkS=@t*SN`M&}D>KfRJ#dGu~Jx4K~zr zWWYqV{H2;Jjfohi%5G{BrD*OP>PppIAS1xNqHnOxj*GDDdx5OYAXZ?)0L==~1I(8c z!b+MA31aNmAT;H>C{!Zk6;m|<0)z>LkhtHKW6!~q7eAz0q&U#*mU)}NJWyK1(Gm2)Sd z9f1m?2{V{;C(C^Eu|(O1WJ}MIJ<+mj?kv8gt|RW-0=CuXU#wg7B&v5jsc%f#urSb* z`nDx~E%WQ+t;avS`QdQ<#h2peUyfJ5g1g373CUMQC7AuzjVmo%6D?bpTeioG#bnnu z_zTsE;`K~0u{q(}oGh=4H}u3eAC7N&HGb?B_~@Xn6qi*=DK4v$QuI>g`-$`EYdlx6 zCv~1j)>kTN8Q(fyd%TPPyE^{(2J7F|dlAngCGf_`kdhkDL^xt5!6gOE#}nx~x5)YyQrOfhF6Zk463fWB--2!El=DsJ4gLmq)BGBD zgV&8_dM7JRjY7~B%46MkiyH6r+qGh{;~?BYa7n6s<@Yf|rYu+9MocT!IU6F6Kndw4 zy5;G(pR^+_dwKXU;y~`pnIh)hCOqNm)mJd9t{6)nzU7 zta8>O&(jjFx$`#!!R^21%thOuRCg^(i!U#2UJCw|{7ZT1m3Za8IrHPnjZ0mlq z|B|wy+W%2IFvYjJ4qN%9@dHd{Vwsz0>f^3i?^;vbvM$cH?Ws%Ndt zH0N0m@w69M%XTWl;Y=Hw(J^BC!LYbOw1957N$bimq(W=C)*g*9ALJdN1^f^ZvPZMR z9<2m=PJ}=Xm14?9F*_{IRvi>8wpyIYYG2Asp}&iTPaLIlyXT_|m*Qpqgk$|G8iP06 zZ1FM6HiYO2wre(u*}3|rh4O{|#hpt>-rE;%-R zV^T2WAP8D+^*FpAGW(1uV!D%ZIE`#>G()cHoZf&i!$ECn ze%noY3F!ERUY+@ELN9rP5u_8vw%U$W{bN4Y_9sJMpo`yS1vF)nxR@zxCOYd-N@g8} zG`6TkAI4lXYXQU=l#YSp99-08)GMSVgrOd0OAeTiA1*|3T7bpU*p&5Z1MOvw!Q%WP zVKQPim;)v&2klE@f98PG1ftE1{$tj+@O4wxH?3K01^eX5nj?{MnD3FShS>!f(vICC zUM0A%j)%gMew!;=DIqRN9tc7(0)rrWxu9IbV46oamSFfyiG;P%s}Mt83ox9M77D@= zX(%k;L_o$znv*?zV5m*`GwMP&F=I{qPJM?DQocPso~qoZq$}MWLuEv7DhuQh{iXbj zJkma>1c({5HmxfP(gP4bIoYztk}j)lV$>01+kZx|`RC~9H!xhXa-|LbwqeGaBq4rh zqO5bdtQ!*i`lcECBYW+qu99SX=SusYMEjnZlaJgjUy$v>vbZy0ub;8cZAb}b$1D8f zO5fdUcdjjLSg!1zIRS7)U!^UHQZkHtb-8r=tZhb^2|n>w&6m%-8MoK}=9!BtuKhK~ zQ`^$k__~81`aUd*xAiWUo{PWqa@_s$zog7m_?1d3=8r5DhqiDZZE+kfHh;9&d)Q_E z*kwT+Off@PbbT>9Sr~B9A}Rj?9<$uKl1BS`D3`pS(x+_$BGVme#pe>DO4?JgBTAQ z;AEP!&A?fvAt#xQQ>~VOM=Vq$16K<4u%oRpQy~kDEcB7BLm?_d%5ZSd#-4`Z6F;1R z_UwEBq3Q4Yn)1wi32Ob;$-g~J00N0O6aLYe1Zx2~Erh)UG>k7vpL7wIHmHDZQG6vW zBfb%Y^&cuTfO66~?|@8%dKx9*Wk=Z0I!<@d$)FqMtaJ3l#vtWEM${QpuE~nZI=e9x z>K|f)*Zzp2jE{kVAdx&9O&7syyx6PpT`;Ta(p9S#Sn8zYx zjE6}}EH!I1a!npp71EgN22K_|XN}nMT`DK;e_58wUrhy=2FHKXK+F^_gVp?AyVX7>-S7L$@f##%r&@V zG|8mz9217;l8hOt;os33(y5*1l4X@M!XMh%2VrXYl#Y%k7>Uz`+WMW|MltpYD-T9Cl9!uNnW%rYv421}VJmXe6 z8H}PK{GPjTS*guihVg~IM<1YK?%~jMGj1gSdx7X=Q|@iP=FZcrtkC|_O)DROy3_ z`WYu>?hd6QNA#ZNTQk)V$=+7V`EOm*0t07(fs7C{DP6b+Ge9EMKdT9T zLg&UUlYev?qBTG6bg(<*i#M(p|-_N?5&I4@Jh)7FHed&3<_-D&C+wbs$2v zGibvg*|3iH;~s_PkeTyml;go`kQGKoS&z)Z$FR~L2q|imjjvy!xIZr|OV|Nr7M|a# z*)c74b85~b=U#Z>Snnkg7Fu9}+^=7z>>ee1ekC*pSYmvB*_aXXVUq7STjL> zM_;NCYtBgNwNP}53dsAMpy*RX426fUF)makYwM;@{;GZ*;AF-%cPZ&DyFE2KHGk=m zxA~pnmGpm~@CEGW} zi(8;{xqWW--2Bn|r|+F!h%VQ4e&X&*HF6CdPg^;Aanjoy_jbqa-SCs1riIP#?s%|c zap!W&*0^WuvVAL{+g|)zl>qduBi18!J`ZjQz8KuTiHM0A%wQl<=yY=VcGk$!){s6fbB@FGN%N5-NP z`hB7wAa-tgLEQg6=C7I6@vF*zK@1smGIF+_E)kH3y3qDCm61o!CDelm*~YKhv8d_Y z#-@_>&-~Se)@3hLi?sWbvy(rL%?KJ^^p)1nN8_a}%kGw^4m8p&?cUn7kN-=@zWf!= zV8*|}FgYuH;oGioma4|S;HjN~N3(Lnf}DAV@+Vm$R=ojxWwIN+K5tDAtOEewB-Y)+V((jr4`j7^LMd+2RAwdtX1`>zDj`vR#1WVZc7c&OM9 zu!G)bG_%7Z8Di20&~3n`cIEuJi>F=%g9i31sOUBwY(xw=Hhxv@hPmhHpb{A$>y9Xc zJ=kz;ArnF@I>LMB%c(UFOmgG`z>tTb(bykP0*KS0_D z@$ZSbS09&G-aU2a)cnwL`MQ~7pO!(;Tm1yDH1^)vyI@x|t`KG+EHClU zg6<$5FD#5$rp!by71T0kdYTfzpnx`dKSR@i4$MgHj2RMjS4am<@&d>ZGjhQgo?aQZ z&Nj#la~@P#hKU4UxpSr;06N*ZMBBAVP4rh@UbE1K_Ef4Dpsl;DlKX1eJcljB}T7`oB~8dI07z^EQ7Wc-8*@Fv-fM8{Rlq+IQtY|e^p z3CrZ-RQ+i-Hg-zaFxxR{UG!>I`-kwOG@6edLc?Mlhy}lo(LE~TdQh%)k4Hmc zRngE;GXqs9pHNJQ!bqKdi$NY$NK~N-kY7of?c7COgiD$?yw9h)x`ESY6l0yBraGns zD18K;W(H}^%=2|rVo)Z3N)^a!CuH(VM8Mb;bDr|smuD~Q%-zD4<)U>fMcs*_ZagBk z6~#-|Cv5Bgm;K-qZ{_VbX5X0Kvg~b~5k9q7&zC>4HxS`+bN1$Z`Td%EHE|G&_U4pT zu$<)|7nRJl%tdbn79f*tT4;K={XzR*bSzhHm^tyKne)^`H0$=x*=F{F6#mkIjG4f{ zeBpw^l&8j?#(4A54=;XrEH0j2_MC~^&yW}vC10szcl1%a`*17w(dOF2)#i`gcEmrf zwj6GV!i%8&4wp|k$(I@h>e~b;DjoF zOKUR%4_hxQixhEVJ7GQ0&4hjWHWTK9fNf%onh4Z{Xk3MmqOO#(Q;aAfT~Xztn43Ie z__dP!hmia$2Sde`tLAcDRJ-Napex0>IRyE8){7g*|WHc zRpkL?;T`$N7_v0}l=6pEkw|Lge~@>L%DrnIXt0M2$}KAYF_qhmU)f+!J~Rhjlce8M zxQNC}CzKo1fFu^mIJI);zM{~)^cw{g#BTZ47^n)lTiqJE3c7viM)$6xC4-VmOW?Ev_%;P3*Zc>dQW6EA=_;l01&@ZZ7yyMM)%ea88|G`V=w zmz?4Kb1ldF|0j3hGj7*s+}6*{#h(cWKNEI7aW%%B;ShedQQB0|8mg*WLY_jcSWd92-Qi!vm!Jkga#I=N`R@RoZ5s?%Obvn z;L9(nNeDG8C(}Grxh^5pv7-8fP>;wDd%xey(wSapq*T3kk15WT%x#^wFO)3|(QA)* z)3!wQ_C(o^RnE(sQtfPhMla{Se~$IS8ry^eXk0NDojtaJmuh}_HzC%D5#TF__2s; zzCP(GNtqEoDXK|X5MpPr-vK;WN!ch#62rM6dKr@_YEL;R%gL4C=Uyo0=B(bhS6paa z6yn~_gr#e>h_bgk_{w>6ibJsAUZo&a$F1*vYH8%HNoRS=jF3)Mrduk&z}Bi&8^zA@ z={dHqe_C{e=l3U_#VIpIo?x~XiqJHRQ#Ka0XJ+hRX=mP)T`UhruyQV(C~8Tu4zWd6 z=c<<#oi|}_uz5;iG>4xrXEQ{YKSN~XE)6Bw(y%_M8J5NB0Rf({h^sE7zkC(HugZI# z;%Cu#PioRsfi*d~5J=Q*OL2&Quzr<-)J6~AHGeV1Ay{~6am$iKj-NOjlp+vfMCI0TDlS1CyCxAUzF?i7b$scw~mRAn_U zE?iDw=f$P)Dg~+S)qM4Q3uRR=qB4RHDn3v@Jo3TKzixa+$>07u;^7+3^1lUES!ZIF TFMnU!aQ1-k_d6P15QP5=)kOTz literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ebe955d27dc76d3ac81f28fa12adc25bb56d229 GIT binary patch literal 38478 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b73531b7fcef4fbd2653b58a0f461d225df1486 GIT binary patch literal 5486 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[{}]".format(",".join(sorted(new_extras)) if new_extras else "") + return get_requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + f"Could not detect requirement name for '{editable_req}', " + "please specify one with #egg=your_package_name" + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + get_requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +@dataclass(frozen=True) +class RequirementParts: + requirement: Optional[Requirement] + link: Optional[Link] + markers: Optional[Marker] + extras: Set[str] + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = get_requirement(name) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {name!r}: {exc}") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + return get_requirement(req_as_string) + except InvalidRequirement as exc: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}: {exc}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement as exc: + raise InstallationError(f"Invalid requirement: {req_string!r}: {exc}") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..eb2a1f6 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,574 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + NoReturn, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.utils.encoding import auto_decode + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + from pip._internal.network.session import PipSession + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: "PipSession", + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional["PipSession"] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional["PipSession"] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: "PipSession", + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse( + filename, constraint, [{os.path.abspath(filename): None}] + ) + + def _parse_and_recurse( + self, + filename: str, + constraint: bool, + parsed_files_stack: List[Dict[str, Optional[str]]], + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + # 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) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: "PipSession") -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = urllib.parse.urlsplit(url).scheme + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + # Delay importing heavy network modules until absolutely necessary. + from pip._internal.network.utils import raise_for_status + + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..834bc51 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,934 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__} object: " + f"{str(self)} editable={self.editable!r}>" + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.cached_property + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = get_requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = get_requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + deprecated( + reason=( + f"Legacy editable install of {self} (setup.py develop) " + "is deprecated." + ), + replacement=( + "to add a pyproject.toml or enable --use-pep517, " + "and use setuptools >= 64. " + "If the resulting installation is not behaving as expected, " + "try using --config-settings editable_mode=compat. " + "Please consult the setuptools documentation for more information" + ), + gone_in="25.0", + issue=11457, + ) + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="25.0", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..ec7a6e0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,82 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +class RequirementSet: + def __init__(self, check_supported_wheels: bool = True) -> None: + """Create a RequirementSet.""" + + self.requirements: Dict[str, InstallRequirement] = OrderedDict() + self.check_supported_wheels = check_supported_wheels + + self.unnamed_requirements: List[InstallRequirement] = [] + + def __str__(self) -> str: + requirements = sorted( + (req for req in self.requirements.values() if not req.comes_from), + key=lambda req: canonicalize_name(req.name or ""), + ) + return " ".join(str(req.req) for req in requirements) + + def __repr__(self) -> str: + requirements = sorted( + self.requirements.values(), + key=lambda req: canonicalize_name(req.name or ""), + ) + + format_string = "<{classname} object; {count} requirement(s): {reqs}>" + return format_string.format( + classname=self.__class__.__name__, + count=len(requirements), + reqs=", ".join(str(req.req) for req in requirements), + ) + + def add_unnamed_requirement(self, install_req: InstallRequirement) -> None: + assert not install_req.name + self.unnamed_requirements.append(install_req) + + def add_named_requirement(self, install_req: InstallRequirement) -> None: + assert install_req.name + + project_name = canonicalize_name(install_req.name) + self.requirements[project_name] = install_req + + def has_requirement(self, name: str) -> bool: + project_name = canonicalize_name(name) + + return ( + project_name in self.requirements + and not self.requirements[project_name].constraint + ) + + def get_requirement(self, name: str) -> InstallRequirement: + project_name = canonicalize_name(name) + + if project_name in self.requirements: + return self.requirements[project_name] + + raise KeyError(f"No project with the name {name!r}") + + @property + def all_requirements(self) -> List[InstallRequirement]: + return self.unnamed_requirements + list(self.requirements.values()) + + @property + def requirements_to_install(self) -> List[InstallRequirement]: + """Return the list of requirements that need to be installed. + + TODO remove this property together with the legacy resolver, since the new + resolver only returns requirements that need to be installed. + """ + return [ + install_req + for install_req in self.all_requirements + if not install_req.constraint and not install_req.satisfied_by + ] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..26df208 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,633 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import LegacyDistutilsInstall, UninstallMissingRecord +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises an error, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + raise UninstallMissingRecord(distribution=dist) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.raw_version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise LegacyDistutilsInstall(distribution=dist) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8aef0ab4eb821ab85e10268076d84ccc00f88e6 GIT binary patch literal 200 zcmX@j%ge<81l1mQGeGoX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!N_V!3aSHK?FQ_cZ z$j<{a10c-e)S|M~q8Poh)V#8ooXn&ch!SHxL!+4D%#u{yg2d$P#PrnSn1aj#{rJqh zlGLKS#2o#i)Z+Y{(vr;lJpFi}Xl6-#yk0@&Ee@O9{FKt1RJ$TppuLPhTnu7-WM*V! IEMf+-02VAadjJ3c literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e0abd73ef87830a290abc8a781bc0f55013a874 GIT binary patch literal 1188 zcma)5&1(};5PxsKvWZQLt+rNZiPow?O#M35B4Uv$mR8i$5?Hp`X|lLqdAo_EUPOBE zKj`03{8PN7c##K1K|FY?Mi4wXvztoA9vs+tzxlnlv%i^n`>tFrF|?Nt_FF3oW1lHF zG;Ih5bp$)iWiIzwz%3pqmJ+Cz%865aEzm7J!>Vrt1*^ara4IqO0cR*bJ_8IXTt}nt$Il+&Gk6-qR{cHT#i2slN7g~K)d4! z2p~+69X%30g|tD54$T;X!4iTU2F&6vvlN%3G>rtgD9u&D*fda-W))l=42*}no0@AN zYxW9NQ;yto5_kehUM@zup6f`k$0$oD6DwWEw z#`0qQ-m_IZ?xn3L%;4i3CLmC6z1D@WTlc+q24cSVBxj6Ckq+Zg{@OZTTvUbBPeB1M)!*SFxc4n_oH)tb8dhHqc_`j zg2NfkoXG#_g&4(iVhmkX5hn>#-xA7Fsfcl0yrX?+E%U1l=sDZA6hT3KUO}JA-aFPnL-j zMPkWi!@7%Ln;j^se&NIPOn>&;-t_eYm7+)M+4`wCHPA6WC=od|KP1cj(aK)&+z;By zlx8W{swbq8_F^w=3c3clE*+7a!BN)!j1mXbrsuFrx%TPf&)|@1!V f>0)2I)UV#|Yq!6t%B<37XMdK8{K9vJF3bHJ#ZWYd literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py @@ -0,0 +1,20 @@ +from typing import Callable, List, Optional + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet + +InstallRequirementProvider = Callable[ + [str, Optional[InstallRequirement]], InstallRequirement +] + + +class BaseResolver: + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1a80f51b15d518321e99308404e4ec44b221fb7 GIT binary patch literal 207 zcmX@j%ge<81l1mQGeGoX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%5%1gaSHK?FQ_cZ z$j<{a10c-e)S|M~q8Poh)V#8ooXn&ch!SHxL!+4D%#u{yg2d$P#PrnSn1aj#{rJqh zlGLKS#2o#i)Z+Y{(vr;lJpG*1^u**!{dk~cW=VX!UP0w84x8Nkl+v73yCPPg^^8DV P3}Sp_W@Kb6Vg|AR*5f)R literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0db7d53ffd6ba92e5a57476fa4d6a480b6141baf GIT binary patch literal 22582 zcmb7sd2k%pnP1O^xiJF_jsXTo10aqe4w3-Dn-uTEq$oXD6K*f{PECvan& zU=!?V+n9~L?PGSl9cf3#Ip(xco-^&rRE<@!xGU|>c*Z;#@0d5^8}nuSWByEFERYF~ z1zCPox;hgY3$eI69nRE@)v&lHU7LxFMOfUMuFKSq)n^*U8ZwPzjhX0JG}AQJlxZGo z&cw!Itc)++l4%`lWpRJHEz>^M&f$1~f7mSyu^lWPN$E$k+&r z*Qa-9M#n~3ydk|Ovv+JSi#MkCW%iHlw{dn(v`yuV2`<0IgYRID=@~mDdPKi?xCwF5 zC-%~N!cO7X5icjS3sJFMXcB|s6ZCJwK{-ORcvOf9_6d*B@~Ug>n4LSr39YYkLYp}7 zjspeoj2)k|$NA(Ox;ZJ%h|_{NJwC@jBg)zIY%Z0Z_W7<{6M3PWC7D@#YMP%(&G0Fi zpAn^rtdtQ2J}L7P*>pO4Q$FDHA&t*vX9m;a4KdA2;!CqBNz91TIb`y9l0$rUIz5L# z>;ylaot{Xi#&h_P_~~qJh_!^qvbk%b zbTcK3e3I`Jva?syVr7?|ym)I|oS`uh#8MI^1y=X!5Ra;W;)WmOy@*Ol5?1V*=b>bznPkrJNdqw086AE0I+~@q4TSfm=to?cvd{_`+Hi5 zi*cLk7sQF=Y&s`keE4*YUrVN@<5jBvq?UdX>8j^kPLz@uo$9=hlJWf%8&oo_IxdSj z)pccdCM}}2k7hJAkrE}DntrA{`;__hYoeGwksQA!#@%Y{xG3kohJu)!V`&0z?%cGT z!)l0vT6Yq?NU5uAJ6z1>PSfaA@7bh$?UW>CCDms}Wwl1Hm!x^tvTH74d7l(>Ng<%VkHbn!^o$vE6LKE>(f7vxVz}MQ<#hbRaSPm(or-LJ-qG_H9Vly1 z25!NzV0+j8j$VGzwcwI$bD#rL^_y$cSFX`WDU4|g;P5w0&&_~Gl1RV<=*oyEd!&j538{#yt z9Z+81QiQ&Y9S#J0GX*r3rDvQ2$} zKgN#?<_LQcp2vX%mKJ9~Z*U$`(~}G&tu59B!JJ7>Wu?JP3i})3xRfg5+uF4wRh{GhXDK+6Vu5IDCJZ( zHLW@_$r;rph*xJPr8=|`_ekB;9?hB5OThpF)h4RJlnlb4;c*aJ2UrKyt)Bpya3pO$ zdOn{%ap3vmS1#!ImqoQb`n)VksPX&|&d`nL)2XY^&oC4{GPG;>c{!C62la`Rp9d4Q z14jU4eL9)mQD(4qq`~=&&uJ-WYiMRpjU_b1PbY3GMwbo%vc33|O9)=!N_`I3(4*$o zyF#IDSZNzxZ5~+)m8!h1(4**JF%T;@bw74FntV&akLx&3ebH0BUS0F%wdHHyk^gk$ zUSPFxaJ72ql{3F~w?6VzzZqB#6a$xvf$*D8EL7sYo*P7FEz%F%Hm z?)a;?3-NK(FrQ{Uws8X(@ihoGA_swnBVlIDag7t~Ke3HD!D@F4PSGW}#44dmbc-Iw zXuCzP;1PX-7k@td`SBOPUr_W5)hHDZgF;AS*ID_n;FyRmaT7M7=GEX>wNNXD#4yW= zpjKF{nWz%#UUiPudO7siBh-sELW39<8qt=Ym5U-4(c)T*=tFMO8*9JJ#d}qc!Dh{WPmjr-^5JUW-UV-_b~k5is5kgzjKtT*8o@VKa$MHb^u8STo><`_4A-5@YJB4R=c zk)h=DoYAv}WRDPgq`E|~sM6=vB)$x$CI$&6QTRNR%MQwDU7na5q^ygo2Lz09qiWRz z<7ibsNUWGnj1%vzhBL|QBF;VoozAlwoR!4{{-gvU2{oeAEK?qVxS@viM03atd#NFy z=W*im^mH{mJ2NRI1u;P!Zcdz>Q$sUzn>fiKsSm>$uVg-GeDt?*8t34)ZCF(;BgS>27Ht8smrDGHvr{F9FXDB#D!D$K@K|6_!69)P5{Zp_W6;S>a*M9A?5yWx9HDw-_a>szgLUO5u#276g>Tz-lRg!(73dqB8nS+dE zN_3EiIv3pw&INbH!LFJz<;RL1-Q^Y`{n!`XFT3Bkti3CwA4l@fFzNdK1DQ$Y%H&}a zoe`kI&;%FSz{iNKl_BpBiePQWQHdl02u2x*5m{({h~gOB9p9In2D!Q>rlhhO4QD*= zGY$lF6}*tWIi1b|RipOoG}Q&EqKZ2C5E$#N<8?;9hWIP!(riR4rx7+lLICqu=lB<2 z1amoL(mZ)cZ|}tyb%}(4cxrlF1ap4r91|8migKy(GOTknET+8SlQ$q7km_lGPv!WV z+1a!JDqMykE6XWTyMX{_fKaq~VDwJ|j1g_{)uf^WF`nUNqK%+T7#?&WW{Tjn7|xLgzZ%a5$3Ao4CzN9G+d!pzD@ywVG1v-BkCo=QY)}3s>`Y$ zlGwF`NGdZ~Vq7{=E@Klggs8gpuII!0rj&;Clz)k`^3M?fB{p-hc>d_u)|$V*6#AP; z%hHKrsP@g5Uw`>gc<}!CT6h>ddLhuK1p4l`KkWK2aHQns>RL;+-00q=(4z+aU!<4( zk0Q~#?S-cOO4I&_Py8x!e(6NX?hN)7!|jD|j}q>=mn-z{Q+oG3Z2zEZwfEwO;ipP2 zuI_^EWANpT#oE?;#-U5HCbWUBs3MkqvV6P6B>rwMUkERd9x z*{U&KZrsFss7!>PVbc|)-T@AsGVv*L^rws;AJ0j$Tr*p#_ueFzOR-wqjz+ zx|T^`n+f}6DrYhu<=WEA*6CLGRl1flap{-TGFg#w5AW!s22M8_kSP*&w>)J$zhIkc z*pi7)DGpptJpYyldL_LFIa=1Ep{xZg(4RSeXgA6OpWCPCyl#0U?}Fo-?yqoy(}0PU zw3vIj0kF1jsgBPDvky=``y^~pv;v?;wy6%Q(pKwgKneQd5bU!MNTi!+&5gHA?;tvrk#)!R7>5Eb^wdZ*7S|@Q*Bc9r$R` zv*3~1%WDd4svRp>#q^-izFN&1^rW62nzR<{=4NX&Xa$Qg!!)`{>;?UlSj?*&u%2(( zIf>DK`RT&k9b)riaq^Hyb7y%fr$}?KK@gyRoMW5y~u;iskn>{;Cod}h1mKir{PN(q%Jh6^4fkahc zLlmJzCN`^V-2@N9&(3I?_cEj8qjrpkY)P^M4DdHl zmXy=b5JUVVLvWeR(^qXP)jz;$=r&MVIjw-U0GL6MwDaI8X|S6hfF3p_WvAIT$t0!g zFsM~@rWwOvgb;)j884HY4c4?a@_2HZ79B&!7)6*qU?_R+1sDQ0^+QXDy=mCGsVphU z!9K!nt#Qv#qd!-{>rfM40C!6hAhrG!77Gi5t)?xF3B~*#Q=Q)}AApsF4VLfi zmU~GufMp_+%t56#mz|aPifOqx-)}+-E4XfhO%U#X94Nr(VReRs__pZtPJo@WLo*aLzPlJtEBQ^LG^fbIUnsx3a>b%Jewnm}E# zMjimV#g=>xB))h4MDGFP)N6tUNfYQ8wkhPp#L8pks0r+1vo^LH)--8Yj80#fkHXr^ zEKM+L=$k5+B_l_?MGdkUgCd1ZrL+V1N_CPgR&_E9gImubrONbm)dK?pn>LBKUez-J za|V@@h<%ZG3YhHRHD_5OBEYnN(ERCVMQy~wCUo?{_+A}5sUfl_SL_hgb6%X&>?C8< z4hb{hl{HbsYkC5x_0%B4Mw@CoX|7ZkGrp-+GBeCW2?beZH(HDPG?6DsV2cz?P%w!= zb+J*ZPO@{W0r3_zN>HUz<7y0hl+5eQT|-Ya4uu*MvZ9>8nk4jPtuVyPM0pKd2JFam zMb9B^o;Ss!FOl&60;S}TgIPZYI7lL)J|)zbkMCa#9e5O|ee?YC`C|Ai6H$02%(F#kPq`MFqQ6eL&k$Pb<@!M3q~-M??cg?BM<5`fWA z+E+sDu(}iiBT8W8!TGho(PCZu?ZfxB!R=7OJ0AE8JC7&`#*6}N~wygX)T0lUhe&I zp?AN6|Ka_gxLKZu<V ze5MrQyxTsmx3C%5r37|8=wAyQS!XlQpN|aY1A`?GTeXfAf5-inLj34T{Ae*! ze|sSx>B6|zdv+Ci_9#7jAg%WLih*b$(5eJlR{~Gp>o0T;E1koI&b>Ay>(^!r}zPzXF<0=E}(FfNHdrm8RPUlC@Ud+}A za%wej8r!4YM@__-l}od~^#E)JdAky5$EJn(tr`=)^zz+>e5gO~>HqBUOExYXg>lWx z7h~=J^a9!5_|Ij+F28WZ&Np(uZ1kV+as0B|hLGWhaZ?aR8H(fha2t0KK#b<5@ZS0e zHe!0=(gFRuWxhkthrZl0-$nVlg}`Q|)VyVr17HztR<;G$iK;G2PXMUX(qV*Gq$3F9 z4owR#AubUPeA}*JtpwsS4NJ!)(6|FR8A_I{NXuMA~skDKyTrfG4h7U`zSzMKzNDzi;i z*R*t5m62=EifR2Smk{jwiFV96F&+zLkK6`@i>3ROmDAUPO>n(iWf%}J+J6M>5ED&B z6-)sRa%`G&=ZL{#kCFC9uPHQolJ%JS6U?&-EcWKr)LB*9#PanNl)FNO$Vkd{$XIEx zjz(>ruO|*!-w&j%CnY_2ASMeyTGMtl1TaGN)VD$5NHRficDhd91ocpzGoA2C<&nt>4xvY%&fjv+8D@uGhns^ zfTwv#NwjznZke=56(Dg?K?WZdUdj?*PR0+~0~&PtOz$w;GG`nj2`0R}2@aS7E1v_i zk10;d=#3`g<~2YLa3Lb<8+(A{AX@1PB+aPie3v138S{-TZBCI6&3w%l3SEHH4lX*PT+M4^&iSml$OgZu&7B8MpsrV~HE;^&Eudm0L! z9>v3qA;bi)c@7jqt%cC`mC$y|Csv?+#Sfkw_Ld$c&~xwQwZIx<#KJN~!)h46q99=QKU?_J4<2iC%0 zDb;b_V8PR=cslPLS@R5|tA+#o8B@CaDFr8H3(|pPVWRcjtN@h_nV`V>qqej{P*RkLL z;euDNl@6KNwXF!+Ane^f6AUu~*3eG3Cl+1cUL0g&SaAJ-`=JvSYtyB}(h6-_EcP`do|MV@uS?OIb+I9_^-wXd^ZE8NLuFZDfldek4)(XU zp-{VBsoj2mWVLq3lDpW{`lHzQV}+(srD^oR_`|)cO(&MBe;sPYDS+g|wzv}NTylbM ze)GudM~d}Lh5BBlzIUa5|NSFNr%OItO;@pNSH5!?QsBryabWoVKG+LuMoV5U7=9e) zf{`~bE?>MmvKDB^v0Czfk!L10i5RSnZ((nKDbL)1y-TIGJmuY8$@`+Lb4x*dev{g; zV9G4nF^%#2Vk6uuWb3k5*t#tHvS#J1ID4>T=Dsg?SGFA*J-zENtduy%_HVwEGnu$4 zQ>$ODFF0X~D1Vx<3YN`M&HywP*2Y;*YDIe{`(`%BNj0cZ{xoA)4RcheX*g$^`B;rw z>vYs4Qo)|-o?N>T|B`+zp?cT!ZK-U{dPXYu%^X%eUX`4{Mm&WpF6`b9X^Y`U2ySHh zI$;;$H`xs#MyrW?BZmS% z!UqKxAB0)VNER2wU_Q!ZF(6nD*wwXMDucev3K!>hStE5Aoy1!jdkH>P;}x-_v|FGl zVPq$uyC`Yi71gFDn%!BNk9}1p(p5PQwuPBK95<6_C(;gpOwX20b7+l+H6HGJICYw9 z;!(ty98LRDUw=(~&6-YNxYC@Irt&-mq*-TLXElfm36m)pVi=WDeej!cmVI+&VY_jXE}# zspF=Me@;}f8UgsmW-btVbKmm5ygycKj1?M(mB!%*Bdd*jmrlHKmhp)(#UIQ2yYA)w z_2Q2g3%w^+dQTJswd-))xwU*NAL`0`p3QeZyNWQ>RcvT3H1sG9J%xrnO2eLFP2HX7 zThU@u%a5Ypk3Nd^{oo0B^fd0>;GB)VB|kXHKqI+8LcM)q`9i*F&qIG<-&tkf*|oqq z@(e-;cSj1b0R{g<0}o<_U1wHyohj}Z{^_l^Z{2pRg$IhEX6QteP)9yASlqUwux*dB zZO?7ThvAOL9mT z>i4Qwn4-gqgC@CV%Toa--SIN1b-9=v1N;`W8>KC1urX&}rdpC-LOlx#4P`GZ{NTEA ze;FlAbxRozH*9Q`2*B&8H-Z_W47b`qd4frX0@q5m_7@)QK{Y13emN zIJj2zh%i-?L0LMA0jn)K1PLQ~llaVJ?l-Ait5MG61~wJ^36*I!$`De83b%rY+Fmy7>o+0z=$cwuwaW5$t3=yZBx(n*cU`FcZWb(&j)2w0S zV1lfj?8XyN`FukeAy=mVobd60hL2$f3cY#gbqLyxbR(${IjlquKOA3;9M1=i!%9@v z3iswcz4=ftL%BPZhMf;0s|}+|{&jz~X8ki;IHE+3Je1!%zZ$ue4_pG~Be^`Lcw%=? zkhgd!^5)|5Vj;9w3GIF8SPj8x9I|`3t`OR`653V_gbD#N+1zs$_+f<~UJHzvU96*2 zxLXN#=i>*I@PSV_M-7<~3Xxs~!o34urbXcs7rxLp5c0ma_T72nttakHD3Jk@m6|_> zvbz;(1l{a5vKHP!`tQ0W|6?y#(@5HdV%;;q<+$?&lOrYpSsJ!>V7`rqBysxQSV#C8 z_nPfB`)l4i+_I%KAP10cfzKrSByh7}Tec^3OwDo2oRywn+4S98bX44=b)d9`P5`ME z8Ufri)<;LZ86zpngSlR#VlHmPet+F^IcSFZjXLGGu>wY4^H_T$ zPIt<2?_daii&YilvhX~Fhn>U9Zx5+E%Y7L!__ykkKkg#zbaGas`o}?A9^LPsg?XG1 zb5!s?of#f$QO51430H(^Y7l>GBZKICzv84pUzwr_6!?v8lo< z&!C@IpvUdO5VgB&RrpN}bj+Me*qyYCn>3ZAb)l2F@ec^T>jXaXTKRY9bUZ-jHDgYf z-NtMz+Lzr{dYwfFS|e@QmS@?s01YF4$-rjpiRXdq7M<984vEKa8nmIF1(sT1zrJFr z!EqT-VHK(@dButwJnZ5aW@!R&v5A2e@M((ESmi9iiu zS`Ae=5pmX*8l>wGP(>t?llb8aHAqfDNYeZORWC`fR9Kc?r-qUgkmOY1m-7l9jX1lh zG78W4l*uwgUE>19&><$9%SVRva!yR4{KshRGssOIuDz?!wp(f2{jB!99qq5B-XCU(9<-?hZWF|Vmg zB?`Rfx+T>%Fy9TIF#IR4C8jsQuhY;kelVSZR*Ssr&?ZfLyqS3*n3q2V>E9rgUC)*- zQH)TfMEWg>Hnz5&ofIQESPhZm6sFYB9Yij|$bWLZLUrp& zYQ(%0RL<2l;LlK%ZJ8Hed{H~}N7rxnEuA zdt#;U33&4?om=nhS*q4NYly!hx%J-AY6#cz$WaEoRv238Ler4aGz6=Dq3ej!b>z3q zRVKjg*tO&>Ijg+`e|o;e;q~wL{o=&W53}e8S3ac_7Jtlh)zNQ1Pn=d~A=0D3zbZ1E z4-6wLMvyYBM1~(6DU6&}MozCq&R`!$dkT#sD~%)h@JPOKgzZDJdcdMq@wneBX1gtDaRx-3w-| zzJa9h{zr9Yj$fPvh#P049DH6zsi&)UvY>-K9i#twzbA?Pv1C zBZY&Pl!KR6_v$V8qUA2khjCu>qi28BcJB7+U)RO%!VBu`ujUhoh zn(Gd+caHK!NrORn-6`104(WoOZnZBtmYhp2#@IPu4ZQAxsBEFqw?g|yt01*tI2P@8 zZW&i0%82`ofRkH>;2C$#|K+V&8s4WAPw9W%FphXJ`O#HpRd^Ri}TvoO$pWTu=n>+)4 zC5U_5b}?Qh{Rvvqkhuc{Oe3{SS@|L|kk6Ef4j@w1#nxO6u$Lw>%c_T@VPO^`IwPQj z?RnlLp3;B9_xvss6OuSvxl0n-HZn=5(bzenq2%KR8VU`c<{5f#!$7M> zBAtw+NTj<_1C@JItzy4{BVz_=VA6k}K&0Ro6#PdDXmB!(7})>lQ4RO24c237Vscc+y4c*)DYeOzp`nw#>G|a`?OEoN7%XM^@A}m_R zHMf=OS+s$RwUruKG|Dx1-s`^axPSS+=f^vgrr{C;1iE!!^>1UW$OT)Ms~yBW-?md} z+EsGU*ZHT|d)?c(;lg+685_5KsJMII$NraWu7UNY-ja(V7)C>1$<3l3>Z$AdttBt} z#3;J%?Yn>C$A^{XT_sixiW6UGDVMM7At#P#9-g`JQ~A&-#d~@q$SO@Z+^)U(-u)#G z?}x$$y-KxS7oU$GEOB_h=iH!IsbROPuGqG-xpl*ZcqwhGbJgXyA1ZNp zzZd;r+h4YAP_#7A?dr>S?k;h7KdjrJSLvc{0EIh7N*ulSo!y{!>3Q4JHdhlHBSkRA zrv8$fMLn3cd^N9lJ2t#5VZt7B)fXGPOAfr(y+JMWQy0Fp13+6NZaW=6A^kVRR5$&a z5=e{m6n*)}@uQCLh9FNg?Z+d$#6jk;yJhV{brpU+kBSrF);2QR;p{wkDUI#_db*B| zpR$-1viLb8_DfP!$xnTBTILz1L%OyjGoD$Eu!1;A><5#Em?ejuIW@XD$Na@dx$Hf} zZgguG!D|UDqG0UTp!ELDW|<{Whf!okHr!F7Gp;sl?!~ws&yJ0q+dzxEsThzm&6GhtG|UnsXtw}l6a>Si-JbtK zL*|8hvI0x3G(QZNZJBm>%VF(FL9g~~hK1z}8NZ)Z{vAY#|I)%0zlL~COp~RLne5b< zRm;ZC?4;(lEV1aYXtDd=e6tRRr+Gx7j|n`)tmQC}#`( z4d?ra>-va`{VjL0z@7X%Zr~&Cz~6D(Kec;ocF-}K{bLG#Tg%xFf5eS^#BKkGiX8pa z?m()CvyJ{O_smD!Fp@sv&alYAkGLn+z0FIF1#h$BZN9s2)w}JLs`aLA_ny5!{^J)O zoXqb(uk5~%@4lckJ(=ekfatcxKX#AUs*1kmk^}Gc+Qz$%yO-~E-3=m7fPL*%Ni`e6|?V8(GzqIgMj^1qS{||(;-`D^E literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..1dd0d70 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,597 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[Optional[str], List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + f"Package {dist.raw_name!r} requires a different Python: " + f"{version} not in {requires_python!r}" + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[InstallRequirement] = ( + requirement_set.get_requirement(install_req.name) + ) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + f"Double requirement given: {install_req} " + f"(already in {existing_req}, name={install_req.name!r})" + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + assert req.satisfied_by is not None + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + + assert req.link is not None, "_find_requirement_link unexpectedly returned None" + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + assert req_to_install.name is not None + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f6f2e4f65ab93df44b4a3e1969b93347e20357e GIT binary patch literal 211 zcmX@j%ge<81l1mQGeGoX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!Dsr}paSHK?FQ_cZ z$j<{a10c-e)S|M~q8Poh)V#8ooXn&ch!SHxL!+4D%#u{yg2d$P#PrnSn1aj#{rJqh zlGLKS#2o#i)Z+Y{(vr;lJP5Na6{uN19;hI*BtBlRpz;=nO>TZlX-=wL5i8IMj6hrr OVtiy~WMnL22C@L{8$0X( literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..86e8bc72b3eabdac0f4aaa0f6fc52de18b47d0b7 GIT binary patch literal 8152 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0068d6d870abe4addcc7a084ba4c6022373d6ab1 GIT binary patch literal 29411 zcmd6Q3ve4pdgcsX1VE7B`%P*{krW|O)LWJ)$rdG2mSmZJi1Gt#8-j?T1PLVQ0c4pl zwIw@FmfG{iQj%R!w{clcYHO*p?=0tXXZh-?EM=41-MUHz5WNcqp({=$sa#TZS6EYf zyV+db-S>CT3Kqk>zoZB4a;TA& z28$qE5kf*pj0k>y7yTlhEfLG4)o-1&`E8SSzkSl-cTAS~%O;(E=cLQ;nsoc!BIUP6 z$|pU34~yF(6_b_z%1N)^%bx9#s>y19HH$kUHIude+Q~Y9-DJJLezL*eFxlvDWbeu% zO_R<3W)^owS|(flt&?s3Humg_v`=>UJ6PNuSv4v7rO8fzCwnfBbWN`IuV!&iq1HQ{xyhKhP;u!NuS?0xz@jSa-DyjD9BdDf%K|K|KxiAdQq?lvT*u2ZD4YD zdBeLRfAVjXU7_k`Joq;uw_C0Z)x3*wqszZJR4e;Jb#j@!iE>QXLiMlP{98f|a%-qj zUX3@aCmf+Bq-`xoYew3(P>bAb$k&Rr?H1u-A=LJ|5Nelw?^@Ys1pfmpwF9ZES{v`gDkZhsXd0&T`aX1scQ_WyJtjS-`~=wM}5vr#n`itj|BD~ z9NGWKq0xsk)}g7HjO&0BO~_M6<#@(P2o9X z8xO|fJ~2~sXzHb4BpiBDe(`KrktgM;xX+TQ9E~cINKVM1(cq+*a1%V*EH4hCbVMieEgWLghR#p1z8BuJk+xwAOYcJar~h z6+svaP(P5F`XOfQPoI+I2(mPXd8-17{9<52iB1OOP&m#;sJ`eGDx&^jXjo5-LnCJD zLKvp;c;KuO;T6$mk-K3^8?wMld|U$Isfp;{62$tf8Q1>cR49xd%9(OQg_-gRDi+tr z^gwVt9#v*gqIoEy$idKzK32IJsz=nu=aMRD4D`oD`|ihQ;-{ih67^M5KNwrj6CcdD z#`V@X6ghrYnHpDD7K3dYLW1&@eF&}yah6CyTwP;`Q66?pSkH^`GVN(rm=(2^s90u& zqXOX8lIR&bB}>ZLsd#u&melc)q7xF$rrzp-QJ+oeLQTqQ3c3+w+~F9TpQ&-#XHj}6 zso?|)1@s;S#v{R43?N2rlcZn7_YXd|Z|q25nhgMp@@_vDlNEgWxq+ADsh6IMgik!j zvuqjIwE4MMI4-ZB=Fk{>ZaO@@0n>*?gq5>Fkz>&a12!IgNk-ufdIMqu(=(asU@VZ| zE@d6s(~ticMJ@<;9fGTC+1b48tk0I&Ivhz`%U!qNthwY%wr}~QZ0nM@Dd}ulD)+7+ zyO6OFTxFbbd2$+SNgmfn9xu!B&*tZMFl$#Z;-{%d!KIWP#vbynn);fET*f-obfqC~ z*9w~F&~WZ~%amtUIIZndS|QxeTjDP5an^!b*e<7~@H&)6_cC z)CSYkrsCB1EbpqVKW{~QT8eYbS_2hYD&X51(A$js9on1R9XY(()2#IRx)CY=bM48-JkJUn$W=Bvs$wJ&F^K!h19D#}=a$rRcs zl}!|EreF&NTPfH^!FCEBpkN1rOhr@)pA2JV1PDfz^_1q2Uq+*1SitnC3{V<@u$-|0 zU%nV4bRpqV*3z4n$>13o3yk5{98PA{4Iu-4Cid?UToAGjp{gnEmF{?@q-{sCYsVtO za%ri|`?cBEW|zG+mv&s)eR=nySGs8X%v<~B%NJjsvn?Zo)3emjk#6WuHS{mlwx(-) zQ?%V7bPr z1iP^4X!Hs$fS$=xM5?nOBOa0ZFLX&_@u@94Pl&^0dCpn_I^vkM@WoWGFQ%zzTwhH- zS4jxYG)&9NWH_$x`hjyq7{m%7+gG9N#BeFp3}rV3C6~m0dYiv4ln0UKv*s3nvKI+4 znnxY*JIn!JTb9Z&GCx73zJY)Nzo#x;-gc+FEos}9?AW%5u)J-#yc^*Crt_ln%Ypc+ zHR)9krdB<;bPrgsFK4jcB-FMRgLTFh0_l|p-1=VhpY8$N*ky9yY`R++c9};32qplp z^qTKJ-^MOyUcziCd|P0yYMx${YpID zrnM(`f6r>z=V%wp-=l1!39GbMN?7*nQ8uEKuSyxjP1!{OL-CcMcsLWls8zN=GG!_; z_vLmFPYmoqYyvx8;KU5}j1l?>?HS5L6zoM%uw%3a%vTPTB=62dr>J1wRdZJ(2OsyPdYfKhM9^khe1LXUyvQ4&!EQGB>R=>j~xP(wg z$S#+K9QZGjogrt)6>`fi*-e{#s2s6!7W0H`6P2Ng*X@2!$Rk%wSVEQHbt~1l7jZA* zRY*RVox#Tjc3wdf^w`sJdzk$7TBel+u+Q?GrJK)FlyiF{% z9H|Y4)Mm96jrdXv;x@b|j=eQxk!>Mrxh+K8dYk&L1@ZP!t6Yoc4zy|&wTiXO2EN_q zmyqs~ooZX#k&T(otTk=Q_}I{#T6Vs zKHzo}u`_lG#GWEggMk1)8k2&O%3&b!#j|oOE}aXQjSZspPi6Ftw}-7 z{jqw&Q!EeImar0?A|AaT-wsJrvK)#@@hFN&6LNg~lpJE|Dq$su2G9hVH5gU0s?6I< zL@63MO{_Ph1`?Q3X)=oTfkmU%MdXvxxu|kx7oNf~RuSX6B>Cm(D0nX^I1N63S_y+h zm5A*no)*kGwT;R%4hon;9hbrBpc0&vh};`wEuEx~AUDV1(&qhMhbQJWz zHdKZJ{ir*P31n?$nHYRv4p{%FCjKpmdZL&s)_^{F;N$>r;`GdPcp$2r^zkn<#C%|s zIg42SJqB(59lu?R3 zMga{|j9Nrff{XJ-&H$Jqkg0*hx-Ujd16pPp)7X9l*!pUOhL$h7DfeZ$SU7kx5NDGffGI%3K&b;4=f3ok~5 z31$KYBAh_ATShaYblsBc{B=?Bqm~$bO6`4FAb`yronL!joo9J}hw5lWa6!Pve#Lj$ zcd2!LXg>6IFh7=69EnD({V&f^~t<9A<-Z(F%^frtB&5cEg{QWwxhyz zEBfA-5q&;e#ueb=sz3mM!$2tz;3U?QXo*5=!Z;$xL)*uF!voL!9je8LfRD+*<$-jK zFID49RD*g9LbS-(2z?8YQX}*#354*z@H#3O z$bEC})pX=0EZW#%f$Ei(`i4S`5{SoVam(0f*(pQ>Dy2q}2}kaCW%0}ls4un?0Y}6G>+? z8`+FK3Jk2|@lE;wPosLsSoI}GxX}#sbg8QJMF0q{z(h2ll_!bpb<5}hj9ecL7aKE@ zma&1u5~XFSoI#*UR5@yL1Rz=mAo}iWZBo|vsS5hU1!1|o{*pXD_Vx=`U-+cFf4O$` zwc+m`e&_HF`-kNplrPrqPI`7PdFzUykOqZ8VGAOqpzx@`Awg7*B3I!WQV9Dd2JWNP z2E70KD6>M`-30+MB}kuAkUlx3;s)yb+9_l%)xZnHZR$H3GOCvumwP{ee_c!rj)AID zH4a2H(WaykYoNqVLqowxoE+7v$RI_C7=VQ0DKvodTn|&M5bJo<8W?^`Y`Bl1GZwgs zDpl+Q*`23~ubTFy=JvOnuQsQfH>H|4%?-bCxL}RsDImVgykjFF1w~;m*iMsJb03YT zvHO^6c##4oz0(&XQvO+{m_hV)tMW88X@r7<6co%9OT4e$Ql(bDhe}q~AOKtgpY6H0 zheWAu(%Xlw9!j^ZPqnSb%sfgnbN=G_q_eGfGzhV<75RIJlmhsBQ3D|oun_VqxXe(N z(p)01v!E~@@lESnj-y1MnAEPl_1Q+1=aD;6CiOAZm=eO1&z_@87#7Twg&~9oA)Rqi z7?=*mPZbV+rb<=a;TDid_nFvoAJA4<=!f`zjFjCB)x0@#ac1t!d^NU}-B)+d4`c<= zSHHA=)BFDG{`C5X?yP_4(%2RMWq-Qfm#X(A>mE-&{zTR)RvZq`)~V; z(u?Pj=8(-J$vTbO4^&1f^uGqh9TXRj0d|ydi1<1wcJ>70`=IZv9gW5hK{v%z#&U@1 zcZ-IoUL%eJMqVqi<37g8wB(=AU~#;>T-iy=fXbao=T6=|BZegaVcpw^)KXyj>Ii@Z z84EA$pT@e>*Jq#rQTo4V?`7a!SRtOx>wH%QRcPk~Gil|kPn)NsHh1wySPLKg!WLQ$ zQcTmYY5-u!XZk%YU#=G}A+E`)sK?dCZOnULTl`+**YvtoVAP&PP%o>6xUTc-hMpMu z$40FtjF$=RW9W%aVrulzYhp+|Z~3a_oOn)n+4`(-PW0IlgZod(<7b#0M7Kv6pP?OA z+g;g?OF|eGwbDBR@`2GDF7bKzR?BwT8Z=QkMgc?W44;#5mDFUhc%~W(XeAJmr{$@T zJT)GcW0^XZgb%)iZX_PO zpY>O|{2hES_NNH=F2bqeYoYI+e&_U!;q=yrQ(GUt)BEspO)oTLSKOD~OI4&RJ^v0wlXW&D=M=dq7m3m)D2N<`}Ovl-5>XV)PKi!z*s}`a#ii6VPaPotGamn z$mJu8Rh@>KYOJp9%bu!Bb?NFgsp>WF*%rpq>kp*XA6Q&}aIx>uV)fx4c^>)svbXbd zK}61)&THM@UHi`3_r`B@zB{p4vn}b__76a&uI;~w5mx+z?VI-Z3E%5;4cA-0w`tXI zmGuv+?1<-4DztzZq9L;93WTo!KqK{lRJt^zH@i0dc_Al?Y= znCZR-?HGNXU9Z9Tivx08-yc!7;=C0K5^GLS!tz^M&}zGf2Nb$%ZOZ z`8yPd5zzz5hNaw91J)~DyFOLBezA7L+;Fx@a8;z8eJN+(Lft3M0njaTR;lkkn#s(OU) zxQ3do|E^|8u-+Cth~D-%hw7}i>+FbUDo9#O+G?_tisf;0gmYHoe`PJE@ex6!Jx5ep zFlk6EyiV&=mV2WC$P~jyvzB4udGMXENHCrD(Nj@TN)S+{Kx^JR+Mf$9tv%louZY0l!UMt^JN_*I5Pax$!RO=@?ysPb zGKL`2%5**IK$EzeTSNq6)ABf%mJlAzNXBe2)!;{)A1apdYLlhD)S&e1RNSe(%!o<> zpi)y3Tkiu)79s6_K*`u7g8wG`{DSbOTZb-fy|VN2&UEcSs&?R$+KsoAIp?2MH_r_% zHMU+kfBAg6ac`<|?;qCQdg6NxKdAeYmLIk(Hjbq|V=2#A)+*Grd{$ZW=H$i6bmi_; z8;t5!!+A1gT*tIu1b@(F7T9AP}5_7KN!FVw4$_ysi&X>XApG0Z?cK zDfC%|;8pnw1+*P2$0<08AY+A$U7-c65SGu_PDG;-B}!2zHf2~8#Aldvf%Bh_QAW0_ zpQqRb3J5bYtfvryP*zdE!2Gu;_6-V%-((UNDqEh@oj}$xGwr zrL6Y$`9@%Ed%Ic+v8>x>cV9zuaLal``(Sd-1JuyLtfRrcJ-KmjR>1w%*b3dU8@=|r zWXswW0rzZ|&HjwI5YM9MGvZC>t)?HWOAS4h+VM11_KZliwJbCxHxH+LBX?0{3!fmG zmT~;+m$rwm(60A2pnFXzODb8Wg!P1=nhlY1)*f;|5es!}GxCOY#wAB+a)k@Qn0Dz5&{J6R z-xO&(I`5dZn$aduqu8`9;e6R_*{l6I+T*lct1x#5HBn|pWNUSRf-!v$Gtr!xpg3#M z@}GCkI?d{v70>ixAy^IzV2@05m~C##*GlB|7KRCx>;{34hyq3(hSVH5nA8U72)Wk{Z*fVk#U(>L+Le^&)R3pS&d%Q zXlFH+BebD*;VrvHPN3GZSHD?eL`+D7dycl*2=dt}Gc!X`R?S*W=hb3no^lo_8Ib5S zn5C4RmU3gM#a^uebeW{1q|RYMiZ^aV4i%ED{Dif*Oenor#dM0#1b~CbB~m8GcJ<7N|fi~64{KC z`Zd5dC~lAjt7foW*B$rP8~W-q^|YC?I(d-*s2yb{~OgdUOo zD9^6Ef=7ke<&2X=TeOKPgv>ZHVS6EMVi`B~H`NYb*+U6UtZgCns|I0t#=$k=nTk;K z+*BkQ3}M5Cn5&ga*-1Iu;I^WAUz zuKLm~{i&Az#k%!#Bg@Te7q*c;X|Z|x++nah^MiM4dy<~fh38+A8M-+18`cD&I= z&uFr?=QD3Z(%ZExty!?YUva%+QQCf~;uoDD}pWckc^7m$YB93a!8 z#+Y3JhOyG{XJG5$_wWg$s*RD3iPZ%lt5s$cr0yj6U5DZzoiTlTF7HX#`ck#N zIp>nMG40))@@~Gd^~1pr27eGwdN(h6$CA!5PS1Q3g|1gH(pvcz;>r~SnQ~wW-4ylS zq%!Sxtf83-Ri!;HMTd~3J zX0$Bs0La>&Y#GIzM8Uc!=GH0La(eXW6fBiQHSWrvdMS27wAhb{AP0XYP=t4u8t~6V zysgHk$GH8B0p)elh~)4d?K$H{xYLQZVZ0&YEsi_CF2d&J8z9QCEg20F4CIu$Rf&09 zm1R_U2NghMNR$ERcBpd5ckYdo*<=#0#PO;TskV$1dLikEb%wE(<-5jY zaI~t7OZZ6|DS`*i{X*>q{F?Iiq`mu6-hH>Wet+=x;G%al=^V{1T;=zXU-=M$ahVaQ zDHJ?NRT4&I%dEk;%)II{!(Clw6ywW`Vuoc#kA`JNk9?U?tV^^%##b3dc+2S1K1YzxAcZV`8`vW|*dqsLkH8ASQWdNZvsncjOpF?A+K{SQ!qv~#ybUk3i{e)N zuUtbw?3&RMz+g^eT48&bm zNk>T?ANgrX97I{rc^(Lb$>43dej|vfmlx~zGK(G6B(A9qPZh}2xE7?J)0=iSfhqpMV7|7>|*J$q8{PiPZRH%Zc&_(%prCxfVsgiS_0^=ay|}S7!K|?)OZYNKRn_d900?oQWbLM$K$X~M zWZXD?VcI7WuqEy}bKI6KN}cLPX5dHI_vPENEeyYZ==!0BJvYUqcQEN3 z_1+StlQ%VDPST+fcri!LwUt>D7&m5=rwhcRNh)#UFN+GC<}u|O^5X@xQYNWXO51qs z+#;(B*~tals9!gb3sZQVM=z2{G9ldyKFAzPp^@BytOOp-^F5z*4u0a@wOreo^mJ+* z%gEb@uO3c$d+&G;!lZ5Y_1!nOeZ1$RJ*jmElg@+p0Ha}4n>VngFppuOsVKN|Mt|Bc zSQR1?4LvSg5G0emH}G)ty>ry%7G$O_*TQn**~`yfvwhd|jwe~Se$hLSbPg1E3T61( z7(nF9tPQRC7LElUM)4xrfC#xnZ|SKr8d4>w^))D zm6yz#M)YW+qjb}V@%}2B^e@g#N_p9=I|r#d_duGe+Ws}_(F|2UcsmcH|FQsKr&;s< z12wOw^k^G6u{jesU<|giv$)Z;z!+v9M5GiP+}l2jusB?nxt)|p>QfzD6h)RKzu--nJ!AP1a^}9TVZ4K$tmQzcE$6@yGR>FNsU7tKQyo zbx*o=IMq7*hev-<{k^AtF!m?@ANm(tpGj9eld5{=Csv_h%Tm=df3KQz921vod<*gS zXRgoO8vmr`aPsl7q-Ttoa~u=@S8Nx)`?4($th9r% z&knG(#7eutqEeh#Y0gG-O=ATdBP;RF3s#m`=_@ zU(396yQmC@N;*bE3Pq>Z#HAqI2USCUwb~7uwIO#B)%j>QF~$63qR33YgrkwP zzK|~<`gsoS0`L|s*)8d586KY@sIMqHs}2sXr-CoBv6zyAN<2If9uH$U3dU8fUkOgb zy8u1tqGNEna^tM~!pcP@xql?wAL)=HDoaH*H^_--BoaMGpFbCzi4Ag(+D!w}AwFqA z>FiV(PPEMRpoy0&@~xuyL2>^G#Z`aMuF5cII7A@WQOKNB@7K~0dC2BnCbgkU-f2i zhg?81*|TE6xf3%WlS4c2eN=)0taNsoyGDm_W*MzWIc5N(FX}FNGZU}_++*Z_jM=4@ zYg13Nvxb9s2;+~Yuq*(8*eT{*i}SsrldvBP7*F&=leDwEWfsVyS^Ar^3v$ znRSj&U{HcZ<^;wo&L?ryCn}qPEMd8X>0rl`uxD;9VpaDV>@NaQGW5Jc^ftJL62ixj z__{!*i5ez2CjfeSl^kyZ&%!q<4-H}E7T2q~cr(ZH=mgHFBfJmT%Bv11 z>*b6B?^#$iQ9m5Y>GCLQe(i+DJW=~ zdI(*tAEhuX#x~#)Xp+_pw3-a|@OnB5#E-Q;eO6(f{yGL@ZNr+;T7w9d#f*MbKn~~R z5zho^TkyX^fT{9t!t-7jy@^H_$ahu9;s&E{RNFvi6K|t=`jN69$NE_YHZo&lqc|+% z+I>={zTezqcbgS z{b=IvSE%W))i=Uf+^(b$hi?!&a1rNg@wIh~63by}uN~o~F;bK}xBLniDQ2M1RH~u> zky=F(1W2wsG|6?tsuVSEan;CT!wBTny`6gdFA}`(ktgPV!zM9`B*kB_89hzc*eoy4jJ2NoRy%R&E!W> zCRohafN0|}svMBawF$?m-p1mYVAAy;(nRb-4#*Pgo964tnejJY;C@&Os~28etlxCe zJ!hK>=>`zjx)-ePJFh!$)P30cLF;1Qo}2MS?{LyNe2*D9g%6aH+L);k?k$hU*qX?x zncbNK`A!#RmyV@cZkF2pe3B+%t3DKjOOcrOV~-lqc)@7rpC~&h@M-%$GV(h^6;uzOX;!9-?ohc&T2RFiF{p_f)#z zfkNtG&1Lj$g?%wf=9kc; zl>*5;DeaTao_hfAQ~1~yV_UO{G+)OWP(Z3rVl_;aMBT}CjLxGg>KzmF*A@1Tg!{`h zPpeRdomE=Z3Ln&+S9hjcH>FxP!Hj6v2fG%%4<(%s6?YK@`TG2SoDL>*Dnv4rSd5ib zYWpv!%>^@2(plfBHIpP~IAU8gwT3obfM$E2Mg@l~X8WDN*4bP>OoN6?+g)?BNymkj zy>ecn?JZ&Hm$11lBO{+!CXM?Pj~Pb{q?sJzbVcEyQMN=OzdcYWiT`UFJx*NU^x3p` zRm!_+3Ep^zE*?sIdQ+a>MNi*C_xrxuKH9ao_2I>}2Uo0?DtA_}nAzn0 zvS5Mcs0er|F;TQMnE@?3N>mR09lo#pC6)cB(C4tV#iXKz1J3k0t%b|VpvCzgXjmc6 z=uUaNlg{pcx~4vAHi(p%C~B&~p!ahc!@twUuviB}a^ThYUwIE(l}5vxa(E_N89W&+ zW~&J}4pkOj+UnqZz^q7`9&>D1g0?KI5YJ}X8Z$!}ZGCHPV9t0Z+vsU0+WY4O~B*8Z+aT);ta zkU0qEUg|N^zP0MF^~kL5oQU?rL=avnmeWMh7hG}LiP$yk(0YvaNou0uh8l@D#HH)n zat@7~iF1UzVVSBKOZ4=_V4I&~TQzZ%&V5U3dSYvQ)g0Z9q1MbQqn{!974n1MbzYvK zU^tr5dEqgV-9)Fj3Bc=A+O3@eH!drGg9PPwDYfieP?-W_ZLo6q6?*yW6p*$`Swf(h zXMUX$MiFE@>>zyA7d%s$)9;bkIAfPde9UxqMTd(q$FoFd5sE5wJO7^mub7B{@xkh$ zTIrhZR899>8Egf;4e82lsmg6PLLY`d2rpLdz2n^br(B!o6q?$uymI-KbmN9pBdk0> zbba9Zu=0b-^v0v9jYk(Z9$RdDYR*F^!L(j&$2-g<>g9>dMH>IjK-RS>u z^+V)q*^zD>Of?RYnx6wi}qU`{ycLrdg-l!0psC!mB1um-r3%^?_nr%=U-V4qZ|1e_MA7Ahp||8hnc$ODY73tl)Y_wh0ot;TlLn zi(jA`Oi~sK-XZ{#5xfrf#s;`I4hma$d|qA+_1I^Xtyw!oprosY!{O!1Y#DoW3-#^E z_6@1Jjailv26|8uR? zfXlv(bP0_F?H?<@!A4?MeAQzRFzDwp;LzyWoVB1Cmlgs?(Lz6lK&y^j;0#P8ULmWw z6g{`g<<4q=mziz!Z>f11aUc)z(7OF42vTXQfwjmd>2BwcQwcuXf>y_ZvQH`+Mcb^ht-(MxV6CX7IBGDl^C3#wwAnd`iL7lu!+L3Numug+N zuy5gsWb1~xBg;*zu35k9e8-uhhA;LVSd&Jnk(gLjdeE6HvXA;xi=60BHOV5|ueQ&7lit3hv#+>~z_h%L zG_nvtAmo>74tQP6v^+WT#IZw9jvNg<{_NPn$3_E(hDS!n4jni&@?=p9seGclR11w_ zl67e23NhUmgun9ol1|^3Z<}I6>x-JeWEgFwnn1FQ4fwR;pt7aeK-w2e$yzl_NsHO% znM9)G9I3#(h31GhQf|Fj>O3{%x_~4H1w!qVfhJ%c~6V3(^Venv40nrVc-j|kaS;W!A@uF7sdC@wf})Zd8R+<)Wc4_2l6 zhH$zP5^sg*(1wFzwn4P}xG5E#7Qv~PwVdo(tJ5B9bFa8@l-VnG9)qZ#$AB1-S$*6B z3g%U!y@tpW-15m2B+yGU^C#+=Z%?L-+?Rv0q`BZFS>(h9$W5Fd zT|!Jd982?S;F*|9H23W8$j^Wg7@*_7;>ub2aj_WxeG?+1)IREsp`7?f>zFu=*%W4a z^J`gZ#pJJ|jB__XL*_xH1@+-ih#f$P zGrvUf&xFc96Wo6;Jd+llSrnf6Yhmcmg+reTn|@|6#bU4jiPctZ zxlr+wN};3c+CXyi6N~LnCWV%)!zET-Yt9O|ExdfQBDLYb3dOTc4Pw=j8_X@;Tj0%& z`)BsX6+7`p_PW z>RCNySOT-$oMv6j35nIR>v4`xD;!ttK z5pqPFA!no{R1zr-l}214SHvB1N6JEFk@8S^#1rxu2(BsYjZ}mxnBN?(j8uiHnBNli zMf@Ruq&ig1zOCV!NNuP#QWvUY-$mj2NJFTB`EB7qq%qVOX$m#5Z+o~o(h_Qkw1!$E zZK1YEd#F9q5$cEpL%~RAsFS5B4tGVmL*2~p2=_#KL%or{P#^nthBrhuhBh*PNqAGF zKh)3srQw0d=Fn#5cZIh^wuZJwwuQE_Z+CcmWH2-s*%8{ozRSWpBfCPon7=%{JF+LV zhxt9>y^(#Pea!C-?~e?HhM2!1d?0c#bP)bZzA8K%ITSh+IUG7183~QBFkkpcjD`ktae=ur&VglaUjl6OogllkB@X{8Z%W(9@A;LeE6L z7W!J`+0e6*P$*>J1heQca)&s+<~5G56-wVXDdQgcx{(u%XK!ifkb4Wyzi&{}{2tPj z^L6_7m|zt)3S*N-KN5sqU~uaJw?S~~aK~9_0HKZV1GDG}otiNOoBocxqd|A3RZ+rY)Y$`fE9?sZ~i_utgA`0IL;idD!^n{Qx5k!lU zvgqW@IpOJXK${qsVnIWud}R8N)VAZXv~z3M#Tt{ z#RZ;<&6G`yPe-SxCRoteG=eCR3hHS=lu(;Yk?H|F?~{TQ4WFkR#-(P(TqdVZSEl#NVFG3qsfbWjx0Emdl% zYK*`iAD?(}{IrnqJ|@J*`SIBJ$n->XS^_wDPfbhb&z*~kF=U;Iorz9s z^>^pRu)3ikB`WmcscBvi(E|7WaY@LpYo_Y75F6u#$?@~y*qAVVVM>fntKEtroPH5d zEE+gZUbi0?g>&N~16nnuG;>T8UK-=Y=(#cBQcN6|GWGcplVUV776!zz@o9bxgZC2Z zgYjfNlm|Fdhd!QoacoK%=`rdJK%1J5jm3Zss8997nSe(Zrl^T%Gc`!>BLr9vk4t9+ z2|gD^q2N5!@rmcBr-7hj7%xE_L-S+j$HVA{zoW?&G-d2VsO}U7M!@jvRmnK=YK-ys z?+c5#kft33Yt#vq~*XQU*L1Q8q4(odWc+ z39XLkQWwKLJ&{Cx%nO(FfRX9RXwZ`J9K3WcJT);D%WFu+zqX|OD6c-p@jPGURD$&Ni8_fx$v@F z-kdZyr^_l9CKd-5qHsT5mZcy#W}rpRY&#bE8%W zrj73hR%}GddgQjMC7JmFz}Un_fyPU#iB;%l{chzqBYr?F(<)T5P&2;;p_}=wLLI+N zt=|^ZXFEc-@`FM%zXPz?IHRm>XwOc>Z0C3JyZJrBAo{UQ?Lnuo1F?G%yAzz?P^M^D zAxEPb>m=hKGPZN-vY&BB#$Oab&e-xz6FlR%NE{K?BCOw;63qKCHus4LW?Yj|aY8^c zHABWdb$U7~>Hq{jQ>liiv_w*AZN_zOW(*XTcr+9@8STwjMIm-xoStAplRB4(Y|t9A zI*WDtIyY;W<;K(~j+-^&OJ$bvWyY7v@^W0PNJ}o3-G}s>fOJ zmCJ9#mraYC;_yYZjXms3uP^&@tci23`6|)AVs)BNBN~9}(!yqoq#dzF?Mq8>xp=nt zY_k@cd-H}5j9Lp1aBn&$j8oi%@p(YI?3i_&ZONt7e6x;k8?Tm`kqRleF^?8L!?70R zeNPw-EY(G@OryhKwTi=0u-jwN>F`X@n<*Mo@JA$yjm0+)Q^XwO7Q+!TvEp<F%8QeYuP{S+C7@iQ6s zx|CATnK4U3cv5^8z*t9%Unk#lM!XIrCL#+84m9BwgD+X9kmUw{hF8hGgRieblGB zcF?;cUEf9TnslI#-gW8rUG#3bx1Gh;rgyOKru5K33U5mvf0EwqSu0oK%33&k2@*fB za&7(J8>5J(PhAan%Y(`CuDKzksSBiPcgnRpKei-lcdpcqu3Aj3rJvT0E*!|3xU!0r zyIFQOFP)U#!F28DeTtkr@H1y)wwP;eXTINj=0KoC)BLAi@BZ!P37vKzi2RJwRKo*G z!=1%@{d0nQ&oCM^h!ls{dAuab7+{^sMj~FN_2)X&oukCW?_J^UxjZRXi|lGi*jgCp zk};D6HK9{4q#{bi>hnLrLzJ&jeI&yS7o$|{K^n@n?$Kz&W#g>ztWMQ(iO^D=y5&O8 z>QpT+Os8MDFpWBCrHH6e;d*=*Dz3MUmrb!8oik~ z{ItY`Z8lv+l1_qVHlE_kl*Ph|&6pz6X^Hxj=8rOQniz!{o0?R}3+ez+n&__7C*G-{ zz?Y}J3gFV$;9TL-F3+2n-?*H1mfv+(Eb!MO*CI)G%bX?caKE`{e$V2-J3DXeOx0|b zYc{894#_o#k~JeMjw479*7$newYmjYqTxuQ^yr-FZfX6Zlq_vd*qRxBy$8xY5se5E zqqP|`NtYR`BF>Bd1f@@CNJQ97GlZeupTTpTi|Ny3)}Reo4(WKqYgmX6aO)9a(sb&zf^!rTo@O~)Ck=&~_=kq;1_MXy1K4V(^mK0R=-tWIQE7Ltp5-k7lB(eR2kzHb zxJ1Y3M;C54t^@~fZA=AseRSbB3=Lncs4|HEm?~h&7^nD*9ZM&ab&?Ph&mlBpJ1WdD zg_O9R5?K|DejR?1$PXLpjGeJ^V=oFb9QKl5ZF9x zl#H|H6NKhE(&qAmBVB{O4B7P>0NJ4+&*M`Kv*1ZTFzCo`CXTic)h}ElWddA1l863a z*or0U%?C=brk-Mc#U}D zTI48@ z;AZ9R!wFYs()C!v_SmlE(hwYso|_Byq&kku9Y@nn_d>_w zfu;6UlQCF4XTER6;4OL=Yrk*+*}^nIxTQVBhOl*K1121?JcZH!0>_vPW1(p&?qIpp zanJzM`+`BNx38UU5FcsWFa~NZ9F!?y2W&cZPEzRGH}@v(}mBoI?JWi1DY-)>SEzdym`v-fsVNbCJGlOItqc| zv2K6EGJ_pOdS5hXAm_ zvhaMX^!2{y2LoT95yIi=&i|5as1ogDAQ!(4f zX&@&6Cu0pqPoEaBr$yQfF+$;kaI{63*h-PnRK0p4WB!Q3C^J+MBEF07c-vY+`Y1y1 zQ>2xSfFfZ&dO1wPft06R#-D?vDzERJ!;^B<-f`4|iY^YMYPQSxb8XKW-DQEhJC0!i zhG3Ttw501A(}DH}4(ra!g##(?CfN&eEPJ~zt z_kTW|-%5Sx)A#H4mvbMr)eZT$pO(9ZDoj6Z>>P5N{=#j6|1W&@18^HV54cT#>9)Y1 zvCzJk1i?ewu*_J`u-&Ol88mB?P;=$Pdg#co6&N{(4GC*x$p>%~L&p2e{H;nTp~og6;yG^4IOl-cwCFYGAZMglJ=QN z=q2^+r9kAo6bqaZ0>=*?4{YABjTCXEF%f~lD%y7f`+o``CX^x-mzFeIc2)!Et?yW` zbMpm9086RCPH|L+bpQEHjE}=JC$RM zl_@^b>}q2+Z)VFqmd%H_XOjT}-%S1jRIKI40#tt45YzP)Sm+HOn6+BHYTyl*4c{>2 z7O$W+zU7b*gN{K6=u9g{K~zG{i?r<+p6OB5+yWm^dBxsQS|%Kr9XKc*cg^wHS88C53k*{1NNPxlYc11t)0Fl8+0M)t4ToxMZl9lU${o z==vxKFfrn!KSz;}V@ag*Lf3W2)sn8N$r?>1wduyzRO1%8am&q^+_-b0G;6b#JZZpk zL53kq1uBUA_?f=H*0SgY4RX0@I$_gtPY75863z?Pr{!r1le3!i4wl9=JJg z69qkKxLetCbN9zDtyDgda6j=oihdGuLI)bK;M&*BE!FMY#C_Ck-`8jQsMkR5Cj0&p z(?>f>_S;N9wOQa_Gx4ai`|*GE7MplSIZ`yt7Z)UdD(WM({>U=g^ zhDRA}Xq8Zr%UGui4tfDfs}^6Y6|d-;jEXMO4jtpn`1Fec58CoglmZqL(=}i9B>qzb z$DjJDGgsY_z|xYN*q{ZI(Y)EME2dys$4NDSuPCN!hkpFj&6A5K-+A`Nv#GibKdamD zRRG`VAbP`*PkWGI`9%G9U5i*jZfjN60-9^0NMNB^tn@=;4QVMk}2aY#u*o=I82{yXh0=Xe>+O=!f$=@1x?TQWCmll3SGZqPH!ti@SNX5MeC_2W z;Z9Z8Ck>#5$|rxPs*^Z+e8#WEQ&pXE74#-6RT~ia3CO66t7(DY?yFJ04iLsV%t+7#lQ@x>Bj}f-Wcw!yv`PxR zQp%rDjD7O_G)!TlVJTAtW1iU5cvyUkO1=RnSVDWi5-irhP!on{iUCr^eeusIzg6jF z@kjJwCSc0aN7J(4(nl*bv^QX}!8m<)-{cAR9(iQ&e&s}>iRk2yF z*i5okHLYG)x+=F|>8dQ98-7sCRrnVxQ~o~L-U56vCP zn(ZZZ-+wNPy|TI=@vHQ@U&&QAEY2h=f`DS>{EbT$|ID>u{>0bx?uDBJf4cpL+o4vw z(?6W{*50iOq^dgPst(xBC_-M^U-ypxhCf}?n67KZN4hrf&aoTE9+VXM$`{PQl&YHR z;cMZg1BuFxq`TvO73c5x4O12W{!rCWwE>%xCP+R^C$4n=n=}xN^I${5P>Wb{W_Bgo z$hVuEU2uX|3=Ux{+u3{}@B;oY!h84b)fCqS z`IbDzb;0=G5yZcR^M7CA?z=g6McPvVdDH7(EW5UC&X#sny*c~FY{GUpQFl0LJ3Kdg z*A-au{h;>U+En8vxp7m{)jwzcRb%J(YUZrJ@cN;K^i*Bn_N{FRC(GeHys$0ptXTBE z??lvMM_92+kM$i9Fv^3>SC=_%Os1;(e56!xb*;N?|QzTVmsf|%dE0a!2wPM-&O zNNy+_nQ6!K%=iVWJDJz^>Uq^#D8YjSR!u^=rlyHA!AmV(Z+L!b?K&)~htA{Yl`$GG zosMc?&p?X7>gOfVKujFif6~G4piVT-B_ZC(NjY_7J^e^XFf|qs|{=A$|sPYCp{v z;C}&`AU9{ApDjE?%y~)>^QUAo>_}JuMXtqRs82)I;nEa z21@C;c9M4LCtx@o6Qn@XBn--$0wWI@ga@Lh2!ka|o^fpXV_E=Vu{lqL{s1UrLWW^@LVg>QaK$GP zkSWV)DyPCzu_;(pxxkXDcHgj)IyEyvb6a~z>?HJEU55L*0lG``>({Ey0JiwZ6j#qX<25+;fR3s3i~t&qq( zs|&W+;ooh}GdU<^_mUHiHRzim)aL}^d0imB?3{HL5`pIpOkDXx)SASgbq}VrE(+(O z=8b1b3$*Sj44*e>%VUhXlRZdTKpfUuprzNo4ctGZywjYPA0rq1iX&G-_K3s`e1$RT zf{vE`)5^hk+QfG3(LbsOb&E=^{ZJto=FPJH z@eJ8hLXfyznzPEBE!E(B%XrnrY$;3MaKUmjh|z4$)j{*k+UCt?TePp-8=-BvFU>b= znRjWMk|(%1^PFMMHD{eOPFi^LYqr^s+OIludA2jTc>t}gLF@rW zseO)&`jbl~*5*`OXrTpW^xSKjrqf zW7KO(qh~Ne<2-AaU(ZTn^ztlxm_{D9VBZ7)kuf%g2{D5Y)eh{+6=j=_XP9?{B_acZ=hc9fLVM8g%{Yi~~TtEh@}3$-t=xJ=a@2B_aCOAu#u z7k^sOv0%9CDqCp$=J~~Ava2KQu1>i-Wq0TD#uazZUAJe&bNuG)?IU-#KA!X(UvVFQ zVCPCoKdDfq$Jh25_gM|FAU2Wd(*H>HH;war#tL-;bS;dZih=LN*_n)utn0vBOCpg@ zkp`BDni=c)b98=7yu-4CXBC<7$vDz9rD`IFG*04Qlk|M)k_Yi{wa;aCvg5FOsl+H-=_D41dMGvyI~>dX;>;=@xV?t?XOMwH_A{T z`1|K!3$xIIo!^A3A?}l4 zu+rH7vyy?kjT>%OCmVMrob_o}W6ISgyV{mJ@3;mSI2vxIN!TfSccy(UDPM=|>qrE5 zq=I|p;NII!N#DV{zQ#n;K&okn+_WR<+X)MV~O_yBLmFV7`>K>B2 zhi*Ul^P0m8L+Sd)RQ(pYeoL}`+qFXr`xau*yBpK= zSG(%4dP}pMwWRcOw=zdoEqEiuUi>-EDU@zblnngt!4}Tj@)>6;sfL-1uR2=<-+%n9 zl=F=mq%L5|M}7P2h6hZ4S>hqLtL+fS{kN^W)EnSDr#l7Eg+8S`^kj2&K~2J=(IX>T-+M zMdMQ%K~7>o*F9n%!b{f$;`1Lh7Y;APc!?!3q8jYUNkGaXlG}e+9|Ns3SBN!0xdrO4 zEl*4~)7dYrRBUDz%!SZGZFan)F5!Al5y3QDx?#Vp<45mu4LeK+H4$%Q7DPQ5EOS$8c6rGsDdc`Y( zD#@>kD(Yd;xEJEG4m1+Q=0DEKLzZSH@E51TVG@AH0}{-d!h%`?6M+fnB+he2FOtO* zvql*YtC@vM(Ap2`V5!bMOp1QEe5j+O09ipneXoe;yrQNeZU0Q5XE$0%YI?HQhh=SS z=Bq@v9fe!4llkgpcP7VhRnGS3XJXX{EA|-4&kmf58yBICh*MqQ}5OTeo zE9)V!Ys+4fi&cbld1xba648rLX+Ym2D)$fMHQ*tjXV4Bb=(KJ>K#H(#waX|RHJ=nN z3Sv$nhe*WQ#mR|syf%g6o!m1(~egV$0Yu*kd~mD|WAW@KoiAYN$XgR-RsPec=x$ zCVokJ435IP`j|CBqwE4#vT4QDf7e<5=F$11Y4>4hO|ILo+35wI=By= zcHhgXX8v^Kha)S_-2g_GbX#Q47Okkk-9PF2v#u5YhMV3M|CWyj(wn#c>9ha(*%hd4 zVn3L9cV?wx<83mmgW|>u69 z8)x@ENNdh7kzUAz|EnK^Lgs6LPUDo}6sNHTu==4??8z;72e<{p^Bo+=G(IM%Ma_k5 z)Wko^S9-pWQKpAfnxZ35@u}O3VSB+`$foRlB_pKht2>dRz_QFN>I_;sEOxp*Q{nV_ zU9iQ0Q&+_OuX|wC*|Cp*A3W0p{dv=x>(>qQ z===b$XbubtaRbt?)uK=Uv7)O3aM(ctyw^WqVkq6ZhjfQ0IL#)6?SK9dNnm(p5c7^7 zW^6md^$4Nsv9Pf`TaJ=5tlQU#dloF44um`U4x21jia4woCI6d9-phB`2& zjVLRd84Z=zSiUI?nzHxge`KHJ4nRCINhx&_?ukMtVGF6Eclp%Krkkgd-tBXC?5;0W zr>eT=56$hHi_x0#${Vlzs+yLE>Rk&(pLnY8R(CBQN>&dfyaSME6=S!RsxIuz>tNItrpwx@oQ#Bi8{CPH{y>%&XQ1%9wTaw;BGSuF> z;_ds@rk$xx!}6x#+p*-PV+$i%k~@fkB^+(}D}s7$I@kp|Ua@PHgEYQsvd~`teJ55F zs!2`5lHtbI1sjuiTkm*UmpeY}d9UZzOlr?FGX6TBN$=i6(7R=C_wv_1eEz-XWiK`z z{3&;v>~2fBdt^6EynpWQ&u->?J=tLcXD?6L>SbGf%GNC7uj2@gC9c?TvWE_DG2~)K zjBAz;S`^sw;e#iC`N%C2+LSPedyodEISfU<1%JM6j`)8dAl|M`i1jSPI(}svjV}>* zHoiDdygljaN!WT=E!S-AnURQ9@CZC?KC6@hpZY_`Jv0&G(VKg@?K)5x!*~bkP^@6= zf2v5K+o6*r5y(jpI@tejBniFP{}KYkT3`>$4LNCHtw6%01HGYIKmI333rrr#mkAyM z`juq_^hY6?;30sDSoIH(5rFk)fNhMHYDf6KPXYgg9L8o7!@d3pU(NbypmNUC=kex8 z&6T`FyJ((t0y0c|>lstsC%gJ?+HVaeUBh!`P`{LGtLy^tOY9y^x*kv19#^Ii^68I0 zgs5$FWJlk1TMa#0!NTlG=(Lx(CM5K_KMq}NRJ9!PlWE#H? z3U>^~Ac6DenBst>b|!{H>!2LdXD5sEECEI)q4b9Gp6=}ud)1B{Q;x>G@B*n1PKxIt z8!O^0SOEq%4_3E6MNSD5bRigIX52#q9SU7aBXvVGzc@Z4LHRKSbp$(99iHjNbb~n! zKQ)PyHy9T2?On9C{?%Js2h%~!GM7(3Nnrs!9ar41cBHTPV?v4G+>*E zNswrg60r;OlvCg+MVt{|LMS5H0?O0@#J@>|XP}=7+f+eDL9ExYCxIcrrGm&AuhS+# z!RQcS{a%0p)>qJP2 zU`<*S`;oqYL?pIDk!~!c;KofEbXP|Ksqwqq+c3?~$${V;)Ox>)I^)8F_~C#EYA0g5v;W49yb% zXL5c>&J>&sj<~S9dI+kxkwS2^ZH&IgwA=Au1U!CG!9^R*PQqO#CTQv)V%L-dGetmX z30G#WQwcG=qth;9u_&(EP+PSY?;eVd5Z=uLblzPnDOU$JDwqAK;2t@+C+XUYWy;~2 z+X+;Ja)wT+G~I!17@awXu7q&4=8gj=Nbrq=CC-)=N9%G+s&mhs&OKSP!PA-U>?Ou{ zxdEm&Cx7z%kDtHwIL?lgJ!ZgRl@jj*8|P_RIs|o4!r2W}XOui+Wi(7;_y4WIW?ftI zBL$lc>opFKAm{nZDVj?UG%9(^qJ|&5k(ty#o~JP}@NA#G5H5ewHpgWg8O8}jC2s+| zE{M@a-ZE!llnp5XW*mdf@v>3j^ZEjgsO5_#j{q_+VQp}P8I~_t0S-#DpUG7U*m%1(K#CLeo`?Gm3ov*Bm)B7 z4GZ0_a<8kRk%qM;LjrLVz=$+{aocf)W(VT+nmQXg=e+ex0XG z8G3UW1~Z1@cxj+RU4r?*shL2=5X8hL21q&OV8Zn|3THG-Vc#bQ{jUo1jqqjMbh3Fo zMz?Z}vBtp|fh`*4KwIVH8q4O!XU4+XNp}A1D%^*yKmP>D5yg7C2r9{;}*|~525LUy=T96cX z$8u59wIN~Kz~~9HL||jIX3tkACjSBpB$h_w6=$IfZZ4aq%V!OAEfW@-0)&K?AzE$< z^M(b@>I&}w0~zRH0%Qp`4qMM}6S~Z9;Lo1#zp4QCJ zit|QOH+a0p%+M}7E*IxP(AA&+00>T8H0TtAF;cv+=d8XXt%czB2%Hi;TfpRQ)~VI` zl0kw=8gJDkFzk+7z7%Q^Zz~8@SK&Vl^-JmrGX98~>L#E%OkyYTz_e4vSd5r%+Q}EQ z1+*fsyapwGzRT-S0i{uk;hi+k-qsH_pTJ16ixrD6=J|ppqw%6Z2a`cWIz&4h53(IV zIwnBUioUU{oCeg+AY*T^Rr;;5JAiv^pst7?DV#|?v8-H!R%;w`%v5Vdo|;*|EN7hBIF7+;FXK_LP`ktxX5p~FV-|0JLXZs?GBz!J#7~gZy!h^mOV8hIOjHfb9lob*0H@p=WcP-fp47&D^2U8h_kI}J zwFZCi+`G@ETAz?xpGdZzNZ6Ww)!OmBr{!83elf6x9i_ojR9+LSvWy8}yQKk&cn|CzfBc6jAg4@$Y# zuH~I8E!&cw?Q+Yu#h3nIXwmSU;Y14#q9r`r?{;lWY&y8oHJq$IBzFxjjlb2u_|n^3 z5?#Y{u0-{rPaW0Rn<(+T`S|?fX*Zn*pq=f-zNEYJj(cEv@`1%vQVOd!XB%yQBT?39 zD66N2BUz$)AnD$G$GzuPrL0Z3yDga?m4|Ub@1lM{K&$Yq_g3UGq|+n zfgPvGNJ4VWN#ERtBl~w8L3Ljp=l#o?VeSVorJTDZ(KhmN^T!p5mdBH>;|bgG-+Z=< z^A7$dQ+#X)QnGHnXd7h@pP?2OGZrWbO!7cVGxu%dYW%p6xUh=7at@ zxDN0^1y2$`Bxn^(h4mBLuxte$0*_(J(@2^MsS{$l@<3bv#CDjQ7vg^Gm5wUnSNcz0MKk^5r(Ep-#{*ztEsSRgn{93bt8GiL=(&iWfH( z?muNam~GTs*a`dcTn#ketPvZ%<)~$a7Lt48Mn|1TfBXNjisj<~w!tO`H>1>O+~480ZBD`mJVpuqaB!zrGoi(PCv z9t~WR{j9#?=U~t392)q-er!P7#d5k5Cf2N_$z4#b_4sASG(^wK4ju<4z=b;@4m)El zTKco?nlJax@m=7#N|0LT&GZ_VJhJ7Hyp~(e79KwiSXNT7eFbx9Edkf(1b*k$I^=iq9)iYunOni!O6FFPyJl>9)`7)m{@BF&w0Pd9 z^^wjEns6AyKMJN#IV-0qdcR1A5U5*y$|581XW>i&aVAtg?ozqZEBa&a6St@;R{p+fj)t z++FOoZ2o3^@rgHHNmtb_K5^~Rg6kfPptfJzzWCHq|I+@&P}0+}yp?XFeCpPwA3iI4 zb|;*>6Mh2zY^|0jU3oZ7o7j5O96z zC=55IFCzLP)Q}UW3+E|Rj~t?YS?*j)y3F$5pfm6zI_#&2)S=4f=#)K5#uqalws;DR z9Da8Is%NnaSsC99%%F~EW*%$y=G?p>fzLf9jNu2G=;FQjHcemjWvH<}=l?|*GKo@f z2eZeoTz8lB^v@mm1ZEepcV79USJKsice-wLE!HiaTCV)C{=ND{2RNPW3HSE9F8^Z7 zJAF6$R=RerxEOai@Xnqadr~!ha!p^dYD2=k;jX80A$I+hYp*0d?FnZ)L#KG9CM_}3 zeO=s$yTH-ptMB8xb%i~0U;|7QOf(@(QZ~CZ?wCm;0v)1(3LghHd*e05Cn3&g@wDg0 z^m3#E9E@9viTlnN0&!=6XW1mWb}a6pJZ#H=L=vTn@m7|&Kuiaqt3T!x48)Da#qs)+ zv}tt-A|c9yfhx);84^225a|YsRY;M75>pAe=N->1J{K)k4hXAd}(F z2;p;q3qVh7CB|asq`|&E6o6mzIXB)r73~wI`{;6EDb^Q@o|~GG`jnm|_&wO}Q-5-- zubCHMJUo56hYl+D5ZY@HmkvVfPa5XUI8C4t}8zH=B`Y8_af8<-WSelAI^*1h9 zXezg+s=MUsu9cqQ71yD(*PrsX%HGzLceCu>e3MUYIVNv8w&H#4vm&mfoNgb(uNE}m zI*q1c*iSi|AYzh{?`GMv`L5fWsOU{>7*4tm!F-ku1{om+m6MqC(wmp&FMV^@;=VhM zx-@Fhaiar@=&t#rb3+T2X;(Q#FTRW`kC~O&9=U4IZPV?ilU2tOFyqCg$$Q>9`Tgb_ z&(g-|o)7x5NowDdbz1Em-$xK$KSB^*bi-NIw>RVJlA79gw!O7Y179)s4T!#q)o`+U z!?mJMt2>vsB&#I9TdbnrO(@}NTW}GI)BB01_N}Lv4kzn+lAhlA1NU&w z>;PKos$b+6pN3Mrr3X$)4>aL+Cv?<`xVUIqvDKzayXQ>5YH0fI`2;@JRzqp!4xA`U zyIWH34jH;_&xgMEd@Jrv>GFz2+qK@gp-)^D=}Q0Ng?C=Q@$zD1dE@faAO7BZznAFV zdFxoBc0{fmxn{ao=}$m|U%7F?MA=L!U$^Y*PWpP~^4|HOY#CayTF!Ypa5m0^OYvn- zbIL=vkka{iSE6Fat)W|+Z+mZB6P`n|^AK{t!np$&Q{qmSdhg>hxQctFefKTKk`2`6 zqlWu9uyxdcd+l708SdN7CD`vP=3Jfk9hQ<#r3=cb3ve~(!qAG%_bXR()@Ur*xN6e2 zvVZeg)Ch!O*9QFYKHEsCS-V;O7^XvTmw1?_-v~KJ$RRmFB*s`I-cqC;H<2{5;!nt- zO=9tBaxTH4AM&BAt70?CuY$Bu#B1chgp?CWC{?HgTVIJOQVjH4$j2zhb@GvzCX%$J z+|Be|@{vlN-R>k33oDY1oLEH8Uz4+$92+@z$RT@AF-;D!AflO^|Am|^IgD66K|bhO zIcB}btn}!NGJYwHoN9_KCSMsjjr7Tg9}z2&kvw8x6^m2+4k*WrZxu#ulp?;SIWNE? zL9foeMkWYb2Jct2TH5cq>#`QSF{GZhY!UfvT+QaJoqWYyW&Pq=xgwZ#&?gy2W=qId z%2n5AUF36fxJ;{zeC1qYYt}O>Psx6hI^&;lxvi3R?KC?CpM;Avvw9!%oTf9kr|%Nm31HqpwupIcTv=7t z&b-B3Z6NDlUME*mzc_KDBU{2g^J>PvkD0udeTI8A%}YmNSDUraS6*kaPn+HvJNxeT zS_1dHRg^e@v=t56BJwGHN?ZcyT^R`6&Ho0sj6*1^0uGaJa3FfVYiX=%qzd!lLZ)`3LRUfI7d z>tZo(y#{6M`)kI2OJ&;ImNn6PaR2T8AA?rIf6rdF&?VdJS1tI+o;7q>{5VdMXxJ!M zZ_1kRb6W;eQv=+R9`dvNu?QY9)!#xiUhLDH4L_^9V7JzAm zcHQX7vV=ag~^Wi}A%ixdKO!85RLUY927uQ>YISp5TP| z?}`3=1SeBO_kx4%%UJO{r+AAdiee;@kuXM-86{=(lMzQoH64_Wk$Y0^DFm32T}Jas zdB<46OcU{_;(0KSA-ZNbTn{dzopOLj7rt%lOtt<1Sr+{m8Jy zxK@Sy(^-(*J?zR_(L|Y*j?rN=n?ALJ@GHvnDYDg7t)ZSUqW)yB*g}w736y_rJz$Cl z>%(3$fD~zs%~ThRXXbLsuM;VKuNR@*FUijPY37l%#AoW)!U6l;tH@U8=?6q5F-SG) zq?Ahc>i{Vw{%a}`MS$)um{1c)dg)vuV=6LjYl~$=je?a+%IWH#8Rd79dI{jVwknAg z6HCS$tgo7qKu1h=gTwlUDrs^*)62}s*e_TpYzbp1h{?d!5SqqcQhvRJaW>l!#eVaK z-MPK&OUPXlQTrlK{y#Zgo|VBUVrg01-?tp z;}l~VA}dJcM@t#ALEKx80l{G$h@JN8Si^Os!r zFS)&+8%>C}!TEa|XE=!Ldwbqjc(c3)bgdF_iBCy@5Ui@In7blZp0s}#t#MbYn{ z!$ZoplIEc$z&UgI=bwLO{_nrc-zAeVhTrcW|HaI|r5XE2YIwhJtFm@LVeBT;S&r$7 z?kg%eMSgubAHM#gzZA#?6dDT@gQZX|R0`+9rARJPisquFST0tI=i;SAE+J`x#bl`~ z*Cp$rVye`g>qb4SM~XeA-dwN3e2n{MpYnw0e0l$E$U(o{CZ6D3JTlFAjQ0+rXUf+p zbDMccgm}Om$qkf!JdhjEqddwt6O|rA&7Bp{<8K9WX+6PvHyjV?NsJGE&3G5ahkWc6 zrl;OwdN&`q?I#H#<8aNF>CyfMBLB8+6b;+pmTH@7QM+UmYidDo&E~3B*3~(~GHkVg zs-dILQm4#nSPM94XucY=c`6hrv*x;UM-Rs!YrwlSrrAo%N2nO zW2y#{m~L3MFwR$L9ks-54T5X#g4pB?7ktVT9Gk2bz#JPAD#XI4q?HStj^P65l^7?< zZ4yhRIdnEP6~Yh;bzZBfx;bCo1sT+Nu9{^CX`9u;Oy>Y-G0nzkOgnFx#j4FgQ|4TE z1umPmI!Zi>rlz}0O;OZG)%h7-Zu2C1aOWzdv1mi)RLnB5D-tXl`z77xWJYl!uk$ym z9P($vPV)4b*Iv#aJO1*qlM|D#IQ}E$niDw&(Y5nM?nEYRx&%`=ky8~qBdzH8U+1UK8j=Lb*sqeH7aiTn@6%GBDr0M979`n?~2^!@o({e(B+f`96w4gx3 zu?YU#@n0K5?@6Wrtaf|+Hc{YrS*f#^*ms|1?5qzh-(`Q@S6AkkP_DwzCCHx-4|mD!e3yPVvz?(^WNu)T#$>x43^3iO#?rT@L<1@OsVt&MWimqW=t=SN_UBuVnm}ZhLnm zwe#G$ZxiU+r)`}(2LP)0ot^>6jMjY;;HnnXMJfU{WD{?3s39eR*%AtJ+vU^oyO0Ahyi4}q)jX~cnk9`(8 z?zf<^eofZ}-G&n?n$y!Ja@KeoImT5?9cAq zcNS)oKhwGZ>nygmJ8zV6nt5os(f1tD_f~K@jTsbp3I*uwm>Ez zgjw&Q_-FRzRrW=KWp>>TUY-1GaLcviLik4iYP|PGxe*^*P4qW?z0n;%PmjD8T9{~# zu@`^~*0}tb6OPSUkGpUZVH=lh-Dj zK3~r(N;AZI(yQG)H$(4)ZpPnfjTUSYe!&30&Oc2tOsF5Hr0bIe!dN@i2ruWQo)Ms zBr78E>C;Z4`~L=_QWc;?Y6Wfy7FRlg7EqsQABzN9TQj7;n>=+|VxuxGG@WN*3V<^Y z*c~TC*avuBpC{R9MK~`@tr@(i!&poi!m?eD)Lx+FUcb^1NIs7k1M=MkUa?i{f>Eig zw?ZwL$#~!~3nW=hW_*HzAJK>6R!D56I$>5I>SONE5Y>iJtb?X_0&Qn#9Y*r=hCP$V zSyni#m@Y;^FhP@k7lnij)HdG#=Bd@pzLm`Ljm-1QJ6_lrK0ohI|M9mMqO0-#<@gBT zwAwZBc4{@Uc_lK`hzu?M#;1|(4^qI*ucbh59#M|?m5tT+zp?gLIzCrnA)a)64=HS& z&8~+7xX`cezi<{uv9%2a-)ztwSzm5E_jX&IHvq%2bzsT;LIf}M2`l7JBanrdWem+DT)Co@O@Mq^3xCjQ87-B2+Dk( zi&j*S@rzz4WCzz`8=8-ScknUrx?2Qx$3UN_IoDCR?r!L7+}-_n|4MwM5g%C!e;glw z#LLxIw(eB&Ta{#c0$Bgu>gwu_1da0`s&I115OEvv0vfBgv3r7ws1&G%E zc~RurU!dzI;|!@Nqck+<*OBHSAq?_RCl%EFJj^39=?n0v9z?nrm!lCqgv2eOhj~(u z@Z?lLkD}d$deEhx^64@3q|g&bozlc^B&I#HbYzeG^u%8#Z?|9%`Y7m;7J7a#*H=qr zx}DS`0j5R~{1G?hv08}*d7Fwb=L{XWlNTyMZB6O2JU`YBOi445zmbcnTCE@yv@Xan z1%63Jo9Cv0ze+9LU9w>P+eliRRUx%EZ@3&avW&29ZEfbRy%X5v0KVyCg8;KZGlkl2+>PE zmEx0ieLbi@ELkS#1T0>h6609k_2N6IhH#8oB()5vU9TOYxZ1}a8bC{h>Ejrv2Ln6@boiNcBX z>8GxE(0Eh1<(s^e)Xnm^jm%yu=q<(Rn>6hS&tP-?Wg$#~U}X>Zi2W!mI!{$~w-nFQ z=^5nNim;Ii3{dvpJH z>IF817rM71b>BmU4Z# zuDDVDbrmr@qZnT71lx?y@fo_3q2)3_daUvzzVp(xkHG1RPe8^PtAH_hV4m*b95 z1YyzLUuE~>sg?NX$MMl6`_Heue`U3A;9jct#)0qEmLqAo(aB7|1D5pEk#PfEVUaXf!~w2r>kYAI@Ctr4h0t z;vf}AsCWs56Qu_f8^o3qEs84MFyPF^aSYvR-329T;wi7Vf{OKLDBfZZe4${Z*&Pe+ zyWcmwcyuYUoOz+49$Fqb)aX0h45A{>X!c4p>$roQiw$({X8t(-u>*m_D zqWk_8IFCm(_tq$+cvZfJi3wVwpNj7gj~?%hxP9TSd1+e~_lC&gx_g%Cb>xt%PcMq! z!vLwV^)D!zenn9p_##SRt)D49pRulAu(7{qr&idh20QgRd-ij7;Bz*7KRUE9uo4|= zM28j+-i?l34c*@~w0P))^qtW=Ge4^}o}F0UH_^zPSROvn*mQE4_5Opudo`^t4K~s{ z8-Y#DG#lKujBjW}*>U6IvbwJ^u)oRB_*vw`!N$RpYgBK(*r$xGrqWG6eYa(npFY&s vc38IV2a^j1?sqMSq2{h9l(eLyZ-)-84jmd_{HC&78C>2x{_hN5c^3Zz*CPI@ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eeec2e0b5bb05d4daad362e741706df004aff690 GIT binary patch literal 10526 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7151bf0a1171abc8a0e6c9d014598c8cf90bac51 GIT binary patch literal 5043 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 str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +@dataclass(frozen=True) +class Constraint: + specifier: SpecifierSet + hashes: Hashes + links: FrozenSet[Link] + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> Version: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..6617644 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,574 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + 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) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + self._hash: Optional[int] = None + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self.__class__, self._link)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return ( + f"{self.name} {self.version} " + f"(from {self._link.file_path if self._link.is_file else self._link})" + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + # check dependencies are valid + # TODO performance: this means we iterate the dependencies at least twice, + # we may want to cache parsed Requires-Dist + try: + list(dist.iter_dependencies(list(dist.iter_provided_extras()))) + except InvalidRequirement as e: + raise MetadataInvalid(self._ireq, str(e)) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert ( + version == wheel_version + ), f"{version!r} != {wheel_version!r} for wheel {name}" + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[Version] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, AlreadyInstalledCandidate): + return NotImplemented + return self.name == other.name and self.version == other.version + + def __hash__(self) -> int: + return hash((self.name, self.version)) + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> Version: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + + 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) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> Version: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> Version: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..dc6e2e1 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,823 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Protocol, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import 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.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + self._supported_tags_cache = get_supported() + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[Version], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except (MetadataInconsistent, MetadataInvalid) as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + + 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]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + is_satisfied_by: Callable[[Requirement, Candidate], bool], + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(is_satisfied_by(req, c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=self._supported_tags_cache, + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[Version] = set() + yanked_versions_set: Set[Version] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip to attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..a1d57e0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,174 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +import logging +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from pip._internal.exceptions import MetadataInvalid + +from .base import Candidate + +logger = logging.getLogger(__name__) + +IndexCandidateInfo = Tuple[_BaseVersion, Callable[[], Optional[Candidate]]] + +if TYPE_CHECKING: + SequenceCandidate = Sequence[Candidate] +else: + # For compatibility: Python before 3.9 does not support using [] on the + # Sequence class. + # + # >>> from collections.abc import Sequence + # >>> Sequence[str] + # Traceback (most recent call last): + # File "", line 1, in + # TypeError: 'ABCMeta' object is not subscriptable + # + # TODO: Remove this block after dropping Python 3.8 support. + SequenceCandidate = Sequence + + +def _iter_built(infos: Iterator[IndexCandidateInfo]) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the package is not already installed. Candidates + from index come later in their normal ordering. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + try: + candidate = func() + except MetadataInvalid as e: + logger.warning( + "Ignoring version %s of %s since it has invalid metadata:\n" + "%s\n" + "Please use pip<24.1 if you need to use this version.", + version, + e.ireq.name, + e, + ) + # Mark version as found to avoid trying other candidates with the same + # version, since they most likely have invalid metadata as well. + versions_found.add(version) + else: + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(SequenceCandidate): + """A lazy sequence to provide candidates to the resolver. + + The intended usage is to return this from `find_matches()` so the resolver + can iterate through the sequence multiple times, but only access the index + page when remote packages are actually needed. This improve performances + when suitable candidates are already installed on disk. + """ + + def __init__( + self, + get_infos: Callable[[], Iterator[IndexCandidateInfo]], + installed: Optional[Candidate], + prefers_installed: bool, + incompatible_ids: Set[int], + ): + self._get_infos = get_infos + self._installed = installed + self._prefers_installed = prefers_installed + self._incompatible_ids = incompatible_ids + + def __getitem__(self, index: Any) -> Any: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + def __iter__(self) -> Iterator[Candidate]: + infos = self._get_infos() + if not self._installed: + iterator = _iter_built(infos) + elif self._prefers_installed: + iterator = _iter_built_with_prepended(self._installed, infos) + else: + iterator = _iter_built_with_inserted(self._installed, infos) + return (c for c in iterator if id(c) not in self._incompatible_ids) + + def __len__(self) -> int: + # Implemented to satisfy the ABC check. This is not needed by the + # resolver, and should not be used by the provider either (for + # performance reasons). + raise NotImplementedError("don't do this") + + @functools.lru_cache(maxsize=1) + def __bool__(self) -> bool: + if self._prefers_installed and self._installed: + return True + return any(self) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..fb0dd85 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,258 @@ +import collections +import math +from functools import lru_cache +from typing import ( + TYPE_CHECKING, + Dict, + Iterable, + Iterator, + Mapping, + Sequence, + TypeVar, + Union, +) + +from pip._vendor.resolvelib.providers import AbstractProvider + +from .base import Candidate, Constraint, Requirement +from .candidates import REQUIRES_PYTHON_IDENTIFIER +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.providers import Preference + from pip._vendor.resolvelib.resolvers import RequirementInformation + + PreferenceInformation = RequirementInformation[Requirement, Candidate] + + _ProviderBase = AbstractProvider[Requirement, Candidate, str] +else: + _ProviderBase = AbstractProvider + +# Notes on the relationship between the provider, the factory, and the +# candidate and requirement classes. +# +# The provider is a direct implementation of the resolvelib class. Its role +# is to deliver the API that resolvelib expects. +# +# Rather than work with completely abstract "requirement" and "candidate" +# concepts as resolvelib does, pip has concrete classes implementing these two +# ideas. The API of Requirement and Candidate objects are defined in the base +# classes, but essentially map fairly directly to the equivalent provider +# methods. In particular, `find_matches` and `is_satisfied_by` are +# requirement methods, and `get_dependencies` is a candidate method. +# +# The factory is the interface to pip's internal mechanisms. It is stateless, +# and is created by the resolver and held as a property of the provider. It is +# responsible for creating Requirement and Candidate objects, and provides +# services to those objects (access to pip's finder and preparer). + + +D = TypeVar("D") +V = TypeVar("V") + + +def _get_with_identifier( + mapping: Mapping[str, V], + identifier: str, + default: D, +) -> Union[D, V]: + """Get item from a package name lookup mapping with a resolver identifier. + + This extra logic is needed when the target mapping is keyed by package + name, which cannot be directly looked up with an identifier (which may + contain requested extras). Additional logic is added to also look up a value + by "cleaning up" the extras from the identifier. + """ + if identifier in mapping: + return mapping[identifier] + # HACK: Theoretically we should check whether this identifier is a valid + # "NAME[EXTRAS]" format, and parse out the name part with packaging or + # some regular expression. But since pip's resolver only spits out three + # kinds of identifiers: normalized PEP 503 names, normalized names plus + # extras, and Requires-Python, we can cheat a bit here. + name, open_bracket, _ = identifier.partition("[") + if open_bracket and name in mapping: + return mapping[name] + return default + + +class PipProvider(_ProviderBase): + """Pip's provider implementation for resolvelib. + + :params constraints: A mapping of constraints specified by the user. Keys + are canonicalized project names. + :params ignore_dependencies: Whether the user specified ``--no-deps``. + :params upgrade_strategy: The user-specified upgrade strategy. + :params user_requested: A set of canonicalized package names that the user + supplied for pip to install/upgrade. + """ + + def __init__( + self, + factory: Factory, + constraints: Dict[str, Constraint], + ignore_dependencies: bool, + upgrade_strategy: str, + user_requested: Dict[str, int], + ) -> None: + self._factory = factory + self._constraints = constraints + self._ignore_dependencies = ignore_dependencies + self._upgrade_strategy = upgrade_strategy + self._user_requested = user_requested + self._known_depths: Dict[str, float] = collections.defaultdict(lambda: math.inf) + + def identify(self, requirement_or_candidate: Union[Requirement, Candidate]) -> str: + return requirement_or_candidate.name + + def get_preference( + self, + identifier: str, + resolutions: Mapping[str, Candidate], + candidates: Mapping[str, Iterator[Candidate]], + information: Mapping[str, Iterable["PreferenceInformation"]], + backtrack_causes: Sequence["PreferenceInformation"], + ) -> "Preference": + """Produce a sort key for given requirement based on preference. + + The lower the return value is, the more preferred this group of + arguments is. + + Currently pip considers the following in order: + + * Prefer if any of the known requirements is "direct", e.g. points to an + explicit URL. + * If equal, prefer if any requirement is "pinned", i.e. contains + operator ``===`` or ``==``. + * If equal, calculate an approximate "depth" and resolve requirements + closer to the user-specified requirements first. If the depth cannot + by determined (eg: due to no matching parents), it is considered + infinite. + * Order user-specified requirements by the order they are specified. + * If equal, prefers "non-free" requirements, i.e. contains at least one + operator, such as ``>=`` or ``<``. + * If equal, order alphabetically for consistency (helps debuggability). + """ + try: + next(iter(information[identifier])) + except StopIteration: + # There is no information for this identifier, so there's no known + # candidates. + has_information = False + else: + has_information = True + + if has_information: + lookups = (r.get_candidate_lookup() for r, _ in information[identifier]) + candidate, ireqs = zip(*lookups) + else: + candidate, ireqs = None, () + + operators = [ + specifier.operator + for specifier_set in (ireq.specifier for ireq in ireqs if ireq) + for specifier in specifier_set + ] + + direct = candidate is not None + pinned = any(op[:2] == "==" for op in operators) + unfree = bool(operators) + + try: + requested_order: Union[int, float] = self._user_requested[identifier] + except KeyError: + requested_order = math.inf + if has_information: + parent_depths = ( + self._known_depths[parent.name] if parent is not None else 0.0 + for _, parent in information[identifier] + ) + inferred_depth = min(d for d in parent_depths) + 1.0 + else: + inferred_depth = math.inf + else: + inferred_depth = 1.0 + self._known_depths[identifier] = inferred_depth + + requested_order = self._user_requested.get(identifier, math.inf) + + # Requires-Python has only one candidate and the check is basically + # free, so we always do it first to avoid needless work if it fails. + requires_python = identifier == REQUIRES_PYTHON_IDENTIFIER + + # Prefer the causes of backtracking on the assumption that the problem + # resolving the dependency tree is related to the failures that caused + # the backtracking + backtrack_cause = self.is_backtrack_cause(identifier, backtrack_causes) + + return ( + not requires_python, + not direct, + not pinned, + not backtrack_cause, + inferred_depth, + requested_order, + not unfree, + identifier, + ) + + def find_matches( + self, + identifier: str, + requirements: Mapping[str, Iterator[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + ) -> Iterable[Candidate]: + def _eligible_for_upgrade(identifier: str) -> bool: + """Are upgrades allowed for this project? + + This checks the upgrade strategy, and whether the project was one + that the user specified in the command line, in order to decide + whether we should upgrade if there's a newer version available. + + (Note that we don't need access to the `--upgrade` flag, because + an upgrade strategy of "to-satisfy-only" means that `--upgrade` + was not specified). + """ + if self._upgrade_strategy == "eager": + return True + elif self._upgrade_strategy == "only-if-needed": + user_order = _get_with_identifier( + self._user_requested, + identifier, + default=None, + ) + return user_order is not None + return False + + constraint = _get_with_identifier( + self._constraints, + identifier, + default=Constraint.empty(), + ) + return self._factory.find_candidates( + identifier=identifier, + requirements=requirements, + constraint=constraint, + prefers_installed=(not _eligible_for_upgrade(identifier)), + incompatibilities=incompatibilities, + is_satisfied_by=self.is_satisfied_by, + ) + + @lru_cache(maxsize=None) + def is_satisfied_by(self, requirement: Requirement, candidate: Candidate) -> bool: + return requirement.is_satisfied_by(candidate) + + def get_dependencies(self, candidate: Candidate) -> Sequence[Requirement]: + with_requires = not self._ignore_dependencies + return [r for r in candidate.iter_dependencies(with_requires) if r is not None] + + @staticmethod + def is_backtrack_cause( + identifier: str, backtrack_causes: Sequence["PreferenceInformation"] + ) -> bool: + for backtrack_cause in backtrack_causes: + if identifier == backtrack_cause.requirement.name: + return True + if backtrack_cause.parent and identifier == backtrack_cause.parent.name: + return True + return False diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..0594569 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,81 @@ +from collections import defaultdict +from logging import getLogger +from typing import Any, DefaultDict + +from pip._vendor.resolvelib.reporters import BaseReporter + +from .base import Candidate, Requirement + +logger = getLogger(__name__) + + +class PipReporter(BaseReporter): + def __init__(self) -> None: + self.reject_count_by_package: DefaultDict[str, int] = defaultdict(int) + + self._messages_at_reject_count = { + 1: ( + "pip is looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 8: ( + "pip is still looking at multiple versions of {package_name} to " + "determine which version is compatible with other " + "requirements. This could take a while." + ), + 13: ( + "This is taking longer than usual. You might need to provide " + "the dependency resolver with stricter constraints to reduce " + "runtime. See https://pip.pypa.io/warnings/backtracking for " + "guidance. If you want to abort this run, press Ctrl + C." + ), + } + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + self.reject_count_by_package[candidate.name] += 1 + + count = self.reject_count_by_package[candidate.name] + if count not in self._messages_at_reject_count: + return + + message = self._messages_at_reject_count[count] + logger.info("INFO: %s", message.format(package_name=candidate.name)) + + msg = "Will try a different candidate, due to conflict:" + for req_info in criterion.information: + req, parent = req_info.requirement, req_info.parent + # Inspired by Factory.get_installation_error + msg += "\n " + if parent: + msg += f"{parent.name} {parent.version} depends on " + else: + msg += "The user requested " + msg += req.format_for_error() + logger.debug(msg) + + +class PipDebuggingReporter(BaseReporter): + """A reporter that does an info log for every event it sees.""" + + def starting(self) -> None: + logger.info("Reporter.starting()") + + def starting_round(self, index: int) -> None: + logger.info("Reporter.starting_round(%r)", index) + + def ending_round(self, index: int, state: Any) -> None: + logger.info("Reporter.ending_round(%r, state)", index) + logger.debug("Reporter.ending_round(%r, %r)", index, state) + + def ending(self, state: Any) -> None: + logger.info("Reporter.ending(%r)", state) + + def adding_requirement(self, requirement: Requirement, parent: Candidate) -> None: + logger.info("Reporter.adding_requirement(%r, %r)", requirement, parent) + + def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None: + logger.info("Reporter.rejecting_candidate(%r, %r)", criterion, candidate) + + def pinning(self, candidate: Candidate) -> None: + logger.info("Reporter.pinning(%r)", candidate) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..b04f41b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,245 @@ +from typing import Any, Optional + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + def __hash__(self) -> int: + return hash(self.candidate) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, ExplicitRequirement): + return False + return self.candidate == other.candidate + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._equal_cache: Optional[str] = None + self._hash: Optional[int] = None + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + @property + def _equal(self) -> str: + if self._equal_cache is not None: + return self._equal_cache + + self._equal_cache = str(self._ireq) + return self._equal_cache + + def __eq__(self, other: object) -> bool: + if not isinstance(other, SpecifierWithoutExtrasRequirement): + return NotImplemented + return self._equal == other._equal + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash(self._equal) + return self._hash + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._specifier_string = str(specifier) # for faster __eq__ + self._hash: Optional[int] = None + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + def __hash__(self) -> int: + if self._hash is not None: + return self._hash + + self._hash = hash((self._specifier_string, self._candidate)) + return self._hash + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, RequiresPythonRequirement): + return False + return ( + self._specifier_string == other._specifier_string + and self._candidate == other._candidate + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + def __eq__(self, other: object) -> bool: + if not isinstance(other, UnsatisfiableRequirement): + return NotImplemented + return self._name == other._name + + def __hash__(self) -> int: + return hash(self._name) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..f9a91af --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,244 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: Version, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dfa96c0b14ad0fbdaec656c335c6eb2bf62f650b GIT binary patch literal 195 zcmX@j%ge<81l1mQGeGoX5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!N^-V}aSHK?FQ_cZ z$j<{a10c-e)S|M~q8Poh)V#8ooXn&ch!SHxL!+4D%#u{yg2d$P#PrnSn1aj#{rJqh zlGLKS#2o$7lFXc9{dk~2W=VX!UP0w84x8Nkl+v73yCPPgm5e}K3}Sp_W@Kb6Vg|AR D)xkAW literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..596c4c940a02f3e462fa229a92ec102fcae4b7e1 GIT binary patch literal 4530 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 v{zWby~a>)qAN zI!;ojO)4b932p?b67CHIha7Xv5viA$L<-%8Q|X~MBll9&L;uX$NtC9AFYWx_}P6i#(kZ z?Pxicm!Ka-aWjVElcFiz5c3JMi;cvQ%tm8o;zl&D{A*N((aKBnZjU3a($W(RDGc8QivTIgsr24K(TxNlhU%`$#t=knu zR2?JPaLb0)MNR4_)4uX>gjMwrkE%E}NDsg~ozl;t`qga^MERk7tGwX>!| z^a6M;VBM_fwmsXgP9fx3PJwy$5%G!Y>4fylx?`#ccI-1d)x@p`HsDpC^buBJvD$V9 z+flVTIZp; z%lSKVC82GxN7aDG$HJrb%qW+Mj0{7#1O(74e$mAlA&6^jq=W7XL0B_%qlh%vNQTEz z@I`0@^_70qnk$Oi@I~ zfsC9+(Z`N%=PJHslUzG^)|*7!gCb&St zu3iRCjJ?OE`(@y~g3gHYLJzHi zV0ymbs8-eumuO*DvFJ1uJ_eI-!$-b>W`TP_89voePSww?e7$ygQ@OJ6<+hZ#SzWB& zoL`*3Gqx%9JWCy3QkpUDSntBsU!?Bso)h=a-8*-`|6YIn`&DV9=kul13nh7b@Ydj# za^A+scicj}*k6B3l#hg(M2#h=imZ{v(lK%X_I zp+o4k0A(Y|H*1TvJ2OwE_qS7h^}>VdMrv?9KFHASZ799<%PW<&!lp8^E{=pS?c5~b zVW*J(hMzZt>G&>82bB+n!;Cx@J8%?u0B{G`{{nFDih2GubVV6mks42Z*Z9%_W#-e2 zU{dPt^mcWpgv?lhpMznbOd7%T($l1Cl@!<*Va?l*W=e;B#&$*`x;3|iPa-d&TJ;HE(~{)rTSEQ?^*ij z(#%o{YOU+g?V(#kKMMEdd-4Y4%XGci*e$9IKbGkZBuz72L(|wH*!hE)KTDrVOfS_y zfg3-og-<%Bw?l|bg!q_U^np0xx^|fKERE@j9zw-YQ+A2Ohr;*&Gu#hjG(`y|rWxUR z{-qG(#a5c*vs+oFFjPl)_g metERXQT^azs8`{~$ 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e10958fd369c8e06eb503b1a2b566f9798c21fed GIT binary patch literal 4191 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06543b5387f060d142adab67ef7c3aef1a9c8b04 GIT binary patch literal 3206 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 CU+nV$ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7adee8b5ed83f5c664143c8b359cd36147458dd9 GIT binary patch literal 3993 zcmb7HU2GHC6}~eb|HS!moF6Bop~X9`9XhOqpzSxpgG=_#rL}dM( zZFyHpb=T=upc7>wBML5u1(b~ag)^N>ijH(qW405yY}uM=D0)(Gq=KRu(1)*Hm^y#? z>a-KEG|LfW2i=fla-BGmLg$$iqQovzBU2ZU^Fx99v-w>hR*=od+?KCj+yCZ$KDhJC zqgBDbuz>8aKi^QpG)jufS8(JgF>I>nc!4UGMJUdi6f3%pOVKX@z#n2|; zjwaPIu%e9NHaMp+cvQ?tiEuVMwqTWHHG`-!K1VW2kr8ZWvBp@DFqfA?HKrN!I7`g} zzH)YEVi>bBlP$&04dX&lw>3*A_)6K%nFbric8+KigDh}PhU*x{6hp-Yli4mm;0|jF zAWn(1Rb2TrgV`V~QHL=|KpAGmY!x<&e`kuVseZb#;_fHQEWNGVtan+B0Rz4wFJ zub%z()Plb(_oo+Df)%_y1g5Eajrxmer1`d){G#xg;y|YE| zUxGoS49vo<44xrJujoVpqccKq&bBRfa%5y)vvb8cIb#+^tg@wyz`7C7BSwxNKXJly zKDDHQ27pmkyIxlmE*dJKdfAncdypLECMlVkS~mwZ=X9`r*(~A=i0)ma?mQr`ox?*% z3S6!sm}52pmjyX#(Qs|VJ=wF2UY4Ut$q9fbIw5AmsniKBPz}6}M_E#!9HkkLRs2sf zdUE#M%*C|j`lw5K?m7#u2I`oVOT;M6>e}3_x8$h&%{ONmFgs!?nRk?V!e+S&(ymtn zXp9tXO=lxJf=IT?P9$A7DviUjJ^cJ3crBr=UKEVHH~Evvb*ZZ+b!~{jrh%;Mx2+fXPm9p`t1nf(qDZZ^KMp^0zhm{5GI8#_Whs z=iNN!e|bFsPo3kU@EYE&FYn}EJ9f1F`)rRTYi_ESdo0$7lW^nU>A#2 z1laFuJyZ!Y;r+K?!)328O{1@bd>LT>4_>o>Ut^z7Rf52wE(LI?R3x4~r;&v0{r;Lq zb>c&)NInuFHHB_W%y4)%0R!eawwOhm117)}129tDsd|j_*aaBc33U*38a0gq#F6ZT zr(FnRPGC+m9Em3y+5`vQ2xAWsl5xr-!Vyj8NId&EQXX<1`dg|<@v1x#j91m-Nk(`#vIU#Z# zk|=W`Oep|soj8NQD9vvMI8ZV(3Quln$ir!#Y3ksT3_I;0ze3At52#F9c3SHrbs3{v zh_t0p;2wkeBCSvYEYtkTPJ|B_aHP|oH33f3@SQ2z3c#iluk&dPG44-1;X|YCToF7m z{ud!NiynbxGCYizL`&$)18*#sA9q)!uIF8emGR~Am5a+4Kk0nXcfYTCAEIzT?%F{^xk$ zLHK_7LCgJ?hu5A=tl_b0%ice>V_&GL<*Dl6vEOwauMezu9jJ93c*=hV{}v2%cWgva zFa995(S!CJ-s(rOH`m&ZR$Grf9)>%S6ZWr12BcZ3SP^%_*A2BfY72?5$V8d&Wbg5`cy@1KsOaD!ZfNt@Fs;D zr~c;v-5Hr)dX$q9FS?=)kE1-VQU15XiOfNqaaW}rA?N^q9e`Id-~?a;Jcm>l5pdMc!act@_wo3>@%8@UTK_P(=@a&8|LD_L&&}9I2(`qPCS7wUg{fqZ)5MDc z+cb6N$?gj4freeSpj4q;Jj%`MBmkx4?KCfEbWP@e4&0i;>3ez7tpRwA1mWxgL!+ z05vt=4&Msj3I43@Y4_9%J_D7{i)+CcFAcyN<<8*;C3`XSKJ eZG5X)h&`O%LeTx=s~-xmoAFTmRkU|hkp2ZT{>yIw literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94881bd972c088b681d2e82d44ca8301c49396be GIT binary patch literal 7329 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 G4gGKGcQ$PR literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ff1ebce03c3b7e9e302529fba235ef0c9d27f94 GIT binary patch literal 1164 zcmZ8f&1(}u6rb6zBwMp-Bb62}Yuke>bc?MBep5?I3sR+xT9&|eo1HYPo84u06U|yR z2M>yu=%qb+RJ{0S2zoG7Ff0gydgv`!y?AnFlh(Ea^WK}^`@MN@-kT5Uv4dG>+Ju#+$q*AO`XhoF>%= zlx%ox*0NDh_mFHkB^OtWz;Yc`+$Iq~ff1jtdNv|P()VmDK=*@?Q}2~+g$a{tU|@AM zoFquF8mf_WRh!gv%lX{G(){&>C4~NQb+p|qb zXL5(K4z0Jn^Fz1}gWaiv8o;p5)LDfK&n?CoE|#qtl1rrf>NZWDpH)~)?~Qody@zm=onD-oo4=LY_cn#WDav5U9DMQgmaXPi8sp8O6KC8uAOCjyZ>=(^!JZV-Q7U)QlfTsT2Rk_w43xmDM-m`3_(wYju8+FXA2cn1iO=}2Jg)axssMlKwrUuch9I*43q501WaT7zfaJ!%c+ c-ltoGH$Q=FN8sVW=4b~H^=j-lRdLP#0H0|%$p8QV literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b2d7c5657d978d3809097fbd3ef9d3efddc4c94 GIT binary patch literal 2419 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 Re*6JPkq0r;8eU`n{y#?zoc;g+ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d165b6ba1388e3d7967e740717d0a82ea85b88ac GIT binary patch literal 2583 zcmai0O>7fK6rT0}U*ZrFAQ8|>XcY|D{6zdkZ6ydrAfW`2oQzX@vOBid?2kLMPH+lR z4jg&}sS-I=AXNechgRw#$KHE!~^=37who1Uoyz8V0wX1l3-@JM6d+&Xd zANu+d2)@rRy{di`L+DpA@xO>S*!&9y_mPG)#X$LPujCau599;T2aKQ@%7@HwK5Rzv z5i^>PDnc%3#LRd;ZYJ^xIS(00GnG#%D1c~43)8-*f$kmoeppdz`~9o8dOGk_@nm*r z5ejEUV5&uFgbr%4azM`FbZ0rDCGLdsL!bxM4sD(HM_Te(%Gadz(LOCsQ{|A>e<$?R z6Upz=(sI2Y)(1e>?xvF2@rT%*$%NeK3|*dY)~OqttvkAH5yK77H|hp;Ln`4;Cg3J` zovM0Sr;NMNC1^qFiQ*=&(a#z>qb9W+H$7uBlNkC6)jqlDFyf|Jcb6CIO{Z#GZpu4Z z)UC3eb0ds84Q8nxP|{Wi6biy`^DAiXqg!ZIX)2Bf6GFA^vhn}|8Q=Na0VnJ&qM9FK ze*tXMydP67auQ@4ybW8EW=j-QHjjtC02%UHJ@ zjv1{p$^m-as({|EHmN|EWRjZAvZijyR%N!Y4?8vnQ^4MXG*`*t5^wU{_Q+hHnp`Ml zd|SFfn!=@d)}W>T^pO)s=a3{^!r(<;6UH7Ykh#leyz33S4(+wocR=q(XV2uGf!3&>hO45|1_<-QY*Nn-J(+ zz3C3i@D<-Oj|sl$habNL%_{2bMX}wj=>FH~oj>72&++LEe0n|I#+O>5eZLLwy}xj8 z;lbpiGY`)^oBl5NO`(0{eEYz3d-%fY%!}kmYu~9>@>DByY7=xJ9RX$;#f_TeCWiud z6L5DC@B)L>UU7n;C|y~;dth)MZ58fTkwW1pD<`LI3ywEb2NHM7w`*H;g6+i`h3#eC zsbZC=Rk(_Y>dh!@FLYd7iZyXjcH5mE>HH79C|Usg6#m2aE~@eQ*e4fBA{W3DfCG{Pz_2i3i#nLb znz)OvC|3ewVrhhFctRRJfh}UvE?bI>Rbn+v%5)V99jHWwRDwET zR8WRNRH}7h1+{=GFv>)6;)pC!xWubn-Y^`j!zp8#G&wfxWy;_&pqf{x^Hta^H!M{= z7(!43Zqilafbuf4OXKaUpdg4F>C*aSr9eJ;yO%5IjXDLLS zGB~dia0gV1C#5L-EtRk>Hj1=TDH^(U!&~jr%S!tCr{}VHl3h8LJ)6re9CnprCd|Y; zzy!s+0Y;(78;fpOdIO2{9xQK9qy#5rT9gPgkw3@8{y}IUhXzq<;LG&agO7GS+|@dG zc75{uaC_|H^RX)%V^`W^GwtMTD>N&UE3?OqOJr=@falV%D;1Hv=706n+jU#nNn+>lKA$ur6nfzf&OR@qoyD&cy#bY*;kX=Qxzc6)=D@H&&Ez z6^m{}m;@_9AQ?Bb2xdy|aN`DR6h*C3SwRwlCrJ9#EwtE&rmZy$`Y}5JH;4-4kD%!U z6-9Z824156mni--I^IUde@7=@p{ZX6M_QwYAJ4T1kFTa*$49@|{X9Op5g%PU(~iHt z8tFual+!PU_pPb-7CJ#OK5=?IxIVWY`}U}uzYfPY!?51Tp}_F!$a7_ALm66||4|w5 o1ft4;2f+@4?s4)@(QO7%;DB8348@hJ%3ZaCM89Ugk-c=}A1=MUxBvhE literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6a1e848e54910df95de1bd6e96e8611dcb5bac0 GIT binary patch literal 2108 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8401abe74fc4ee15affcf6ff69eab9cc933186df GIT binary patch literal 8639 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 JBU~pE{2zGn8x#Nl literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b4408b8b40bd0a23791c032eae3019611ca6a20 GIT binary patch literal 12024 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 L`5B{}@74bSB^u7n literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2dc7728ed16fc3565f3c00cff91a1229a3de4cb1 GIT binary patch literal 13498 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a13e67199e3547cf4bbfc873d92ab54f94779a9 GIT binary patch literal 2077 zcmah}O>7%Q6rSC+*Y@tlKTS(%6JSxRHl}T&q=JHlirNH9N|Y2*S`k@9Tkp1BceCrx zj9uc|l7%=VaHv5@bp=)7MpYzw>@jyPH8~_~S}6!PL|iN-NT?^?>}H)rm0)Dg`s54V1+iB^>e`7LORkp3r+cyo8ml~pAtM80?O-x6`m2N zL=Nd8Bcg|m$mNhOeioXF>XD8d1vxg$rDJQ%{rDOOdzy127e~iOCN568p`u3fu80j< z!gh{Xg9Y&+0sia%z;+AKK#vN1hwU(haEI+M|8pbKIoM&U=>BE|0j(h#4a@~EcY);7 zLf1~2NjkUfPW)MWA@!_o+sm6@SL3SOBuev@yrjY!cI>i&sj8_gVJdZiyKGuUM*Z-E zv3^xOpErEVb4vIZB92v}z}UK)*UEsra7hVCCPYM7FKPyICPIZVe~ z-XWMJ)Q#E>p7AOa0at#hO4zc@OKuo$62pyvSa3|+jbP(i$sp8K*fCq1F^0gD=6y#3 z@PvJtsy_XAIFmhner&opOY@HHvFCi27#Kb>+g~>9auy!R`bUoU4-RFCNsVJgEq7JB zVvuanEDlVYHZ`!VSpy|%T4aDd(O;Z(Wfs6Rb*4dqyW!0k{K*7tb+jQNC4Te7{D~#G zrzQ7%d;0E~+h^`h+@APhWU+T}Q68#~JeHC-kIo-ml3r{{FE+3LDE<_`7hmcdZuJc> zj4bwzE=p(X!^?8Kes&#PBFw6}qj6d0yvF?sn&}p*qQdsJW_MueT+m`fK8tj|ioO9r z-4X8lX7njXJ8fPFpt)&dr0}2Zn}rx^T#c^@uya)?LY3D;SNkAbK@Zn>d;eC8Vo?{X zdYmR1>NKKq^`3 zlXgO?10)|;tbcq+UpZO1<5DZS$W+)<)x*ihLGQYsc5%wXx*D$ScjEm|7A4DidSYpk0v zYX_Gbz)V5 zv4b%ynX7<(C;+W1ScdJ2gksaa;&y2yXPVQNK>=wb9rBvp<)&THHYj|G2X4aLvV>w* z7gq*%41LTaJ`5TLLGl-Db<~a`C2{lQ{K@5LVng5+v5olf2)7!`JUssJ@IvZQWOzNy zG@w_+jVOBIz}>OiV@th*t=_>02Nru@YlZgJPu0tFwDEqE`%O+YE;Miavgei6RQJ62 zB$ixF?QI_V@}+t4kNES;@pl%;!j(tL_`1L+Bybs%z@@T_1+XL^YRQMbD?bQ*Ut5%4 zt&jYzpjh(PA6qlLaTD3{vKwHnU*jcJ@^1@UY22`^?PH}tBxCoOfgk3ImMjAhOJ*F0ZQOa zFE5Apkmu3QaP-X?M=x2%Nqh`Ev*AKAu(bt_<5o~?1$C{U?iIA>Pt?;EBV3}9Ya<}d X+&Uxe-3Pg3W3r8aG$%J0@qGUa#ZBQ9 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f72ef5e4c2b156297be1b1c727b3683bc6b8c62 GIT binary patch literal 4466 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 0000000..6ccf53b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py @@ -0,0 +1,109 @@ +"""Functions brought over from jaraco.text. + +These functions are not supposed to be used within `pip._internal`. These are +helper functions brought over from `jaraco.text` to enable vendoring newer +copies of `pkg_resources` without having to vendor `jaraco.text` and its entire +dependency cone; something that our vendoring setup is not currently capable of +handling. + +License reproduced from original source below: + +Copyright Jason R. Coombs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +import functools +import itertools + + +def _nonblank(str): + return str and not str.startswith("#") + + +@functools.singledispatch +def yield_lines(iterable): + r""" + Yield valid lines of a string or iterable. + + >>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..d8b54e4 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,79 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import importlib.resources +import logging +import os +import sys +from typing import IO + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# The importlib.resources.open_text function was deprecated in 3.11 with suggested +# replacement we use below. +if sys.version_info < (3, 11): + open_text_resource = importlib.resources.open_text +else: + + def open_text_resource( + package: str, resource: str, encoding: str = "utf-8", errors: str = "strict" + ) -> IO[str]: + return (importlib.resources.files(package) / resource).open( + "r", encoding=encoding, errors=errors + ) + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..2e7b745 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,188 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + 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 _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 in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..0911147 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,124 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + ( + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported." + ), + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + ( + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None + ), + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..66020d3 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += ( + f"{direct_url.info.vcs}+{direct_url.url}@{direct_url.info.commit_id}" + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..22e356c --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,149 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size +from pip._internal.utils.retry import retry + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +replace = retry(stop_after_delay=1, wait=0.25)(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..998868f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,101 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can't proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..535e94f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,147 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, NoReturn, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = [k.lower() for k in sorted(keys)] + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..41f6eb5 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,347 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + if getattr(record, "rich", False): + assert isinstance(record.args, tuple) + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..c0a3e4d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,772 @@ +import errno +import getpass +import hashlib +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from dataclasses import dataclass +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.retry import retry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + +FILE_CHUNK_SIZE = 1024 * 1024 + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +@retry(stop_after_delay=3, wait=0.5) +def rmtree( + dir: str, ignore_errors: bool = False, onexc: Optional[OnExc] = None +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial(rmtree_errorhandler, onexc=onexc) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise # noqa: PLE0704 - Bare exception used to reraise existing exception + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = FILE_CHUNK_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +@dataclass(frozen=True) +class HiddenText: + secret: str + redacted: str + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) is not type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], iterable: Iterable[T] +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager, possibly " + "rendering your system unusable." + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv. " + "Use the --root-user-action option if you know what you are doing and " + "want to suppress this warning." + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..4b8fa0f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=2048) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 0000000..abfe072 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py @@ -0,0 +1,42 @@ +import functools +from time import perf_counter, sleep +from typing import Callable, TypeVar + +from pip._vendor.typing_extensions import ParamSpec + +T = TypeVar("T") +P = ParamSpec("P") + + +def retry( + wait: float, stop_after_delay: float +) -> Callable[[Callable[P, T]], Callable[P, T]]: + """Decorator to automatically retry a function on error. + + If the function raises, the function is recalled with the same arguments + until it returns or the time limit is reached. When the time limit is + surpassed, the last exception raised is reraised. + + :param wait: The time to wait after an error before retrying, in seconds. + :param stop_after_delay: The time limit after which retries will cease, + in seconds. + """ + + def wrapper(func: Callable[P, T]) -> Callable[P, T]: + + @functools.wraps(func) + def retry_wrapped(*args: P.args, **kwargs: P.kwargs) -> T: + # The performance counter is monotonic on all platforms we care + # about and has much better resolution than time.monotonic(). + start_time = perf_counter() + while True: + try: + return func(*args, **kwargs) + except Exception: + if perf_counter() - start_time > stop_after_delay: + raise + sleep(wait) + + return retry_wrapped + + return wrapper diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..cb2e23f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,245 @@ +import logging +import os +import shlex +import subprocess +from typing import Any, Callable, Iterable, List, Literal, Mapping, Optional, Union + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..06668e8 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with @retry; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..875e30e --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,337 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import sys +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def _get_default_mode_plus_executable() -> int: + return 0o777 & ~current_umask() | 0o111 + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, _get_default_mode_plus_executable()) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied on top of the + default. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + + # PEP 706 added `tarfile.data_filter`, and made some other changes to + # Python's tarfile module (see below). The features were backported to + # security releases. + try: + data_filter = tarfile.data_filter + except AttributeError: + _untar_without_filter(filename, location, tar, leading) + else: + default_mode_plus_executable = _get_default_mode_plus_executable() + + if leading: + # Strip the leading directory from all files in the archive, + # including hardlink targets (which are relative to the + # unpack location). + for member in tar.getmembers(): + name_lead, name_rest = split_leading_dir(member.name) + member.name = name_rest + if member.islnk(): + lnk_lead, lnk_rest = split_leading_dir(member.linkname) + if lnk_lead == name_lead: + member.linkname = lnk_rest + + def pip_filter(member: tarfile.TarInfo, path: str) -> tarfile.TarInfo: + orig_mode = member.mode + try: + try: + member = data_filter(member, location) + except tarfile.LinkOutsideDestinationError: + if sys.version_info[:3] in { + (3, 8, 17), + (3, 9, 17), + (3, 10, 12), + (3, 11, 4), + }: + # The tarfile filter in specific Python versions + # raises LinkOutsideDestinationError on valid input + # (https://github.com/python/cpython/issues/107845) + # Ignore the error there, but do use the + # more lax `tar_filter` + member = tarfile.tar_filter(member, location) + else: + raise + except tarfile.TarError as exc: + message = "Invalid member in the tar file {}: {}" + # Filter error messages mention the member name. + # No need to add it here. + raise InstallationError( + message.format( + filename, + exc, + ) + ) + if member.isfile() and orig_mode & 0o111: + member.mode = default_mode_plus_executable + else: + # See PEP 706 note above. + # The PEP changed this from `int` to `Optional[int]`, + # where None means "use the default". Mypy doesn't + # know this yet. + member.mode = None # type: ignore [assignment] + return member + + tar.extractall(location, filter=pip_filter) + + finally: + tar.close() + + +def _untar_without_filter( + filename: str, + location: str, + tar: tarfile.TarFile, + leading: bool, +) -> None: + """Fallback for Python without tarfile.data_filter""" + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..9f34f88 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..f85aee8 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26773eda52acdfbf35951497f3c1d8adc3fbfcaa GIT binary patch literal 534 zcmZWkO-sW-5Zz7M^g~2M1VM$OryfjEZz3X!;z5c?@el%W+b+7en~jrAq54Do4gMDY z!4^-Rya@#bPfpS*LI?J}nfHd7otOFfI>C56d%f*AguLa&Z(v=-_z>xd^huve63~L3 zDZ5iH73|2e@&Zp)f{LmJRaFaWsvguS8PcZvo)2p`%XaCKD{XjNn^T>|{SyEU|HLaM z#Z>e}8f75uieh&>8uZc#_VK z)H#omp}Ey@kzP#FlmpHR{Q-{$p%mS4(z5Gs?}Vu^d@EtSJ9fj<5I@oSySjx}w<0Ws wi6TE4+Uma2{Y>%$Sj2@CU%HO);ZjP+bwV2>vNj?cBeMDBc+~kM2(W-1KLdKE&;S4c literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfb3c299a90984d8a7379843f818739668756bb1 GIT binary patch literal 5055 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 Wxr=atY2lahFXWj^pOFrB{Qm&9%>Eq! literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ade0554bcf6a9fadc51deb641aad4161ea1293a GIT binary patch literal 12527 zcmdryTW}lKb-UQb8z4vkB)~WLk_k#6MN^h!*_J9(FWL?hTl5Q63Pac>2?`H-cS(vc z7&9Hs1Wc8RjO!sac1CcUX{k{$DVuMXaCJ^w@~oBap9Nan*oaYPyC@i`f}s`C{0nz6i0D% zj0!3>9i+)`T~G(LF2=;!ARE^Q^>IVcKqCwjGsaCpQ`{Uh$1Ooi+#0mTZ9y9uV`KJs zRj?}V2s+4beXKfO6Re3lgU+}s=!(08?s#pmmZo$RPfZ+B542PBo;z?Re1cwp(M>$6 z{HiQDg9g*^P#B{I)A&#rlLpiDP#CiY)2yS;Q=H`*#aVgx9Y#4(umxt;PMoYfpVH=A z)R{CjOZ#n~VE3?}k=f^>q9mKXJSjz!iEvETk4#O*c)wn@T!?ZUpBUkA5Dl-I2H?EhA}QG$aOF;Duu#R(s*c8 zNXA16UWz3new}O`OvdBk1b12(6J=XGe1(TaNe^spIt>$s5~E4k^#UJHO8jtAI+vVE zaAyS}Dae)=_-WJPC78cK7!9pX|d{q!O97@{jv)MbtNdT6qd76sVI9 zGMp~Ra!gRqu|WfGJwtek_ZA7#m@8?V`ejpV(&T$73guK5}pZ2DYp3-mUVchGUI&~72SI(Rqd z<6F5l-pd(aT?^L^W4>Ku*l*%GpucUO{!Zv`&rnzCV8=zue?YceoVq-%(5B3Y(}@(@ z3#Dv|jPsEz$tlUNPZ^=(peT-~OxPHgq{)<7ZHeVkm`FxPqcL8#2!tC#K$x;Y;H4=c z5dliv^`I=c&qA?`oUR)lxlIAPF_D-k)IqO^@IK$~E)Sl#^z_Jcp~+ckJeeTPuP9BC z7vS8NdZ+os^rcwz@+Adiptt|gOJY>w1C!y%mGBrZUYd+f_9-F&L`NSmUZ1GFbMNG= zTrZ9%r(#?v%yA(Y#bbvi1%5PoHPyL;o!*B+b>ewZKg?6x4%dBXP%;A?8!1a=>;U0S zQRJOb#en{x)6|#_Za_Dj(gg$oDaB6Kv)ET`jijnwtVG&^D30|YMY4sA$lq#5K$-FI z+cyTPGvQN7NLxt2orh&34_YnCi!$Bkx5~PtD6=!+*cI6b$~6&=^C$)4Nl?BlQO)c` zGMbPL{8douqFfz9G6sP{7!S@NTR=Mtk~k9uHO{~RK`=>z-z+r1WKo54 zJiEf&vfi|A*gCiB8*h1TdTuq{Y|3)0gWrGl_Ot8th5EtFGh43O*IM_Q|8>_1&}j~S3h*L7Cp^5k3U!KhZ5RZW+}bIepK6- zJ-XR(B;RplZDgb4MCDPoJPj+yv#%69y$csgT~tfog9B8xYw`G>&E-r@il8tk#*b_e zK?lV72#N>wK?Wz{;tVw2rkANS*c61Yt9Mvw0T}OFAP>`YTBnlcMM_dF=n4^n@-KB$ zqo$GZsOSSS5rinmBM~NNL_(x!nE9e$XbEv5!hBNFcbWH1hDDL*@CQ(jZ#o)AU~RQP zU1nbSI93^{E%9CV4@2 zA*m?H3BiiQToh28`&orFk3(B{917VS3PobDT__|X%7EtPi9i>gf?uhYJyf=5%^`ph z4?^)7P+K)+b1uI4%~KByl)HZESl-pUI=wbsaGlKAPJZm@%8nKsft)FzTpa`CzDvC0 zU6K2G4H|e~6}QByw{)j0@QEk~1uzG~YC^j$m{@)|P4o+TPM4;M_@eQa)66IXcgYN= z41lo{eSIkw4Fo?UJPC7UHzE$TDzMWI=D@=Osia`;6ts!*lg)T(V8M%`fDQuDtH`ot z{GEorRO=r6?Opm6oQRkP1Onb#J8zEVTTZMG6k1N@O^q2Qb8*pMv{v0Xxo~o&d&AmM zbb40?mJVeGfq@qXSL$<)_MEA`tTt65l1(c8?2qAI*l(E{qvmvJN-!c{poUL@3V|M) z^gylkpza5JS$3!t+v*mIJ-`Tqu&98%27>LXB!r0xAmWVzN)!{pPMi{gSu_v46}Z_o z@)}GM2cQ6=GEp5}8OujjSJ76t^5m*F*YIfG_Gspr&-ZLQ>T{-gf{Ij5-C z4D7NSc5DQ37)BULvm^Gi5cahOG*X*G0%M4XX_7R}zn{Jbglpmk>;=^c0$saf(Nvs_ zzCQdA?XB%iv^QEd?7X3Jy)=u0YdH0#L9`oviKGPD5=4w*nffM$4TJ9V`%MDsC!q@qKNgQbAsb@Ju`!T7#+k5?h$hB_DjY(E z`h%esk%~?A3zjaOOhM;aPd=Lq|98V2x+F zYN@KEqicJ%-E9wyY>o4Qh4S=(>U!XzTwU2$e(vloHBhzQO?P+R-M#89xF20G1Fwz% zr)Hkma(3lxUE2<4#`1Y$M6w{n_#u!b+SU+*q2fT2Kn6&tL7n)~8FTl4=42Xp2*YuYS0q{q~ENo$eKIeXfWwvU1q=jfew2h|VMHUo0! zRf>kcMf!T~D)TBeLr0(wX>0~c(y~^zI>3(Z1gin#zhFU_=M1k>*H6w+%3Qx|nD|+K zTCN!?M=sHkCs9VB0}dxsGJRa8AD4Cghf|EjX88og;U_5FQu-%PU5&?5bx()6*evQK zFrgvD=;Ojt_=N8hXu36s?XMrxs4F3~X3ivq%2s)O)Aa1~xj5tsnX4Q$IR&_sGT* zU)ic_cz57k@z&RFer;9ye(H8=y{FK3w$OO4PF&w9dsdGW+=nw~KXQ4u>U_D5$Jaa8y}7oh3w49J z>cOJZvwU#r;7a(d-pt@u;P__XbUtwU{mzZR`GV_0K5%}O#?5XSZyK}oJC?V4eRm-58eTY4Vr%SOr7FtPu$){<7Hb<vc@--d*b9BoLKV&j~P^*Xb2My+-1I!0qG?YN`Ja90JKK8CK0c@feWN3XU0p8Ss)3KTGtmp&J zZVFs-j6Id(&Z3V?CLWO>6a`#zPIY}quxA?P3o}sc_IWUeqa;g0Q7**4J{69onk#tb z^TYpuYhc(BY*zzST}zC}Vc7xRU1fG?myd%ol$ez-L4yQ4=y}VIFQFM`=%G-dviSij z5maSJ^LQl9>|6lH@LOQusq-MkMct-{!39S9RX}fAwvhmI883?SYzn~vAvqPoG?>W8 zMhT?i9OLOU*BCAHl&b;@>coG90TE>wxWh$jL(ba1)pDfJay0YhVry@P-7qx)#UFnX zTlF8C>D0$`-O=(V*|CHm#AWrBPl9yvvvC!^qi)&6}bIY;w+j$!k8(^svc6(OnC_f zHhI8kFW;^<2Tb>iR0kzht1zI<88iZB4Vn_ShMNFU&rk8-3sw+62A}X}WJ*Af5L9$I zISDFy=PrGbSQJKkEf!T>oKW&ACw!-U66QjEkn5DfKq-kavK}~?5(Lwf#mfY>D}rk=KEpA*6FiW2LY!5{9rj=bJ{W)Hf4_ObRdws2N}p4eI|P^ZIqd z99)vH00p!Oe_1h`s&Wldi5hcqU|^|YFx9Yw>)t(Mzk+$<2`GSJ++ZASTAT9Lrku4K z$ky%Mbam!kojF_Qc3s0}-NAg_!9raiV=Xp4LeyE&(V!+k_b1sASomQiD>CQ-|8EGC z(_Og)@6K=x!jDlvqHK6@heXwcgOavDV(=vsKq;{pdO#1JJ;gZp_U^#`kniO@af&?@Q$p%Eh}mwk!RQxWAP(z<+G zsrEfYS^lb_66UwCfrxnuAWkn;?cQ{BeCR-Lsdx7^30d~!>v{@xhcecZld^eM z4t!|!72W=vt0!mc*>==q%u1@kitc84bJ+}hb2$kgGR#Kwu)g|eq0aw?9w1z1KkG}A zo%)K%d*v$S)i7e7)=Ov>lV`^kyTd9yG|Agv0b5*vkA}wRIYR=%ZxD{c&;oflc8pFN z{u1p#&1zD|c5K}xh~ZCYw$#4kI)I^<=)X1mIb_UXH7!WG1D)1_k!U;n^}{L8AbzHT zbPj;(1lSfG=5I^J;wwAE?HUg6CDlaGNM`L05Ld+D2LtYSOi+EAUEBGjZcJn9? zJOc^DnUuSNvb0_=$P4kWU>b2zJnfrxhw^oY3U$31>z1kNhIPSOv~?A2j-t)8W%I7M z3$~UAX1&=0329sH3jNKK#oCs|XBW%hd|Gof2boTej`ak{)WHN_)+wtvhe) zF4%fXM(i?CcJHRGHE(Mz*xE{F?6Oey>XH>(Hh{lphgQY}X-Knu)8qxuU2Y#F!mu$m4tyn={x0dh>-8=2Bg_L<=qHb=!PLS zMC8+LcIRG&x8XSCPH!vL-`+c2f$=@2o$wCyrD`fJOIi0Y-W28+=P80`HzfEq#KQGx z7$vt=ecx&zIIQ|29BS?r3a|e|9MUQ~{{a|Ogt_o8oJ9Bz6njx~3;K4UMwxH|QKM+< zFG5ZAeY2k6#kLP#1SBJWrwraNMi)ZxWk)C!PjXZ6#byZHe2DBH^)3PgDDAwuv4 z7%CI;1=t@c@j%S$2w1e>z&Kb@pIrklzIy&lvC2IU!M29^p<>n0{P}HtHKf<{?zMpu z1=acyFy!^_`wV5MA^pJq1}C-}S44zp%u1_+@694qBSI--2nFyB`sVCliGpf%@E%s> zb)Z!`P9SXh-eRq{#9-atMe1#HRYqJqyV9K{oqb|eMc6~1J&x(+Qs$m_XmCyxa-Y5_I$qYg$LMOo&hb0Qs61g`i7#j0TT9s z5`*o718dLZ51t}Fw$1K)dgv^_5VT5lWSd&OD;p_MP_0JpVO3rhTBTkB(Wm#WG9?PC zHT~N7y7+_m`xkRZFXRso-NVi@JhV!eX)-~luf-*yTJx@V{GgdM-v_iqPZ=6ozc$(Q zjjN_L_wA|@1$?v)ZYdpi!mZS1#nr*=)%RNOQ}DCY z-K=-6Hr}V8DxIv;cNE>85`%S1w^AQFt<=NMlX}~1zpsb!(qWUnV+Cjds%(%{>l389 zJ8~a8OKzhA02Km2g#b|99r+Y1Vw4cl^ZR5YW}z|r+y!JP>maUfkY*>bgD?%@66BY? z*?}o38WVftQ8A)$4NTLLj^7Sc0+;(0iS=8 z@2WBS0pC?COp2izh1)P7BVbZhHiMP-9Lb~$S?ompFB`!gorLe)1RlGhSj4f2VS!AC zADWGU?FyeH)ngxKGZk%adQy=_CxyR*KGZ+Ns|T-{rhh?I{em*X|9?>3d8+$U)$fL9JREGoDRzL*5MEWfjbw^M-9_(_;H_4@AvF1!rL1QLOT2F5j3~ zn8?-l7pfkew-!BZi^6hhDV1wKUhq7gqudoeM+%;#MJ_vfP2wEpGWGNApI9Vvi6YZBjl;^~r5xB;vmwwA+_vLw=Yedjb z>rLKseqU90&w(Mi8|S4ZRM*tiRbPGe)pu3#PpYe{1U#>w{EJHqUlD{K(huWt>ygz5 z7D2crNW!2XStM)JGH79M>!6jrZG$%Uwh!9b+cD_G+ZL^exdvUa%E3wt)w4&dV(vkA z%roeTRS#Cjyo27DZ_pR38LWxb4%Wu%2J2$}L4PbT7>Lym*0VZ}XhW=Vu#v@`(WcnC z!F93b!DjZmBH9vb9c+!QA6y@68*Gbh7~BvO2gTUN!Hu!@!S-0kU)3erZY8fjkq`S4d`)Ih18;VP;24aeXP39U(f{JD+XVW$*8{he0f zSwX6QLy#KeUGLfG>-frUmfDEarh?R`&~ulx?)_$?pR801O0~XciXjFWq|E$<`RaVqUA})p#@uZT7 z21RvjbTpwPe@ven2wJsDDU=L_qajt*9K#VgDh1t|?Pz>lvmcLylbY*PQdUA2qp}`L zCKSznI-(}EiqjFwifR=vghodr@e$4S;%E}zLXzX$*eI&l&yA1Dn&ag-QiB$)<}8ZE zW#v>H6^BD%8K18@7LxiCu^9TT)t-v0N%TBKtvsVB2_@*#s!m2ENsgbBuO~HMNWC&N z8cJRolCPr+s#bL|6uvSxIwVCD%_BwB(P(I#70_IlB9c5brbM+W7P}gXj>%eGL>-Fg zAHkSdJ*N^&DzY53Yi_+GN0kv(^M%oqA$9EHsFDcFfR2ASp~OPTp)l|5P>4!-VxcRt zk)+wKhE>fT55;87smRGOB_7uCl1(n*2>q>2Be*3bSt13ObsR7gD9us$i^nGf1Ai_% z*XB-ICM>FD9N~x{S-)dRx{NZH8O<<$@plTZtHN0!XiM#?67ig29Tt+fxMB<7nMk7~bF(kfx=5#MBeFE^ZUrHuNH3x+l_HYCT;eZKdq9KU)VA3D#A?CRaI^SlbQ>=^}Kghpib{Agsf4^s|=177xFe){wk zp)ZKu(Q(ZQtUwQy9(;BueSaT|L31hcXoBINO_8r^9$?XBIh-8g$N{th z%7*P!RDWo?8FHLKr9GGTj>R%O2Go}}lDFUf6twbsm`L(f#g2{;|d#hMcS_k`COhhgp&VGg% zD3(adtQr8qno_L>)rJZ`t6^SVQ)w9y@?(JARIG`uXQ0VY0XP_P>__$i{HZ4qObNMw(6ni# zaa*Qw+d}`Mf4T9gv^|imuAhExHZ*6O9h-Y5-M%xuaaX!(_f-F971ddnd$w)fId?tn z>&m#grfv7#-l^x5Uizpjng}zRr&TgAD~UuhTu2fKPZ(}&XB+#3FlkMi*pVj+>M7*d zl4i}zh4_Ug=($|M--Thmg-KyTn6O>x0@NA{$cMpL6jYKd6DB5Fgz@tIvAlWe3B3V+ zmOc{}^hY0qVnNG~ACIrJzCdHJ7%eaY_n$b)io_*`y+qnLAu&*Giz*V(#f#&jDu$Kt3m5(ZtAztY{V2LQ0%% z{3~g;tDKolqhpLk7sSYA_o~^QTHknqPoj)O)_iClls^rO6p0 z=wn%e4$)8LS=1ZApZZG(upsM%`t?&U-1Ca_O?SOpvrXc3^*w+6tvxsQ+&X;o@ciCo zfA_R2>-Nu1e(K)z&?!{=Zw$-~Q}FQrNKVm`(a zUG*U8mLLn@!-YZXxCMNV{|qCc1Bv7bnnlL#3NPje$!U(mX>$ zuZ@MG1pT3*cLnw-MzEAqXqp9A5K(Cpc|*wBUAzQk7WK%61bS9CA^6pTK1mkYHf)_1 zhOxoC;Tg0~3)d}!v~Ac5diqKz8sRfEJ__B z7Q`onA#-7m3-4NJ@D4Diz$?HY5|1Q@hLo4k7}D*k935sqw926&#;gtvsq{HfoZ@gG zsUX#A0yW>&UZb&5lu#QH{A5bF=c=Bm$hey3{C8dJv;Kx@`?omAuzNg*BFgg=oJOG8 z)TE+N>sqz`>97pOaOho&@(NN_8qyKohZhl5C`eF70Kre*5OP+lqj9eP3jwdsDd1B> z#m-^dassPUay*Qm=3|iU)qjbkJl?zvscg_D+a)H?$PURyt4p#EI^_!4#UvhV{FDZ1 zp;E4T-)X>m&@FpVzCtfwT~OY|(kf-wuvMypRO6L>Ql*iPH1`{JQ|_oijt6NZJ=G#k zb*d4slN^w4DkTAul^4JL7nM*ve2EbSWh3UcNTM*AMp`J4__3-kBUbv9lP|zDVqKPF z5x#AeY;V!pw-2N|2lBHhrkwi;R0lQ7p`cCqd-w|H*@@M{a(Edpwj6X`3d+J?MKyuqHvFwpN5C+b9r;uP(oH&pg8EZ#+-D!r##uojo*YA_fwFPu=L}LH26R=C zkX1PN3OyrLS1@)xZHCHrBA62HyL~tI&g@OQTeAMfTL*6*T=8$u__wD$+wc4QH?GfI zpZ2XCInf6;@+m}a2_pg|zp|sBv`$#R(MGhkEDQ*HN**wEI*gg<09g`s%gCBWF0jOs zI>1&XVY?wif)^@U-MY*y0svzqU|`KsaeBZhTtX)}SZhb*CDiciE@=`7!6QC#L z((I_OvRTlHzm91YU==8<2-tesEGnw~2*4t^g!LPy?OAW#jp$5t+Lm>Drw?a6HM7TW zy>Rn|mB6k{VAo>*a$s-9vv>M<*5#SC-}2q`Wn8F)>6mt}oeG);HWfrhABBV@l(WT# zGNlhmaBtbzV$+0_7hG8)PYX3m5bKIzT`7K5VR*X2BUN93V)^9X#ivw~v$4Pkm%e#D z>#x6GyJ6n``>uCfbE$>ev~OG5wT%y|aE+Mw^%817YEYMH*d-6c7OGwHykE$UTT{Pf zPW}tfo`@kRr$)z#eiCCI9#a@I%7}bCEO(0+$CCOU0P*q~K}VU0 z?FfK`UZEy%V{&G4#n+SZ^(=&!q>mFHCDOj0W#2&BHNd7L7${{!Du#xnL>R==i&iw> z&=8XXnAE5umEj1nnF^G`f9seCb6g<24G#D0qPa z5==Q)bDm-pP^S8A1ivhNZg)9c5P^OEw7(=wrf%Us8*K<}JWaC&oAyQ68YX};t3`Ue7{ zt2QGs=c#f8=2}(-ymC!;NB3O+DoS+cJQa=?Epz=jf!_0{AF?;^H}y7*Kl3pt-D(Y} zTOr^3vJer7rvi6m;d)}(DOnGoB6MiB?^p&aqyXcJo#2XHk{x`NgE%d4J{90}s$@6P zJd#CEa}{t))jZEEUs;gnEy)AtWpY_QXqszyi;`V(=-TR9XsR9hZ{o4)ps~hp*{^@w zF4Z74Ak~(n)*-c?*DWaPM`{D(@f$&U>b0s@!s=PB7*<}z@W5s(@(7{NIJ9{-RlTIy zpuy3smqs+(#S~P)DinRlxEg0n$v_cTLX?62n4Ys(7AU(9m7y5r)fAUajV4;xA7j6= z2uV}RIfGs6TbL39rchAmdw7Mi1@#mtIG}zUQ)P81E+-+GYEJN6GIY=tTtTTSXQ>?V z{m@L(=EJ#tw&bS@L=Jx*a;BuQh~jEDf}cQ%=oBh_H#{?*6_=QCi7T!x8P}Et`v;zP zJ$GGC8FI+?T+N&e>zgm?5*M$7@k@yOJY?7yw!yeql?k-K#46}PK`kWwEMQiYY5Y!= zjD(dW0Yt4w!1s{9KlArje48`A&C9;7w5w}vmuV*1%%4OAGN3t}pPd6SI&aLYF$kM- z9c}WFIGHwIEggsEB69#{Q7sybk@ykntIY_egdh3**z^Z(4y*)%nLuzkux;7bopyCU zW<-PvkD7$z!VOEUEgNz_wD*%@((7LeFxv2oPTz<;+F3>d<&Bq-@&x&;NN`e zJIK^7H~gLUqLpjT-$k_aIL`98@alSu)QXYPe3v{>UQJwc;i853T>&2vIMr*LwSd_z7)G*da`BLRuq&=;mw`CNsWJ)O4m%`qTlT^s0 zzEnd$S48rSLROg4zf(;$pJ6+Ptmt+C9gX)x=NPQeDlUc8P!cMYqv(%vjDqJV5Gi0} z$|1=Y$3_gQJBxJP9>l0F8CGaxl9i%0ZX|v}#YrH9j>p$9tInOc>+87ZsUuZix@Fhm z+3%kJ@cdoRv8<;K+&_t4bGzR@bo)@o9sF#|*54bOK29a)cD=p#Hl%<}RP*%A>GZm% z7S-=w|M2?vJV$a4!LyYi4eN6e(wG#RfDK~t2(j#{pm;HLC{y}OSPlXujLpiz0P?QB z|A;7D1c|D#xH0TheZhLjC#R{3E&{lHv%7B{x`~l)%+>^Md2f2>l9`%KSO}hWJ{(fm z77d5wK1R*|3Xxmjl(62*cDo!6FmM!<0??SWP1wp>G)>{tZWfaE2VhMJz36k1xeeg>c|vR#qKp_`|rqI?s9<|mms-vzE5XRGTssEkNu zY_ZUF%@&p8&~GwkhUQxHT!o#>*kv?#!7tqq#nk=*X0wMb8cKWm3{%dpF`Thp=xq%_ z%p%izs;vMkxn$3_XCwbEI-!ys8d6b}(9}Hb$+m2u)wt5KJ=3!N&s%m*Kc8*tSZUgm zY1*^oT5dWzed;rRYqqAzT$lTn_TKsW$}=x#o_YDM=auZ{9n+`h)_v;f$hn2qU7thL zYK30qp+^uq<`4Yg*}EI|rCqIAUrV}md&ajT?b^XHe=GV>g!zQ^4D*K(dDO1|1gwYt zm-ff+QP@1Y7=7@~=5vcfkS8(^UPHqwizs=EL( zMQlbv`a`O;2?2uv#QD@r>enWqS%RL0@yHu9Fd=PP_H9YKwy-f{JKKoz1Hq;e!JbbW z(L64>U!&NsP;ia{VhtF3u8dQRC?e++f1P66C?IO4{3ZprC}2u}cPRD`DOjL@V5@u$ z0b}})aPj4JN~GX@%5YmCuKco)?dh93HJzO8Pp=E6!5jOwF5CMw@7}3r|JrVMwB$S% zM{urde%I|D65fNl>~3-N%xy|<=*u*3e}Lp3U3y2%EO2OU)0}!cNZE(X>_evP-#B*; zvj5je_HWd)5zBd;j-!^jbj~9Uubiviv2y_$ z0lXGZrVqZ5**&mIKXSblj=;iMQWXRiznVTYka_CGRr-;ub2z%@Z8-t21y_2<(M;E| zFX#uS3k01o{>-OIkFBOb9ZD@Tu+G4rZqOlFxkW~TMGZnIY%vnsjgVeNmX(5ZX04H& z%s#^{IF;N=BUeiYV{nSp6euy zftgze?LaNd37G9dcVOn%!w1eKA&>RR3BNaJ5aeq3&>cZNy)W>D^T>@fW|V4zpIqY` z4zq=I_l648}$P) zSYJ?fJx1APl#w}JpunTQ&D$1jDmlQ;LXPNY^NZ*Vv(OhgZ$3mFm zl)4MPx5cb$e9I;Epl%n#AL>Uwy%*_0w8=4x#?@EQ($=D!?FBj82m?z0la5L|O%hh$wr}re;S1V;{~V@}y0z92)^Po7yOOU@Ne^Wg2Ka8M4njTqS?c5K6^9;w-{@dx@iKZz{F*^`xN^UF~^;5Kqv3^Lrgybm1X6*Hod9G zIsX9AkElGrP!z%;gDDN72&Of}t`z#nr8bm+va~=gL6E$|7zA}*P4{C2GhYNELT-lO zn;3|IuBcr4b;p4fC#LUoh+Mro1dGeD%exv0?>w*%Fq}!+tVcJfj@%z^I zXgT1SbWS)ip|(&zI#qs7O*o6jv?hpd5S4*eC~++wO@z2B9&@fU8_{il(Q&azQqI$( zLZR8LRcZn(^zwX?bE(3kQ}!W^Eor@rT!Y3$byW!ix6O%4wU=23C1pff z0%R)$foK*2jVu1njK6dK(z3sA+68yk6?a$0-L=qk*S#~_y#DR3+g)?b^E>9hI{#d{ zv2Xh1eSgD>zc1tOTXZe^_rVpfHn39LnW?1~YWt?0_q?0uuP-(&9Z0|Q%3beQ;34a) zo37$3YdgMLq^PF#z*ZJXKZVX_zi0uexorZsfLfDV0nksUH*go=o(Rk_G6a7i6=rC5 z4&mpqE{F0h0y}iaq+U_fb)(o{iv{&}Et(%bf2U$N9zl)}GWVxbMlp;+i_B&GPL((= z^%8CrIY;aT7*?xL6n3T>!PlO4ZRGHJ32B;LlGS7pJwj^f&K4Rhw~7nS01!|jNm>q< zM7Zihfg_0tSmd!nseKVgB9N?_5a-*K4rOd#SP6vyjb00l6H~!f+KEt9g@Io`Z2%>g zC?%lnA}3b;n2H#Q#m16!{)Ej=Bx!z!IwTvuUxeT1EmN|S?BI|5 zP^02loDU2$fMJE=I4fW_jb5{%g@&PwcyWJ-3y2j#T1g^h4I@szStgedP91K18#Yw2Wl-8@tquu7jVN=|- zQ-o%+sHmin_j?yRK@{G99^0oRD?zgoRMLmgGvzP>$P9E$h}BU3DJ9tO0nL6ffun17 zKDGajk{zswW>1D9(Gm~xzz`M*TjW?uhGIU|QL?|4D|DVFp6mvgc#qJy?$*f7k(Gw7 zOheZ~V7Z}p#y#zrPLhuA7iNCpca^uV-M;qr>$hKD_HFyrxBva*;xq5Po_6hL3r}-$ zw*q#Ysb~S3CL$u+BpQ<62`#eFAhJxLyhP`wOx9mFF5tWl1Tx+-s1dyUbvjBkmt3QG z7V#E)y=cd9Kp_$*u7q1WtfW;0rFp&1(?3k)vODNdpxPNg$Yp^?l zab=!rN@8pThdnR`Iuj>~C!my1;HP5x7h@GLoPQSECkeqAv)Pn77N!GJ`X?}%B@-jY z#;~_yy^WKsZG0uqZ*n@U?iafZbm%fh(T&B*2M{#RTZ!Vk)&VXt8Wi$B0RQ-DJEHVN zM!WIm)+F90T+E~)>R4Iku%wJkYsZHcz#MKCY8qxI(!P$gtAj0vA}UFn6l2{+QRVMQ zC1GKDl#Q`W91*$rEuWG5{Xvvrzu5()Z4 z)!XqD9U)Zn7Tri)DXx)ln57=E^&&)SAyqb zOc#h56*&NEa%kHDtng$aoQNLU-`95l#SV3g>3~^R)qSgJeSjeFhm(Z> z$sTB$ai=C-DBV=c79zs%U(h0xQF?ZLaQfZTE8Ryk-AC_qEO(#CxPsHpS?8R6PM$vp zmyFrrjJx$-U2C>(9r&(Bn0GcFL{NKh)n@m5a{`^x@(6WJw_0zu&V}c9EZ26(Fu~yuF#H_w1&br?XA1Z@X{1=ld6Gmz%cDoSHs9 z+wqyd;aE?iwqF1>u` zSbFob%ifb{+*dc-KesMT@)vidz=3CdOM$DcPK=9aAR!r}fy9rKpB3Z2UNBdt&Sn$c zFJQFW`S}u4bZyrc8*LGZi(rM~T?G`MOCDB5!zYyQBPh~{RhwKdnp0D)CG1gA?i@`a zAq8kVOzL&hm20WG9ocL|gkz6Zb(P~+4LWrm^*J@4urnITX!>Nug!3Ejr0HEX;WWx4 zr~GkN$3%rep+RNKE4yqHE~vD0Tk>ROIgWUul5u9X)NAGDh3EoNzJmGDeL^_=+H3Y}#OR&jq0TH|1z zSvjUS+D;|16wv%@K0V98Murf~H(YarFd1D?i7Pc$ei2JxtbLs)D$5d-lzE5HW(*Ai zZK{OLTUR;{WjYTnsUN34N-cLjmvOaESJA@BZtBUnHcq={`?A3vI-=Q}c5lAdxN*L3 zxpC+8$!z_)mHI82`Yj8t#jfT0r>Cp34b3YJ+cFI}dA;;px?$UL!?V-wANd;Rs+N5n z^IuQdbs+yeEl5j&rXm`F1~+;%jQ zqD_FXhWJ@1A8_b4qT*%_oH-tgzc!XglKva4A|Vyq7w9+6)SK<##91Uti7L3?OL?wa zv-CkW+Jb&^zvc?w9Nj@d>eo?-#)KXP>Lsl@ZuE(eWzFg@%3Y*s+=K?0R8-S&V`64v z#n+JmsQcjuyyEN2`1%%Y%f8)d*KRKT*wN??jl!Kp!jDNLPNKO-6A1&3Sh|JthdT7+ zk0{YObw)T}F=5ot;0np<8mXE`69jPb!cs)={PAQY34S6ng7Gn6$HOcYf{hdz9)`yv z&YKh-O|mF|i4Pha^N$f%{t7{nPC@hVxn%lUHPuo=NDDKU2$G#>fGr5JA&42DI3HN{ zZC>bD+4^*5>(fiem$x3x_>QJsM;R!U|BT{VC8V5-ukD-H9@}`Pg!M>J9Z;+upfuhrvYbb7ESrbzGMKdZ!<*PEZkOpB>$WJ=x z;FR+Y;%t2|P%Hl(KiM&AR+uwCm8_3ADR3>-R5HD0&c`&jL_M)enhI30MR$BWcEVD5 zlfYSsiaDm`=;R0>>qX}GSLXis>fZi8ym4G?4QlS6rpkqLJ*Io`NB?=ZN znRLUK;B#7ZuC|va|3?gRRR@Ik{|*q}G>7x@C~hYL-GsS0szCG}?_n4J(BfsQ8!#Xs zafiwa7YauE{}L+7=Y$kQya*{cPB_O{*VX`mC;vHspsb<-U&JC}MTGG2i15BSew`02 zH0eil{X_nw97qgl=wZx(I=uiMbeQ=usF7cf`Q=+^Utj3rg~C`=+%#9?D5o#Te{I&H z)S!&1C&+&^Uj`;w;c_``fD_sd5(`TngYQ-TAQ>>SE)zRh^58^(aGAKylIL`q^t84dERAo&CbEOKSaMIv&$H59QXT8bSCYHdwgnk8 zk3;2V$zQI26O{#Ue9CC`GO4FZ9?WrNel(bspPfR%uX7Cq%VBx_&w-g_A( zE`F|EWw^tzA=HPdH8;Rh{IWjMmGPaGxKvq+aFa0Z$Kgg2{kk_|3KUsoc6E}gh=Dbm zD&B9_S}pfOAPdEq<#&z!BG0kn^IX*j*2BDq#OPd}#nc;v1hl3t5&@YZjkp-H3y9qN zfP1{HY2vEE`ag!Dg@i|Z>p&{l35GpR$42-CiCl$CX6i6>sbIR90NRCLo$txadIMA$`+Fq4Es&|n!%7eL>WO!N>d)|+Z$#f!eeM?vF4!`4)1ml|XoBJ{kG zAPHMA&vac2Mn>sC0Ku=;3Y|<$4|Gm6_b$sq&Bbk70BKR9qg0M$rIr{)Rr^$eDT*;5-iiTd(|(TF=`+ zaTFN`+*IX%Qu1r`(MB*w`To(-8ZJL6A5oG2M!^p#I7-29Akfe65T~X&AoWINrGfIk zpnz0Enw^=({+fOtqd=s92ox-?^Y;1h!qayHdvJE5w(+4&sBfX( z?%Z-sd$y+aq1y>9x>sm;*)ns&EPo6Ii>u(nyxa-P^obw2yf?fv-mGUIf$-GKsjSC` zOVcW=pdSx(%)h$$rKOD@?pxfJ?l^SEdFQo1s$BLzM{Z&MS@oNT?|FPTPR^X1J@e*i zGliYWoICh__hNE+>w&wTgE-VRyZg=4kD4L9CFlh=EjMnNK53rn-2R8%OUdP($M0Oa z>v@q_~VUk^u zbWco~4S%as2>xz{O~suzV&>UsFguUl)=BK3uj3&m6xX`mH@Ck2s0^|Pl4M-2V%){Y zl#N9WnOLI*q|j`ki?otttS7Re2Jr%EGg`^3AO1gYd)7SR8Gt^=B%#XR0t%dZRf9r6 zJNhyuJWYW~s@4efapEG@5SlTT+z%R~5+};6SROCC{_oJtp}DTRZaQB)yZ5fA6*mUm zaL>4BPtJENuA6p$&-FA%652hC2imI3*hP=rp1o>_aH zpy5}S-#PMrahF0cJBBdRvm#8!S3X473vEbj_erfU=Bt>K zB5#)H{fij8@-Zs@ypSmCEpDK%uJOpLLYNzIvD2`DoKGCZzd-NSsBO6$F1K`ljpkn0 zXu%d}dRgMqfS9DY;jMmcNKHy`??B2m3D;f5v0Jm-pTVD|+E4R)vcKLA{kNwm|Dh=@t zvAzr?;5!p`V{pbpZV8M&(X|}KzJKM+awBjX_>SeDIDefkv~W%pn&3=J$E34TD5O+| z`@w{Bf{b&doGE$Wh)_9E1zM%|?5xmHaB<5ftXha-)Km7bTeAw6kDgxY)R8~ZjTW~2 zj4hBKeEGH=Z$a~6*DOI->OFIwWMx(XB`M_aQhPMPCYe?cKbf`U8!1*M6CKL9usIu1coB`7TjQUTrH znO!|=d@|(|d$3W!ogNGIrK9IgvIHq1jwi<8PXPjyYDGR|p(t>dZAFk>kg2fJhg0hY zpzEgN@Tze$q_GsbvfU7 zuXt95G>|~cOTLIQyP_Z+l>F!u7hnaKdOKfQb~4YD{URfPkpg!4v$bDfckP4yBedYENJ_ zBQt+Btmb>k1OzJ>baUs9I+_DN1px}mO<3_I=hspb-rUXXWz zXyN}r3)lxY3%(Y9Q%2gmbw2#5cPlwsG^X7f?txcUms@sCpUzp^E4}yp;5vz)qOfgS zwsT*0eUKt;8&}%;GHrd?rVZH*J=xYR4;wuJIC*%gy+6U_yEW}NE?oI#3*14{8^G1G zBU}fTej&a7#pSw}(w>*@`NRi;v(k%8mi+6pb(`na-@pFO_4(*xAMSL$wfE-U+3s}P z{+!KHdtlXOBli(owHMdA*KBwoxKXW&Rf8G%gOl%`TsQ!CkG(zQ^U=F%b5dzylieuz zQ`LhZ|Dz2@9l{?uj_y3R$Hu%>i(EQP&+5NK(IW1TXl}{FuCXY4#t#&QS}J++D!GDN zxoJx(dCIAhpHQQ$Vi~>A6}E*RFw{%$0n_MVcJ9+Ay(lqOg!0A&=041bOaX71&(3er zsrCJ|PDx1SY7Da6LXIYlMQ?8}DAG}Umx;K_5sHZv6!U$W{W9!h#!;}tC{V<-fIAja zn@ceK5%Tr#5Vk*q7J%(l`aNFh`rV7tQvb)#fAst({y%H__f2N%-_BE_Q>s# zx1+bC3%eKn-);G@Wx4I(vhPsZb!aUMM3_N;t6LE~(s*I+whG)C&$9D~p>d3&6!1jM z+v#fTcDhA!w1-(egLyC$Ye)YE2oYPR9AoacdEXR(`U0I+xnMAkrk;VOj{Mp%CvZq8 zuqmBles?iQ7fe|K_gdW{7u1jGSd4Qnq8fwiI5sc|7o3FY-}f+kACu|)MMRBpJH2@$ zFrkwTzIj6#Gp~4{fjg?W%VLmL3VYp+)G}$=7;3#A?i*y+x5sP*Ki)@M?CZ` zkuqpI3@2euqrKPI7xP$(YgiOQqqQ9I?_eIwy2j*raCSe-cL=day8^vMli-22VROcf z<4wsTX_!Y`Ae$#GB`qM7V6ipP>h(U zf;%N>$6-g8*$okzn_Yp-kIN{ZP~Ha=(8&dU)a+j)rg^Z#CL>|J7-^K1%M|=E1!M$b zhc37~(x1@JKSQ9oj>2j96nU9{MrnQunA_41DMs{>>8vyxq)4viB88H|lu=AWMM9h6 zqkt*6h(lM1PAL@>&<3WEu&oehrifIIO$R|=d4U3w)Y!(xPjtVEpCl5hcR|%~$%VUm z>Uh>$GX;G~-PEc38#YcoJN@$PF8sRc!cw&V_Hjx@-^Lchuyp4!VqD7hN53)Uveu0ei3F+R9p<1^o(-1{T=;5`jh6lK;bM zDi<(|1@uyO$JRxZ!fVM!cVKMQOCSct54BV8@GszFcrAt5>rVIq{n85}mg^OqbvbK= zqn&QWz-vCa(ErZ(1By~9o|mh0JL>5w47`@`NxbgZSLuZ_ea_nZr(gQqR)rB|>ze0w z-R#NnAG;4MeLb`L6#sR<(*M9gW%O@T6j)5XbUL1<(c-me$Ik3{S}%fFu7;JUb8O1i zH|1>fZtrC8`<32lb@my4t;j;tV#mAd)6HMX1ootTdoq=KA2?7}ZwIkl7i*`*(J_x< z;npUZ4JoU`G_{mQ@t z2i{Z(a6&9sQ|;I>pUMe%Ey_#JeNvS^a3=Gmv#XSlYh%S6j;H1@CwR^8qIrEvua1~G zug5HOy@=g$%tF&g??vDWz4Z=KH0SX++MyuK+34NY#ov35^7p`(+53KF^{NB;xmKED zG)7ZA$X-jA+3S;Ybg4;uuI`Bi7zkacAI=GQ;nZcvhwEAN4tj?ay>p1=0$;H>w$u0M zO&_H9Qa^v+Iljt%=M-y|;{YKZUJK3abq52-uTOwpc?ncO@mlC7NEsy%<7)x8IB(42|3lAY_a4Y@-kN=CU$%E=c0)(Db>ruadmP^T)lekP z*>3KeyOQYv^9UQZ;0&tmoyknw zQ@LtN@(PU`=G2?9oR5Ch2u(o2=r^N^>3H|Ki6XWjC6}|AIPz5CV+F@|n>0 zL&5ufq4N7e_4kFU?+gAP2wh)TJr?U1f)RX9vA=E=EPH<-9Q(prNqGoXDflAbpcn$6 zl&5xj%TxtcL{-al<4R?7rm}f%?{ej)Dd&B64Zo*(-nHO=r#fBRlX3S>xpK}5%Sp?u zA1fE{xc~?a-oWltmKQ9a+k6&Z)?1rn@1_?1-qy?Cdym}le^kxl_Z_ZP2g>F)HCwi` z3iNKH1T4#Xesw^%CYf)53}9=dFnMvCM0xks?NXE)uoG=5>-WqHw( r6DY(wur}pb!WU8W$I|t=z(Po?6}7( List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags = ["--quiet"] + elif verbosity == 1: + flags = [] + else: + flags = [f"-{'v'*verbosity}"] + cmd_args = make_command( + "checkout", "--lightweight", *flags, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..0425deb --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,527 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from dataclasses import replace +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options = replace(rev_options, branch_name=(rev if is_branch else None)) + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..f359266 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags = ["--quiet"] + else: + flags = [] + cmd_args = make_command( + "checkout", + *flags, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..a413316 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,688 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from dataclasses import dataclass, field +from typing import ( + Any, + Dict, + Iterable, + Iterator, + List, + Literal, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = urllib.parse.urlsplit(name).scheme + if not scheme: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +@dataclass(frozen=True) +class RevOptions: + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + + vc_class: Type["VersionControl"] + rev: Optional[str] = None + extra_args: CommandArgs = field(default_factory=list) + branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args or []) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except NotADirectoryError: + raise BadCommand(f"Cannot find command {cls.name!r} - invalid PATH") + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..93f8e1f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..561089c --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,116 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("distlib") + vendored("distro") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("pyproject_hooks") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + if sys.version_info < (3, 11): + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c723f521601bf6f43c17949fc3ad9b1104d841f8 GIT binary patch literal 4553 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..b34b0fc --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.14.0" + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bf64fa78d74e350a7613900b5370b555e935a07 GIT binary patch literal 906 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0833470d60e9ff7f73cdc9a0648a37d6ae89736a GIT binary patch literal 3791 zcmb_f&2Jn<7O$G_p6MRX*pA~sfNauj?$OI1dF;^?s{Rj5E7b1|>YJqkU;=nD@7)9c=?^VsGV^~(AEWfIH z{p!_wuj>8k%|G+`EP?jd^ItFC%MkJ{PCCs{1KL`J!8-9snRwJo1+lTF#@Yh z+$?a1`nb79u8?oeXRj2mcIN~3u3M|Y<{)f(Zp>o8$|}kyMcWS2*6T1| zCybOS1U2PBm{#?&WW@Db^Z^c8$f&eAlNUO!vb6tsx*Q)2S{Qpxj~&J8Fs7Yb0!38wW0Ab{HlpTi(rZ|6{u!~Y^TY{5oHtK z2b}-+5PBx@5!9-Jt#(d(EMPHfj`qT#IM0D3A4ej$?4B)fu*q{rC)P=W$PG5(CQF9} z%C;RdDnTSzbEKzTG7f@-z@%RxTV_t~0MU|x(nQRYG-q+0ht1r4BWA*0wr8S{sa;Gd z#t*|{z8^?pNE!YNjGO!XFb3&PN^}+;K{*|Dw0BX$phaV9YxCv>aKagwa# zR3on*;5g?vf2q5H`oi(T@Mn=6KynBPdL@04q2&m7lHd`G*MO{&R*D*v4^48OUZ4*( z&6wQU`;_VrO{)Ino3j6pm2VmFy_JOp+i7a#m1b1Bd#1kuUj{Ng@HJRA}osjeC z{)~q?=DN|B>lAbSO#mpF>odFGvp>pxo=o;-;&d;`GQC9w0Jl$oi`PxI_C+aZ94}6y z2LN-44u|E!0br^mmLK}DgAh4zN#Q``2d6pKwXWFVO~68d*#fCMzW=kgKGOeYZH@ot z(~I}UKGN@4>iTwV06E-TUfa|7#_h)12e&`ixO{K&i;<(Bn@5$oXkw?OVIa+2fx%Ci`!b>E zNWYuy_1D{PYkMlYWxAa5>HYR`!J8`oI<8U3=n3*75%eY;;VfuI&Mj@0+@vxG;Q&v7 z9_e|KuGcW#IQle*YBD|g-3L@VhEmT1Ss@S8WO!_C_T$;D+~`{AcIjWa0}pZsHY)dC z-kAF`ckHo7hM!)Wy*>M*FhTy#!Bg7bjn^^*cd{Fr4UqWR(9qq3vqboFyMNg|Y`;#( zv|3bq0*NJ#G)H@vMZxe37_gHvU|ab;GF&5LpLpy3UH`$zp{>#Jb?dIRp1+&lsC+qk zA2KC2avN4~OfvpEAcYLa zE6k^m6p)~WJK=B#65@e#B#5$YB-~D=0NqS#Om*QK_fOn}%MOJ2n#Vu< zS966>a#JprhcezL0{=#*yeyy&*A{K7ps)-AJC5wDS0Qm6+<2;R^=dIIwOv_sQL{1% ziV7%CrE^#hj&pr9KQu^80@&z@&?5V;=M((xl`*h{_(UI6;_c_BB@x`#)gX#bzpq`btk zwgL$1)mA#jMxZWGs>&L(6SC&PT~8S!AdQ)ZRefbnKY;!Mg9^0yN;h18mNiQ+B5=wJ ze!%*VxY!kzUOWK;iP;I#Pubo1{ubEXDG$xT@^Ge*?yHghgbq$3If6u%JF3*`6+z9> z(#7`%@*h+Trg@Ta951Rk4#!uMzlvl>mj3~HNM3<|fyLY^d6dc;W^2E!VRU0sWiHCh z6!IKPA}p~M>QL-KiN)~<6HEPWf?qePOi0HK{Heq79pi}j9DY3#j*o&Wu_U_4%?Axi z%vV+M_BuZU!uZ;WH-J3UD5a0G8r6R=37zH#_RjW+tVe)w@ZPxFrmkZpSp Xo%qDsCeUq9jnm1E(hmeW>BN5lVfiFU literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38e9f33f55dd02909467ea617d4875d0c55e76ce GIT binary patch literal 16228 zcmcJ0Yj7J^c4p)KY7hVcf*=W!%{L+OAyKp*v?Y#2y=YOCMv`Y%v}_cFZjzutfbIq* z5eCYgK=F{H=!eM{e+&p4HE|PHclAft&f^!%@bxqYlvEAtrON+ z+k|bFo}fvZF>0T!ny4aiQ`9l*oN&&%CS2sVIa)pIo^Wd@&dU3Mmj%juCOjn18m*c2 zPIyV&7OkE2O@N3%Lj#Yxi8>9Xr8xb}pwf`yn``(4+Jeu7A7~6SL(;F(khQBcO>EUf zGh59%-qTMoTIw9dI^UyM*C$$uexhYT7jP$!Sg%cU%yc3#7meH;U_#NUI3Gz&&kD?3 zoKJ8pGa2WZd4Xf@Kq|v?Z_RT;Lg=$TK`sG}XbZ(+@kA&QiN}O-_)X7+c!6U>2`-pO z26UqR+V#t4f+Oe8j9eHUKPOs8;?XDgO6C#PoZSHg= zoCs(|3%*A};b~5+xyk`&V0$XgE}Q~tk_<(yS2;csibj$g55G)fkp#zwq7Zdl=CKIJ zUXg@`B>McdYnQKZ!W;<8!EcMoD0%G7?(Wy$9O@r#dt-lKC@|dJ-w(g>=e_{^di_lj z>%M_eIjya`5Ay=rC%rH(PX-|f%L7EZ*a)GHqBKwML1cwWkVFh-AhrBSQOdwAYEqhe z+E=OHf%lA|oQ|SCk&_m+DJ`q1gJ1C0%5RCz~J-T6nB@If^Ls7kr;DwZjOtwk-N+(CO*krIXl7}I(GDMpVi91(=EVY%yKOiLk83roaZCm@IOGxKfw-qg6)5TEA$EW z(GxQSFjaIQmS~s_CBoC9af*-6&k2|cWqE7`Uk`zRML~{lA|pdLPF))d&Mkl(F%rEj zMFoz(&G9$-pgFg1z@)w*ksRtfIB)}I7uP!%3f~G%al(zc$XtIA$k;gFAI4c0j>i&w zJlZe6qa5Eiw;)>7cJPf*dk2bf5rTWvGb?3xJ{Y|}x)lD=_`Nd)n=@%UpDwo_UCsi(k@3S*!= z*iv{jPyY_W6^f%KG@!*`$R~6bO8R5%N=*J;#p>QOOz1fS>tOZo>6NK6VI(Prk`xo` zWR0L1%&dzw!P^3w!VGUK>t-$RwjoE>vzx#2i>+a;P!Ihg8rI9&Ab*#1Y%NOz->L;| zz$ZG$>K&1~8@f3;coOFxEZxaam}3%gM&LLmGN~vWMwpJzM_Go963c)}0;SV89xh!T zsMny+G*5A%tx&LttO<2FDm@W{MU|q0YI;fwzhsRF3rTlZBUm+5!UQbHqm%% zJy4N71X5KA7N~%BJYab8b13)Z7Z5~xpcdWqYpxkPA6;BA;; zg^4RGGSN$NLpP&bPyppRF9gGJmJ@ONxmJq;zZ;-u_#?iB%nyJL>PwmW2QM6 zjKm^|U@++$!AV~1^*$x%5YP!nAh<{ER8bxKRxkeX^*?@neLk&!-&$zsOzStyzCwNb zq{~vI`NF`r4H-oWxvYu=Al3|8o$G_eGKS6(4!rK zsOc9q!%5vxe}6zvw2){yb2rS*k&V=V)V!#liAQ1qi>M1n1-=2K6OEF#7A>l_7WJsD zMFY{+qFK?_qD|h}QCo{vmctB;3pi)VWGbCd^L#W0?X57O^~EfGaobh9;$QavxG8Nccp6tO zEnmueI?|Re9qxkLn?Ai`rfU6AcADKTiueGlm)*AE7k;mTQM}uiwp{60jEx)-M z$<_3)@6Xj7Pg}Pgby;)W^RpA@7@3{8jzCpVGwS?=1o=s+GZjWy1GWu+3~~Zm{vf*Vz)s&hK ztY%VMG$vT>u3wPH>URH?&|Ytl<{L6kBf-3{ouMf0L1 zWd`M95ezKo?v&{j$Vr)@&T$La+9@+|weH1LX^&F={iq&zU8UNn1X?fTX{UIw-V?+p z!Gswc!Lo;?Q)*9YsO!}GOLwTdy6e;(4RESbh=EgshDup@?;hOjW!(Ncf%^@4fJghD z(p05PDf3LVQl|L+1eXXrM82J)jcrTguBqk){JeQ;)Ey0Ik0{9fO$*MRgzuw5CM8+l^v-3itm*;MS8b$v> zG|tW6j7GwuX^xNFhJ>VZj*s76C?QFjgbqUm_5mXc@KjPXKr#34_HMVm_ed$ic5$F0emuiCHTmkXuiNLoZN1Z=&ZRzc;`o_$B#*eQ=rlH{Lz<>Tgp=p1ixu@W5E7Z0ZnBFZQ zW;3>5H&pqpS+j44p}dVNuP?v8+PvQN*Zco+|D*WN`TW3@e9cwZ9=i9XjobdtO@B|$ z-?Mi0@BIhUV+D8frn@8O?$~g56`a0p53}j%%y~Ljg|(A;Pha{>!Pl4xJv4t%^{^`M z>rRjE==Jux0&`%!F2}sQY+uqX{kvaVDNpUg=|X$=l5uGv=WG!j)jL|d%lmov{CW{y4fbnLWIjRQL;D5p1V|G&?ADUbhaN^7s%a(Y+jWjfn< z;pf*koIm{B>Dw_t^8b5QP5D~CrVOt7&ug2vd`%zF59xw`yx{M6X3*8u|I0J8obTQ8 z)US*!j}?5c6?`oPUjtJ9lSyCW-O(9b-fx6`(A9raYaXGsf79b1IjH?xx_P9}@VC7h z3=g)Pp$z}i6Tom-17T$&?{{FN0AoRi6}Xi@w<%t;fIAK@ys`(KSlQX7X7pv5@UxPp zPpQV)qAsPo=PhdB88oEJ9#*I5ZVk1dO{h8+t@{lry-Empvtt>0^?q zNmbIWGc{!e;V1YdV4x~`7kA8iH6<;peZB;%FSaa&F1{go$*L^Dv3Q7OLW;u#Dw$v& zJ?J{Y`kv=w%y>LTT&zf~0b0es7IW|D^m!UQ2*+(T$<{bRwFJLf+8P*8sTG&xy zVU9<&BAP)R25$oJBe^?Z?}k`GG~EgDF~pCIvVN0oSpH?gMAAC2lY~SImJLpVEFx$( zVLqA=5O|RKO7fDNL1Y@7(nT^&X8@8hbpZ^2vL+hq*f6ljmZ8YyYe1CM?=TDDryJ}XNmzy_T zojF(M>Ya7#qtU$UEZELASNa4p9lt-GZ5ZF6FBKd$Y5Vggrs}2bKnz{xO3PPWp0Y^* z4OXAZC6sBos7jlk%A>mMRQ~DXzI8)M!-fcoP z!k{&EtYy*g?JY_flsT1+B4X6X?2aMJ(38pxU9|4e3P(zHRbDuojjD_`*0e~cY%?87 zjm0-xq_U^%@7AU4i}W6KJ5#hGr-q7spLM~wQvAhTedNMHQtPiuRlR$BkN&CJ-9J)) zEIM}el0&I?PZ_IAWdz4@@0R<%L(ARYfvZPtwKL^>w;^RsIg_w@_Z-ohT_Z}TthY{s zp6J_SEWAo>d(QjX6!28Gd}$qj#}(--)&ZL6U$G(=41u~NXI0FFE0Rs{oWXz?Y$U;O zcO!7>gQo*3cm<{e#Q8fBp~ywHEY60aLWvPEp7f8!5#y*Dn4Xuk8FJ0T$l?9aJ+PuKMsW?Pwrr)lHe5v!7XfMfX#vO(#h{j%|(gG zUe7Xf9Kd%mux-FPl3W~!NH!DGP3#sVMz@p+#aISmTWAFOvBb~`hMIFWaG#@&!cqECgvubegOs^BdowZjU?O7Lb>S} zCkRY5GRY+(v*4qGCBvX=4n>eiG;w$5z*7@mOf3@-miu4CQZ}+mS@S1Q#;%j>3^=kN zTDU}5Nel%RAgl+jkwYiBcOx*)lPEq6vNV4x^jy-^5n)bXQwOndS!XfGgCG#C(lI4; zGj=Z=O-Tb0aPv2CzMx@Pv@`kZ_!CW0p2OfQ1OS;5yj^U#eCEo|7?RURQ9V!4V&mWy(LRp_zLdEDhha~PnI7#jjd9TTT!MI8(Sk2Y?= zMJ!c5gyo5qstt!lJq|h$2~)CN3~+>K#j?S~{2ZK)Od(sF+^aaPMH3bYLfLB4bvW`t zW#mOfW{`@HkaE(f29ckL01eo<(AxxsR93(GmTciFsegm=P$!#4%FYdT=c5TM{4a3s zzz()j&e{iW-+w#n=**fsAuM=&E91-Kt4BV1`NNm>yMs`srO$yXmro1hPxnzQD5c)ROY_Al?xMDo?$X;Z;gowYR;TDr4z zlPcYb?DwvGMqdTms@hCf&fc=+ZCyRGb}ZNSQr>$weXii}W*x0tO`RXaAI8_F)^D!A zwRS7tH1z0NuIc2GZL6bu&9!zR-*GhSY*pckQ`yr$0K5Vadw0!B=W=JJE??bNQGkN; zcy{>v&vaUQ6;RjIuAE&yn}M0q1-_HbleID1bZzEXj&4t1P(?oV>4gpYGDu7}t=b;j z_Ny5eH|TNsN2V^@e)y4XgFa106N#%cwK*H35?=xy1={)G)%&k*(v3N~F%#LKyMfSI z^SrBs&JX<8JpDt6?0sags0DOf2Zvg{#RDxkzEaI#U?M-tM!pDlP*Qp@+RQ1ve4G!? z4PwNZ#$rqG$GM%s2Br=5{1QMJ+>HkM}Z27x+*_zbOX-E!X=J) zEEH7;pU3n=v?Wfqi{B^LvDnMJ6JYGC}p1~T+o=U(K9Ad!rB*i*R8U8}6#L-fG zxA6tFR`f~%Sdt|K4@KWb;XXDVF!67|TLO&G!4-7^myiJ=c7AqF5Y3Q4U?Le2lJ!8kF zP_{Ua0gzQOAE3rzEqhe;XauAOecJsc5H6(c@@c_mm;HVfb*Y58q)aRvgO>RHW&mpq zfEwuD9RO?yYv}__fnY;3cw|)eC>R9aP=dP1^oqO*6|haI0Q9XRFnQTppfAIas*50reB)jhJ zXYy!ymB3P}_eJm|K8Cq*2t-pvU?WqJ1W%AE9gMC7VHL40+#Cqf#78lP2s=NAK^lWw z5Qs(zv7Xum^TH1XoRaFFk|_*Foob)aNP%Ps)9|= z{{f~&Fj#;ZS7q+OtXfbF}}dPJ5W# z5-|ffkge%}v)iq@j%+9Rlex|l`MTlss|9ys)*Z;w0SLF;4J*UT!>dDUH`m@;J&|`0 z+&{hT_Q1u&Dlqo5w7=kFvh9O8=O9K}4(6N#o6ez}b7;f)%9hie^|WU@Udnk6=bcCX z$Dv1w|9(Y&BWJwhvbwP0D}ro* zyNo@LnLq)!dw{MYka&5(%4rGO_|i%M84r@dh9FtJiTFH{gw5;PtDo7(GB`lRgAt3x*ywc z>Hek6C>)!cAGLoqt+^}M%B0ogzp*ME6i1<}rKIL{TDJC|tLd4xN$1y4i4;|EZ+ z;9-7aGrFpGJQUobZR*Rp`U-C7xySClt)_k1{VzWn&Fw#%Z#uVhu29>Qt=+fP)&J2u zAHK7G=Mn#@X8rAa*T|=AuItr@^mf<&4E>dIOK5!4_gW6_3i-QXan#j6)8S1aD+MoaT+)NMvGV3T$Ke(sW{X1P$Rk!4D!ZKAK6<|ri3jQ~^WPo5sse>z5 zTy_)>R}HSh4W%g!xU~A2QUFM%uXy=DTanVHwoQ#FF5zkFf$@PU40mJ0+Bd)%BR5cu zaCzKV>AHYYin!C@-lj}H*1qr8Q(@hrX;F3Tz(LZc^g)wS8ML?3-6I_sz3TlTFl69T zKp4JKka*pJ4{VZ8F2$G-bLhYza|gfYibff@R|6>k>A{wiz|Vc;OMrmPgc5`*1cy$E zxN5e{qb0#H@p)d^Y^5uX_;nb36omE+ZmPh4I&>T8VsH+q7A7{2{3Qoo{$x1#PzNtQ z!ifo76JqX6!xu<*xGpFNUxI;TF$PghJaJQbOvMvm+Q`j-!#zBYRJM?!vBdu&bQa$V zLBLXS^uu8);+mpSYKUln4}xX|z8^ElHjEo(z+ApJl0D85#$ymx-H}8mcQ+iJXCX=M zHc@j+)Z7+u#_!(iyi#=%bX4S!>_oGn^oxwjbics8?`Oaj_P*-9Pgn}|O`G-oa8$8w z%GV!FJHB)@ZMz%Nm!NE8Z?>Tq?nQ2!Yd6i!Idk)-xie?(1eM&_Azg#q^bh3x0~`Lq zX9mEJzVr_+pI$n-^j5*`Svj(Nb(@(R4{V)erKR z6uF>AOc=!M;!y(iC0)hO{S*?kS-$ZWKP-G5ZqU9VXTsMK4Ui33VFJ$Mr1M4o&maXd za3UmK@<)iT13?c1!5jPsm|nxer-xD^u#>sH0i{Ba%Ol7t(YZ@MDJ)i6M%7qGC4Z&( zIyot?z_qGaJBkEXuE*il9L_=_e2Eambi<3|#D4pRzPXS9heGZ=w8fIvqWnZ;QI97C za4EPb<8CJWDzYP%;Gbd)`-A@w0)SO3l_B{kLcqaaf|qCw2I0(M9zI?QigYme)_f=` z-9#2m!5|wC2ZKEN*l?r?=M%y#2Vd~9Euhwp(C3J!;MlHZ65c1;;@J&yrd3W zfv5$aU>50Y+$`J%?VC?T;PWIsrWoM{Igs!MEQMP#k9(Zh4But;$=_x6DUNX;tb_S5 zRwIz(cd@CIifCr^dg1HMKJtTnY$x3wZG9o7a#@ulU*PdH*6t~#R%#~;UUZjc!R1x> zxbzTD)*iymq6K!-F>*DZECb@viKcLTb`CC{@;+=IdSK-9Eos*NIsQZdQ~px#6=~U= z;QtEJU?Nk(9SC-G8ja@HR;@<=8zZG@`$x+0ORDOZl;xL{?F*{?e^W2zsF!|44gVkN z!WY!BFLll@^i99g4}PIP@GJe%ZA*Q+cGFUyv(#sf<}K~_jN3-%y_dsOPPmN~Hh~}TYBPLDr*A#|Cu>TKrq>jJ< literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45fb9eae0b221fbed37ced084df2bd77a0f462ce GIT binary patch literal 4351 zcmc&%O>7&-6`uVe#a~gDWLZCsyq28Uv}LJo+@Nml7^*DAj$_7%gcfELte4!Oxzuu( zon2a{DkDZ=6jGW(7EpjnE)fb8i0dA5>Zz9iJ+&9BRv~3!qb|}*ZffMBMNWNhmZU6! zMuA>B1n2L)`R2`gZ{C~zQ#>9aP=0dpN&XLQgnWsEdXfE(ussc(D$$89n4~DA1p)h_ zDW*keB~vQOX_?Q-W}p~M2a7G~mSQL!5(o{lAn*jta50jO2t*`r5IuO8=q(RKA3Ytd zh{@1bI7kX!RI@DG)m+22oD_`PQ(BSgQ?yvJnZ_y;hDno>7oWOzbzB|0I6ijyQtAy) z8nr53XiPIrEdzAHi(Qbs5^A9@7KRw&-!aRd2Z)NQd-<9)g*0C75jUI#7m;mYqR4f5fy>i88GP z_KYY{CW}B-X8mbJV|Lln6-~*N6gyL(Sy!3O8`-=vYXFx^sX}j3R&n!&bwgoP(-p&V zZAIfynQ|^i*^r_E!fc*eiksJ5B?r4IhNEOn+o8Y@h=@gR(QMhJuvNAu9?ZLWSVK8j z*0x+~xsGDzd>kKrIKru;fS|c9GcthTfY?+iG5eMQ8-O@~p};XHGb<=3m%u+wZTVE5 z3#2)YQg&c{krp$QIlcs%qT6LKnGfM)Z2&)}s!7F!^CDh}(VTHhap2qzmj;{zx7D&) zLkF4RJQc;sYq~uPy4aDku{l+A&DBsTjtl6hM9_m<_a|TAvgH~kstefAMA}Ww;I1^R zD5H*I+SU!ex#sZm?q2OEy1~GDHml%z-Ed}3W;E3QF~=@a*C@iN4fiNOa}ZDfumVeV zhUzD;Uw4b8oOAuUVq3~vhE=|m9P&lxrpuseOk2}^Z6mm1LYg3L-#IrzUl2Qf9b~*P}MMnW_qo z?sYdOC z58tHL&1uufO#3Xa4xjq=v}3sRBq(e~yFs1ll2IB_flasB2v<5@Rc4zbXp>qX87@KW zQ&qzCl3>wBd3xg_|CxwPlkk>D|@Srw(TXY+S0W%48V@{H!m}0HKo)o<{RlPwW*4JW- zs(LN8aZ+NCi-;#%5dGOc=+@QBI&ePPSP4fy)cnXbC{;a%%LkykL$=yUYx_ogU@boI zaPZut`0ESe<3!gzwsQJWLU|Zc*nVKkK7X>txqk(eDr5*aIrR3H!t=VS5p_}~lVp&% zh{4Md!X$xQBbGc%Zb{e3tnfm-V13O_ds~47%+=<#j@H#X&X~=- zpr0F(B3Ceb2^bxeT~U0^wt}xXYObXEd~*ZMmHRx;X~e)60_azi!}~Tn4ph%9pQ)Z* zKD&DQVaL&jv7`U~d*Y?9i4flRMXYU0g7%xOU;sG#4t;Xwqca6^ekLy zuxHx&EBk`=xci<0F|Bb41mcG4WH(yx75F=> zKJwca;Kz4!;b=!bw}DeYH`r4kuGTJQw zIjO!gK6=3ma7V5AvloPHST@~VE*XkzL72j@2v9ZPeI zb4%|pz7L^cb@b1Pm!I|=Tn=u<$iDs6$a18bSWc`8tEbl6UVhv&__(vXdTII6ivCIA zqryi2$Xfr%qyAH$o%;RM##w|6VI^$4*vAcS!#`_o{gm;16lqxL zkFdx8Y$b>nJkqqxi@L~rV7W<5KmRAoC8g9?cuan`;*q))BdVk2sM@e4I|)2&7%Mat z8^I;05_l8w6vHrI%=I_3&JL7`t9}So!$uoj$Je@!fBNd9u8{?KGunFZ@CV;rkyl$j zMtgO3FI;{aitXH=mCp50|9>$WoB%@>3t`m`l`j;2LcaTMrUD;3?+qy_+oJC&^Ss6A z;+C1^$v6vXwg(n@lH)S=9mK$#4S@*zo}965vo>I_A@u}OW%ey-<|6PZR|ECg1AM<4 z*^_|mL!QA!5q#g_O9);_5mhbPdfCK&OjUmj5BeIVMOAe>tE#LMck9J!#|n5OxZ>~o z@z=KmW(tNCCJN^qRCmcg#I`_a>qsClxY^#nC1HE~B5$9DT;%M4ynO be5f=&m*UDx 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 Z1@bFFh9U{f7DHb_4sbJ1r-?2M{BI5j(4hbT literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..fbb4ecc --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[assignment] + response._fp, # type: ignore[arg-type] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[union-attr] + + response._update_chunk_length = types.MethodType( # type: ignore[method-assign] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..3293b00 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a93ff65db73edaf9ec2d803708f9f8ac3caafe00 GIT binary patch literal 439 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc983821d432daac1b89674f5019402b7a50a946 GIT binary patch literal 2737 zcmbVO&2JM&6rcUF*I`Wp2}$_g09G*t2imF)6j6zQlBi%%fkWNU)#9BbHtSt8yAIem zD2E&psa2qtxTjJHsYU6b$Nmq!5Tz;63M8tkhu(q=s?<~8o3+VD>4CnL-n^N4Gw;3M z%zLvx$Kx#o==R{#vAjaa@7QS)^pS-6=fLNPMJ&N41tB8{D2ujO5Hn&y%1FE~*>XY2 zC|s89NFkbu3WO>w0=kN=7Gjy0KtwV?tjH9xqBJ@$@$E^brK~1ne_|&o1e;99aedRz zxsI0<1JyEp>gNhHP?1+$hk{c4@~0Qi8vTQ3`#&B^55Pd|wCT})GdqT}$|uyydD(FH zkT*;T^)&S72qhW8A{o(AEn!N|NLI`ep_OCAYKf7xpS8)7rywj#vlP&XSaEP)&P1V& zLaUagF{c#*}IfZb9c_z$VFZNB6Y+ zWvmVzvMy#sn#bG+!W^lRJgRJO^SlRef|nO z0G}mq_nY`#73UkLE|4-MxO=^u>;ZZ+m$$2@)^Gzp986IdLIqpq{2M|alKg-a~Aj)Xb zHnTKPUPoY=8hL;F4X!TwBNt-IMKI|=vz#jSnT=mrz=ZZ|Fecou5rKX`^1uVlwbbW=j#dZ z_W$K8p6|MhjQ~&pHRFjG7PAnl1VXiCO}2)LIP9S^B&@2<#%5xV)$RqgyVky>?hajU zlm^ft1W%f$>n#x8#O3A{JwvYUhU*XI__f99RRW{2kXDP6K)%>3ld_N$D?@|SE>fnC zxJ=L5)MPnlR5xu~_s6J?g-Xvkx~anpW?qBmDWzZWsD3l&kF|u?N7u7v2_L$ibW#d$ zwT#Oc;_)x=0)^YCw5@@Uj~oPT?`>d{WFn-l<>P_fPjXuE}F<*MhdI zc4rro}bPy0mcEk8{&YG6sUNJ{Umv&YTU!5%wef$+>y_&m3``64I+&C zCFTTj8vh35Fl!~xXY4Snu4r6Muj)7*-b7N}taErwBWt&)whW*9e0rX9|(Hrx?wE5nizo-!UD!^2~T zkYVi(Qw84vh74DE1Hh(8T@;k<^@yPCTT#iNa86i}H09WGduQ10JrK6NXL$Q87OyKX zU*9Dtd+HHc+4n*dm3U|acTOiap|>L?Koh)WSgv^)4J&BGFBjpM8P>aC5Bx}^8b1=L zwLcPJhvB0ZC=CB57(Q#<^$jrv>d6q9Q|tp!!7Jgt1#CqU1mUGhg#CX-h;Z;J(f=Ut W{U)_Nm3O{~=tBJN_Ll@2?)X11fIQ^@ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..e6e3a57 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py @@ -0,0 +1,182 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import hashlib +import os +from textwrap import dedent +from typing import IO, TYPE_CHECKING, Union +from pathlib import Path + +from pip._vendor.cachecontrol.cache import BaseCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.controller import CacheController + +if TYPE_CHECKING: + from datetime import datetime + + from filelock import BaseFileLock + + +def _secure_open_write(filename: str, fmode: int) -> IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str | Path, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install cachecontrol[filecache] + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..d7dd86e --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,499 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + # We do not support caching of partial content: so if the request contains a + # Range header then we don't want to load anything from the cache. + if "Range" in request.headers: + return None + + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..2514390 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..f6e5634 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[index,misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..a49487a --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..f61d77f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2024.08.30" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6248e15a1a80c2c979a3db267d0651a6a2153e4e GIT binary patch literal 322 zcmX@j%ge<81l1mQGva{sV-N=hn4pZ$3P8qmh7^Vr#vF!R#wf;IrYI&xh7_h0=5(eg z<`kAFmP%GlwwH`RWtvR4IFj@8N>cMmif^%&XQURT7BK_Gi&%g}6_=5Lk%^vxg`Tm2 zpC;=qmgIb7>09ja@rgM(@$t8~%CjPwsx}{}uIz+*Cs^ z!SR6rZvX>EL+Hw?3{k9fm00bn2oxYNu&P7LIxS&WC;FhamO&w9pVtP^qc^(^}>)Y20in+zQi#k%Z-3f7~aO>?rMU z$7#1uXeVbWB|f7g(n8z_LKdY-%i&f)ds#qp!s}U-x&D|WIHhh#D2pCORKAVM(0t`4 z?Tun_#g=qaZWN~|KNVo?izbD}or0D7oNL9ZXEaLKdpMR+|7_pB?%le7&(9{TpC$#| zT0qfrOsMCI0Ap_$ZF>vLHFxc*mq(1WvmksF^hoZBoSiafr_9;${Wypc-*>YKx7Onn zkA~z1JtMA^f0;iJ%WoAS^c7ZrLg&bCzHH3x=FD#H+vj(ULonu0pF#cgowrxsJ^cjr v16V&aYjd+PGaLKnxn1o@HD7Ez+xVi{uP*If{;Zw-F3^R&i_bUdY0>;2Jkg^S literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d44458e2d3917dac7aaaa92e0bc9d5808a89314e GIT binary patch literal 3215 zcmbVOO>7&-6`uVgmlVmBM2e!V)FNcNHf@Wp9ksRF)PZfJ5)f4qY{iHP)r-yU%37M@ zva@5$a+E@cAh1tXkf7EfD17L}a1K7^m}7zVK$$j&PC!1K`gZA)0Yd(Re?sXCoX#IPLhccRl!(C@e1$7Km^I6Wu>J2WWBzg^%DMi-hTT_{hl2t4S-En2A9*NG)K&|IZ!^lwd>Hs zz3qWNr6Cv*H&VgBY>dQ+F>EO2kkM~ujRANz2o28?H_{(VB_%jZre_~R{yqx1TV`B0 zDYF)>Vr@14*RI6l^GlYKU$%|w6*EswcAZw8JX%R~jK9QF%(xMMAw4`3S_zr}t#cC8J;FfyQpVmLVnEmp@-TS9 zkyTRQW(vI9r=CB1{+$c+>iPNiU0GGln-){m2c(1ZUtc-@yM=S}(`s#%E!kDio%3DC zq&G~uP`qJQZ!A=-4;K6(Zx&CSTyQLAj@LB(ns(K67HU@QxC+Azn;s7kJFeT*1lU}~ zd!2uNRcALTk{Fwl0kuw^i%Lt(HN@OzW|Q5Ye<~iKNY4WQ5)bkci4A9nYL2>SRZLex z?dZ_kl`csChOSS+>v-49F_eE2n zT)Avp)tbhZD4yLF97f$3gdccERn?7X3`66})Vyjr(C0;lA|_r0XbfjbD@!IdDJItt zG-n#rI(gMk61jTc=&LLl8T-e<`r$t`$Ii6ICL3du|4cN;-fQl?bo<@sBm2Jiur)f- z7@cU2{-!zd+uPI66N7hW@63KN`y_GfJ7uIUk9e=z7ETNqw$3F`5Y8Z21PWRR)2{6A z2Cm!LU_Rtw0Eou3F1Z=b_N0s<-66Y>woCVN zV#i?k%aB{1gm`WzEk&XiWSR!!%2!RMb}2}aK{ShM7*!4xmVzC?dTjI5DR}6d0o6mf z92wbP-+$_>W6iyj|2N6HHDezvzMW(S?~w)J2DwP+2$%;P#h~omXde4eU4Yg>Hev8{ z^*zN$iLY0lD6@5W)(9bO+FIW#NBct9If-g%@J^igG28pCy2wX@Eo~J zIQXrSo5E$X!WH-#`U`k}L2yO8W>&o@xgw@WL81kCLXV)rQ_!QJT+z^&<{;jA6tAlI zSR$YrH0KZ~2ylX=20uUe*`fPWPm|-1GSAY(_fCI$`m^8vD3DaKl^lPZ9DnU#0sdS6 zuY^a^>FDk$avMhUrbszB7Ib%IH#isq>`6%Mk9w-{uB+^lPHR}Ef;V1-jGpmoOhIya z+o5Byyc;zvTGf_Kyo&KMgHkMFr7mzTx9DKC3qZn}>)~4g$3bj?T#3}($vcx?5uIu# z4&LUzQwHv?+*!H1c4uw#?B-fiIaZgC{j{q7uY{++#J6w13_PZL>M!^Z!xq*sBqn@o z+>)-d#qm>a1nwG3XN6%ms;Y*q!x;r<)$!9FGu}M+f7@`HJdW{$S8)1 z;B4Jw-u>kj6u*Laz~u4m2q-;(%FE6Z;JFf8t(lG+0RyF+Vnuf2fAYT7=HZDOo%26i zT=_znbK8&U%5V9fc4z2Wn2Zr|VxZds$8kUK5+`;NgzNi;Bs(I<9c{}*jJAYyLr8C| zJQntSFP?lcm|cGt_`5#c7Kf!bHs0(IFzu6^q;ebjD}uHiA(2>18fr*Go7uNU3kc{%^%MUZm0+@3b-p8kqz4^?IhzNF7<9e5PbJE^dz3 zhYmHA!|PM+L9!?REW7WASX3H)HjrxzU|$UGZA)Nb3+Ze-ik?gcGHo2wj+1z@(}!MG Qkj8QAVA}ECJ$OO?FIHuP-v9sr literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..3c165a1 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem @@ -0,0 +1,4929 @@ + +# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA +# Label: "GlobalSign Root CA" +# Serial: 4835703278459707669005204 +# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a +# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c +# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99 +-----BEGIN CERTIFICATE----- +MIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG +A1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv +b3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw +MDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i +YWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT +aWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ +jc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp +xy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp +1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG +snUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ +U26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8 +9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B +AQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz +yj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE +38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP +AbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad +DKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME +HMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited +# Label: "Entrust.net Premium 2048 Secure Server CA" +# Serial: 946069240 +# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90 +# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31 +# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77 +-----BEGIN CERTIFICATE----- +MIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML +RW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp +bmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5 +IEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3 +MjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3 +LmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp +YWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG +A1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp +MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq +K0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe +sYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX +MlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT +XTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/ +HoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH +4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub +j1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo +U8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf +zX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b +u/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+ +bYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er +fF6adulZkMV8gzURZVE= +-----END CERTIFICATE----- + +# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust +# Label: "Baltimore CyberTrust Root" +# Serial: 33554617 +# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4 +# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74 +# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ +RTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD +VQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX +DTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y +ZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy +VHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr +mD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr +IZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK +mpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu +XmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy +dc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye +jl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1 +BE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3 +DQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92 +9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx +jkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0 +Epn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz +ksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS +R9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc. +# Label: "Entrust Root Certification Authority" +# Serial: 1164660820 +# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4 +# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9 +# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c +-----BEGIN CERTIFICATE----- +MIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0 +Lm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW +KGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl +cnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw +NTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw +NwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy +ZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV +BAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ +KoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo +Nu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4 +4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9 +KlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI +rb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi +94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB +sDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi +gA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo +kORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE +vW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA +A4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t +O1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua +AGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP +9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/ +eu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m +0vdXcDazv/wor3ElhVsT/h5/WrQ8 +-----END CERTIFICATE----- + +# Issuer: CN=AAA Certificate Services O=Comodo CA Limited +# Subject: CN=AAA Certificate Services O=Comodo CA Limited +# Label: "Comodo AAA Services root" +# Serial: 1 +# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0 +# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49 +# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4 +-----BEGIN CERTIFICATE----- +MIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb +MBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow +GAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj +YXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM +GEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP +ADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua +BtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe +3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4 +YgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR +rOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm +ez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU +oBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF +MAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v +QUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t +b2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF +AAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q +GE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz +Rt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2 +G9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi +l2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3 +smPi9WIsgtRqAEFQ8TmDn5XpNpaYbg== +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2" +# Serial: 1289 +# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b +# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7 +# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86 +-----BEGIN CERTIFICATE----- +MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa +GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg +Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J +WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB +rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp ++ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 +ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i +Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz +PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og +/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH +oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI +yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud +EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 +A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL +MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT +ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f +BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn +g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl +fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K +WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha +B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc +hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR +TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD +mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z +ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y +4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza +8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3" +# Serial: 1478 +# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf +# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85 +# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35 +-----BEGIN CERTIFICATE----- +MIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x +GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv +b3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV +BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W +YWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM +V0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB +4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr +H556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd +8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv +vWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT +mZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe +btfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc +T5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt +WAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ +c6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A +4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD +VR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG +CCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0 +aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0 +aWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu +dC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw +czALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G +A1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC +TTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg +Um9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0 +7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem +d1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd ++LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B +4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN +t54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x +DYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57 +k8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s +zHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j +Wy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT +mJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK +4SVhM7JZG+Ju1zdXtg2pEto= +-----END CERTIFICATE----- + +# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com +# Label: "XRamp Global CA Root" +# Serial: 107108908803651509692980124233745014957 +# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1 +# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6 +# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2 +-----BEGIN CERTIFICATE----- +MIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB +gjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk +MCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY +UmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx +NDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3 +dy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy +dmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6 +38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP +KZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q +DxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4 +qEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa +JSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi +PvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P +BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs +jVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0 +eS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD +ggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR +vbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt +qZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa +IR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy +i6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ +O+7ETPTsJ3xCwnR8gooJybQDJbw= +-----END CERTIFICATE----- + +# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority +# Label: "Go Daddy Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67 +# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4 +# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4 +-----BEGIN CERTIFICATE----- +MIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh +MB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE +YWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3 +MDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo +ZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg +MiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN +ADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA +PVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w +wdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi +EqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY +avx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+ +YihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE +sNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h +/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5 +IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD +ggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy +OO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P +TMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ +HmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER +dEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf +ReYNnyicsbkqWletNw+vHX/bvZ8= +-----END CERTIFICATE----- + +# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority +# Label: "Starfield Class 2 CA" +# Serial: 0 +# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24 +# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a +# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58 +-----BEGIN CERTIFICATE----- +MIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl +MCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp +U3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw +NjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE +ChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp +ZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3 +DQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf +8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN ++lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0 +X9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa +K4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA +1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G +A1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR +zt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0 +YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD +bGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w +DQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3 +L7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D +eruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl +xy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp +VSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY +WQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root CA" +# Serial: 17154717934120587862167794914071425081 +# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72 +# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43 +# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c +-----BEGIN CERTIFICATE----- +MIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c +JpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP +mDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+ +wRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4 +VYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/ +AUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB +AAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun +pyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC +dWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf +fwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm +NW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx +H2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe ++o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root CA" +# Serial: 10944719598952040374951832963794454346 +# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e +# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36 +# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61 +-----BEGIN CERTIFICATE----- +MIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD +QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB +CSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97 +nh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt +43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P +T19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4 +gdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO +BgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR +TLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw +DQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr +hMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg +06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF +PnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls +YSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk +CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert High Assurance EV Root CA" +# Serial: 3553400076410547919724730734378100087 +# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a +# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25 +# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j +ZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL +MAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3 +LmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug +RVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm ++9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW +PNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM +xChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB +Ik5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3 +hzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg +EsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA +FLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec +nzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z +eM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF +hS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2 +Yzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe +vEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep ++OkuE6N36B9K +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG +# Label: "SwissSign Gold CA - G2" +# Serial: 13492815561806991280 +# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93 +# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61 +# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG +# Label: "SwissSign Silver CA - G2" +# Serial: 5700383053117599563 +# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13 +# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb +# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc. +# Label: "SecureSign RootCA11" +# Serial: 1 +# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26 +# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3 +# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12 +-----BEGIN CERTIFICATE----- +MIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr +MCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG +A1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0 +MDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp +Y2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD +QTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz +i1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8 +h9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV +MdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9 +UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni +8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC +h8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD +VR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB +AKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm +KbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ +X5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr +QbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5 +pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN +QSdJQO7e5iNEOdyhIta6A/I= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G4" +# Serial: 289383649854506086828220374796556676440 +# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88 +# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01 +# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88 +-----BEGIN CERTIFICATE----- +MIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw +gb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL +Ex9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg +MjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw +BgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0 +MB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT +MRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1 +c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ +bmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg +Um9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B +AQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ +2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E +T+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j +5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM +C1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T +DtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX +wbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A +2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm +nqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8 +dWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl +N4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj +c0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS +5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS +Gwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr +hFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/ +B7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI +AeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw +H5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+ +b7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk +2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol +IQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk +5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY +n/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw== +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication RootCA3 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication RootCA3" +# Serial: 16247922307909811815 +# MD5 Fingerprint: 1c:9a:16:ff:9e:5c:e0:4d:8a:14:01:f4:35:5d:29:26 +# SHA1 Fingerprint: c3:03:c8:22:74:92:e5:61:a2:9c:5f:79:91:2b:1e:44:13:91:30:3a +# SHA256 Fingerprint: 24:a5:5c:2a:b0:51:44:2d:06:17:76:65:41:23:9a:4a:d0:32:d7:c5:51:75:aa:34:ff:de:2f:bc:4f:5c:52:94 +-----BEGIN CERTIFICATE----- +MIIFfzCCA2egAwIBAgIJAOF8N0D9G/5nMA0GCSqGSIb3DQEBDAUAMF0xCzAJBgNV +BAYTAkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMScw +JQYDVQQDEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTMwHhcNMTYwNjE2 +MDYxNzE2WhcNMzgwMTE4MDYxNzE2WjBdMQswCQYDVQQGEwJKUDElMCMGA1UEChMc +U0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UEAxMeU2VjdXJpdHkg +Q29tbXVuaWNhdGlvbiBSb290Q0EzMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC +CgKCAgEA48lySfcw3gl8qUCBWNO0Ot26YQ+TUG5pPDXC7ltzkBtnTCHsXzW7OT4r +CmDvu20rhvtxosis5FaU+cmvsXLUIKx00rgVrVH+hXShuRD+BYD5UpOzQD11EKzA +lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG +TfmfZPd+pmaGNXHIEYBMwXFAWB6+oHP2/D5Q4eAvJj1+XCO1eXDe+uDRpdYMQXF7 +9+qMHIjH7Iv10S9VlkZ8WjtYO/u62C21Jdp6Ts9EriGmnpjKIG58u4iFW/vAEGK7 +8vknR+/RiTlDxN/e4UG/VHMgly1s2vPUB6PmudhvrvyMGS7TZ2crldtYXLVqAvO4 +g160a75BflcJdURQVc1aEWEhCmHCqYj9E7wtiS/NYeCVvsq1e+F7NGcLH7YMx3we +GVPKp7FKFSBWFHA9K4IsD50VHUeAR/94mQ4xr28+j+2GaR57GIgUssL8gjMunEst ++3A7caoreyYn8xrC3PsXuKHqy6C0rtOUfnrQq8PsOC0RLoi/1D+tEjtCrI8Cbn3M +0V9hvqG8OmpI6iZVIhZdXw3/JzOfGAN0iltSIEdrRU0id4xVJ/CvHozJgyJUt5rQ +T9nO/NkuHJYosQLTA70lUhw0Zk8jq/R3gpYd0VcwCBEF/VfR2ccCAwEAAaNCMEAw +HQYDVR0OBBYEFGQUfPxYchamCik0FW8qy7z8r6irMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBDAUAA4ICAQDcAiMI4u8hOscNtybS +YpOnpSNyByCCYN8Y11StaSWSntkUz5m5UoHPrmyKO1o5yGwBQ8IibQLwYs1OY0PA +FNr0Y/Dq9HHuTofjcan0yVflLl8cebsjqodEV+m9NU1Bu0soo5iyG9kLFwfl9+qd +9XbXv8S2gVj/yP9kaWJ5rW4OH3/uHWnlt3Jxs/6lATWUVCvAUm2PVcTJ0rjLyjQI +UYWg9by0F1jqClx6vWPGOi//lkkZhOpn2ASxYfQAW0q3nHE3GYV5v4GwxxMOdnE+ +OoAGrgYWp421wsTL/0ClXI2lyTrtcoHKXJg80jQDdwj98ClZXSEIx2C/pHF7uNke +gr4Jr2VvKKu/S7XuPghHJ6APbw+LP6yVGPO5DtxnVW5inkYO0QR4ynKudtml+LLf +iAlhi+8kTtFZP1rUPcmTPCtk9YENFpb3ksP+MW/oKjJ0DvRMmEoYDjBU1cXrvMUV +nuiZIesnKwkK2/HmcBhWuwzkvvnoEKQTkrgc4NtnHVMDpCKn3F2SEDzq//wbEBrD +2NCcnWXL0CsnMQMeNuE9dnUM/0Umud1RvCPHX9jYhxBAEg09ODfnRDwYwFMJZI// +1ZqmfHAuc1Uh6N//g7kdPjIe1qZ9LPFm6Vwdp6POXiUyK+OVrCoHzrQoeIY8Laad +TdJ0MN1kURXbg4NR16/9M51NZg== +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root E46" +# Serial: 88989738453351742415770396670917916916 +# MD5 Fingerprint: 28:23:f8:b2:98:5c:37:16:3b:3e:46:13:4e:b0:b3:01 +# SHA1 Fingerprint: ec:8a:39:6c:40:f0:2e:bc:42:75:d4:9f:ab:1c:1a:5b:67:be:d2:9a +# SHA256 Fingerprint: c9:0f:26:f0:fb:1b:40:18:b2:22:27:51:9b:5c:a2:b5:3e:2c:a5:b3:be:5c:f1:8e:fe:1b:ef:47:38:0c:53:83 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root R46" +# Serial: 156256931880233212765902055439220583700 +# MD5 Fingerprint: 32:10:09:52:00:d5:7e:6c:43:df:15:c0:b1:16:93:e5 +# SHA1 Fingerprint: ad:98:f9:f3:e4:7d:75:3b:65:d4:82:b3:a4:52:17:bb:6e:f5:e4:38 +# SHA256 Fingerprint: 7b:b6:47:a6:2a:ee:ac:88:bf:25:7a:a5:22:d0:1f:fe:a3:95:e0:ab:45:c7:3f:93:f6:56:54:ec:38:f2:5a:06 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS RSA Root CA 2022" +# Serial: 148535279242832292258835760425842727825 +# MD5 Fingerprint: d8:4e:c6:59:30:d8:fe:a0:d6:7a:5a:2c:2c:69:78:da +# SHA1 Fingerprint: ec:2c:83:40:72:af:26:95:10:ff:0e:f2:03:ee:31:70:f6:78:9d:ca +# SHA256 Fingerprint: 8f:af:7d:2e:2c:b4:70:9b:b8:e0:b3:36:66:bf:75:a5:dd:45:b5:de:48:0f:8e:a8:d4:bf:e6:be:bc:17:f2:ed +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS ECC Root CA 2022" +# Serial: 26605119622390491762507526719404364228 +# MD5 Fingerprint: 99:d7:5c:f1:51:36:cc:e9:ce:d9:19:2e:77:71:56:c5 +# SHA1 Fingerprint: 9f:5f:d9:1a:54:6d:f5:0c:71:f0:ee:7a:bd:17:49:98:84:73:e2:39 +# SHA256 Fingerprint: c3:2f:fd:9f:46:f9:36:d1:6c:36:73:99:09:59:43:4b:9a:d6:0a:af:bb:9e:7c:f3:36:54:f1:44:cc:1b:a1:43 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA ECC TLS 2021" +# Serial: 81873346711060652204712539181482831616 +# MD5 Fingerprint: 16:9f:ad:f1:70:ad:79:d6:ed:29:b4:d1:c5:79:70:a8 +# SHA1 Fingerprint: 9e:bc:75:10:42:b3:02:f3:81:f4:f7:30:62:d4:8f:c3:a7:51:b2:dd +# SHA256 Fingerprint: b2:fa:e5:3e:14:cc:d7:ab:92:12:06:47:01:ae:27:9c:1d:89:88:fa:cb:77:5f:a8:a0:08:91:4e:66:39:88:a8 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA RSA TLS 2021" +# Serial: 111436099570196163832749341232207667876 +# MD5 Fingerprint: d4:d3:46:b8:9a:c0:9c:76:5d:9e:3a:c3:b9:99:31:d2 +# SHA1 Fingerprint: 18:52:3b:0d:06:37:e4:d6:3a:df:23:e4:98:fb:5b:16:fb:86:74:48 +# SHA256 Fingerprint: 81:a9:08:8e:a5:9f:b3:64:c5:48:a6:f8:55:59:09:9b:6f:04:05:ef:bf:18:e5:32:4e:c9:f4:57:ba:00:11:2f +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G3" +# Serial: 576386314500428537169965010905813481816650257167 +# MD5 Fingerprint: 30:42:1b:b7:bb:81:75:35:e4:16:4f:53:d2:94:de:04 +# SHA1 Fingerprint: 63:cf:b6:c1:27:2b:56:e4:88:8e:1c:23:9a:b6:2e:81:47:24:c3:c7 +# SHA256 Fingerprint: e0:d3:22:6a:eb:11:63:c2:e4:8f:f9:be:3b:50:b4:c6:43:1b:e7:bb:1e:ac:c5:c3:6b:5d:5e:c5:09:03:9a:08 +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEM +BQAwWjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAe +Fw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEwMTlaMFoxCzAJBgNVBAYTAkNOMSUw +IwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtU +cnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNS +T1QY4SxzlZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqK +AtCWHwDNBSHvBm3dIZwZQ0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1 +nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/VP68czH5GX6zfZBCK70bwkPAPLfSIC7Ep +qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA +yB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm9WAPzJMs +hH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gX +zhqcD0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAv +kV34PmVACxmZySYgWmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msT +f9FkPz2ccEblooV7WIQn3MSAPmeamseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jA +uPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCFTIcQcf+eQxuulXUtgQIDAQAB +o2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj7zjKsK5Xf/Ih +MBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4 +wM8zAQLpw6o1D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2 +XFNFV1pF1AWZLy4jVe5jaN/TG3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1 +JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNjduMNhXJEIlU/HHzp/LgV6FL6qj6j +ITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstlcHboCoWASzY9M/eV +VHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys+TIx +xHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1on +AX1daBli2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d +7XB4tmBZrOFdRWOPyN9yaFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2Ntjj +gKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsASZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV ++Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFRJQJ6+N1rZdVtTTDIZbpo +FGWsJwt0ivKH +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G4" +# Serial: 451799571007117016466790293371524403291602933463 +# MD5 Fingerprint: 54:dd:b2:d7:5f:d8:3e:ed:7c:e0:0b:2e:cc:ed:eb:eb +# SHA1 Fingerprint: 57:73:a5:61:5d:80:b2:e6:ac:38:82:fc:68:07:31:ac:9f:b5:92:5a +# SHA256 Fingerprint: be:4b:56:cb:50:56:c0:13:6a:52:6d:f4:44:50:8d:aa:36:a0:b5:4f:42:e4:ac:38:f7:2a:f4:70:e4:79:65:4c +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMw +WjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0y +MTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJaMFoxCzAJBgNVBAYTAkNOMSUwIwYD +VQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtUcnVz +dEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATx +s8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbw +LxYI+hW8m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJij +YzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mD +pm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/pDHel4NZg6ZvccveMA4GA1UdDwEB/wQE +AwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AAbbd+NvBNEU/zy4k6LHiR +UKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xkdUfFVZDj +/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-01 O=CommScope +# Label: "CommScope Public Trust ECC Root-01" +# Serial: 385011430473757362783587124273108818652468453534 +# MD5 Fingerprint: 3a:40:a7:fc:03:8c:9c:38:79:2f:3a:a2:6c:b6:0a:16 +# SHA1 Fingerprint: 07:86:c0:d8:dd:8e:c0:80:98:06:98:d0:58:7a:ef:de:a6:cc:a2:5d +# SHA256 Fingerprint: 11:43:7c:da:7b:b4:5e:41:36:5f:45:b3:9a:38:98:6b:0d:e0:0d:ef:34:8e:0c:7b:b0:87:36:33:80:0b:c3:8b +-----BEGIN CERTIFICATE----- +MIICHTCCAaOgAwIBAgIUQ3CCd89NXTTxyq4yLzf39H91oJ4wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMTAeFw0yMTA0MjgxNzM1NDNa +Fw00NjA0MjgxNzM1NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDEw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAARLNumuV16ocNfQj3Rid8NeeqrltqLxeP0C +flfdkXmcbLlSiFS8LwS+uM32ENEp7LXQoMPwiXAZu1FlxUOcw5tjnSCDPgYLpkJE +hRGnSjot6dZoL0hOUysHP029uax3OVejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSOB2LAUN3GGQYARnQE9/OufXVNMDAKBggq +hkjOPQQDAwNoADBlAjEAnDPfQeMjqEI2Jpc1XHvr20v4qotzVRVcrHgpD7oh2MSg +2NED3W3ROT3Ek2DS43KyAjB8xX6I01D1HiXo+k515liWpDVfG2XqYZpwI7UNo5uS +Um9poIyNStDuiw7LR47QjRE= +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Subject: CN=CommScope Public Trust ECC Root-02 O=CommScope +# Label: "CommScope Public Trust ECC Root-02" +# Serial: 234015080301808452132356021271193974922492992893 +# MD5 Fingerprint: 59:b0:44:d5:65:4d:b8:5c:55:19:92:02:b6:d1:94:b2 +# SHA1 Fingerprint: 3c:3f:ef:57:0f:fe:65:93:86:9e:a0:fe:b0:f6:ed:8e:d1:13:c7:e5 +# SHA256 Fingerprint: 2f:fb:7f:81:3b:bb:b3:c8:9a:b4:e8:16:2d:0f:16:d7:15:09:a8:30:cc:9d:73:c2:62:e5:14:08:75:d1:ad:4a +-----BEGIN CERTIFICATE----- +MIICHDCCAaOgAwIBAgIUKP2ZYEFHpgE6yhR7H+/5aAiDXX0wCgYIKoZIzj0EAwMw +TjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwiQ29t +bVNjb3BlIFB1YmxpYyBUcnVzdCBFQ0MgUm9vdC0wMjAeFw0yMTA0MjgxNzQ0NTRa +Fw00NjA0MjgxNzQ0NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21tU2Nv +cGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgRUNDIFJvb3QtMDIw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAR4MIHoYx7l63FRD/cHB8o5mXxO1Q/MMDAL +j2aTPs+9xYa9+bG3tD60B8jzljHz7aRP+KNOjSkVWLjVb3/ubCK1sK9IRQq9qEmU +v4RDsNuESgMjGWdqb8FuvAY5N9GIIvejQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYD +VR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTmGHX/72DehKT1RsfeSlXjMjZ59TAKBggq +hkjOPQQDAwNnADBkAjAmc0l6tqvmSfR9Uj/UQQSugEODZXW5hYA4O9Zv5JOGq4/n +ich/m35rChJVYaoR4HkCMHfoMXGsPHED1oQmHhS48zs73u1Z/GtMMH9ZzkXpc2AV +mkzw5l4lIhVtwodZ0LKOag== +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-01 O=CommScope +# Label: "CommScope Public Trust RSA Root-01" +# Serial: 354030733275608256394402989253558293562031411421 +# MD5 Fingerprint: 0e:b4:15:bc:87:63:5d:5d:02:73:d4:26:38:68:73:d8 +# SHA1 Fingerprint: 6d:0a:5f:f7:b4:23:06:b4:85:b3:b7:97:64:fc:ac:75:f5:33:f2:93 +# SHA256 Fingerprint: 02:bd:f9:6e:2a:45:dd:9b:f1:8f:c7:e1:db:df:21:a0:37:9b:a3:c9:c2:61:03:44:cf:d8:d6:06:fe:c1:ed:81 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUPgNJgXUWdDGOTKvVxZAplsU5EN0wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMTAeFw0yMTA0MjgxNjQ1 +NTRaFw00NjA0MjgxNjQ1NTNaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDEwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwSGWjDR1C45FtnYSk +YZYSwu3D2iM0GXb26v1VWvZVAVMP8syMl0+5UMuzAURWlv2bKOx7dAvnQmtVzslh +suitQDy6uUEKBU8bJoWPQ7VAtYXR1HHcg0Hz9kXHgKKEUJdGzqAMxGBWBB0HW0al +DrJLpA6lfO741GIDuZNqihS4cPgugkY4Iw50x2tBt9Apo52AsH53k2NC+zSDO3Oj +WiE260f6GBfZumbCk6SP/F2krfxQapWsvCQz0b2If4b19bJzKo98rwjyGpg/qYFl +P8GMicWWMJoKz/TUyDTtnS+8jTiGU+6Xn6myY5QXjQ/cZip8UlF1y5mO6D1cv547 +KI2DAg+pn3LiLCuz3GaXAEDQpFSOm117RTYm1nJD68/A6g3czhLmfTifBSeolz7p +UcZsBSjBAg/pGG3svZwG1KdJ9FQFa2ww8esD1eo9anbCyxooSU1/ZOD6K9pzg4H/ +kQO9lLvkuI6cMmPNn7togbGEW682v3fuHX/3SZtS7NJ3Wn2RnU3COS3kuoL4b/JO +Hg9O5j9ZpSPcPYeoKFgo0fEbNttPxP/hjFtyjMcmAyejOQoBqsCyMWCDIqFPEgkB +Ea801M/XrmLTBQe0MXXgDW1XT2mH+VepuhX2yFJtocucH+X8eKg1mp9BFM6ltM6U +CBwJrVbl2rZJmkrqYxhTnCwuwwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUN12mmnQywsL5x6YVEFm45P3luG0wDQYJ +KoZIhvcNAQELBQADggIBAK+nz97/4L1CjU3lIpbfaOp9TSp90K09FlxD533Ahuh6 +NWPxzIHIxgvoLlI1pKZJkGNRrDSsBTtXAOnTYtPZKdVUvhwQkZyybf5Z/Xn36lbQ +nmhUQo8mUuJM3y+Xpi/SB5io82BdS5pYV4jvguX6r2yBS5KPQJqTRlnLX3gWsWc+ +QgvfKNmwrZggvkN80V4aCRckjXtdlemrwWCrWxhkgPut4AZ9HcpZuPN4KWfGVh2v +trV0KnahP/t1MJ+UXjulYPPLXAziDslg+MkfFoom3ecnf+slpoq9uC02EJqxWE2a +aE9gVOX2RhOOiKy8IUISrcZKiX2bwdgt6ZYD9KJ0DLwAHb/WNyVntHKLr4W96ioD +j8z7PEQkguIBpQtZtjSNMgsSDesnwv1B10A8ckYpwIzqug/xBpMu95yo9GA+o/E4 +Xo4TwbM6l4c/ksp4qRyv0LAbJh6+cOx69TOY6lz/KwsETkPdY34Op054A5U+1C0w +lREQKC6/oAI+/15Z0wUOlV9TRe9rh9VIzRamloPh37MG88EU26fsHItdkJANclHn +YfkUyq+Dj7+vsQpZXdxc1+SWrVtgHdqul7I52Qb1dgAT+GhMIbA1xNxVssnBQVoc +icCMb3SgazNNtQEo/a2tiRc7ppqEvOuM6sRxJKi6KfkIsidWNTJf6jn7MZrVGczw +-----END CERTIFICATE----- + +# Issuer: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Subject: CN=CommScope Public Trust RSA Root-02 O=CommScope +# Label: "CommScope Public Trust RSA Root-02" +# Serial: 480062499834624527752716769107743131258796508494 +# MD5 Fingerprint: e1:29:f9:62:7b:76:e2:96:6d:f3:d4:d7:0f:ae:1f:aa +# SHA1 Fingerprint: ea:b0:e2:52:1b:89:93:4c:11:68:f2:d8:9a:ac:22:4c:a3:8a:57:ae +# SHA256 Fingerprint: ff:e9:43:d7:93:42:4b:4f:7c:44:0c:1c:3d:64:8d:53:63:f3:4b:82:dc:87:aa:7a:9f:11:8f:c5:de:e1:01:f1 +-----BEGIN CERTIFICATE----- +MIIFbDCCA1SgAwIBAgIUVBa/O345lXGN0aoApYYNK496BU4wDQYJKoZIhvcNAQEL +BQAwTjELMAkGA1UEBhMCVVMxEjAQBgNVBAoMCUNvbW1TY29wZTErMCkGA1UEAwwi +Q29tbVNjb3BlIFB1YmxpYyBUcnVzdCBSU0EgUm9vdC0wMjAeFw0yMTA0MjgxNzE2 +NDNaFw00NjA0MjgxNzE2NDJaME4xCzAJBgNVBAYTAlVTMRIwEAYDVQQKDAlDb21t +U2NvcGUxKzApBgNVBAMMIkNvbW1TY29wZSBQdWJsaWMgVHJ1c3QgUlNBIFJvb3Qt +MDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDh+g77aAASyE3VrCLE +NQE7xVTlWXZjpX/rwcRqmL0yjReA61260WI9JSMZNRTpf4mnG2I81lDnNJUDMrG0 +kyI9p+Kx7eZ7Ti6Hmw0zdQreqjXnfuU2mKKuJZ6VszKWpCtYHu8//mI0SFHRtI1C +rWDaSWqVcN3SAOLMV2MCe5bdSZdbkk6V0/nLKR8YSvgBKtJjCW4k6YnS5cciTNxz +hkcAqg2Ijq6FfUrpuzNPDlJwnZXjfG2WWy09X6GDRl224yW4fKcZgBzqZUPckXk2 +LHR88mcGyYnJ27/aaL8j7dxrrSiDeS/sOKUNNwFnJ5rpM9kzXzehxfCrPfp4sOcs +n/Y+n2Dg70jpkEUeBVF4GiwSLFworA2iI540jwXmojPOEXcT1A6kHkIfhs1w/tku +FT0du7jyU1fbzMZ0KZwYszZ1OC4PVKH4kh+Jlk+71O6d6Ts2QrUKOyrUZHk2EOH5 +kQMreyBUzQ0ZGshBMjTRsJnhkB4BQDa1t/qp5Xd1pCKBXbCL5CcSD1SIxtuFdOa3 +wNemKfrb3vOTlycEVS8KbzfFPROvCgCpLIscgSjX74Yxqa7ybrjKaixUR9gqiC6v +wQcQeKwRoi9C8DfF8rhW3Q5iLc4tVn5V8qdE9isy9COoR+jUKgF4z2rDN6ieZdIs +5fq6M8EGRPbmz6UNp2YINIos8wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUR9DnsSL/nSz12Vdgs7GxcJXvYXowDQYJ +KoZIhvcNAQELBQADggIBAIZpsU0v6Z9PIpNojuQhmaPORVMbc0RTAIFhzTHjCLqB +KCh6krm2qMhDnscTJk3C2OVVnJJdUNjCK9v+5qiXz1I6JMNlZFxHMaNlNRPDk7n3 ++VGXu6TwYofF1gbTl4MgqX67tiHCpQ2EAOHyJxCDut0DgdXdaMNmEMjRdrSzbyme +APnCKfWxkxlSaRosTKCL4BWaMS/TiJVZbuXEs1DIFAhKm4sTg7GkcrI7djNB3Nyq +pgdvHSQSn8h2vS/ZjvQs7rfSOBAkNlEv41xdgSGn2rtO/+YHqP65DSdsu3BaVXoT +6fEqSWnHX4dXTEN5bTpl6TBcQe7rd6VzEojov32u5cSoHw2OHG1QAk8mGEPej1WF +sQs3BWDJVTkSBKEqz3EWnzZRSb9wO55nnPt7eck5HHisd5FUmrh1CoFSl+NmYWvt +PjgelmFV4ZFUjO2MJB+ByRCac5krFk5yAD9UG/iNuovnFNa2RU9g7Jauwy8CTl2d +lklyALKrdVwPaFsdZcJfMw8eD/A7hvWwTruc9+olBdytoptLFwG+Qt81IR2tq670 +v64fG9PiO/yzcnMcmyiQiRM9HcEARwmWmjgb3bHPDcK0RPOWlc4yOo80nOAXx17O +rg3bhzjlP1v9mxnhMUF6cKojawHhRUzNlM47ni3niAIi9G7oyOzWPPO5std3eqx7 +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS ECC Root 2020 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS ECC Root 2020" +# Serial: 72082518505882327255703894282316633856 +# MD5 Fingerprint: c1:ab:fe:6a:10:2c:03:8d:bc:1c:22:32:c0:85:a7:fd +# SHA1 Fingerprint: c0:f8:96:c5:a9:3b:01:06:21:07:da:18:42:48:bc:e9:9d:88:d5:ec +# SHA256 Fingerprint: 57:8a:f4:de:d0:85:3f:4e:59:98:db:4a:ea:f9:cb:ea:8d:94:5f:60:b6:20:a3:8d:1a:3c:13:b2:bc:7b:a8:e1 +-----BEGIN CERTIFICATE----- +MIICQjCCAcmgAwIBAgIQNjqWjMlcsljN0AFdxeVXADAKBggqhkjOPQQDAzBjMQsw +CQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0eSBH +bWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBFQ0MgUm9vdCAyMDIw +MB4XDTIwMDgyNTA3NDgyMFoXDTQ1MDgyNTIzNTk1OVowYzELMAkGA1UEBhMCREUx +JzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkGA1UE +AwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgRUNDIFJvb3QgMjAyMDB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABM6//leov9Wq9xCazbzREaK9Z0LMkOsVGJDZos0MKiXrPk/O +tdKPD/M12kOLAoC+b1EkHQ9rK8qfwm9QMuU3ILYg/4gND21Ju9sGpIeQkpT0CdDP +f8iAC8GXs7s1J8nCG6NCMEAwHQYDVR0OBBYEFONyzG6VmUex5rNhTNHLq+O6zd6f +MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMAoGCCqGSM49BAMDA2cA +MGQCMHVSi7ekEE+uShCLsoRbQuHmKjYC2qBuGT8lv9pZMo7k+5Dck2TOrbRBR2Di +z6fLHgIwN0GMZt9Ba9aDAEH9L1r3ULRn0SyocddDypwnJJGDSA3PzfdUga/sf+Rn +27iQ7t0l +-----END CERTIFICATE----- + +# Issuer: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Subject: CN=Telekom Security TLS RSA Root 2023 O=Deutsche Telekom Security GmbH +# Label: "Telekom Security TLS RSA Root 2023" +# Serial: 44676229530606711399881795178081572759 +# MD5 Fingerprint: bf:5b:eb:54:40:cd:48:71:c4:20:8d:7d:de:0a:42:f2 +# SHA1 Fingerprint: 54:d3:ac:b3:bd:57:56:f6:85:9d:ce:e5:c3:21:e2:d4:ad:83:d0:93 +# SHA256 Fingerprint: ef:c6:5c:ad:bb:59:ad:b6:ef:e8:4d:a2:23:11:b3:56:24:b7:1b:3b:1e:a0:da:8b:66:55:17:4e:c8:97:86:46 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIQIZxULej27HF3+k7ow3BXlzANBgkqhkiG9w0BAQwFADBj +MQswCQYDVQQGEwJERTEnMCUGA1UECgweRGV1dHNjaGUgVGVsZWtvbSBTZWN1cml0 +eSBHbWJIMSswKQYDVQQDDCJUZWxla29tIFNlY3VyaXR5IFRMUyBSU0EgUm9vdCAy +MDIzMB4XDTIzMDMyODEyMTY0NVoXDTQ4MDMyNzIzNTk1OVowYzELMAkGA1UEBhMC +REUxJzAlBgNVBAoMHkRldXRzY2hlIFRlbGVrb20gU2VjdXJpdHkgR21iSDErMCkG +A1UEAwwiVGVsZWtvbSBTZWN1cml0eSBUTFMgUlNBIFJvb3QgMjAyMzCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAO01oYGA88tKaVvC+1GDrib94W7zgRJ9 +cUD/h3VCKSHtgVIs3xLBGYSJwb3FKNXVS2xE1kzbB5ZKVXrKNoIENqil/Cf2SfHV +cp6R+SPWcHu79ZvB7JPPGeplfohwoHP89v+1VmLhc2o0mD6CuKyVU/QBoCcHcqMA +U6DksquDOFczJZSfvkgdmOGjup5czQRxUX11eKvzWarE4GC+j4NSuHUaQTXtvPM6 +Y+mpFEXX5lLRbtLevOP1Czvm4MS9Q2QTps70mDdsipWol8hHD/BeEIvnHRz+sTug +BTNoBUGCwQMrAcjnj02r6LX2zWtEtefdi+zqJbQAIldNsLGyMcEWzv/9FIS3R/qy +8XDe24tsNlikfLMR0cN3f1+2JeANxdKz+bi4d9s3cXFH42AYTyS2dTd4uaNir73J +co4vzLuu2+QVUhkHM/tqty1LkCiCc/4YizWN26cEar7qwU02OxY2kTLvtkCJkUPg +8qKrBC7m8kwOFjQgrIfBLX7JZkcXFBGk8/ehJImr2BrIoVyxo/eMbcgByU/J7MT8 +rFEz0ciD0cmfHdRHNCk+y7AO+oMLKFjlKdw/fKifybYKu6boRhYPluV75Gp6SG12 +mAWl3G0eQh5C2hrgUve1g8Aae3g1LDj1H/1Joy7SWWO/gLCMk3PLNaaZlSJhZQNg ++y+TS/qanIA7AgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtqeX +gj10hZv3PJ+TmpV5dVKMbUcwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBS2 +p5eCPXSFm/c8n5OalXl1UoxtRzANBgkqhkiG9w0BAQwFAAOCAgEAqMxhpr51nhVQ +pGv7qHBFfLp+sVr8WyP6Cnf4mHGCDG3gXkaqk/QeoMPhk9tLrbKmXauw1GLLXrtm +9S3ul0A8Yute1hTWjOKWi0FpkzXmuZlrYrShF2Y0pmtjxrlO8iLpWA1WQdH6DErw +M807u20hOq6OcrXDSvvpfeWxm4bu4uB9tPcy/SKE8YXJN3nptT+/XOR0so8RYgDd +GGah2XsjX/GO1WfoVNpbOms2b/mBsTNHM3dA+VKq3dSDz4V4mZqTuXNnQkYRIer+ +CqkbGmVps4+uFrb2S1ayLfmlyOw7YqPta9BO1UAJpB+Y1zqlklkg5LB9zVtzaL1t +xKITDmcZuI1CfmwMmm6gJC3VRRvcxAIU/oVbZZfKTpBQCHpCNfnqwmbU+AGuHrS+ +w6jv/naaoqYfRvaE7fzbzsQCzndILIyy7MMAo+wsVRjBfhnu4S/yrYObnqsZ38aK +L4x35bcF7DvB7L6Gs4a8wPfc5+pbrrLMtTWGS9DiP7bY+A4A7l3j941Y/8+LN+lj +X273CXE2whJdV/LItM3z7gLfEdxquVeEHVlNjM7IDiPCtyaaEBRx/pOyiriA8A4Q +ntOoUAw3gi/q4Iqd4Sw5/7W0cwDk90imc6y/st53BIe0o82bNSQ3+pCTE4FCxpgm +dTdmQRCsu/WU48IxK63nI1bMNSWSs1A= +-----END CERTIFICATE----- + +# Issuer: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Subject: CN=FIRMAPROFESIONAL CA ROOT-A WEB O=Firmaprofesional SA +# Label: "FIRMAPROFESIONAL CA ROOT-A WEB" +# Serial: 65916896770016886708751106294915943533 +# MD5 Fingerprint: 82:b2:ad:45:00:82:b0:66:63:f8:5f:c3:67:4e:ce:a3 +# SHA1 Fingerprint: a8:31:11:74:a6:14:15:0d:ca:77:dd:0e:e4:0c:5d:58:fc:a0:72:a5 +# SHA256 Fingerprint: be:f2:56:da:f2:6e:9c:69:bd:ec:16:02:35:97:98:f3:ca:f7:18:21:a0:3e:01:82:57:c5:3c:65:61:7f:3d:4a +-----BEGIN CERTIFICATE----- +MIICejCCAgCgAwIBAgIQMZch7a+JQn81QYehZ1ZMbTAKBggqhkjOPQQDAzBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwHhcNMjIwNDA2MDkwMTM2WhcNNDcwMzMxMDkwMTM2WjBuMQsw +CQYDVQQGEwJFUzEcMBoGA1UECgwTRmlybWFwcm9mZXNpb25hbCBTQTEYMBYGA1UE +YQwPVkFURVMtQTYyNjM0MDY4MScwJQYDVQQDDB5GSVJNQVBST0ZFU0lPTkFMIENB +IFJPT1QtQSBXRUIwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARHU+osEaR3xyrq89Zf +e9MEkVz6iMYiuYMQYneEMy3pA4jU4DP37XcsSmDq5G+tbbT4TIqk5B/K6k84Si6C +cyvHZpsKjECcfIr28jlgst7L7Ljkb+qbXbdTkBgyVcUgt5SjYzBhMA8GA1UdEwEB +/wQFMAMBAf8wHwYDVR0jBBgwFoAUk+FDY1w8ndYn81LsF7Kpryz3dvgwHQYDVR0O +BBYEFJPhQ2NcPJ3WJ/NS7Beyqa8s93b4MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjO +PQQDAwNoADBlAjAdfKR7w4l1M+E7qUW/Runpod3JIha3RxEL2Jq68cgLcFBTApFw +hVmpHqTm6iMxoAACMQD94vizrxa5HnPEluPBMBnYfubDl94cT7iJLzPrSA8Z94dG +XSaQpYXFuXqUPoeovQA= +-----END CERTIFICATE----- + +# 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----- diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..70e0c3b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py @@ -0,0 +1,114 @@ +""" +certifi.py +~~~~~~~~~~ + +This module returns the installation location of cacert.pem or its contents. +""" +import sys +import atexit + +def exit_cacert_ctx() -> None: + _CACERT_CTX.__exit__(None, None, None) # type: ignore[union-attr] + + +if sys.version_info >= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..bf0d6c6 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py @@ -0,0 +1,33 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import logging + +__version__ = '0.3.9' + + +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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cbd1dbdcde30a26153e8fd716cd9f6dd2ee7d24 GIT binary patch literal 1273 zcmaJ=%}*0i5TCc*F5Q-o76cLbGH_`OMdhN#n4l0LA&mzwG)*?8`)n7s-ST$%X!XFM z2M(G*IN-lP_$x@fc_PL@HX$+b@qH0|_`RcQ%8y zb{;xp4G)#8%e}3eriPyKVdK!mGAOe#;K6Ya{S+Jd736P2j`pTsYro1#UW5;`8?YHz zgbfxC{Uk`T5`2)DN<7K7@BodJpia^DG4&MFAtjYrTymo`hV7Wf((GoImmI??CgTA& zq-n)Wfoqx@*0h49ubHH`Yuf5s#`JFvpiUH*OD~_MU%Xk+N@XW+6+QK}ui9L!bCFK0 z^Wu6M8PYyvD)I19+BO_MQOaajGC6LiOGar@Lzr%fN!?FpQqzp0;b>Z-R2DK4d4lq{ zgD9$SDu;yHw8xnnNv@gZT&Ad-T>QKEVMMoz*I5-(0bN2V(`%=KWjP)c5d>v%SZ*vD zf;uI!4`n!DNfAQ*Kyqc9n{Qo3@T?_to4iIx1MHgx}cw}BMoJ#aM3t8@vM-K^VQMUR1sN-}2c=dFnLWBPvG_rfE3?3P_ zQ#P&aN}P!(+HLZ06c)}3o^kjB-d6gq)3)q`sq}J@bFZ zb8!#jQlIQRiduj%R__GX^}VxqD{`SQrtXw40JmDGgAJX@W3^!j-`&1_q7EFZ1D_s$ zRmZoKQ&3JIb_}uI`+F1LVDxuw1VTOM5Me_XvKk!P$?aRa)-OP{7DVHv*OfhGT7n~K MV0t8QG|W)`0hfLd5dZ)H literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb1a609bf97e15f4048e662a185115c98fdd3709 GIT binary patch literal 45530 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b6cf63d5a4db81fc7603cdc82f23db8e2008392 GIT binary patch literal 24320 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

    jrpSii@(kA5rI}X+ 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35d729508f6cd8002641643cebf4e2471de4cf66 GIT binary patch literal 59865 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 Bii`jN literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ab589373eaa47bff4d0fe18c3f6bf169a5dbc47 GIT binary patch literal 15080 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 b7mh7eHch!dv-Mc{y3E+`@FPQBS@-`B1!TmL literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d97c284f67f45684ffec85e22c9ae6370b0bb13 GIT binary patch literal 7658 zcmbt3U2qfEdS_RwA4{@iTeb`ajBEq8e2oJHLas4C#s&i+4#6fjb(|`TcClsj$JsTu zRVm|1nU39L265XCf}|7QxtY0S=uBVkL)w=n_wC;MB3-#-vDZxLw0+1MU>;if(0<=p z?OJvmn$R=aZ_l3do$ov6JLi0V`h9h^lR){iGY==a>IwNb{4k2OTv>e%mD@xjqeS8) zKFW=9?9Gqz>}?sfu(vQONES(mT4T0R8%LmSjoM?5QAez5w2FP(qRyCW)D3m}I5%3& z6PcgfZm?T>OOE@T{x#~AswC$GKUyQXZjjMh$qlehss`xe$smzDH;Ckw>+f62_zmAn zv&N+9mug{rBVab(FEbt8@*aLSnBQ9^pHz2)8*Q59gY~IF=LL}}G7Vfw(11E22juwm z2u;Lea$F6>M0!=GN+1>q)5PAW7$2V!$K`+|Ux~zJDG-SVE}Xg$IJEEeZs)hiZs=QF zT#(b;ib^B#@sK*3l$9W_*(34Lb)c-dlgKTk69&ZU^YXYDo_zh0(llYY`M)(tS&IX2xHOpmp1Y#M7%kF|cMu{Ef9lC$bW0-5TBedX^fQ_-l=7%uMw z6O;fDCB6C@fZIeh`_e?^83us+<=PBK9UOrk9L36YGEBbYhJqH&8Bro}MHS;=nPRtA z6ME;=#o@DW4Taw9yZ8oFVcDFbAcMejvA<{RqfDSMI)ET zbd*=S_a7KjBC5PMDTc4YZYX2PNb(hwu9Tp!ND)N^Ov94SaMnLv=*2* z!=p3-m?JB$hOGG6_M&UgA6zHy?O)n=BL9;UdEvw=^pcks6XnxH;byrsk@&4ZNwT1r zg2K>gih_L3x3>m)S`AeuDU?e>mkX_dM$LsYkHT817^Qw_X@y7G3Ba84l55YGV#!-y za=GW7f^xi1*n(F^7S&l@tr2dg&H6?xiCLL!ueVpYxvt1fY@Oh5>S{Hcf*35EDaCs5l}Q`bI`hT^!OJ zaKj{AxyGM=N3)I7#8eV467>REjf*KLzd%42Q*~%uR*fB2=nm-WfJecT41#Juyxe}G z(0=0U+NJjXqHCbg-oM!L$;tU^H)j@RK2GIY7Bc_r-jQ$bFSrKs!oYw1!8M@Z!OgWD z6T8ri-+TG)eZ{Mr^#iiWw7tEtV*oR-1^C4hL_aI<5 z`TvqH^p`jFN3IaBh_Rn7Iq~l97x4RD`MxxF5D%fjAH2$!-pALGMc0e@eDCUBn(I%0 z!0J4JgJ%{DD(J;D=tp)nf8;Lq02KwDJvgU*cLx_+a)U3}$2FeH|AXg|3ZDD#zP8Ba zUZe|fa{Apw3-~f?>_vWSn&-|BRPYhQl@=CPz*KS^Zp}J3i~FvdMcdQhjx*1J zzfPzfzQ74@A{k5CG7P6B&0puJXU!%{)-;#0t=Zj=03*%D>mw?hI!*;Vy%F(agfG?~QtZYYeW%V?DBX<-9TPI52`FdM0g)oiL^J7Ly(ui+ce)^&Xh-|VZe zSer9#{gjhjX@No8r`+G#3_O@MnMBWELrGiHys^5B{d;h16*vwR9Ya>qR)f0Ys%SNN z(rsx$a>K4Psy=g!-58UxSG1ZTPsS17T|vv_K%0P8HPG@`jH;y7U~;IS#e?41Y=6=M z$~3HC}NF(CqsN56St-wV}ru>OyfZd~5GRm0B66>=>Clt*>CzMouBo1Ct1X;ykiV-Cd z?+IvJAn2e>@&6QAp^BuavnVsIXxS+j^$mjYpPgTF z1xsFEwr^oNx4YooS=zcICob~2rmXGp0aD|iuYUXrso#>DF8KDWH0{ps>HSJA?CCEy z4dm+wN?QYq^>=mvY9~W|)=ui1bJ7zbS#X{#`(SIgibEf2L%vo<8nIAAKE8eEu!A0wxBTL@)zkA~=;j2sk;9BY$ zc<68W&A{(ke=Fr%hl~D^e9g$CI{)pxxArayi{r(*?)m=GhVPZyw#9*^+ThaO<6jF) zdry_>{rRS|h5EBA{w+D*UyWxi<;pFKfqL(9{@_5Nd!PcNZLz=T@5ow84ISB$+o4;b z#fyc8j(fg);bOyq`O_tD!+bTf1Vcfa<_Lx2VoVN&G-oIjOGr~uth+;@Yg1yh++z=g zq(nFrqGw=B*na7z9lbhz4>6jf2+%)K@T}e-Pk7$yc;Y19)(7zObUyI3JgDA@6&-rp zumyf~!6#d*>uhu9R+|G>Kbsk&m2yDRfMpKCK+r6xgz?U;o@2&G;%<;kMWnxGfFx6G z(j%y5)_NudlbTtXG);-wWQKkaG6FBXY&v!m1C!z7kZsCvl91t5)6h(!U%jCi;bz97 zqF2Mpq^ZJ<7Ep#3Q!#^Cn=}>n8ir&l;|v&$G^e71Vr4TGTQMsP%QqBbRux!VHlV=g zCRnH@Hk3`UHp!}Og0UNCK67VmX&WRo z>_h8v4VWW95wHFl0D66s`iON9tT(;E0gMh>fP7$uVH6~7i6|lx4as34; zLCsC&s4Rj;m#@oF%>r3J%?639h!}-Tm=K9yNoaN>1t(mEl!k)$4^+6Gx$r^KF(#^^ z%B)) z`MUmjJE;9-Z=m1}%nK!#H+%RmkC)uOteWe)HT{KeapYI;{o=i1%l<;+{(^h|{9wuJ zpZ73LqIn{QZDaOM$h$`%x1v)6I zOZoxg38=v}hk>aNwuc7J4xSwu#>1e7Cp0U|OM#!FXm(>o4Vy2-Zp`1NPn*7vtnjJ? z?esF%#}Qlspjnd1>lClK#zSQYDhlS>nB_N)j(5W;p&tSUj#eH5m?KXGtF`f&hd8{S zDEazbOZMFlS`Pktc=^y^;n3jnp|=W$-YT|S$UB->np>8e_Z6D=EjJ%3z|XPmQOho9 zFEt19j&1+$tXp=r6r3$ZXWLx=io<)edZ9WSE;^d#`bt&Kn~e*N+1ihr=1xA^d7#w# z`iigN_TgKHSGMn3-riN%-c{V*z0!GLx${h+^Gvbx+`9H{ZJ!^%bG*2%YhCO1onP30 zS@r2qX=iJxY5U5SZJ)dExWUSKY;&g{Zzt}$xi{JAT$kuFvztzEdTx`d3Zu4`%N&D? zoZ&GNqFd7tN1=X@tW0CnR>T>$Gyx67r!Amu1VcZ3#HnVsQ#DPN(F-PnqqS-4qzg!H zC~3~X;)rURuuY>C9%7ENJ{%@(6-IX#LcmrX*7#Q;V7mJdsFwYFXw$t<_+KLlS#PB`c|J zGCU?GlQ3__B-M5)jv)l*OU+psQI5hK`kp|F?+NJXXN_x1?V5^%KQ4z=%(7B35=9wE zqAFrMqyLrAgYg8~9Z1#AgykeopPq(qI*5(lfm5gZE}b6<^}jVVa_Zd?%{G+;0vAx^0>}oy~M3F zv@Gr^HUt-(^TNFJ#6}$MtdM>CmOc0C&pi)4TYtBwaPggd)6a^Yck_;SS3GrpeZ1&t zn;U#!-%^5m?OE{T8#|U9!4+5ivTH}dwIe4j4i;Tqd7LhRZrmME^sO6iZR;aU#PjDL@0Ten7K;x-Q zui=-1Up5xIsrnyA0-TK~Q;kgEOdnIcek_jCz^4}BPpl9|PqAbqDpT~XC^~?8w1qAi zi?%dd;_@WyD)Wh{ip{7c=|>1|AYjsDDQVLq*BrgNGk=WU1QbvxMEM&4uu6`5;^8@A zwT5ucKa#3H5`fAno|9){GKCu zUoX_3+BmL{d+M-oTc5f)?iBaTagg(8ZO;h29>+Q2YM5`m*}2e}eXrb%7 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5beb77754016955b794b24c668c33e2eb09093ad GIT binary patch literal 41564 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 TSo~>L^^tnrzjve^X)^qO)LqUn literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d342c63146baf95a655204d176f0635fc5f9c85e GIT binary patch literal 17316 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..868943a8b84c2d9efe2637d3aab564ae0c72487d GIT binary patch literal 19757 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 N;rnkTPxjQQ{vWO57SR9z literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91976df3eff44d5b4817e46bff2c9c925527f009 GIT binary patch literal 88039 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 Z=C4{!U7YT(H5`R{OINz?uhTe${~sP961M;V literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68c71e62687432e29d4ac5ca355cf274373bded8 GIT binary patch literal 30348 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≧X`}oOk~Xrzg@Le~ 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 '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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..c0f896a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1329 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, read_exports, write_exports, CSVReader, + CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [METADATA_FILENAME, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join(entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, metadata=metadata, env=self) + elif self._include_egg and entry.endswith(('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, req_attr, reqts) + return set(md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % (self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append((path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException('dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning('Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO(zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode('utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py @@ -0,0 +1,508 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import hashlib +import logging +import os +import shutil +import subprocess +import tempfile +try: + from threading import Thread +except ImportError: # pragma: no cover + from dummy_threading import Thread + +from . import DistlibException +from .compat import (HTTPBasicAuthHandler, Request, HTTPPasswordMgr, + urlparse, build_opener, string_types) +from .util import zip_dir, ServerProxy + +logger = logging.getLogger(__name__) + +DEFAULT_INDEX = 'https://pypi.org/pypi' +DEFAULT_REALM = 'pypi' + + +class PackageIndex(object): + """ + This class represents a package index compatible with PyPI, the Python + Package Index. + """ + + boundary = b'----------ThIs_Is_tHe_distlib_index_bouNdaRY_$' + + def __init__(self, url=None): + """ + Initialise an instance. + + :param url: The URL of the index. If not specified, the URL for PyPI is + used. + """ + self.url = url or DEFAULT_INDEX + self.read_configuration() + scheme, netloc, path, params, query, frag = urlparse(self.url) + if params or query or frag or scheme not in ('http', 'https'): + raise DistlibException('invalid repository: %s' % self.url) + self.password_handler = None + self.ssl_verifier = None + self.gpg = None + self.gpg_home = None + with open(os.devnull, 'w') as sink: + # Use gpg by default rather than gpg2, as gpg2 insists on + # prompting for passwords + for s in ('gpg', 'gpg2'): + try: + rc = subprocess.check_call([s, '--version'], stdout=sink, + stderr=sink) + if rc == 0: + self.gpg = s + break + except OSError: + pass + + def _get_pypirc_command(self): + """ + Get the distutils command for interacting with PyPI configurations. + :return: the command. + """ + from .util import _get_pypirc_command as cmd + return cmd() + + def read_configuration(self): + """ + Read the PyPI access configuration as supported by distutils. This populates + ``username``, ``password``, ``realm`` and ``url`` attributes from the + configuration. + """ + from .util import _load_pypirc + cfg = _load_pypirc(self) + self.username = cfg.get('username') + self.password = cfg.get('password') + self.realm = cfg.get('realm', 'pypi') + self.url = cfg.get('repository', self.url) + + def save_configuration(self): + """ + Save the PyPI access configuration. You must have set ``username`` and + ``password`` attributes before calling this method. + """ + self.check_credentials() + from .util import _store_pypirc + _store_pypirc(self) + + def check_credentials(self): + """ + Check that ``username`` and ``password`` have been set, and raise an + exception if not. + """ + if self.username is None or self.password is None: + raise DistlibException('username and password must be set') + pm = HTTPPasswordMgr() + _, netloc, _, _, _, _ = urlparse(self.url) + pm.add_password(self.realm, netloc, self.username, self.password) + self.password_handler = HTTPBasicAuthHandler(pm) + + def register(self, metadata): # pragma: no cover + """ + Register a distribution on PyPI, using the provided metadata. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the distribution to be + registered. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + metadata.validate() + d = metadata.todict() + d[':action'] = 'verify' + request = self.encode_request(d.items(), []) + self.send_request(request) + d[':action'] = 'submit' + request = self.encode_request(d.items(), []) + return self.send_request(request) + + def _reader(self, name, stream, outbuf): + """ + Thread runner for reading lines of from a subprocess into a buffer. + + :param name: The logical name of the stream (used for logging only). + :param stream: The stream to read from. This will typically a pipe + connected to the output stream of a subprocess. + :param outbuf: The list to append the read lines to. + """ + while True: + s = stream.readline() + if not s: + break + s = s.decode('utf-8').rstrip() + outbuf.append(s) + logger.debug('%s: %s' % (name, s)) + stream.close() + + def get_sign_command(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Return a suitable command for signing a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The signing command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + if sign_password is not None: + cmd.extend(['--batch', '--passphrase-fd', '0']) + td = tempfile.mkdtemp() + sf = os.path.join(td, os.path.basename(filename) + '.asc') + cmd.extend(['--detach-sign', '--armor', '--local-user', + signer, '--output', sf, filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd, sf + + def run_command(self, cmd, input_data=None): + """ + Run a command in a child process , passing it any input data specified. + + :param cmd: The command to run. + :param input_data: If specified, this must be a byte string containing + data to be sent to the child process. + :return: A tuple consisting of the subprocess' exit code, a list of + lines read from the subprocess' ``stdout``, and a list of + lines read from the subprocess' ``stderr``. + """ + kwargs = { + 'stdout': subprocess.PIPE, + 'stderr': subprocess.PIPE, + } + if input_data is not None: + kwargs['stdin'] = subprocess.PIPE + stdout = [] + stderr = [] + p = subprocess.Popen(cmd, **kwargs) + # We don't use communicate() here because we may need to + # get clever with interacting with the command + t1 = Thread(target=self._reader, args=('stdout', p.stdout, stdout)) + t1.start() + t2 = Thread(target=self._reader, args=('stderr', p.stderr, stderr)) + t2.start() + if input_data is not None: + p.stdin.write(input_data) + p.stdin.close() + + p.wait() + t1.join() + t2.join() + return p.returncode, stdout, stderr + + def sign_file(self, filename, signer, sign_password, keystore=None): # pragma: no cover + """ + Sign a file. + + :param filename: The pathname to the file to be signed. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The absolute pathname of the file where the signature is + stored. + """ + cmd, sig_file = self.get_sign_command(filename, signer, sign_password, + keystore) + rc, stdout, stderr = self.run_command(cmd, + sign_password.encode('utf-8')) + if rc != 0: + raise DistlibException('sign command failed with error ' + 'code %s' % rc) + return sig_file + + def upload_file(self, metadata, filename, signer=None, sign_password=None, + filetype='sdist', pyversion='source', keystore=None): + """ + Upload a release file to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the file to be uploaded. + :param filename: The pathname of the file to be uploaded. + :param signer: The identifier of the signer of the file. + :param sign_password: The passphrase for the signer's + private key used for signing. + :param filetype: The type of the file being uploaded. This is the + distutils command which produced that file, e.g. + ``sdist`` or ``bdist_wheel``. + :param pyversion: The version of Python which the release relates + to. For code compatible with any Python, this would + be ``source``, otherwise it would be e.g. ``3.2``. + :param keystore: The path to a directory which contains the keys + used in signing. If not specified, the instance's + ``gpg_home`` attribute is used instead. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.exists(filename): + raise DistlibException('not found: %s' % filename) + metadata.validate() + d = metadata.todict() + sig_file = None + if signer: + if not self.gpg: + logger.warning('no signing program available - not signed') + else: + sig_file = self.sign_file(filename, signer, sign_password, + keystore) + with open(filename, 'rb') as f: + file_data = f.read() + md5_digest = hashlib.md5(file_data).hexdigest() + sha256_digest = hashlib.sha256(file_data).hexdigest() + d.update({ + ':action': 'file_upload', + 'protocol_version': '1', + 'filetype': filetype, + 'pyversion': pyversion, + 'md5_digest': md5_digest, + 'sha256_digest': sha256_digest, + }) + files = [('content', os.path.basename(filename), file_data)] + if sig_file: + with open(sig_file, 'rb') as f: + sig_data = f.read() + files.append(('gpg_signature', os.path.basename(sig_file), + sig_data)) + shutil.rmtree(os.path.dirname(sig_file)) + request = self.encode_request(d.items(), files) + return self.send_request(request) + + def upload_documentation(self, metadata, doc_dir): # pragma: no cover + """ + Upload documentation to the index. + + :param metadata: A :class:`Metadata` instance defining at least a name + and version number for the documentation to be + uploaded. + :param doc_dir: The pathname of the directory which contains the + documentation. This should be the directory that + contains the ``index.html`` for the documentation. + :return: The HTTP response received from PyPI upon submission of the + request. + """ + self.check_credentials() + if not os.path.isdir(doc_dir): + raise DistlibException('not a directory: %r' % doc_dir) + fn = os.path.join(doc_dir, 'index.html') + if not os.path.exists(fn): + raise DistlibException('not found: %r' % fn) + metadata.validate() + name, version = metadata.name, metadata.version + zip_data = zip_dir(doc_dir).getvalue() + fields = [(':action', 'doc_upload'), + ('name', name), ('version', version)] + files = [('content', name, zip_data)] + request = self.encode_request(fields, files) + return self.send_request(request) + + def get_verify_command(self, signature_filename, data_filename, + keystore=None): + """ + Return a suitable command for verifying a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: The verifying command as a list suitable to be + passed to :class:`subprocess.Popen`. + """ + cmd = [self.gpg, '--status-fd', '2', '--no-tty'] + if keystore is None: + keystore = self.gpg_home + if keystore: + cmd.extend(['--homedir', keystore]) + cmd.extend(['--verify', signature_filename, data_filename]) + logger.debug('invoking: %s', ' '.join(cmd)) + return cmd + + def verify_signature(self, signature_filename, data_filename, + keystore=None): + """ + Verify a signature for a file. + + :param signature_filename: The pathname to the file containing the + signature. + :param data_filename: The pathname to the file containing the + signed data. + :param keystore: The path to a directory which contains the keys + used in verification. If not specified, the + instance's ``gpg_home`` attribute is used instead. + :return: True if the signature was verified, else False. + """ + if not self.gpg: + raise DistlibException('verification unavailable because gpg ' + 'unavailable') + cmd = self.get_verify_command(signature_filename, data_filename, + keystore) + rc, stdout, stderr = self.run_command(cmd) + if rc not in (0, 1): + raise DistlibException('verify command failed with error code %s' % rc) + return rc == 0 + + def download_file(self, url, destfile, digest=None, reporthook=None): + """ + This is a convenience method for downloading a file from an URL. + Normally, this will be a file from the index, though currently + no check is made for this (i.e. a file can be downloaded from + anywhere). + + The method is just like the :func:`urlretrieve` function in the + standard library, except that it allows digest computation to be + done during download and checking that the downloaded data + matched any expected value. + + :param url: The URL of the file to be downloaded (assumed to be + available via an HTTP GET request). + :param destfile: The pathname where the downloaded file is to be + saved. + :param digest: If specified, this must be a (hasher, value) + tuple, where hasher is the algorithm used (e.g. + ``'md5'``) and ``value`` is the expected value. + :param reporthook: The same as for :func:`urlretrieve` in the + standard library. + """ + if digest is None: + digester = None + logger.debug('No digest specified') + else: + if isinstance(digest, (list, tuple)): + hasher, digest = digest + else: + hasher = 'md5' + digester = getattr(hashlib, hasher)() + logger.debug('Digest specified: %s' % digest) + # The following code is equivalent to urlretrieve. + # We need to do it this way so that we can compute the + # digest of the file as we go. + with open(destfile, 'wb') as dfp: + # addinfourl is not a context manager on 2.x + # so we have to use try/finally + sfp = self.send_request(Request(url)) + try: + headers = sfp.info() + blocksize = 8192 + size = -1 + read = 0 + blocknum = 0 + if "content-length" in headers: + size = int(headers["Content-Length"]) + if reporthook: + reporthook(blocknum, blocksize, size) + while True: + block = sfp.read(blocksize) + if not block: + break + read += len(block) + dfp.write(block) + if digester: + digester.update(block) + blocknum += 1 + if reporthook: + reporthook(blocknum, blocksize, size) + finally: + sfp.close() + + # check that we got the whole file, if we can + if size >= 0 and read < size: + raise DistlibException( + 'retrieval incomplete: got only %d out of %d bytes' + % (read, size)) + # if we have a digest, it must match. + if digester: + actual = digester.hexdigest() + if digest != actual: + raise DistlibException('%s digest mismatch for %s: expected ' + '%s, got %s' % (hasher, destfile, + digest, actual)) + logger.debug('Digest verified: %s', digest) + + def send_request(self, req): + """ + Send a standard library :class:`Request` to PyPI and return its + response. + + :param req: The request to send. + :return: The HTTP response from PyPI (a standard library HTTPResponse). + """ + handlers = [] + if self.password_handler: + handlers.append(self.password_handler) + if self.ssl_verifier: + handlers.append(self.ssl_verifier) + opener = build_opener(*handlers) + return opener.open(req) + + def encode_request(self, fields, files): + """ + Encode fields and files for posting to an HTTP server. + + :param fields: The fields to send as a list of (fieldname, value) + tuples. + :param files: The files to send as a list of (fieldname, filename, + file_bytes) tuple. + """ + # Adapted from packaging, which in turn was adapted from + # http://code.activestate.com/recipes/146306 + + parts = [] + boundary = self.boundary + for k, values in fields: + if not isinstance(values, (list, tuple)): + values = [values] + + for v in values: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"' % + k).encode('utf-8'), + b'', + v.encode('utf-8'))) + for key, filename, value in files: + parts.extend(( + b'--' + boundary, + ('Content-Disposition: form-data; name="%s"; filename="%s"' % + (key, filename)).encode('utf-8'), + b'', + value)) + + parts.extend((b'--' + boundary + b'--', b'')) + + body = b'\r\n'.join(parts) + ct = b'multipart/form-data; boundary=' + boundary + headers = { + 'Content-type': ct, + 'Content-length': str(len(body)) + } + return Request(self.url, body, headers) + + def search(self, terms, operator=None): # pragma: no cover + if isinstance(terms, string_types): + terms = {'name': terms} + rpc_proxy = ServerProxy(self.url, timeout=3.0) + try: + return rpc_proxy.search(terms, operator or 'and') + finally: + rpc_proxy('close')() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..222c1bf --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1295 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, parse_requirement, + parse_name_and_version, ServerProxy, normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf', ) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl', ) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, params, query, '')), + 'python-version': ', '.join(['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) + + +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile( + """ +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', pathname2url(os.path.abspath(fn)), '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', pathname2url(os.path.abspath(fn)), '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], + info['version'], + summary=data.get('summary', 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': { + dist.version: set([dist.source_url]) + }, + 'digests': { + dist.version: set([None]) + } + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

    ...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) and + op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..ce9a34b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1031 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Summary', 'Description', 'Keywords', 'Home-page', + 'Author', 'Author-email', 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', 'Obsoletes-Dist', 'Requires-External', + 'Maintainer', 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', 'Obsoleted-By', 'Setup-Requires-Dist', + 'Extension', 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type', ) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = {name.lower().replace("-", "_"): name for name in _ALL_FIELDS} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python', ) +_VERSION_FIELDS = ('Version', ) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', 'Requires', 'Provides', 'Obsoletes-Dist', 'Provides-Dist', + 'Requires-Dist', 'Requires-External', 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL', ) + +_ELEMENTSFIELD = ('Keywords', ) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + + def get_fullname(self, filesafe=False): + """ + Return the distribution name with version. + + If filesafe is true, return a filename-escaped form. + """ + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning("'%s': '%s' is not valid (field '%s')", project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, scheme.is_valid_constraint_list), (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy', ), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy', )), + 'version': (VERSION_MATCHER, ('legacy', )), + 'summary': (SUMMARY_MATCHER, ('legacy', )), + 'dynamic': (FIELDNAME_MATCHER, ('legacy', )), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + # import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + # author = {} + # maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = {'requires': requirements} + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, self.metadata_version, name, version) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..b1fc705 --- /dev/null +++ b/server/.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 +from %(module)s import %(import_name)s +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(%(func)s()) +''' + +# Pre-fetch the contents of all executable wrapper stubs. +# This is to address https://github.com/pypa/pip/issues/12666. +# When updating pip, we rename the old pip in place before installing the +# new version. If we try to fetch a wrapper *after* that rename, the finder +# machinery will be confused as the package is no longer available at the +# location where it was imported from. So we load everything into memory in +# advance. + +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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 zcmeFaeSB2awLg3&Gf5_4$QdAk@E$QJ8pLQoNr&JdnGh?%!N?3F27JLdol?bc4&aqQ z;>pk)4rA@T+G?-#O3_=b?JaE$;0u@#Ou$#fw^&f4rMkzH)=)4E5_5jvwa=MJQ19)1 z{`fu5KMx;r&OUpu{kHbnYp=EUUTdmud_b@Zg5bcPVF5pKmX?kLvqgK=W>K+ zvR*rHk8R;==iLzg!J2~Ab$8uScgv3oZoB2qJMWSTZoR#rPQJ6?2X_{fUsql5qq|n# zK4bXs>_V&Pt#`k+_Mm&m)a2i?<({dB@cmZIIW^ATWm7x(J8SA6@NNqiPkjyVgYI8V z{W*^xZo!vY@45Va{SR&nQ<=#g_2juQb?0{uQ8A zGwN2}BHbbgw@ya_$`oec?->4u{PO}KGfXgH<&{V%K*dyM_PGrJTMj6I6Oj%a@bd2b7TncH{r~^{U%MI zex=?i$iA4*?KfmsEZTqCFv13SM40Ht&;Ev~s~pHR6a3*h+4BTeIudcMUO(HKLy4}4 z&Bzmay@FQNU-BB8Gh7f3wVO4ei2uH(v**_I$?{}PNbrZ(Q%!G-uxk3({O_pgh|8); zt8xZQj95j#U)-18I%A&TU(6Pd;yI$N()ed7O3U&%v&n{GMACwW+|Skl zKlFZjq98n?`dE7ZfMF;H3e_b&sxRT`thcN62|y+Y==&yc*a3=<*s9roj1h!tt(TRe zJmo-vr&AiE^%k|;eThi=BcWLR+b5quk=j4>jr%ZF9068@`KS6$X{ZPD_H5|eReW|n zZ%+VYBA;S&Q32kl;$1XL>n&;ZoE9Hy4ZnbHsB({=Eum;%Pm%9bBpua;0Q|^cz3fVK zT{$pat2%D4>W&B(RWU=x|9<5|fz_Key-1x2Qg7ZI&GB?_eCxh$lz+M_;AdZcZ5XxM zus!{V09I--2I*=|uYLn{flzf%T1jg}0PXd&>1KhvtSHLT5@>Gc_*P!fZ&45mh?P$^ z^qgAF{VbJO>lq8qgjzC$fqp>(Cq;d!$zSRDvw<$8sf zl<8ncKu57T`(n#oAURA5r{|+JMcUb-0nLuwqm_gqjZhK;l1uAsOQiYPr5J^f((X_? z9iAFz-TTzj`%y+{`LY#!Trklf&xe?TS}vSRLW7#8d6rZ@g538`$~?M*7Qqm zrM};gvVnTzy=tnXv?f83=o}&w6p1R9SretPXC*|VL1qmeSsegV4F=UH`w~dZn}fPI z8+@oOoDZVkL6o_ejrz(kLZMi+2SEPF>U~6-fk>7yi;|7J>D0njv~Vv0td`S3emdrS zcsh#kvvueNm2GkOfqFawvdni&j&wFQGl3*j?pLlWB) z0Bp3p4qz>M7*CdmHiy_tc%lrjP=7cb?KJXc1F*8pj_|tSR*I2#10o}~@U~GXB+rkJ z@N^dqQZcFug^XD}R8t<&Trgr-73byS(;EF`R3T+u$g_S4aROOeXz)!T;Z@>1AT6zI z;R&zs{Az$z6L)$~>y7qFb7K`wOe=A>Pz$P=tR$vL<04K!`y~Vc;tsM4z#wP>mfu2# z;aZJT>2PXi=A8ZX*0@lxdg;cW~G_4~|X-`7~BVzagq*k*ZX41@X5%Ox4dnZki@{YvegF z{UB!9+-@%->=6arfCvwuf9;FoDD%)zQpX2`amrm@1B!FZPQ z!jC1hgn1SdzUn*RW6>_)${$d-(VJC+Ymf{UHK_G(^VU!0tuN((VL`MARzz$>Tvi?A zM94nFKtoo;Y+cI*X|M;9^$ELvHWO<*2-J)N>-K{S)GC`MO_7Tt?q#tB1(7L!=7J7R zsN={ET7>`9Ntzb9oI+!c6@IITSoApN5=y!OCB^pAht?VMr`2jsr8TWKdPx4VX#blD ztykl%j#VPX%~OsbrR~jx8a<5eYMgq$ovIzwIJNQ;^Lf6bW{LKL_88@iq{XDmoB>u& zjZP8P93Ths?>}hyAR0C}l^QLC+F*D!QUif%b~!cylmo@p>>fnF8vhMY?io(HnVfdA zJ?@32JPGUxjA==$elH+o7Z>!Q zQG5t|mCohR(h>H%^GJbkBIj^6n&*UKCFqBs>eQBcCRfu%hE`U zgt*&D!`oY1>Xsl<)U*Rvs|i<8xE~6Kn62^GkjG z(kQkBS%9l-wvbAy>Q|jyk4Pdbpq=Qba8YHqv3MC;U*Xg$SE)H#WmsM0&~iM(!$tE1 zX{0v1;3DW4m8<1U_AoZY)C{e{;Ypu14T+;QWJ;ww+36B0$AQ>B@9H!;SE*c`hDvOD zw&q01UI!&YQs3_ocr%n9cS&n?u+--kn_eXnsc}Y+%H!BC3Q~jd1vH>N82U}|rwO3m z6*Z)fpp)gss(M*55+DI9>vIKpUeQP5Zih!n%&Qx&ByL=X>0Kc1?gd-!r4=2~!zem~ zN4H{8G^*TEc`by5t7<*HQoBBz2wL22hd6N+q{Q95=69x_-H&h3v$>Wco46ZjrJU)M z^PspJ|2vA>8tVInKpw4BI(5)zkE3 zPxafhDp&N7^hwbP^eE>WJvxjY9Ts=nzSW~P-XpZ@2(|05)Xv+rzo<1_A9y8=O_jA&4h^V!$)F%u`T1y^IE2m8PR3jzaJaE?k2tsTlKc6SCz zb~Pgn4FUUj7@Z3W7HN8_0Wu&)iDM+TMy!VQR^w!bZr zt~sIw71$H{O8IPZ+h-Y?1LR{!PEUvAKwW9-WypSY^n%nZgQ-^;*>;g{b;4t?Pu&7P?68oSZTt83;JB3ZLD;ZWsoWIo_pHrCYSLF z^BZq=8Ji5Fs0|(E1$Ch5p_+Cx@A@HmtDIEincVtORvzBSpMM+tRqLNtUg)X@%eh{= zq0m`!bjwYJuG9PN7+PucmTYCe?ebToI)&M!%gtE%bA>tTMh3OBZGUmvKcbi0{*gX@ z1tdZ#Cz->G9P&SwwG-@Lwd|5tUNi;+JTl;=L%0K^dT^idK zcO&RRFik(WB6hX0tUY%1zzTX|TH@J{XOa)1y(1OoY@GeU2cUh-_FG70weYui@lfFv z0^ZS}=OmWZGZ0hErRq8exbf*WTBfi-Xc$2#^gd@@CKp8XcYs1o(7d^jxGvHdtYe{ST6X2`5I${J~6i_O(StrWW4nieSs}i19F;e6T+kw9R@qkgL}8V{sX$)aMFPE+mIBY$RH42?ckg6Nlo8jV9-V_q!k> zlpHyIy407u_B`5QaaBj4L_T~y?>GS31_9Q!h`+DTJze2)VMwuQtbHUowTgV~)#{m@ zzEh;iLyT_vGf-;*N#$5&fzC3q`5%bY&U(7)us!Xm?-zgkJR*X|6{P86)ABzT3&KSk z9k#i)`b5!3;OrOG_iOdN@hG4?HK*!sQtD3$(&T4>olPZ2Jnyf~(%MdA)3;5})Y>V~ zUbJ5y#+O)6*Sa*V9XmCv zM9ofN3R)fi2|+D#6=cf84raqB%0;vOI&t`*?4YkRy@c1xF*%DK|TrE9lXlvaQ0e;e~TC_?KWvC9Uiw#6TX)H>bNwxXeF?THb@g1$|vIrvm{ZrqvmI@b7@gm78(U|iNAy@ zASKjrsk2==hP~7vdl6G11mf&l;PT3M1z9?Xh@*TwZK{se4!3=k4hHe@As z>C)4mT@UH4Z(iXh`63#fu>_i{@ujAFa$9$X-4QbZ_i#XOVS|**rVO@d9fn@1I&PHK z9GA}zvVX%&&>#`H{g~gbAd7({fEwDi23PnFdG~e{#pPXzT5lq1F{n%sYD;}i84~;< zEcWOLeXfB><%1;Ia|u+&-Hv(sL=tTywwTX}r;)b-s}fdT`+2nYLw{AS^V_WXk3|tl zd8`(rYhm+w6bo!(qI=!eYzNei<1^+Z*Tu%3X~6gp-VP}!NRv3TnmxCS(ECI;7H%Q3 z5c(qmID=sO7Gak=O3`Yx3(r`zn3ISLdwD#v8=q?I7(E~AqUW}^>Dh9ao_k-#vv%u4 z3I2-p@YlA3{1rXGUr)61*Y94y>(QU^4LQx{h*de%7-|2VygnOnhCNq&YuEIvvEvk| za;Y(DmsaIQ3~x&hod($yNk8GWn*vX5chw-x!C`8i=H^U(!T9fXSElFrZM^gLo~s z=E;zvz}oCJM)x---S5%rS4&#`^pAC#6Um|-&F98A=dz8tsd0V_07OU7AffkQv#-ht zwmng!=NPtR5b!q~Fn&K~m$-XGkVNDe;_kV~Rtt_lQtPbs>>s+Z)Qe3u0TFFbB1ZsP zey3I`71XMJX$}@XarbN}nv^q7+FJwc|-lnIA9d|%IoZ*&2R zps&BE?R3}p*7JS+w7YI8Lau78LJ*ofXTceMF)G!^F9@OF47Y=(ak7y`QGbu>hi5a$^Eo_2BTSz=T{$X-rllAT2h9Pz0LX_?w}POYoxeYNIP-+nv# z@-A_XT+T6+Pbas1n$cH&xuXFrZG+4r}dO-D_!3EPPIV5>p1 z^ID5h>phV)S`iX#*HYdYI?*W57C-=T+7Iek4YRXlyWw+sAfVHf1YuCB@+MJT}bQ{S%l3iPXg%=g~l@~i45)}#NfYnU%owED- zmy_OxMdmPZ?q%p7DQ!-$Y|dnCsSdLMMuKXZMm&E4?VXWMP9GOz$Z!z$t<8_?k(sl^ zTL{`5cvKw-;#e!>Nf&^THH$fmh9(ar&EXtc6M-RRPL3hZQpy^jGuTLGktZokkldA$ zvr-;~qZ-|bLmb^s=SO*Ts-$JA6EdJt>7!W{M6phRc3{{N1eF5fjVn?*1!SO-qk*93 zl?}^0!+9I3HPQ{V6TA(kCX{K7l1;ionNw^?#a2_~iAAqS?rS9HHUCX36juhOsGi3< zA>&xBcmqK-pEm*;Us4Xo0tL$d6VlK^_HYUua5e3~kkiCa-8l9W3r0%8utN}AA#2m} zrnxxU6u!#!l{+0a={3#asXX$MW973cAE{=v z54HepXfHX6W}p(E2bHAofR!9gPxS*!b*$V*c}>+Uk{@=DAo&Mvq4k+I{f5t6dui%n>$K@vG*^|oH3yGL7jPniGfw4ai0-R! z*yLr(MqK`wjTUa8f=Z6g2PSyj_-~^E=k~{RJCH%MfK5XgO8qfG9)m;SYO~)|rZgTO z)Dfk_t1DW4mnL_k{Q2J_4Dbw}b^uJtF^bG~whd$enceAjoZB8(>W>@pJqzN~!OkPz zNCCU<3gp97>&9|&OU%Xlq1qHal?t>Gjr)0@_OBV!;dKa#)9CP~XDc^5>3Rw>=^wOx zmX0k`lM>!A1t?4R?;yenGFqPrs}4eSa+ql<(IDQJgFytEqove(i;ovn2TP7dp#9;3 z#&NZ#`{dK5HMt<{PADIicrpPJ5slIdR8GB{Rxca@Pk>^X&mJ2D`x1M;1oj}nI(4gV>BioqyHs|`BcbO07rKKrJCpC|$!_-RROYybB=&QB zqerHI;5obYVr}+(+&S3L>=oEgxsZ`h9OD{xCjfDpB-gN&2&uDic_cq*0fqrsatJzK zt-5gI0Ktz{>Y;j!VY97V7qS_YD_@_4m1APbp;{IDZ3Ae}7(|=u2wO!5eZ(@8+zO5Q zhHCkx*&>UZQHQk(*OLm$c>}w8CQ?v@euvWi1zKQJD_n9;fC)g84SOuNyM<7IWz7OT zRJcM-t@k*U?tZ}Nqo1@%BcF6iIZx5rC1-Y43 zn`eN#V-1^4jN<2Lz&UGJS*k_sU+Jt5&ALjX!I83+0h^Sr45Z0_rgdz=-%vW=Xoj3f z5tBh~T*~;?(zXs|@}+Gv<+0{MS;2yN5L&cZtFbLc62HDK2oji4IxCC_=?+$Kiy-Xi zfq2QjcQdG=^`0#Dn-vt0uQfBFP4oCBxreG>gS3#A(5LxXn1Y_pwd1smT4m1qGI<2H z;hlc=v*jQLe!eLx9S#j=1@aNn+A%O-qwCZ3Q$Wj7LQ6w7SY#&q6>$*KBl}I|Y=D%r z4v3j!D4ich{0PT*U_QE}UJ2n3vR;~641~&V4l2Ea!C=FHnUL1y`A~YNn!SQX#8%rP zX#sW}GclHlqlQk9T^o3Zx!cKhA*hiKrH`-1RVZ*+YB`|Jqgpzt7VxGd&w)V5c}@e%^;6&13fr*8Do1`+jM2ZHmP@bj9ZE15pV&r4W z9trQ9wQrRiD&5Ht1fNu^u!dvT02JknOkg!cAMCx_(N z`ZToD$a@Se*)a!gV^0$!W5mclz1f0tvX=;otpGFN*|OL(6cMp8jk*awg1zSL6t$h$ z;f_^!_>EaN<7Ldc2~Xzw#A3JIrSfq(!_O`PH1p%3&(M55np4YCtB&C^>mP1HDZuaT zO!FOsU;{ZxAb64BFU7;+B3RzpYd~5%`v47&KZJqgliJ)3*&!4|B^%y4t#Z{CxFK+Y$tT4_alTsH1}!DO_%M>(16Sh7jt`KMXL-IgsvLm&W)0@`<$J&m{b8!uw>%6Ez?)Gy<) zQ?r)zCu1gCc}6t8BA`B9+{3rSyKu;VNKYHqmAYLdMvsw{Ro^R!O^>0hNWltoTuSFk ziHJQAK7c`IyYE1gNdgd~%>Yt5G6sP#f@QKyL&>wGhhIgG01KG&3~T^*i?Y!S$Xfb5 zT-52}$yW|dc2jbipihZphI@E&ekysq(vd^SHem?8l;HBtTxlfhME5NsnE)9{pAc?9 z3}lCxk1nl2cKM)|TAqs~kwm2e$lOMHH)a4G-B-G3lW)C4ovp5Ss_Q4Hm2Q3%5pjpR zh*SO%WtAM|7eGMguU!H15;Nx)ye9L3CeZul$JIOE!R334zaKZ)gK31J}5$)%vA{6 zF1W1fcY#J1#j2CtN9zeL+rNOfS_~m4e0ZK$ zSZP3jLsQEO-Ri1BcMN|;-MA>nH>WRyxxq_*^>*BogGaW1xU2jy$ms(M$d z&>GRV6?CNb*P6xc$@5scUZeEn^FuCejk9DHUDpX}867?YoPy8D*u8EjJlH#3!sJ0PuyT_eOC%d~}? zb7SS3p?UU_aGSt2hFtAEMpdCw8}@O$n-<_Iv(`mw*6R)Rh9DJcV5vi!kZ(01z?<+r z=HyK{W%jO}4$SaRKLoTkmfp7JN8LE$D4UISSda?B^k&LRno4wjCTdH-`LD;7R>Ug@ zu$kyW40{mmftX#o)FqANcbJ0OTiQYPGcy`zSTy6l(W?9YY$7Jvsyg~cH!Gd!;Kj)K z9N3dlTI~{>u0y~o_7ye{N%66Wd6n+9-cabqQ0Hn33-gy;?_az)+&e!-1Lk?e0kyo) zxl)}2El@`22D6ze!W&jBe**h6qq3F^ZwAZN)z_Tc*l zs3)9ntacfz-E_t~7hM2nt>G}}hMKkqE1UpZfrZF)k#Y9~mw!C4peI z_Bma0EICrrS7I1%;zl`U*XP;^tqoK1_ZTRidI;%;@hRvPNQwy8hksV?#cArsUkL(Q zN>}?=6*{k9Y)FN9;t=4I)yr?<|Id}r3E?nAuo)#dvpqf2>J_=JaG1W)KDsm%fxFV%yELCxE zTj9`$Ygefoo$6e5dA_>bfomIS*j$CM?p;PQJ9U!JKDy#{A;}Y{iprJ723P^cwz1Y_ z{2dLf%@>pl1f|vq>jx_j_^MaRP}U>oIGn>enT>bqS$=rtX_M2jJyz3hWLV&hJ?kBo zjKod0Fj=_(gS!e^Jsp3?Vo#n0$B7=J=iY95ZhL`06a0CYKTq*z7k}>I&$sbpuYnF& zHho7Q#j|u9l_FovPUHO3TF(|jeVe`Q8N^H3T68Dg%FV04CROAVv{h_C9T9iulpImF z(d7bl8{PI)w;iBo>^Ppao>#=CKL9e4w#3K;)9XuP{4yyO~p(TGUP=j$Mo%M6wbicxU{DRM-*UnF`zD zk0ad3VHz+y;t%07Ya3;WZ$YqDIdic*9fmLFKxmu#)xFdf9RI74R4Ip8l-KGS$qc)O(ePFKTm}V z;u^wSdcH!&<@1ecGv$2j(OB7mD=Yg-%91ECVJ3iBUl&Wt&*=DtigN zLTp<TO!RHfK-8oUDAJHxhj|X5gzssU4hShFCRT~M#TPMrgbHco zBSrfMi6edj%boHBHCTv$hVT#+`dPuvz)buwfh1OoKOrp)7GiiRiQC1k`*{2v;{EZj zf$zi*q`Q^GozgTVahDkV71B&}G;~IZA)*a}bc;1HfJ}Xfc4ex`?3a9pRBXBpLt|l4 za@A^4qGa0CbDBXlqm#2bqQ>|s8XL}&yk-^PkAlV{a4OnBP5m_haX=h|QJypY7Cz+B zwaQ*<&K+`%Nu5-bzPOZA>c$L}zZ*Gi??B4NE43D)!p4po00!8dkcdNS^Z=rOX7|ux z(7N<&vq;K_T4&Mi0#vL<9{{+vpkIwXh=4@{M$5za5chH97`zg5_+auxqZ;G6s0C5C}pDUF|@bAmL{nu54BY?4(q?ps^1p-`%y`Is0(APQ0t4W3Kn5!Qg9 zbMwvlTOH2;X`3CPF;gFU0k!Id3R@#K{Q#VVX2DhxR%q>@ODUaEg18W{=L|S_Cq`fu zAS1;~LAtcMrj&E39;2B>4APgCDh|wx48Z*7EK*~1}($@yTL40vRzwQus zFX(?n9|c@er2P>rmq!MH#z&8A8nXcc@|qE+yObls=|2zl&YB4iU}V11x?o#qSlFv~ z4WWZ^3TMiv&2#p1XhLfr)+uM4$5+=_%UMvo#?uYH5Jy`#We|jP2~6bBrAMy!2dmi$ z+PH5kR<~`XzIWm3?U~Yz8TJ_At2t+pzBd-7f{HpStma`}nEX@aY)e`JBE$XQhS|l^ z4F;dS8fR`Mm+BCT^)k-(j;Gk3nckUV{(APcFiR4oOl*bYwCW#4JU$tVDK}COs#Rk&j-4D001`C5&=>8c(u(%d zXsUdEJ?WAQ^-1Q66e%#5r0du}aOz;nLPiMJj*U$p!Z-wZw7rkglZ#<7PATAoH1}Ec z>?Bz^aZB=2lfoSG1sbnK9~UV$%huYjV-J3_^iPz%oUzG2)Hp+r9^H70wwJizIgB{T zfgeXg(0?s!S%zW5Ib)QDE!w)V&}g9~vomIOY#Qpa?e(?_7cO@-0mO!|n#OjcAvDKk(q3lJRL7a;+WiPQGX!u481=!}-0r3Qn3u&f= zxf_h^IMQ%)N4ivdh@=CJ%gEZn_z%%?meZRObZTRO&UEFI}Ws zPB*C*y-GK!9{9Y{E4*Fd6*3lhh1>AA6Mrw@&yM(E*LZP9i<@)O_T_KE3AtV3Lv1_g zI=^3Iv&eybyzprw^r~@Z6whBnS1KsOJ1tQL*VF}&R zhaz*iQbrf_1v;Zxkqi7H?g+nHC1oUwf@)LcMr9eDHrmRET5`$bSfivV*lv`@C=6zA zl@g2q+V?oHuC(tN$)66e!1g^OD2yv%L9LhTq2zaALeS3|!So=n?>?xtsT&=nIBj&b zee53A7Tf54`st^i6$(i`cLBKQ^%qHj-I8l-c6+arPscV-#OFSmXIpZeh+8C|USZuR zYwVejK2-IA78hkuO#H@Lhmp4vUFMglX(Ov2Jt=8zZsKkQyq?awQ(K~c2WUr>ER+hG zTBYLHwl5GN?m8&$vU?7$8(q}q^~W9@PU(??>)E~wh}KnPS zkE-cwvq?D(3o|CVw`@(PV)YSyZD~>-MHNsK3Tob(K?u_`n;+!?>g$X8^(Gpz`lFct zK!ZyTUBtuMLlhHh%Arj5!?7C+l(S>kWj8F$ndpu!F3^W7UyWVoqR)cZ;_ha*ZtoC; zd7d}wI+C{qBZr8_aju%6oycj}++>fCl9AZX4Tl!2#`3#ql^~7L)`dZwPTbr04He=gl}MQZw(n)yCnO+sL0IF^ z$Oh170Gd291!V~O{hE9n6?}r*sL2DU9ycyLRnr~w6DUTVIE}RafdP3^XF3Ie228_N z6f_%V@;=L&N1vk%d@YY03i1L#^rOl^zdVw*fxM2vMEwBe#dV4VX~J4Z$`q)l;G8?B zn6J1R!B%2CU`p9Xo)ZS-9Ic%_hk?X7!ge$U9m8q!o?>)XZ2BoR&UajCEiUUtuAX~Gc&2tW{bRbZwZia&+$kYav;V&D!0 z#r*J4F*cuLfAG>E;ef7aON9-S>>_d3T&NN_{PlHjX_$^gXSru0O0zBSB-Vb83sKmf zZ<8e&kqmXdD>mO9Q)i-}8*8=8YSm)g zv%~`aefflTlD!9@_%oQ44GZlP9k@BTwvUS6Nb5M+j>YCrdUgP%H8`E#YveQ9dwa)%Eb=Rh4YZMnfg2k@Ye$=fU7uwv5U%MuMNiUN02hM zniLX+d>1i_lcZ8aO_{{*EB7q=#fIf)8A5E`n=_ zgtgA){ECQq-)kiJ&abf#&hjx;v|e)ou2>DpZ6g-o3Cu>(t5;d8a3Lf%T7{oO4y@no zXT*K@CFWUV`m1!T3a}8ygV;^#A`+j2`v6V1a6@3y?Ig95NkF@icMvab+Y7US)hNQq zdlfO<8^?HKRwdYlX-J^;rT`8TK*#d-?W?FtSgMSM9`8><8i$qPlwxeB@+dtA>)PAM zqzvaZ#CJlLz*+55>ig5jaqhD4OK`fpE-F`cc2?Z9(}|4OUoSBhs2g+DjjKC0AHoF-R;+^L?A%U>LfBZlian2& zBa~!S;HCn*17v#KTQ8*Wv#tF$P zoMYm`KheSWfHaPaSqq2Y2SkJ0hyj)$a=@*WZoo2tN?qk4Y4JCsOcEu$xRYT z=WG)y;`KNqZZ-kT3Usi%9cXMIG_J&XF4|0YgcIn8R#AvbK;H|fFs)*``BiFu%{0G? z%&$4-*F^KnYkrC5SGoCRGrua$uam93%$v$+n5dFZC<5qm5|+43xG{|RF%Dfw34(^n z@q?^|fRi{6nxpgvuH{l3@pWzED&&Rz((fSThCF55q&>IM;B&}@vmQA!$Sxi_aFdWL zz-p*mwjGDJM9zHp{sU*M5FrtEv41ne@YFDb*vJGri_OGL#VHVMQf3_o#>35^MzHMg z272!(r-6GnyqbUT`S5Ny%s=>$zN?fGgrLo$X|aQ*0o-Sm5g=@;l`;atZUZQWxVPpub^`3;Camnxx<<{VpALXW==z_G9(1^&8)$s0 zT8%Z#^32AXQ*(#eSY8MF6az@thSup%RrNHo?eBbazGCZvhxZs=! z9m@;n;}gt_$O7N#sL?oVt*2D`LCi^b*n=lF0T8c7oGcycH#mlqoevz7`VwG20Ud*T zvIn7O2iSRNaDcsqO&I7z{Q0L4g&)NeEwr>`TB~uRL~+71Ma+pSK`68Q*&wi;D$gj{KPiIkWRbj zCZz4V84ujl^>nNeH5{L!!o%38^bFLUP|9XfJu8+=%3X zpBxE*_dbN6?__7NWzE?ED4{gH8PsYzUfa=x;1-|zS7dt+<4?%tk73v#UZNaxV;Q1b zms)ce-V4Im4M8*_AdkNdiv_j5OZmcqu;*;uwe0dUIN;2b{)Uga#+8(fO-7WOX}o2Y zM^VWlN^6eE@X^*KTT>HraVLg=IU>NJ&SUn z{~isgdmX3~7P3vN02r~e6Cf#E!-Z8@rWw&q5g-mmtv+xhlr zE=t`SegTpDs9CV$>w;{H;XwQoMhkTraR*XyKMlJJY(jW7G6dN?K9ybi@@o1QzXzy- zW4=5uTCDZrY`ubf6wWJY-Qrr%yfxj4vT92wERdYuGP-k9$EssdssNkBl;&@)Im=|4 z+{p-RnlLIWxnue0Zmz`I*;=%nP%q_S9DYC_gq)<^*XS@|oJ~cUCM}Fdi0+`$r3Y}^ z9ec3Lm}G9V=);u!Fb80q4aP^@g*>W}$4LuL=~)PuHqU@X&P0pIz-Kue31C!0AzapK zGfkUBe8(Q3bGjXLFzP~ zAC~ev)%8Dou@Gf(6QoxG%`coRw#<%V%{)h@r)|w;R-2TY?Lx!NlN*$qO9Zohcot-% zahD33h$h)zN2B0X^9Z=4S;dB5=@}ZYtOQ508|&!G6c>MQqN`Ft4A+({+6}CNX`?(0 zC|d}W0i|W!qK#WL!DP=eYvY;Wx5wANMQE;Ye9L%CY@^p1 zo7J|GsRpW1=W^$xD8;L1DG9smK+yTEHc8Xb9zC1DI_a3rn6I3*i(A78;ldoSZ{+o$ z%Mi7e!HAY_%J*^FgICHvVpHVsKud%mlU-Pv-U|9#I~k;Y3Rz;C8D^o!jI`4RPA}~v zylfgCqzWO%$*o@Mv3H;)XuAHd%WD5dSyoB6E(K*JKrMzmz0~KD{+BIl`&Mb>J%Kv8 zj~8e*4JEq&wUr5$Ye*j{q9;Y^zBeTw$~q*B~Z3~F9>g8g z-WO52pN+xkIPd{88WE;cu%r@|?yt#`Dw7;aD6beRkWs01z>U>%tvzYbMe7ihF6c|M z(3p^ZX@G42opByTq&1l?Z+TH|Zh-w575SNhdP1kWLgQPl+g`9)V1&zQ?*fgrL zZR~353{=K*uHq`Fgd>8k;?91j2B4av%b1BCiA&DNPY$ zB!FOL1;^LNVIA!|#-4h|9Esl|0rIDfO{Q{5{>0>Z@gOFXGUv+|ptIWKi805Qdq@YK z&1bMttaRol&0{4O7N^1uZ-L9>z(y(LfS9rR3C*b1CK7Q3_EBaGBsj$=1zt>~;X&iA zAp78tShFv{`qSZT9O#-3KTF3r?>cGqo8&*t3K5^X94=h?zaZRuJt^oll8am7S3hEJ&6*a0+vd!ziWazcWXj z&07NF7ocSyaE;4)58z|a9Ca+rQS;b{L9kjAO#dN>$Jm4&Ax~l*yq6D}omw`kxIzIl zRX;ZWhuWadf(`0-*qH9(t0xgNw=osDjcM~ubB+JT#IzAInRV;%-Mzfo|AUF?Z_puZ zo1{!k%Tt-Tw*od3-``fzWK@lKBS&A?h1|u(l$z_3)@uzF;NC@cUk3!1w;)Dd}$8{%alJ~@u{<{{( zaFe$Po@7LO+xSDn+CuTq?;xkcR%~W6_HD%SxwaUL6V4B%=jbp4SH@kTC+~xm@^;yJH5lvb9UcsU;`5ZM}#kj5d_<&)gmZ1HBjkr zRyY?9{^5ymQGQY48n`+1oZUDv2)w!2hnT-uI3V-sRm#Bv)Jly19^4mK&KS~o)X?;H!8ZAz!k6cl3DTzxprYvHvO?fQ(MvC_T41~wO;$4CXhuHK5f=_zI=x6j! zgPg`Y!2NV62g%sj#2wbRKcQ_QJspiwGmN$Q##-E*ZlUGC&+foBAYp*~PKiw#ibDIv zruz_pY2|(LVz@UWNa|HFwh+zmfK&)4Ky~EVK8-DFk<2sNLb zp8{m-AwCjQTm)!tsTqWMWYScUykTrvSd5!jHdw(5X68>{OV*-?8?j4cY+APnPE$N@ znYSphLW|L_v1~aV z&w5SoW+Vr;(6vL)##&q>dg{F=CBVa`+n_Hp2=nw^^HHFFRsL?Qv8 zQ?uo%9P|PLh1)fho0|j$7z9xQy8u4$V^wT1y5-k0jhPunUO$){(dc@BXjKembIm_O z&;!q$KVC_3nYOA^vGNQ@pU@yS9R~+MThqiQ+ET~%S9XIZTTX9qI&^zO!C9@Qmps3; zt2HoMIpygRl{Zl_Zoq7@%^4>){T?54aO0)fK7Sr?9H$d_z*l+>uE~$hvyoRCa`l6x z4tusP1ONJu44)fq#(6t=u)-bIp{2t|HUg3`eDu3uBmU>DdnZa4mC7 zmC?K~BVC{Bsp*w7c*0{CCnLf=jBUD=W-0~%@D9MwM}x?-=zSF+J3UX!H2dzQPNwPU zTWn}N+`RdEfd(5oDMk;Y7lgrscwf6^Sks~P8S~?t@c~&4$NIXcBpjPYq4K(%YsFo| zybaHGLkJTjwq=yK>t%7DN}uquG@N~bI~1lfLj7Oh2U~X7yL7K6_LX0TE=`@^e8Xkw z(DycEZ5gGB%{Sysolh!X^6P^6MP2&H(_N3iL_XC^)4K8OZ{l&T&BmoTub(GkLbJc%e+$YQA#qZ)=E_=zj#TN{JDgmzf} z+Hq=qN?ka*SjX*RX&Bt8|Bpn$jcR~n^4$oscptb@&J34E)T+bCFKlZXMn2wxSlR_{ z8-VsdiM&NCrP+A|h&{+&(w_9dRm2qhA2|@2F%Mr;;T}Dw&3#{$i-~eFP2eaeodH5{`OO@`W_*@e2-=?{pm9V% zV=i*}s0&~i6tJ}Tzd{@_(H}`)4sQu#SR9+zCW~b!5LAof5fWJv zKN6!iQsDL;A$}7AmbwnbvzR3Evw%%mv+uzNvFmNAvWP?N0;LmD~)zt@$V z7mkLjl)4c((EvwxvhFe(IG5guDPivE&OkMY;jqsGc1;eul}fVwHT*F$dMQ@Oq-;lT z7>>Ef<_qr6et;cA*m~g_+vvux8cfHHZxKk^ zL0yUS8*)z}V?%QRcFjZ2k<&#Iq%0SXRrT}{h{sScqf5*R>`C1Tagfm&Ebmw7D*;{-0{a!;ez;s2yd~^xk8@QaIcMwtJ>47 zyugr^cQs( zZ&>?G!dq=2dN_}dZ7ljY!hUhremHOhi-J0~B}#M`f^XQ^VFY5F-q^S*YA#GEhz7~l zXeZr{8w!zF2t<%06e1Ne#-iNX%3wg7Kf=b1+%X9!%0WWkU^=)1eg@WL;$fx~cDbQf3{oNX$0ozh1W{C#K5EN?{$>scO9U&@%&78K#WzrO zrb!gliR>QJBx@=T0#jshboLKXNSjHGCO zB#orHfzp(blnV_wCs&OBNQ-6QM;L%XDxRgBeUR}CF#x(4s7GY{ddwa2ZDtf7r(h{h zCc7#EYuroE9RS`~rtt!jc2%Q419#_~9DJDAIz|iz7`(m~s?W5pN@hRDx~hSa$-1fu z0c)ljoMB^%;rF8uYtl0;tEi}0lyaPFSw;9b$FhoY31m0*I0A4FJjAl9VK2@6JK!&y z8&)L&zGYZNWzs!NaD#3HtK)5Wn#iFcS7WqB>lbswsyo3ZFio14l3bZItV$9I!Ci

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

    qx{CqlSNQ_YhQ()VtG-D; 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 z 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 bB!6W7g#4-b3-g!cLzth+PZapSNrC?c%T_@< literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..62ab10f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1100 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, cached_property, get_cache_base, + read_exports, tempdir, get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile(r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 3.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile(outfile, hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(self.filename, use_abspath=False) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp(file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join(str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug('Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', prefix='wheel-update-', dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + class _Version: + def __init__(self, major, minor): + self.major = major + self.major_minor = (major, minor) + self.string = ''.join((str(major), str(minor))) + + def __str__(self): + return self.string + + + versions = [ + _Version(sys.version_info.major, minor_version) + for minor_version in range(sys.version_info.minor, -1, -1) + ] + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for i, version_object in enumerate(versions): + version = str(version_object) + add_abis = [] + + if i == 0: + add_abis = abis + + if IMP_PREFIX == 'cp' and version_object.major_minor >= (3, 2): + limited_api_abi = 'abi' + str(version_object.major) + if limited_api_abi not in add_abis: + add_abis.append(limited_api_abi) + + for abi in add_abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, version)), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, version)), abi, 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, version)), abi, 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, version)), abi, 'manylinux2014_%s' % arch)) + result.append((''.join( + (IMP_PREFIX, version)), abi, 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version_object in enumerate(versions): + version = str(version_object) + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version_object in enumerate(versions): + version = str(version_object) + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/server/.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..105ef6122ca49f4dd1fdac00296373969ec25400 GIT binary patch literal 964 zcmcJNId2m|6vt=R>m#-|zK^6pv@Wp4p%e%q5sZW-lb|@&lcmu*J0wH)?OL<)!ZMW61s6AA6Dv@`Dpaus zHLOD&8_>WeG_eIOY(pD6(7`TrEq2U&`;!G*!c@M<^qe1-Y2WMW=HC9nt7qd8ycqJ~ zXmWV4&qqUDTXV;gU9zfc*8U_78q08TK9q5y5#pD-j4U7Tik`^@l0LH<7lbubosmfjkwu9#BV~=C4{-gLrnk)Ga5? zcF}tqsnuxOMH#Lwoph>76yGkhZlqO;3kqD0d!ti7f3s!nuJ%6nR1)_(%G^Cu4k1g( z5ekG20=*GcB9sX(VUtiHR0%agozNgO2`xgK&>?gQTZCQ_>~NwK}P&abhe6d3h{|As4U6I&jT|9Ak5;_qO#PY7`?L8yt0^_%%m8I5@S6> zqnP5%l2qM-#N_P6^wi>*g3JQ_c%ZVB{33mbW%@7&=oM7n;;_lhPbtkwwJQR79OTeq lDIoEInURt4E`!7aX6}xvOU#ltSvXqVJ}@(|NELAar2(=cP@Dh& literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a7c8139fc2c4a342c7cbae0823a0d52eaf1150b GIT binary patch literal 53796 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..78ccdfa --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1403 @@ +#!/usr/bin/env python +# Copyright 2015-2021 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 removed it altogether. Its +predecessor function :py:func:`platform.dist` was already deprecated since +Python 2.6 and removed in Python 3.8. Still, there are many cases in which +access to OS distribution information is needed. See `Python issue 1322 +`_ for more information. +""" + +import argparse +import json +import logging +import os +import re +import shlex +import subprocess +import sys +import warnings +from typing import ( + Any, + Callable, + Dict, + Iterable, + Optional, + Sequence, + TextIO, + Tuple, + Type, +) + +try: + from typing import TypedDict +except ImportError: + # Python 3.7 + TypedDict = dict + +__version__ = "1.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/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4affb06f330180bdc531387ba4ed81f0c921a13c GIT binary patch literal 885 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 CTp05J literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9462c95a733bbb55913452d48dde3f38c2a2b4c2 GIT binary patch literal 891 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f9758ce425abbb92ba466721d53a125f802fa0c GIT binary patch literal 99480 zcmYh^37nO4|NrsRbec2M9;qbld(%GcQ%yDP(>{_)l1tj8WlAd(*+U2+Ns=gpBne4K zLK2dYgb+fv+Yw=F49}BJzZU{aed?NT{aAWW(3}5N#Fh3LA z6nr+gIrv;~OYr&N*5C`lZNV3VF9lzYw%gB}SE3!}tHGTZzS3)9em&gcjnH?6{$}XA zLw_r{C-`>oo#4CSHhY8b1@{Ht4$T%0lp{%5=tgNCuQ(5)@TgzEmUp3{~%IeA*%9_er z%G%00%DT#W%KFL%%7)5D%Ernjq#l~MHbbPq-T;&MmdCHN>QOeQE^Oa+`Kdt2g9UH5!aiQjMnlDmDI)1ToyfQrV z*?$A!xz92@`&owPKg;k8Xc?XZEyJ^*Wq1y>49|jEOL#7{W8vA*GCUtzhG#^}@SJEF zo)s;_^P**VX0!~?jh5lr(Q=;FIA6Iyf0l*HE0k9%!}FxpvPhp3o-ggbuGVc9E3Z*r ztJ__tyk2>O@REw}5~9m-|OJC%1S?^Z5X-lO}xSMzKdw8zZTEa7~9ShI7mf=~~GCc2EhG$;O@Z4(|o_#ID^RH!i z2DS{(!It4!*fKm1TZU(1%kW%m8J>+T!*j7^csABr!gI163(v}y;d$9IJTqH{=Vr_B z>}(mHpDn{PwBXZslA0 z_#Wlk%6F9SD)%biQ|?o~uiUTv-!r^@?eH9L8J^`W!}Gjlc&4{Js5N||4A1v=JUruD zey02UTzOcx`$F>(&0i|RF2Fu7>;o*rPC$>#H@eL+<+r+zup_YBey{ns@(1OQ%CI-E z+lAeMW!N8Bh8==s*dthmU4muUCs>A^f@Rn%Xf0vKV8_CK!SYXijlYzqlz%J#QT`h; z&GruV{a%`8|CaRhy#xQQ^f{?4p-fk%lo@1LOPc+=(?7@e4rx&-&83xPlx3B^cSwuM zYp$U5y+c}by5@>X-#es5zIRBAeD9DJ`Q9PT{#E*aYpJTwIV3fH?s9X5EofdUh_Rz=kH22i(dxx~h_YP^1?;X-2 z-#es5zIRBA`s?=jq}DP(#|A0~>ArpMkQNQm?0bi_Xqe^#{khIj4p*M5`x&7;PdQRK zO6hxtwCH?ht!0ev+xHG>(OAvCcSwuIX}(D5dxx~h_YP^1?;X;jOZ4#x%8ANJ%E`(p z%1f0~Nv-8F9h;_{uAHHqslSVb%2~?U`tx0`oTHqpoTr?xT%h|~sK@ULW%w7i))Mv) z_V+&gOWV@-4r#V`;NKo;QTX?^S8h=H-XTqUhcxXS(zJI-)7~M?_YPW1*gx3!!1oSm+B>9a z?~tawLz?yuY1%uaY44Dxy+fMq9sGM5{)KP%7ygZJ`Ld30SH7a$p?sCpT6XH#Ys%M^ zZzy*u-&F2azNOrwd|UaB@?GU#<$KC~%J-G~Nv-7r9s5xEk@A4@W932RC(1+0PnDl3 zKUW@BexW>~{8D*T`4y?Pe63^OD32+>Req=ZUU^*kgYrkE?;X;#cSzITAx(RSH0>SI zw0B6;-XYER4q8jtKiK!x_YP^=JEYm(!N33Ee1m;FoN=)HTgU%V{u{Em&N~#hy#t?D z+|E0A7FQ;fC6wvP6dBfHx74vrWl3czWocy@Wm#o8WqD-<(l@*m|C@U!|E31%N z%b7Y>Rq1<&;@UeDkIvTd>dG2Q-#ZkKYH6;mtfQ=}^u0sz$oCG#Bi}m|k9_Y?JPLaU zttIRq>@oGdL-EM>4#lIUx-Z{56pwuGP(1RzL-EM>4#gwiI~0$6?@&C-*5~=&p?Ktb zhvJd%9g0W3cPJkD-l2FD_6}N0Cw*>?va_;_va2#z*-hD9*+ZG9?5XUf?5*sh?5pgj z>`!Vf`8qa0IZ!!BIaoPFIaE1JS)la2L-EM>4#lH$b$o>KJmpB`DCKBUYdK%X#wagP zj#XZ$9H+cU87VJTj#plyoS>YjoTQwroT9vx)LN$M*k#IT%IV4(%9+YSksb z%DKvU%K6F#%7w}+NUh~c9V=2UQeLIJTDe$xjq+OMb;|3NHz;pZ-lSZjyjgjR@>Wu7 zS*l~VDQ{Qap?^mu=KA>DhYAp}y*lOiN$~DS|m1~uc zDAy?;RX(O%uiT(~T=|6ZN##c6Q>51Nw2nQa+@yR~xmo#~a*OhLPUUOL*OhN5cPZag?pD5~+@pM3`Hu2kIr~F=dT=|3Y zN99k-6Uv{JzbJoIo>cya)LMSivHvQ6SN@^=Q~8(jl=5%oKgxeYCbf4+YVVNL-XUq{ z9qel^P1;p$&l1XT-XW|dX;-=Vx47LxAInshRF+cud52`==N*!fpLa+`e%>Le^A5?# z&pRX|Kkty#d52`==N*!fpLa;=yhGB@J7_I_?jh;t9&Am1-XR&C754K<+dJ658SMDk z%IeA*%9_er%G%00%DT#W%KFL%%7&!Y(n!Y|E1M{@lueb*l+Beblr5F5l&zK7$~MZj z%67{3$_}K~(ox4cDgC@dGV=2d$;i(;BqKlXkc|AiL(E|7iQJ!W$?~sgo zY4-CDNu75{>byhJ&pT)>e(oU|qkdFI#hoqf%@HGro4pSB=&ruFn z`gwxkzs2r!fNEsYDXDSPovy^_`A!*kv{BfJ3^z#l$yJq3X=PMT|7m`}b z6*_jMvPii|d6n{Ng_7Aoe-#aAzx`oZYcS!1*MN-!+lDcM*)HREwu302?%_6C5 z7D-*RNa~tJQr9e!I`5Fwd55H*chFkG{=vSs?;VnU-NI(yJ0x}9A*u5YNu75{>byfz z=N*zd?~v4ahosIsBqQHDBz4{)sq+rW$oCFOd!2zjPFhRYKiJpyy+bncy+bncy+bnc zy+hKjS@>h?dxvD?dxvD?dxvD?dxvD?dxvD?dxvD?dxvD?dxvD?dxvD?dxvBc_6}N0 z*gx1>eD9EqeD9F7YZm^seeaO8YZgBH-XUq%EPVF8Lo)KcL(;BU_;KGmBqQHDBqQHD zBqQHDB<)oTe!H-D&|1R&!Peq?hooJ%@Z0#_AsPAJAsPAJAsPAJA!*kv{C2)~NJhSQ zNJhSQNJhSQNb0;pQs*6#I`5Fwd55H*chFkG{=wGbdxxZ7x3Jmw4oRJNNb0;pGV;Ac zQs*6#I`5E-eD9EqeD6>~dxsL*JCxAgp@jAhCA4=aVXt?vKT}wXy+SVh`AYaJ{Sw>k_Sx#AASwVT4@^ocIR2OXV`UR%ma?g`nX{jJc80UcYVd{DVs`H*sr@?qs#67n(}q!8_HeEHR;zm@+e{|%Y0*E^)^^$zKJ ztz^1h?~rbLhj=aNwtwI;PPe^-XG)o2$1=l5N`~)Nx^@leQEAO(lx3CWl;xEbl&2|A zS5{P>p{zuPM<(6QI#{=_Tt#`Nva0edWi{p5%IeA*%9_er%G%00%DT#W%KFL%q}I|< z#~LXcE1M{@lueb*l+Beblr5F5l&zK7$~MZj%67{3q}I|w$2uxIDRY#am0grwmAT4p z%I?Y@$~b6hmv3OefjBdM0`K)rY@;QCp7R}FV-m3Wp&HhTs zbUW+df9jX?@t2j`NqwJQ(QS6iBD#U)TJGa+i+#D<#wItb>28x0HL7Z!6!? z?cY`I{of<}9!IpAefsG8%Kgd@l)iUJ*WMvrdxv!G9n!UTNY~yW-OfAscgOb*>3XeX zx}A6M1Oe=N-~@-XY!2JNVb|y+gX4cVJH0-huC4N_&Tt_6{lS9a8__-XW#ELrQyxl%03* z`^ZpcDoZL$DN8HMD9b9#Da$J>C{GLjRix~ih5b~qwfPPrW!Eg?pE4=CZs8yE9Yjhy zh?KvJ&pyX@5GlK6;kWZ0L`v5zQc-n%ts2UjdK_wLuC1)2tgH0*S)}as4)(Z(zq=`W z&4WJ<4V8_Qjg?K5S<0r$X3FNu7Rr{&R!ZMNr1W}+ROCB|lwR+Uve!G<*VkIw>vO_& z3wsdzHkFKKg*=FYlZ7tLLjxjNoW>93VcMLjgGOIk`*2)q>8oS?bld*= zFF$2hE&RLUdx(@>weZ>Z5UI%b5GlKA;m3Usk+N4y`s{m%ROEYzlwR?W(kmWPcGbdf z7xoZZP1r}+Bj9_8ROEYzl)YloZ|i%AROEYzl)YNgkNX}XWv`a>+4m5s$oCK_d$pt= z_dP_)UM=af?;%opr$x%&X`!`*eT1#W_Yf()+ajfRTcrHm7WQ%9L!|Uhi75oSz0)G4cUq+MPK%UXweYotJ%rX0_7V2Ad=HU|d=HU|d=HU|d=HV* zt0hx8eFaS1nSyYLU`aiPuPx-!bzw!g+hsuwX2b3Qx4=O)V9#Vd){7m_| z^04v?QfoP)V_zzdD!)>Gt^7uLO!=+yJLUJv2a*{Dst7e$}y)%Ks>T zQ~p=^yYdg^pUS_Kr<8vy|55%MGDBA_GIZ4Ww$>WTn#x+r+R8f0y2^T_)>2=`8Ymko8z~zrn<%rC zO_j}*&6O>bEtRd5zI({f?jb|FhYa66Xf5q@+xE&1%8trT${b~9Wfx^vWv;TDvb(Z} zGEdo4*-P1*)LQ!JSYKs7Wq)P9a)5H6a*%Sca)@%M()SJ-k?$Qcw0FqR-XTMKhYa64 zXf5aIb4MyiDMu^MSB_C$pd72bP&rO{kup+VtQ@brL^(k@kDXlD6y>GLsmjZg z)0ESdGn6xxh00mV*~-h6bCh$H^GK~_zK$(WE>vEjyi!@DT%^28d9`w}@*3r}%IlQZ zD{oNVsJw~PT9)Y8&B|MpwoS4=dLyA5pGTKB|07xn8+J`8cVyJfUMxDmN;hQa-JGM!8A(ta7vR zIpr4R^UAHt7nIwSFDhRmwU(E4Y`gLmq_Q0`K`sobr6OSwn+w(=e2 zyQJ2#SI6E{?o+<6+^_sV`JwV7+9#ej+{7(73^0@K`<&VmrlqZxwlUmC!I`*sbr1C$?-<1DV{;vE(`KR(P3JWNPn_sl7v{_70iaJ7j9_kg01InYwn7 zX|I;FKd0SaS!Fq8d1VFVY0A?{t)-%louRCxtgNh}JX2X!d6u%8@@!>wWesIbWi4fG zWgTT*QfsNFWA&8{lns@Ql#P{5lv&EA%4W*u$`;C&%2vwO%4}sDQfq0eW9^jfl^v8F zm7SD1%FfCz%C5>>WjAGaWe;VZvZt~askQXhu|CSa%6`iJ%6#Pj<#6S>q}DP*$IerZRE|=PR-UgMqr5;lR(YXvobn=Nq`X);UU`Xf0;#o3)Uip* z$;v6pOO;cVmno+yrz>YDXDSPovy`)ymn-Ke=aO2>JRO^_T%cU2yh3@UvPii|d6n{N z+&9yj^*Ra+&f@RX619rEz0MWTa_;;w<%vFwU(E3>}BP4Jl zTlto9kMeEhJEYd~u8!?hzNg%$d|$a=`GN97Nh-;)Nh9>so(HW()JGialdL&Qtz}VsdrkG)H^Lo>YWxP z{hbzC%jx>uipn#Tm6Vm0Rg`Bct18b@R#Tp>^s5#nb>5+5R5SejDXDj9mW*m^u0v`q zb#<(svc9r`vZ1n(vazy>GE3Q1*-Y77*+SV;*-F`3nN4afZFH=yvYoQMvV*dtvXe4L z*;&~|*;SdV?56Cl?4it4_9V5IUOLuW*+qsAyi0kva=G#z<-MfVa-WW^ zP~NXxseC}WO8KC2welh58s)>vwaQ17>y(cwA5*R;wU!M!_PFv1<&(;d%BPf1E1ywr zQa-EPtb9(nMftpPtMUcqHd1SOQO90VzO3A?d_}oK`KofK@-^k_$~Tm|ly53`E8kM? zQNB%TE$`^qyUM-F_mumT?<@B!KTv+C{788~`LXh#@)PAD<)_NeNUh~_9XqW2LU}~_ zrShoqE9KY9ZP{6YDn@+VSjIiX`eD}Pb`sywOukMcL=f0e&0|4{y^ z{7ZRC`M2^P<-Z|I`FV%1mQp(RP)gS=O6j~qDV=vHrSlG@bl#zq&O4OSd52Ou?@&tT z9ZKoELn)niD5dibrF7n*lf)s;1rHI=oLwMng|j*it;)>GD3Hc&QHHc~cLHc@6Nn<|?rn=4x=TPj;ATa#K# zwvM$?wpF%MwpVsgc2ss!<|sQWyC}OVbCunc-IYC*d8F3TQ^$HKdn@}W`zre>`z!O6 z1C#@mgOr1nLzF|6!;}Teb4aaaxQ?Bx9HBfDJLtZC@)n`RbHl?rkt*vp`58KRL)Y)R$fj%Tx?{T{kJv8{x{eD zH_!eze?{?;#g~?vyP)C1Qi;U8^p+jMuUA+-=C#P` zDX-U9Enha=_ByLoyxwHBrq`RTw(z>zYJ0CotS<4INZMB`7w)0S*@?vR!cfOqEu0nV zWR7~>ZuQjcaI{hlTj_#Ot6LrGwU^Z*uLG^tTzK5RP-2AD+=bz`BdtbWM_ZlZb&SO32wln)1O z*gjFi(aX{j*LN-Dckqi1+vDMI{StO}<^3Za+u2a<3?Hhux8ZyZs|S`y6phvJ#pDu+ z?Hw!m&Bjc%p?PKhqSfcw=ZvlFAL)NOzZ}1c4;$;GCvpc=Ni@m~-;P~&ySz%r`Hp{Y zHMep&`X8&?Du)NK-TY#S!YNvQXB!U3LsuJqkB9CyBres>dfHGr9tPV`#fC=d;ZeKW z9>QcdJ!-3LDD1AGX3OGW@{UELm zWg>C1hrU0FR`xyWtvmnMhTQ%dMzpp+ZoYKgn z`{UtX8&28~9-(3_Y(ci}Fx0W77RBoxZbN~sJKWm@8Bn zV0xd6$IZC-@`D+DCeFCR5)+F-8We{llz?$pNa3)lRv!EKB4b`Cr)P!148|pw^s0a0- z0W^e0&={IP7Bq!sU=M9#A`j_Ad%zMCTS05chBnX^+Ch8h03D$dgK1AU<%^oM*H00UtV42B`VkDH0Zpa9N+;czaDfb(D^jDpc{K8%42U@Tk+ zpLjdm0n6Y{ zxC`!vRPs1~? z37&<`@EmM`=V2?n0Ndb2co|-S9k3H#gEyeO{Y;!#0Zs#cL{6*-XFw&W3{~Jvs0!7f zrtxha|6SIm4W-$SRr@Os^`Jg9fQHZr8bcGvf~L?6nnMd{39X-rFCQM4m}_bdO|Pg4Sk?5^n?D84+CHz41&Qh1ct&eD1dWdIGhV3 z;5--!qhK_g4`bj0mE|`fw?db=EDM52v@+BPy~zMD!3XJ!!>X% zTnE>~4R9me1WVv%xCL&7rEnYE4tKyZxD)PzyJ0!p1NXvxumbLfmGA(pf(KzWJOpdt zVOR@~z&dyo9)tC;0Un1Z;7QmBPr=jh3~YjDVKY1jTi|)v3NOGmcoANLmti}+0z2SU z*a@$}>+lBbf;V9|yajvUZFmRXg}v||?1T5=1Naa=f&=g|9E4Bc5PS}Y;R`qdU&2xN z29CjZ@I4%dAK*v$3I2q?;1v7|AhX&9P8bM=d0$I=$nn81D0WF~ww1#YG18t!lw1*DR5jsH*bcQa_6>^~) zbcY_02R)$|^oBmr7y7{f7zl%4FbsjAFboRd92gGg!U#AIM#3l<4d=rcxB$k&g)j~- z0^2^@vmcCyOJD-nR@$EZU^3VS)SmrdDqIHBU^>iznNSF`U^ZM1b6_sagZZ!kYzJsR zP~b{f3y;7$coZIk^{@dRhbQ1k*a*AfE!YEZ!#nUU?1lGWAG{Cy;RE;(K7s@AF&u)$KeO~5q^Rb@H6}ZzrvsJH&n_nDnk`G z6V8Haa5hwj8c-8zL2al5^`Jg9fJV?5nm`sbg1wR5*~n6@F1*) zhhPmn3~S*LSO<^7W3V1Jz!UH!Y=o!aX?O-U!LzU#o`Ws$JZyy*U>m#$FTu;O9bSPQ z@G9(t*Wh({19rh~cnkKx+wcy&3wz-`*az>!e)s@Bgpc3=d<+NS6F3B)!e{U~9ELC8 zOE?N&!PoE&9D{G+JNO=s!w>Ky`~)Z9XZQtvg_H0f_znIGzr!E!C;SDc;BWW`{)I%Q zQ4G?cBji9g=ng#~4|+l`=nZ{f01SblFboRd92gGg!Z^4H7Qr@n1$MxzuoK>fBk(2s z1I6tBwco@v$boLq9eP6_=nwfY0EWOcm=3dG5nKh^;1$>bufk4v4c>rV@HQNQFX2!4 z3r@k`@DKb8#q7l2#2m2GHnvFU4m}_b2EaKm9LB*#a20Haw;@s5NJ0*Dfv%7Xy`VSr zfqu{*@?ij+1H)k)Tm*|?8@vp!!yb4Wj=-0YC}R|ZPLKoLpgZ&cJBMLk2*$xhun2a; zK6oGY!-vqatdR|Epe?k6_Rs-3LT|7$boS#K`ayrlhXF7Uo`OyAENq77U<*7CTj2%R z2D{)**bQ&N9(Wtxfhy&UGocN%gAOnqX247+gjp~fE{8cV7v{lySO5#*3Mhg_a1~q) zi{V6a?8Xkf*@Gz`}M_?U1 z3Xj2h*Z_~i6YwN#gs0$Xcm_7Xv#=SSgDvnpY=swK8@vup%Nxz0IkbRQ&>FI#4YY-J z&;dF^XXpYW;5--u7rBbni08XoHoDLPC6|{z-FbrnE zOxOg^!gH_%o`!p1+;`#&>FI#4YY-J&>lKKN9Y7O&>6ZwSIC8K z&>ea}9`uA>&>Q+dU+4$@As_4nwfz);K`BoChOe6pV)RVGLXV zW8p#=2NyvE7sGhC1SY^lm;{qy3S0_P;WC&8(_se8ghH4Fv*B`>1J}T{a2;F^H^7Z> z6D)z7;TE_RmcngtJKO=w;7+&;?uO-X58Mm)!3ww^R>A|Y3Lb>j@DQwlhhZ%|0_)&W zcnoTuY1D$+&;S}jE9d|np%YZDYE*% z9cI8xD1t?>8Xkf*@Gz`{M`1l|fXCr$I0oOs5AYM5fS)0&n$Z-RL33yUEuj^(hPKcS z_QHFx5B9?c@F9Ez2jF8k2%o?q_!K^a&*3l}fiK}Gd<9>_H*gGofRpe$`~h4to%jmu zfLCEByauns8?X!Bgx&BK?18u89e5Y^!h5g}-iQ700elD_!2$Rf4#FpJ2tI|+;Bz<( zU%(Og5{|-G@HKn`$KYG|4!(!u@B{n^Kfww38GeCZ;UxSAeuMwQ@9+ow34g&U_#6I# zf1y-OqYRXVa?lu>Ko&HGW-t~mgmG{YL@)^^!xXp_rov^g7v6(?@ILH^58y-i2oAu< za1cI$L+~kl2A{)W_yUf=mv9umg0JBlI0oOsckn$Nhacca_z6ygmPLb~;mW4QVfX@$ zz?X0ozJjme8#o5v!gugJ9ETs^NB9X&z|Zgt{0b-GKkys;7k-C7;7|AqPQl;s5Bv*U z@SfNNvY;v41NXvZYmI3z9cDlw%!1i)In05%Fc0R#0$2zu;Q=@SKSSC&BOOXXJ*W>^ zkPF?QJM@4&=n1``H}rwN&=2}UJ`8|?FbD?25Eu%>pa9N+;czaDfb(D^jDpc{K8%42 zU@Tk+h&zRgcq+sXJE9ELC82z&`g;VbwW zzJX)#Eqn*x!*TcleuSUk1pEyDLj6aL2G9^1L1SnFSeJ@H}jT7vU>t^qA2Ynm`sbg=WwaT0t9V3q2qo7QjY$8lHho@EmM` zm*8c11&+fH@Ed%!-Z%z7K=r?j#6LzcNQ2^#gc6VrDae3KC<&#YG?am|P!4KBEvOB3 zpf1#d`p^IxLL+DlO&|-JLNjO%|H2>t8h^rH@OQCd_SYxPm|fhs9Ol4Wm812fPY9;Wc;z-h|!oHoODx!d`d}_QCtGA3lH&;UhQz zAHzZT1P;Nc@ELp#hv5r23SYt3@I4%dAK*v$35rS?i{L7_8WzJfa4lR1*TW5PBisZ_ z;AXf5ZiS_A8$1e+!Ft#LkHZs?C}R|ZG$;;9C;{n^f(*!nl28gtLm4Ow<)A!NfYab~ zs0e33C8!Kl;7q6rXF)YM8>&MMs0p>8Hq?Q-P!H-u16W_y*Z_aSKkzTKC}*^UR?r%< zp$)W!cF-O=Ku72VInWupKv&3xZqOZiKpymh-p~j7LO19M>>%!dWA5UzkLp$HbiRd6*dhHGFWJPpslCU_P$!xnfRw!#ar z4PJzo;AMCPcEGE!6W)Z~@D>y+Z?uOF&=ER84s?bt&=qo_8+3;rkOw`X7fgehPzYB- z5iEjdU=utGo8fub3OgWC!6*i4&;S}jBWMgwpeZzi=FkFKLMvzu*)S7|U=eJF=U@vw z4_n~{*ak1cOYkP_hPPl3ybH}wGg?4P$cDDi4!S@$_#D23qwp1c4d1{q_!ho{#OX#c z=ma^C3*+Gum;e)D5=@3EFb$@|444Up(7vM40Xjk_$brt#1-e3a=mB}q3&y}RunC@p z&F~y-fvxZ|Y=<52Dm;CL@eFK&XJH$>2rt8SI0TqZOK1hHAsgC2TWALz zpd)lT)5w7?&;$0v2k;?$1P9?0I1I(A8fj1*l28KDAq5$b2_>O5WJ4Qh3+GdEQ34YE?5rtK#OWdOK1hH zAsgC2TWAj*pd)mG9Ow*P;dZzKmcgBH7u*fY;U2gb?t>L@KdgiYU==(FtKlJ70}sPm zcmy7U^{@dRhbQ1k*a%O{IhL&d=t)MkzLmOxd9U%ugLs!U!ZqOZiKpymj-mnyI zgFE4F__exm5)w6xV$c@aL3`)`9U&LGLyK&qCA5OpkPU61EwqF7&;dF^C&+=$&;`0e zF7$>z&=>kaf5?XcFc1d8U>E{JVHgy^IdEc<@iY7azrsmqG1+Jdt)MkzLmOxdgDx{} zg{5#C+zvJM&C@xiAmr!va_c zSHP7}1dHG*xCX9;>)?900d9nw;4xSa8{l#1zR&0Zd5}106oWJ<4oN5h>5zg9$b^zm z3Q9v6C=2DFJXClpLk*}2wV*cCfx1u+>O%u)2#ugI zG=VH=3eBK7w1Ae-3R*)pw1KwJ338w_bb+pr3*DeQ^ng6*3B8~<^nt$65Bfts41j?! z2nNFt7z)Fn0M3Eoa4w91^I#;5g3)k3jDZVaEL;fV;3A0NVi*sXzyz2GlVCDTfmyH^ z?t>L@KdgiY;6Ydo55XFE7}mlgunr!D$6!5dfXCqpcoGtajbe}n#UTkLARRIw6G}oU zC=F$xER=)tPytSZ)1e}q0hORKRDrXg8k`N)p$621T2Ke-LVaie4WSVx$OsEQHK{YrVszVK^3ALa$)PcHC59&h$ zXb6pF!7v1d!Z0X+b6_}}3nSn> z7zv|bG@K7(-~t#67s5EW2qL%`#=|8r0VcvEm<&_kQkV*t!8Di-GhikZ!Yr5#m%|*G z3-e$;EP#b@1zZV22DclCP!yT{;?u5JG zZdeZYz`bxEtbqGrB|HGD;6Ydo55XFE7}mlgunr!D$6!5dfXCqpcoH_kQ}8rA1DoJk z*bL9X7I+@E!V9nsUWAw6W!Mg{zz%p7cEW4$I=lh9;7!;KZ^0gT8{UC;VK2M~``~@p z4_H*gHTh40{dI1WF+kMNVx@M(K< z8*hnAG_(J0^4ihrcCYiTE-n^s@L#J7iieu8cds7ynr1bb3`dhzOM6YXTG4BU)oNZ# zTCMA~wAC!HcCtH>?bXh0CUU&m$-YFM*NRs2z1sPyM1fa3ZsnpnwZ7G5UK?6n;kB{VHD0rL#x(tZwt#%IZ$9ZLRM2 z+QI4}ubr$O^V-?!39ntP{_eGh)r=D1k?d);yjOciZla3UzE*2`wRhttvb+won(cM4 z)f}%wt>$?xu$u36xYYu$Bdm`0I?`(7b+pwfUdLE1^g7n+0h z`n%UfRuk#rkz8!GwAX8`R`hy<)tX*!vD(7x9aj5zy~}EW*A-SHuMb$A<8`&w#a`D~ zUE+1E)n#5EwYtjd2CM75K4Eo}*Qcy*_xh~Wy&I5ddi})e1h1c2o#yqh)dgOUSY7P(sMRH2zqY!} z>oKbL#y0TixdMH>>--{%Q57*Hc!Hd;Q1iNv{d}g$1X)rdds9 z_)i$CrM;$Gt>`twYBjGVt=9Eg+G>{9vR1RbmbaSY^)#z_UMpJ7_gcwnf!8WlM|-Vm zHS$``>J+cltrmK%X?20u+Ey2Pt!s6O*ZNkMd2MKQh1bSb*Lcmcy1{ERtDC&Gu)57_ zE2}%bcC@<3YiFw`ymqsC%4-j+8U8B^`dF>zwV&0xUh}PHc^zmq+v`TFIbL^IJz6q6 z>ieu#DHZAuRyTV6$?6ubyj?s|I^2M_if8!m?ckl?RlH8Kn(LKcN3hc?zXW8DSAGe| zA+P)rkmFu&vzqI_!sA`58@(Q|I@*7m$3d%+*F#pPc>T<3q1VG!7kE8lb+Ol@R+o7F z+Uhc|$E>dK`kmD^UXNSd;PpqVo4lT|y3OlJt9!iuVfC=rzpWnkI@X?Hx0er(&N!=! zD})+ZUE+1T)n#5MSY6?DlGQa{`Be!UyiT>c$?G($+q}-Oy3=c+)jeKkTix$Xs6drR`+<_Y<0iaEmjYC-D>ry*KJmhdwt33Nw3?jp7Q#t)r`}_ z!}pri@?PJtTE**|R%?2F%W6ZfZ(D8Qb+6U-UiVqe^Sa+^zSj?}7I-~ib+p%mRwJ*6 ztWNRznbktChpjH~dc^8tuScye@%pvZWnPb2UE%dRt82XSOFA}q{n6?suP3Z-^ZJX` zonB8`-Q)E)tNXqFZuOAYKdm11ddli?um4y*=`~@$gW#0cG^@#q;XzGWE$ubkYDKRZ zR;zg}X|=A`(pIy)mbIGgwY=3Fucukf^IFkrzSl}t3%pjbI@)VhtC81gR;PHaZne;B zO{)vM*0#FXYh9~Lyz=X7mU(Sxb%oc)R@ZpVvbw=*Gpn1twy?U*>qx878R2ob&T5g@ z8?4r>6pp@RHP7pItEaraYBlMj|stye8~@vB$jjx0+im-1cd! z*=L9Po7F^(Q2()d(rdE}J6baw9Zjtj>SU`$Uaz;h-RrGZ>(&l8IAV3I*AbcaU8oa| zMpldJg*wgZa<7Z6?(}-I)r$4Q4Q{iV|t*!3z+SclRuN|!(_S)I%39mh@{_eG})oP8xR~u+G%j;09d0x-AI?d~BtINGE zwwi1lKJ6B(6}{eWHOK3tR`b0+Wp$m`O;&e#-D-8e*VnC{@VeV-wI<Ld z*S=P(HT4I|YL?d#RtvmFRu_1kW_7vO8CG|CU2HX@S-6LrtXA}To7MJS@3Pv*>wQ)u zulHM>=5>|TIbI*Oy2R^xtE;?jwYtUYt5$#a`li(?&HX{O+R*EJR&%``usYi739HM! zmMLxj6}AYUR>5j}uZ^ts@!HYqIvfFPLa&k4 zBCpe|F88|FYNA!Rvzx6}^m?1s_Ff;g+Q;iAtLwaOwYuNyYgSKqebZ`{*8VtHZRqtQ zs|8*^w_51+sMR8`C#){_deZ7nuVwg=n(dE{)%ITP_gW?TcyihVRgCJlU8?mZC%#Z&_3K*C#!qC4zil)5RQ(tn(OsyZrd>&y~b*J zuQyq(;&qMH7GBp{UFP)}t1G;|WOc9C*Q_Qwg*$u0Y89{VTCM5zpw(Qjhpo=>TCALX zT2A=1(pIy)R<%0TYh$ZLUfWvT@3pv|n(wY}GK zt>$|jZFQ{IiB=1}UTSrnSKe8>(<^VS-RqUN%O3N3jn#}U;j8gR*eYI^TOI6`cf3Yk zd5`NHue_^uiC5moy2>l>NZsW1MXSfWzG1aW*YG9!mAA(%H`J9@bGwE57qv&Ii3;|Y z%WL1$?6!Tv(ScSQ_6_x1tGQm!vpUx67^@S!-e9%J>n&Cr_6wi(l+|3Xo2~Bh`m)u- zUSF}A=pSzTy44J?A6c#GwSv8Ub*$G)R{P|K+m7O>*RfU$2ZW?e%@DxiiDjzpM`Snq}|Hvfty#{)jY4utmb>Y*J^>+l~$*D zU1fEF*VR@RdtGC7iPyDOmw8=hb%oc*tgi98!RiLDPgvdLb)(g7UZ1wQ)9WUyd%SM8 zy5H*-tB1U9wR+U+Hmk?IzGU^J*X>qMdEH?(IX^snJFS-X`nuJMUUylo=5@E#x?cBK z&GPz=)oibOt>$>$XEo33eyjOjKeSrl^?=pUUJqK0ydJVT#p`EQ3%wq;y1?rZtBbuJ zwYtRX*H)K#J!W-<*YB*Z@p|0q2CqL_-Q@Lz)oosXvAWaiNvnIj{$_Q**Waxk^7^OM zqh3#0J?`}%t0%o?)Ue0bE5D{WcR_f38(P)xW^QkFyC3B@HYXO&u=CZ4aH|R2YGJ6; zxs}(MR(E-wWp%ID%dH;pI@ju9uk)=Q^SaRL39nCE-F`*5-{-9AmpQ*-Rlm&neXF@w zh8rBPs^9DUrPU%odd%ulum82G-|IZ6mOa;$(C^>9#)k6g8pdYXSG0?eoFGn&vte;d z4VT!kEFSEILy1-KFxiH6@o=dP8{=Vy4LjpumJNI2VSxe9^@=l#YjM zZKxOz*V|An9&WUuZagfpAuAqku^~GimfDaL54YQp7Z1y9$d8A+Y$%9_^ z;$ejiQ{rKz4TbTr%7z8;u-b;j@vz2*CGoJWY&aPY+if@%4?Ao~w$}G& zrwyg!;dL7-#=|Zfs>Q=@8|ucx9viaa;T;>Y<6*B2Iq|U1hP-&#Z$o}Od}u>KJRGoL zbUYliA&Q4XHcW|!&ul1+hr>23h=(IKERKh-Y*-QxKiIG_9)7W5OFW#kVNX2NZ)*Q_ z*lXm&U)Y8=tcZtZHf)NA2{vqxhr4Y!)kdH5hz&(;H9TpEW|Mv^mo7u1~S0CwY!wDN^*gtOl zPk5gliMs2<57@x344+~DHuDev%O}`t4Z@?*qNUw$o`&r<6!o&(^3N%*)A?;~u4|WN z(|Pcsc#>#ljY&AvTVq;bL3&@ZbR}+4S6<{j)z`0RE&o{HdKp;em2yN zhkP5d;$ff-+3_&ghMag9YC~Q;6xfg-55sLJh=&n2jE;wqHbn6-+J-6dFvf<$co=KL zf_NBb!{T^|Y*-Qx<84?L4-;%y5f77WSQ8IZY}gPF(`?uj4_DZ*Hy(;?I28|9*^snL z4dD@8Y(wdIxYmY>@o>Ej)#Bks8|ucx5*xDO;T9XR<6)@{Iq`724SDgf%!d4UxXXru zcvx=3=y&;E7!PA@SP&26Y*-u*kqt}YVZ05?;$eafE8=02 z4Qt|IiVYj$VX6(A;$fN%+u~ua4Ljpuz75CXVWABt;-ScfQ}J+>4N1GE=70TdC>;;i z+E6hbZm^+RJlt$Ui+EUSL;HBR-G;n)xXXt8cvx=3=yF4_ zUb5k2JZ!h&R6OjkAz4EY;!Yb%$HSX8)QpF>Y-kt{`)tUIhy6C>$HRv<6vV>;8%D>& zK^vlY_}zvB@zBs-PFQRENDXi?V)+O$Q{4N?b2-~wq8w1(;i zZh#l(^ zqkCZV*~8-l4gtf59pZ-991ez$Is7%lCmp_L_<4ulGDnol`=+3-z=-!^>5;Y~x*;fIDB2j5HF!T;m%>}}xxed%rP zA~NtdE*Foz3;cHuFAV?71@C6^+K;$p?*Y#p{*EE)@Q(K~**o|Qzje9Ik1_dg99|gy zk;7~6WAa;XcR$bj!S6b}_yG8!!|eybr+?Jl+lN5M;SIxo;86QgU{iIhNHua&v4g&!{OP_gFn3Bv*4dQe8TXR zce}~wm=rJgJXkusF#Pq)#9hhYJr*LDD;2*4{_KKZ0-t`b!oF<_?h>)$HF)5-W-1OTOi}`hT-43;M+|8;DYafKX-WXDhPN3-*Nb~;kO*VW%%0; z2gAQ~c*F3Q7sR-?w|~&xbsW6c;X{U39lmAwj6>Y;3l6_y__D(v8ouH1j}1YG9~dGI zKb_#~Bpp6y$T;{6*A6v9$6;ldIQ+U{?eK;ncDYPPkcrg5f%d#w!KXmx% z9Qgj_HirN7!){rT$=`GMQ^P-TxGgbxez`FB8U!8QUj`KipW#2hEUPg2hZj`APkqF} zT{7f7=04}JGJM0~4MXU%tj@A;UM>N?1^?RxZScxZx-;JJE(f<=qwe}c4sLHn;Uf-i z13}>{4sNGE;p+~6VhA|=z)*4Uby@a14lnM&A3OYx;h#G6drbbB!}kooa=BW$&m`>d z(*y7u4nD(gIjn|E{%?mj4DY;L<2+~bRfkU-o;&=hq2l0Mub%d*e1>|Z(f4FBh4nc=G=x9oE)3taGdP;u}X9vr@B_%(?|b{M!?(T-e*1#&fPd=n!hJ-%x9p!ee9z(j@|?C;{^GJ%n~(AT@E(WP z-lNGoFZ;B8`906>FR$6(f9Ud$58JISTgzScnY(;Q`LoL>UO&5cuggEXd_uKu{6n`_ z+8gdl9Pew4F595F>uWq59o|@gU%gD+m66`$HynJ1zv-|teBpAr`?r2f%R&xs7`}Sh z%dF32;_w5*#^E0inEaa#?;nESb{HFe&*85bK6=>z?ZC3nI{bTvS8mM|+h+ZZ?$|U9RHN$`0a{qPS#pEv? zp1s@Pc4zZ_5d3quH`|Mkf*&~iw&8zw_&bJw?eK=-4=!7|y~b_+M+e`>LEP={_T5i_ zii7Wy?|XLdu3vq2?=CidcG=SAnfuen{li^6`Rv|Z4fyPGwcWG(_qcz2<|Xg2{@82o zH?U_fxlI?n7ia#ioBYY!yno%eFU#(vmt7wJ=p$Yox_f@{lit5x_DXu=r@VXlp?hZa z2kx2G&-}>uUrraF$0LF7zr&wO=7ZPy=>Pw3spMzg{{4418k_F@axj}V8sC3q*}fml zSIh6ecQ_kN2h(0-wVQXB-+#3|>vZQXts3odbGhs;|Ms&#bKlvszijxwQF}cfZ_IbA z{%q>~Yg+%h?B2UOu6<$Coo;I5L93=Ezx0J)_{G|CulB;RC`4J$y*`u!kQPKH}jggrD^ASA?JP@YBN2c=)TrM?JhI{H%wMd3fvN9zLPT zCq4X}@F@?U7Cz(Q=Y`LD_?+;04_^?z=;2GkFL?Mx;g>voS@>lSUlG3Q;cLRzJ$ys> zriX6{-}dkw;a5EPUXq@_qD`??cx3TL8wccV95i1%oYHeQy(= zzfH#%`o#bYitg76@3tW^ES@7`lxa+KZyNI!C&VO7iD{S-voI&-VL>dyl6VcvVg**k z8mx;qup!>Urr3gQu>-r}9qfsHI1t@$LYE)#JQBxDC!+h!#{2PS;v6o-d$<%=a4l}& zR(yav@e%ID13ZdP@FeRg)uQMo)eMvJ z3Xg5k{bJ#2n8DYjr+bnlb&{^N8-_g+blJ+Ti5 zqI=JzHyw%Yw=$0taSCVR94;v6nS_qRPAUvUN3 z;s$QT2e=a-#q(Y~Fg=P-@Fe#;1l{bfB?MYqZ9h3C5HcAE934e=H>#TIOf zZsS>RaaVM^&wA{M?qxxb191pP9^Z1W6MEB$IE6ED4i}>Pi@djZDY^}6J+4K!ORdMP z=w5X6xD(xewI27P+qBl>QFJ@kUU)u_pG#c+pg%IefHQB-LuRd2cmld+2cqY!-+VBGtoVb>@8l1 z?l~HdOVK^W>v1i*r)52E#Rs?(AK_kf&&PU;kD_}L*5gTZ&#!uX?mgS^*6ZTgF9w(f zMYpx5w>Tua{XIQK#3+o3ahMR3FeRp8M$E#T=r#!T?ztekT|zyUME9O$k7cm}t6~k- z#T(cVZ(&nx!M5n$0)4sXb631$+7tV5AP(V39K(q?g)`B;quTqP7ovOm&EryB!L_)7 zTk!$z#7DRn5AY~H!IS9Y`J?CW(&HEU#Q+S7SK>J&hM7jhD2$12Gga?LNQmy8&>mA_ z8fHZI=4fx46Z5bj7GX)ehGnq=t6~k-#T(cVZ(&nx!M50eUGWa~#J+eQh(o3$aSSKo z6wbssT!`+ORUKb(1=pf`Q@A(XiVtunKEl0tfJgBOo<#RbfOl8Vy(b9YavREe^owp+ zS&u>S3WmfmjEGV3924VA6Jipk#5Bx^S(p>^upqkKY`t%zB)T_%dn}6;SQTrqF5bX~ zcnh1N+alMytG4LgPwufR-oc*OhXZj4N8(sKPsAzHndsi0?%nf3bWfUlT#75W7B_G! zKER#$2>0Rv9>phk65Woz-WPiQ9zA}cUkt#Y=yv|~7KcQ){jbM}=r#iO7!%!Yz#bD~ zQaq=`G}DZjg*h<~3!>Xe*t@Hecn!;91y;oxtc&jL?A~n~;w@~7ZhK;H+7>&oE8fAL z*oOmg2uI==PQ)pkiSGULmoIc)i0<_e@9Qqb6viZC128CF!I0=aAHlolh!}-2F%A=A5~jp7%!uwo6}-F3iFsHMi?AeK z!?IWr&sEWV5`%YFb@2u^#9P=DTd*y5U{}0@J+Ti5;t-C+F`S4~I1}e^A-d}ryl-+T zx*gX&uEh=9iVtunKEl0t5YI=^ZN={0)k*a6!s_$)>+uWyVgLrkD;N^PFe18-jPUL` zCdOexOv03yh8Zynb7CGA#3C$-ZohNy3zfwRtco>Q7u}ZVm&NCX==MeTZrc=Fuq}3A zSGG3A z-oS=<3!7p~Jh#OT)2?_2dtx6B#33AsV>l6~a3;>-LUixI)A1Eoa4l}&R(yav@e%ID z13ZdP@Fe=U7UKB_^!SB-F(96U;uX`77={rs3S(j%CPeqiF5XX+64NjvW?@du!-80Z zCGi@T#R{y7HCPwj2gZ0`w;|rbrr3gQu>-r}op|nveWn9(2uI==PQ)pkiF3FR-Mc1r ze8m-9iyOEVAK*@WgnRJ-kKz+NiM|i&3qAKPc6sY{=obSpC|<#k7#7bFG0HS1#$iHC z!jzbX88HiUVjdR6A}op5uq;+!Rjk3fcmo@v`)nTXKWtNM!M50eUGWa~#6BE|L-9Nk z$4n>U6wbssT!`)(Lmgjn1=r#RZp8<<6CdGTJiw#)1W%%m%a@*iNRMCW7XvUTUcrzU zh7mCeV`5x9C&VPvl$eGYF$;5I9u~wREQ!~!ELLDutiif?0~_KkY>F+|7CW#j-oc*O zhXZj4N8%Vx#Ho0miF2k4(Oo{O<14PWw8RQVhz^C z8`uzUVN-0uw%CDP@ecOHJ{*WcI1K2W`1w!h@eBQ800zY?7!t!UB1U0MjKhSOgefr% zGh!Cz#5^pBMOYHAVOgxes#p`xb@7I2L%fAeu?5>=2X@6f*c1D3AP(V39K(q?g)?yu z7veo!iYvGlH*hOHz@7LA_u>H_#V7H65`90(jEQlW z5R)(^reQ|R!kn0g1+fTA;x#Ob6<8H(urA)fhIlKUn_`P;TkOEDcn5o89}dJJ9EoE% z5#7f`dJoB&IEM@I9xlZdT#FmH6(8VEe1v=P0FUAmJc&N8>wo@N^!OFeelfr_C|<#k z7={rs3S(j%Cd4F6iD{S-voI&-VL>dyl6VcvVg**k8mx;qup!>Urr3gQu_K!}Ex_AQ{;w@~7 zE!Y-2uq)odp4b=9198Z7B#z-koWhwnhYRr@E=BiotNQ=1xPe>o0q(>{xEBxbC_cfH z=;N(8&wpBvU+5PDFeqNZkQjy$(S79W<(oXm#5mK0n1m@Y4KrdE=EOWKh(%ZuuVGoN zz^Yh-b@2u^#9P=DTd*y5U{}0@J+Ti5;t-C+v3Q<{Q>HU<4j1A*T#75W7B_G!KER#$ z2>0Rv9!2+QyWXjC5`8}-KKI^h_15dqF9u*xyn-Py3?pI`#>6;Gh)MCB64OjGVixAa zJS>PsSQ4*cS**aSSc7%(1~$Z7*c4l^Ep}j6yn{Wl4+r89j>IvXh*LNd=i+%G-ZNc_ zE4UUna4WjcH1-bJPJD!W@!_&$J*GVM)A(Ww8RQVhz^C8`uzUVN-0uw%CDP@ecOHJ{*Wc zI1zK)2;Xbcj6=5iwAfVpWsRKeU#(ty*=`+*P&kwz@X?p zd(}G`LSh(3#3+o3ahMR3FeRp8M$E#Tn1=*5V;h_|pQwqRTA zz^-@)d!qZOS?|Xmh(kCM$8aJ};Y^&vg?JB_;tHelY-p;uQ>uVHgpkFeb)fLQKMxn1&fK3v*%~7Q`YfiPx|!R>X5vtTC;N zH?Sez!lu}QZLtHp;vMXXeK-(@a3qf5M4ZBzIEM@I9xlZdT#FmH6(8VEe1v=PAfAun z6VsFE`&o|f&+7O>zZif)@d}2-FpP*%7!%_#Atqr;Ov8+rg*h<~3t|zL#A{dG3A-oS=<3!7pKw#5$Yig)6l6~a3;>-LcE7daRt}n z25!X%xDy}YUOd2~_ykX)?-Lx~Pw4nUzZif)@d}2-uy~G$QKm654ijP$ro=SNh*_8u z^ROTmVM)A(Ww8RQVhz^C8`uzUVN-0uw%CDP@ecOHJ{*Wc@jMd8Oef+L&cr!fi1%F+|7CW#j-oc*OhXZj4N8%Vx#Ho0miF2k4 z@g6S46lS*AHL4+~-umc(mV7AvqS)?i({ferB%HpLcfiyhb%?_f{t!+|)2BXJBT;uOxr zIb4YM;&~~qn6AYQ+=>ryCqBZxcz{Ro37$mXr#QZ!((#3UF#v<&6%2`C7!ji|CdOex zOv03yh8Zynb7EdR7sMjdl6VcvVg**k8mx;qup!>Urr3gQu>-r}9qfsHI1q<$B#z-k zoWhwnhYRr@F2xmGiyQI06(5-H#7DRn5AY~H!IS9wG{^VTI=;{^24GOUf*~;sBVrWB z#5hcdNthDTFe7GRPRzrCScE0$I^coKb|;rM<=#~1p=01S#(FeHXy zM2y0i7>5Zl2~%PkX2dMaiFsHMi?AeK!?IX`Rk0?X>*5X5hIk8`Vhgs#4(y6|uqXE6 zKpeu6IEE8(3TNURF2sAd6jyL9Zs1mYfIIOK?!^NH}yPBKxPohO1GnM>+=-8HFCO4ge1a#@_gRkbXLWqVvtJA_ z4T@JVB!*!`jKY{0hY2wWQ(_us#4OB-c~}sOuq0l?vRHvtu?Fkn4QzoQ^N_ zivbuEuf%gm3^R?0Q5X~BFd-&kN=(Cyn1wkp4+~-umc(mV7AvqS)?i({ferB%HpLcf ziyhb%?_f{ti|2tjWI7VZa3W6OOq|1ocn_E23a-Ts+=>ryCqBZxcz{Ro37$mX=Q+Ng z*YSmZF#v<&6%2`C7!jl5IVQ%LCd4F6iD{S-voI&-VL>dyl6VcvVg**k8mx;qup!>U zrr3gQu>-r}9qfs2PcprJBo5(79E<0PIAuB$=Wrpqk8<_yYALSZTHL^`_yBj}BixGz zcod)DN%VbzQ7jIxgyoF7%1>0f=cEvl`6Z>!=4&g`~!-+VBGjR?V;yql7EAhM*H%zzU z1Kf#^a4#M%{8e}ThWNzvB>KL@@%@sHFZ7E67!7=PsSQ4*cS**aSSc7%(Mm#sfTc%C11>0f=cEvl`6Z>!=4&g`~!-+VB zGjR?V;yql7E4UUna4SB*o%jg%;sGATCwLNlzvLa?^YdTQ@fF|nivbuEuV6?F!-yD# zF)DT#*kRfg?;PLr-Rzq^ zu@4905RSw#oQP966X$Rt-ovH1f@^UDx8eibiH~qE9^g@Yf+x}UW&H@xzpUd6{bE2o z2gNIG3A z-oS=<3!7pKw#5$Yig&Ol_TfMrisz9yW;zk4a3;>-LcE7daRt}n25!X%xDy}YUOd2~ z_ykX)?<*YNuju$fzZif)@d}2-FpP-N3*AW=6XTkm6JnCZDKQN*VixAaJS>PsSQ4*c zS**aSSc7%(1~$Z7*c4l^Ep}j6yn{Wl4+r89j>IvXh*R-A6X#49;yql7E4UUna4SB* zo%jg%;sGATCwLNlU*-6IRmT_l#Q+S7S1=@oVML6=m>7o%F$q&*T0CdOEYqBrhXt_+ zOX4*wixpTEYp^cfz=n7Wn_>&L#SZL>cd#e+;XoY1kvN7EaSCVR94^Fr@w^mQOxNND zZp8<<6CdGTJiw#)1W%&xYaHLN>G(pw7=S_X3WmfmjEGSf6XP%;CSgiU!;F}PIWaGu z3u2LJNxX(-u>z}N4c5gQ*br}FQ*6Pu*nwT~4)(-89Ed|W631{NPT@?P!-aScm*NVp z#f^C0iVsY8;v?LP2Y3{p;7Rm-o#Xp;9bf1d128CF!H^h+5its5VjL#KBut5Em=Uuu zC+1;6EW(m_EuPC_g=tl+!Mb<@8{#c&iY?d{JFqL>!JgQM191pP;uucEDV&LOxDfB* zQe45cxPe>o0q(>{@w^ugOpoFdJc+(<=zp5ezoFxMq5B(wUkt#Ycm+dZ7)Hb>jEQlW z5R)(^reQ|R!kn0g1+fTA;x#Ob6<8H(;<+x~Fl~spuqn1+TkOEDcn5o89}dJJ9EoE% z5vOn_&f!A5hf8q<*Ww0l#Rs?(AK_j+z@zvio=>9hn>>EMspAX%VgLrkD;N^PFd{}_ zOpL>Xn1m@Y4KrdE=EOWKh(%ZuuVGoNz^Yh-b@2u^#9Q&)6kAN&Vh47`JJ=KZa3Buh zNF2k7IE6ED4j1A*T#75W7B_G!KER#$2>0Rv9>phk5`Ev|_rS3LX00Mnp&1w&#O zM#LzLiE)?^lQ1QwVMfftoS26Nu?S1zH7tu2SQTrqF5bX~cnh0i3%13McrJWs?a)0sGj3-KN<#T8tO8@Lr8;7)vmd+`8|;uAcHzF*<^{)&z- z^os!)6t7@N48w>Rg)uP>6Jk<4r^GbVjF^QvF%Ju35thVjSQaa=D%N0Kynzkz7BOS(74KkA?8AXLgd=ebC*l;&#JPB0i1$pF;tHNh89MIv4sg?YGFp0TUZe8Ei4Hu z!g)>D*orOT!NQL4Xkkw{SU3`%ESw0w=XQQ*2jRC~x8NrPECdNx7D9xug$N;PAx4N> zNDz`1QiQaH3?XYFN61?!5Q>CziEwQz%7luADxqefPPnnqAlzDL5?U78gpP$S;m$&j z(6=xk3@wZZV+#|))WVD~x3D1GTUZiS7S@D~g)QNMaNZFfZN;8&uy7OC`5T+Jpgt>(U;oicMu(GfwY%FXE4;FTWM+33p>K2g+1Y5;YfJ0a3c7E_UA{C^TUFl5Fng`gezMSB7`kO2vG|$Lfk@vkhG8@ zq%C9!SqnKr-a>&;v``{kTPPDM7OI4rg*xHJLW6K?p-E_2XcIaXx`aEzxku>RiUDD0 zVMG{Pm=LBGW`wzg1>xSplCZL{CTuKh2@e)_ghvZ|!ok9k@MPgc@Lk#YamD#z!A}TS z2okO=ga~26IYNlqiWnhoAwfu5ND33p>K2 zg+1Y5;YfJ0a3c6Zc7B97KP>nO0SiIGm4y%?Y#~C3T8I(igmZ$Bv=u2r+CqkqwU8s^ zEffev3njv}g)*UHp-QM(s1t51GzhmAnuL~xHlbsoOSrSpBlIl{2tx}a!q~!uFeRL4 zgt@I)5biB32`dY0!p6du@L*v_c(kx594s6OPZmxDU)au%Fz1H_KOtZtNVu{PB7`kO z2vG|$Lfk@vkhG8@qzUH?A!{pgguI0Up=hB*xVBIxR4h~pH4AmZjfDo`)v4>UJ_QeVolgs*b*Kr>IECdNx7D9xug$N;PAx4N>NDz`1QiQaH3?XYFN5~V-1wzqQlnB=r z%7luADxqefPPnnqAlzDL5?U78gpP$S;m$&j(6=xk3@wZZV+#|))WVD~x3D1GTUZiS z7S@Cf;k+e0*oqzD(ZZf^uy7aLWyuqIF|_(TTvy{EYt}%78-g*CNO&TgPXu4w&W||fhXp?&U?E7jvJfJKEkp=W3o%06LV}RAkRqflWC&Rc zIYQn-fl#ziB3xT26Dk&}gqnpq;l@IPa7#Eh2`yXECUh)x33nEHguaCVVQ67Q7+aVS zrWR&|xrGJc-olcwvalv>ENlr67IuV33wy%B!jbS~;Y9Ey?EFY@eh|)nLcmr830D?E zgs_DOA!;E;h+9Yyk`_{gw1o^IYavI-TPP5U7D|L`3uQvZLX}XnP$%42Xb^5KGzl#W zZ9<1|?h@{7MUT+8Fdz&qj0j^36T;NOj4-#bAlzG65>^)0gpGwQ;laX=@MvLAI9NCm zo-CXQzNDQWNzM-oenP-PkZ?sfhX`R?5g|k^#0YT<2}06BijcODA!IG&2zd(yLeWBr zaBZPXs92~HY8L8*8w(A>t%W9`WuZ;zSm+Y&Ec6I{!g)X#+KLfjY+*u}T9^^$78Zni z3roVv!kVzLuq8ZL*byEr>JV87+M$+#)R{PFtrsk!ra1waBpErSXo#THWs#o2MasGqlG=;VBtu3vT!2!(sq8N zIX^7;2>}a1!j**(A#5Q+h+2pd;uaEwB;lMQq-{lpkhPE_xRSED0+MYr@9D zmhfO!jiBeoY#bnt=JMCEbIu67WRaLg(Km~!inI^+WC>?{IK9B1S|vz zR~ABqu!RUAY9U65TSyR+7E*+?g$yBUAxFqtC=iN-bBS-Ae zXcAf$+JugUF5%8XkI=U;APg;x2xAKq!qmcyFt@NE+*?=@Ru* zaIkPBJXtsqd^tNma-1I){DgpoAmPeFh!D0AAw(_22yqJuLefHtkhYK^WG&%R-ybvCt*lS?Ce^76yc&g%M$FVM3T%m=Wd{ z7KD2XOTx;+ny|63B|KQz5gsk<2?xUYNO-apCxS0;=SQCN!-Ag>un;6%SqKrr79xbG zg%}}jAwfu5NDpZ2)DMPNoZMU6FL^U zggXm8Lf^uGFtjitj4ezEQwuY~+`@uzZ(&JTSy&S`7Pf>33p>K2g+1Y5;YfJ0a3c5$ zIzP_O3!EQ>H~oZwg&^U|LWmHy5Ftb@#0YT<2}06BijcODA!IG&2zd(yLeWBraBZPX zs92~HY8L8*8w(A>t%W9`ML4$!9b3^Q+*#-m`W6O+p@k7)Y+*u}T9^^$78Zni3roVv z!kVzLuq8ZL*byEr>!jiDEuqJFQYzYq* zc7#U@d&0rOk?>^UMDShP`EkwpVZl!bSO^lXEQAPQ3lT!pLW~e6oD+nktw<5l7BYma zg&ZMop+G2FC=sqLlnE6JRYJ`|op58JLAbThB(yBF2^|Yv!kvX4p>JV87+M$+#ug@o zDd9XL%x%SjaBpErSXo#THWs#o2MasGqlG=;VBtu3vT!2!%65K~IX^7;2>}a1!j**( zA#5Q+h+2pd;uaEwq=ghAO*m%=SzD1K z!jiDEuqJE>=PlvER_q9m7WRaLg(Km~!inIk+WArC{IK9B1S|vzR~ABqu!RUAY9U65 zTSyR+7E*+?g$yBUAxFqtC=iMkN`z~|TV;h8?|tj0`qJ_P?|b>J{wLq|>dSAv{K~5@ XpBJC>eelC?`|qE<>h=(L_U!)yFg;ZJ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45f5c9e23fca4c4b3237599712651a8f9c27ed11 GIT binary patch literal 2637 zcmZuyO>7fK6rTNaf*t42B7{K6gg~2xU`PxIq0mYVf(jB^NI-2!wOPF5WXXEhnOy@8 zPD!gCk`}3viiEkDn-Q1v#<9mrz2pbA){3@=_QK6oIQ2r`%-RV-jI=xN&HI@*Z@%~D z*Jw11VBG!WkEt)}5c-=jwGpZk8~1^DhzvA_48agBVN8Hovc$ABCZ**uSwMzNB%b{l7LPkBT?SM}qN-AW8VXe-Ha2~W_t)|@ol6oTwlEydvfZYzT zYXWIFC#uc*4gsO?dGi*rv5qa%^{|t|rtOhQLfu}R)(wKQ8MfFn<(q zu|v&C)7CA1z>oGrOxQEi1b^CNIg>rzJZ@EuhhMUbx}=J}JOr8WmC=0ro7lRT!$ho{u2yin7t&1cb<*ASYM z^Rgk%g4(-ur$vNlYhK993><6@bUARuS%Bhn4`>MY-v^l#$Z9$rXimwCHvyz?4{t|p zC9fC~_pBH~)hCFa!me!8A{9_xo|Eo>E+a1zNFWxmCLKYltnYy&T&dkQ-2B@J!*E>y zCIS~|CkaCW)$K{*o(^LeRWNAB`0Z=QHsPQJ_|O|7cwhi0`f;B5f)H)TW4ay#l^f^YUcQF$k^zOX+^Qizx6zKcr_e z;KGk;kR;er3uFrSq=qO1lOG8THI`w(Di6~STRK4ZHZ?us3#K1UW+{cT3mmwtFR?UZ z{NKdj>G6+8hqO!%5@U1nvw(C7y+!DF96H3Uam&0h9;hVZef{Gu_&t)*lhZm}*?7jx z9MwS0aOhFfu=S&m_#lpWCg;aCIW0w?#w-qN)e=_)sM6#5pwD()#=F3mg{ zS?%gu?pp0itTiRd&F$s(?&5{g%;TZumgT;mVk_+@7NX_)#vh`K(Ff_`FlZh)zMTH~ zVxDrK;2O*+{mZi4u&#cJp8xSM%6^;{Mf^#OT^}yB< zqj@K21>zyfLyMmUJ}=Bdr9mx-mtJC!JOPTf13_6`xy%YD%E$SnLTrs zc!Z`+8+t(sPq36s;1s-+E_(+Z?0}&9+69%to}!6>oQU%tKv@$WJ*O%h4}R!|2~Vl# zM}k?iNXp}vLK{F&t)mzwo_0UP`+??58OQZyrU+fcoSgD}L33HASf#_@X!BdP>Jgr6 zPd9C$@gtVg@&&%FpY{~q4E8s1yDR=l&y^BTdnXYD?Om(`Bb^(4HvsD8NHd3(8u9Bi&2W;MM)yNhaL8N+nk{9Rq6{jvH z859r$tS{ei9E+ca!<@Scj$J>Hc8sh=KBRF_WH@mb;8&3ZLHJix1bL$o35|cDeHA$- z>@Il4!AH3Y0k^T=l!=yO? literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..677e5ca4aae7bcf982de251fd71a5832b479a08d GIT binary patch literal 220 zcmX@j%ge<81l1mQGem*(V-N=h7@>^M96-i&h7^V zqnP5%l2qM-#N_P6^wi>*g3JPapvieD`9=DfDS3(dP?`9Y#F9k4g34PQHo5sJr8%i~ cMQlJjLC!1&`QigJBO~JtKH*00A{HPQ0P_ew8~^|S literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6341d4d106801a4c112853766743afebae449494 GIT binary patch literal 158852 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%0DUQUe(dO0;AXylp_^m1wj z&^R~eLJe9Af(Gqef(ET6K`*EC0J^ocU-Je~@J!x>SC+HP<13|CIP6UncjRcMGO$3eb%><3` zEd;$HI}`MZ>_X5h@>YUgk+%`_ioBhmS7cX$X2Tr>&4z9S&4xP(nhkdmG#j!Bnhkdo z^oqQPpjYI*1Wk$i2$~Z26Er0rAZSW-C+KDQAVDLS5HxZ<2pYME2pYMb1dZIo1dZGy z1dZII1dZHd1dZI|1dZGi1dZI21dZHN1dZI&1dZG?1dUt{K_l0TppolM(8%>6Xyp15 zG;;k28oB-ijobi&Ms6TMBR7bkksD0V$PFQAEE3x#0wj+z5h3ZX`h?H;SN< z8%@y2jUi~{#u7Ag;|LnL@dSiilc?-fj?j;VUIH*=f0Crybh1Wk#p1Wk!;1Wk$U1Wk!&37Qhm5i}*9CumB% zK+u$Uk)SE@5a(f6GxxEC9+&+RvZa+aIcYvUgJ4n#T z{g0rL`;wrM`--5E`l{Yuct{YKEp{Z7!x{Xx*k{YlWs{YB8o{Y}uw{X@{mr9L$G67A6PY2>m98o4w< zBUgZ+kt;~h$Q2@JcML%zSAw9CD@oAE9ZS&2l_F^5 zN)t44We6I%vILD>If6#6JV7H@fuNDANYKbtB533)6Et#F2pYMn1dUuZf<~@7K_gd# zppiR{fXE%G^J|!VP%xG1QT1p$zna{WrbI1*ro{0CO^Fi-ni91Mni3}xG$l?VXiA(+ z(3CiZpea#@peb=GK~v&1f~Lgj1Wk!E2$~XS5;P^wB4|pSP0*C6OVE_4N6?fwhoC7@ zpP(txfS@VSkf15ih@dIan4l@qgrFC5Q-VgW89^i0oS>0wLD0yZOVG%*BxvN$BWUDW z5j1k=6Et$I2^zTz2pYKy2^zVJ2pYMI2^zUJ1dUu~{igY{SM2tx#x5X^URu#Kez^CcX> zGQx0y<%AIeD+o^rtR##SSVb5mu$r*XT!&^aYY3yI#9G1_fpvtj0_zFm1U3-H3v484 zO*auHNQupai2_>)lLWRBCJSsMOcB^lm@4orVVb~m4t~O~2!1gTzhv;dGZ(xU2pYT> z2^zeY2pYVX2^zdt2pYUs2^zfD2zp9hCus2AAZYO3Bxvy7B53g5CTQ^9A!zV+5Hxr@ z2^ze23FGCYy+_bkeL&DyeMrz)eMHb$?ILKbb`vyKc?6Bs#||`B_<4&@oF#gmKPBi{ z{0~7-+J6aJmCp#{<@i1)=o$EepqFz#K{H|xK{H}6K{H|>L2J67pc!$1fQ&d&57;>Q z*z|xGR6E)p@F4f3C+U9#O|>rxde*)oXsUfp&{X?|psDsPK~wDzK~wEJf}ZH_3F9Rc zKM=I0KN2+eej;e@{Y=o@`-PwZ|COM*_ZvZT?{|Xc-XDbB=FFSK`;(w4@fSf;;%|bc z#6JX0iPT5#X^*Bv7C}=YP0&W7071`3L4roE5J4kXn4pm>LeR(+C1~V|5j1ke2^zU$ z2pYK(gz*x&l7tBYr3f0R(gY1u8G;6?EI|WRj-Y`mPtZVBAmmA)DiZW0S0d;stW3}| zR)wJTs7la-t47enuTIc(s6o(lIF6v{P?MnPP>Y~7J)WTHZ~{Top*BH}~5p0P6tTGO)#6C^**CTM=tC1`%sBWPUC zA!vToCun{&AZUIxBcOwhP+U#W1H6WyXYE>op4W~9 z&9mzWnrGJ&G|z4zXr6TBj_2slb|)di!ebFFPor=cQ-*3?;e82rBljRdBbN{~ay`%ACD3=a*q)-a*q=oJ_52RDMChd+{_=`f0*=`fn0=`e<%=`fa{H62ILbQn+2beKTU zW0^?MbeKfYgPTmybeKZWbeKxebeKlabeK-ibeKWV^N~x?Gd7c;HJwG6Ao($yp!qR} zp!qSEpmCW;(EONB(EM0H(EM0P&3H4 zVtTP`^CZtt_dNAkrhE}hYx$y{SMj`>=O=hx+w+q=KiTus=>@XuV!EBFTQV=pwjlKg z^99Z!ED)$qSSZkdut=aGVX;6X!V&{V=#v`PO+Gh$(i2DBCpG4tmddW15S9rvB`g zR)IEz?E-BH&k0;YcwXRALNECXQ|$<^ONq+}vjr|E%n@i$cthX{!m9!u9P~6DMCv{K z=<$_~TrOTk&|JKlpt*PrL38n1g63jJg686N1mvRG?ezprnHvb2GMxyTGB*-5Wo{y9 zhTKfh47r7%3DKFL@$W*=_}@y<_}@m*_}@;@_;)2}{O=%alcViM(1f^?@S>Esi=ffX zCd`r&cN69c+(URp;9f$Gds5neD8_v~DNs>x{R=v~_c7 zeq*L_X(l60j+xqJ5k?8531bBc5GDZ9*#!Z*y+T~LNJ1gvrqCCp2CGT3(Q}Q_ZFVYg_;1T5i|i#Cujnk zLC^#^lb{K37C{r>Y=S00U4kY+J%T2{IRu*k>FoLdJv$A!P-EYaps{a6(AYO7*x0AD zn*elsO}Ws9J)PamTiBcnZN$^rExd)TxlqG$fw!;?7wVaB>n*&53+bBI{OxHVP`JfFBef4Z{e+6sMq6d1P%P{Ug@q}sMq5i z-oiV%P+R4@2-+%V6ZE3In_w@>boM;}P2PLCP_M`P2$~=F6ZCp~fS}i7cY`Bn;@nM2qkB<;E!jA%UdyjFUHp7n-v>ASapv~};guN2IrvSRW zr@3&SEPTdWn8StIFZUv7ta}r*U+zP&{j&KhoCF(i^A|V?+Bx?pXy-hDplL9WplL9O zpe@8;fF9BiF4SguC_&R;7(vruI6>231VPhaBtg?)6hYHqG(r32F$C?G#}YIb#t}3Z z#uGFbCJ?k=o=DJsc@jYrVlqJ!VhTa8`>6muSu?p%BRY$q5uHuYk=7h<^|@TA!JJ3X zV9qCKFc%Osmj)am^#l#(1_FY4q~581@;_5z^-=du8@VUVl1&87lFbCok}Uumg>?2I zOzVxo_nxN?W&8|GYx%mKkM%s)^W~ne^!!=RpYwc&=Q}pc8Ky^ZUff|G>1dbzg5U5GGQlJ*$DuLq(R|}j#xJIBh;aY(c2^|GaB3vhM zGU0lGQwTQ*)FE^dIF)dtz-fSXCd+yjF)#T!V|(Q1;4jCW?mW?Not#0??_r!t$d=om zvmE55A9>s)$k~|J1gYzmx!>=vN6@dioI}tZ)+gxKTpAGcYc3559ZlU$r5h3SYc7om z`Zbp(gqviQrUd<(OEW?jDbbv8n?MUfSAla0-2_?^?h-hUpkH%oMbNLgoKMix+nS(X zbGd+^Uvs&TpkH&ji14uN_F{s5&7}=Nzvj}G@T9DA2|>T+a;by7^j!~|bKK6&C$~!2 zFLRKW?tzb* zS@%9~-I1APUGFx_M!982>WvyCKbhXB+HpsBuawSShMj0vvCr+$R5bOyyRZtIGn?OQ zbAB)UjmfN#d#}##ji-NU$4Mca)pT|NfZeQVUAeG_T(o5z^u$fv-lg~hj%7m|G1OSO z!1DXxdo1OhCEa9W6&%^0b|b%wKKj}$tS@P@!yguMc1JCL(A6iHFnS<+7m)pH<) z2I0?+o)g&qd3YXMKeUB-Y}_EQy(94_UmFItZ&Qx3M$VGYWv7h^4+}JLU~92|EUuKM z&VI7FKL`)hn>n-P_KwE`@#cXY>^IC@R4rh7QMKaoVz@qY#_pTCM7qB7<0X4G43Z_S z4_mTns4Tf4Ub1(Yu5)3$WPk6Cvd%^El6`~5$dZfWCHtpLkR@&6C3}ZVlO=8ACHuzN zb<)|FV2K`e2bQvDZyQ>UD?=NBhm==w9rKsUFm0RXbapq-Q$J*U*UxSr>FiH1t>wS= z{E+8=d7ke^2;a;0JC@%BeTP{!1ip$NULgKd;2djR?S)Rx*UIX2eQ|N17?^~H5?|{a_t=F zK+e*@KBiF3!1Bjn#ae;w9f;r`AKD=NsreI}CBMnR*LEN~7=+V%Vqp1WF~~Z}S@MR| z|75}nfl~-81?mvq6gbs^>}zO0v)$7oLnTjlmQ0cr&u}0s4#Qu)Khs&VN(!CjKnr0s zes*LS2GxxWS7*J*@YZ?*nxw@7gs~yf>@>B%7sj)V0^2(RqszvTAx2GTvcaXeH)u-4 z2KSD@Cpwx%hL1xu4{apQQ;X2-#dmIKBhk*Z3~dyKmFGo<52CaRZS<@ob%~9VKh0r$ zd6ZqE`GdmY&clj)tZVIl84Ec9`XtQuJ+(5GlJ#!2i#7;z;(6h0@ z8zVy_b5m$@kkB_fOMWq1G;oUpIRo~?TAf3iiw?32O=>b3>3nO1Q}7Y0+laP$^Kl%v zhqhpfv96J!=eQ%Z`4f$G3vJ;%V|NCYKV_L2>D>jhLohw0 zo^E;4T{^CZ9oW6)PsiBik-+w@#4zSjXUT)I;$se^nyYh6p~pj8g=Bt$CRJaLt`D49T}3cPhk1E_|vg{1KYbEoln2e zHXwKVM}~3(LfeSvD+2?|pNahrqS*tU)gNbJFcAlwKNANsB(S}k(3uU53|TTPGBnl0 zoh2j81`UjGAmf=u!$%t&=`cwox}zLOsaZqOwv2K36Y6$gAaZ4_Gf9IjII!`7<T1KHz13`|x>hF)V$XoIF1TN~P7 zWc<3&h9F|=LmP&DY@o@dyaeIdNHmp8?Hh`=VN+;BaCvVIZ5Y~>EujrZ)37zP5jb_* zXtLwwsP%TD-SJ3VLC=OZ0%Q8;LK}{T>iNL(7ofp?A+UX;Q0~RZ&=0;8+Gw2BmqQzc zA;l|!A$EsrQDKiyOFoq0PZn zyWd&zU)jR}2Xap4_BMqMhBgnW^uN&NV{rOqXp3;genpe>G#M*@O|&&$jJD^S!17mM zDEDn(`<5U;hiJ0FSs2=WN36%cEk6XdZz-DIA46M)Q}vUxWQv@YpB>0) zS%wD`ztE&6i_nGs8sf|~xJ&sh#Mz6H1iuq)oo)U8pvfjzp&|T}XbY~wfcCG@R%6$H zhqe+Y=AY2k;I1$AoBw=o-x{=0SZAOo0LpCHO7jDwgFvUvCuZ6=`9{u{u&JPj&YW}D>W|RKx({sz>$UmO_H=33T!^= zp+HIQOb&7LC{v|liS`iJW9(Eaw5>Rt(ll9lE6z`u2)7}D%M$Gtx8t_6Twwciu$S`A zlK13fRB&KV#{L{!auoy1Ux(zV6xe?IUSs9R&|_DL3>{e2&}_?Gjb;xmckEnKusRV( zvA-X3qz26voHGaw#c@Piu>VwZ-&PZ*_ieSpUFKqp0pp6Xv36Vz0n9m10j&&Pf7^?~i_i>~DcXUTS1v6BN?aUs(G#>hq(yNM=8Fc(R4bA*fL zo7So`P+O}mEMWGQ+A|Pit6OQZrDdq=ZA28@zZ`M8Ju-|fy9TyrAbR{eXtKdoXvMk_ z?FLulg1a-YJ%e+N-4)pW)o4$%BSQr54s8wgaSu&)ybZO!muPpq7AxNu*q)(ydT@VW z``4opdmyw8I9=UC+lcT#7}%bn7)T^ETbX&bXXp{(pd*e5nkEI!h@f_@qkTB=5cg)I zJq*`;PnuL~2=HN|Jx5#7NjyT6fLQ*_Ule&yYRy;$Lf-8*W&}_lk!_ZRoBBJ1)5vX+Uzz+0A8`&qc zzI}}K4Q$Uybd~)AJJ1&=rhj027ok5MK$BWe$Hg%)MwA>B;_TtLzZ)DQy3ipGlfTVI z4GeW)+lvDO(Vq+pZ5x{K;eqWLg^PSdU%It3j#YZ1`nkcMurG23T-U9kXjAZ{Z?m&xw^U?{1F6VVv}#*Jn}(y>7TR>YceEX*z527^ z@)1$JOI`i$2D%O8yg9BnfPX>6<_`A8=JG@9gBD~@XnoPu z?WNiJEtrbr+DEh-?2Fj!4{acB_wf$Q+A&_<#K|C%Nh zT#n1+8=|e?ctqse!1m0;%7+3wI3ABjzN5(o*8;yMVuO3;<7)aLu!B=D6#6l+z3VV! z`YEu3Q_+9^OtU*#XrHb865&9M|9&OfJuk%h|1C1y!T%oE!5O$_|DefUM&d^4Pomx6 zB2@7&niL$3zU*&@$)~2Ifza%jgmu)WN|l{uzRiO^PK zj8ihOJ*%;YVQS1PcBYjG5%X|^Vd`e5ZUL>rCOxNOSOq+nm%K9!4bAl5D)p&gx8 zaF`5{cDSMgdvJT!BDj^DB}1i9We0KwHsgF&32h7NQ8hB$XIG01JE-m~874cZ;XvA} zMH6#O4}Bca_R!`R0nJYyxDUFvD`%$FJ78Kr0K1}g##33xrjk69U}igqFpcs@>JjQC zMNN_kYb5h@@FV8Ab_)zNdtU`tDk1(`9^~Suy4?WgB`~Eu<#3Mlf60=e& z@0iY=AHE~$k^R8^ojd25JK=}&3iNm=Nrs?6+I*2J>4=xEcZSit9Ub^FD0A7~kWer|7<7F#ew&UeFyu5&ym+DwsI#sgl?t;bpwB22}M4!99E09&F)aQ1pP`Xg5 z?+T}ilr&nTfSE2T)5Qv!>EbedOd&H}LZ(X=Hq*z-bg3d{y0lD}DQc$6%5=G6X1aW; z$gzF0zpGHZQ0ea~%5E<=ebPJh2_c$}%Ql`(VX{K9c$;|m# zwai>=ox33Gcr$mQ&Rvvsf|U*=y66V%Gfdnw`Ba-43(Y>+B8b z%P`wXXKyr5dCjbOY-$VNoNkX<^8nS(c1~Y`S<_V5*;~^cFl(Ny+S%LFSDM)$3S6C4 MGTp0~eMbEM0FR|pQvd(} literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..c855a4d --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,118 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Any, Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b'', 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b'' + if labels: + if not labels[-1]: + trailing_dot = b'.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b'.' + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b'.'.join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + if not isinstance(data, str): + data = str(data, 'ascii') + + labels = _unicode_dots_re.split(data) + trailing_dot = '' + if labels: + if not labels[-1]: + trailing_dot = '.' + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = '.' + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = '.'.join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != 'idna2008': + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + +codecs.register(search_function) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..0dae61a --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,395 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('L'), ord('D')]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos+1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + elif joining_type in [ord('R'), ord('D')]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200d: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00b7: + if 0 < pos < len(label)-1: + if ord(label[pos - 1]) == 0x006c and ord(label[pos + 1]) == 0x006c: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label)-1 and len(label) > 1: + return _is_script(label[pos + 1], 'Greek') + return False + + elif cp_value == 0x05f3 or cp_value == 0x05f4: + if pos > 0: + return _is_script(label[pos - 1], 'Hebrew') + return False + + elif cp_value == 0x30fb: + for cp in label: + if cp == '\u30fb': + continue + if _is_script(cp, 'Hiragana') or _is_script(cp, 'Katakana') or _is_script(cp, 'Han'): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6f0 <= ord(cp) <= 0x06f9: + return False + return True + + elif 0x6f0 <= cp_value <= 0x6f9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode('utf-8') + if len(label) == 0: + raise IDNAError('Empty Label') + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for (pos, cp) in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes['PVALID']): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTJ']): + if not valid_contextj(label, pos): + raise InvalidCodepointContext('Joiner {} not allowed at position {} in {}'.format( + _unot(cp_value), pos+1, repr(label))) + elif intranges_contain(cp_value, idnadata.codepoint_classes['CONTEXTO']): + if not valid_contexto(label, pos): + raise InvalidCodepointContext('Codepoint {} not allowed at position {} in {}'.format(_unot(cp_value), pos+1, repr(label))) + else: + raise InvalidCodepoint('Codepoint {} at position {} of {} not allowed'.format(_unot(cp_value), pos+1, repr(label))) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode('ascii') + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + return label_bytes + except UnicodeEncodeError: + pass + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] + if (status == 'V' or + (status == 'D' and not transitional) or + (status == '3' and not std3_rules and replacement is None)): + output += char + elif replacement is not None and (status == 'M' or + (status == '3' and not std3_rules) or + (status == 'D' and transitional)): + output += replacement + elif status != 'I': + raise IndexError() + except IndexError: + raise InvalidCodepoint( + 'Codepoint {} not allowed at position {} in {}'.format( + _unot(code_point), pos + 1, repr(domain))) + + return unicodedata.normalize('NFC', output) + + +def encode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False, transitional: bool = False) -> bytes: + if not isinstance(s, str): + try: + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('should pass a unicode string to the function rather than a byte string.') + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split('.') + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if labels[-1] == '': + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append(b'') + s = b'.'.join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError('Domain too long') + return s + + +def decode(s: Union[str, bytes, bytearray], strict: bool = False, uts46: bool = False, std3_rules: bool = False) -> str: + try: + if not isinstance(s, str): + s = str(s, 'ascii') + except UnicodeDecodeError: + raise IDNAError('Invalid ASCII in A-label') + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split('.') + if not labels or labels == ['']: + raise IDNAError('Empty domain') + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError('Empty label') + if trailing_dot: + result.append('') + return '.'.join(result) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..c61dcf9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4245 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.1.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x2f8000002fa1e, + 0x300000003134b, + 0x31350000323b0, + ), + 'Hebrew': ( + 0x591000005c8, + 0x5d0000005eb, + 0x5ef000005f5, + 0xfb1d0000fb37, + 0xfb380000fb3d, + 0xfb3e0000fb3f, + 0xfb400000fb42, + 0xfb430000fb45, + 0xfb460000fb50, + ), + 'Hiragana': ( + 0x304100003097, + 0x309d000030a0, + 0x1b0010001b120, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1f2000001f201, + ), + 'Katakana': ( + 0x30a1000030fb, + 0x30fd00003100, + 0x31f000003200, + 0x32d0000032ff, + 0x330000003358, + 0xff660000ff70, + 0xff710000ff9e, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b001, + 0x1b1200001b123, + 0x1b1550001b156, + 0x1b1640001b168, + ), +} +joining_types = { + 0xad: 84, + 0x300: 84, + 0x301: 84, + 0x302: 84, + 0x303: 84, + 0x304: 84, + 0x305: 84, + 0x306: 84, + 0x307: 84, + 0x308: 84, + 0x309: 84, + 0x30a: 84, + 0x30b: 84, + 0x30c: 84, + 0x30d: 84, + 0x30e: 84, + 0x30f: 84, + 0x310: 84, + 0x311: 84, + 0x312: 84, + 0x313: 84, + 0x314: 84, + 0x315: 84, + 0x316: 84, + 0x317: 84, + 0x318: 84, + 0x319: 84, + 0x31a: 84, + 0x31b: 84, + 0x31c: 84, + 0x31d: 84, + 0x31e: 84, + 0x31f: 84, + 0x320: 84, + 0x321: 84, + 0x322: 84, + 0x323: 84, + 0x324: 84, + 0x325: 84, + 0x326: 84, + 0x327: 84, + 0x328: 84, + 0x329: 84, + 0x32a: 84, + 0x32b: 84, + 0x32c: 84, + 0x32d: 84, + 0x32e: 84, + 0x32f: 84, + 0x330: 84, + 0x331: 84, + 0x332: 84, + 0x333: 84, + 0x334: 84, + 0x335: 84, + 0x336: 84, + 0x337: 84, + 0x338: 84, + 0x339: 84, + 0x33a: 84, + 0x33b: 84, + 0x33c: 84, + 0x33d: 84, + 0x33e: 84, + 0x33f: 84, + 0x340: 84, + 0x341: 84, + 0x342: 84, + 0x343: 84, + 0x344: 84, + 0x345: 84, + 0x346: 84, + 0x347: 84, + 0x348: 84, + 0x349: 84, + 0x34a: 84, + 0x34b: 84, + 0x34c: 84, + 0x34d: 84, + 0x34e: 84, + 0x34f: 84, + 0x350: 84, + 0x351: 84, + 0x352: 84, + 0x353: 84, + 0x354: 84, + 0x355: 84, + 0x356: 84, + 0x357: 84, + 0x358: 84, + 0x359: 84, + 0x35a: 84, + 0x35b: 84, + 0x35c: 84, + 0x35d: 84, + 0x35e: 84, + 0x35f: 84, + 0x360: 84, + 0x361: 84, + 0x362: 84, + 0x363: 84, + 0x364: 84, + 0x365: 84, + 0x366: 84, + 0x367: 84, + 0x368: 84, + 0x369: 84, + 0x36a: 84, + 0x36b: 84, + 0x36c: 84, + 0x36d: 84, + 0x36e: 84, + 0x36f: 84, + 0x483: 84, + 0x484: 84, + 0x485: 84, + 0x486: 84, + 0x487: 84, + 0x488: 84, + 0x489: 84, + 0x591: 84, + 0x592: 84, + 0x593: 84, + 0x594: 84, + 0x595: 84, + 0x596: 84, + 0x597: 84, + 0x598: 84, + 0x599: 84, + 0x59a: 84, + 0x59b: 84, + 0x59c: 84, + 0x59d: 84, + 0x59e: 84, + 0x59f: 84, + 0x5a0: 84, + 0x5a1: 84, + 0x5a2: 84, + 0x5a3: 84, + 0x5a4: 84, + 0x5a5: 84, + 0x5a6: 84, + 0x5a7: 84, + 0x5a8: 84, + 0x5a9: 84, + 0x5aa: 84, + 0x5ab: 84, + 0x5ac: 84, + 0x5ad: 84, + 0x5ae: 84, + 0x5af: 84, + 0x5b0: 84, + 0x5b1: 84, + 0x5b2: 84, + 0x5b3: 84, + 0x5b4: 84, + 0x5b5: 84, + 0x5b6: 84, + 0x5b7: 84, + 0x5b8: 84, + 0x5b9: 84, + 0x5ba: 84, + 0x5bb: 84, + 0x5bc: 84, + 0x5bd: 84, + 0x5bf: 84, + 0x5c1: 84, + 0x5c2: 84, + 0x5c4: 84, + 0x5c5: 84, + 0x5c7: 84, + 0x610: 84, + 0x611: 84, + 0x612: 84, + 0x613: 84, + 0x614: 84, + 0x615: 84, + 0x616: 84, + 0x617: 84, + 0x618: 84, + 0x619: 84, + 0x61a: 84, + 0x61c: 84, + 0x620: 68, + 0x622: 82, + 0x623: 82, + 0x624: 82, + 0x625: 82, + 0x626: 68, + 0x627: 82, + 0x628: 68, + 0x629: 82, + 0x62a: 68, + 0x62b: 68, + 0x62c: 68, + 0x62d: 68, + 0x62e: 68, + 0x62f: 82, + 0x630: 82, + 0x631: 82, + 0x632: 82, + 0x633: 68, + 0x634: 68, + 0x635: 68, + 0x636: 68, + 0x637: 68, + 0x638: 68, + 0x639: 68, + 0x63a: 68, + 0x63b: 68, + 0x63c: 68, + 0x63d: 68, + 0x63e: 68, + 0x63f: 68, + 0x640: 67, + 0x641: 68, + 0x642: 68, + 0x643: 68, + 0x644: 68, + 0x645: 68, + 0x646: 68, + 0x647: 68, + 0x648: 82, + 0x649: 68, + 0x64a: 68, + 0x64b: 84, + 0x64c: 84, + 0x64d: 84, + 0x64e: 84, + 0x64f: 84, + 0x650: 84, + 0x651: 84, + 0x652: 84, + 0x653: 84, + 0x654: 84, + 0x655: 84, + 0x656: 84, + 0x657: 84, + 0x658: 84, + 0x659: 84, + 0x65a: 84, + 0x65b: 84, + 0x65c: 84, + 0x65d: 84, + 0x65e: 84, + 0x65f: 84, + 0x66e: 68, + 0x66f: 68, + 0x670: 84, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x675: 82, + 0x676: 82, + 0x677: 82, + 0x678: 68, + 0x679: 68, + 0x67a: 68, + 0x67b: 68, + 0x67c: 68, + 0x67d: 68, + 0x67e: 68, + 0x67f: 68, + 0x680: 68, + 0x681: 68, + 0x682: 68, + 0x683: 68, + 0x684: 68, + 0x685: 68, + 0x686: 68, + 0x687: 68, + 0x688: 82, + 0x689: 82, + 0x68a: 82, + 0x68b: 82, + 0x68c: 82, + 0x68d: 82, + 0x68e: 82, + 0x68f: 82, + 0x690: 82, + 0x691: 82, + 0x692: 82, + 0x693: 82, + 0x694: 82, + 0x695: 82, + 0x696: 82, + 0x697: 82, + 0x698: 82, + 0x699: 82, + 0x69a: 68, + 0x69b: 68, + 0x69c: 68, + 0x69d: 68, + 0x69e: 68, + 0x69f: 68, + 0x6a0: 68, + 0x6a1: 68, + 0x6a2: 68, + 0x6a3: 68, + 0x6a4: 68, + 0x6a5: 68, + 0x6a6: 68, + 0x6a7: 68, + 0x6a8: 68, + 0x6a9: 68, + 0x6aa: 68, + 0x6ab: 68, + 0x6ac: 68, + 0x6ad: 68, + 0x6ae: 68, + 0x6af: 68, + 0x6b0: 68, + 0x6b1: 68, + 0x6b2: 68, + 0x6b3: 68, + 0x6b4: 68, + 0x6b5: 68, + 0x6b6: 68, + 0x6b7: 68, + 0x6b8: 68, + 0x6b9: 68, + 0x6ba: 68, + 0x6bb: 68, + 0x6bc: 68, + 0x6bd: 68, + 0x6be: 68, + 0x6bf: 68, + 0x6c0: 82, + 0x6c1: 68, + 0x6c2: 68, + 0x6c3: 82, + 0x6c4: 82, + 0x6c5: 82, + 0x6c6: 82, + 0x6c7: 82, + 0x6c8: 82, + 0x6c9: 82, + 0x6ca: 82, + 0x6cb: 82, + 0x6cc: 68, + 0x6cd: 82, + 0x6ce: 68, + 0x6cf: 82, + 0x6d0: 68, + 0x6d1: 68, + 0x6d2: 82, + 0x6d3: 82, + 0x6d5: 82, + 0x6d6: 84, + 0x6d7: 84, + 0x6d8: 84, + 0x6d9: 84, + 0x6da: 84, + 0x6db: 84, + 0x6dc: 84, + 0x6df: 84, + 0x6e0: 84, + 0x6e1: 84, + 0x6e2: 84, + 0x6e3: 84, + 0x6e4: 84, + 0x6e7: 84, + 0x6e8: 84, + 0x6ea: 84, + 0x6eb: 84, + 0x6ec: 84, + 0x6ed: 84, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 0x711: 84, + 0x712: 68, + 0x713: 68, + 0x714: 68, + 0x715: 82, + 0x716: 82, + 0x717: 82, + 0x718: 82, + 0x719: 82, + 0x71a: 68, + 0x71b: 68, + 0x71c: 68, + 0x71d: 68, + 0x71e: 82, + 0x71f: 68, + 0x720: 68, + 0x721: 68, + 0x722: 68, + 0x723: 68, + 0x724: 68, + 0x725: 68, + 0x726: 68, + 0x727: 68, + 0x728: 82, + 0x729: 68, + 0x72a: 82, + 0x72b: 68, + 0x72c: 82, + 0x72d: 68, + 0x72e: 68, + 0x72f: 82, + 0x730: 84, + 0x731: 84, + 0x732: 84, + 0x733: 84, + 0x734: 84, + 0x735: 84, + 0x736: 84, + 0x737: 84, + 0x738: 84, + 0x739: 84, + 0x73a: 84, + 0x73b: 84, + 0x73c: 84, + 0x73d: 84, + 0x73e: 84, + 0x73f: 84, + 0x740: 84, + 0x741: 84, + 0x742: 84, + 0x743: 84, + 0x744: 84, + 0x745: 84, + 0x746: 84, + 0x747: 84, + 0x748: 84, + 0x749: 84, + 0x74a: 84, + 0x74d: 82, + 0x74e: 68, + 0x74f: 68, + 0x750: 68, + 0x751: 68, + 0x752: 68, + 0x753: 68, + 0x754: 68, + 0x755: 68, + 0x756: 68, + 0x757: 68, + 0x758: 68, + 0x759: 82, + 0x75a: 82, + 0x75b: 82, + 0x75c: 68, + 0x75d: 68, + 0x75e: 68, + 0x75f: 68, + 0x760: 68, + 0x761: 68, + 0x762: 68, + 0x763: 68, + 0x764: 68, + 0x765: 68, + 0x766: 68, + 0x767: 68, + 0x768: 68, + 0x769: 68, + 0x76a: 68, + 0x76b: 82, + 0x76c: 82, + 0x76d: 68, + 0x76e: 68, + 0x76f: 68, + 0x770: 68, + 0x771: 82, + 0x772: 68, + 0x773: 82, + 0x774: 82, + 0x775: 68, + 0x776: 68, + 0x777: 68, + 0x778: 82, + 0x779: 82, + 0x77a: 68, + 0x77b: 68, + 0x77c: 68, + 0x77d: 68, + 0x77e: 68, + 0x77f: 68, + 0x7a6: 84, + 0x7a7: 84, + 0x7a8: 84, + 0x7a9: 84, + 0x7aa: 84, + 0x7ab: 84, + 0x7ac: 84, + 0x7ad: 84, + 0x7ae: 84, + 0x7af: 84, + 0x7b0: 84, + 0x7ca: 68, + 0x7cb: 68, + 0x7cc: 68, + 0x7cd: 68, + 0x7ce: 68, + 0x7cf: 68, + 0x7d0: 68, + 0x7d1: 68, + 0x7d2: 68, + 0x7d3: 68, + 0x7d4: 68, + 0x7d5: 68, + 0x7d6: 68, + 0x7d7: 68, + 0x7d8: 68, + 0x7d9: 68, + 0x7da: 68, + 0x7db: 68, + 0x7dc: 68, + 0x7dd: 68, + 0x7de: 68, + 0x7df: 68, + 0x7e0: 68, + 0x7e1: 68, + 0x7e2: 68, + 0x7e3: 68, + 0x7e4: 68, + 0x7e5: 68, + 0x7e6: 68, + 0x7e7: 68, + 0x7e8: 68, + 0x7e9: 68, + 0x7ea: 68, + 0x7eb: 84, + 0x7ec: 84, + 0x7ed: 84, + 0x7ee: 84, + 0x7ef: 84, + 0x7f0: 84, + 0x7f1: 84, + 0x7f2: 84, + 0x7f3: 84, + 0x7fa: 67, + 0x7fd: 84, + 0x816: 84, + 0x817: 84, + 0x818: 84, + 0x819: 84, + 0x81b: 84, + 0x81c: 84, + 0x81d: 84, + 0x81e: 84, + 0x81f: 84, + 0x820: 84, + 0x821: 84, + 0x822: 84, + 0x823: 84, + 0x825: 84, + 0x826: 84, + 0x827: 84, + 0x829: 84, + 0x82a: 84, + 0x82b: 84, + 0x82c: 84, + 0x82d: 84, + 0x840: 82, + 0x841: 68, + 0x842: 68, + 0x843: 68, + 0x844: 68, + 0x845: 68, + 0x846: 82, + 0x847: 82, + 0x848: 68, + 0x849: 82, + 0x84a: 68, + 0x84b: 68, + 0x84c: 68, + 0x84d: 68, + 0x84e: 68, + 0x84f: 68, + 0x850: 68, + 0x851: 68, + 0x852: 68, + 0x853: 68, + 0x854: 82, + 0x855: 68, + 0x856: 82, + 0x857: 82, + 0x858: 82, + 0x859: 84, + 0x85a: 84, + 0x85b: 84, + 0x860: 68, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x867: 82, + 0x868: 68, + 0x869: 82, + 0x86a: 82, + 0x870: 82, + 0x871: 82, + 0x872: 82, + 0x873: 82, + 0x874: 82, + 0x875: 82, + 0x876: 82, + 0x877: 82, + 0x878: 82, + 0x879: 82, + 0x87a: 82, + 0x87b: 82, + 0x87c: 82, + 0x87d: 82, + 0x87e: 82, + 0x87f: 82, + 0x880: 82, + 0x881: 82, + 0x882: 82, + 0x883: 67, + 0x884: 67, + 0x885: 67, + 0x886: 68, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x898: 84, + 0x899: 84, + 0x89a: 84, + 0x89b: 84, + 0x89c: 84, + 0x89d: 84, + 0x89e: 84, + 0x89f: 84, + 0x8a0: 68, + 0x8a1: 68, + 0x8a2: 68, + 0x8a3: 68, + 0x8a4: 68, + 0x8a5: 68, + 0x8a6: 68, + 0x8a7: 68, + 0x8a8: 68, + 0x8a9: 68, + 0x8aa: 82, + 0x8ab: 82, + 0x8ac: 82, + 0x8ae: 82, + 0x8af: 68, + 0x8b0: 68, + 0x8b1: 82, + 0x8b2: 82, + 0x8b3: 68, + 0x8b4: 68, + 0x8b5: 68, + 0x8b6: 68, + 0x8b7: 68, + 0x8b8: 68, + 0x8b9: 82, + 0x8ba: 68, + 0x8bb: 68, + 0x8bc: 68, + 0x8bd: 68, + 0x8be: 68, + 0x8bf: 68, + 0x8c0: 68, + 0x8c1: 68, + 0x8c2: 68, + 0x8c3: 68, + 0x8c4: 68, + 0x8c5: 68, + 0x8c6: 68, + 0x8c7: 68, + 0x8c8: 68, + 0x8ca: 84, + 0x8cb: 84, + 0x8cc: 84, + 0x8cd: 84, + 0x8ce: 84, + 0x8cf: 84, + 0x8d0: 84, + 0x8d1: 84, + 0x8d2: 84, + 0x8d3: 84, + 0x8d4: 84, + 0x8d5: 84, + 0x8d6: 84, + 0x8d7: 84, + 0x8d8: 84, + 0x8d9: 84, + 0x8da: 84, + 0x8db: 84, + 0x8dc: 84, + 0x8dd: 84, + 0x8de: 84, + 0x8df: 84, + 0x8e0: 84, + 0x8e1: 84, + 0x8e3: 84, + 0x8e4: 84, + 0x8e5: 84, + 0x8e6: 84, + 0x8e7: 84, + 0x8e8: 84, + 0x8e9: 84, + 0x8ea: 84, + 0x8eb: 84, + 0x8ec: 84, + 0x8ed: 84, + 0x8ee: 84, + 0x8ef: 84, + 0x8f0: 84, + 0x8f1: 84, + 0x8f2: 84, + 0x8f3: 84, + 0x8f4: 84, + 0x8f5: 84, + 0x8f6: 84, + 0x8f7: 84, + 0x8f8: 84, + 0x8f9: 84, + 0x8fa: 84, + 0x8fb: 84, + 0x8fc: 84, + 0x8fd: 84, + 0x8fe: 84, + 0x8ff: 84, + 0x900: 84, + 0x901: 84, + 0x902: 84, + 0x93a: 84, + 0x93c: 84, + 0x941: 84, + 0x942: 84, + 0x943: 84, + 0x944: 84, + 0x945: 84, + 0x946: 84, + 0x947: 84, + 0x948: 84, + 0x94d: 84, + 0x951: 84, + 0x952: 84, + 0x953: 84, + 0x954: 84, + 0x955: 84, + 0x956: 84, + 0x957: 84, + 0x962: 84, + 0x963: 84, + 0x981: 84, + 0x9bc: 84, + 0x9c1: 84, + 0x9c2: 84, + 0x9c3: 84, + 0x9c4: 84, + 0x9cd: 84, + 0x9e2: 84, + 0x9e3: 84, + 0x9fe: 84, + 0xa01: 84, + 0xa02: 84, + 0xa3c: 84, + 0xa41: 84, + 0xa42: 84, + 0xa47: 84, + 0xa48: 84, + 0xa4b: 84, + 0xa4c: 84, + 0xa4d: 84, + 0xa51: 84, + 0xa70: 84, + 0xa71: 84, + 0xa75: 84, + 0xa81: 84, + 0xa82: 84, + 0xabc: 84, + 0xac1: 84, + 0xac2: 84, + 0xac3: 84, + 0xac4: 84, + 0xac5: 84, + 0xac7: 84, + 0xac8: 84, + 0xacd: 84, + 0xae2: 84, + 0xae3: 84, + 0xafa: 84, + 0xafb: 84, + 0xafc: 84, + 0xafd: 84, + 0xafe: 84, + 0xaff: 84, + 0xb01: 84, + 0xb3c: 84, + 0xb3f: 84, + 0xb41: 84, + 0xb42: 84, + 0xb43: 84, + 0xb44: 84, + 0xb4d: 84, + 0xb55: 84, + 0xb56: 84, + 0xb62: 84, + 0xb63: 84, + 0xb82: 84, + 0xbc0: 84, + 0xbcd: 84, + 0xc00: 84, + 0xc04: 84, + 0xc3c: 84, + 0xc3e: 84, + 0xc3f: 84, + 0xc40: 84, + 0xc46: 84, + 0xc47: 84, + 0xc48: 84, + 0xc4a: 84, + 0xc4b: 84, + 0xc4c: 84, + 0xc4d: 84, + 0xc55: 84, + 0xc56: 84, + 0xc62: 84, + 0xc63: 84, + 0xc81: 84, + 0xcbc: 84, + 0xcbf: 84, + 0xcc6: 84, + 0xccc: 84, + 0xccd: 84, + 0xce2: 84, + 0xce3: 84, + 0xd00: 84, + 0xd01: 84, + 0xd3b: 84, + 0xd3c: 84, + 0xd41: 84, + 0xd42: 84, + 0xd43: 84, + 0xd44: 84, + 0xd4d: 84, + 0xd62: 84, + 0xd63: 84, + 0xd81: 84, + 0xdca: 84, + 0xdd2: 84, + 0xdd3: 84, + 0xdd4: 84, + 0xdd6: 84, + 0xe31: 84, + 0xe34: 84, + 0xe35: 84, + 0xe36: 84, + 0xe37: 84, + 0xe38: 84, + 0xe39: 84, + 0xe3a: 84, + 0xe47: 84, + 0xe48: 84, + 0xe49: 84, + 0xe4a: 84, + 0xe4b: 84, + 0xe4c: 84, + 0xe4d: 84, + 0xe4e: 84, + 0xeb1: 84, + 0xeb4: 84, + 0xeb5: 84, + 0xeb6: 84, + 0xeb7: 84, + 0xeb8: 84, + 0xeb9: 84, + 0xeba: 84, + 0xebb: 84, + 0xebc: 84, + 0xec8: 84, + 0xec9: 84, + 0xeca: 84, + 0xecb: 84, + 0xecc: 84, + 0xecd: 84, + 0xece: 84, + 0xf18: 84, + 0xf19: 84, + 0xf35: 84, + 0xf37: 84, + 0xf39: 84, + 0xf71: 84, + 0xf72: 84, + 0xf73: 84, + 0xf74: 84, + 0xf75: 84, + 0xf76: 84, + 0xf77: 84, + 0xf78: 84, + 0xf79: 84, + 0xf7a: 84, + 0xf7b: 84, + 0xf7c: 84, + 0xf7d: 84, + 0xf7e: 84, + 0xf80: 84, + 0xf81: 84, + 0xf82: 84, + 0xf83: 84, + 0xf84: 84, + 0xf86: 84, + 0xf87: 84, + 0xf8d: 84, + 0xf8e: 84, + 0xf8f: 84, + 0xf90: 84, + 0xf91: 84, + 0xf92: 84, + 0xf93: 84, + 0xf94: 84, + 0xf95: 84, + 0xf96: 84, + 0xf97: 84, + 0xf99: 84, + 0xf9a: 84, + 0xf9b: 84, + 0xf9c: 84, + 0xf9d: 84, + 0xf9e: 84, + 0xf9f: 84, + 0xfa0: 84, + 0xfa1: 84, + 0xfa2: 84, + 0xfa3: 84, + 0xfa4: 84, + 0xfa5: 84, + 0xfa6: 84, + 0xfa7: 84, + 0xfa8: 84, + 0xfa9: 84, + 0xfaa: 84, + 0xfab: 84, + 0xfac: 84, + 0xfad: 84, + 0xfae: 84, + 0xfaf: 84, + 0xfb0: 84, + 0xfb1: 84, + 0xfb2: 84, + 0xfb3: 84, + 0xfb4: 84, + 0xfb5: 84, + 0xfb6: 84, + 0xfb7: 84, + 0xfb8: 84, + 0xfb9: 84, + 0xfba: 84, + 0xfbb: 84, + 0xfbc: 84, + 0xfc6: 84, + 0x102d: 84, + 0x102e: 84, + 0x102f: 84, + 0x1030: 84, + 0x1032: 84, + 0x1033: 84, + 0x1034: 84, + 0x1035: 84, + 0x1036: 84, + 0x1037: 84, + 0x1039: 84, + 0x103a: 84, + 0x103d: 84, + 0x103e: 84, + 0x1058: 84, + 0x1059: 84, + 0x105e: 84, + 0x105f: 84, + 0x1060: 84, + 0x1071: 84, + 0x1072: 84, + 0x1073: 84, + 0x1074: 84, + 0x1082: 84, + 0x1085: 84, + 0x1086: 84, + 0x108d: 84, + 0x109d: 84, + 0x135d: 84, + 0x135e: 84, + 0x135f: 84, + 0x1712: 84, + 0x1713: 84, + 0x1714: 84, + 0x1732: 84, + 0x1733: 84, + 0x1752: 84, + 0x1753: 84, + 0x1772: 84, + 0x1773: 84, + 0x17b4: 84, + 0x17b5: 84, + 0x17b7: 84, + 0x17b8: 84, + 0x17b9: 84, + 0x17ba: 84, + 0x17bb: 84, + 0x17bc: 84, + 0x17bd: 84, + 0x17c6: 84, + 0x17c9: 84, + 0x17ca: 84, + 0x17cb: 84, + 0x17cc: 84, + 0x17cd: 84, + 0x17ce: 84, + 0x17cf: 84, + 0x17d0: 84, + 0x17d1: 84, + 0x17d2: 84, + 0x17d3: 84, + 0x17dd: 84, + 0x1807: 68, + 0x180a: 67, + 0x180b: 84, + 0x180c: 84, + 0x180d: 84, + 0x180f: 84, + 0x1820: 68, + 0x1821: 68, + 0x1822: 68, + 0x1823: 68, + 0x1824: 68, + 0x1825: 68, + 0x1826: 68, + 0x1827: 68, + 0x1828: 68, + 0x1829: 68, + 0x182a: 68, + 0x182b: 68, + 0x182c: 68, + 0x182d: 68, + 0x182e: 68, + 0x182f: 68, + 0x1830: 68, + 0x1831: 68, + 0x1832: 68, + 0x1833: 68, + 0x1834: 68, + 0x1835: 68, + 0x1836: 68, + 0x1837: 68, + 0x1838: 68, + 0x1839: 68, + 0x183a: 68, + 0x183b: 68, + 0x183c: 68, + 0x183d: 68, + 0x183e: 68, + 0x183f: 68, + 0x1840: 68, + 0x1841: 68, + 0x1842: 68, + 0x1843: 68, + 0x1844: 68, + 0x1845: 68, + 0x1846: 68, + 0x1847: 68, + 0x1848: 68, + 0x1849: 68, + 0x184a: 68, + 0x184b: 68, + 0x184c: 68, + 0x184d: 68, + 0x184e: 68, + 0x184f: 68, + 0x1850: 68, + 0x1851: 68, + 0x1852: 68, + 0x1853: 68, + 0x1854: 68, + 0x1855: 68, + 0x1856: 68, + 0x1857: 68, + 0x1858: 68, + 0x1859: 68, + 0x185a: 68, + 0x185b: 68, + 0x185c: 68, + 0x185d: 68, + 0x185e: 68, + 0x185f: 68, + 0x1860: 68, + 0x1861: 68, + 0x1862: 68, + 0x1863: 68, + 0x1864: 68, + 0x1865: 68, + 0x1866: 68, + 0x1867: 68, + 0x1868: 68, + 0x1869: 68, + 0x186a: 68, + 0x186b: 68, + 0x186c: 68, + 0x186d: 68, + 0x186e: 68, + 0x186f: 68, + 0x1870: 68, + 0x1871: 68, + 0x1872: 68, + 0x1873: 68, + 0x1874: 68, + 0x1875: 68, + 0x1876: 68, + 0x1877: 68, + 0x1878: 68, + 0x1885: 84, + 0x1886: 84, + 0x1887: 68, + 0x1888: 68, + 0x1889: 68, + 0x188a: 68, + 0x188b: 68, + 0x188c: 68, + 0x188d: 68, + 0x188e: 68, + 0x188f: 68, + 0x1890: 68, + 0x1891: 68, + 0x1892: 68, + 0x1893: 68, + 0x1894: 68, + 0x1895: 68, + 0x1896: 68, + 0x1897: 68, + 0x1898: 68, + 0x1899: 68, + 0x189a: 68, + 0x189b: 68, + 0x189c: 68, + 0x189d: 68, + 0x189e: 68, + 0x189f: 68, + 0x18a0: 68, + 0x18a1: 68, + 0x18a2: 68, + 0x18a3: 68, + 0x18a4: 68, + 0x18a5: 68, + 0x18a6: 68, + 0x18a7: 68, + 0x18a8: 68, + 0x18a9: 84, + 0x18aa: 68, + 0x1920: 84, + 0x1921: 84, + 0x1922: 84, + 0x1927: 84, + 0x1928: 84, + 0x1932: 84, + 0x1939: 84, + 0x193a: 84, + 0x193b: 84, + 0x1a17: 84, + 0x1a18: 84, + 0x1a1b: 84, + 0x1a56: 84, + 0x1a58: 84, + 0x1a59: 84, + 0x1a5a: 84, + 0x1a5b: 84, + 0x1a5c: 84, + 0x1a5d: 84, + 0x1a5e: 84, + 0x1a60: 84, + 0x1a62: 84, + 0x1a65: 84, + 0x1a66: 84, + 0x1a67: 84, + 0x1a68: 84, + 0x1a69: 84, + 0x1a6a: 84, + 0x1a6b: 84, + 0x1a6c: 84, + 0x1a73: 84, + 0x1a74: 84, + 0x1a75: 84, + 0x1a76: 84, + 0x1a77: 84, + 0x1a78: 84, + 0x1a79: 84, + 0x1a7a: 84, + 0x1a7b: 84, + 0x1a7c: 84, + 0x1a7f: 84, + 0x1ab0: 84, + 0x1ab1: 84, + 0x1ab2: 84, + 0x1ab3: 84, + 0x1ab4: 84, + 0x1ab5: 84, + 0x1ab6: 84, + 0x1ab7: 84, + 0x1ab8: 84, + 0x1ab9: 84, + 0x1aba: 84, + 0x1abb: 84, + 0x1abc: 84, + 0x1abd: 84, + 0x1abe: 84, + 0x1abf: 84, + 0x1ac0: 84, + 0x1ac1: 84, + 0x1ac2: 84, + 0x1ac3: 84, + 0x1ac4: 84, + 0x1ac5: 84, + 0x1ac6: 84, + 0x1ac7: 84, + 0x1ac8: 84, + 0x1ac9: 84, + 0x1aca: 84, + 0x1acb: 84, + 0x1acc: 84, + 0x1acd: 84, + 0x1ace: 84, + 0x1b00: 84, + 0x1b01: 84, + 0x1b02: 84, + 0x1b03: 84, + 0x1b34: 84, + 0x1b36: 84, + 0x1b37: 84, + 0x1b38: 84, + 0x1b39: 84, + 0x1b3a: 84, + 0x1b3c: 84, + 0x1b42: 84, + 0x1b6b: 84, + 0x1b6c: 84, + 0x1b6d: 84, + 0x1b6e: 84, + 0x1b6f: 84, + 0x1b70: 84, + 0x1b71: 84, + 0x1b72: 84, + 0x1b73: 84, + 0x1b80: 84, + 0x1b81: 84, + 0x1ba2: 84, + 0x1ba3: 84, + 0x1ba4: 84, + 0x1ba5: 84, + 0x1ba8: 84, + 0x1ba9: 84, + 0x1bab: 84, + 0x1bac: 84, + 0x1bad: 84, + 0x1be6: 84, + 0x1be8: 84, + 0x1be9: 84, + 0x1bed: 84, + 0x1bef: 84, + 0x1bf0: 84, + 0x1bf1: 84, + 0x1c2c: 84, + 0x1c2d: 84, + 0x1c2e: 84, + 0x1c2f: 84, + 0x1c30: 84, + 0x1c31: 84, + 0x1c32: 84, + 0x1c33: 84, + 0x1c36: 84, + 0x1c37: 84, + 0x1cd0: 84, + 0x1cd1: 84, + 0x1cd2: 84, + 0x1cd4: 84, + 0x1cd5: 84, + 0x1cd6: 84, + 0x1cd7: 84, + 0x1cd8: 84, + 0x1cd9: 84, + 0x1cda: 84, + 0x1cdb: 84, + 0x1cdc: 84, + 0x1cdd: 84, + 0x1cde: 84, + 0x1cdf: 84, + 0x1ce0: 84, + 0x1ce2: 84, + 0x1ce3: 84, + 0x1ce4: 84, + 0x1ce5: 84, + 0x1ce6: 84, + 0x1ce7: 84, + 0x1ce8: 84, + 0x1ced: 84, + 0x1cf4: 84, + 0x1cf8: 84, + 0x1cf9: 84, + 0x1dc0: 84, + 0x1dc1: 84, + 0x1dc2: 84, + 0x1dc3: 84, + 0x1dc4: 84, + 0x1dc5: 84, + 0x1dc6: 84, + 0x1dc7: 84, + 0x1dc8: 84, + 0x1dc9: 84, + 0x1dca: 84, + 0x1dcb: 84, + 0x1dcc: 84, + 0x1dcd: 84, + 0x1dce: 84, + 0x1dcf: 84, + 0x1dd0: 84, + 0x1dd1: 84, + 0x1dd2: 84, + 0x1dd3: 84, + 0x1dd4: 84, + 0x1dd5: 84, + 0x1dd6: 84, + 0x1dd7: 84, + 0x1dd8: 84, + 0x1dd9: 84, + 0x1dda: 84, + 0x1ddb: 84, + 0x1ddc: 84, + 0x1ddd: 84, + 0x1dde: 84, + 0x1ddf: 84, + 0x1de0: 84, + 0x1de1: 84, + 0x1de2: 84, + 0x1de3: 84, + 0x1de4: 84, + 0x1de5: 84, + 0x1de6: 84, + 0x1de7: 84, + 0x1de8: 84, + 0x1de9: 84, + 0x1dea: 84, + 0x1deb: 84, + 0x1dec: 84, + 0x1ded: 84, + 0x1dee: 84, + 0x1def: 84, + 0x1df0: 84, + 0x1df1: 84, + 0x1df2: 84, + 0x1df3: 84, + 0x1df4: 84, + 0x1df5: 84, + 0x1df6: 84, + 0x1df7: 84, + 0x1df8: 84, + 0x1df9: 84, + 0x1dfa: 84, + 0x1dfb: 84, + 0x1dfc: 84, + 0x1dfd: 84, + 0x1dfe: 84, + 0x1dff: 84, + 0x200b: 84, + 0x200d: 67, + 0x200e: 84, + 0x200f: 84, + 0x202a: 84, + 0x202b: 84, + 0x202c: 84, + 0x202d: 84, + 0x202e: 84, + 0x2060: 84, + 0x2061: 84, + 0x2062: 84, + 0x2063: 84, + 0x2064: 84, + 0x206a: 84, + 0x206b: 84, + 0x206c: 84, + 0x206d: 84, + 0x206e: 84, + 0x206f: 84, + 0x20d0: 84, + 0x20d1: 84, + 0x20d2: 84, + 0x20d3: 84, + 0x20d4: 84, + 0x20d5: 84, + 0x20d6: 84, + 0x20d7: 84, + 0x20d8: 84, + 0x20d9: 84, + 0x20da: 84, + 0x20db: 84, + 0x20dc: 84, + 0x20dd: 84, + 0x20de: 84, + 0x20df: 84, + 0x20e0: 84, + 0x20e1: 84, + 0x20e2: 84, + 0x20e3: 84, + 0x20e4: 84, + 0x20e5: 84, + 0x20e6: 84, + 0x20e7: 84, + 0x20e8: 84, + 0x20e9: 84, + 0x20ea: 84, + 0x20eb: 84, + 0x20ec: 84, + 0x20ed: 84, + 0x20ee: 84, + 0x20ef: 84, + 0x20f0: 84, + 0x2cef: 84, + 0x2cf0: 84, + 0x2cf1: 84, + 0x2d7f: 84, + 0x2de0: 84, + 0x2de1: 84, + 0x2de2: 84, + 0x2de3: 84, + 0x2de4: 84, + 0x2de5: 84, + 0x2de6: 84, + 0x2de7: 84, + 0x2de8: 84, + 0x2de9: 84, + 0x2dea: 84, + 0x2deb: 84, + 0x2dec: 84, + 0x2ded: 84, + 0x2dee: 84, + 0x2def: 84, + 0x2df0: 84, + 0x2df1: 84, + 0x2df2: 84, + 0x2df3: 84, + 0x2df4: 84, + 0x2df5: 84, + 0x2df6: 84, + 0x2df7: 84, + 0x2df8: 84, + 0x2df9: 84, + 0x2dfa: 84, + 0x2dfb: 84, + 0x2dfc: 84, + 0x2dfd: 84, + 0x2dfe: 84, + 0x2dff: 84, + 0x302a: 84, + 0x302b: 84, + 0x302c: 84, + 0x302d: 84, + 0x3099: 84, + 0x309a: 84, + 0xa66f: 84, + 0xa670: 84, + 0xa671: 84, + 0xa672: 84, + 0xa674: 84, + 0xa675: 84, + 0xa676: 84, + 0xa677: 84, + 0xa678: 84, + 0xa679: 84, + 0xa67a: 84, + 0xa67b: 84, + 0xa67c: 84, + 0xa67d: 84, + 0xa69e: 84, + 0xa69f: 84, + 0xa6f0: 84, + 0xa6f1: 84, + 0xa802: 84, + 0xa806: 84, + 0xa80b: 84, + 0xa825: 84, + 0xa826: 84, + 0xa82c: 84, + 0xa840: 68, + 0xa841: 68, + 0xa842: 68, + 0xa843: 68, + 0xa844: 68, + 0xa845: 68, + 0xa846: 68, + 0xa847: 68, + 0xa848: 68, + 0xa849: 68, + 0xa84a: 68, + 0xa84b: 68, + 0xa84c: 68, + 0xa84d: 68, + 0xa84e: 68, + 0xa84f: 68, + 0xa850: 68, + 0xa851: 68, + 0xa852: 68, + 0xa853: 68, + 0xa854: 68, + 0xa855: 68, + 0xa856: 68, + 0xa857: 68, + 0xa858: 68, + 0xa859: 68, + 0xa85a: 68, + 0xa85b: 68, + 0xa85c: 68, + 0xa85d: 68, + 0xa85e: 68, + 0xa85f: 68, + 0xa860: 68, + 0xa861: 68, + 0xa862: 68, + 0xa863: 68, + 0xa864: 68, + 0xa865: 68, + 0xa866: 68, + 0xa867: 68, + 0xa868: 68, + 0xa869: 68, + 0xa86a: 68, + 0xa86b: 68, + 0xa86c: 68, + 0xa86d: 68, + 0xa86e: 68, + 0xa86f: 68, + 0xa870: 68, + 0xa871: 68, + 0xa872: 76, + 0xa8c4: 84, + 0xa8c5: 84, + 0xa8e0: 84, + 0xa8e1: 84, + 0xa8e2: 84, + 0xa8e3: 84, + 0xa8e4: 84, + 0xa8e5: 84, + 0xa8e6: 84, + 0xa8e7: 84, + 0xa8e8: 84, + 0xa8e9: 84, + 0xa8ea: 84, + 0xa8eb: 84, + 0xa8ec: 84, + 0xa8ed: 84, + 0xa8ee: 84, + 0xa8ef: 84, + 0xa8f0: 84, + 0xa8f1: 84, + 0xa8ff: 84, + 0xa926: 84, + 0xa927: 84, + 0xa928: 84, + 0xa929: 84, + 0xa92a: 84, + 0xa92b: 84, + 0xa92c: 84, + 0xa92d: 84, + 0xa947: 84, + 0xa948: 84, + 0xa949: 84, + 0xa94a: 84, + 0xa94b: 84, + 0xa94c: 84, + 0xa94d: 84, + 0xa94e: 84, + 0xa94f: 84, + 0xa950: 84, + 0xa951: 84, + 0xa980: 84, + 0xa981: 84, + 0xa982: 84, + 0xa9b3: 84, + 0xa9b6: 84, + 0xa9b7: 84, + 0xa9b8: 84, + 0xa9b9: 84, + 0xa9bc: 84, + 0xa9bd: 84, + 0xa9e5: 84, + 0xaa29: 84, + 0xaa2a: 84, + 0xaa2b: 84, + 0xaa2c: 84, + 0xaa2d: 84, + 0xaa2e: 84, + 0xaa31: 84, + 0xaa32: 84, + 0xaa35: 84, + 0xaa36: 84, + 0xaa43: 84, + 0xaa4c: 84, + 0xaa7c: 84, + 0xaab0: 84, + 0xaab2: 84, + 0xaab3: 84, + 0xaab4: 84, + 0xaab7: 84, + 0xaab8: 84, + 0xaabe: 84, + 0xaabf: 84, + 0xaac1: 84, + 0xaaec: 84, + 0xaaed: 84, + 0xaaf6: 84, + 0xabe5: 84, + 0xabe8: 84, + 0xabed: 84, + 0xfb1e: 84, + 0xfe00: 84, + 0xfe01: 84, + 0xfe02: 84, + 0xfe03: 84, + 0xfe04: 84, + 0xfe05: 84, + 0xfe06: 84, + 0xfe07: 84, + 0xfe08: 84, + 0xfe09: 84, + 0xfe0a: 84, + 0xfe0b: 84, + 0xfe0c: 84, + 0xfe0d: 84, + 0xfe0e: 84, + 0xfe0f: 84, + 0xfe20: 84, + 0xfe21: 84, + 0xfe22: 84, + 0xfe23: 84, + 0xfe24: 84, + 0xfe25: 84, + 0xfe26: 84, + 0xfe27: 84, + 0xfe28: 84, + 0xfe29: 84, + 0xfe2a: 84, + 0xfe2b: 84, + 0xfe2c: 84, + 0xfe2d: 84, + 0xfe2e: 84, + 0xfe2f: 84, + 0xfeff: 84, + 0xfff9: 84, + 0xfffa: 84, + 0xfffb: 84, + 0x101fd: 84, + 0x102e0: 84, + 0x10376: 84, + 0x10377: 84, + 0x10378: 84, + 0x10379: 84, + 0x1037a: 84, + 0x10a01: 84, + 0x10a02: 84, + 0x10a03: 84, + 0x10a05: 84, + 0x10a06: 84, + 0x10a0c: 84, + 0x10a0d: 84, + 0x10a0e: 84, + 0x10a0f: 84, + 0x10a38: 84, + 0x10a39: 84, + 0x10a3a: 84, + 0x10a3f: 84, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac7: 82, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acd: 76, + 0x10ace: 82, + 0x10acf: 82, + 0x10ad0: 82, + 0x10ad1: 82, + 0x10ad2: 82, + 0x10ad3: 68, + 0x10ad4: 68, + 0x10ad5: 68, + 0x10ad6: 68, + 0x10ad7: 76, + 0x10ad8: 68, + 0x10ad9: 68, + 0x10ada: 68, + 0x10adb: 68, + 0x10adc: 68, + 0x10add: 82, + 0x10ade: 68, + 0x10adf: 68, + 0x10ae0: 68, + 0x10ae1: 82, + 0x10ae4: 82, + 0x10ae5: 84, + 0x10ae6: 84, + 0x10aeb: 68, + 0x10aec: 68, + 0x10aed: 68, + 0x10aee: 68, + 0x10aef: 82, + 0x10b80: 68, + 0x10b81: 82, + 0x10b82: 68, + 0x10b83: 82, + 0x10b84: 82, + 0x10b85: 82, + 0x10b86: 68, + 0x10b87: 68, + 0x10b88: 68, + 0x10b89: 82, + 0x10b8a: 68, + 0x10b8b: 68, + 0x10b8c: 82, + 0x10b8d: 68, + 0x10b8e: 82, + 0x10b8f: 82, + 0x10b90: 68, + 0x10b91: 82, + 0x10ba9: 82, + 0x10baa: 82, + 0x10bab: 82, + 0x10bac: 82, + 0x10bad: 68, + 0x10bae: 68, + 0x10d00: 76, + 0x10d01: 68, + 0x10d02: 68, + 0x10d03: 68, + 0x10d04: 68, + 0x10d05: 68, + 0x10d06: 68, + 0x10d07: 68, + 0x10d08: 68, + 0x10d09: 68, + 0x10d0a: 68, + 0x10d0b: 68, + 0x10d0c: 68, + 0x10d0d: 68, + 0x10d0e: 68, + 0x10d0f: 68, + 0x10d10: 68, + 0x10d11: 68, + 0x10d12: 68, + 0x10d13: 68, + 0x10d14: 68, + 0x10d15: 68, + 0x10d16: 68, + 0x10d17: 68, + 0x10d18: 68, + 0x10d19: 68, + 0x10d1a: 68, + 0x10d1b: 68, + 0x10d1c: 68, + 0x10d1d: 68, + 0x10d1e: 68, + 0x10d1f: 68, + 0x10d20: 68, + 0x10d21: 68, + 0x10d22: 82, + 0x10d23: 68, + 0x10d24: 84, + 0x10d25: 84, + 0x10d26: 84, + 0x10d27: 84, + 0x10eab: 84, + 0x10eac: 84, + 0x10efd: 84, + 0x10efe: 84, + 0x10eff: 84, + 0x10f30: 68, + 0x10f31: 68, + 0x10f32: 68, + 0x10f33: 82, + 0x10f34: 68, + 0x10f35: 68, + 0x10f36: 68, + 0x10f37: 68, + 0x10f38: 68, + 0x10f39: 68, + 0x10f3a: 68, + 0x10f3b: 68, + 0x10f3c: 68, + 0x10f3d: 68, + 0x10f3e: 68, + 0x10f3f: 68, + 0x10f40: 68, + 0x10f41: 68, + 0x10f42: 68, + 0x10f43: 68, + 0x10f44: 68, + 0x10f46: 84, + 0x10f47: 84, + 0x10f48: 84, + 0x10f49: 84, + 0x10f4a: 84, + 0x10f4b: 84, + 0x10f4c: 84, + 0x10f4d: 84, + 0x10f4e: 84, + 0x10f4f: 84, + 0x10f50: 84, + 0x10f51: 68, + 0x10f52: 68, + 0x10f53: 68, + 0x10f54: 82, + 0x10f70: 68, + 0x10f71: 68, + 0x10f72: 68, + 0x10f73: 68, + 0x10f74: 82, + 0x10f75: 82, + 0x10f76: 68, + 0x10f77: 68, + 0x10f78: 68, + 0x10f79: 68, + 0x10f7a: 68, + 0x10f7b: 68, + 0x10f7c: 68, + 0x10f7d: 68, + 0x10f7e: 68, + 0x10f7f: 68, + 0x10f80: 68, + 0x10f81: 68, + 0x10f82: 84, + 0x10f83: 84, + 0x10f84: 84, + 0x10f85: 84, + 0x10fb0: 68, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x11001: 84, + 0x11038: 84, + 0x11039: 84, + 0x1103a: 84, + 0x1103b: 84, + 0x1103c: 84, + 0x1103d: 84, + 0x1103e: 84, + 0x1103f: 84, + 0x11040: 84, + 0x11041: 84, + 0x11042: 84, + 0x11043: 84, + 0x11044: 84, + 0x11045: 84, + 0x11046: 84, + 0x11070: 84, + 0x11073: 84, + 0x11074: 84, + 0x1107f: 84, + 0x11080: 84, + 0x11081: 84, + 0x110b3: 84, + 0x110b4: 84, + 0x110b5: 84, + 0x110b6: 84, + 0x110b9: 84, + 0x110ba: 84, + 0x110c2: 84, + 0x11100: 84, + 0x11101: 84, + 0x11102: 84, + 0x11127: 84, + 0x11128: 84, + 0x11129: 84, + 0x1112a: 84, + 0x1112b: 84, + 0x1112d: 84, + 0x1112e: 84, + 0x1112f: 84, + 0x11130: 84, + 0x11131: 84, + 0x11132: 84, + 0x11133: 84, + 0x11134: 84, + 0x11173: 84, + 0x11180: 84, + 0x11181: 84, + 0x111b6: 84, + 0x111b7: 84, + 0x111b8: 84, + 0x111b9: 84, + 0x111ba: 84, + 0x111bb: 84, + 0x111bc: 84, + 0x111bd: 84, + 0x111be: 84, + 0x111c9: 84, + 0x111ca: 84, + 0x111cb: 84, + 0x111cc: 84, + 0x111cf: 84, + 0x1122f: 84, + 0x11230: 84, + 0x11231: 84, + 0x11234: 84, + 0x11236: 84, + 0x11237: 84, + 0x1123e: 84, + 0x11241: 84, + 0x112df: 84, + 0x112e3: 84, + 0x112e4: 84, + 0x112e5: 84, + 0x112e6: 84, + 0x112e7: 84, + 0x112e8: 84, + 0x112e9: 84, + 0x112ea: 84, + 0x11300: 84, + 0x11301: 84, + 0x1133b: 84, + 0x1133c: 84, + 0x11340: 84, + 0x11366: 84, + 0x11367: 84, + 0x11368: 84, + 0x11369: 84, + 0x1136a: 84, + 0x1136b: 84, + 0x1136c: 84, + 0x11370: 84, + 0x11371: 84, + 0x11372: 84, + 0x11373: 84, + 0x11374: 84, + 0x11438: 84, + 0x11439: 84, + 0x1143a: 84, + 0x1143b: 84, + 0x1143c: 84, + 0x1143d: 84, + 0x1143e: 84, + 0x1143f: 84, + 0x11442: 84, + 0x11443: 84, + 0x11444: 84, + 0x11446: 84, + 0x1145e: 84, + 0x114b3: 84, + 0x114b4: 84, + 0x114b5: 84, + 0x114b6: 84, + 0x114b7: 84, + 0x114b8: 84, + 0x114ba: 84, + 0x114bf: 84, + 0x114c0: 84, + 0x114c2: 84, + 0x114c3: 84, + 0x115b2: 84, + 0x115b3: 84, + 0x115b4: 84, + 0x115b5: 84, + 0x115bc: 84, + 0x115bd: 84, + 0x115bf: 84, + 0x115c0: 84, + 0x115dc: 84, + 0x115dd: 84, + 0x11633: 84, + 0x11634: 84, + 0x11635: 84, + 0x11636: 84, + 0x11637: 84, + 0x11638: 84, + 0x11639: 84, + 0x1163a: 84, + 0x1163d: 84, + 0x1163f: 84, + 0x11640: 84, + 0x116ab: 84, + 0x116ad: 84, + 0x116b0: 84, + 0x116b1: 84, + 0x116b2: 84, + 0x116b3: 84, + 0x116b4: 84, + 0x116b5: 84, + 0x116b7: 84, + 0x1171d: 84, + 0x1171e: 84, + 0x1171f: 84, + 0x11722: 84, + 0x11723: 84, + 0x11724: 84, + 0x11725: 84, + 0x11727: 84, + 0x11728: 84, + 0x11729: 84, + 0x1172a: 84, + 0x1172b: 84, + 0x1182f: 84, + 0x11830: 84, + 0x11831: 84, + 0x11832: 84, + 0x11833: 84, + 0x11834: 84, + 0x11835: 84, + 0x11836: 84, + 0x11837: 84, + 0x11839: 84, + 0x1183a: 84, + 0x1193b: 84, + 0x1193c: 84, + 0x1193e: 84, + 0x11943: 84, + 0x119d4: 84, + 0x119d5: 84, + 0x119d6: 84, + 0x119d7: 84, + 0x119da: 84, + 0x119db: 84, + 0x119e0: 84, + 0x11a01: 84, + 0x11a02: 84, + 0x11a03: 84, + 0x11a04: 84, + 0x11a05: 84, + 0x11a06: 84, + 0x11a07: 84, + 0x11a08: 84, + 0x11a09: 84, + 0x11a0a: 84, + 0x11a33: 84, + 0x11a34: 84, + 0x11a35: 84, + 0x11a36: 84, + 0x11a37: 84, + 0x11a38: 84, + 0x11a3b: 84, + 0x11a3c: 84, + 0x11a3d: 84, + 0x11a3e: 84, + 0x11a47: 84, + 0x11a51: 84, + 0x11a52: 84, + 0x11a53: 84, + 0x11a54: 84, + 0x11a55: 84, + 0x11a56: 84, + 0x11a59: 84, + 0x11a5a: 84, + 0x11a5b: 84, + 0x11a8a: 84, + 0x11a8b: 84, + 0x11a8c: 84, + 0x11a8d: 84, + 0x11a8e: 84, + 0x11a8f: 84, + 0x11a90: 84, + 0x11a91: 84, + 0x11a92: 84, + 0x11a93: 84, + 0x11a94: 84, + 0x11a95: 84, + 0x11a96: 84, + 0x11a98: 84, + 0x11a99: 84, + 0x11c30: 84, + 0x11c31: 84, + 0x11c32: 84, + 0x11c33: 84, + 0x11c34: 84, + 0x11c35: 84, + 0x11c36: 84, + 0x11c38: 84, + 0x11c39: 84, + 0x11c3a: 84, + 0x11c3b: 84, + 0x11c3c: 84, + 0x11c3d: 84, + 0x11c3f: 84, + 0x11c92: 84, + 0x11c93: 84, + 0x11c94: 84, + 0x11c95: 84, + 0x11c96: 84, + 0x11c97: 84, + 0x11c98: 84, + 0x11c99: 84, + 0x11c9a: 84, + 0x11c9b: 84, + 0x11c9c: 84, + 0x11c9d: 84, + 0x11c9e: 84, + 0x11c9f: 84, + 0x11ca0: 84, + 0x11ca1: 84, + 0x11ca2: 84, + 0x11ca3: 84, + 0x11ca4: 84, + 0x11ca5: 84, + 0x11ca6: 84, + 0x11ca7: 84, + 0x11caa: 84, + 0x11cab: 84, + 0x11cac: 84, + 0x11cad: 84, + 0x11cae: 84, + 0x11caf: 84, + 0x11cb0: 84, + 0x11cb2: 84, + 0x11cb3: 84, + 0x11cb5: 84, + 0x11cb6: 84, + 0x11d31: 84, + 0x11d32: 84, + 0x11d33: 84, + 0x11d34: 84, + 0x11d35: 84, + 0x11d36: 84, + 0x11d3a: 84, + 0x11d3c: 84, + 0x11d3d: 84, + 0x11d3f: 84, + 0x11d40: 84, + 0x11d41: 84, + 0x11d42: 84, + 0x11d43: 84, + 0x11d44: 84, + 0x11d45: 84, + 0x11d47: 84, + 0x11d90: 84, + 0x11d91: 84, + 0x11d95: 84, + 0x11d97: 84, + 0x11ef3: 84, + 0x11ef4: 84, + 0x11f00: 84, + 0x11f01: 84, + 0x11f36: 84, + 0x11f37: 84, + 0x11f38: 84, + 0x11f39: 84, + 0x11f3a: 84, + 0x11f40: 84, + 0x11f42: 84, + 0x13430: 84, + 0x13431: 84, + 0x13432: 84, + 0x13433: 84, + 0x13434: 84, + 0x13435: 84, + 0x13436: 84, + 0x13437: 84, + 0x13438: 84, + 0x13439: 84, + 0x1343a: 84, + 0x1343b: 84, + 0x1343c: 84, + 0x1343d: 84, + 0x1343e: 84, + 0x1343f: 84, + 0x13440: 84, + 0x13447: 84, + 0x13448: 84, + 0x13449: 84, + 0x1344a: 84, + 0x1344b: 84, + 0x1344c: 84, + 0x1344d: 84, + 0x1344e: 84, + 0x1344f: 84, + 0x13450: 84, + 0x13451: 84, + 0x13452: 84, + 0x13453: 84, + 0x13454: 84, + 0x13455: 84, + 0x16af0: 84, + 0x16af1: 84, + 0x16af2: 84, + 0x16af3: 84, + 0x16af4: 84, + 0x16b30: 84, + 0x16b31: 84, + 0x16b32: 84, + 0x16b33: 84, + 0x16b34: 84, + 0x16b35: 84, + 0x16b36: 84, + 0x16f4f: 84, + 0x16f8f: 84, + 0x16f90: 84, + 0x16f91: 84, + 0x16f92: 84, + 0x16fe4: 84, + 0x1bc9d: 84, + 0x1bc9e: 84, + 0x1bca0: 84, + 0x1bca1: 84, + 0x1bca2: 84, + 0x1bca3: 84, + 0x1cf00: 84, + 0x1cf01: 84, + 0x1cf02: 84, + 0x1cf03: 84, + 0x1cf04: 84, + 0x1cf05: 84, + 0x1cf06: 84, + 0x1cf07: 84, + 0x1cf08: 84, + 0x1cf09: 84, + 0x1cf0a: 84, + 0x1cf0b: 84, + 0x1cf0c: 84, + 0x1cf0d: 84, + 0x1cf0e: 84, + 0x1cf0f: 84, + 0x1cf10: 84, + 0x1cf11: 84, + 0x1cf12: 84, + 0x1cf13: 84, + 0x1cf14: 84, + 0x1cf15: 84, + 0x1cf16: 84, + 0x1cf17: 84, + 0x1cf18: 84, + 0x1cf19: 84, + 0x1cf1a: 84, + 0x1cf1b: 84, + 0x1cf1c: 84, + 0x1cf1d: 84, + 0x1cf1e: 84, + 0x1cf1f: 84, + 0x1cf20: 84, + 0x1cf21: 84, + 0x1cf22: 84, + 0x1cf23: 84, + 0x1cf24: 84, + 0x1cf25: 84, + 0x1cf26: 84, + 0x1cf27: 84, + 0x1cf28: 84, + 0x1cf29: 84, + 0x1cf2a: 84, + 0x1cf2b: 84, + 0x1cf2c: 84, + 0x1cf2d: 84, + 0x1cf30: 84, + 0x1cf31: 84, + 0x1cf32: 84, + 0x1cf33: 84, + 0x1cf34: 84, + 0x1cf35: 84, + 0x1cf36: 84, + 0x1cf37: 84, + 0x1cf38: 84, + 0x1cf39: 84, + 0x1cf3a: 84, + 0x1cf3b: 84, + 0x1cf3c: 84, + 0x1cf3d: 84, + 0x1cf3e: 84, + 0x1cf3f: 84, + 0x1cf40: 84, + 0x1cf41: 84, + 0x1cf42: 84, + 0x1cf43: 84, + 0x1cf44: 84, + 0x1cf45: 84, + 0x1cf46: 84, + 0x1d167: 84, + 0x1d168: 84, + 0x1d169: 84, + 0x1d173: 84, + 0x1d174: 84, + 0x1d175: 84, + 0x1d176: 84, + 0x1d177: 84, + 0x1d178: 84, + 0x1d179: 84, + 0x1d17a: 84, + 0x1d17b: 84, + 0x1d17c: 84, + 0x1d17d: 84, + 0x1d17e: 84, + 0x1d17f: 84, + 0x1d180: 84, + 0x1d181: 84, + 0x1d182: 84, + 0x1d185: 84, + 0x1d186: 84, + 0x1d187: 84, + 0x1d188: 84, + 0x1d189: 84, + 0x1d18a: 84, + 0x1d18b: 84, + 0x1d1aa: 84, + 0x1d1ab: 84, + 0x1d1ac: 84, + 0x1d1ad: 84, + 0x1d242: 84, + 0x1d243: 84, + 0x1d244: 84, + 0x1da00: 84, + 0x1da01: 84, + 0x1da02: 84, + 0x1da03: 84, + 0x1da04: 84, + 0x1da05: 84, + 0x1da06: 84, + 0x1da07: 84, + 0x1da08: 84, + 0x1da09: 84, + 0x1da0a: 84, + 0x1da0b: 84, + 0x1da0c: 84, + 0x1da0d: 84, + 0x1da0e: 84, + 0x1da0f: 84, + 0x1da10: 84, + 0x1da11: 84, + 0x1da12: 84, + 0x1da13: 84, + 0x1da14: 84, + 0x1da15: 84, + 0x1da16: 84, + 0x1da17: 84, + 0x1da18: 84, + 0x1da19: 84, + 0x1da1a: 84, + 0x1da1b: 84, + 0x1da1c: 84, + 0x1da1d: 84, + 0x1da1e: 84, + 0x1da1f: 84, + 0x1da20: 84, + 0x1da21: 84, + 0x1da22: 84, + 0x1da23: 84, + 0x1da24: 84, + 0x1da25: 84, + 0x1da26: 84, + 0x1da27: 84, + 0x1da28: 84, + 0x1da29: 84, + 0x1da2a: 84, + 0x1da2b: 84, + 0x1da2c: 84, + 0x1da2d: 84, + 0x1da2e: 84, + 0x1da2f: 84, + 0x1da30: 84, + 0x1da31: 84, + 0x1da32: 84, + 0x1da33: 84, + 0x1da34: 84, + 0x1da35: 84, + 0x1da36: 84, + 0x1da3b: 84, + 0x1da3c: 84, + 0x1da3d: 84, + 0x1da3e: 84, + 0x1da3f: 84, + 0x1da40: 84, + 0x1da41: 84, + 0x1da42: 84, + 0x1da43: 84, + 0x1da44: 84, + 0x1da45: 84, + 0x1da46: 84, + 0x1da47: 84, + 0x1da48: 84, + 0x1da49: 84, + 0x1da4a: 84, + 0x1da4b: 84, + 0x1da4c: 84, + 0x1da4d: 84, + 0x1da4e: 84, + 0x1da4f: 84, + 0x1da50: 84, + 0x1da51: 84, + 0x1da52: 84, + 0x1da53: 84, + 0x1da54: 84, + 0x1da55: 84, + 0x1da56: 84, + 0x1da57: 84, + 0x1da58: 84, + 0x1da59: 84, + 0x1da5a: 84, + 0x1da5b: 84, + 0x1da5c: 84, + 0x1da5d: 84, + 0x1da5e: 84, + 0x1da5f: 84, + 0x1da60: 84, + 0x1da61: 84, + 0x1da62: 84, + 0x1da63: 84, + 0x1da64: 84, + 0x1da65: 84, + 0x1da66: 84, + 0x1da67: 84, + 0x1da68: 84, + 0x1da69: 84, + 0x1da6a: 84, + 0x1da6b: 84, + 0x1da6c: 84, + 0x1da75: 84, + 0x1da84: 84, + 0x1da9b: 84, + 0x1da9c: 84, + 0x1da9d: 84, + 0x1da9e: 84, + 0x1da9f: 84, + 0x1daa1: 84, + 0x1daa2: 84, + 0x1daa3: 84, + 0x1daa4: 84, + 0x1daa5: 84, + 0x1daa6: 84, + 0x1daa7: 84, + 0x1daa8: 84, + 0x1daa9: 84, + 0x1daaa: 84, + 0x1daab: 84, + 0x1daac: 84, + 0x1daad: 84, + 0x1daae: 84, + 0x1daaf: 84, + 0x1e000: 84, + 0x1e001: 84, + 0x1e002: 84, + 0x1e003: 84, + 0x1e004: 84, + 0x1e005: 84, + 0x1e006: 84, + 0x1e008: 84, + 0x1e009: 84, + 0x1e00a: 84, + 0x1e00b: 84, + 0x1e00c: 84, + 0x1e00d: 84, + 0x1e00e: 84, + 0x1e00f: 84, + 0x1e010: 84, + 0x1e011: 84, + 0x1e012: 84, + 0x1e013: 84, + 0x1e014: 84, + 0x1e015: 84, + 0x1e016: 84, + 0x1e017: 84, + 0x1e018: 84, + 0x1e01b: 84, + 0x1e01c: 84, + 0x1e01d: 84, + 0x1e01e: 84, + 0x1e01f: 84, + 0x1e020: 84, + 0x1e021: 84, + 0x1e023: 84, + 0x1e024: 84, + 0x1e026: 84, + 0x1e027: 84, + 0x1e028: 84, + 0x1e029: 84, + 0x1e02a: 84, + 0x1e08f: 84, + 0x1e130: 84, + 0x1e131: 84, + 0x1e132: 84, + 0x1e133: 84, + 0x1e134: 84, + 0x1e135: 84, + 0x1e136: 84, + 0x1e2ae: 84, + 0x1e2ec: 84, + 0x1e2ed: 84, + 0x1e2ee: 84, + 0x1e2ef: 84, + 0x1e4ec: 84, + 0x1e4ed: 84, + 0x1e4ee: 84, + 0x1e4ef: 84, + 0x1e8d0: 84, + 0x1e8d1: 84, + 0x1e8d2: 84, + 0x1e8d3: 84, + 0x1e8d4: 84, + 0x1e8d5: 84, + 0x1e8d6: 84, + 0x1e900: 68, + 0x1e901: 68, + 0x1e902: 68, + 0x1e903: 68, + 0x1e904: 68, + 0x1e905: 68, + 0x1e906: 68, + 0x1e907: 68, + 0x1e908: 68, + 0x1e909: 68, + 0x1e90a: 68, + 0x1e90b: 68, + 0x1e90c: 68, + 0x1e90d: 68, + 0x1e90e: 68, + 0x1e90f: 68, + 0x1e910: 68, + 0x1e911: 68, + 0x1e912: 68, + 0x1e913: 68, + 0x1e914: 68, + 0x1e915: 68, + 0x1e916: 68, + 0x1e917: 68, + 0x1e918: 68, + 0x1e919: 68, + 0x1e91a: 68, + 0x1e91b: 68, + 0x1e91c: 68, + 0x1e91d: 68, + 0x1e91e: 68, + 0x1e91f: 68, + 0x1e920: 68, + 0x1e921: 68, + 0x1e922: 68, + 0x1e923: 68, + 0x1e924: 68, + 0x1e925: 68, + 0x1e926: 68, + 0x1e927: 68, + 0x1e928: 68, + 0x1e929: 68, + 0x1e92a: 68, + 0x1e92b: 68, + 0x1e92c: 68, + 0x1e92d: 68, + 0x1e92e: 68, + 0x1e92f: 68, + 0x1e930: 68, + 0x1e931: 68, + 0x1e932: 68, + 0x1e933: 68, + 0x1e934: 68, + 0x1e935: 68, + 0x1e936: 68, + 0x1e937: 68, + 0x1e938: 68, + 0x1e939: 68, + 0x1e93a: 68, + 0x1e93b: 68, + 0x1e93c: 68, + 0x1e93d: 68, + 0x1e93e: 68, + 0x1e93f: 68, + 0x1e940: 68, + 0x1e941: 68, + 0x1e942: 68, + 0x1e943: 68, + 0x1e944: 84, + 0x1e945: 84, + 0x1e946: 84, + 0x1e947: 84, + 0x1e948: 84, + 0x1e949: 84, + 0x1e94a: 84, + 0x1e94b: 84, + 0xe0001: 84, + 0xe0020: 84, + 0xe0021: 84, + 0xe0022: 84, + 0xe0023: 84, + 0xe0024: 84, + 0xe0025: 84, + 0xe0026: 84, + 0xe0027: 84, + 0xe0028: 84, + 0xe0029: 84, + 0xe002a: 84, + 0xe002b: 84, + 0xe002c: 84, + 0xe002d: 84, + 0xe002e: 84, + 0xe002f: 84, + 0xe0030: 84, + 0xe0031: 84, + 0xe0032: 84, + 0xe0033: 84, + 0xe0034: 84, + 0xe0035: 84, + 0xe0036: 84, + 0xe0037: 84, + 0xe0038: 84, + 0xe0039: 84, + 0xe003a: 84, + 0xe003b: 84, + 0xe003c: 84, + 0xe003d: 84, + 0xe003e: 84, + 0xe003f: 84, + 0xe0040: 84, + 0xe0041: 84, + 0xe0042: 84, + 0xe0043: 84, + 0xe0044: 84, + 0xe0045: 84, + 0xe0046: 84, + 0xe0047: 84, + 0xe0048: 84, + 0xe0049: 84, + 0xe004a: 84, + 0xe004b: 84, + 0xe004c: 84, + 0xe004d: 84, + 0xe004e: 84, + 0xe004f: 84, + 0xe0050: 84, + 0xe0051: 84, + 0xe0052: 84, + 0xe0053: 84, + 0xe0054: 84, + 0xe0055: 84, + 0xe0056: 84, + 0xe0057: 84, + 0xe0058: 84, + 0xe0059: 84, + 0xe005a: 84, + 0xe005b: 84, + 0xe005c: 84, + 0xe005d: 84, + 0xe005e: 84, + 0xe005f: 84, + 0xe0060: 84, + 0xe0061: 84, + 0xe0062: 84, + 0xe0063: 84, + 0xe0064: 84, + 0xe0065: 84, + 0xe0066: 84, + 0xe0067: 84, + 0xe0068: 84, + 0xe0069: 84, + 0xe006a: 84, + 0xe006b: 84, + 0xe006c: 84, + 0xe006d: 84, + 0xe006e: 84, + 0xe006f: 84, + 0xe0070: 84, + 0xe0071: 84, + 0xe0072: 84, + 0xe0073: 84, + 0xe0074: 84, + 0xe0075: 84, + 0xe0076: 84, + 0xe0077: 84, + 0xe0078: 84, + 0xe0079: 84, + 0xe007a: 84, + 0xe007b: 84, + 0xe007c: 84, + 0xe007d: 84, + 0xe007e: 84, + 0xe007f: 84, + 0xe0100: 84, + 0xe0101: 84, + 0xe0102: 84, + 0xe0103: 84, + 0xe0104: 84, + 0xe0105: 84, + 0xe0106: 84, + 0xe0107: 84, + 0xe0108: 84, + 0xe0109: 84, + 0xe010a: 84, + 0xe010b: 84, + 0xe010c: 84, + 0xe010d: 84, + 0xe010e: 84, + 0xe010f: 84, + 0xe0110: 84, + 0xe0111: 84, + 0xe0112: 84, + 0xe0113: 84, + 0xe0114: 84, + 0xe0115: 84, + 0xe0116: 84, + 0xe0117: 84, + 0xe0118: 84, + 0xe0119: 84, + 0xe011a: 84, + 0xe011b: 84, + 0xe011c: 84, + 0xe011d: 84, + 0xe011e: 84, + 0xe011f: 84, + 0xe0120: 84, + 0xe0121: 84, + 0xe0122: 84, + 0xe0123: 84, + 0xe0124: 84, + 0xe0125: 84, + 0xe0126: 84, + 0xe0127: 84, + 0xe0128: 84, + 0xe0129: 84, + 0xe012a: 84, + 0xe012b: 84, + 0xe012c: 84, + 0xe012d: 84, + 0xe012e: 84, + 0xe012f: 84, + 0xe0130: 84, + 0xe0131: 84, + 0xe0132: 84, + 0xe0133: 84, + 0xe0134: 84, + 0xe0135: 84, + 0xe0136: 84, + 0xe0137: 84, + 0xe0138: 84, + 0xe0139: 84, + 0xe013a: 84, + 0xe013b: 84, + 0xe013c: 84, + 0xe013d: 84, + 0xe013e: 84, + 0xe013f: 84, + 0xe0140: 84, + 0xe0141: 84, + 0xe0142: 84, + 0xe0143: 84, + 0xe0144: 84, + 0xe0145: 84, + 0xe0146: 84, + 0xe0147: 84, + 0xe0148: 84, + 0xe0149: 84, + 0xe014a: 84, + 0xe014b: 84, + 0xe014c: 84, + 0xe014d: 84, + 0xe014e: 84, + 0xe014f: 84, + 0xe0150: 84, + 0xe0151: 84, + 0xe0152: 84, + 0xe0153: 84, + 0xe0154: 84, + 0xe0155: 84, + 0xe0156: 84, + 0xe0157: 84, + 0xe0158: 84, + 0xe0159: 84, + 0xe015a: 84, + 0xe015b: 84, + 0xe015c: 84, + 0xe015d: 84, + 0xe015e: 84, + 0xe015f: 84, + 0xe0160: 84, + 0xe0161: 84, + 0xe0162: 84, + 0xe0163: 84, + 0xe0164: 84, + 0xe0165: 84, + 0xe0166: 84, + 0xe0167: 84, + 0xe0168: 84, + 0xe0169: 84, + 0xe016a: 84, + 0xe016b: 84, + 0xe016c: 84, + 0xe016d: 84, + 0xe016e: 84, + 0xe016f: 84, + 0xe0170: 84, + 0xe0171: 84, + 0xe0172: 84, + 0xe0173: 84, + 0xe0174: 84, + 0xe0175: 84, + 0xe0176: 84, + 0xe0177: 84, + 0xe0178: 84, + 0xe0179: 84, + 0xe017a: 84, + 0xe017b: 84, + 0xe017c: 84, + 0xe017d: 84, + 0xe017e: 84, + 0xe017f: 84, + 0xe0180: 84, + 0xe0181: 84, + 0xe0182: 84, + 0xe0183: 84, + 0xe0184: 84, + 0xe0185: 84, + 0xe0186: 84, + 0xe0187: 84, + 0xe0188: 84, + 0xe0189: 84, + 0xe018a: 84, + 0xe018b: 84, + 0xe018c: 84, + 0xe018d: 84, + 0xe018e: 84, + 0xe018f: 84, + 0xe0190: 84, + 0xe0191: 84, + 0xe0192: 84, + 0xe0193: 84, + 0xe0194: 84, + 0xe0195: 84, + 0xe0196: 84, + 0xe0197: 84, + 0xe0198: 84, + 0xe0199: 84, + 0xe019a: 84, + 0xe019b: 84, + 0xe019c: 84, + 0xe019d: 84, + 0xe019e: 84, + 0xe019f: 84, + 0xe01a0: 84, + 0xe01a1: 84, + 0xe01a2: 84, + 0xe01a3: 84, + 0xe01a4: 84, + 0xe01a5: 84, + 0xe01a6: 84, + 0xe01a7: 84, + 0xe01a8: 84, + 0xe01a9: 84, + 0xe01aa: 84, + 0xe01ab: 84, + 0xe01ac: 84, + 0xe01ad: 84, + 0xe01ae: 84, + 0xe01af: 84, + 0xe01b0: 84, + 0xe01b1: 84, + 0xe01b2: 84, + 0xe01b3: 84, + 0xe01b4: 84, + 0xe01b5: 84, + 0xe01b6: 84, + 0xe01b7: 84, + 0xe01b8: 84, + 0xe01b9: 84, + 0xe01ba: 84, + 0xe01bb: 84, + 0xe01bc: 84, + 0xe01bd: 84, + 0xe01be: 84, + 0xe01bf: 84, + 0xe01c0: 84, + 0xe01c1: 84, + 0xe01c2: 84, + 0xe01c3: 84, + 0xe01c4: 84, + 0xe01c5: 84, + 0xe01c6: 84, + 0xe01c7: 84, + 0xe01c8: 84, + 0xe01c9: 84, + 0xe01ca: 84, + 0xe01cb: 84, + 0xe01cc: 84, + 0xe01cd: 84, + 0xe01ce: 84, + 0xe01cf: 84, + 0xe01d0: 84, + 0xe01d1: 84, + 0xe01d2: 84, + 0xe01d3: 84, + 0xe01d4: 84, + 0xe01d5: 84, + 0xe01d6: 84, + 0xe01d7: 84, + 0xe01d8: 84, + 0xe01d9: 84, + 0xe01da: 84, + 0xe01db: 84, + 0xe01dc: 84, + 0xe01dd: 84, + 0xe01de: 84, + 0xe01df: 84, + 0xe01e0: 84, + 0xe01e1: 84, + 0xe01e2: 84, + 0xe01e3: 84, + 0xe01e4: 84, + 0xe01e5: 84, + 0xe01e6: 84, + 0xe01e7: 84, + 0xe01e8: 84, + 0xe01e9: 84, + 0xe01ea: 84, + 0xe01eb: 84, + 0xe01ec: 84, + 0xe01ed: 84, + 0xe01ee: 84, + 0xe01ef: 84, +} +codepoint_classes = { + 'PVALID': ( + 0x2d0000002e, + 0x300000003a, + 0x610000007b, + 0xdf000000f7, + 0xf800000100, + 0x10100000102, + 0x10300000104, + 0x10500000106, + 0x10700000108, + 0x1090000010a, + 0x10b0000010c, + 0x10d0000010e, + 0x10f00000110, + 0x11100000112, + 0x11300000114, + 0x11500000116, + 0x11700000118, + 0x1190000011a, + 0x11b0000011c, + 0x11d0000011e, + 0x11f00000120, + 0x12100000122, + 0x12300000124, + 0x12500000126, + 0x12700000128, + 0x1290000012a, + 0x12b0000012c, + 0x12d0000012e, + 0x12f00000130, + 0x13100000132, + 0x13500000136, + 0x13700000139, + 0x13a0000013b, + 0x13c0000013d, + 0x13e0000013f, + 0x14200000143, + 0x14400000145, + 0x14600000147, + 0x14800000149, + 0x14b0000014c, + 0x14d0000014e, + 0x14f00000150, + 0x15100000152, + 0x15300000154, + 0x15500000156, + 0x15700000158, + 0x1590000015a, + 0x15b0000015c, + 0x15d0000015e, + 0x15f00000160, + 0x16100000162, + 0x16300000164, + 0x16500000166, + 0x16700000168, + 0x1690000016a, + 0x16b0000016c, + 0x16d0000016e, + 0x16f00000170, + 0x17100000172, + 0x17300000174, + 0x17500000176, + 0x17700000178, + 0x17a0000017b, + 0x17c0000017d, + 0x17e0000017f, + 0x18000000181, + 0x18300000184, + 0x18500000186, + 0x18800000189, + 0x18c0000018e, + 0x19200000193, + 0x19500000196, + 0x1990000019c, + 0x19e0000019f, + 0x1a1000001a2, + 0x1a3000001a4, + 0x1a5000001a6, + 0x1a8000001a9, + 0x1aa000001ac, + 0x1ad000001ae, + 0x1b0000001b1, + 0x1b4000001b5, + 0x1b6000001b7, + 0x1b9000001bc, + 0x1bd000001c4, + 0x1ce000001cf, + 0x1d0000001d1, + 0x1d2000001d3, + 0x1d4000001d5, + 0x1d6000001d7, + 0x1d8000001d9, + 0x1da000001db, + 0x1dc000001de, + 0x1df000001e0, + 0x1e1000001e2, + 0x1e3000001e4, + 0x1e5000001e6, + 0x1e7000001e8, + 0x1e9000001ea, + 0x1eb000001ec, + 0x1ed000001ee, + 0x1ef000001f1, + 0x1f5000001f6, + 0x1f9000001fa, + 0x1fb000001fc, + 0x1fd000001fe, + 0x1ff00000200, + 0x20100000202, + 0x20300000204, + 0x20500000206, + 0x20700000208, + 0x2090000020a, + 0x20b0000020c, + 0x20d0000020e, + 0x20f00000210, + 0x21100000212, + 0x21300000214, + 0x21500000216, + 0x21700000218, + 0x2190000021a, + 0x21b0000021c, + 0x21d0000021e, + 0x21f00000220, + 0x22100000222, + 0x22300000224, + 0x22500000226, + 0x22700000228, + 0x2290000022a, + 0x22b0000022c, + 0x22d0000022e, + 0x22f00000230, + 0x23100000232, + 0x2330000023a, + 0x23c0000023d, + 0x23f00000241, + 0x24200000243, + 0x24700000248, + 0x2490000024a, + 0x24b0000024c, + 0x24d0000024e, + 0x24f000002b0, + 0x2b9000002c2, + 0x2c6000002d2, + 0x2ec000002ed, + 0x2ee000002ef, + 0x30000000340, + 0x34200000343, + 0x3460000034f, + 0x35000000370, + 0x37100000372, + 0x37300000374, + 0x37700000378, + 0x37b0000037e, + 0x39000000391, + 0x3ac000003cf, + 0x3d7000003d8, + 0x3d9000003da, + 0x3db000003dc, + 0x3dd000003de, + 0x3df000003e0, + 0x3e1000003e2, + 0x3e3000003e4, + 0x3e5000003e6, + 0x3e7000003e8, + 0x3e9000003ea, + 0x3eb000003ec, + 0x3ed000003ee, + 0x3ef000003f0, + 0x3f3000003f4, + 0x3f8000003f9, + 0x3fb000003fd, + 0x43000000460, + 0x46100000462, + 0x46300000464, + 0x46500000466, + 0x46700000468, + 0x4690000046a, + 0x46b0000046c, + 0x46d0000046e, + 0x46f00000470, + 0x47100000472, + 0x47300000474, + 0x47500000476, + 0x47700000478, + 0x4790000047a, + 0x47b0000047c, + 0x47d0000047e, + 0x47f00000480, + 0x48100000482, + 0x48300000488, + 0x48b0000048c, + 0x48d0000048e, + 0x48f00000490, + 0x49100000492, + 0x49300000494, + 0x49500000496, + 0x49700000498, + 0x4990000049a, + 0x49b0000049c, + 0x49d0000049e, + 0x49f000004a0, + 0x4a1000004a2, + 0x4a3000004a4, + 0x4a5000004a6, + 0x4a7000004a8, + 0x4a9000004aa, + 0x4ab000004ac, + 0x4ad000004ae, + 0x4af000004b0, + 0x4b1000004b2, + 0x4b3000004b4, + 0x4b5000004b6, + 0x4b7000004b8, + 0x4b9000004ba, + 0x4bb000004bc, + 0x4bd000004be, + 0x4bf000004c0, + 0x4c2000004c3, + 0x4c4000004c5, + 0x4c6000004c7, + 0x4c8000004c9, + 0x4ca000004cb, + 0x4cc000004cd, + 0x4ce000004d0, + 0x4d1000004d2, + 0x4d3000004d4, + 0x4d5000004d6, + 0x4d7000004d8, + 0x4d9000004da, + 0x4db000004dc, + 0x4dd000004de, + 0x4df000004e0, + 0x4e1000004e2, + 0x4e3000004e4, + 0x4e5000004e6, + 0x4e7000004e8, + 0x4e9000004ea, + 0x4eb000004ec, + 0x4ed000004ee, + 0x4ef000004f0, + 0x4f1000004f2, + 0x4f3000004f4, + 0x4f5000004f6, + 0x4f7000004f8, + 0x4f9000004fa, + 0x4fb000004fc, + 0x4fd000004fe, + 0x4ff00000500, + 0x50100000502, + 0x50300000504, + 0x50500000506, + 0x50700000508, + 0x5090000050a, + 0x50b0000050c, + 0x50d0000050e, + 0x50f00000510, + 0x51100000512, + 0x51300000514, + 0x51500000516, + 0x51700000518, + 0x5190000051a, + 0x51b0000051c, + 0x51d0000051e, + 0x51f00000520, + 0x52100000522, + 0x52300000524, + 0x52500000526, + 0x52700000528, + 0x5290000052a, + 0x52b0000052c, + 0x52d0000052e, + 0x52f00000530, + 0x5590000055a, + 0x56000000587, + 0x58800000589, + 0x591000005be, + 0x5bf000005c0, + 0x5c1000005c3, + 0x5c4000005c6, + 0x5c7000005c8, + 0x5d0000005eb, + 0x5ef000005f3, + 0x6100000061b, + 0x62000000640, + 0x64100000660, + 0x66e00000675, + 0x679000006d4, + 0x6d5000006dd, + 0x6df000006e9, + 0x6ea000006f0, + 0x6fa00000700, + 0x7100000074b, + 0x74d000007b2, + 0x7c0000007f6, + 0x7fd000007fe, + 0x8000000082e, + 0x8400000085c, + 0x8600000086b, + 0x87000000888, + 0x8890000088f, + 0x898000008e2, + 0x8e300000958, + 0x96000000964, + 0x96600000970, + 0x97100000984, + 0x9850000098d, + 0x98f00000991, + 0x993000009a9, + 0x9aa000009b1, + 0x9b2000009b3, + 0x9b6000009ba, + 0x9bc000009c5, + 0x9c7000009c9, + 0x9cb000009cf, + 0x9d7000009d8, + 0x9e0000009e4, + 0x9e6000009f2, + 0x9fc000009fd, + 0x9fe000009ff, + 0xa0100000a04, + 0xa0500000a0b, + 0xa0f00000a11, + 0xa1300000a29, + 0xa2a00000a31, + 0xa3200000a33, + 0xa3500000a36, + 0xa3800000a3a, + 0xa3c00000a3d, + 0xa3e00000a43, + 0xa4700000a49, + 0xa4b00000a4e, + 0xa5100000a52, + 0xa5c00000a5d, + 0xa6600000a76, + 0xa8100000a84, + 0xa8500000a8e, + 0xa8f00000a92, + 0xa9300000aa9, + 0xaaa00000ab1, + 0xab200000ab4, + 0xab500000aba, + 0xabc00000ac6, + 0xac700000aca, + 0xacb00000ace, + 0xad000000ad1, + 0xae000000ae4, + 0xae600000af0, + 0xaf900000b00, + 0xb0100000b04, + 0xb0500000b0d, + 0xb0f00000b11, + 0xb1300000b29, + 0xb2a00000b31, + 0xb3200000b34, + 0xb3500000b3a, + 0xb3c00000b45, + 0xb4700000b49, + 0xb4b00000b4e, + 0xb5500000b58, + 0xb5f00000b64, + 0xb6600000b70, + 0xb7100000b72, + 0xb8200000b84, + 0xb8500000b8b, + 0xb8e00000b91, + 0xb9200000b96, + 0xb9900000b9b, + 0xb9c00000b9d, + 0xb9e00000ba0, + 0xba300000ba5, + 0xba800000bab, + 0xbae00000bba, + 0xbbe00000bc3, + 0xbc600000bc9, + 0xbca00000bce, + 0xbd000000bd1, + 0xbd700000bd8, + 0xbe600000bf0, + 0xc0000000c0d, + 0xc0e00000c11, + 0xc1200000c29, + 0xc2a00000c3a, + 0xc3c00000c45, + 0xc4600000c49, + 0xc4a00000c4e, + 0xc5500000c57, + 0xc5800000c5b, + 0xc5d00000c5e, + 0xc6000000c64, + 0xc6600000c70, + 0xc8000000c84, + 0xc8500000c8d, + 0xc8e00000c91, + 0xc9200000ca9, + 0xcaa00000cb4, + 0xcb500000cba, + 0xcbc00000cc5, + 0xcc600000cc9, + 0xcca00000cce, + 0xcd500000cd7, + 0xcdd00000cdf, + 0xce000000ce4, + 0xce600000cf0, + 0xcf100000cf4, + 0xd0000000d0d, + 0xd0e00000d11, + 0xd1200000d45, + 0xd4600000d49, + 0xd4a00000d4f, + 0xd5400000d58, + 0xd5f00000d64, + 0xd6600000d70, + 0xd7a00000d80, + 0xd8100000d84, + 0xd8500000d97, + 0xd9a00000db2, + 0xdb300000dbc, + 0xdbd00000dbe, + 0xdc000000dc7, + 0xdca00000dcb, + 0xdcf00000dd5, + 0xdd600000dd7, + 0xdd800000de0, + 0xde600000df0, + 0xdf200000df4, + 0xe0100000e33, + 0xe3400000e3b, + 0xe4000000e4f, + 0xe5000000e5a, + 0xe8100000e83, + 0xe8400000e85, + 0xe8600000e8b, + 0xe8c00000ea4, + 0xea500000ea6, + 0xea700000eb3, + 0xeb400000ebe, + 0xec000000ec5, + 0xec600000ec7, + 0xec800000ecf, + 0xed000000eda, + 0xede00000ee0, + 0xf0000000f01, + 0xf0b00000f0c, + 0xf1800000f1a, + 0xf2000000f2a, + 0xf3500000f36, + 0xf3700000f38, + 0xf3900000f3a, + 0xf3e00000f43, + 0xf4400000f48, + 0xf4900000f4d, + 0xf4e00000f52, + 0xf5300000f57, + 0xf5800000f5c, + 0xf5d00000f69, + 0xf6a00000f6d, + 0xf7100000f73, + 0xf7400000f75, + 0xf7a00000f81, + 0xf8200000f85, + 0xf8600000f93, + 0xf9400000f98, + 0xf9900000f9d, + 0xf9e00000fa2, + 0xfa300000fa7, + 0xfa800000fac, + 0xfad00000fb9, + 0xfba00000fbd, + 0xfc600000fc7, + 0x10000000104a, + 0x10500000109e, + 0x10d0000010fb, + 0x10fd00001100, + 0x120000001249, + 0x124a0000124e, + 0x125000001257, + 0x125800001259, + 0x125a0000125e, + 0x126000001289, + 0x128a0000128e, + 0x1290000012b1, + 0x12b2000012b6, + 0x12b8000012bf, + 0x12c0000012c1, + 0x12c2000012c6, + 0x12c8000012d7, + 0x12d800001311, + 0x131200001316, + 0x13180000135b, + 0x135d00001360, + 0x138000001390, + 0x13a0000013f6, + 0x14010000166d, + 0x166f00001680, + 0x16810000169b, + 0x16a0000016eb, + 0x16f1000016f9, + 0x170000001716, + 0x171f00001735, + 0x174000001754, + 0x17600000176d, + 0x176e00001771, + 0x177200001774, + 0x1780000017b4, + 0x17b6000017d4, + 0x17d7000017d8, + 0x17dc000017de, + 0x17e0000017ea, + 0x18100000181a, + 0x182000001879, + 0x1880000018ab, + 0x18b0000018f6, + 0x19000000191f, + 0x19200000192c, + 0x19300000193c, + 0x19460000196e, + 0x197000001975, + 0x1980000019ac, + 0x19b0000019ca, + 0x19d0000019da, + 0x1a0000001a1c, + 0x1a2000001a5f, + 0x1a6000001a7d, + 0x1a7f00001a8a, + 0x1a9000001a9a, + 0x1aa700001aa8, + 0x1ab000001abe, + 0x1abf00001acf, + 0x1b0000001b4d, + 0x1b5000001b5a, + 0x1b6b00001b74, + 0x1b8000001bf4, + 0x1c0000001c38, + 0x1c4000001c4a, + 0x1c4d00001c7e, + 0x1cd000001cd3, + 0x1cd400001cfb, + 0x1d0000001d2c, + 0x1d2f00001d30, + 0x1d3b00001d3c, + 0x1d4e00001d4f, + 0x1d6b00001d78, + 0x1d7900001d9b, + 0x1dc000001e00, + 0x1e0100001e02, + 0x1e0300001e04, + 0x1e0500001e06, + 0x1e0700001e08, + 0x1e0900001e0a, + 0x1e0b00001e0c, + 0x1e0d00001e0e, + 0x1e0f00001e10, + 0x1e1100001e12, + 0x1e1300001e14, + 0x1e1500001e16, + 0x1e1700001e18, + 0x1e1900001e1a, + 0x1e1b00001e1c, + 0x1e1d00001e1e, + 0x1e1f00001e20, + 0x1e2100001e22, + 0x1e2300001e24, + 0x1e2500001e26, + 0x1e2700001e28, + 0x1e2900001e2a, + 0x1e2b00001e2c, + 0x1e2d00001e2e, + 0x1e2f00001e30, + 0x1e3100001e32, + 0x1e3300001e34, + 0x1e3500001e36, + 0x1e3700001e38, + 0x1e3900001e3a, + 0x1e3b00001e3c, + 0x1e3d00001e3e, + 0x1e3f00001e40, + 0x1e4100001e42, + 0x1e4300001e44, + 0x1e4500001e46, + 0x1e4700001e48, + 0x1e4900001e4a, + 0x1e4b00001e4c, + 0x1e4d00001e4e, + 0x1e4f00001e50, + 0x1e5100001e52, + 0x1e5300001e54, + 0x1e5500001e56, + 0x1e5700001e58, + 0x1e5900001e5a, + 0x1e5b00001e5c, + 0x1e5d00001e5e, + 0x1e5f00001e60, + 0x1e6100001e62, + 0x1e6300001e64, + 0x1e6500001e66, + 0x1e6700001e68, + 0x1e6900001e6a, + 0x1e6b00001e6c, + 0x1e6d00001e6e, + 0x1e6f00001e70, + 0x1e7100001e72, + 0x1e7300001e74, + 0x1e7500001e76, + 0x1e7700001e78, + 0x1e7900001e7a, + 0x1e7b00001e7c, + 0x1e7d00001e7e, + 0x1e7f00001e80, + 0x1e8100001e82, + 0x1e8300001e84, + 0x1e8500001e86, + 0x1e8700001e88, + 0x1e8900001e8a, + 0x1e8b00001e8c, + 0x1e8d00001e8e, + 0x1e8f00001e90, + 0x1e9100001e92, + 0x1e9300001e94, + 0x1e9500001e9a, + 0x1e9c00001e9e, + 0x1e9f00001ea0, + 0x1ea100001ea2, + 0x1ea300001ea4, + 0x1ea500001ea6, + 0x1ea700001ea8, + 0x1ea900001eaa, + 0x1eab00001eac, + 0x1ead00001eae, + 0x1eaf00001eb0, + 0x1eb100001eb2, + 0x1eb300001eb4, + 0x1eb500001eb6, + 0x1eb700001eb8, + 0x1eb900001eba, + 0x1ebb00001ebc, + 0x1ebd00001ebe, + 0x1ebf00001ec0, + 0x1ec100001ec2, + 0x1ec300001ec4, + 0x1ec500001ec6, + 0x1ec700001ec8, + 0x1ec900001eca, + 0x1ecb00001ecc, + 0x1ecd00001ece, + 0x1ecf00001ed0, + 0x1ed100001ed2, + 0x1ed300001ed4, + 0x1ed500001ed6, + 0x1ed700001ed8, + 0x1ed900001eda, + 0x1edb00001edc, + 0x1edd00001ede, + 0x1edf00001ee0, + 0x1ee100001ee2, + 0x1ee300001ee4, + 0x1ee500001ee6, + 0x1ee700001ee8, + 0x1ee900001eea, + 0x1eeb00001eec, + 0x1eed00001eee, + 0x1eef00001ef0, + 0x1ef100001ef2, + 0x1ef300001ef4, + 0x1ef500001ef6, + 0x1ef700001ef8, + 0x1ef900001efa, + 0x1efb00001efc, + 0x1efd00001efe, + 0x1eff00001f08, + 0x1f1000001f16, + 0x1f2000001f28, + 0x1f3000001f38, + 0x1f4000001f46, + 0x1f5000001f58, + 0x1f6000001f68, + 0x1f7000001f71, + 0x1f7200001f73, + 0x1f7400001f75, + 0x1f7600001f77, + 0x1f7800001f79, + 0x1f7a00001f7b, + 0x1f7c00001f7d, + 0x1fb000001fb2, + 0x1fb600001fb7, + 0x1fc600001fc7, + 0x1fd000001fd3, + 0x1fd600001fd8, + 0x1fe000001fe3, + 0x1fe400001fe8, + 0x1ff600001ff7, + 0x214e0000214f, + 0x218400002185, + 0x2c3000002c60, + 0x2c6100002c62, + 0x2c6500002c67, + 0x2c6800002c69, + 0x2c6a00002c6b, + 0x2c6c00002c6d, + 0x2c7100002c72, + 0x2c7300002c75, + 0x2c7600002c7c, + 0x2c8100002c82, + 0x2c8300002c84, + 0x2c8500002c86, + 0x2c8700002c88, + 0x2c8900002c8a, + 0x2c8b00002c8c, + 0x2c8d00002c8e, + 0x2c8f00002c90, + 0x2c9100002c92, + 0x2c9300002c94, + 0x2c9500002c96, + 0x2c9700002c98, + 0x2c9900002c9a, + 0x2c9b00002c9c, + 0x2c9d00002c9e, + 0x2c9f00002ca0, + 0x2ca100002ca2, + 0x2ca300002ca4, + 0x2ca500002ca6, + 0x2ca700002ca8, + 0x2ca900002caa, + 0x2cab00002cac, + 0x2cad00002cae, + 0x2caf00002cb0, + 0x2cb100002cb2, + 0x2cb300002cb4, + 0x2cb500002cb6, + 0x2cb700002cb8, + 0x2cb900002cba, + 0x2cbb00002cbc, + 0x2cbd00002cbe, + 0x2cbf00002cc0, + 0x2cc100002cc2, + 0x2cc300002cc4, + 0x2cc500002cc6, + 0x2cc700002cc8, + 0x2cc900002cca, + 0x2ccb00002ccc, + 0x2ccd00002cce, + 0x2ccf00002cd0, + 0x2cd100002cd2, + 0x2cd300002cd4, + 0x2cd500002cd6, + 0x2cd700002cd8, + 0x2cd900002cda, + 0x2cdb00002cdc, + 0x2cdd00002cde, + 0x2cdf00002ce0, + 0x2ce100002ce2, + 0x2ce300002ce5, + 0x2cec00002ced, + 0x2cee00002cf2, + 0x2cf300002cf4, + 0x2d0000002d26, + 0x2d2700002d28, + 0x2d2d00002d2e, + 0x2d3000002d68, + 0x2d7f00002d97, + 0x2da000002da7, + 0x2da800002daf, + 0x2db000002db7, + 0x2db800002dbf, + 0x2dc000002dc7, + 0x2dc800002dcf, + 0x2dd000002dd7, + 0x2dd800002ddf, + 0x2de000002e00, + 0x2e2f00002e30, + 0x300500003008, + 0x302a0000302e, + 0x303c0000303d, + 0x304100003097, + 0x30990000309b, + 0x309d0000309f, + 0x30a1000030fb, + 0x30fc000030ff, + 0x310500003130, + 0x31a0000031c0, + 0x31f000003200, + 0x340000004dc0, + 0x4e000000a48d, + 0xa4d00000a4fe, + 0xa5000000a60d, + 0xa6100000a62c, + 0xa6410000a642, + 0xa6430000a644, + 0xa6450000a646, + 0xa6470000a648, + 0xa6490000a64a, + 0xa64b0000a64c, + 0xa64d0000a64e, + 0xa64f0000a650, + 0xa6510000a652, + 0xa6530000a654, + 0xa6550000a656, + 0xa6570000a658, + 0xa6590000a65a, + 0xa65b0000a65c, + 0xa65d0000a65e, + 0xa65f0000a660, + 0xa6610000a662, + 0xa6630000a664, + 0xa6650000a666, + 0xa6670000a668, + 0xa6690000a66a, + 0xa66b0000a66c, + 0xa66d0000a670, + 0xa6740000a67e, + 0xa67f0000a680, + 0xa6810000a682, + 0xa6830000a684, + 0xa6850000a686, + 0xa6870000a688, + 0xa6890000a68a, + 0xa68b0000a68c, + 0xa68d0000a68e, + 0xa68f0000a690, + 0xa6910000a692, + 0xa6930000a694, + 0xa6950000a696, + 0xa6970000a698, + 0xa6990000a69a, + 0xa69b0000a69c, + 0xa69e0000a6e6, + 0xa6f00000a6f2, + 0xa7170000a720, + 0xa7230000a724, + 0xa7250000a726, + 0xa7270000a728, + 0xa7290000a72a, + 0xa72b0000a72c, + 0xa72d0000a72e, + 0xa72f0000a732, + 0xa7330000a734, + 0xa7350000a736, + 0xa7370000a738, + 0xa7390000a73a, + 0xa73b0000a73c, + 0xa73d0000a73e, + 0xa73f0000a740, + 0xa7410000a742, + 0xa7430000a744, + 0xa7450000a746, + 0xa7470000a748, + 0xa7490000a74a, + 0xa74b0000a74c, + 0xa74d0000a74e, + 0xa74f0000a750, + 0xa7510000a752, + 0xa7530000a754, + 0xa7550000a756, + 0xa7570000a758, + 0xa7590000a75a, + 0xa75b0000a75c, + 0xa75d0000a75e, + 0xa75f0000a760, + 0xa7610000a762, + 0xa7630000a764, + 0xa7650000a766, + 0xa7670000a768, + 0xa7690000a76a, + 0xa76b0000a76c, + 0xa76d0000a76e, + 0xa76f0000a770, + 0xa7710000a779, + 0xa77a0000a77b, + 0xa77c0000a77d, + 0xa77f0000a780, + 0xa7810000a782, + 0xa7830000a784, + 0xa7850000a786, + 0xa7870000a789, + 0xa78c0000a78d, + 0xa78e0000a790, + 0xa7910000a792, + 0xa7930000a796, + 0xa7970000a798, + 0xa7990000a79a, + 0xa79b0000a79c, + 0xa79d0000a79e, + 0xa79f0000a7a0, + 0xa7a10000a7a2, + 0xa7a30000a7a4, + 0xa7a50000a7a6, + 0xa7a70000a7a8, + 0xa7a90000a7aa, + 0xa7af0000a7b0, + 0xa7b50000a7b6, + 0xa7b70000a7b8, + 0xa7b90000a7ba, + 0xa7bb0000a7bc, + 0xa7bd0000a7be, + 0xa7bf0000a7c0, + 0xa7c10000a7c2, + 0xa7c30000a7c4, + 0xa7c80000a7c9, + 0xa7ca0000a7cb, + 0xa7d10000a7d2, + 0xa7d30000a7d4, + 0xa7d50000a7d6, + 0xa7d70000a7d8, + 0xa7d90000a7da, + 0xa7f60000a7f8, + 0xa7fa0000a828, + 0xa82c0000a82d, + 0xa8400000a874, + 0xa8800000a8c6, + 0xa8d00000a8da, + 0xa8e00000a8f8, + 0xa8fb0000a8fc, + 0xa8fd0000a92e, + 0xa9300000a954, + 0xa9800000a9c1, + 0xa9cf0000a9da, + 0xa9e00000a9ff, + 0xaa000000aa37, + 0xaa400000aa4e, + 0xaa500000aa5a, + 0xaa600000aa77, + 0xaa7a0000aac3, + 0xaadb0000aade, + 0xaae00000aaf0, + 0xaaf20000aaf7, + 0xab010000ab07, + 0xab090000ab0f, + 0xab110000ab17, + 0xab200000ab27, + 0xab280000ab2f, + 0xab300000ab5b, + 0xab600000ab69, + 0xabc00000abeb, + 0xabec0000abee, + 0xabf00000abfa, + 0xac000000d7a4, + 0xfa0e0000fa10, + 0xfa110000fa12, + 0xfa130000fa15, + 0xfa1f0000fa20, + 0xfa210000fa22, + 0xfa230000fa25, + 0xfa270000fa2a, + 0xfb1e0000fb1f, + 0xfe200000fe30, + 0xfe730000fe74, + 0x100000001000c, + 0x1000d00010027, + 0x100280001003b, + 0x1003c0001003e, + 0x1003f0001004e, + 0x100500001005e, + 0x10080000100fb, + 0x101fd000101fe, + 0x102800001029d, + 0x102a0000102d1, + 0x102e0000102e1, + 0x1030000010320, + 0x1032d00010341, + 0x103420001034a, + 0x103500001037b, + 0x103800001039e, + 0x103a0000103c4, + 0x103c8000103d0, + 0x104280001049e, + 0x104a0000104aa, + 0x104d8000104fc, + 0x1050000010528, + 0x1053000010564, + 0x10597000105a2, + 0x105a3000105b2, + 0x105b3000105ba, + 0x105bb000105bd, + 0x1060000010737, + 0x1074000010756, + 0x1076000010768, + 0x1078000010781, + 0x1080000010806, + 0x1080800010809, + 0x1080a00010836, + 0x1083700010839, + 0x1083c0001083d, + 0x1083f00010856, + 0x1086000010877, + 0x108800001089f, + 0x108e0000108f3, + 0x108f4000108f6, + 0x1090000010916, + 0x109200001093a, + 0x10980000109b8, + 0x109be000109c0, + 0x10a0000010a04, + 0x10a0500010a07, + 0x10a0c00010a14, + 0x10a1500010a18, + 0x10a1900010a36, + 0x10a3800010a3b, + 0x10a3f00010a40, + 0x10a6000010a7d, + 0x10a8000010a9d, + 0x10ac000010ac8, + 0x10ac900010ae7, + 0x10b0000010b36, + 0x10b4000010b56, + 0x10b6000010b73, + 0x10b8000010b92, + 0x10c0000010c49, + 0x10cc000010cf3, + 0x10d0000010d28, + 0x10d3000010d3a, + 0x10e8000010eaa, + 0x10eab00010ead, + 0x10eb000010eb2, + 0x10efd00010f1d, + 0x10f2700010f28, + 0x10f3000010f51, + 0x10f7000010f86, + 0x10fb000010fc5, + 0x10fe000010ff7, + 0x1100000011047, + 0x1106600011076, + 0x1107f000110bb, + 0x110c2000110c3, + 0x110d0000110e9, + 0x110f0000110fa, + 0x1110000011135, + 0x1113600011140, + 0x1114400011148, + 0x1115000011174, + 0x1117600011177, + 0x11180000111c5, + 0x111c9000111cd, + 0x111ce000111db, + 0x111dc000111dd, + 0x1120000011212, + 0x1121300011238, + 0x1123e00011242, + 0x1128000011287, + 0x1128800011289, + 0x1128a0001128e, + 0x1128f0001129e, + 0x1129f000112a9, + 0x112b0000112eb, + 0x112f0000112fa, + 0x1130000011304, + 0x113050001130d, + 0x1130f00011311, + 0x1131300011329, + 0x1132a00011331, + 0x1133200011334, + 0x113350001133a, + 0x1133b00011345, + 0x1134700011349, + 0x1134b0001134e, + 0x1135000011351, + 0x1135700011358, + 0x1135d00011364, + 0x113660001136d, + 0x1137000011375, + 0x114000001144b, + 0x114500001145a, + 0x1145e00011462, + 0x11480000114c6, + 0x114c7000114c8, + 0x114d0000114da, + 0x11580000115b6, + 0x115b8000115c1, + 0x115d8000115de, + 0x1160000011641, + 0x1164400011645, + 0x116500001165a, + 0x11680000116b9, + 0x116c0000116ca, + 0x117000001171b, + 0x1171d0001172c, + 0x117300001173a, + 0x1174000011747, + 0x118000001183b, + 0x118c0000118ea, + 0x118ff00011907, + 0x119090001190a, + 0x1190c00011914, + 0x1191500011917, + 0x1191800011936, + 0x1193700011939, + 0x1193b00011944, + 0x119500001195a, + 0x119a0000119a8, + 0x119aa000119d8, + 0x119da000119e2, + 0x119e3000119e5, + 0x11a0000011a3f, + 0x11a4700011a48, + 0x11a5000011a9a, + 0x11a9d00011a9e, + 0x11ab000011af9, + 0x11c0000011c09, + 0x11c0a00011c37, + 0x11c3800011c41, + 0x11c5000011c5a, + 0x11c7200011c90, + 0x11c9200011ca8, + 0x11ca900011cb7, + 0x11d0000011d07, + 0x11d0800011d0a, + 0x11d0b00011d37, + 0x11d3a00011d3b, + 0x11d3c00011d3e, + 0x11d3f00011d48, + 0x11d5000011d5a, + 0x11d6000011d66, + 0x11d6700011d69, + 0x11d6a00011d8f, + 0x11d9000011d92, + 0x11d9300011d99, + 0x11da000011daa, + 0x11ee000011ef7, + 0x11f0000011f11, + 0x11f1200011f3b, + 0x11f3e00011f43, + 0x11f5000011f5a, + 0x11fb000011fb1, + 0x120000001239a, + 0x1248000012544, + 0x12f9000012ff1, + 0x1300000013430, + 0x1344000013456, + 0x1440000014647, + 0x1680000016a39, + 0x16a4000016a5f, + 0x16a6000016a6a, + 0x16a7000016abf, + 0x16ac000016aca, + 0x16ad000016aee, + 0x16af000016af5, + 0x16b0000016b37, + 0x16b4000016b44, + 0x16b5000016b5a, + 0x16b6300016b78, + 0x16b7d00016b90, + 0x16e6000016e80, + 0x16f0000016f4b, + 0x16f4f00016f88, + 0x16f8f00016fa0, + 0x16fe000016fe2, + 0x16fe300016fe5, + 0x16ff000016ff2, + 0x17000000187f8, + 0x1880000018cd6, + 0x18d0000018d09, + 0x1aff00001aff4, + 0x1aff50001affc, + 0x1affd0001afff, + 0x1b0000001b123, + 0x1b1320001b133, + 0x1b1500001b153, + 0x1b1550001b156, + 0x1b1640001b168, + 0x1b1700001b2fc, + 0x1bc000001bc6b, + 0x1bc700001bc7d, + 0x1bc800001bc89, + 0x1bc900001bc9a, + 0x1bc9d0001bc9f, + 0x1cf000001cf2e, + 0x1cf300001cf47, + 0x1da000001da37, + 0x1da3b0001da6d, + 0x1da750001da76, + 0x1da840001da85, + 0x1da9b0001daa0, + 0x1daa10001dab0, + 0x1df000001df1f, + 0x1df250001df2b, + 0x1e0000001e007, + 0x1e0080001e019, + 0x1e01b0001e022, + 0x1e0230001e025, + 0x1e0260001e02b, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x2ebf00002ee5e, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..ed81113 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.7' + diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..6a1eddb --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8598 @@ +# This file is automatically generated by tools/idna-data +# vim: set fileencoding=utf-8 : + +from typing import List, Tuple, Union + + +"""IDNA Mapping Table from UTS46.""" + + +__version__ = '15.1.0' +def _seg_0() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x0, '3'), + (0x1, '3'), + (0x2, '3'), + (0x3, '3'), + (0x4, '3'), + (0x5, '3'), + (0x6, '3'), + (0x7, '3'), + (0x8, '3'), + (0x9, '3'), + (0xA, '3'), + (0xB, '3'), + (0xC, '3'), + (0xD, '3'), + (0xE, '3'), + (0xF, '3'), + (0x10, '3'), + (0x11, '3'), + (0x12, '3'), + (0x13, '3'), + (0x14, '3'), + (0x15, '3'), + (0x16, '3'), + (0x17, '3'), + (0x18, '3'), + (0x19, '3'), + (0x1A, '3'), + (0x1B, '3'), + (0x1C, '3'), + (0x1D, '3'), + (0x1E, '3'), + (0x1F, '3'), + (0x20, '3'), + (0x21, '3'), + (0x22, '3'), + (0x23, '3'), + (0x24, '3'), + (0x25, '3'), + (0x26, '3'), + (0x27, '3'), + (0x28, '3'), + (0x29, '3'), + (0x2A, '3'), + (0x2B, '3'), + (0x2C, '3'), + (0x2D, 'V'), + (0x2E, 'V'), + (0x2F, '3'), + (0x30, 'V'), + (0x31, 'V'), + (0x32, 'V'), + (0x33, 'V'), + (0x34, 'V'), + (0x35, 'V'), + (0x36, 'V'), + (0x37, 'V'), + (0x38, 'V'), + (0x39, 'V'), + (0x3A, '3'), + (0x3B, '3'), + (0x3C, '3'), + (0x3D, '3'), + (0x3E, '3'), + (0x3F, '3'), + (0x40, '3'), + (0x41, 'M', 'a'), + (0x42, 'M', 'b'), + (0x43, 'M', 'c'), + (0x44, 'M', 'd'), + (0x45, 'M', 'e'), + (0x46, 'M', 'f'), + (0x47, 'M', 'g'), + (0x48, 'M', 'h'), + (0x49, 'M', 'i'), + (0x4A, 'M', 'j'), + (0x4B, 'M', 'k'), + (0x4C, 'M', 'l'), + (0x4D, 'M', 'm'), + (0x4E, 'M', 'n'), + (0x4F, 'M', 'o'), + (0x50, 'M', 'p'), + (0x51, 'M', 'q'), + (0x52, 'M', 'r'), + (0x53, 'M', 's'), + (0x54, 'M', 't'), + (0x55, 'M', 'u'), + (0x56, 'M', 'v'), + (0x57, 'M', 'w'), + (0x58, 'M', 'x'), + (0x59, 'M', 'y'), + (0x5A, 'M', 'z'), + (0x5B, '3'), + (0x5C, '3'), + (0x5D, '3'), + (0x5E, '3'), + (0x5F, '3'), + (0x60, '3'), + (0x61, 'V'), + (0x62, 'V'), + (0x63, 'V'), + ] + +def _seg_1() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x64, 'V'), + (0x65, 'V'), + (0x66, 'V'), + (0x67, 'V'), + (0x68, 'V'), + (0x69, 'V'), + (0x6A, 'V'), + (0x6B, 'V'), + (0x6C, 'V'), + (0x6D, 'V'), + (0x6E, 'V'), + (0x6F, 'V'), + (0x70, 'V'), + (0x71, 'V'), + (0x72, 'V'), + (0x73, 'V'), + (0x74, 'V'), + (0x75, 'V'), + (0x76, 'V'), + (0x77, 'V'), + (0x78, 'V'), + (0x79, 'V'), + (0x7A, 'V'), + (0x7B, '3'), + (0x7C, '3'), + (0x7D, '3'), + (0x7E, '3'), + (0x7F, '3'), + (0x80, 'X'), + (0x81, 'X'), + (0x82, 'X'), + (0x83, 'X'), + (0x84, 'X'), + (0x85, 'X'), + (0x86, 'X'), + (0x87, 'X'), + (0x88, 'X'), + (0x89, 'X'), + (0x8A, 'X'), + (0x8B, 'X'), + (0x8C, 'X'), + (0x8D, 'X'), + (0x8E, 'X'), + (0x8F, 'X'), + (0x90, 'X'), + (0x91, 'X'), + (0x92, 'X'), + (0x93, 'X'), + (0x94, 'X'), + (0x95, 'X'), + (0x96, 'X'), + (0x97, 'X'), + (0x98, 'X'), + (0x99, 'X'), + (0x9A, 'X'), + (0x9B, 'X'), + (0x9C, 'X'), + (0x9D, 'X'), + (0x9E, 'X'), + (0x9F, 'X'), + (0xA0, '3', ' '), + (0xA1, 'V'), + (0xA2, 'V'), + (0xA3, 'V'), + (0xA4, 'V'), + (0xA5, 'V'), + (0xA6, 'V'), + (0xA7, 'V'), + (0xA8, '3', ' ̈'), + (0xA9, 'V'), + (0xAA, 'M', 'a'), + (0xAB, 'V'), + (0xAC, 'V'), + (0xAD, 'I'), + (0xAE, 'V'), + (0xAF, '3', ' ̄'), + (0xB0, 'V'), + (0xB1, 'V'), + (0xB2, 'M', '2'), + (0xB3, 'M', '3'), + (0xB4, '3', ' ́'), + (0xB5, 'M', 'μ'), + (0xB6, 'V'), + (0xB7, 'V'), + (0xB8, '3', ' ̧'), + (0xB9, 'M', '1'), + (0xBA, 'M', 'o'), + (0xBB, 'V'), + (0xBC, 'M', '1⁄4'), + (0xBD, 'M', '1⁄2'), + (0xBE, 'M', '3⁄4'), + (0xBF, 'V'), + (0xC0, 'M', 'à'), + (0xC1, 'M', 'á'), + (0xC2, 'M', 'â'), + (0xC3, 'M', 'ã'), + (0xC4, 'M', 'ä'), + (0xC5, 'M', 'å'), + (0xC6, 'M', 'æ'), + (0xC7, 'M', 'ç'), + ] + +def _seg_2() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC8, 'M', 'è'), + (0xC9, 'M', 'é'), + (0xCA, 'M', 'ê'), + (0xCB, 'M', 'ë'), + (0xCC, 'M', 'ì'), + (0xCD, 'M', 'í'), + (0xCE, 'M', 'î'), + (0xCF, 'M', 'ï'), + (0xD0, 'M', 'ð'), + (0xD1, 'M', 'ñ'), + (0xD2, 'M', 'ò'), + (0xD3, 'M', 'ó'), + (0xD4, 'M', 'ô'), + (0xD5, 'M', 'õ'), + (0xD6, 'M', 'ö'), + (0xD7, 'V'), + (0xD8, 'M', 'ø'), + (0xD9, 'M', 'ù'), + (0xDA, 'M', 'ú'), + (0xDB, 'M', 'û'), + (0xDC, 'M', 'ü'), + (0xDD, 'M', 'ý'), + (0xDE, 'M', 'þ'), + (0xDF, 'D', 'ss'), + (0xE0, 'V'), + (0xE1, 'V'), + (0xE2, 'V'), + (0xE3, 'V'), + (0xE4, 'V'), + (0xE5, 'V'), + (0xE6, 'V'), + (0xE7, 'V'), + (0xE8, 'V'), + (0xE9, 'V'), + (0xEA, 'V'), + (0xEB, 'V'), + (0xEC, 'V'), + (0xED, 'V'), + (0xEE, 'V'), + (0xEF, 'V'), + (0xF0, 'V'), + (0xF1, 'V'), + (0xF2, 'V'), + (0xF3, 'V'), + (0xF4, 'V'), + (0xF5, 'V'), + (0xF6, 'V'), + (0xF7, 'V'), + (0xF8, 'V'), + (0xF9, 'V'), + (0xFA, 'V'), + (0xFB, 'V'), + (0xFC, 'V'), + (0xFD, 'V'), + (0xFE, 'V'), + (0xFF, 'V'), + (0x100, 'M', 'ā'), + (0x101, 'V'), + (0x102, 'M', 'ă'), + (0x103, 'V'), + (0x104, 'M', 'ą'), + (0x105, 'V'), + (0x106, 'M', 'ć'), + (0x107, 'V'), + (0x108, 'M', 'ĉ'), + (0x109, 'V'), + (0x10A, 'M', 'ċ'), + (0x10B, 'V'), + (0x10C, 'M', 'č'), + (0x10D, 'V'), + (0x10E, 'M', 'ď'), + (0x10F, 'V'), + (0x110, 'M', 'đ'), + (0x111, 'V'), + (0x112, 'M', 'ē'), + (0x113, 'V'), + (0x114, 'M', 'ĕ'), + (0x115, 'V'), + (0x116, 'M', 'ė'), + (0x117, 'V'), + (0x118, 'M', 'ę'), + (0x119, 'V'), + (0x11A, 'M', 'ě'), + (0x11B, 'V'), + (0x11C, 'M', 'ĝ'), + (0x11D, 'V'), + (0x11E, 'M', 'ğ'), + (0x11F, 'V'), + (0x120, 'M', 'ġ'), + (0x121, 'V'), + (0x122, 'M', 'ģ'), + (0x123, 'V'), + (0x124, 'M', 'ĥ'), + (0x125, 'V'), + (0x126, 'M', 'ħ'), + (0x127, 'V'), + (0x128, 'M', 'ĩ'), + (0x129, 'V'), + (0x12A, 'M', 'ī'), + (0x12B, 'V'), + ] + +def _seg_3() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x12C, 'M', 'ĭ'), + (0x12D, 'V'), + (0x12E, 'M', 'į'), + (0x12F, 'V'), + (0x130, 'M', 'i̇'), + (0x131, 'V'), + (0x132, 'M', 'ij'), + (0x134, 'M', 'ĵ'), + (0x135, 'V'), + (0x136, 'M', 'ķ'), + (0x137, 'V'), + (0x139, 'M', 'ĺ'), + (0x13A, 'V'), + (0x13B, 'M', 'ļ'), + (0x13C, 'V'), + (0x13D, 'M', 'ľ'), + (0x13E, 'V'), + (0x13F, 'M', 'l·'), + (0x141, 'M', 'ł'), + (0x142, 'V'), + (0x143, 'M', 'ń'), + (0x144, 'V'), + (0x145, 'M', 'ņ'), + (0x146, 'V'), + (0x147, 'M', 'ň'), + (0x148, 'V'), + (0x149, 'M', 'ʼn'), + (0x14A, 'M', 'ŋ'), + (0x14B, 'V'), + (0x14C, 'M', 'ō'), + (0x14D, 'V'), + (0x14E, 'M', 'ŏ'), + (0x14F, 'V'), + (0x150, 'M', 'ő'), + (0x151, 'V'), + (0x152, 'M', 'œ'), + (0x153, 'V'), + (0x154, 'M', 'ŕ'), + (0x155, 'V'), + (0x156, 'M', 'ŗ'), + (0x157, 'V'), + (0x158, 'M', 'ř'), + (0x159, 'V'), + (0x15A, 'M', 'ś'), + (0x15B, 'V'), + (0x15C, 'M', 'ŝ'), + (0x15D, 'V'), + (0x15E, 'M', 'ş'), + (0x15F, 'V'), + (0x160, 'M', 'š'), + (0x161, 'V'), + (0x162, 'M', 'ţ'), + (0x163, 'V'), + (0x164, 'M', 'ť'), + (0x165, 'V'), + (0x166, 'M', 'ŧ'), + (0x167, 'V'), + (0x168, 'M', 'ũ'), + (0x169, 'V'), + (0x16A, 'M', 'ū'), + (0x16B, 'V'), + (0x16C, 'M', 'ŭ'), + (0x16D, 'V'), + (0x16E, 'M', 'ů'), + (0x16F, 'V'), + (0x170, 'M', 'ű'), + (0x171, 'V'), + (0x172, 'M', 'ų'), + (0x173, 'V'), + (0x174, 'M', 'ŵ'), + (0x175, 'V'), + (0x176, 'M', 'ŷ'), + (0x177, 'V'), + (0x178, 'M', 'ÿ'), + (0x179, 'M', 'ź'), + (0x17A, 'V'), + (0x17B, 'M', 'ż'), + (0x17C, 'V'), + (0x17D, 'M', 'ž'), + (0x17E, 'V'), + (0x17F, 'M', 's'), + (0x180, 'V'), + (0x181, 'M', 'ɓ'), + (0x182, 'M', 'ƃ'), + (0x183, 'V'), + (0x184, 'M', 'ƅ'), + (0x185, 'V'), + (0x186, 'M', 'ɔ'), + (0x187, 'M', 'ƈ'), + (0x188, 'V'), + (0x189, 'M', 'ɖ'), + (0x18A, 'M', 'ɗ'), + (0x18B, 'M', 'ƌ'), + (0x18C, 'V'), + (0x18E, 'M', 'ǝ'), + (0x18F, 'M', 'ə'), + (0x190, 'M', 'ɛ'), + (0x191, 'M', 'ƒ'), + (0x192, 'V'), + (0x193, 'M', 'ɠ'), + ] + +def _seg_4() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x194, 'M', 'ɣ'), + (0x195, 'V'), + (0x196, 'M', 'ɩ'), + (0x197, 'M', 'ɨ'), + (0x198, 'M', 'ƙ'), + (0x199, 'V'), + (0x19C, 'M', 'ɯ'), + (0x19D, 'M', 'ɲ'), + (0x19E, 'V'), + (0x19F, 'M', 'ɵ'), + (0x1A0, 'M', 'ơ'), + (0x1A1, 'V'), + (0x1A2, 'M', 'ƣ'), + (0x1A3, 'V'), + (0x1A4, 'M', 'ƥ'), + (0x1A5, 'V'), + (0x1A6, 'M', 'ʀ'), + (0x1A7, 'M', 'ƨ'), + (0x1A8, 'V'), + (0x1A9, 'M', 'ʃ'), + (0x1AA, 'V'), + (0x1AC, 'M', 'ƭ'), + (0x1AD, 'V'), + (0x1AE, 'M', 'ʈ'), + (0x1AF, 'M', 'ư'), + (0x1B0, 'V'), + (0x1B1, 'M', 'ʊ'), + (0x1B2, 'M', 'ʋ'), + (0x1B3, 'M', 'ƴ'), + (0x1B4, 'V'), + (0x1B5, 'M', 'ƶ'), + (0x1B6, 'V'), + (0x1B7, 'M', 'ʒ'), + (0x1B8, 'M', 'ƹ'), + (0x1B9, 'V'), + (0x1BC, 'M', 'ƽ'), + (0x1BD, 'V'), + (0x1C4, 'M', 'dž'), + (0x1C7, 'M', 'lj'), + (0x1CA, 'M', 'nj'), + (0x1CD, 'M', 'ǎ'), + (0x1CE, 'V'), + (0x1CF, 'M', 'ǐ'), + (0x1D0, 'V'), + (0x1D1, 'M', 'ǒ'), + (0x1D2, 'V'), + (0x1D3, 'M', 'ǔ'), + (0x1D4, 'V'), + (0x1D5, 'M', 'ǖ'), + (0x1D6, 'V'), + (0x1D7, 'M', 'ǘ'), + (0x1D8, 'V'), + (0x1D9, 'M', 'ǚ'), + (0x1DA, 'V'), + (0x1DB, 'M', 'ǜ'), + (0x1DC, 'V'), + (0x1DE, 'M', 'ǟ'), + (0x1DF, 'V'), + (0x1E0, 'M', 'ǡ'), + (0x1E1, 'V'), + (0x1E2, 'M', 'ǣ'), + (0x1E3, 'V'), + (0x1E4, 'M', 'ǥ'), + (0x1E5, 'V'), + (0x1E6, 'M', 'ǧ'), + (0x1E7, 'V'), + (0x1E8, 'M', 'ǩ'), + (0x1E9, 'V'), + (0x1EA, 'M', 'ǫ'), + (0x1EB, 'V'), + (0x1EC, 'M', 'ǭ'), + (0x1ED, 'V'), + (0x1EE, 'M', 'ǯ'), + (0x1EF, 'V'), + (0x1F1, 'M', 'dz'), + (0x1F4, 'M', 'ǵ'), + (0x1F5, 'V'), + (0x1F6, 'M', 'ƕ'), + (0x1F7, 'M', 'ƿ'), + (0x1F8, 'M', 'ǹ'), + (0x1F9, 'V'), + (0x1FA, 'M', 'ǻ'), + (0x1FB, 'V'), + (0x1FC, 'M', 'ǽ'), + (0x1FD, 'V'), + (0x1FE, 'M', 'ǿ'), + (0x1FF, 'V'), + (0x200, 'M', 'ȁ'), + (0x201, 'V'), + (0x202, 'M', 'ȃ'), + (0x203, 'V'), + (0x204, 'M', 'ȅ'), + (0x205, 'V'), + (0x206, 'M', 'ȇ'), + (0x207, 'V'), + (0x208, 'M', 'ȉ'), + (0x209, 'V'), + (0x20A, 'M', 'ȋ'), + (0x20B, 'V'), + (0x20C, 'M', 'ȍ'), + ] + +def _seg_5() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x20D, 'V'), + (0x20E, 'M', 'ȏ'), + (0x20F, 'V'), + (0x210, 'M', 'ȑ'), + (0x211, 'V'), + (0x212, 'M', 'ȓ'), + (0x213, 'V'), + (0x214, 'M', 'ȕ'), + (0x215, 'V'), + (0x216, 'M', 'ȗ'), + (0x217, 'V'), + (0x218, 'M', 'ș'), + (0x219, 'V'), + (0x21A, 'M', 'ț'), + (0x21B, 'V'), + (0x21C, 'M', 'ȝ'), + (0x21D, 'V'), + (0x21E, 'M', 'ȟ'), + (0x21F, 'V'), + (0x220, 'M', 'ƞ'), + (0x221, 'V'), + (0x222, 'M', 'ȣ'), + (0x223, 'V'), + (0x224, 'M', 'ȥ'), + (0x225, 'V'), + (0x226, 'M', 'ȧ'), + (0x227, 'V'), + (0x228, 'M', 'ȩ'), + (0x229, 'V'), + (0x22A, 'M', 'ȫ'), + (0x22B, 'V'), + (0x22C, 'M', 'ȭ'), + (0x22D, 'V'), + (0x22E, 'M', 'ȯ'), + (0x22F, 'V'), + (0x230, 'M', 'ȱ'), + (0x231, 'V'), + (0x232, 'M', 'ȳ'), + (0x233, 'V'), + (0x23A, 'M', 'ⱥ'), + (0x23B, 'M', 'ȼ'), + (0x23C, 'V'), + (0x23D, 'M', 'ƚ'), + (0x23E, 'M', 'ⱦ'), + (0x23F, 'V'), + (0x241, 'M', 'ɂ'), + (0x242, 'V'), + (0x243, 'M', 'ƀ'), + (0x244, 'M', 'ʉ'), + (0x245, 'M', 'ʌ'), + (0x246, 'M', 'ɇ'), + (0x247, 'V'), + (0x248, 'M', 'ɉ'), + (0x249, 'V'), + (0x24A, 'M', 'ɋ'), + (0x24B, 'V'), + (0x24C, 'M', 'ɍ'), + (0x24D, 'V'), + (0x24E, 'M', 'ɏ'), + (0x24F, 'V'), + (0x2B0, 'M', 'h'), + (0x2B1, 'M', 'ɦ'), + (0x2B2, 'M', 'j'), + (0x2B3, 'M', 'r'), + (0x2B4, 'M', 'ɹ'), + (0x2B5, 'M', 'ɻ'), + (0x2B6, 'M', 'ʁ'), + (0x2B7, 'M', 'w'), + (0x2B8, 'M', 'y'), + (0x2B9, 'V'), + (0x2D8, '3', ' ̆'), + (0x2D9, '3', ' ̇'), + (0x2DA, '3', ' ̊'), + (0x2DB, '3', ' ̨'), + (0x2DC, '3', ' ̃'), + (0x2DD, '3', ' ̋'), + (0x2DE, 'V'), + (0x2E0, 'M', 'ɣ'), + (0x2E1, 'M', 'l'), + (0x2E2, 'M', 's'), + (0x2E3, 'M', 'x'), + (0x2E4, 'M', 'ʕ'), + (0x2E5, 'V'), + (0x340, 'M', '̀'), + (0x341, 'M', '́'), + (0x342, 'V'), + (0x343, 'M', '̓'), + (0x344, 'M', '̈́'), + (0x345, 'M', 'ι'), + (0x346, 'V'), + (0x34F, 'I'), + (0x350, 'V'), + (0x370, 'M', 'ͱ'), + (0x371, 'V'), + (0x372, 'M', 'ͳ'), + (0x373, 'V'), + (0x374, 'M', 'ʹ'), + (0x375, 'V'), + (0x376, 'M', 'ͷ'), + (0x377, 'V'), + ] + +def _seg_6() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x378, 'X'), + (0x37A, '3', ' ι'), + (0x37B, 'V'), + (0x37E, '3', ';'), + (0x37F, 'M', 'ϳ'), + (0x380, 'X'), + (0x384, '3', ' ́'), + (0x385, '3', ' ̈́'), + (0x386, 'M', 'ά'), + (0x387, 'M', '·'), + (0x388, 'M', 'έ'), + (0x389, 'M', 'ή'), + (0x38A, 'M', 'ί'), + (0x38B, 'X'), + (0x38C, 'M', 'ό'), + (0x38D, 'X'), + (0x38E, 'M', 'ύ'), + (0x38F, 'M', 'ώ'), + (0x390, 'V'), + (0x391, 'M', 'α'), + (0x392, 'M', 'β'), + (0x393, 'M', 'γ'), + (0x394, 'M', 'δ'), + (0x395, 'M', 'ε'), + (0x396, 'M', 'ζ'), + (0x397, 'M', 'η'), + (0x398, 'M', 'θ'), + (0x399, 'M', 'ι'), + (0x39A, 'M', 'κ'), + (0x39B, 'M', 'λ'), + (0x39C, 'M', 'μ'), + (0x39D, 'M', 'ν'), + (0x39E, 'M', 'ξ'), + (0x39F, 'M', 'ο'), + (0x3A0, 'M', 'π'), + (0x3A1, 'M', 'ρ'), + (0x3A2, 'X'), + (0x3A3, 'M', 'σ'), + (0x3A4, 'M', 'τ'), + (0x3A5, 'M', 'υ'), + (0x3A6, 'M', 'φ'), + (0x3A7, 'M', 'χ'), + (0x3A8, 'M', 'ψ'), + (0x3A9, 'M', 'ω'), + (0x3AA, 'M', 'ϊ'), + (0x3AB, 'M', 'ϋ'), + (0x3AC, 'V'), + (0x3C2, 'D', 'σ'), + (0x3C3, 'V'), + (0x3CF, 'M', 'ϗ'), + (0x3D0, 'M', 'β'), + (0x3D1, 'M', 'θ'), + (0x3D2, 'M', 'υ'), + (0x3D3, 'M', 'ύ'), + (0x3D4, 'M', 'ϋ'), + (0x3D5, 'M', 'φ'), + (0x3D6, 'M', 'π'), + (0x3D7, 'V'), + (0x3D8, 'M', 'ϙ'), + (0x3D9, 'V'), + (0x3DA, 'M', 'ϛ'), + (0x3DB, 'V'), + (0x3DC, 'M', 'ϝ'), + (0x3DD, 'V'), + (0x3DE, 'M', 'ϟ'), + (0x3DF, 'V'), + (0x3E0, 'M', 'ϡ'), + (0x3E1, 'V'), + (0x3E2, 'M', 'ϣ'), + (0x3E3, 'V'), + (0x3E4, 'M', 'ϥ'), + (0x3E5, 'V'), + (0x3E6, 'M', 'ϧ'), + (0x3E7, 'V'), + (0x3E8, 'M', 'ϩ'), + (0x3E9, 'V'), + (0x3EA, 'M', 'ϫ'), + (0x3EB, 'V'), + (0x3EC, 'M', 'ϭ'), + (0x3ED, 'V'), + (0x3EE, 'M', 'ϯ'), + (0x3EF, 'V'), + (0x3F0, 'M', 'κ'), + (0x3F1, 'M', 'ρ'), + (0x3F2, 'M', 'σ'), + (0x3F3, 'V'), + (0x3F4, 'M', 'θ'), + (0x3F5, 'M', 'ε'), + (0x3F6, 'V'), + (0x3F7, 'M', 'ϸ'), + (0x3F8, 'V'), + (0x3F9, 'M', 'σ'), + (0x3FA, 'M', 'ϻ'), + (0x3FB, 'V'), + (0x3FD, 'M', 'ͻ'), + (0x3FE, 'M', 'ͼ'), + (0x3FF, 'M', 'ͽ'), + (0x400, 'M', 'ѐ'), + (0x401, 'M', 'ё'), + (0x402, 'M', 'ђ'), + ] + +def _seg_7() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x403, 'M', 'ѓ'), + (0x404, 'M', 'є'), + (0x405, 'M', 'ѕ'), + (0x406, 'M', 'і'), + (0x407, 'M', 'ї'), + (0x408, 'M', 'ј'), + (0x409, 'M', 'љ'), + (0x40A, 'M', 'њ'), + (0x40B, 'M', 'ћ'), + (0x40C, 'M', 'ќ'), + (0x40D, 'M', 'ѝ'), + (0x40E, 'M', 'ў'), + (0x40F, 'M', 'џ'), + (0x410, 'M', 'а'), + (0x411, 'M', 'б'), + (0x412, 'M', 'в'), + (0x413, 'M', 'г'), + (0x414, 'M', 'д'), + (0x415, 'M', 'е'), + (0x416, 'M', 'ж'), + (0x417, 'M', 'з'), + (0x418, 'M', 'и'), + (0x419, 'M', 'й'), + (0x41A, 'M', 'к'), + (0x41B, 'M', 'л'), + (0x41C, 'M', 'м'), + (0x41D, 'M', 'н'), + (0x41E, 'M', 'о'), + (0x41F, 'M', 'п'), + (0x420, 'M', 'р'), + (0x421, 'M', 'с'), + (0x422, 'M', 'т'), + (0x423, 'M', 'у'), + (0x424, 'M', 'ф'), + (0x425, 'M', 'х'), + (0x426, 'M', 'ц'), + (0x427, 'M', 'ч'), + (0x428, 'M', 'ш'), + (0x429, 'M', 'щ'), + (0x42A, 'M', 'ъ'), + (0x42B, 'M', 'ы'), + (0x42C, 'M', 'ь'), + (0x42D, 'M', 'э'), + (0x42E, 'M', 'ю'), + (0x42F, 'M', 'я'), + (0x430, 'V'), + (0x460, 'M', 'ѡ'), + (0x461, 'V'), + (0x462, 'M', 'ѣ'), + (0x463, 'V'), + (0x464, 'M', 'ѥ'), + (0x465, 'V'), + (0x466, 'M', 'ѧ'), + (0x467, 'V'), + (0x468, 'M', 'ѩ'), + (0x469, 'V'), + (0x46A, 'M', 'ѫ'), + (0x46B, 'V'), + (0x46C, 'M', 'ѭ'), + (0x46D, 'V'), + (0x46E, 'M', 'ѯ'), + (0x46F, 'V'), + (0x470, 'M', 'ѱ'), + (0x471, 'V'), + (0x472, 'M', 'ѳ'), + (0x473, 'V'), + (0x474, 'M', 'ѵ'), + (0x475, 'V'), + (0x476, 'M', 'ѷ'), + (0x477, 'V'), + (0x478, 'M', 'ѹ'), + (0x479, 'V'), + (0x47A, 'M', 'ѻ'), + (0x47B, 'V'), + (0x47C, 'M', 'ѽ'), + (0x47D, 'V'), + (0x47E, 'M', 'ѿ'), + (0x47F, 'V'), + (0x480, 'M', 'ҁ'), + (0x481, 'V'), + (0x48A, 'M', 'ҋ'), + (0x48B, 'V'), + (0x48C, 'M', 'ҍ'), + (0x48D, 'V'), + (0x48E, 'M', 'ҏ'), + (0x48F, 'V'), + (0x490, 'M', 'ґ'), + (0x491, 'V'), + (0x492, 'M', 'ғ'), + (0x493, 'V'), + (0x494, 'M', 'ҕ'), + (0x495, 'V'), + (0x496, 'M', 'җ'), + (0x497, 'V'), + (0x498, 'M', 'ҙ'), + (0x499, 'V'), + (0x49A, 'M', 'қ'), + (0x49B, 'V'), + (0x49C, 'M', 'ҝ'), + (0x49D, 'V'), + ] + +def _seg_8() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x49E, 'M', 'ҟ'), + (0x49F, 'V'), + (0x4A0, 'M', 'ҡ'), + (0x4A1, 'V'), + (0x4A2, 'M', 'ң'), + (0x4A3, 'V'), + (0x4A4, 'M', 'ҥ'), + (0x4A5, 'V'), + (0x4A6, 'M', 'ҧ'), + (0x4A7, 'V'), + (0x4A8, 'M', 'ҩ'), + (0x4A9, 'V'), + (0x4AA, 'M', 'ҫ'), + (0x4AB, 'V'), + (0x4AC, 'M', 'ҭ'), + (0x4AD, 'V'), + (0x4AE, 'M', 'ү'), + (0x4AF, 'V'), + (0x4B0, 'M', 'ұ'), + (0x4B1, 'V'), + (0x4B2, 'M', 'ҳ'), + (0x4B3, 'V'), + (0x4B4, 'M', 'ҵ'), + (0x4B5, 'V'), + (0x4B6, 'M', 'ҷ'), + (0x4B7, 'V'), + (0x4B8, 'M', 'ҹ'), + (0x4B9, 'V'), + (0x4BA, 'M', 'һ'), + (0x4BB, 'V'), + (0x4BC, 'M', 'ҽ'), + (0x4BD, 'V'), + (0x4BE, 'M', 'ҿ'), + (0x4BF, 'V'), + (0x4C0, 'X'), + (0x4C1, 'M', 'ӂ'), + (0x4C2, 'V'), + (0x4C3, 'M', 'ӄ'), + (0x4C4, 'V'), + (0x4C5, 'M', 'ӆ'), + (0x4C6, 'V'), + (0x4C7, 'M', 'ӈ'), + (0x4C8, 'V'), + (0x4C9, 'M', 'ӊ'), + (0x4CA, 'V'), + (0x4CB, 'M', 'ӌ'), + (0x4CC, 'V'), + (0x4CD, 'M', 'ӎ'), + (0x4CE, 'V'), + (0x4D0, 'M', 'ӑ'), + (0x4D1, 'V'), + (0x4D2, 'M', 'ӓ'), + (0x4D3, 'V'), + (0x4D4, 'M', 'ӕ'), + (0x4D5, 'V'), + (0x4D6, 'M', 'ӗ'), + (0x4D7, 'V'), + (0x4D8, 'M', 'ә'), + (0x4D9, 'V'), + (0x4DA, 'M', 'ӛ'), + (0x4DB, 'V'), + (0x4DC, 'M', 'ӝ'), + (0x4DD, 'V'), + (0x4DE, 'M', 'ӟ'), + (0x4DF, 'V'), + (0x4E0, 'M', 'ӡ'), + (0x4E1, 'V'), + (0x4E2, 'M', 'ӣ'), + (0x4E3, 'V'), + (0x4E4, 'M', 'ӥ'), + (0x4E5, 'V'), + (0x4E6, 'M', 'ӧ'), + (0x4E7, 'V'), + (0x4E8, 'M', 'ө'), + (0x4E9, 'V'), + (0x4EA, 'M', 'ӫ'), + (0x4EB, 'V'), + (0x4EC, 'M', 'ӭ'), + (0x4ED, 'V'), + (0x4EE, 'M', 'ӯ'), + (0x4EF, 'V'), + (0x4F0, 'M', 'ӱ'), + (0x4F1, 'V'), + (0x4F2, 'M', 'ӳ'), + (0x4F3, 'V'), + (0x4F4, 'M', 'ӵ'), + (0x4F5, 'V'), + (0x4F6, 'M', 'ӷ'), + (0x4F7, 'V'), + (0x4F8, 'M', 'ӹ'), + (0x4F9, 'V'), + (0x4FA, 'M', 'ӻ'), + (0x4FB, 'V'), + (0x4FC, 'M', 'ӽ'), + (0x4FD, 'V'), + (0x4FE, 'M', 'ӿ'), + (0x4FF, 'V'), + (0x500, 'M', 'ԁ'), + (0x501, 'V'), + (0x502, 'M', 'ԃ'), + ] + +def _seg_9() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x503, 'V'), + (0x504, 'M', 'ԅ'), + (0x505, 'V'), + (0x506, 'M', 'ԇ'), + (0x507, 'V'), + (0x508, 'M', 'ԉ'), + (0x509, 'V'), + (0x50A, 'M', 'ԋ'), + (0x50B, 'V'), + (0x50C, 'M', 'ԍ'), + (0x50D, 'V'), + (0x50E, 'M', 'ԏ'), + (0x50F, 'V'), + (0x510, 'M', 'ԑ'), + (0x511, 'V'), + (0x512, 'M', 'ԓ'), + (0x513, 'V'), + (0x514, 'M', 'ԕ'), + (0x515, 'V'), + (0x516, 'M', 'ԗ'), + (0x517, 'V'), + (0x518, 'M', 'ԙ'), + (0x519, 'V'), + (0x51A, 'M', 'ԛ'), + (0x51B, 'V'), + (0x51C, 'M', 'ԝ'), + (0x51D, 'V'), + (0x51E, 'M', 'ԟ'), + (0x51F, 'V'), + (0x520, 'M', 'ԡ'), + (0x521, 'V'), + (0x522, 'M', 'ԣ'), + (0x523, 'V'), + (0x524, 'M', 'ԥ'), + (0x525, 'V'), + (0x526, 'M', 'ԧ'), + (0x527, 'V'), + (0x528, 'M', 'ԩ'), + (0x529, 'V'), + (0x52A, 'M', 'ԫ'), + (0x52B, 'V'), + (0x52C, 'M', 'ԭ'), + (0x52D, 'V'), + (0x52E, 'M', 'ԯ'), + (0x52F, 'V'), + (0x530, 'X'), + (0x531, 'M', 'ա'), + (0x532, 'M', 'բ'), + (0x533, 'M', 'գ'), + (0x534, 'M', 'դ'), + (0x535, 'M', 'ե'), + (0x536, 'M', 'զ'), + (0x537, 'M', 'է'), + (0x538, 'M', 'ը'), + (0x539, 'M', 'թ'), + (0x53A, 'M', 'ժ'), + (0x53B, 'M', 'ի'), + (0x53C, 'M', 'լ'), + (0x53D, 'M', 'խ'), + (0x53E, 'M', 'ծ'), + (0x53F, 'M', 'կ'), + (0x540, 'M', 'հ'), + (0x541, 'M', 'ձ'), + (0x542, 'M', 'ղ'), + (0x543, 'M', 'ճ'), + (0x544, 'M', 'մ'), + (0x545, 'M', 'յ'), + (0x546, 'M', 'ն'), + (0x547, 'M', 'շ'), + (0x548, 'M', 'ո'), + (0x549, 'M', 'չ'), + (0x54A, 'M', 'պ'), + (0x54B, 'M', 'ջ'), + (0x54C, 'M', 'ռ'), + (0x54D, 'M', 'ս'), + (0x54E, 'M', 'վ'), + (0x54F, 'M', 'տ'), + (0x550, 'M', 'ր'), + (0x551, 'M', 'ց'), + (0x552, 'M', 'ւ'), + (0x553, 'M', 'փ'), + (0x554, 'M', 'ք'), + (0x555, 'M', 'օ'), + (0x556, 'M', 'ֆ'), + (0x557, 'X'), + (0x559, 'V'), + (0x587, 'M', 'եւ'), + (0x588, 'V'), + (0x58B, 'X'), + (0x58D, 'V'), + (0x590, 'X'), + (0x591, 'V'), + (0x5C8, 'X'), + (0x5D0, 'V'), + (0x5EB, 'X'), + (0x5EF, 'V'), + (0x5F5, 'X'), + (0x606, 'V'), + (0x61C, 'X'), + (0x61D, 'V'), + ] + +def _seg_10() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x675, 'M', 'اٴ'), + (0x676, 'M', 'وٴ'), + (0x677, 'M', 'ۇٴ'), + (0x678, 'M', 'يٴ'), + (0x679, 'V'), + (0x6DD, 'X'), + (0x6DE, 'V'), + (0x70E, 'X'), + (0x710, 'V'), + (0x74B, 'X'), + (0x74D, 'V'), + (0x7B2, 'X'), + (0x7C0, 'V'), + (0x7FB, 'X'), + (0x7FD, 'V'), + (0x82E, 'X'), + (0x830, 'V'), + (0x83F, 'X'), + (0x840, 'V'), + (0x85C, 'X'), + (0x85E, 'V'), + (0x85F, 'X'), + (0x860, 'V'), + (0x86B, 'X'), + (0x870, 'V'), + (0x88F, 'X'), + (0x898, 'V'), + (0x8E2, 'X'), + (0x8E3, 'V'), + (0x958, 'M', 'क़'), + (0x959, 'M', 'ख़'), + (0x95A, 'M', 'ग़'), + (0x95B, 'M', 'ज़'), + (0x95C, 'M', 'ड़'), + (0x95D, 'M', 'ढ़'), + (0x95E, 'M', 'फ़'), + (0x95F, 'M', 'य़'), + (0x960, 'V'), + (0x984, 'X'), + (0x985, 'V'), + (0x98D, 'X'), + (0x98F, 'V'), + (0x991, 'X'), + (0x993, 'V'), + (0x9A9, 'X'), + (0x9AA, 'V'), + (0x9B1, 'X'), + (0x9B2, 'V'), + (0x9B3, 'X'), + (0x9B6, 'V'), + (0x9BA, 'X'), + (0x9BC, 'V'), + (0x9C5, 'X'), + (0x9C7, 'V'), + (0x9C9, 'X'), + (0x9CB, 'V'), + (0x9CF, 'X'), + (0x9D7, 'V'), + (0x9D8, 'X'), + (0x9DC, 'M', 'ড়'), + (0x9DD, 'M', 'ঢ়'), + (0x9DE, 'X'), + (0x9DF, 'M', 'য়'), + (0x9E0, 'V'), + (0x9E4, 'X'), + (0x9E6, 'V'), + (0x9FF, 'X'), + (0xA01, 'V'), + (0xA04, 'X'), + (0xA05, 'V'), + (0xA0B, 'X'), + (0xA0F, 'V'), + (0xA11, 'X'), + (0xA13, 'V'), + (0xA29, 'X'), + (0xA2A, 'V'), + (0xA31, 'X'), + (0xA32, 'V'), + (0xA33, 'M', 'ਲ਼'), + (0xA34, 'X'), + (0xA35, 'V'), + (0xA36, 'M', 'ਸ਼'), + (0xA37, 'X'), + (0xA38, 'V'), + (0xA3A, 'X'), + (0xA3C, 'V'), + (0xA3D, 'X'), + (0xA3E, 'V'), + (0xA43, 'X'), + (0xA47, 'V'), + (0xA49, 'X'), + (0xA4B, 'V'), + (0xA4E, 'X'), + (0xA51, 'V'), + (0xA52, 'X'), + (0xA59, 'M', 'ਖ਼'), + (0xA5A, 'M', 'ਗ਼'), + (0xA5B, 'M', 'ਜ਼'), + (0xA5C, 'V'), + (0xA5D, 'X'), + ] + +def _seg_11() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA5E, 'M', 'ਫ਼'), + (0xA5F, 'X'), + (0xA66, 'V'), + (0xA77, 'X'), + (0xA81, 'V'), + (0xA84, 'X'), + (0xA85, 'V'), + (0xA8E, 'X'), + (0xA8F, 'V'), + (0xA92, 'X'), + (0xA93, 'V'), + (0xAA9, 'X'), + (0xAAA, 'V'), + (0xAB1, 'X'), + (0xAB2, 'V'), + (0xAB4, 'X'), + (0xAB5, 'V'), + (0xABA, 'X'), + (0xABC, 'V'), + (0xAC6, 'X'), + (0xAC7, 'V'), + (0xACA, 'X'), + (0xACB, 'V'), + (0xACE, 'X'), + (0xAD0, 'V'), + (0xAD1, 'X'), + (0xAE0, 'V'), + (0xAE4, 'X'), + (0xAE6, 'V'), + (0xAF2, 'X'), + (0xAF9, 'V'), + (0xB00, 'X'), + (0xB01, 'V'), + (0xB04, 'X'), + (0xB05, 'V'), + (0xB0D, 'X'), + (0xB0F, 'V'), + (0xB11, 'X'), + (0xB13, 'V'), + (0xB29, 'X'), + (0xB2A, 'V'), + (0xB31, 'X'), + (0xB32, 'V'), + (0xB34, 'X'), + (0xB35, 'V'), + (0xB3A, 'X'), + (0xB3C, 'V'), + (0xB45, 'X'), + (0xB47, 'V'), + (0xB49, 'X'), + (0xB4B, 'V'), + (0xB4E, 'X'), + (0xB55, 'V'), + (0xB58, 'X'), + (0xB5C, 'M', 'ଡ଼'), + (0xB5D, 'M', 'ଢ଼'), + (0xB5E, 'X'), + (0xB5F, 'V'), + (0xB64, 'X'), + (0xB66, 'V'), + (0xB78, 'X'), + (0xB82, 'V'), + (0xB84, 'X'), + (0xB85, 'V'), + (0xB8B, 'X'), + (0xB8E, 'V'), + (0xB91, 'X'), + (0xB92, 'V'), + (0xB96, 'X'), + (0xB99, 'V'), + (0xB9B, 'X'), + (0xB9C, 'V'), + (0xB9D, 'X'), + (0xB9E, 'V'), + (0xBA0, 'X'), + (0xBA3, 'V'), + (0xBA5, 'X'), + (0xBA8, 'V'), + (0xBAB, 'X'), + (0xBAE, 'V'), + (0xBBA, 'X'), + (0xBBE, 'V'), + (0xBC3, 'X'), + (0xBC6, 'V'), + (0xBC9, 'X'), + (0xBCA, 'V'), + (0xBCE, 'X'), + (0xBD0, 'V'), + (0xBD1, 'X'), + (0xBD7, 'V'), + (0xBD8, 'X'), + (0xBE6, 'V'), + (0xBFB, 'X'), + (0xC00, 'V'), + (0xC0D, 'X'), + (0xC0E, 'V'), + (0xC11, 'X'), + (0xC12, 'V'), + (0xC29, 'X'), + (0xC2A, 'V'), + ] + +def _seg_12() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xC3A, 'X'), + (0xC3C, 'V'), + (0xC45, 'X'), + (0xC46, 'V'), + (0xC49, 'X'), + (0xC4A, 'V'), + (0xC4E, 'X'), + (0xC55, 'V'), + (0xC57, 'X'), + (0xC58, 'V'), + (0xC5B, 'X'), + (0xC5D, 'V'), + (0xC5E, 'X'), + (0xC60, 'V'), + (0xC64, 'X'), + (0xC66, 'V'), + (0xC70, 'X'), + (0xC77, 'V'), + (0xC8D, 'X'), + (0xC8E, 'V'), + (0xC91, 'X'), + (0xC92, 'V'), + (0xCA9, 'X'), + (0xCAA, 'V'), + (0xCB4, 'X'), + (0xCB5, 'V'), + (0xCBA, 'X'), + (0xCBC, 'V'), + (0xCC5, 'X'), + (0xCC6, 'V'), + (0xCC9, 'X'), + (0xCCA, 'V'), + (0xCCE, 'X'), + (0xCD5, 'V'), + (0xCD7, 'X'), + (0xCDD, 'V'), + (0xCDF, 'X'), + (0xCE0, 'V'), + (0xCE4, 'X'), + (0xCE6, 'V'), + (0xCF0, 'X'), + (0xCF1, 'V'), + (0xCF4, 'X'), + (0xD00, 'V'), + (0xD0D, 'X'), + (0xD0E, 'V'), + (0xD11, 'X'), + (0xD12, 'V'), + (0xD45, 'X'), + (0xD46, 'V'), + (0xD49, 'X'), + (0xD4A, 'V'), + (0xD50, 'X'), + (0xD54, 'V'), + (0xD64, 'X'), + (0xD66, 'V'), + (0xD80, 'X'), + (0xD81, 'V'), + (0xD84, 'X'), + (0xD85, 'V'), + (0xD97, 'X'), + (0xD9A, 'V'), + (0xDB2, 'X'), + (0xDB3, 'V'), + (0xDBC, 'X'), + (0xDBD, 'V'), + (0xDBE, 'X'), + (0xDC0, 'V'), + (0xDC7, 'X'), + (0xDCA, 'V'), + (0xDCB, 'X'), + (0xDCF, 'V'), + (0xDD5, 'X'), + (0xDD6, 'V'), + (0xDD7, 'X'), + (0xDD8, 'V'), + (0xDE0, 'X'), + (0xDE6, 'V'), + (0xDF0, 'X'), + (0xDF2, 'V'), + (0xDF5, 'X'), + (0xE01, 'V'), + (0xE33, 'M', 'ํา'), + (0xE34, 'V'), + (0xE3B, 'X'), + (0xE3F, 'V'), + (0xE5C, 'X'), + (0xE81, 'V'), + (0xE83, 'X'), + (0xE84, 'V'), + (0xE85, 'X'), + (0xE86, 'V'), + (0xE8B, 'X'), + (0xE8C, 'V'), + (0xEA4, 'X'), + (0xEA5, 'V'), + (0xEA6, 'X'), + (0xEA7, 'V'), + (0xEB3, 'M', 'ໍາ'), + (0xEB4, 'V'), + ] + +def _seg_13() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xEBE, 'X'), + (0xEC0, 'V'), + (0xEC5, 'X'), + (0xEC6, 'V'), + (0xEC7, 'X'), + (0xEC8, 'V'), + (0xECF, 'X'), + (0xED0, 'V'), + (0xEDA, 'X'), + (0xEDC, 'M', 'ຫນ'), + (0xEDD, 'M', 'ຫມ'), + (0xEDE, 'V'), + (0xEE0, 'X'), + (0xF00, 'V'), + (0xF0C, 'M', '་'), + (0xF0D, 'V'), + (0xF43, 'M', 'གྷ'), + (0xF44, 'V'), + (0xF48, 'X'), + (0xF49, 'V'), + (0xF4D, 'M', 'ཌྷ'), + (0xF4E, 'V'), + (0xF52, 'M', 'དྷ'), + (0xF53, 'V'), + (0xF57, 'M', 'བྷ'), + (0xF58, 'V'), + (0xF5C, 'M', 'ཛྷ'), + (0xF5D, 'V'), + (0xF69, 'M', 'ཀྵ'), + (0xF6A, 'V'), + (0xF6D, 'X'), + (0xF71, 'V'), + (0xF73, 'M', 'ཱི'), + (0xF74, 'V'), + (0xF75, 'M', 'ཱུ'), + (0xF76, 'M', 'ྲྀ'), + (0xF77, 'M', 'ྲཱྀ'), + (0xF78, 'M', 'ླྀ'), + (0xF79, 'M', 'ླཱྀ'), + (0xF7A, 'V'), + (0xF81, 'M', 'ཱྀ'), + (0xF82, 'V'), + (0xF93, 'M', 'ྒྷ'), + (0xF94, 'V'), + (0xF98, 'X'), + (0xF99, 'V'), + (0xF9D, 'M', 'ྜྷ'), + (0xF9E, 'V'), + (0xFA2, 'M', 'ྡྷ'), + (0xFA3, 'V'), + (0xFA7, 'M', 'ྦྷ'), + (0xFA8, 'V'), + (0xFAC, 'M', 'ྫྷ'), + (0xFAD, 'V'), + (0xFB9, 'M', 'ྐྵ'), + (0xFBA, 'V'), + (0xFBD, 'X'), + (0xFBE, 'V'), + (0xFCD, 'X'), + (0xFCE, 'V'), + (0xFDB, 'X'), + (0x1000, 'V'), + (0x10A0, 'X'), + (0x10C7, 'M', 'ⴧ'), + (0x10C8, 'X'), + (0x10CD, 'M', 'ⴭ'), + (0x10CE, 'X'), + (0x10D0, 'V'), + (0x10FC, 'M', 'ნ'), + (0x10FD, 'V'), + (0x115F, 'X'), + (0x1161, 'V'), + (0x1249, 'X'), + (0x124A, 'V'), + (0x124E, 'X'), + (0x1250, 'V'), + (0x1257, 'X'), + (0x1258, 'V'), + (0x1259, 'X'), + (0x125A, 'V'), + (0x125E, 'X'), + (0x1260, 'V'), + (0x1289, 'X'), + (0x128A, 'V'), + (0x128E, 'X'), + (0x1290, 'V'), + (0x12B1, 'X'), + (0x12B2, 'V'), + (0x12B6, 'X'), + (0x12B8, 'V'), + (0x12BF, 'X'), + (0x12C0, 'V'), + (0x12C1, 'X'), + (0x12C2, 'V'), + (0x12C6, 'X'), + (0x12C8, 'V'), + (0x12D7, 'X'), + (0x12D8, 'V'), + (0x1311, 'X'), + (0x1312, 'V'), + ] + +def _seg_14() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1316, 'X'), + (0x1318, 'V'), + (0x135B, 'X'), + (0x135D, 'V'), + (0x137D, 'X'), + (0x1380, 'V'), + (0x139A, 'X'), + (0x13A0, 'V'), + (0x13F6, 'X'), + (0x13F8, 'M', 'Ᏸ'), + (0x13F9, 'M', 'Ᏹ'), + (0x13FA, 'M', 'Ᏺ'), + (0x13FB, 'M', 'Ᏻ'), + (0x13FC, 'M', 'Ᏼ'), + (0x13FD, 'M', 'Ᏽ'), + (0x13FE, 'X'), + (0x1400, 'V'), + (0x1680, 'X'), + (0x1681, 'V'), + (0x169D, 'X'), + (0x16A0, 'V'), + (0x16F9, 'X'), + (0x1700, 'V'), + (0x1716, 'X'), + (0x171F, 'V'), + (0x1737, 'X'), + (0x1740, 'V'), + (0x1754, 'X'), + (0x1760, 'V'), + (0x176D, 'X'), + (0x176E, 'V'), + (0x1771, 'X'), + (0x1772, 'V'), + (0x1774, 'X'), + (0x1780, 'V'), + (0x17B4, 'X'), + (0x17B6, 'V'), + (0x17DE, 'X'), + (0x17E0, 'V'), + (0x17EA, 'X'), + (0x17F0, 'V'), + (0x17FA, 'X'), + (0x1800, 'V'), + (0x1806, 'X'), + (0x1807, 'V'), + (0x180B, 'I'), + (0x180E, 'X'), + (0x180F, 'I'), + (0x1810, 'V'), + (0x181A, 'X'), + (0x1820, 'V'), + (0x1879, 'X'), + (0x1880, 'V'), + (0x18AB, 'X'), + (0x18B0, 'V'), + (0x18F6, 'X'), + (0x1900, 'V'), + (0x191F, 'X'), + (0x1920, 'V'), + (0x192C, 'X'), + (0x1930, 'V'), + (0x193C, 'X'), + (0x1940, 'V'), + (0x1941, 'X'), + (0x1944, 'V'), + (0x196E, 'X'), + (0x1970, 'V'), + (0x1975, 'X'), + (0x1980, 'V'), + (0x19AC, 'X'), + (0x19B0, 'V'), + (0x19CA, 'X'), + (0x19D0, 'V'), + (0x19DB, 'X'), + (0x19DE, 'V'), + (0x1A1C, 'X'), + (0x1A1E, 'V'), + (0x1A5F, 'X'), + (0x1A60, 'V'), + (0x1A7D, 'X'), + (0x1A7F, 'V'), + (0x1A8A, 'X'), + (0x1A90, 'V'), + (0x1A9A, 'X'), + (0x1AA0, 'V'), + (0x1AAE, 'X'), + (0x1AB0, 'V'), + (0x1ACF, 'X'), + (0x1B00, 'V'), + (0x1B4D, 'X'), + (0x1B50, 'V'), + (0x1B7F, 'X'), + (0x1B80, 'V'), + (0x1BF4, 'X'), + (0x1BFC, 'V'), + (0x1C38, 'X'), + (0x1C3B, 'V'), + (0x1C4A, 'X'), + (0x1C4D, 'V'), + (0x1C80, 'M', 'в'), + ] + +def _seg_15() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1C81, 'M', 'д'), + (0x1C82, 'M', 'о'), + (0x1C83, 'M', 'с'), + (0x1C84, 'M', 'т'), + (0x1C86, 'M', 'ъ'), + (0x1C87, 'M', 'ѣ'), + (0x1C88, 'M', 'ꙋ'), + (0x1C89, 'X'), + (0x1C90, 'M', 'ა'), + (0x1C91, 'M', 'ბ'), + (0x1C92, 'M', 'გ'), + (0x1C93, 'M', 'დ'), + (0x1C94, 'M', 'ე'), + (0x1C95, 'M', 'ვ'), + (0x1C96, 'M', 'ზ'), + (0x1C97, 'M', 'თ'), + (0x1C98, 'M', 'ი'), + (0x1C99, 'M', 'კ'), + (0x1C9A, 'M', 'ლ'), + (0x1C9B, 'M', 'მ'), + (0x1C9C, 'M', 'ნ'), + (0x1C9D, 'M', 'ო'), + (0x1C9E, 'M', 'პ'), + (0x1C9F, 'M', 'ჟ'), + (0x1CA0, 'M', 'რ'), + (0x1CA1, 'M', 'ს'), + (0x1CA2, 'M', 'ტ'), + (0x1CA3, 'M', 'უ'), + (0x1CA4, 'M', 'ფ'), + (0x1CA5, 'M', 'ქ'), + (0x1CA6, 'M', 'ღ'), + (0x1CA7, 'M', 'ყ'), + (0x1CA8, 'M', 'შ'), + (0x1CA9, 'M', 'ჩ'), + (0x1CAA, 'M', 'ც'), + (0x1CAB, 'M', 'ძ'), + (0x1CAC, 'M', 'წ'), + (0x1CAD, 'M', 'ჭ'), + (0x1CAE, 'M', 'ხ'), + (0x1CAF, 'M', 'ჯ'), + (0x1CB0, 'M', 'ჰ'), + (0x1CB1, 'M', 'ჱ'), + (0x1CB2, 'M', 'ჲ'), + (0x1CB3, 'M', 'ჳ'), + (0x1CB4, 'M', 'ჴ'), + (0x1CB5, 'M', 'ჵ'), + (0x1CB6, 'M', 'ჶ'), + (0x1CB7, 'M', 'ჷ'), + (0x1CB8, 'M', 'ჸ'), + (0x1CB9, 'M', 'ჹ'), + (0x1CBA, 'M', 'ჺ'), + (0x1CBB, 'X'), + (0x1CBD, 'M', 'ჽ'), + (0x1CBE, 'M', 'ჾ'), + (0x1CBF, 'M', 'ჿ'), + (0x1CC0, 'V'), + (0x1CC8, 'X'), + (0x1CD0, 'V'), + (0x1CFB, 'X'), + (0x1D00, 'V'), + (0x1D2C, 'M', 'a'), + (0x1D2D, 'M', 'æ'), + (0x1D2E, 'M', 'b'), + (0x1D2F, 'V'), + (0x1D30, 'M', 'd'), + (0x1D31, 'M', 'e'), + (0x1D32, 'M', 'ǝ'), + (0x1D33, 'M', 'g'), + (0x1D34, 'M', 'h'), + (0x1D35, 'M', 'i'), + (0x1D36, 'M', 'j'), + (0x1D37, 'M', 'k'), + (0x1D38, 'M', 'l'), + (0x1D39, 'M', 'm'), + (0x1D3A, 'M', 'n'), + (0x1D3B, 'V'), + (0x1D3C, 'M', 'o'), + (0x1D3D, 'M', 'ȣ'), + (0x1D3E, 'M', 'p'), + (0x1D3F, 'M', 'r'), + (0x1D40, 'M', 't'), + (0x1D41, 'M', 'u'), + (0x1D42, 'M', 'w'), + (0x1D43, 'M', 'a'), + (0x1D44, 'M', 'ɐ'), + (0x1D45, 'M', 'ɑ'), + (0x1D46, 'M', 'ᴂ'), + (0x1D47, 'M', 'b'), + (0x1D48, 'M', 'd'), + (0x1D49, 'M', 'e'), + (0x1D4A, 'M', 'ə'), + (0x1D4B, 'M', 'ɛ'), + (0x1D4C, 'M', 'ɜ'), + (0x1D4D, 'M', 'g'), + (0x1D4E, 'V'), + (0x1D4F, 'M', 'k'), + (0x1D50, 'M', 'm'), + (0x1D51, 'M', 'ŋ'), + (0x1D52, 'M', 'o'), + (0x1D53, 'M', 'ɔ'), + ] + +def _seg_16() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D54, 'M', 'ᴖ'), + (0x1D55, 'M', 'ᴗ'), + (0x1D56, 'M', 'p'), + (0x1D57, 'M', 't'), + (0x1D58, 'M', 'u'), + (0x1D59, 'M', 'ᴝ'), + (0x1D5A, 'M', 'ɯ'), + (0x1D5B, 'M', 'v'), + (0x1D5C, 'M', 'ᴥ'), + (0x1D5D, 'M', 'β'), + (0x1D5E, 'M', 'γ'), + (0x1D5F, 'M', 'δ'), + (0x1D60, 'M', 'φ'), + (0x1D61, 'M', 'χ'), + (0x1D62, 'M', 'i'), + (0x1D63, 'M', 'r'), + (0x1D64, 'M', 'u'), + (0x1D65, 'M', 'v'), + (0x1D66, 'M', 'β'), + (0x1D67, 'M', 'γ'), + (0x1D68, 'M', 'ρ'), + (0x1D69, 'M', 'φ'), + (0x1D6A, 'M', 'χ'), + (0x1D6B, 'V'), + (0x1D78, 'M', 'н'), + (0x1D79, 'V'), + (0x1D9B, 'M', 'ɒ'), + (0x1D9C, 'M', 'c'), + (0x1D9D, 'M', 'ɕ'), + (0x1D9E, 'M', 'ð'), + (0x1D9F, 'M', 'ɜ'), + (0x1DA0, 'M', 'f'), + (0x1DA1, 'M', 'ɟ'), + (0x1DA2, 'M', 'ɡ'), + (0x1DA3, 'M', 'ɥ'), + (0x1DA4, 'M', 'ɨ'), + (0x1DA5, 'M', 'ɩ'), + (0x1DA6, 'M', 'ɪ'), + (0x1DA7, 'M', 'ᵻ'), + (0x1DA8, 'M', 'ʝ'), + (0x1DA9, 'M', 'ɭ'), + (0x1DAA, 'M', 'ᶅ'), + (0x1DAB, 'M', 'ʟ'), + (0x1DAC, 'M', 'ɱ'), + (0x1DAD, 'M', 'ɰ'), + (0x1DAE, 'M', 'ɲ'), + (0x1DAF, 'M', 'ɳ'), + (0x1DB0, 'M', 'ɴ'), + (0x1DB1, 'M', 'ɵ'), + (0x1DB2, 'M', 'ɸ'), + (0x1DB3, 'M', 'ʂ'), + (0x1DB4, 'M', 'ʃ'), + (0x1DB5, 'M', 'ƫ'), + (0x1DB6, 'M', 'ʉ'), + (0x1DB7, 'M', 'ʊ'), + (0x1DB8, 'M', 'ᴜ'), + (0x1DB9, 'M', 'ʋ'), + (0x1DBA, 'M', 'ʌ'), + (0x1DBB, 'M', 'z'), + (0x1DBC, 'M', 'ʐ'), + (0x1DBD, 'M', 'ʑ'), + (0x1DBE, 'M', 'ʒ'), + (0x1DBF, 'M', 'θ'), + (0x1DC0, 'V'), + (0x1E00, 'M', 'ḁ'), + (0x1E01, 'V'), + (0x1E02, 'M', 'ḃ'), + (0x1E03, 'V'), + (0x1E04, 'M', 'ḅ'), + (0x1E05, 'V'), + (0x1E06, 'M', 'ḇ'), + (0x1E07, 'V'), + (0x1E08, 'M', 'ḉ'), + (0x1E09, 'V'), + (0x1E0A, 'M', 'ḋ'), + (0x1E0B, 'V'), + (0x1E0C, 'M', 'ḍ'), + (0x1E0D, 'V'), + (0x1E0E, 'M', 'ḏ'), + (0x1E0F, 'V'), + (0x1E10, 'M', 'ḑ'), + (0x1E11, 'V'), + (0x1E12, 'M', 'ḓ'), + (0x1E13, 'V'), + (0x1E14, 'M', 'ḕ'), + (0x1E15, 'V'), + (0x1E16, 'M', 'ḗ'), + (0x1E17, 'V'), + (0x1E18, 'M', 'ḙ'), + (0x1E19, 'V'), + (0x1E1A, 'M', 'ḛ'), + (0x1E1B, 'V'), + (0x1E1C, 'M', 'ḝ'), + (0x1E1D, 'V'), + (0x1E1E, 'M', 'ḟ'), + (0x1E1F, 'V'), + (0x1E20, 'M', 'ḡ'), + (0x1E21, 'V'), + (0x1E22, 'M', 'ḣ'), + (0x1E23, 'V'), + ] + +def _seg_17() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E24, 'M', 'ḥ'), + (0x1E25, 'V'), + (0x1E26, 'M', 'ḧ'), + (0x1E27, 'V'), + (0x1E28, 'M', 'ḩ'), + (0x1E29, 'V'), + (0x1E2A, 'M', 'ḫ'), + (0x1E2B, 'V'), + (0x1E2C, 'M', 'ḭ'), + (0x1E2D, 'V'), + (0x1E2E, 'M', 'ḯ'), + (0x1E2F, 'V'), + (0x1E30, 'M', 'ḱ'), + (0x1E31, 'V'), + (0x1E32, 'M', 'ḳ'), + (0x1E33, 'V'), + (0x1E34, 'M', 'ḵ'), + (0x1E35, 'V'), + (0x1E36, 'M', 'ḷ'), + (0x1E37, 'V'), + (0x1E38, 'M', 'ḹ'), + (0x1E39, 'V'), + (0x1E3A, 'M', 'ḻ'), + (0x1E3B, 'V'), + (0x1E3C, 'M', 'ḽ'), + (0x1E3D, 'V'), + (0x1E3E, 'M', 'ḿ'), + (0x1E3F, 'V'), + (0x1E40, 'M', 'ṁ'), + (0x1E41, 'V'), + (0x1E42, 'M', 'ṃ'), + (0x1E43, 'V'), + (0x1E44, 'M', 'ṅ'), + (0x1E45, 'V'), + (0x1E46, 'M', 'ṇ'), + (0x1E47, 'V'), + (0x1E48, 'M', 'ṉ'), + (0x1E49, 'V'), + (0x1E4A, 'M', 'ṋ'), + (0x1E4B, 'V'), + (0x1E4C, 'M', 'ṍ'), + (0x1E4D, 'V'), + (0x1E4E, 'M', 'ṏ'), + (0x1E4F, 'V'), + (0x1E50, 'M', 'ṑ'), + (0x1E51, 'V'), + (0x1E52, 'M', 'ṓ'), + (0x1E53, 'V'), + (0x1E54, 'M', 'ṕ'), + (0x1E55, 'V'), + (0x1E56, 'M', 'ṗ'), + (0x1E57, 'V'), + (0x1E58, 'M', 'ṙ'), + (0x1E59, 'V'), + (0x1E5A, 'M', 'ṛ'), + (0x1E5B, 'V'), + (0x1E5C, 'M', 'ṝ'), + (0x1E5D, 'V'), + (0x1E5E, 'M', 'ṟ'), + (0x1E5F, 'V'), + (0x1E60, 'M', 'ṡ'), + (0x1E61, 'V'), + (0x1E62, 'M', 'ṣ'), + (0x1E63, 'V'), + (0x1E64, 'M', 'ṥ'), + (0x1E65, 'V'), + (0x1E66, 'M', 'ṧ'), + (0x1E67, 'V'), + (0x1E68, 'M', 'ṩ'), + (0x1E69, 'V'), + (0x1E6A, 'M', 'ṫ'), + (0x1E6B, 'V'), + (0x1E6C, 'M', 'ṭ'), + (0x1E6D, 'V'), + (0x1E6E, 'M', 'ṯ'), + (0x1E6F, 'V'), + (0x1E70, 'M', 'ṱ'), + (0x1E71, 'V'), + (0x1E72, 'M', 'ṳ'), + (0x1E73, 'V'), + (0x1E74, 'M', 'ṵ'), + (0x1E75, 'V'), + (0x1E76, 'M', 'ṷ'), + (0x1E77, 'V'), + (0x1E78, 'M', 'ṹ'), + (0x1E79, 'V'), + (0x1E7A, 'M', 'ṻ'), + (0x1E7B, 'V'), + (0x1E7C, 'M', 'ṽ'), + (0x1E7D, 'V'), + (0x1E7E, 'M', 'ṿ'), + (0x1E7F, 'V'), + (0x1E80, 'M', 'ẁ'), + (0x1E81, 'V'), + (0x1E82, 'M', 'ẃ'), + (0x1E83, 'V'), + (0x1E84, 'M', 'ẅ'), + (0x1E85, 'V'), + (0x1E86, 'M', 'ẇ'), + (0x1E87, 'V'), + ] + +def _seg_18() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E88, 'M', 'ẉ'), + (0x1E89, 'V'), + (0x1E8A, 'M', 'ẋ'), + (0x1E8B, 'V'), + (0x1E8C, 'M', 'ẍ'), + (0x1E8D, 'V'), + (0x1E8E, 'M', 'ẏ'), + (0x1E8F, 'V'), + (0x1E90, 'M', 'ẑ'), + (0x1E91, 'V'), + (0x1E92, 'M', 'ẓ'), + (0x1E93, 'V'), + (0x1E94, 'M', 'ẕ'), + (0x1E95, 'V'), + (0x1E9A, 'M', 'aʾ'), + (0x1E9B, 'M', 'ṡ'), + (0x1E9C, 'V'), + (0x1E9E, 'M', 'ß'), + (0x1E9F, 'V'), + (0x1EA0, 'M', 'ạ'), + (0x1EA1, 'V'), + (0x1EA2, 'M', 'ả'), + (0x1EA3, 'V'), + (0x1EA4, 'M', 'ấ'), + (0x1EA5, 'V'), + (0x1EA6, 'M', 'ầ'), + (0x1EA7, 'V'), + (0x1EA8, 'M', 'ẩ'), + (0x1EA9, 'V'), + (0x1EAA, 'M', 'ẫ'), + (0x1EAB, 'V'), + (0x1EAC, 'M', 'ậ'), + (0x1EAD, 'V'), + (0x1EAE, 'M', 'ắ'), + (0x1EAF, 'V'), + (0x1EB0, 'M', 'ằ'), + (0x1EB1, 'V'), + (0x1EB2, 'M', 'ẳ'), + (0x1EB3, 'V'), + (0x1EB4, 'M', 'ẵ'), + (0x1EB5, 'V'), + (0x1EB6, 'M', 'ặ'), + (0x1EB7, 'V'), + (0x1EB8, 'M', 'ẹ'), + (0x1EB9, 'V'), + (0x1EBA, 'M', 'ẻ'), + (0x1EBB, 'V'), + (0x1EBC, 'M', 'ẽ'), + (0x1EBD, 'V'), + (0x1EBE, 'M', 'ế'), + (0x1EBF, 'V'), + (0x1EC0, 'M', 'ề'), + (0x1EC1, 'V'), + (0x1EC2, 'M', 'ể'), + (0x1EC3, 'V'), + (0x1EC4, 'M', 'ễ'), + (0x1EC5, 'V'), + (0x1EC6, 'M', 'ệ'), + (0x1EC7, 'V'), + (0x1EC8, 'M', 'ỉ'), + (0x1EC9, 'V'), + (0x1ECA, 'M', 'ị'), + (0x1ECB, 'V'), + (0x1ECC, 'M', 'ọ'), + (0x1ECD, 'V'), + (0x1ECE, 'M', 'ỏ'), + (0x1ECF, 'V'), + (0x1ED0, 'M', 'ố'), + (0x1ED1, 'V'), + (0x1ED2, 'M', 'ồ'), + (0x1ED3, 'V'), + (0x1ED4, 'M', 'ổ'), + (0x1ED5, 'V'), + (0x1ED6, 'M', 'ỗ'), + (0x1ED7, 'V'), + (0x1ED8, 'M', 'ộ'), + (0x1ED9, 'V'), + (0x1EDA, 'M', 'ớ'), + (0x1EDB, 'V'), + (0x1EDC, 'M', 'ờ'), + (0x1EDD, 'V'), + (0x1EDE, 'M', 'ở'), + (0x1EDF, 'V'), + (0x1EE0, 'M', 'ỡ'), + (0x1EE1, 'V'), + (0x1EE2, 'M', 'ợ'), + (0x1EE3, 'V'), + (0x1EE4, 'M', 'ụ'), + (0x1EE5, 'V'), + (0x1EE6, 'M', 'ủ'), + (0x1EE7, 'V'), + (0x1EE8, 'M', 'ứ'), + (0x1EE9, 'V'), + (0x1EEA, 'M', 'ừ'), + (0x1EEB, 'V'), + (0x1EEC, 'M', 'ử'), + (0x1EED, 'V'), + (0x1EEE, 'M', 'ữ'), + (0x1EEF, 'V'), + (0x1EF0, 'M', 'ự'), + ] + +def _seg_19() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EF1, 'V'), + (0x1EF2, 'M', 'ỳ'), + (0x1EF3, 'V'), + (0x1EF4, 'M', 'ỵ'), + (0x1EF5, 'V'), + (0x1EF6, 'M', 'ỷ'), + (0x1EF7, 'V'), + (0x1EF8, 'M', 'ỹ'), + (0x1EF9, 'V'), + (0x1EFA, 'M', 'ỻ'), + (0x1EFB, 'V'), + (0x1EFC, 'M', 'ỽ'), + (0x1EFD, 'V'), + (0x1EFE, 'M', 'ỿ'), + (0x1EFF, 'V'), + (0x1F08, 'M', 'ἀ'), + (0x1F09, 'M', 'ἁ'), + (0x1F0A, 'M', 'ἂ'), + (0x1F0B, 'M', 'ἃ'), + (0x1F0C, 'M', 'ἄ'), + (0x1F0D, 'M', 'ἅ'), + (0x1F0E, 'M', 'ἆ'), + (0x1F0F, 'M', 'ἇ'), + (0x1F10, 'V'), + (0x1F16, 'X'), + (0x1F18, 'M', 'ἐ'), + (0x1F19, 'M', 'ἑ'), + (0x1F1A, 'M', 'ἒ'), + (0x1F1B, 'M', 'ἓ'), + (0x1F1C, 'M', 'ἔ'), + (0x1F1D, 'M', 'ἕ'), + (0x1F1E, 'X'), + (0x1F20, 'V'), + (0x1F28, 'M', 'ἠ'), + (0x1F29, 'M', 'ἡ'), + (0x1F2A, 'M', 'ἢ'), + (0x1F2B, 'M', 'ἣ'), + (0x1F2C, 'M', 'ἤ'), + (0x1F2D, 'M', 'ἥ'), + (0x1F2E, 'M', 'ἦ'), + (0x1F2F, 'M', 'ἧ'), + (0x1F30, 'V'), + (0x1F38, 'M', 'ἰ'), + (0x1F39, 'M', 'ἱ'), + (0x1F3A, 'M', 'ἲ'), + (0x1F3B, 'M', 'ἳ'), + (0x1F3C, 'M', 'ἴ'), + (0x1F3D, 'M', 'ἵ'), + (0x1F3E, 'M', 'ἶ'), + (0x1F3F, 'M', 'ἷ'), + (0x1F40, 'V'), + (0x1F46, 'X'), + (0x1F48, 'M', 'ὀ'), + (0x1F49, 'M', 'ὁ'), + (0x1F4A, 'M', 'ὂ'), + (0x1F4B, 'M', 'ὃ'), + (0x1F4C, 'M', 'ὄ'), + (0x1F4D, 'M', 'ὅ'), + (0x1F4E, 'X'), + (0x1F50, 'V'), + (0x1F58, 'X'), + (0x1F59, 'M', 'ὑ'), + (0x1F5A, 'X'), + (0x1F5B, 'M', 'ὓ'), + (0x1F5C, 'X'), + (0x1F5D, 'M', 'ὕ'), + (0x1F5E, 'X'), + (0x1F5F, 'M', 'ὗ'), + (0x1F60, 'V'), + (0x1F68, 'M', 'ὠ'), + (0x1F69, 'M', 'ὡ'), + (0x1F6A, 'M', 'ὢ'), + (0x1F6B, 'M', 'ὣ'), + (0x1F6C, 'M', 'ὤ'), + (0x1F6D, 'M', 'ὥ'), + (0x1F6E, 'M', 'ὦ'), + (0x1F6F, 'M', 'ὧ'), + (0x1F70, 'V'), + (0x1F71, 'M', 'ά'), + (0x1F72, 'V'), + (0x1F73, 'M', 'έ'), + (0x1F74, 'V'), + (0x1F75, 'M', 'ή'), + (0x1F76, 'V'), + (0x1F77, 'M', 'ί'), + (0x1F78, 'V'), + (0x1F79, 'M', 'ό'), + (0x1F7A, 'V'), + (0x1F7B, 'M', 'ύ'), + (0x1F7C, 'V'), + (0x1F7D, 'M', 'ώ'), + (0x1F7E, 'X'), + (0x1F80, 'M', 'ἀι'), + (0x1F81, 'M', 'ἁι'), + (0x1F82, 'M', 'ἂι'), + (0x1F83, 'M', 'ἃι'), + (0x1F84, 'M', 'ἄι'), + (0x1F85, 'M', 'ἅι'), + (0x1F86, 'M', 'ἆι'), + (0x1F87, 'M', 'ἇι'), + ] + +def _seg_20() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F88, 'M', 'ἀι'), + (0x1F89, 'M', 'ἁι'), + (0x1F8A, 'M', 'ἂι'), + (0x1F8B, 'M', 'ἃι'), + (0x1F8C, 'M', 'ἄι'), + (0x1F8D, 'M', 'ἅι'), + (0x1F8E, 'M', 'ἆι'), + (0x1F8F, 'M', 'ἇι'), + (0x1F90, 'M', 'ἠι'), + (0x1F91, 'M', 'ἡι'), + (0x1F92, 'M', 'ἢι'), + (0x1F93, 'M', 'ἣι'), + (0x1F94, 'M', 'ἤι'), + (0x1F95, 'M', 'ἥι'), + (0x1F96, 'M', 'ἦι'), + (0x1F97, 'M', 'ἧι'), + (0x1F98, 'M', 'ἠι'), + (0x1F99, 'M', 'ἡι'), + (0x1F9A, 'M', 'ἢι'), + (0x1F9B, 'M', 'ἣι'), + (0x1F9C, 'M', 'ἤι'), + (0x1F9D, 'M', 'ἥι'), + (0x1F9E, 'M', 'ἦι'), + (0x1F9F, 'M', 'ἧι'), + (0x1FA0, 'M', 'ὠι'), + (0x1FA1, 'M', 'ὡι'), + (0x1FA2, 'M', 'ὢι'), + (0x1FA3, 'M', 'ὣι'), + (0x1FA4, 'M', 'ὤι'), + (0x1FA5, 'M', 'ὥι'), + (0x1FA6, 'M', 'ὦι'), + (0x1FA7, 'M', 'ὧι'), + (0x1FA8, 'M', 'ὠι'), + (0x1FA9, 'M', 'ὡι'), + (0x1FAA, 'M', 'ὢι'), + (0x1FAB, 'M', 'ὣι'), + (0x1FAC, 'M', 'ὤι'), + (0x1FAD, 'M', 'ὥι'), + (0x1FAE, 'M', 'ὦι'), + (0x1FAF, 'M', 'ὧι'), + (0x1FB0, 'V'), + (0x1FB2, 'M', 'ὰι'), + (0x1FB3, 'M', 'αι'), + (0x1FB4, 'M', 'άι'), + (0x1FB5, 'X'), + (0x1FB6, 'V'), + (0x1FB7, 'M', 'ᾶι'), + (0x1FB8, 'M', 'ᾰ'), + (0x1FB9, 'M', 'ᾱ'), + (0x1FBA, 'M', 'ὰ'), + (0x1FBB, 'M', 'ά'), + (0x1FBC, 'M', 'αι'), + (0x1FBD, '3', ' ̓'), + (0x1FBE, 'M', 'ι'), + (0x1FBF, '3', ' ̓'), + (0x1FC0, '3', ' ͂'), + (0x1FC1, '3', ' ̈͂'), + (0x1FC2, 'M', 'ὴι'), + (0x1FC3, 'M', 'ηι'), + (0x1FC4, 'M', 'ήι'), + (0x1FC5, 'X'), + (0x1FC6, 'V'), + (0x1FC7, 'M', 'ῆι'), + (0x1FC8, 'M', 'ὲ'), + (0x1FC9, 'M', 'έ'), + (0x1FCA, 'M', 'ὴ'), + (0x1FCB, 'M', 'ή'), + (0x1FCC, 'M', 'ηι'), + (0x1FCD, '3', ' ̓̀'), + (0x1FCE, '3', ' ̓́'), + (0x1FCF, '3', ' ̓͂'), + (0x1FD0, 'V'), + (0x1FD3, 'M', 'ΐ'), + (0x1FD4, 'X'), + (0x1FD6, 'V'), + (0x1FD8, 'M', 'ῐ'), + (0x1FD9, 'M', 'ῑ'), + (0x1FDA, 'M', 'ὶ'), + (0x1FDB, 'M', 'ί'), + (0x1FDC, 'X'), + (0x1FDD, '3', ' ̔̀'), + (0x1FDE, '3', ' ̔́'), + (0x1FDF, '3', ' ̔͂'), + (0x1FE0, 'V'), + (0x1FE3, 'M', 'ΰ'), + (0x1FE4, 'V'), + (0x1FE8, 'M', 'ῠ'), + (0x1FE9, 'M', 'ῡ'), + (0x1FEA, 'M', 'ὺ'), + (0x1FEB, 'M', 'ύ'), + (0x1FEC, 'M', 'ῥ'), + (0x1FED, '3', ' ̈̀'), + (0x1FEE, '3', ' ̈́'), + (0x1FEF, '3', '`'), + (0x1FF0, 'X'), + (0x1FF2, 'M', 'ὼι'), + (0x1FF3, 'M', 'ωι'), + (0x1FF4, 'M', 'ώι'), + (0x1FF5, 'X'), + (0x1FF6, 'V'), + ] + +def _seg_21() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FF7, 'M', 'ῶι'), + (0x1FF8, 'M', 'ὸ'), + (0x1FF9, 'M', 'ό'), + (0x1FFA, 'M', 'ὼ'), + (0x1FFB, 'M', 'ώ'), + (0x1FFC, 'M', 'ωι'), + (0x1FFD, '3', ' ́'), + (0x1FFE, '3', ' ̔'), + (0x1FFF, 'X'), + (0x2000, '3', ' '), + (0x200B, 'I'), + (0x200C, 'D', ''), + (0x200E, 'X'), + (0x2010, 'V'), + (0x2011, 'M', '‐'), + (0x2012, 'V'), + (0x2017, '3', ' ̳'), + (0x2018, 'V'), + (0x2024, 'X'), + (0x2027, 'V'), + (0x2028, 'X'), + (0x202F, '3', ' '), + (0x2030, 'V'), + (0x2033, 'M', '′′'), + (0x2034, 'M', '′′′'), + (0x2035, 'V'), + (0x2036, 'M', '‵‵'), + (0x2037, 'M', '‵‵‵'), + (0x2038, 'V'), + (0x203C, '3', '!!'), + (0x203D, 'V'), + (0x203E, '3', ' ̅'), + (0x203F, 'V'), + (0x2047, '3', '??'), + (0x2048, '3', '?!'), + (0x2049, '3', '!?'), + (0x204A, 'V'), + (0x2057, 'M', '′′′′'), + (0x2058, 'V'), + (0x205F, '3', ' '), + (0x2060, 'I'), + (0x2061, 'X'), + (0x2064, 'I'), + (0x2065, 'X'), + (0x2070, 'M', '0'), + (0x2071, 'M', 'i'), + (0x2072, 'X'), + (0x2074, 'M', '4'), + (0x2075, 'M', '5'), + (0x2076, 'M', '6'), + (0x2077, 'M', '7'), + (0x2078, 'M', '8'), + (0x2079, 'M', '9'), + (0x207A, '3', '+'), + (0x207B, 'M', '−'), + (0x207C, '3', '='), + (0x207D, '3', '('), + (0x207E, '3', ')'), + (0x207F, 'M', 'n'), + (0x2080, 'M', '0'), + (0x2081, 'M', '1'), + (0x2082, 'M', '2'), + (0x2083, 'M', '3'), + (0x2084, 'M', '4'), + (0x2085, 'M', '5'), + (0x2086, 'M', '6'), + (0x2087, 'M', '7'), + (0x2088, 'M', '8'), + (0x2089, 'M', '9'), + (0x208A, '3', '+'), + (0x208B, 'M', '−'), + (0x208C, '3', '='), + (0x208D, '3', '('), + (0x208E, '3', ')'), + (0x208F, 'X'), + (0x2090, 'M', 'a'), + (0x2091, 'M', 'e'), + (0x2092, 'M', 'o'), + (0x2093, 'M', 'x'), + (0x2094, 'M', 'ə'), + (0x2095, 'M', 'h'), + (0x2096, 'M', 'k'), + (0x2097, 'M', 'l'), + (0x2098, 'M', 'm'), + (0x2099, 'M', 'n'), + (0x209A, 'M', 'p'), + (0x209B, 'M', 's'), + (0x209C, 'M', 't'), + (0x209D, 'X'), + (0x20A0, 'V'), + (0x20A8, 'M', 'rs'), + (0x20A9, 'V'), + (0x20C1, 'X'), + (0x20D0, 'V'), + (0x20F1, 'X'), + (0x2100, '3', 'a/c'), + (0x2101, '3', 'a/s'), + (0x2102, 'M', 'c'), + (0x2103, 'M', '°c'), + (0x2104, 'V'), + ] + +def _seg_22() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2105, '3', 'c/o'), + (0x2106, '3', 'c/u'), + (0x2107, 'M', 'ɛ'), + (0x2108, 'V'), + (0x2109, 'M', '°f'), + (0x210A, 'M', 'g'), + (0x210B, 'M', 'h'), + (0x210F, 'M', 'ħ'), + (0x2110, 'M', 'i'), + (0x2112, 'M', 'l'), + (0x2114, 'V'), + (0x2115, 'M', 'n'), + (0x2116, 'M', 'no'), + (0x2117, 'V'), + (0x2119, 'M', 'p'), + (0x211A, 'M', 'q'), + (0x211B, 'M', 'r'), + (0x211E, 'V'), + (0x2120, 'M', 'sm'), + (0x2121, 'M', 'tel'), + (0x2122, 'M', 'tm'), + (0x2123, 'V'), + (0x2124, 'M', 'z'), + (0x2125, 'V'), + (0x2126, 'M', 'ω'), + (0x2127, 'V'), + (0x2128, 'M', 'z'), + (0x2129, 'V'), + (0x212A, 'M', 'k'), + (0x212B, 'M', 'å'), + (0x212C, 'M', 'b'), + (0x212D, 'M', 'c'), + (0x212E, 'V'), + (0x212F, 'M', 'e'), + (0x2131, 'M', 'f'), + (0x2132, 'X'), + (0x2133, 'M', 'm'), + (0x2134, 'M', 'o'), + (0x2135, 'M', 'א'), + (0x2136, 'M', 'ב'), + (0x2137, 'M', 'ג'), + (0x2138, 'M', 'ד'), + (0x2139, 'M', 'i'), + (0x213A, 'V'), + (0x213B, 'M', 'fax'), + (0x213C, 'M', 'π'), + (0x213D, 'M', 'γ'), + (0x213F, 'M', 'π'), + (0x2140, 'M', '∑'), + (0x2141, 'V'), + (0x2145, 'M', 'd'), + (0x2147, 'M', 'e'), + (0x2148, 'M', 'i'), + (0x2149, 'M', 'j'), + (0x214A, 'V'), + (0x2150, 'M', '1⁄7'), + (0x2151, 'M', '1⁄9'), + (0x2152, 'M', '1⁄10'), + (0x2153, 'M', '1⁄3'), + (0x2154, 'M', '2⁄3'), + (0x2155, 'M', '1⁄5'), + (0x2156, 'M', '2⁄5'), + (0x2157, 'M', '3⁄5'), + (0x2158, 'M', '4⁄5'), + (0x2159, 'M', '1⁄6'), + (0x215A, 'M', '5⁄6'), + (0x215B, 'M', '1⁄8'), + (0x215C, 'M', '3⁄8'), + (0x215D, 'M', '5⁄8'), + (0x215E, 'M', '7⁄8'), + (0x215F, 'M', '1⁄'), + (0x2160, 'M', 'i'), + (0x2161, 'M', 'ii'), + (0x2162, 'M', 'iii'), + (0x2163, 'M', 'iv'), + (0x2164, 'M', 'v'), + (0x2165, 'M', 'vi'), + (0x2166, 'M', 'vii'), + (0x2167, 'M', 'viii'), + (0x2168, 'M', 'ix'), + (0x2169, 'M', 'x'), + (0x216A, 'M', 'xi'), + (0x216B, 'M', 'xii'), + (0x216C, 'M', 'l'), + (0x216D, 'M', 'c'), + (0x216E, 'M', 'd'), + (0x216F, 'M', 'm'), + (0x2170, 'M', 'i'), + (0x2171, 'M', 'ii'), + (0x2172, 'M', 'iii'), + (0x2173, 'M', 'iv'), + (0x2174, 'M', 'v'), + (0x2175, 'M', 'vi'), + (0x2176, 'M', 'vii'), + (0x2177, 'M', 'viii'), + (0x2178, 'M', 'ix'), + (0x2179, 'M', 'x'), + (0x217A, 'M', 'xi'), + (0x217B, 'M', 'xii'), + (0x217C, 'M', 'l'), + ] + +def _seg_23() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x217D, 'M', 'c'), + (0x217E, 'M', 'd'), + (0x217F, 'M', 'm'), + (0x2180, 'V'), + (0x2183, 'X'), + (0x2184, 'V'), + (0x2189, 'M', '0⁄3'), + (0x218A, 'V'), + (0x218C, 'X'), + (0x2190, 'V'), + (0x222C, 'M', '∫∫'), + (0x222D, 'M', '∫∫∫'), + (0x222E, 'V'), + (0x222F, 'M', '∮∮'), + (0x2230, 'M', '∮∮∮'), + (0x2231, 'V'), + (0x2329, 'M', '〈'), + (0x232A, 'M', '〉'), + (0x232B, 'V'), + (0x2427, 'X'), + (0x2440, 'V'), + (0x244B, 'X'), + (0x2460, 'M', '1'), + (0x2461, 'M', '2'), + (0x2462, 'M', '3'), + (0x2463, 'M', '4'), + (0x2464, 'M', '5'), + (0x2465, 'M', '6'), + (0x2466, 'M', '7'), + (0x2467, 'M', '8'), + (0x2468, 'M', '9'), + (0x2469, 'M', '10'), + (0x246A, 'M', '11'), + (0x246B, 'M', '12'), + (0x246C, 'M', '13'), + (0x246D, 'M', '14'), + (0x246E, 'M', '15'), + (0x246F, 'M', '16'), + (0x2470, 'M', '17'), + (0x2471, 'M', '18'), + (0x2472, 'M', '19'), + (0x2473, 'M', '20'), + (0x2474, '3', '(1)'), + (0x2475, '3', '(2)'), + (0x2476, '3', '(3)'), + (0x2477, '3', '(4)'), + (0x2478, '3', '(5)'), + (0x2479, '3', '(6)'), + (0x247A, '3', '(7)'), + (0x247B, '3', '(8)'), + (0x247C, '3', '(9)'), + (0x247D, '3', '(10)'), + (0x247E, '3', '(11)'), + (0x247F, '3', '(12)'), + (0x2480, '3', '(13)'), + (0x2481, '3', '(14)'), + (0x2482, '3', '(15)'), + (0x2483, '3', '(16)'), + (0x2484, '3', '(17)'), + (0x2485, '3', '(18)'), + (0x2486, '3', '(19)'), + (0x2487, '3', '(20)'), + (0x2488, 'X'), + (0x249C, '3', '(a)'), + (0x249D, '3', '(b)'), + (0x249E, '3', '(c)'), + (0x249F, '3', '(d)'), + (0x24A0, '3', '(e)'), + (0x24A1, '3', '(f)'), + (0x24A2, '3', '(g)'), + (0x24A3, '3', '(h)'), + (0x24A4, '3', '(i)'), + (0x24A5, '3', '(j)'), + (0x24A6, '3', '(k)'), + (0x24A7, '3', '(l)'), + (0x24A8, '3', '(m)'), + (0x24A9, '3', '(n)'), + (0x24AA, '3', '(o)'), + (0x24AB, '3', '(p)'), + (0x24AC, '3', '(q)'), + (0x24AD, '3', '(r)'), + (0x24AE, '3', '(s)'), + (0x24AF, '3', '(t)'), + (0x24B0, '3', '(u)'), + (0x24B1, '3', '(v)'), + (0x24B2, '3', '(w)'), + (0x24B3, '3', '(x)'), + (0x24B4, '3', '(y)'), + (0x24B5, '3', '(z)'), + (0x24B6, 'M', 'a'), + (0x24B7, 'M', 'b'), + (0x24B8, 'M', 'c'), + (0x24B9, 'M', 'd'), + (0x24BA, 'M', 'e'), + (0x24BB, 'M', 'f'), + (0x24BC, 'M', 'g'), + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '3', '::='), + (0x2A75, '3', '=='), + (0x2A76, '3', '==='), + (0x2A77, 'V'), + (0x2ADC, 'M', '⫝̸'), + (0x2ADD, 'V'), + (0x2B74, 'X'), + (0x2B76, 'V'), + (0x2B96, 'X'), + (0x2B97, 'V'), + (0x2C00, 'M', 'ⰰ'), + (0x2C01, 'M', 'ⰱ'), + (0x2C02, 'M', 'ⰲ'), + (0x2C03, 'M', 'ⰳ'), + (0x2C04, 'M', 'ⰴ'), + (0x2C05, 'M', 'ⰵ'), + (0x2C06, 'M', 'ⰶ'), + (0x2C07, 'M', 'ⰷ'), + (0x2C08, 'M', 'ⰸ'), + (0x2C09, 'M', 'ⰹ'), + (0x2C0A, 'M', 'ⰺ'), + (0x2C0B, 'M', 'ⰻ'), + (0x2C0C, 'M', 'ⰼ'), + (0x2C0D, 'M', 'ⰽ'), + (0x2C0E, 'M', 'ⰾ'), + (0x2C0F, 'M', 'ⰿ'), + (0x2C10, 'M', 'ⱀ'), + (0x2C11, 'M', 'ⱁ'), + (0x2C12, 'M', 'ⱂ'), + (0x2C13, 'M', 'ⱃ'), + (0x2C14, 'M', 'ⱄ'), + (0x2C15, 'M', 'ⱅ'), + (0x2C16, 'M', 'ⱆ'), + (0x2C17, 'M', 'ⱇ'), + (0x2C18, 'M', 'ⱈ'), + (0x2C19, 'M', 'ⱉ'), + (0x2C1A, 'M', 'ⱊ'), + (0x2C1B, 'M', 'ⱋ'), + (0x2C1C, 'M', 'ⱌ'), + (0x2C1D, 'M', 'ⱍ'), + (0x2C1E, 'M', 'ⱎ'), + (0x2C1F, 'M', 'ⱏ'), + (0x2C20, 'M', 'ⱐ'), + (0x2C21, 'M', 'ⱑ'), + (0x2C22, 'M', 'ⱒ'), + (0x2C23, 'M', 'ⱓ'), + (0x2C24, 'M', 'ⱔ'), + (0x2C25, 'M', 'ⱕ'), + (0x2C26, 'M', 'ⱖ'), + (0x2C27, 'M', 'ⱗ'), + (0x2C28, 'M', 'ⱘ'), + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (0x2CA6, 'M', 'ⲧ'), + (0x2CA7, 'V'), + (0x2CA8, 'M', 'ⲩ'), + (0x2CA9, 'V'), + (0x2CAA, 'M', 'ⲫ'), + (0x2CAB, 'V'), + (0x2CAC, 'M', 'ⲭ'), + (0x2CAD, 'V'), + (0x2CAE, 'M', 'ⲯ'), + (0x2CAF, 'V'), + (0x2CB0, 'M', 'ⲱ'), + (0x2CB1, 'V'), + (0x2CB2, 'M', 'ⲳ'), + (0x2CB3, 'V'), + (0x2CB4, 'M', 'ⲵ'), + (0x2CB5, 'V'), + (0x2CB6, 'M', 'ⲷ'), + (0x2CB7, 'V'), + (0x2CB8, 'M', 'ⲹ'), + (0x2CB9, 'V'), + (0x2CBA, 'M', 'ⲻ'), + (0x2CBB, 'V'), + (0x2CBC, 'M', 'ⲽ'), + (0x2CBD, 'V'), + (0x2CBE, 'M', 'ⲿ'), + (0x2CBF, 'V'), + (0x2CC0, 'M', 'ⳁ'), + (0x2CC1, 'V'), + (0x2CC2, 'M', 'ⳃ'), + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (0x2E80, 'V'), + (0x2E9A, 'X'), + (0x2E9B, 'V'), + (0x2E9F, 'M', '母'), + (0x2EA0, 'V'), + (0x2EF3, 'M', '龟'), + (0x2EF4, 'X'), + (0x2F00, 'M', '一'), + (0x2F01, 'M', '丨'), + (0x2F02, 'M', '丶'), + (0x2F03, 'M', '丿'), + (0x2F04, 'M', '乙'), + (0x2F05, 'M', '亅'), + (0x2F06, 'M', '二'), + (0x2F07, 'M', '亠'), + (0x2F08, 'M', '人'), + (0x2F09, 'M', '儿'), + (0x2F0A, 'M', '入'), + (0x2F0B, 'M', '八'), + (0x2F0C, 'M', '冂'), + (0x2F0D, 'M', '冖'), + (0x2F0E, 'M', '冫'), + (0x2F0F, 'M', '几'), + (0x2F10, 'M', '凵'), + (0x2F11, 'M', '刀'), + (0x2F12, 'M', '力'), + (0x2F13, 'M', '勹'), + (0x2F14, 'M', '匕'), + (0x2F15, 'M', '匚'), + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (0x2F5D, 'M', '犬'), + (0x2F5E, 'M', '玄'), + (0x2F5F, 'M', '玉'), + (0x2F60, 'M', '瓜'), + (0x2F61, 'M', '瓦'), + (0x2F62, 'M', '甘'), + (0x2F63, 'M', '生'), + (0x2F64, 'M', '用'), + (0x2F65, 'M', '田'), + (0x2F66, 'M', '疋'), + (0x2F67, 'M', '疒'), + (0x2F68, 'M', '癶'), + (0x2F69, 'M', '白'), + (0x2F6A, 'M', '皮'), + (0x2F6B, 'M', '皿'), + (0x2F6C, 'M', '目'), + (0x2F6D, 'M', '矛'), + (0x2F6E, 'M', '矢'), + (0x2F6F, 'M', '石'), + (0x2F70, 'M', '示'), + (0x2F71, 'M', '禸'), + (0x2F72, 'M', '禾'), + (0x2F73, 'M', '穴'), + (0x2F74, 'M', '立'), + (0x2F75, 'M', '竹'), + (0x2F76, 'M', '米'), + (0x2F77, 'M', '糸'), + (0x2F78, 'M', '缶'), + (0x2F79, 'M', '网'), + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (0x2FC1, 'M', '鬼'), + (0x2FC2, 'M', '魚'), + (0x2FC3, 'M', '鳥'), + (0x2FC4, 'M', '鹵'), + (0x2FC5, 'M', '鹿'), + (0x2FC6, 'M', '麥'), + (0x2FC7, 'M', '麻'), + (0x2FC8, 'M', '黃'), + (0x2FC9, 'M', '黍'), + (0x2FCA, 'M', '黑'), + (0x2FCB, 'M', '黹'), + (0x2FCC, 'M', '黽'), + (0x2FCD, 'M', '鼎'), + (0x2FCE, 'M', '鼓'), + (0x2FCF, 'M', '鼠'), + (0x2FD0, 'M', '鼻'), + (0x2FD1, 'M', '齊'), + (0x2FD2, 'M', '齒'), + (0x2FD3, 'M', '龍'), + (0x2FD4, 'M', '龜'), + (0x2FD5, 'M', '龠'), + (0x2FD6, 'X'), + (0x3000, '3', ' '), + (0x3001, 'V'), + (0x3002, 'M', '.'), + (0x3003, 'V'), + (0x3036, 'M', '〒'), + (0x3037, 'V'), + (0x3038, 'M', '十'), + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3041, 'V'), + (0x3097, 'X'), + (0x3099, 'V'), + (0x309B, '3', ' ゙'), + (0x309C, '3', ' ゚'), + (0x309D, 'V'), + (0x309F, 'M', 'より'), + (0x30A0, 'V'), + (0x30FF, 'M', 'コト'), + (0x3100, 'X'), + (0x3105, 'V'), + (0x3130, 'X'), + (0x3131, 'M', 'ᄀ'), + (0x3132, 'M', 'ᄁ'), + (0x3133, 'M', 'ᆪ'), + (0x3134, 'M', 'ᄂ'), + (0x3135, 'M', 'ᆬ'), + (0x3136, 'M', 'ᆭ'), + (0x3137, 'M', 'ᄃ'), + (0x3138, 'M', 'ᄄ'), + (0x3139, 'M', 'ᄅ'), + (0x313A, 'M', 'ᆰ'), + (0x313B, 'M', 'ᆱ'), + (0x313C, 'M', 'ᆲ'), + (0x313D, 'M', 'ᆳ'), + (0x313E, 'M', 'ᆴ'), + (0x313F, 'M', 'ᆵ'), + (0x3140, 'M', 'ᄚ'), + (0x3141, 'M', 'ᄆ'), + (0x3142, 'M', 'ᄇ'), + (0x3143, 'M', 'ᄈ'), + (0x3144, 'M', 'ᄡ'), + (0x3145, 'M', 'ᄉ'), + (0x3146, 'M', 'ᄊ'), + (0x3147, 'M', 'ᄋ'), + (0x3148, 'M', 'ᄌ'), + (0x3149, 'M', 'ᄍ'), + (0x314A, 'M', 'ᄎ'), + (0x314B, 'M', 'ᄏ'), + (0x314C, 'M', 'ᄐ'), + (0x314D, 'M', 'ᄑ'), + (0x314E, 'M', 'ᄒ'), + (0x314F, 'M', 'ᅡ'), + (0x3150, 'M', 'ᅢ'), + (0x3151, 'M', 'ᅣ'), + (0x3152, 'M', 'ᅤ'), + (0x3153, 'M', 'ᅥ'), + (0x3154, 'M', 'ᅦ'), + (0x3155, 'M', 'ᅧ'), + (0x3156, 'M', 'ᅨ'), + (0x3157, 'M', 'ᅩ'), + (0x3158, 'M', 'ᅪ'), + (0x3159, 'M', 'ᅫ'), + (0x315A, 'M', 'ᅬ'), + (0x315B, 'M', 'ᅭ'), + (0x315C, 'M', 'ᅮ'), + (0x315D, 'M', 'ᅯ'), + (0x315E, 'M', 'ᅰ'), + (0x315F, 'M', 'ᅱ'), + (0x3160, 'M', 'ᅲ'), + (0x3161, 'M', 'ᅳ'), + (0x3162, 'M', 'ᅴ'), + (0x3163, 'M', 'ᅵ'), + (0x3164, 'X'), + (0x3165, 'M', 'ᄔ'), + (0x3166, 'M', 'ᄕ'), + (0x3167, 'M', 'ᇇ'), + (0x3168, 'M', 'ᇈ'), + (0x3169, 'M', 'ᇌ'), + (0x316A, 'M', 'ᇎ'), + (0x316B, 'M', 'ᇓ'), + (0x316C, 'M', 'ᇗ'), + (0x316D, 'M', 'ᇙ'), + (0x316E, 'M', 'ᄜ'), + (0x316F, 'M', 'ᇝ'), + (0x3170, 'M', 'ᇟ'), + (0x3171, 'M', 'ᄝ'), + (0x3172, 'M', 'ᄞ'), + (0x3173, 'M', 'ᄠ'), + (0x3174, 'M', 'ᄢ'), + (0x3175, 'M', 'ᄣ'), + (0x3176, 'M', 'ᄧ'), + (0x3177, 'M', 'ᄩ'), + (0x3178, 'M', 'ᄫ'), + (0x3179, 'M', 'ᄬ'), + (0x317A, 'M', 'ᄭ'), + (0x317B, 'M', 'ᄮ'), + (0x317C, 'M', 'ᄯ'), + (0x317D, 'M', 'ᄲ'), + (0x317E, 'M', 'ᄶ'), + (0x317F, 'M', 'ᅀ'), + (0x3180, 'M', 'ᅇ'), + (0x3181, 'M', 'ᅌ'), + (0x3182, 'M', 'ᇱ'), + (0x3183, 'M', 'ᇲ'), + (0x3184, 'M', 'ᅗ'), + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (0x31E4, 'X'), + (0x31F0, 'V'), + (0x3200, '3', '(ᄀ)'), + (0x3201, '3', '(ᄂ)'), + (0x3202, '3', '(ᄃ)'), + (0x3203, '3', '(ᄅ)'), + (0x3204, '3', '(ᄆ)'), + (0x3205, '3', '(ᄇ)'), + (0x3206, '3', '(ᄉ)'), + (0x3207, '3', '(ᄋ)'), + (0x3208, '3', '(ᄌ)'), + (0x3209, '3', '(ᄎ)'), + (0x320A, '3', '(ᄏ)'), + (0x320B, '3', '(ᄐ)'), + (0x320C, '3', '(ᄑ)'), + (0x320D, '3', '(ᄒ)'), + (0x320E, '3', '(가)'), + (0x320F, '3', '(나)'), + (0x3210, '3', '(다)'), + (0x3211, '3', '(라)'), + (0x3212, '3', '(마)'), + (0x3213, '3', '(바)'), + (0x3214, '3', '(사)'), + (0x3215, '3', '(아)'), + (0x3216, '3', '(자)'), + (0x3217, '3', '(차)'), + (0x3218, '3', '(카)'), + (0x3219, '3', '(타)'), + (0x321A, '3', '(파)'), + (0x321B, '3', '(하)'), + (0x321C, '3', '(주)'), + (0x321D, '3', '(오전)'), + (0x321E, '3', '(오후)'), + (0x321F, 'X'), + (0x3220, '3', '(一)'), + (0x3221, '3', '(二)'), + (0x3222, '3', '(三)'), + (0x3223, '3', '(四)'), + (0x3224, '3', '(五)'), + (0x3225, '3', '(六)'), + (0x3226, '3', '(七)'), + (0x3227, '3', '(八)'), + (0x3228, '3', '(九)'), + (0x3229, '3', '(十)'), + (0x322A, '3', '(月)'), + (0x322B, '3', '(火)'), + (0x322C, '3', '(水)'), + (0x322D, '3', '(木)'), + (0x322E, '3', '(金)'), + (0x322F, '3', '(土)'), + (0x3230, '3', '(日)'), + (0x3231, '3', '(株)'), + (0x3232, '3', '(有)'), + (0x3233, '3', '(社)'), + (0x3234, '3', '(名)'), + (0x3235, '3', '(特)'), + (0x3236, '3', '(財)'), + (0x3237, '3', '(祝)'), + (0x3238, '3', '(労)'), + (0x3239, '3', '(代)'), + (0x323A, '3', '(呼)'), + (0x323B, '3', '(学)'), + (0x323C, '3', '(監)'), + (0x323D, '3', '(企)'), + (0x323E, '3', '(資)'), + (0x323F, '3', '(協)'), + (0x3240, '3', '(祭)'), + (0x3241, '3', '(休)'), + (0x3242, '3', '(自)'), + (0x3243, '3', '(至)'), + (0x3244, 'M', '問'), + (0x3245, 'M', '幼'), + (0x3246, 'M', '文'), + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (0x3295, 'M', '特'), + (0x3296, 'M', '財'), + (0x3297, 'M', '祝'), + (0x3298, 'M', '労'), + (0x3299, 'M', '秘'), + (0x329A, 'M', '男'), + (0x329B, 'M', '女'), + (0x329C, 'M', '適'), + (0x329D, 'M', '優'), + (0x329E, 'M', '印'), + (0x329F, 'M', '注'), + (0x32A0, 'M', '項'), + (0x32A1, 'M', '休'), + (0x32A2, 'M', '写'), + (0x32A3, 'M', '正'), + (0x32A4, 'M', '上'), + (0x32A5, 'M', '中'), + (0x32A6, 'M', '下'), + (0x32A7, 'M', '左'), + (0x32A8, 'M', '右'), + (0x32A9, 'M', '医'), + (0x32AA, 'M', '宗'), + (0x32AB, 'M', '学'), + (0x32AC, 'M', '監'), + (0x32AD, 'M', '企'), + (0x32AE, 'M', '資'), + (0x32AF, 'M', '協'), + (0x32B0, 'M', '夜'), + (0x32B1, 'M', '36'), + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (0x32F9, 'M', 'レ'), + (0x32FA, 'M', 'ロ'), + (0x32FB, 'M', 'ワ'), + (0x32FC, 'M', 'ヰ'), + (0x32FD, 'M', 'ヱ'), + (0x32FE, 'M', 'ヲ'), + (0x32FF, 'M', '令和'), + (0x3300, 'M', 'アパート'), + (0x3301, 'M', 'アルファ'), + (0x3302, 'M', 'アンペア'), + (0x3303, 'M', 'アール'), + (0x3304, 'M', 'イニング'), + (0x3305, 'M', 'インチ'), + (0x3306, 'M', 'ウォン'), + (0x3307, 'M', 'エスクード'), + (0x3308, 'M', 'エーカー'), + (0x3309, 'M', 'オンス'), + (0x330A, 'M', 'オーム'), + (0x330B, 'M', 'カイリ'), + (0x330C, 'M', 'カラット'), + (0x330D, 'M', 'カロリー'), + (0x330E, 'M', 'ガロン'), + (0x330F, 'M', 'ガンマ'), + (0x3310, 'M', 'ギガ'), + (0x3311, 'M', 'ギニー'), + (0x3312, 'M', 'キュリー'), + (0x3313, 'M', 'ギルダー'), + (0x3314, 'M', 'キロ'), + (0x3315, 'M', 'キログラム'), + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (0x335D, 'M', '5点'), + (0x335E, 'M', '6点'), + (0x335F, 'M', '7点'), + (0x3360, 'M', '8点'), + (0x3361, 'M', '9点'), + (0x3362, 'M', '10点'), + (0x3363, 'M', '11点'), + (0x3364, 'M', '12点'), + (0x3365, 'M', '13点'), + (0x3366, 'M', '14点'), + (0x3367, 'M', '15点'), + (0x3368, 'M', '16点'), + (0x3369, 'M', '17点'), + (0x336A, 'M', '18点'), + (0x336B, 'M', '19点'), + (0x336C, 'M', '20点'), + (0x336D, 'M', '21点'), + (0x336E, 'M', '22点'), + (0x336F, 'M', '23点'), + (0x3370, 'M', '24点'), + (0x3371, 'M', 'hpa'), + (0x3372, 'M', 'da'), + (0x3373, 'M', 'au'), + (0x3374, 'M', 'bar'), + (0x3375, 'M', 'ov'), + (0x3376, 'M', 'pc'), + (0x3377, 'M', 'dm'), + (0x3378, 'M', 'dm2'), + (0x3379, 'M', 'dm3'), + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (0x33C1, 'M', 'mω'), + (0x33C2, 'X'), + (0x33C3, 'M', 'bq'), + (0x33C4, 'M', 'cc'), + (0x33C5, 'M', 'cd'), + (0x33C6, 'M', 'c∕kg'), + (0x33C7, 'X'), + (0x33C8, 'M', 'db'), + (0x33C9, 'M', 'gy'), + (0x33CA, 'M', 'ha'), + (0x33CB, 'M', 'hp'), + (0x33CC, 'M', 'in'), + (0x33CD, 'M', 'kk'), + (0x33CE, 'M', 'km'), + (0x33CF, 'M', 'kt'), + (0x33D0, 'M', 'lm'), + (0x33D1, 'M', 'ln'), + (0x33D2, 'M', 'log'), + (0x33D3, 'M', 'lx'), + (0x33D4, 'M', 'mb'), + (0x33D5, 'M', 'mil'), + (0x33D6, 'M', 'mol'), + (0x33D7, 'M', 'ph'), + (0x33D8, 'X'), + (0x33D9, 'M', 'ppm'), + (0x33DA, 'M', 'pr'), + (0x33DB, 'M', 'sr'), + (0x33DC, 'M', 'sv'), + (0x33DD, 'M', 'wb'), + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (0xA65F, 'V'), + (0xA660, 'M', 'ꙡ'), + (0xA661, 'V'), + (0xA662, 'M', 'ꙣ'), + (0xA663, 'V'), + (0xA664, 'M', 'ꙥ'), + (0xA665, 'V'), + (0xA666, 'M', 'ꙧ'), + (0xA667, 'V'), + (0xA668, 'M', 'ꙩ'), + (0xA669, 'V'), + (0xA66A, 'M', 'ꙫ'), + (0xA66B, 'V'), + (0xA66C, 'M', 'ꙭ'), + (0xA66D, 'V'), + (0xA680, 'M', 'ꚁ'), + (0xA681, 'V'), + (0xA682, 'M', 'ꚃ'), + (0xA683, 'V'), + (0xA684, 'M', 'ꚅ'), + (0xA685, 'V'), + (0xA686, 'M', 'ꚇ'), + (0xA687, 'V'), + (0xA688, 'M', 'ꚉ'), + (0xA689, 'V'), + (0xA68A, 'M', 'ꚋ'), + (0xA68B, 'V'), + (0xA68C, 'M', 'ꚍ'), + (0xA68D, 'V'), + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (0xA758, 'M', 'ꝙ'), + (0xA759, 'V'), + (0xA75A, 'M', 'ꝛ'), + (0xA75B, 'V'), + (0xA75C, 'M', 'ꝝ'), + (0xA75D, 'V'), + (0xA75E, 'M', 'ꝟ'), + (0xA75F, 'V'), + (0xA760, 'M', 'ꝡ'), + (0xA761, 'V'), + (0xA762, 'M', 'ꝣ'), + (0xA763, 'V'), + (0xA764, 'M', 'ꝥ'), + (0xA765, 'V'), + (0xA766, 'M', 'ꝧ'), + (0xA767, 'V'), + (0xA768, 'M', 'ꝩ'), + (0xA769, 'V'), + (0xA76A, 'M', 'ꝫ'), + (0xA76B, 'V'), + (0xA76C, 'M', 'ꝭ'), + (0xA76D, 'V'), + (0xA76E, 'M', 'ꝯ'), + (0xA76F, 'V'), + (0xA770, 'M', 'ꝯ'), + (0xA771, 'V'), + (0xA779, 'M', 'ꝺ'), + (0xA77A, 'V'), + (0xA77B, 'M', 'ꝼ'), + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (0xA7C9, 'M', 'ꟊ'), + (0xA7CA, 'V'), + (0xA7CB, 'X'), + (0xA7D0, 'M', 'ꟑ'), + (0xA7D1, 'V'), + (0xA7D2, 'X'), + (0xA7D3, 'V'), + (0xA7D4, 'X'), + (0xA7D5, 'V'), + (0xA7D6, 'M', 'ꟗ'), + (0xA7D7, 'V'), + (0xA7D8, 'M', 'ꟙ'), + (0xA7D9, 'V'), + (0xA7DA, 'X'), + (0xA7F2, 'M', 'c'), + (0xA7F3, 'M', 'f'), + (0xA7F4, 'M', 'q'), + (0xA7F5, 'M', 'ꟶ'), + (0xA7F6, 'V'), + (0xA7F8, 'M', 'ħ'), + (0xA7F9, 'M', 'œ'), + (0xA7FA, 'V'), + (0xA82D, 'X'), + (0xA830, 'V'), + (0xA83A, 'X'), + (0xA840, 'V'), + (0xA878, 'X'), + (0xA880, 'V'), + (0xA8C6, 'X'), + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (0xAB88, 'M', 'Ꮈ'), + (0xAB89, 'M', 'Ꮉ'), + (0xAB8A, 'M', 'Ꮊ'), + (0xAB8B, 'M', 'Ꮋ'), + (0xAB8C, 'M', 'Ꮌ'), + (0xAB8D, 'M', 'Ꮍ'), + (0xAB8E, 'M', 'Ꮎ'), + (0xAB8F, 'M', 'Ꮏ'), + (0xAB90, 'M', 'Ꮐ'), + (0xAB91, 'M', 'Ꮑ'), + (0xAB92, 'M', 'Ꮒ'), + (0xAB93, 'M', 'Ꮓ'), + (0xAB94, 'M', 'Ꮔ'), + (0xAB95, 'M', 'Ꮕ'), + (0xAB96, 'M', 'Ꮖ'), + (0xAB97, 'M', 'Ꮗ'), + (0xAB98, 'M', 'Ꮘ'), + (0xAB99, 'M', 'Ꮙ'), + (0xAB9A, 'M', 'Ꮚ'), + (0xAB9B, 'M', 'Ꮛ'), + (0xAB9C, 'M', 'Ꮜ'), + (0xAB9D, 'M', 'Ꮝ'), + (0xAB9E, 'M', 'Ꮞ'), + (0xAB9F, 'M', 'Ꮟ'), + (0xABA0, 'M', 'Ꮠ'), + (0xABA1, 'M', 'Ꮡ'), + (0xABA2, 'M', 'Ꮢ'), + (0xABA3, 'M', 'Ꮣ'), + (0xABA4, 'M', 'Ꮤ'), + (0xABA5, 'M', 'Ꮥ'), + (0xABA6, 'M', 'Ꮦ'), + (0xABA7, 'M', 'Ꮧ'), + (0xABA8, 'M', 'Ꮨ'), + (0xABA9, 'M', 'Ꮩ'), + (0xABAA, 'M', 'Ꮪ'), + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (0xF923, 'M', '藍'), + (0xF924, 'M', '襤'), + (0xF925, 'M', '拉'), + (0xF926, 'M', '臘'), + (0xF927, 'M', '蠟'), + (0xF928, 'M', '廊'), + (0xF929, 'M', '朗'), + (0xF92A, 'M', '浪'), + (0xF92B, 'M', '狼'), + (0xF92C, 'M', '郎'), + (0xF92D, 'M', '來'), + (0xF92E, 'M', '冷'), + (0xF92F, 'M', '勞'), + (0xF930, 'M', '擄'), + (0xF931, 'M', '櫓'), + (0xF932, 'M', '爐'), + (0xF933, 'M', '盧'), + (0xF934, 'M', '老'), + (0xF935, 'M', '蘆'), + (0xF936, 'M', '虜'), + (0xF937, 'M', '路'), + (0xF938, 'M', '露'), + (0xF939, 'M', '魯'), + (0xF93A, 'M', '鷺'), + (0xF93B, 'M', '碌'), + (0xF93C, 'M', '祿'), + (0xF93D, 'M', '綠'), + (0xF93E, 'M', '菉'), + (0xF93F, 'M', '錄'), + (0xF940, 'M', '鹿'), + (0xF941, 'M', '論'), + (0xF942, 'M', '壟'), + (0xF943, 'M', '弄'), + (0xF944, 'M', '籠'), + (0xF945, 'M', '聾'), + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (0xF987, 'M', '驪'), + (0xF988, 'M', '麗'), + (0xF989, 'M', '黎'), + (0xF98A, 'M', '力'), + (0xF98B, 'M', '曆'), + (0xF98C, 'M', '歷'), + (0xF98D, 'M', '轢'), + (0xF98E, 'M', '年'), + (0xF98F, 'M', '憐'), + (0xF990, 'M', '戀'), + (0xF991, 'M', '撚'), + (0xF992, 'M', '漣'), + (0xF993, 'M', '煉'), + (0xF994, 'M', '璉'), + (0xF995, 'M', '秊'), + (0xF996, 'M', '練'), + (0xF997, 'M', '聯'), + (0xF998, 'M', '輦'), + (0xF999, 'M', '蓮'), + (0xF99A, 'M', '連'), + (0xF99B, 'M', '鍊'), + (0xF99C, 'M', '列'), + (0xF99D, 'M', '劣'), + (0xF99E, 'M', '咽'), + (0xF99F, 'M', '烈'), + (0xF9A0, 'M', '裂'), + (0xF9A1, 'M', '說'), + (0xF9A2, 'M', '廉'), + (0xF9A3, 'M', '念'), + (0xF9A4, 'M', '捻'), + (0xF9A5, 'M', '殮'), + (0xF9A6, 'M', '簾'), + (0xF9A7, 'M', '獵'), + (0xF9A8, 'M', '令'), + (0xF9A9, 'M', '囹'), + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (0xF9EB, 'M', '匿'), + (0xF9EC, 'M', '溺'), + (0xF9ED, 'M', '吝'), + (0xF9EE, 'M', '燐'), + (0xF9EF, 'M', '璘'), + (0xF9F0, 'M', '藺'), + (0xF9F1, 'M', '隣'), + (0xF9F2, 'M', '鱗'), + (0xF9F3, 'M', '麟'), + (0xF9F4, 'M', '林'), + (0xF9F5, 'M', '淋'), + (0xF9F6, 'M', '臨'), + (0xF9F7, 'M', '立'), + (0xF9F8, 'M', '笠'), + (0xF9F9, 'M', '粒'), + (0xF9FA, 'M', '狀'), + (0xF9FB, 'M', '炙'), + (0xF9FC, 'M', '識'), + (0xF9FD, 'M', '什'), + (0xF9FE, 'M', '茶'), + (0xF9FF, 'M', '刺'), + (0xFA00, 'M', '切'), + (0xFA01, 'M', '度'), + (0xFA02, 'M', '拓'), + (0xFA03, 'M', '糖'), + (0xFA04, 'M', '宅'), + (0xFA05, 'M', '洞'), + (0xFA06, 'M', '暴'), + (0xFA07, 'M', '輻'), + (0xFA08, 'M', '行'), + (0xFA09, 'M', '降'), + (0xFA0A, 'M', '見'), + (0xFA0B, 'M', '廓'), + (0xFA0C, 'M', '兀'), + (0xFA0D, 'M', '嗀'), + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (0xFA54, 'M', '穀'), + (0xFA55, 'M', '突'), + (0xFA56, 'M', '節'), + (0xFA57, 'M', '練'), + (0xFA58, 'M', '縉'), + (0xFA59, 'M', '繁'), + (0xFA5A, 'M', '署'), + (0xFA5B, 'M', '者'), + (0xFA5C, 'M', '臭'), + (0xFA5D, 'M', '艹'), + (0xFA5F, 'M', '著'), + (0xFA60, 'M', '褐'), + (0xFA61, 'M', '視'), + (0xFA62, 'M', '謁'), + (0xFA63, 'M', '謹'), + (0xFA64, 'M', '賓'), + (0xFA65, 'M', '贈'), + (0xFA66, 'M', '辶'), + (0xFA67, 'M', '逸'), + (0xFA68, 'M', '難'), + (0xFA69, 'M', '響'), + (0xFA6A, 'M', '頻'), + (0xFA6B, 'M', '恵'), + (0xFA6C, 'M', '𤋮'), + (0xFA6D, 'M', '舘'), + (0xFA6E, 'X'), + (0xFA70, 'M', '並'), + (0xFA71, 'M', '况'), + (0xFA72, 'M', '全'), + (0xFA73, 'M', '侀'), + (0xFA74, 'M', '充'), + (0xFA75, 'M', '冀'), + (0xFA76, 'M', '勇'), + (0xFA77, 'M', '勺'), + (0xFA78, 'M', '喝'), + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (0xFABA, 'M', '諸'), + (0xFABB, 'M', '請'), + (0xFABC, 'M', '謁'), + (0xFABD, 'M', '諾'), + (0xFABE, 'M', '諭'), + (0xFABF, 'M', '謹'), + (0xFAC0, 'M', '變'), + (0xFAC1, 'M', '贈'), + (0xFAC2, 'M', '輸'), + (0xFAC3, 'M', '遲'), + (0xFAC4, 'M', '醙'), + (0xFAC5, 'M', '鉶'), + (0xFAC6, 'M', '陼'), + (0xFAC7, 'M', '難'), + (0xFAC8, 'M', '靖'), + (0xFAC9, 'M', '韛'), + (0xFACA, 'M', '響'), + (0xFACB, 'M', '頋'), + (0xFACC, 'M', '頻'), + (0xFACD, 'M', '鬒'), + (0xFACE, 'M', '龜'), + (0xFACF, 'M', '𢡊'), + (0xFAD0, 'M', '𢡄'), + (0xFAD1, 'M', '𣏕'), + (0xFAD2, 'M', '㮝'), + (0xFAD3, 'M', '䀘'), + (0xFAD4, 'M', '䀹'), + (0xFAD5, 'M', '𥉉'), + (0xFAD6, 'M', '𥳐'), + (0xFAD7, 'M', '𧻓'), + (0xFAD8, 'M', '齃'), + (0xFAD9, 'M', '龎'), + (0xFADA, 'X'), + (0xFB00, 'M', 'ff'), + (0xFB01, 'M', 'fi'), + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '3', '+'), + (0xFB2A, 'M', 'שׁ'), + (0xFB2B, 'M', 'שׂ'), + (0xFB2C, 'M', 'שּׁ'), + (0xFB2D, 'M', 'שּׂ'), + (0xFB2E, 'M', 'אַ'), + (0xFB2F, 'M', 'אָ'), + (0xFB30, 'M', 'אּ'), + (0xFB31, 'M', 'בּ'), + (0xFB32, 'M', 'גּ'), + (0xFB33, 'M', 'דּ'), + (0xFB34, 'M', 'הּ'), + (0xFB35, 'M', 'וּ'), + (0xFB36, 'M', 'זּ'), + (0xFB37, 'X'), + (0xFB38, 'M', 'טּ'), + (0xFB39, 'M', 'יּ'), + (0xFB3A, 'M', 'ךּ'), + (0xFB3B, 'M', 'כּ'), + (0xFB3C, 'M', 'לּ'), + (0xFB3D, 'X'), + (0xFB3E, 'M', 'מּ'), + (0xFB3F, 'X'), + (0xFB40, 'M', 'נּ'), + (0xFB41, 'M', 'סּ'), + (0xFB42, 'X'), + (0xFB43, 'M', 'ףּ'), + (0xFB44, 'M', 'פּ'), + (0xFB45, 'X'), + (0xFB46, 'M', 'צּ'), + (0xFB47, 'M', 'קּ'), + (0xFB48, 'M', 'רּ'), + (0xFB49, 'M', 'שּ'), + (0xFB4A, 'M', 'תּ'), + (0xFB4B, 'M', 'וֹ'), + (0xFB4C, 'M', 'בֿ'), + (0xFB4D, 'M', 'כֿ'), + (0xFB4E, 'M', 'פֿ'), + (0xFB4F, 'M', 'אל'), + (0xFB50, 'M', 'ٱ'), + (0xFB52, 'M', 'ٻ'), + (0xFB56, 'M', 'پ'), + (0xFB5A, 'M', 'ڀ'), + (0xFB5E, 'M', 'ٺ'), + (0xFB62, 'M', 'ٿ'), + (0xFB66, 'M', 'ٹ'), + (0xFB6A, 'M', 'ڤ'), + (0xFB6E, 'M', 'ڦ'), + (0xFB72, 'M', 'ڄ'), + (0xFB76, 'M', 'ڃ'), + (0xFB7A, 'M', 'چ'), + (0xFB7E, 'M', 'ڇ'), + (0xFB82, 'M', 'ڍ'), + (0xFB84, 'M', 'ڌ'), + (0xFB86, 'M', 'ڎ'), + (0xFB88, 'M', 'ڈ'), + (0xFB8A, 'M', 'ژ'), + (0xFB8C, 'M', 'ڑ'), + (0xFB8E, 'M', 'ک'), + (0xFB92, 'M', 'گ'), + (0xFB96, 'M', 'ڳ'), + (0xFB9A, 'M', 'ڱ'), + (0xFB9E, 'M', 'ں'), + (0xFBA0, 'M', 'ڻ'), + (0xFBA4, 'M', 'ۀ'), + (0xFBA6, 'M', 'ہ'), + (0xFBAA, 'M', 'ھ'), + (0xFBAE, 'M', 'ے'), + (0xFBB0, 'M', 'ۓ'), + (0xFBB2, 'V'), + (0xFBC3, 'X'), + (0xFBD3, 'M', 'ڭ'), + (0xFBD7, 'M', 'ۇ'), + (0xFBD9, 'M', 'ۆ'), + (0xFBDB, 'M', 'ۈ'), + (0xFBDD, 'M', 'ۇٴ'), + (0xFBDE, 'M', 'ۋ'), + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (0xFC34, 'M', 'قم'), + (0xFC35, 'M', 'قى'), + (0xFC36, 'M', 'قي'), + (0xFC37, 'M', 'كا'), + (0xFC38, 'M', 'كج'), + (0xFC39, 'M', 'كح'), + (0xFC3A, 'M', 'كخ'), + (0xFC3B, 'M', 'كل'), + (0xFC3C, 'M', 'كم'), + (0xFC3D, 'M', 'كى'), + (0xFC3E, 'M', 'كي'), + (0xFC3F, 'M', 'لج'), + (0xFC40, 'M', 'لح'), + (0xFC41, 'M', 'لخ'), + (0xFC42, 'M', 'لم'), + (0xFC43, 'M', 'لى'), + (0xFC44, 'M', 'لي'), + (0xFC45, 'M', 'مج'), + (0xFC46, 'M', 'مح'), + (0xFC47, 'M', 'مخ'), + (0xFC48, 'M', 'مم'), + (0xFC49, 'M', 'مى'), + (0xFC4A, 'M', 'مي'), + (0xFC4B, 'M', 'نج'), + (0xFC4C, 'M', 'نح'), + (0xFC4D, 'M', 'نخ'), + (0xFC4E, 'M', 'نم'), + (0xFC4F, 'M', 'نى'), + (0xFC50, 'M', 'ني'), + (0xFC51, 'M', 'هج'), + (0xFC52, 'M', 'هم'), + (0xFC53, 'M', 'هى'), + (0xFC54, 'M', 'هي'), + (0xFC55, 'M', 'يج'), + (0xFC56, 'M', 'يح'), + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC5B, 'M', 'ذٰ'), + (0xFC5C, 'M', 'رٰ'), + (0xFC5D, 'M', 'ىٰ'), + (0xFC5E, '3', ' ٌّ'), + (0xFC5F, '3', ' ٍّ'), + (0xFC60, '3', ' َّ'), + (0xFC61, '3', ' ُّ'), + (0xFC62, '3', ' ِّ'), + (0xFC63, '3', ' ّٰ'), + (0xFC64, 'M', 'ئر'), + (0xFC65, 'M', 'ئز'), + (0xFC66, 'M', 'ئم'), + (0xFC67, 'M', 'ئن'), + (0xFC68, 'M', 'ئى'), + (0xFC69, 'M', 'ئي'), + (0xFC6A, 'M', 'بر'), + (0xFC6B, 'M', 'بز'), + (0xFC6C, 'M', 'بم'), + (0xFC6D, 'M', 'بن'), + (0xFC6E, 'M', 'بى'), + (0xFC6F, 'M', 'بي'), + (0xFC70, 'M', 'تر'), + (0xFC71, 'M', 'تز'), + (0xFC72, 'M', 'تم'), + (0xFC73, 'M', 'تن'), + (0xFC74, 'M', 'تى'), + (0xFC75, 'M', 'تي'), + (0xFC76, 'M', 'ثر'), + (0xFC77, 'M', 'ثز'), + (0xFC78, 'M', 'ثم'), + (0xFC79, 'M', 'ثن'), + (0xFC7A, 'M', 'ثى'), + (0xFC7B, 'M', 'ثي'), + (0xFC7C, 'M', 'فى'), + (0xFC7D, 'M', 'في'), + (0xFC7E, 'M', 'قى'), + (0xFC7F, 'M', 'قي'), + (0xFC80, 'M', 'كا'), + (0xFC81, 'M', 'كل'), + (0xFC82, 'M', 'كم'), + (0xFC83, 'M', 'كى'), + (0xFC84, 'M', 'كي'), + (0xFC85, 'M', 'لم'), + (0xFC86, 'M', 'لى'), + (0xFC87, 'M', 'لي'), + (0xFC88, 'M', 'ما'), + (0xFC89, 'M', 'مم'), + (0xFC8A, 'M', 'نر'), + (0xFC8B, 'M', 'نز'), + (0xFC8C, 'M', 'نم'), + (0xFC8D, 'M', 'نن'), + (0xFC8E, 'M', 'نى'), + (0xFC8F, 'M', 'ني'), + (0xFC90, 'M', 'ىٰ'), + (0xFC91, 'M', 'ير'), + (0xFC92, 'M', 'يز'), + (0xFC93, 'M', 'يم'), + (0xFC94, 'M', 'ين'), + (0xFC95, 'M', 'يى'), + (0xFC96, 'M', 'يي'), + (0xFC97, 'M', 'ئج'), + (0xFC98, 'M', 'ئح'), + (0xFC99, 'M', 'ئخ'), + (0xFC9A, 'M', 'ئم'), + (0xFC9B, 'M', 'ئه'), + (0xFC9C, 'M', 'بج'), + (0xFC9D, 'M', 'بح'), + (0xFC9E, 'M', 'بخ'), + (0xFC9F, 'M', 'بم'), + (0xFCA0, 'M', 'به'), + (0xFCA1, 'M', 'تج'), + (0xFCA2, 'M', 'تح'), + (0xFCA3, 'M', 'تخ'), + (0xFCA4, 'M', 'تم'), + (0xFCA5, 'M', 'ته'), + (0xFCA6, 'M', 'ثم'), + (0xFCA7, 'M', 'جح'), + (0xFCA8, 'M', 'جم'), + (0xFCA9, 'M', 'حج'), + (0xFCAA, 'M', 'حم'), + (0xFCAB, 'M', 'خج'), + (0xFCAC, 'M', 'خم'), + (0xFCAD, 'M', 'سج'), + (0xFCAE, 'M', 'سح'), + (0xFCAF, 'M', 'سخ'), + (0xFCB0, 'M', 'سم'), + (0xFCB1, 'M', 'صح'), + (0xFCB2, 'M', 'صخ'), + (0xFCB3, 'M', 'صم'), + (0xFCB4, 'M', 'ضج'), + (0xFCB5, 'M', 'ضح'), + (0xFCB6, 'M', 'ضخ'), + (0xFCB7, 'M', 'ضم'), + (0xFCB8, 'M', 'طح'), + (0xFCB9, 'M', 'ظم'), + (0xFCBA, 'M', 'عج'), + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (0xFCFC, 'M', 'سي'), + (0xFCFD, 'M', 'شى'), + (0xFCFE, 'M', 'شي'), + (0xFCFF, 'M', 'حى'), + (0xFD00, 'M', 'حي'), + (0xFD01, 'M', 'جى'), + (0xFD02, 'M', 'جي'), + (0xFD03, 'M', 'خى'), + (0xFD04, 'M', 'خي'), + (0xFD05, 'M', 'صى'), + (0xFD06, 'M', 'صي'), + (0xFD07, 'M', 'ضى'), + (0xFD08, 'M', 'ضي'), + (0xFD09, 'M', 'شج'), + (0xFD0A, 'M', 'شح'), + (0xFD0B, 'M', 'شخ'), + (0xFD0C, 'M', 'شم'), + (0xFD0D, 'M', 'شر'), + (0xFD0E, 'M', 'سر'), + (0xFD0F, 'M', 'صر'), + (0xFD10, 'M', 'ضر'), + (0xFD11, 'M', 'طى'), + (0xFD12, 'M', 'طي'), + (0xFD13, 'M', 'عى'), + (0xFD14, 'M', 'عي'), + (0xFD15, 'M', 'غى'), + (0xFD16, 'M', 'غي'), + (0xFD17, 'M', 'سى'), + (0xFD18, 'M', 'سي'), + (0xFD19, 'M', 'شى'), + (0xFD1A, 'M', 'شي'), + (0xFD1B, 'M', 'حى'), + (0xFD1C, 'M', 'حي'), + (0xFD1D, 'M', 'جى'), + (0xFD1E, 'M', 'جي'), + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (0xFD7E, 'M', 'قمح'), + (0xFD7F, 'M', 'قمم'), + (0xFD80, 'M', 'لحم'), + (0xFD81, 'M', 'لحي'), + (0xFD82, 'M', 'لحى'), + (0xFD83, 'M', 'لجج'), + (0xFD85, 'M', 'لخم'), + (0xFD87, 'M', 'لمح'), + (0xFD89, 'M', 'محج'), + (0xFD8A, 'M', 'محم'), + (0xFD8B, 'M', 'محي'), + (0xFD8C, 'M', 'مجح'), + (0xFD8D, 'M', 'مجم'), + (0xFD8E, 'M', 'مخج'), + (0xFD8F, 'M', 'مخم'), + (0xFD90, 'X'), + (0xFD92, 'M', 'مجخ'), + (0xFD93, 'M', 'همج'), + (0xFD94, 'M', 'همم'), + (0xFD95, 'M', 'نحم'), + (0xFD96, 'M', 'نحى'), + (0xFD97, 'M', 'نجم'), + (0xFD99, 'M', 'نجى'), + (0xFD9A, 'M', 'نمي'), + (0xFD9B, 'M', 'نمى'), + (0xFD9C, 'M', 'يمم'), + (0xFD9E, 'M', 'بخي'), + (0xFD9F, 'M', 'تجي'), + (0xFDA0, 'M', 'تجى'), + (0xFDA1, 'M', 'تخي'), + (0xFDA2, 'M', 'تخى'), + (0xFDA3, 'M', 'تمي'), + (0xFDA4, 'M', 'تمى'), + (0xFDA5, 'M', 'جمي'), + (0xFDA6, 'M', 'جحى'), + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '3', 'صلى الله عليه وسلم'), + (0xFDFB, '3', 'جل جلاله'), + (0xFDFC, 'M', 'ریال'), + (0xFDFD, 'V'), + (0xFE00, 'I'), + (0xFE10, '3', ','), + (0xFE11, 'M', '、'), + (0xFE12, 'X'), + (0xFE13, '3', ':'), + (0xFE14, '3', ';'), + (0xFE15, '3', '!'), + (0xFE16, '3', '?'), + (0xFE17, 'M', '〖'), + (0xFE18, 'M', '〗'), + (0xFE19, 'X'), + (0xFE20, 'V'), + (0xFE30, 'X'), + (0xFE31, 'M', '—'), + (0xFE32, 'M', '–'), + (0xFE33, '3', '_'), + (0xFE35, '3', '('), + (0xFE36, '3', ')'), + (0xFE37, '3', '{'), + (0xFE38, '3', '}'), + (0xFE39, 'M', '〔'), + (0xFE3A, 'M', '〕'), + (0xFE3B, 'M', '【'), + (0xFE3C, 'M', '】'), + (0xFE3D, 'M', '《'), + (0xFE3E, 'M', '》'), + (0xFE3F, 'M', '〈'), + (0xFE40, 'M', '〉'), + (0xFE41, 'M', '「'), + (0xFE42, 'M', '」'), + (0xFE43, 'M', '『'), + (0xFE44, 'M', '』'), + (0xFE45, 'V'), + (0xFE47, '3', '['), + (0xFE48, '3', ']'), + (0xFE49, '3', ' ̅'), + (0xFE4D, '3', '_'), + (0xFE50, '3', ','), + (0xFE51, 'M', '、'), + (0xFE52, 'X'), + (0xFE54, '3', ';'), + (0xFE55, '3', ':'), + (0xFE56, '3', '?'), + (0xFE57, '3', '!'), + (0xFE58, 'M', '—'), + (0xFE59, '3', '('), + (0xFE5A, '3', ')'), + (0xFE5B, '3', '{'), + (0xFE5C, '3', '}'), + (0xFE5D, 'M', '〔'), + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE62, '3', '+'), + (0xFE63, 'M', '-'), + (0xFE64, '3', '<'), + (0xFE65, '3', '>'), + (0xFE66, '3', '='), + (0xFE67, 'X'), + (0xFE68, '3', '\\'), + (0xFE69, '3', '$'), + (0xFE6A, '3', '%'), + (0xFE6B, '3', '@'), + (0xFE6C, 'X'), + (0xFE70, '3', ' ً'), + (0xFE71, 'M', 'ـً'), + (0xFE72, '3', ' ٌ'), + (0xFE73, 'V'), + (0xFE74, '3', ' ٍ'), + (0xFE75, 'X'), + (0xFE76, '3', ' َ'), + (0xFE77, 'M', 'ـَ'), + (0xFE78, '3', ' ُ'), + (0xFE79, 'M', 'ـُ'), + (0xFE7A, '3', ' ِ'), + (0xFE7B, 'M', 'ـِ'), + (0xFE7C, '3', ' ّ'), + (0xFE7D, 'M', 'ـّ'), + (0xFE7E, '3', ' ْ'), + (0xFE7F, 'M', 'ـْ'), + (0xFE80, 'M', 'ء'), + (0xFE81, 'M', 'آ'), + (0xFE83, 'M', 'أ'), + (0xFE85, 'M', 'ؤ'), + (0xFE87, 'M', 'إ'), + (0xFE89, 'M', 'ئ'), + (0xFE8D, 'M', 'ا'), + (0xFE8F, 'M', 'ب'), + (0xFE93, 'M', 'ة'), + (0xFE95, 'M', 'ت'), + (0xFE99, 'M', 'ث'), + (0xFE9D, 'M', 'ج'), + (0xFEA1, 'M', 'ح'), + (0xFEA5, 'M', 'خ'), + (0xFEA9, 'M', 'د'), + (0xFEAB, 'M', 'ذ'), + (0xFEAD, 'M', 'ر'), + (0xFEAF, 'M', 'ز'), + (0xFEB1, 'M', 'س'), + (0xFEB5, 'M', 'ش'), + (0xFEB9, 'M', 'ص'), + (0xFEBD, 'M', 'ض'), + (0xFEC1, 'M', 'ط'), + (0xFEC5, 'M', 'ظ'), + (0xFEC9, 'M', 'ع'), + (0xFECD, 'M', 'غ'), + (0xFED1, 'M', 'ف'), + (0xFED5, 'M', 'ق'), + (0xFED9, 'M', 'ك'), + (0xFEDD, 'M', 'ل'), + (0xFEE1, 'M', 'م'), + (0xFEE5, 'M', 'ن'), + (0xFEE9, 'M', 'ه'), + (0xFEED, 'M', 'و'), + (0xFEEF, 'M', 'ى'), + (0xFEF1, 'M', 'ي'), + (0xFEF5, 'M', 'لآ'), + (0xFEF7, 'M', 'لأ'), + (0xFEF9, 'M', 'لإ'), + (0xFEFB, 'M', 'لا'), + (0xFEFD, 'X'), + (0xFEFF, 'I'), + (0xFF00, 'X'), + (0xFF01, '3', '!'), + (0xFF02, '3', '"'), + (0xFF03, '3', '#'), + (0xFF04, '3', '$'), + (0xFF05, '3', '%'), + (0xFF06, '3', '&'), + (0xFF07, '3', '\''), + (0xFF08, '3', '('), + (0xFF09, '3', ')'), + (0xFF0A, '3', '*'), + (0xFF0B, '3', '+'), + (0xFF0C, '3', ','), + (0xFF0D, 'M', '-'), + (0xFF0E, 'M', '.'), + (0xFF0F, '3', '/'), + (0xFF10, 'M', '0'), + (0xFF11, 'M', '1'), + (0xFF12, 'M', '2'), + (0xFF13, 'M', '3'), + (0xFF14, 'M', '4'), + (0xFF15, 'M', '5'), + (0xFF16, 'M', '6'), + (0xFF17, 'M', '7'), + (0xFF18, 'M', '8'), + (0xFF19, 'M', '9'), + (0xFF1A, '3', ':'), + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1F, '3', '?'), + (0xFF20, '3', '@'), + (0xFF21, 'M', 'a'), + (0xFF22, 'M', 'b'), + (0xFF23, 'M', 'c'), + (0xFF24, 'M', 'd'), + (0xFF25, 'M', 'e'), + (0xFF26, 'M', 'f'), + (0xFF27, 'M', 'g'), + (0xFF28, 'M', 'h'), + (0xFF29, 'M', 'i'), + (0xFF2A, 'M', 'j'), + (0xFF2B, 'M', 'k'), + (0xFF2C, 'M', 'l'), + (0xFF2D, 'M', 'm'), + (0xFF2E, 'M', 'n'), + (0xFF2F, 'M', 'o'), + (0xFF30, 'M', 'p'), + (0xFF31, 'M', 'q'), + (0xFF32, 'M', 'r'), + (0xFF33, 'M', 's'), + (0xFF34, 'M', 't'), + (0xFF35, 'M', 'u'), + (0xFF36, 'M', 'v'), + (0xFF37, 'M', 'w'), + (0xFF38, 'M', 'x'), + (0xFF39, 'M', 'y'), + (0xFF3A, 'M', 'z'), + (0xFF3B, '3', '['), + (0xFF3C, '3', '\\'), + (0xFF3D, '3', ']'), + (0xFF3E, '3', '^'), + (0xFF3F, '3', '_'), + (0xFF40, '3', '`'), + (0xFF41, 'M', 'a'), + (0xFF42, 'M', 'b'), + (0xFF43, 'M', 'c'), + (0xFF44, 'M', 'd'), + (0xFF45, 'M', 'e'), + (0xFF46, 'M', 'f'), + (0xFF47, 'M', 'g'), + (0xFF48, 'M', 'h'), + (0xFF49, 'M', 'i'), + (0xFF4A, 'M', 'j'), + (0xFF4B, 'M', 'k'), + (0xFF4C, 'M', 'l'), + (0xFF4D, 'M', 'm'), + (0xFF4E, 'M', 'n'), + (0xFF4F, 'M', 'o'), + (0xFF50, 'M', 'p'), + (0xFF51, 'M', 'q'), + (0xFF52, 'M', 'r'), + (0xFF53, 'M', 's'), + (0xFF54, 'M', 't'), + (0xFF55, 'M', 'u'), + (0xFF56, 'M', 'v'), + (0xFF57, 'M', 'w'), + (0xFF58, 'M', 'x'), + (0xFF59, 'M', 'y'), + (0xFF5A, 'M', 'z'), + (0xFF5B, '3', '{'), + (0xFF5C, '3', '|'), + (0xFF5D, '3', '}'), + (0xFF5E, '3', '~'), + (0xFF5F, 'M', '⦅'), + (0xFF60, 'M', '⦆'), + (0xFF61, 'M', '.'), + (0xFF62, 'M', '「'), + (0xFF63, 'M', '」'), + (0xFF64, 'M', '、'), + (0xFF65, 'M', '・'), + (0xFF66, 'M', 'ヲ'), + (0xFF67, 'M', 'ァ'), + (0xFF68, 'M', 'ィ'), + (0xFF69, 'M', 'ゥ'), + (0xFF6A, 'M', 'ェ'), + (0xFF6B, 'M', 'ォ'), + (0xFF6C, 'M', 'ャ'), + (0xFF6D, 'M', 'ュ'), + (0xFF6E, 'M', 'ョ'), + (0xFF6F, 'M', 'ッ'), + (0xFF70, 'M', 'ー'), + (0xFF71, 'M', 'ア'), + (0xFF72, 'M', 'イ'), + (0xFF73, 'M', 'ウ'), + (0xFF74, 'M', 'エ'), + (0xFF75, 'M', 'オ'), + (0xFF76, 'M', 'カ'), + (0xFF77, 'M', 'キ'), + (0xFF78, 'M', 'ク'), + (0xFF79, 'M', 'ケ'), + (0xFF7A, 'M', 'コ'), + (0xFF7B, 'M', 'サ'), + (0xFF7C, 'M', 'シ'), + (0xFF7D, 'M', 'ス'), + (0xFF7E, 'M', 'セ'), + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, 'X'), + (0xFFA1, 'M', 'ᄀ'), + (0xFFA2, 'M', 'ᄁ'), + (0xFFA3, 'M', 'ᆪ'), + (0xFFA4, 'M', 'ᄂ'), + (0xFFA5, 'M', 'ᆬ'), + (0xFFA6, 'M', 'ᆭ'), + (0xFFA7, 'M', 'ᄃ'), + (0xFFA8, 'M', 'ᄄ'), + (0xFFA9, 'M', 'ᄅ'), + (0xFFAA, 'M', 'ᆰ'), + (0xFFAB, 'M', 'ᆱ'), + (0xFFAC, 'M', 'ᆲ'), + (0xFFAD, 'M', 'ᆳ'), + (0xFFAE, 'M', 'ᆴ'), + (0xFFAF, 'M', 'ᆵ'), + (0xFFB0, 'M', 'ᄚ'), + (0xFFB1, 'M', 'ᄆ'), + (0xFFB2, 'M', 'ᄇ'), + (0xFFB3, 'M', 'ᄈ'), + (0xFFB4, 'M', 'ᄡ'), + (0xFFB5, 'M', 'ᄉ'), + (0xFFB6, 'M', 'ᄊ'), + (0xFFB7, 'M', 'ᄋ'), + (0xFFB8, 'M', 'ᄌ'), + (0xFFB9, 'M', 'ᄍ'), + (0xFFBA, 'M', 'ᄎ'), + (0xFFBB, 'M', 'ᄏ'), + (0xFFBC, 'M', 'ᄐ'), + (0xFFBD, 'M', 'ᄑ'), + (0xFFBE, 'M', 'ᄒ'), + (0xFFBF, 'X'), + (0xFFC2, 'M', 'ᅡ'), + (0xFFC3, 'M', 'ᅢ'), + (0xFFC4, 'M', 'ᅣ'), + (0xFFC5, 'M', 'ᅤ'), + (0xFFC6, 'M', 'ᅥ'), + (0xFFC7, 'M', 'ᅦ'), + (0xFFC8, 'X'), + (0xFFCA, 'M', 'ᅧ'), + (0xFFCB, 'M', 'ᅨ'), + (0xFFCC, 'M', 'ᅩ'), + (0xFFCD, 'M', 'ᅪ'), + (0xFFCE, 'M', 'ᅫ'), + (0xFFCF, 'M', 'ᅬ'), + (0xFFD0, 'X'), + (0xFFD2, 'M', 'ᅭ'), + (0xFFD3, 'M', 'ᅮ'), + (0xFFD4, 'M', 'ᅯ'), + (0xFFD5, 'M', 'ᅰ'), + (0xFFD6, 'M', 'ᅱ'), + (0xFFD7, 'M', 'ᅲ'), + (0xFFD8, 'X'), + (0xFFDA, 'M', 'ᅳ'), + (0xFFDB, 'M', 'ᅴ'), + (0xFFDC, 'M', 'ᅵ'), + (0xFFDD, 'X'), + (0xFFE0, 'M', '¢'), + (0xFFE1, 'M', '£'), + (0xFFE2, 'M', '¬'), + (0xFFE3, '3', ' ̄'), + (0xFFE4, 'M', '¦'), + (0xFFE5, 'M', '¥'), + (0xFFE6, 'M', '₩'), + (0xFFE7, 'X'), + (0xFFE8, 'M', '│'), + (0xFFE9, 'M', '←'), + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (0x1040F, 'M', '𐐷'), + (0x10410, 'M', '𐐸'), + (0x10411, 'M', '𐐹'), + (0x10412, 'M', '𐐺'), + (0x10413, 'M', '𐐻'), + (0x10414, 'M', '𐐼'), + (0x10415, 'M', '𐐽'), + (0x10416, 'M', '𐐾'), + (0x10417, 'M', '𐐿'), + (0x10418, 'M', '𐑀'), + (0x10419, 'M', '𐑁'), + (0x1041A, 'M', '𐑂'), + (0x1041B, 'M', '𐑃'), + (0x1041C, 'M', '𐑄'), + (0x1041D, 'M', '𐑅'), + (0x1041E, 'M', '𐑆'), + (0x1041F, 'M', '𐑇'), + (0x10420, 'M', '𐑈'), + (0x10421, 'M', '𐑉'), + (0x10422, 'M', '𐑊'), + (0x10423, 'M', '𐑋'), + (0x10424, 'M', '𐑌'), + (0x10425, 'M', '𐑍'), + (0x10426, 'M', '𐑎'), + (0x10427, 'M', '𐑏'), + (0x10428, 'V'), + (0x1049E, 'X'), + (0x104A0, 'V'), + (0x104AA, 'X'), + (0x104B0, 'M', '𐓘'), + (0x104B1, 'M', '𐓙'), + (0x104B2, 'M', '𐓚'), + (0x104B3, 'M', '𐓛'), + (0x104B4, 'M', '𐓜'), + (0x104B5, 'M', '𐓝'), + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (0x1058B, 'X'), + (0x1058C, 'M', '𐖳'), + (0x1058D, 'M', '𐖴'), + (0x1058E, 'M', '𐖵'), + (0x1058F, 'M', '𐖶'), + (0x10590, 'M', '𐖷'), + (0x10591, 'M', '𐖸'), + (0x10592, 'M', '𐖹'), + (0x10593, 'X'), + (0x10594, 'M', '𐖻'), + (0x10595, 'M', '𐖼'), + (0x10596, 'X'), + (0x10597, 'V'), + (0x105A2, 'X'), + (0x105A3, 'V'), + (0x105B2, 'X'), + (0x105B3, 'V'), + (0x105BA, 'X'), + (0x105BB, 'V'), + (0x105BD, 'X'), + (0x10600, 'V'), + (0x10737, 'X'), + (0x10740, 'V'), + (0x10756, 'X'), + (0x10760, 'V'), + (0x10768, 'X'), + (0x10780, 'V'), + (0x10781, 'M', 'ː'), + (0x10782, 'M', 'ˑ'), + (0x10783, 'M', 'æ'), + (0x10784, 'M', 'ʙ'), + (0x10785, 'M', 'ɓ'), + (0x10786, 'X'), + (0x10787, 'M', 'ʣ'), + (0x10788, 'M', 'ꭦ'), + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (0x10857, 'V'), + (0x1089F, 'X'), + (0x108A7, 'V'), + (0x108B0, 'X'), + (0x108E0, 'V'), + (0x108F3, 'X'), + (0x108F4, 'V'), + (0x108F6, 'X'), + (0x108FB, 'V'), + (0x1091C, 'X'), + (0x1091F, 'V'), + (0x1093A, 'X'), + (0x1093F, 'V'), + (0x10940, 'X'), + (0x10980, 'V'), + (0x109B8, 'X'), + (0x109BC, 'V'), + (0x109D0, 'X'), + (0x109D2, 'V'), + (0x10A04, 'X'), + (0x10A05, 'V'), + (0x10A07, 'X'), + (0x10A0C, 'V'), + (0x10A14, 'X'), + (0x10A15, 'V'), + (0x10A18, 'X'), + (0x10A19, 'V'), + (0x10A36, 'X'), + (0x10A38, 'V'), + (0x10A3B, 'X'), + (0x10A3F, 'V'), + (0x10A49, 'X'), + (0x10A50, 'V'), + (0x10A59, 'X'), + (0x10A60, 'V'), + (0x10AA0, 'X'), + (0x10AC0, 'V'), + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (0x10CAE, 'M', '𐳮'), + (0x10CAF, 'M', '𐳯'), + (0x10CB0, 'M', '𐳰'), + (0x10CB1, 'M', '𐳱'), + (0x10CB2, 'M', '𐳲'), + (0x10CB3, 'X'), + (0x10CC0, 'V'), + (0x10CF3, 'X'), + (0x10CFA, 'V'), + (0x10D28, 'X'), + (0x10D30, 'V'), + (0x10D3A, 'X'), + (0x10E60, 'V'), + (0x10E7F, 'X'), + (0x10E80, 'V'), + (0x10EAA, 'X'), + (0x10EAB, 'V'), + (0x10EAE, 'X'), + (0x10EB0, 'V'), + (0x10EB2, 'X'), + (0x10EFD, 'V'), + (0x10F28, 'X'), + (0x10F30, 'V'), + (0x10F5A, 'X'), + (0x10F70, 'V'), + (0x10F8A, 'X'), + (0x10FB0, 'V'), + (0x10FCC, 'X'), + (0x10FE0, 'V'), + (0x10FF7, 'X'), + (0x11000, 'V'), + (0x1104E, 'X'), + (0x11052, 'V'), + (0x11076, 'X'), + (0x1107F, 'V'), + (0x110BD, 'X'), + (0x110BE, 'V'), + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (0x11300, 'V'), + (0x11304, 'X'), + (0x11305, 'V'), + (0x1130D, 'X'), + (0x1130F, 'V'), + (0x11311, 'X'), + (0x11313, 'V'), + (0x11329, 'X'), + (0x1132A, 'V'), + (0x11331, 'X'), + (0x11332, 'V'), + (0x11334, 'X'), + (0x11335, 'V'), + (0x1133A, 'X'), + (0x1133B, 'V'), + (0x11345, 'X'), + (0x11347, 'V'), + (0x11349, 'X'), + (0x1134B, 'V'), + (0x1134E, 'X'), + (0x11350, 'V'), + (0x11351, 'X'), + (0x11357, 'V'), + (0x11358, 'X'), + (0x1135D, 'V'), + (0x11364, 'X'), + (0x11366, 'V'), + (0x1136D, 'X'), + (0x11370, 'V'), + (0x11375, 'X'), + (0x11400, 'V'), + (0x1145C, 'X'), + (0x1145D, 'V'), + (0x11462, 'X'), + (0x11480, 'V'), + (0x114C8, 'X'), + (0x114D0, 'V'), + (0x114DA, 'X'), + (0x11580, 'V'), + (0x115B6, 'X'), + (0x115B8, 'V'), + (0x115DE, 'X'), + (0x11600, 'V'), + (0x11645, 'X'), + (0x11650, 'V'), + (0x1165A, 'X'), + (0x11660, 'V'), + (0x1166D, 'X'), + (0x11680, 'V'), + (0x116BA, 'X'), + (0x116C0, 'V'), + (0x116CA, 'X'), + (0x11700, 'V'), + (0x1171B, 'X'), + (0x1171D, 'V'), + (0x1172C, 'X'), + (0x11730, 'V'), + (0x11747, 'X'), + (0x11800, 'V'), + (0x1183C, 'X'), + (0x118A0, 'M', '𑣀'), + (0x118A1, 'M', '𑣁'), + (0x118A2, 'M', '𑣂'), + (0x118A3, 'M', '𑣃'), + (0x118A4, 'M', '𑣄'), + (0x118A5, 'M', '𑣅'), + (0x118A6, 'M', '𑣆'), + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118AB, 'M', '𑣋'), + (0x118AC, 'M', '𑣌'), + (0x118AD, 'M', '𑣍'), + (0x118AE, 'M', '𑣎'), + (0x118AF, 'M', '𑣏'), + (0x118B0, 'M', '𑣐'), + (0x118B1, 'M', '𑣑'), + (0x118B2, 'M', '𑣒'), + (0x118B3, 'M', '𑣓'), + (0x118B4, 'M', '𑣔'), + (0x118B5, 'M', '𑣕'), + (0x118B6, 'M', '𑣖'), + (0x118B7, 'M', '𑣗'), + (0x118B8, 'M', '𑣘'), + (0x118B9, 'M', '𑣙'), + (0x118BA, 'M', '𑣚'), + (0x118BB, 'M', '𑣛'), + (0x118BC, 'M', '𑣜'), + (0x118BD, 'M', '𑣝'), + (0x118BE, 'M', '𑣞'), + (0x118BF, 'M', '𑣟'), + (0x118C0, 'V'), + (0x118F3, 'X'), + (0x118FF, 'V'), + (0x11907, 'X'), + (0x11909, 'V'), + (0x1190A, 'X'), + (0x1190C, 'V'), + (0x11914, 'X'), + (0x11915, 'V'), + (0x11917, 'X'), + (0x11918, 'V'), + (0x11936, 'X'), + (0x11937, 'V'), + (0x11939, 'X'), + (0x1193B, 'V'), + (0x11947, 'X'), + (0x11950, 'V'), + (0x1195A, 'X'), + (0x119A0, 'V'), + (0x119A8, 'X'), + (0x119AA, 'V'), + (0x119D8, 'X'), + (0x119DA, 'V'), + (0x119E5, 'X'), + (0x11A00, 'V'), + (0x11A48, 'X'), + (0x11A50, 'V'), + (0x11AA3, 'X'), + (0x11AB0, 'V'), + (0x11AF9, 'X'), + (0x11B00, 'V'), + (0x11B0A, 'X'), + (0x11C00, 'V'), + (0x11C09, 'X'), + (0x11C0A, 'V'), + (0x11C37, 'X'), + (0x11C38, 'V'), + (0x11C46, 'X'), + (0x11C50, 'V'), + (0x11C6D, 'X'), + (0x11C70, 'V'), + (0x11C90, 'X'), + (0x11C92, 'V'), + (0x11CA8, 'X'), + (0x11CA9, 'V'), + (0x11CB7, 'X'), + (0x11D00, 'V'), + (0x11D07, 'X'), + (0x11D08, 'V'), + (0x11D0A, 'X'), + (0x11D0B, 'V'), + (0x11D37, 'X'), + (0x11D3A, 'V'), + (0x11D3B, 'X'), + (0x11D3C, 'V'), + (0x11D3E, 'X'), + (0x11D3F, 'V'), + (0x11D48, 'X'), + (0x11D50, 'V'), + (0x11D5A, 'X'), + (0x11D60, 'V'), + (0x11D66, 'X'), + (0x11D67, 'V'), + (0x11D69, 'X'), + (0x11D6A, 'V'), + (0x11D8F, 'X'), + (0x11D90, 'V'), + (0x11D92, 'X'), + (0x11D93, 'V'), + (0x11D99, 'X'), + (0x11DA0, 'V'), + (0x11DAA, 'X'), + (0x11EE0, 'V'), + (0x11EF9, 'X'), + (0x11F00, 'V'), + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F5A, 'X'), + (0x11FB0, 'V'), + (0x11FB1, 'X'), + (0x11FC0, 'V'), + (0x11FF2, 'X'), + (0x11FFF, 'V'), + (0x1239A, 'X'), + (0x12400, 'V'), + (0x1246F, 'X'), + (0x12470, 'V'), + (0x12475, 'X'), + (0x12480, 'V'), + (0x12544, 'X'), + (0x12F90, 'V'), + (0x12FF3, 'X'), + (0x13000, 'V'), + (0x13430, 'X'), + (0x13440, 'V'), + (0x13456, 'X'), + (0x14400, 'V'), + (0x14647, 'X'), + (0x16800, 'V'), + (0x16A39, 'X'), + (0x16A40, 'V'), + (0x16A5F, 'X'), + (0x16A60, 'V'), + (0x16A6A, 'X'), + (0x16A6E, 'V'), + (0x16ABF, 'X'), + (0x16AC0, 'V'), + (0x16ACA, 'X'), + (0x16AD0, 'V'), + (0x16AEE, 'X'), + (0x16AF0, 'V'), + (0x16AF6, 'X'), + (0x16B00, 'V'), + (0x16B46, 'X'), + (0x16B50, 'V'), + (0x16B5A, 'X'), + (0x16B5B, 'V'), + (0x16B62, 'X'), + (0x16B63, 'V'), + (0x16B78, 'X'), + (0x16B7D, 'V'), + (0x16B90, 'X'), + (0x16E40, 'M', '𖹠'), + (0x16E41, 'M', '𖹡'), + (0x16E42, 'M', '𖹢'), + (0x16E43, 'M', '𖹣'), + (0x16E44, 'M', '𖹤'), + (0x16E45, 'M', '𖹥'), + (0x16E46, 'M', '𖹦'), + (0x16E47, 'M', '𖹧'), + (0x16E48, 'M', '𖹨'), + (0x16E49, 'M', '𖹩'), + (0x16E4A, 'M', '𖹪'), + (0x16E4B, 'M', '𖹫'), + (0x16E4C, 'M', '𖹬'), + (0x16E4D, 'M', '𖹭'), + (0x16E4E, 'M', '𖹮'), + (0x16E4F, 'M', '𖹯'), + (0x16E50, 'M', '𖹰'), + (0x16E51, 'M', '𖹱'), + (0x16E52, 'M', '𖹲'), + (0x16E53, 'M', '𖹳'), + (0x16E54, 'M', '𖹴'), + (0x16E55, 'M', '𖹵'), + (0x16E56, 'M', '𖹶'), + (0x16E57, 'M', '𖹷'), + (0x16E58, 'M', '𖹸'), + (0x16E59, 'M', '𖹹'), + (0x16E5A, 'M', '𖹺'), + (0x16E5B, 'M', '𖹻'), + (0x16E5C, 'M', '𖹼'), + (0x16E5D, 'M', '𖹽'), + (0x16E5E, 'M', '𖹾'), + (0x16E5F, 'M', '𖹿'), + (0x16E60, 'V'), + (0x16E9B, 'X'), + (0x16F00, 'V'), + (0x16F4B, 'X'), + (0x16F4F, 'V'), + (0x16F88, 'X'), + (0x16F8F, 'V'), + (0x16FA0, 'X'), + (0x16FE0, 'V'), + (0x16FE5, 'X'), + (0x16FF0, 'V'), + (0x16FF2, 'X'), + (0x17000, 'V'), + (0x187F8, 'X'), + (0x18800, 'V'), + (0x18CD6, 'X'), + (0x18D00, 'V'), + (0x18D09, 'X'), + (0x1AFF0, 'V'), + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (0x1CF00, 'V'), + (0x1CF2E, 'X'), + (0x1CF30, 'V'), + (0x1CF47, 'X'), + (0x1CF50, 'V'), + (0x1CFC4, 'X'), + (0x1D000, 'V'), + (0x1D0F6, 'X'), + (0x1D100, 'V'), + (0x1D127, 'X'), + (0x1D129, 'V'), + (0x1D15E, 'M', '𝅗𝅥'), + (0x1D15F, 'M', '𝅘𝅥'), + (0x1D160, 'M', '𝅘𝅥𝅮'), + (0x1D161, 'M', '𝅘𝅥𝅯'), + (0x1D162, 'M', '𝅘𝅥𝅰'), + (0x1D163, 'M', '𝅘𝅥𝅱'), + (0x1D164, 'M', '𝅘𝅥𝅲'), + (0x1D165, 'V'), + (0x1D173, 'X'), + (0x1D17B, 'V'), + (0x1D1BB, 'M', '𝆹𝅥'), + (0x1D1BC, 'M', '𝆺𝅥'), + (0x1D1BD, 'M', '𝆹𝅥𝅮'), + (0x1D1BE, 'M', '𝆺𝅥𝅮'), + (0x1D1BF, 'M', '𝆹𝅥𝅯'), + (0x1D1C0, 'M', '𝆺𝅥𝅯'), + (0x1D1C1, 'V'), + (0x1D1EB, 'X'), + (0x1D200, 'V'), + (0x1D246, 'X'), + (0x1D2C0, 'V'), + (0x1D2D4, 'X'), + (0x1D2E0, 'V'), + (0x1D2F4, 'X'), + (0x1D300, 'V'), + (0x1D357, 'X'), + (0x1D360, 'V'), + (0x1D379, 'X'), + (0x1D400, 'M', 'a'), + (0x1D401, 'M', 'b'), + (0x1D402, 'M', 'c'), + (0x1D403, 'M', 'd'), + (0x1D404, 'M', 'e'), + (0x1D405, 'M', 'f'), + (0x1D406, 'M', 'g'), + (0x1D407, 'M', 'h'), + (0x1D408, 'M', 'i'), + (0x1D409, 'M', 'j'), + (0x1D40A, 'M', 'k'), + (0x1D40B, 'M', 'l'), + (0x1D40C, 'M', 'm'), + (0x1D40D, 'M', 'n'), + (0x1D40E, 'M', 'o'), + (0x1D40F, 'M', 'p'), + (0x1D410, 'M', 'q'), + (0x1D411, 'M', 'r'), + (0x1D412, 'M', 's'), + (0x1D413, 'M', 't'), + (0x1D414, 'M', 'u'), + (0x1D415, 'M', 'v'), + (0x1D416, 'M', 'w'), + (0x1D417, 'M', 'x'), + (0x1D418, 'M', 'y'), + (0x1D419, 'M', 'z'), + (0x1D41A, 'M', 'a'), + (0x1D41B, 'M', 'b'), + (0x1D41C, 'M', 'c'), + (0x1D41D, 'M', 'd'), + (0x1D41E, 'M', 'e'), + (0x1D41F, 'M', 'f'), + (0x1D420, 'M', 'g'), + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (0x1D45C, 'M', 'o'), + (0x1D45D, 'M', 'p'), + (0x1D45E, 'M', 'q'), + (0x1D45F, 'M', 'r'), + (0x1D460, 'M', 's'), + (0x1D461, 'M', 't'), + (0x1D462, 'M', 'u'), + (0x1D463, 'M', 'v'), + (0x1D464, 'M', 'w'), + (0x1D465, 'M', 'x'), + (0x1D466, 'M', 'y'), + (0x1D467, 'M', 'z'), + (0x1D468, 'M', 'a'), + (0x1D469, 'M', 'b'), + (0x1D46A, 'M', 'c'), + (0x1D46B, 'M', 'd'), + (0x1D46C, 'M', 'e'), + (0x1D46D, 'M', 'f'), + (0x1D46E, 'M', 'g'), + (0x1D46F, 'M', 'h'), + (0x1D470, 'M', 'i'), + (0x1D471, 'M', 'j'), + (0x1D472, 'M', 'k'), + (0x1D473, 'M', 'l'), + (0x1D474, 'M', 'm'), + (0x1D475, 'M', 'n'), + (0x1D476, 'M', 'o'), + (0x1D477, 'M', 'p'), + (0x1D478, 'M', 'q'), + (0x1D479, 'M', 'r'), + (0x1D47A, 'M', 's'), + (0x1D47B, 'M', 't'), + (0x1D47C, 'M', 'u'), + (0x1D47D, 'M', 'v'), + (0x1D47E, 'M', 'w'), + (0x1D47F, 'M', 'x'), + (0x1D480, 'M', 'y'), + (0x1D481, 'M', 'z'), + (0x1D482, 'M', 'a'), + (0x1D483, 'M', 'b'), + (0x1D484, 'M', 'c'), + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (0x1D4C3, 'M', 'n'), + (0x1D4C4, 'X'), + (0x1D4C5, 'M', 'p'), + (0x1D4C6, 'M', 'q'), + (0x1D4C7, 'M', 'r'), + (0x1D4C8, 'M', 's'), + (0x1D4C9, 'M', 't'), + (0x1D4CA, 'M', 'u'), + (0x1D4CB, 'M', 'v'), + (0x1D4CC, 'M', 'w'), + (0x1D4CD, 'M', 'x'), + (0x1D4CE, 'M', 'y'), + (0x1D4CF, 'M', 'z'), + (0x1D4D0, 'M', 'a'), + (0x1D4D1, 'M', 'b'), + (0x1D4D2, 'M', 'c'), + (0x1D4D3, 'M', 'd'), + (0x1D4D4, 'M', 'e'), + (0x1D4D5, 'M', 'f'), + (0x1D4D6, 'M', 'g'), + (0x1D4D7, 'M', 'h'), + (0x1D4D8, 'M', 'i'), + (0x1D4D9, 'M', 'j'), + (0x1D4DA, 'M', 'k'), + (0x1D4DB, 'M', 'l'), + (0x1D4DC, 'M', 'm'), + (0x1D4DD, 'M', 'n'), + (0x1D4DE, 'M', 'o'), + (0x1D4DF, 'M', 'p'), + (0x1D4E0, 'M', 'q'), + (0x1D4E1, 'M', 'r'), + (0x1D4E2, 'M', 's'), + (0x1D4E3, 'M', 't'), + (0x1D4E4, 'M', 'u'), + (0x1D4E5, 'M', 'v'), + (0x1D4E6, 'M', 'w'), + (0x1D4E7, 'M', 'x'), + (0x1D4E8, 'M', 'y'), + (0x1D4E9, 'M', 'z'), + (0x1D4EA, 'M', 'a'), + (0x1D4EB, 'M', 'b'), + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (0x1D528, 'M', 'k'), + (0x1D529, 'M', 'l'), + (0x1D52A, 'M', 'm'), + (0x1D52B, 'M', 'n'), + (0x1D52C, 'M', 'o'), + (0x1D52D, 'M', 'p'), + (0x1D52E, 'M', 'q'), + (0x1D52F, 'M', 'r'), + (0x1D530, 'M', 's'), + (0x1D531, 'M', 't'), + (0x1D532, 'M', 'u'), + (0x1D533, 'M', 'v'), + (0x1D534, 'M', 'w'), + (0x1D535, 'M', 'x'), + (0x1D536, 'M', 'y'), + (0x1D537, 'M', 'z'), + (0x1D538, 'M', 'a'), + (0x1D539, 'M', 'b'), + (0x1D53A, 'X'), + (0x1D53B, 'M', 'd'), + (0x1D53C, 'M', 'e'), + (0x1D53D, 'M', 'f'), + (0x1D53E, 'M', 'g'), + (0x1D53F, 'X'), + (0x1D540, 'M', 'i'), + (0x1D541, 'M', 'j'), + (0x1D542, 'M', 'k'), + (0x1D543, 'M', 'l'), + (0x1D544, 'M', 'm'), + (0x1D545, 'X'), + (0x1D546, 'M', 'o'), + (0x1D547, 'X'), + (0x1D54A, 'M', 's'), + (0x1D54B, 'M', 't'), + (0x1D54C, 'M', 'u'), + (0x1D54D, 'M', 'v'), + (0x1D54E, 'M', 'w'), + (0x1D54F, 'M', 'x'), + (0x1D550, 'M', 'y'), + (0x1D551, 'X'), + (0x1D552, 'M', 'a'), + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (0x1D58E, 'M', 'i'), + (0x1D58F, 'M', 'j'), + (0x1D590, 'M', 'k'), + (0x1D591, 'M', 'l'), + (0x1D592, 'M', 'm'), + (0x1D593, 'M', 'n'), + (0x1D594, 'M', 'o'), + (0x1D595, 'M', 'p'), + (0x1D596, 'M', 'q'), + (0x1D597, 'M', 'r'), + (0x1D598, 'M', 's'), + (0x1D599, 'M', 't'), + (0x1D59A, 'M', 'u'), + (0x1D59B, 'M', 'v'), + (0x1D59C, 'M', 'w'), + (0x1D59D, 'M', 'x'), + (0x1D59E, 'M', 'y'), + (0x1D59F, 'M', 'z'), + (0x1D5A0, 'M', 'a'), + (0x1D5A1, 'M', 'b'), + (0x1D5A2, 'M', 'c'), + (0x1D5A3, 'M', 'd'), + (0x1D5A4, 'M', 'e'), + (0x1D5A5, 'M', 'f'), + (0x1D5A6, 'M', 'g'), + (0x1D5A7, 'M', 'h'), + (0x1D5A8, 'M', 'i'), + (0x1D5A9, 'M', 'j'), + (0x1D5AA, 'M', 'k'), + (0x1D5AB, 'M', 'l'), + (0x1D5AC, 'M', 'm'), + (0x1D5AD, 'M', 'n'), + (0x1D5AE, 'M', 'o'), + (0x1D5AF, 'M', 'p'), + (0x1D5B0, 'M', 'q'), + (0x1D5B1, 'M', 'r'), + (0x1D5B2, 'M', 's'), + (0x1D5B3, 'M', 't'), + (0x1D5B4, 'M', 'u'), + (0x1D5B5, 'M', 'v'), + (0x1D5B6, 'M', 'w'), + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (0x1D5F2, 'M', 'e'), + (0x1D5F3, 'M', 'f'), + (0x1D5F4, 'M', 'g'), + (0x1D5F5, 'M', 'h'), + (0x1D5F6, 'M', 'i'), + (0x1D5F7, 'M', 'j'), + (0x1D5F8, 'M', 'k'), + (0x1D5F9, 'M', 'l'), + (0x1D5FA, 'M', 'm'), + (0x1D5FB, 'M', 'n'), + (0x1D5FC, 'M', 'o'), + (0x1D5FD, 'M', 'p'), + (0x1D5FE, 'M', 'q'), + (0x1D5FF, 'M', 'r'), + (0x1D600, 'M', 's'), + (0x1D601, 'M', 't'), + (0x1D602, 'M', 'u'), + (0x1D603, 'M', 'v'), + (0x1D604, 'M', 'w'), + (0x1D605, 'M', 'x'), + (0x1D606, 'M', 'y'), + (0x1D607, 'M', 'z'), + (0x1D608, 'M', 'a'), + (0x1D609, 'M', 'b'), + (0x1D60A, 'M', 'c'), + (0x1D60B, 'M', 'd'), + (0x1D60C, 'M', 'e'), + (0x1D60D, 'M', 'f'), + (0x1D60E, 'M', 'g'), + (0x1D60F, 'M', 'h'), + (0x1D610, 'M', 'i'), + (0x1D611, 'M', 'j'), + (0x1D612, 'M', 'k'), + (0x1D613, 'M', 'l'), + (0x1D614, 'M', 'm'), + (0x1D615, 'M', 'n'), + (0x1D616, 'M', 'o'), + (0x1D617, 'M', 'p'), + (0x1D618, 'M', 'q'), + (0x1D619, 'M', 'r'), + (0x1D61A, 'M', 's'), + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (0x1D656, 'M', 'a'), + (0x1D657, 'M', 'b'), + (0x1D658, 'M', 'c'), + (0x1D659, 'M', 'd'), + (0x1D65A, 'M', 'e'), + (0x1D65B, 'M', 'f'), + (0x1D65C, 'M', 'g'), + (0x1D65D, 'M', 'h'), + (0x1D65E, 'M', 'i'), + (0x1D65F, 'M', 'j'), + (0x1D660, 'M', 'k'), + (0x1D661, 'M', 'l'), + (0x1D662, 'M', 'm'), + (0x1D663, 'M', 'n'), + (0x1D664, 'M', 'o'), + (0x1D665, 'M', 'p'), + (0x1D666, 'M', 'q'), + (0x1D667, 'M', 'r'), + (0x1D668, 'M', 's'), + (0x1D669, 'M', 't'), + (0x1D66A, 'M', 'u'), + (0x1D66B, 'M', 'v'), + (0x1D66C, 'M', 'w'), + (0x1D66D, 'M', 'x'), + (0x1D66E, 'M', 'y'), + (0x1D66F, 'M', 'z'), + (0x1D670, 'M', 'a'), + (0x1D671, 'M', 'b'), + (0x1D672, 'M', 'c'), + (0x1D673, 'M', 'd'), + (0x1D674, 'M', 'e'), + (0x1D675, 'M', 'f'), + (0x1D676, 'M', 'g'), + (0x1D677, 'M', 'h'), + (0x1D678, 'M', 'i'), + (0x1D679, 'M', 'j'), + (0x1D67A, 'M', 'k'), + (0x1D67B, 'M', 'l'), + (0x1D67C, 'M', 'm'), + (0x1D67D, 'M', 'n'), + (0x1D67E, 'M', 'o'), + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (0x1D6BB, 'M', 'τ'), + (0x1D6BC, 'M', 'υ'), + (0x1D6BD, 'M', 'φ'), + (0x1D6BE, 'M', 'χ'), + (0x1D6BF, 'M', 'ψ'), + (0x1D6C0, 'M', 'ω'), + (0x1D6C1, 'M', '∇'), + (0x1D6C2, 'M', 'α'), + (0x1D6C3, 'M', 'β'), + (0x1D6C4, 'M', 'γ'), + (0x1D6C5, 'M', 'δ'), + (0x1D6C6, 'M', 'ε'), + (0x1D6C7, 'M', 'ζ'), + (0x1D6C8, 'M', 'η'), + (0x1D6C9, 'M', 'θ'), + (0x1D6CA, 'M', 'ι'), + (0x1D6CB, 'M', 'κ'), + (0x1D6CC, 'M', 'λ'), + (0x1D6CD, 'M', 'μ'), + (0x1D6CE, 'M', 'ν'), + (0x1D6CF, 'M', 'ξ'), + (0x1D6D0, 'M', 'ο'), + (0x1D6D1, 'M', 'π'), + (0x1D6D2, 'M', 'ρ'), + (0x1D6D3, 'M', 'σ'), + (0x1D6D5, 'M', 'τ'), + (0x1D6D6, 'M', 'υ'), + (0x1D6D7, 'M', 'φ'), + (0x1D6D8, 'M', 'χ'), + (0x1D6D9, 'M', 'ψ'), + (0x1D6DA, 'M', 'ω'), + (0x1D6DB, 'M', '∂'), + (0x1D6DC, 'M', 'ε'), + (0x1D6DD, 'M', 'θ'), + (0x1D6DE, 'M', 'κ'), + (0x1D6DF, 'M', 'φ'), + (0x1D6E0, 'M', 'ρ'), + (0x1D6E1, 'M', 'π'), + (0x1D6E2, 'M', 'α'), + (0x1D6E3, 'M', 'β'), + (0x1D6E4, 'M', 'γ'), + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (0x1D721, 'M', 'ζ'), + (0x1D722, 'M', 'η'), + (0x1D723, 'M', 'θ'), + (0x1D724, 'M', 'ι'), + (0x1D725, 'M', 'κ'), + (0x1D726, 'M', 'λ'), + (0x1D727, 'M', 'μ'), + (0x1D728, 'M', 'ν'), + (0x1D729, 'M', 'ξ'), + (0x1D72A, 'M', 'ο'), + (0x1D72B, 'M', 'π'), + (0x1D72C, 'M', 'ρ'), + (0x1D72D, 'M', 'θ'), + (0x1D72E, 'M', 'σ'), + (0x1D72F, 'M', 'τ'), + (0x1D730, 'M', 'υ'), + (0x1D731, 'M', 'φ'), + (0x1D732, 'M', 'χ'), + (0x1D733, 'M', 'ψ'), + (0x1D734, 'M', 'ω'), + (0x1D735, 'M', '∇'), + (0x1D736, 'M', 'α'), + (0x1D737, 'M', 'β'), + (0x1D738, 'M', 'γ'), + (0x1D739, 'M', 'δ'), + (0x1D73A, 'M', 'ε'), + (0x1D73B, 'M', 'ζ'), + (0x1D73C, 'M', 'η'), + (0x1D73D, 'M', 'θ'), + (0x1D73E, 'M', 'ι'), + (0x1D73F, 'M', 'κ'), + (0x1D740, 'M', 'λ'), + (0x1D741, 'M', 'μ'), + (0x1D742, 'M', 'ν'), + (0x1D743, 'M', 'ξ'), + (0x1D744, 'M', 'ο'), + (0x1D745, 'M', 'π'), + (0x1D746, 'M', 'ρ'), + (0x1D747, 'M', 'σ'), + (0x1D749, 'M', 'τ'), + (0x1D74A, 'M', 'υ'), + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (0x1D787, 'M', 'ψ'), + (0x1D788, 'M', 'ω'), + (0x1D789, 'M', '∂'), + (0x1D78A, 'M', 'ε'), + (0x1D78B, 'M', 'θ'), + (0x1D78C, 'M', 'κ'), + (0x1D78D, 'M', 'φ'), + (0x1D78E, 'M', 'ρ'), + (0x1D78F, 'M', 'π'), + (0x1D790, 'M', 'α'), + (0x1D791, 'M', 'β'), + (0x1D792, 'M', 'γ'), + (0x1D793, 'M', 'δ'), + (0x1D794, 'M', 'ε'), + (0x1D795, 'M', 'ζ'), + (0x1D796, 'M', 'η'), + (0x1D797, 'M', 'θ'), + (0x1D798, 'M', 'ι'), + (0x1D799, 'M', 'κ'), + (0x1D79A, 'M', 'λ'), + (0x1D79B, 'M', 'μ'), + (0x1D79C, 'M', 'ν'), + (0x1D79D, 'M', 'ξ'), + (0x1D79E, 'M', 'ο'), + (0x1D79F, 'M', 'π'), + (0x1D7A0, 'M', 'ρ'), + (0x1D7A1, 'M', 'θ'), + (0x1D7A2, 'M', 'σ'), + (0x1D7A3, 'M', 'τ'), + (0x1D7A4, 'M', 'υ'), + (0x1D7A5, 'M', 'φ'), + (0x1D7A6, 'M', 'χ'), + (0x1D7A7, 'M', 'ψ'), + (0x1D7A8, 'M', 'ω'), + (0x1D7A9, 'M', '∇'), + (0x1D7AA, 'M', 'α'), + (0x1D7AB, 'M', 'β'), + (0x1D7AC, 'M', 'γ'), + (0x1D7AD, 'M', 'δ'), + (0x1D7AE, 'M', 'ε'), + (0x1D7AF, 'M', 'ζ'), + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (0x1D7EE, 'M', '2'), + (0x1D7EF, 'M', '3'), + (0x1D7F0, 'M', '4'), + (0x1D7F1, 'M', '5'), + (0x1D7F2, 'M', '6'), + (0x1D7F3, 'M', '7'), + (0x1D7F4, 'M', '8'), + (0x1D7F5, 'M', '9'), + (0x1D7F6, 'M', '0'), + (0x1D7F7, 'M', '1'), + (0x1D7F8, 'M', '2'), + (0x1D7F9, 'M', '3'), + (0x1D7FA, 'M', '4'), + (0x1D7FB, 'M', '5'), + (0x1D7FC, 'M', '6'), + (0x1D7FD, 'M', '7'), + (0x1D7FE, 'M', '8'), + (0x1D7FF, 'M', '9'), + (0x1D800, 'V'), + (0x1DA8C, 'X'), + (0x1DA9B, 'V'), + (0x1DAA0, 'X'), + (0x1DAA1, 'V'), + (0x1DAB0, 'X'), + (0x1DF00, 'V'), + (0x1DF1F, 'X'), + (0x1DF25, 'V'), + (0x1DF2B, 'X'), + (0x1E000, 'V'), + (0x1E007, 'X'), + (0x1E008, 'V'), + (0x1E019, 'X'), + (0x1E01B, 'V'), + (0x1E022, 'X'), + (0x1E023, 'V'), + (0x1E025, 'X'), + (0x1E026, 'V'), + (0x1E02B, 'X'), + (0x1E030, 'M', 'а'), + (0x1E031, 'M', 'б'), + (0x1E032, 'M', 'в'), + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (0x1E06E, 'X'), + (0x1E08F, 'V'), + (0x1E090, 'X'), + (0x1E100, 'V'), + (0x1E12D, 'X'), + (0x1E130, 'V'), + (0x1E13E, 'X'), + (0x1E140, 'V'), + (0x1E14A, 'X'), + (0x1E14E, 'V'), + (0x1E150, 'X'), + (0x1E290, 'V'), + (0x1E2AF, 'X'), + (0x1E2C0, 'V'), + (0x1E2FA, 'X'), + (0x1E2FF, 'V'), + (0x1E300, 'X'), + (0x1E4D0, 'V'), + (0x1E4FA, 'X'), + (0x1E7E0, 'V'), + (0x1E7E7, 'X'), + (0x1E7E8, 'V'), + (0x1E7EC, 'X'), + (0x1E7ED, 'V'), + (0x1E7EF, 'X'), + (0x1E7F0, 'V'), + (0x1E7FF, 'X'), + (0x1E800, 'V'), + (0x1E8C5, 'X'), + (0x1E8C7, 'V'), + (0x1E8D7, 'X'), + (0x1E900, 'M', '𞤢'), + (0x1E901, 'M', '𞤣'), + (0x1E902, 'M', '𞤤'), + (0x1E903, 'M', '𞤥'), + (0x1E904, 'M', '𞤦'), + (0x1E905, 'M', '𞤧'), + (0x1E906, 'M', '𞤨'), + (0x1E907, 'M', '𞤩'), + (0x1E908, 'M', '𞤪'), + (0x1E909, 'M', '𞤫'), + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (0x1EE15, 'M', 'ت'), + (0x1EE16, 'M', 'ث'), + (0x1EE17, 'M', 'خ'), + (0x1EE18, 'M', 'ذ'), + (0x1EE19, 'M', 'ض'), + (0x1EE1A, 'M', 'ظ'), + (0x1EE1B, 'M', 'غ'), + (0x1EE1C, 'M', 'ٮ'), + (0x1EE1D, 'M', 'ں'), + (0x1EE1E, 'M', 'ڡ'), + (0x1EE1F, 'M', 'ٯ'), + (0x1EE20, 'X'), + (0x1EE21, 'M', 'ب'), + (0x1EE22, 'M', 'ج'), + (0x1EE23, 'X'), + (0x1EE24, 'M', 'ه'), + (0x1EE25, 'X'), + (0x1EE27, 'M', 'ح'), + (0x1EE28, 'X'), + (0x1EE29, 'M', 'ي'), + (0x1EE2A, 'M', 'ك'), + (0x1EE2B, 'M', 'ل'), + (0x1EE2C, 'M', 'م'), + (0x1EE2D, 'M', 'ن'), + (0x1EE2E, 'M', 'س'), + (0x1EE2F, 'M', 'ع'), + (0x1EE30, 'M', 'ف'), + (0x1EE31, 'M', 'ص'), + (0x1EE32, 'M', 'ق'), + (0x1EE33, 'X'), + (0x1EE34, 'M', 'ش'), + (0x1EE35, 'M', 'ت'), + (0x1EE36, 'M', 'ث'), + (0x1EE37, 'M', 'خ'), + (0x1EE38, 'X'), + (0x1EE39, 'M', 'ض'), + (0x1EE3A, 'X'), + (0x1EE3B, 'M', 'غ'), + (0x1EE3C, 'X'), + (0x1EE42, 'M', 'ج'), + (0x1EE43, 'X'), + (0x1EE47, 'M', 'ح'), + (0x1EE48, 'X'), + (0x1EE49, 'M', 'ي'), + (0x1EE4A, 'X'), + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (0x1EE84, 'M', 'ه'), + (0x1EE85, 'M', 'و'), + (0x1EE86, 'M', 'ز'), + (0x1EE87, 'M', 'ح'), + (0x1EE88, 'M', 'ط'), + (0x1EE89, 'M', 'ي'), + (0x1EE8A, 'X'), + (0x1EE8B, 'M', 'ل'), + (0x1EE8C, 'M', 'م'), + (0x1EE8D, 'M', 'ن'), + (0x1EE8E, 'M', 'س'), + (0x1EE8F, 'M', 'ع'), + (0x1EE90, 'M', 'ف'), + (0x1EE91, 'M', 'ص'), + (0x1EE92, 'M', 'ق'), + (0x1EE93, 'M', 'ر'), + (0x1EE94, 'M', 'ش'), + (0x1EE95, 'M', 'ت'), + (0x1EE96, 'M', 'ث'), + (0x1EE97, 'M', 'خ'), + (0x1EE98, 'M', 'ذ'), + (0x1EE99, 'M', 'ض'), + (0x1EE9A, 'M', 'ظ'), + (0x1EE9B, 'M', 'غ'), + (0x1EE9C, 'X'), + (0x1EEA1, 'M', 'ب'), + (0x1EEA2, 'M', 'ج'), + (0x1EEA3, 'M', 'د'), + (0x1EEA4, 'X'), + (0x1EEA5, 'M', 'و'), + (0x1EEA6, 'M', 'ز'), + (0x1EEA7, 'M', 'ح'), + (0x1EEA8, 'M', 'ط'), + (0x1EEA9, 'M', 'ي'), + (0x1EEAA, 'X'), + (0x1EEAB, 'M', 'ل'), + (0x1EEAC, 'M', 'م'), + (0x1EEAD, 'M', 'ن'), + (0x1EEAE, 'M', 'س'), + (0x1EEAF, 'M', 'ع'), + (0x1EEB0, 'M', 'ف'), + (0x1EEB1, 'M', 'ص'), + (0x1EEB2, 'M', 'ق'), + (0x1EEB3, 'M', 'ر'), + (0x1EEB4, 'M', 'ش'), + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '3', '0,'), + (0x1F102, '3', '1,'), + (0x1F103, '3', '2,'), + (0x1F104, '3', '3,'), + (0x1F105, '3', '4,'), + (0x1F106, '3', '5,'), + (0x1F107, '3', '6,'), + (0x1F108, '3', '7,'), + (0x1F109, '3', '8,'), + (0x1F10A, '3', '9,'), + (0x1F10B, 'V'), + (0x1F110, '3', '(a)'), + (0x1F111, '3', '(b)'), + (0x1F112, '3', '(c)'), + (0x1F113, '3', '(d)'), + (0x1F114, '3', '(e)'), + (0x1F115, '3', '(f)'), + (0x1F116, '3', '(g)'), + (0x1F117, '3', '(h)'), + (0x1F118, '3', '(i)'), + (0x1F119, '3', '(j)'), + (0x1F11A, '3', '(k)'), + (0x1F11B, '3', '(l)'), + (0x1F11C, '3', '(m)'), + (0x1F11D, '3', '(n)'), + (0x1F11E, '3', '(o)'), + (0x1F11F, '3', '(p)'), + (0x1F120, '3', '(q)'), + (0x1F121, '3', '(r)'), + (0x1F122, '3', '(s)'), + (0x1F123, '3', '(t)'), + (0x1F124, '3', '(u)'), + (0x1F125, '3', '(v)'), + (0x1F126, '3', '(w)'), + (0x1F127, '3', '(x)'), + (0x1F128, '3', '(y)'), + (0x1F129, '3', '(z)'), + (0x1F12A, 'M', '〔s〕'), + (0x1F12B, 'M', 'c'), + (0x1F12C, 'M', 'r'), + (0x1F12D, 'M', 'cd'), + (0x1F12E, 'M', 'wz'), + (0x1F12F, 'V'), + (0x1F130, 'M', 'a'), + (0x1F131, 'M', 'b'), + (0x1F132, 'M', 'c'), + (0x1F133, 'M', 'd'), + (0x1F134, 'M', 'e'), + (0x1F135, 'M', 'f'), + (0x1F136, 'M', 'g'), + (0x1F137, 'M', 'h'), + (0x1F138, 'M', 'i'), + (0x1F139, 'M', 'j'), + (0x1F13A, 'M', 'k'), + (0x1F13B, 'M', 'l'), + (0x1F13C, 'M', 'm'), + (0x1F13D, 'M', 'n'), + (0x1F13E, 'M', 'o'), + (0x1F13F, 'M', 'p'), + (0x1F140, 'M', 'q'), + (0x1F141, 'M', 'r'), + (0x1F142, 'M', 's'), + (0x1F143, 'M', 't'), + (0x1F144, 'M', 'u'), + (0x1F145, 'M', 'v'), + (0x1F146, 'M', 'w'), + (0x1F147, 'M', 'x'), + (0x1F148, 'M', 'y'), + (0x1F149, 'M', 'z'), + (0x1F14A, 'M', 'hv'), + (0x1F14B, 'M', 'mv'), + (0x1F14C, 'M', 'sd'), + (0x1F14D, 'M', 'ss'), + (0x1F14E, 'M', 'ppv'), + (0x1F14F, 'M', 'wc'), + (0x1F150, 'V'), + (0x1F16A, 'M', 'mc'), + (0x1F16B, 'M', 'md'), + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (0x1F240, 'M', '〔本〕'), + (0x1F241, 'M', '〔三〕'), + (0x1F242, 'M', '〔二〕'), + (0x1F243, 'M', '〔安〕'), + (0x1F244, 'M', '〔点〕'), + (0x1F245, 'M', '〔打〕'), + (0x1F246, 'M', '〔盗〕'), + (0x1F247, 'M', '〔勝〕'), + (0x1F248, 'M', '〔敗〕'), + (0x1F249, 'X'), + (0x1F250, 'M', '得'), + (0x1F251, 'M', '可'), + (0x1F252, 'X'), + (0x1F260, 'V'), + (0x1F266, 'X'), + (0x1F300, 'V'), + (0x1F6D8, 'X'), + (0x1F6DC, 'V'), + (0x1F6ED, 'X'), + (0x1F6F0, 'V'), + (0x1F6FD, 'X'), + (0x1F700, 'V'), + (0x1F777, 'X'), + (0x1F77B, 'V'), + (0x1F7DA, 'X'), + (0x1F7E0, 'V'), + (0x1F7EC, 'X'), + (0x1F7F0, 'V'), + (0x1F7F1, 'X'), + (0x1F800, 'V'), + (0x1F80C, 'X'), + (0x1F810, 'V'), + (0x1F848, 'X'), + (0x1F850, 'V'), + (0x1F85A, 'X'), + (0x1F860, 'V'), + (0x1F888, 'X'), + (0x1F890, 'V'), + (0x1F8AE, 'X'), + (0x1F8B0, 'V'), + (0x1F8B2, 'X'), + (0x1F900, 'V'), + (0x1FA54, 'X'), + (0x1FA60, 'V'), + (0x1FA6E, 'X'), + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA90, 'V'), + (0x1FABE, 'X'), + (0x1FABF, 'V'), + (0x1FAC6, 'X'), + (0x1FACE, 'V'), + (0x1FADC, 'X'), + (0x1FAE0, 'V'), + (0x1FAE9, 'X'), + (0x1FAF0, 'V'), + (0x1FAF9, 'X'), + (0x1FB00, 'V'), + (0x1FB93, 'X'), + (0x1FB94, 'V'), + (0x1FBCB, 'X'), + (0x1FBF0, 'M', '0'), + (0x1FBF1, 'M', '1'), + (0x1FBF2, 'M', '2'), + (0x1FBF3, 'M', '3'), + (0x1FBF4, 'M', '4'), + (0x1FBF5, 'M', '5'), + (0x1FBF6, 'M', '6'), + (0x1FBF7, 'M', '7'), + (0x1FBF8, 'M', '8'), + (0x1FBF9, 'M', '9'), + (0x1FBFA, 'X'), + (0x20000, 'V'), + (0x2A6E0, 'X'), + (0x2A700, 'V'), + (0x2B73A, 'X'), + (0x2B740, 'V'), + (0x2B81E, 'X'), + (0x2B820, 'V'), + (0x2CEA2, 'X'), + (0x2CEB0, 'V'), + (0x2EBE1, 'X'), + (0x2EBF0, 'V'), + (0x2EE5E, 'X'), + (0x2F800, 'M', '丽'), + (0x2F801, 'M', '丸'), + (0x2F802, 'M', '乁'), + (0x2F803, 'M', '𠄢'), + (0x2F804, 'M', '你'), + (0x2F805, 'M', '侮'), + (0x2F806, 'M', '侻'), + (0x2F807, 'M', '倂'), + (0x2F808, 'M', '偺'), + (0x2F809, 'M', '備'), + (0x2F80A, 'M', '僧'), + (0x2F80B, 'M', '像'), + (0x2F80C, 'M', '㒞'), + (0x2F80D, 'M', '𠘺'), + (0x2F80E, 'M', '免'), + (0x2F80F, 'M', '兔'), + (0x2F810, 'M', '兤'), + (0x2F811, 'M', '具'), + (0x2F812, 'M', '𠔜'), + (0x2F813, 'M', '㒹'), + (0x2F814, 'M', '內'), + (0x2F815, 'M', '再'), + (0x2F816, 'M', '𠕋'), + (0x2F817, 'M', '冗'), + (0x2F818, 'M', '冤'), + (0x2F819, 'M', '仌'), + (0x2F81A, 'M', '冬'), + (0x2F81B, 'M', '况'), + (0x2F81C, 'M', '𩇟'), + (0x2F81D, 'M', '凵'), + (0x2F81E, 'M', '刃'), + (0x2F81F, 'M', '㓟'), + (0x2F820, 'M', '刻'), + (0x2F821, 'M', '剆'), + (0x2F822, 'M', '割'), + (0x2F823, 'M', '剷'), + (0x2F824, 'M', '㔕'), + (0x2F825, 'M', '勇'), + (0x2F826, 'M', '勉'), + (0x2F827, 'M', '勤'), + (0x2F828, 'M', '勺'), + (0x2F829, 'M', '包'), + (0x2F82A, 'M', '匆'), + (0x2F82B, 'M', '北'), + (0x2F82C, 'M', '卉'), + (0x2F82D, 'M', '卑'), + (0x2F82E, 'M', '博'), + (0x2F82F, 'M', '即'), + (0x2F830, 'M', '卽'), + (0x2F831, 'M', '卿'), + (0x2F834, 'M', '𠨬'), + (0x2F835, 'M', '灰'), + (0x2F836, 'M', '及'), + (0x2F837, 'M', '叟'), + (0x2F838, 'M', '𠭣'), + (0x2F839, 'M', '叫'), + (0x2F83A, 'M', '叱'), + (0x2F83B, 'M', '吆'), + (0x2F83C, 'M', '咞'), + (0x2F83D, 'M', '吸'), + (0x2F83E, 'M', '呈'), + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, 'X'), + (0x2F869, 'M', '嬈'), + (0x2F86A, 'M', '嬾'), + (0x2F86C, 'M', '𡧈'), + (0x2F86D, 'M', '寃'), + (0x2F86E, 'M', '寘'), + (0x2F86F, 'M', '寧'), + (0x2F870, 'M', '寳'), + (0x2F871, 'M', '𡬘'), + (0x2F872, 'M', '寿'), + (0x2F873, 'M', '将'), + (0x2F874, 'X'), + (0x2F875, 'M', '尢'), + (0x2F876, 'M', '㞁'), + (0x2F877, 'M', '屠'), + (0x2F878, 'M', '屮'), + (0x2F879, 'M', '峀'), + (0x2F87A, 'M', '岍'), + (0x2F87B, 'M', '𡷤'), + (0x2F87C, 'M', '嵃'), + (0x2F87D, 'M', '𡷦'), + (0x2F87E, 'M', '嵮'), + (0x2F87F, 'M', '嵫'), + (0x2F880, 'M', '嵼'), + (0x2F881, 'M', '巡'), + (0x2F882, 'M', '巢'), + (0x2F883, 'M', '㠯'), + (0x2F884, 'M', '巽'), + (0x2F885, 'M', '帨'), + (0x2F886, 'M', '帽'), + (0x2F887, 'M', '幩'), + (0x2F888, 'M', '㡢'), + (0x2F889, 'M', '𢆃'), + (0x2F88A, 'M', '㡼'), + (0x2F88B, 'M', '庰'), + (0x2F88C, 'M', '庳'), + (0x2F88D, 'M', '庶'), + (0x2F88E, 'M', '廊'), + (0x2F88F, 'M', '𪎒'), + (0x2F890, 'M', '廾'), + (0x2F891, 'M', '𢌱'), + (0x2F893, 'M', '舁'), + (0x2F894, 'M', '弢'), + (0x2F896, 'M', '㣇'), + (0x2F897, 'M', '𣊸'), + (0x2F898, 'M', '𦇚'), + (0x2F899, 'M', '形'), + (0x2F89A, 'M', '彫'), + (0x2F89B, 'M', '㣣'), + (0x2F89C, 'M', '徚'), + (0x2F89D, 'M', '忍'), + (0x2F89E, 'M', '志'), + (0x2F89F, 'M', '忹'), + (0x2F8A0, 'M', '悁'), + (0x2F8A1, 'M', '㤺'), + (0x2F8A2, 'M', '㤜'), + (0x2F8A3, 'M', '悔'), + (0x2F8A4, 'M', '𢛔'), + (0x2F8A5, 'M', '惇'), + (0x2F8A6, 'M', '慈'), + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (0x2F8DD, 'M', '𣏃'), + (0x2F8DE, 'M', '㭉'), + (0x2F8DF, 'M', '柺'), + (0x2F8E0, 'M', '枅'), + (0x2F8E1, 'M', '桒'), + (0x2F8E2, 'M', '梅'), + (0x2F8E3, 'M', '𣑭'), + (0x2F8E4, 'M', '梎'), + (0x2F8E5, 'M', '栟'), + (0x2F8E6, 'M', '椔'), + (0x2F8E7, 'M', '㮝'), + (0x2F8E8, 'M', '楂'), + (0x2F8E9, 'M', '榣'), + (0x2F8EA, 'M', '槪'), + (0x2F8EB, 'M', '檨'), + (0x2F8EC, 'M', '𣚣'), + (0x2F8ED, 'M', '櫛'), + (0x2F8EE, 'M', '㰘'), + (0x2F8EF, 'M', '次'), + (0x2F8F0, 'M', '𣢧'), + (0x2F8F1, 'M', '歔'), + (0x2F8F2, 'M', '㱎'), + (0x2F8F3, 'M', '歲'), + (0x2F8F4, 'M', '殟'), + (0x2F8F5, 'M', '殺'), + (0x2F8F6, 'M', '殻'), + (0x2F8F7, 'M', '𣪍'), + (0x2F8F8, 'M', '𡴋'), + (0x2F8F9, 'M', '𣫺'), + (0x2F8FA, 'M', '汎'), + (0x2F8FB, 'M', '𣲼'), + (0x2F8FC, 'M', '沿'), + (0x2F8FD, 'M', '泍'), + (0x2F8FE, 'M', '汧'), + (0x2F8FF, 'M', '洖'), + (0x2F900, 'M', '派'), + (0x2F901, 'M', '海'), + (0x2F902, 'M', '流'), + (0x2F903, 'M', '浩'), + (0x2F904, 'M', '浸'), + (0x2F905, 'M', '涅'), + (0x2F906, 'M', '𣴞'), + (0x2F907, 'M', '洴'), + (0x2F908, 'M', '港'), + (0x2F909, 'M', '湮'), + (0x2F90A, 'M', '㴳'), + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, 'X'), + (0x2F920, 'M', '爨'), + (0x2F921, 'M', '爵'), + (0x2F922, 'M', '牐'), + (0x2F923, 'M', '𤘈'), + (0x2F924, 'M', '犀'), + (0x2F925, 'M', '犕'), + (0x2F926, 'M', '𤜵'), + (0x2F927, 'M', '𤠔'), + (0x2F928, 'M', '獺'), + (0x2F929, 'M', '王'), + (0x2F92A, 'M', '㺬'), + (0x2F92B, 'M', '玥'), + (0x2F92C, 'M', '㺸'), + (0x2F92E, 'M', '瑇'), + (0x2F92F, 'M', '瑜'), + (0x2F930, 'M', '瑱'), + (0x2F931, 'M', '璅'), + (0x2F932, 'M', '瓊'), + (0x2F933, 'M', '㼛'), + (0x2F934, 'M', '甤'), + (0x2F935, 'M', '𤰶'), + (0x2F936, 'M', '甾'), + (0x2F937, 'M', '𤲒'), + (0x2F938, 'M', '異'), + (0x2F939, 'M', '𢆟'), + (0x2F93A, 'M', '瘐'), + (0x2F93B, 'M', '𤾡'), + (0x2F93C, 'M', '𤾸'), + (0x2F93D, 'M', '𥁄'), + (0x2F93E, 'M', '㿼'), + (0x2F93F, 'M', '䀈'), + (0x2F940, 'M', '直'), + (0x2F941, 'M', '𥃳'), + (0x2F942, 'M', '𥃲'), + (0x2F943, 'M', '𥄙'), + (0x2F944, 'M', '𥄳'), + (0x2F945, 'M', '眞'), + (0x2F946, 'M', '真'), + (0x2F948, 'M', '睊'), + (0x2F949, 'M', '䀹'), + (0x2F94A, 'M', '瞋'), + (0x2F94B, 'M', '䁆'), + (0x2F94C, 'M', '䂖'), + (0x2F94D, 'M', '𥐝'), + (0x2F94E, 'M', '硎'), + (0x2F94F, 'M', '碌'), + (0x2F950, 'M', '磌'), + (0x2F951, 'M', '䃣'), + (0x2F952, 'M', '𥘦'), + (0x2F953, 'M', '祖'), + (0x2F954, 'M', '𥚚'), + (0x2F955, 'M', '𥛅'), + (0x2F956, 'M', '福'), + (0x2F957, 'M', '秫'), + (0x2F958, 'M', '䄯'), + (0x2F959, 'M', '穀'), + (0x2F95A, 'M', '穊'), + (0x2F95B, 'M', '穏'), + (0x2F95C, 'M', '𥥼'), + (0x2F95D, 'M', '𥪧'), + (0x2F95F, 'X'), + (0x2F960, 'M', '䈂'), + (0x2F961, 'M', '𥮫'), + (0x2F962, 'M', '篆'), + (0x2F963, 'M', '築'), + (0x2F964, 'M', '䈧'), + (0x2F965, 'M', '𥲀'), + (0x2F966, 'M', '糒'), + (0x2F967, 'M', '䊠'), + (0x2F968, 'M', '糨'), + (0x2F969, 'M', '糣'), + (0x2F96A, 'M', '紀'), + (0x2F96B, 'M', '𥾆'), + (0x2F96C, 'M', '絣'), + (0x2F96D, 'M', '䌁'), + (0x2F96E, 'M', '緇'), + (0x2F96F, 'M', '縂'), + (0x2F970, 'M', '繅'), + (0x2F971, 'M', '䌴'), + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (0x2F9A8, 'M', '蓱'), + (0x2F9A9, 'M', '蓳'), + (0x2F9AA, 'M', '蔖'), + (0x2F9AB, 'M', '𧏊'), + (0x2F9AC, 'M', '蕤'), + (0x2F9AD, 'M', '𦼬'), + (0x2F9AE, 'M', '䕝'), + (0x2F9AF, 'M', '䕡'), + (0x2F9B0, 'M', '𦾱'), + (0x2F9B1, 'M', '𧃒'), + (0x2F9B2, 'M', '䕫'), + (0x2F9B3, 'M', '虐'), + (0x2F9B4, 'M', '虜'), + (0x2F9B5, 'M', '虧'), + (0x2F9B6, 'M', '虩'), + (0x2F9B7, 'M', '蚩'), + (0x2F9B8, 'M', '蚈'), + (0x2F9B9, 'M', '蜎'), + (0x2F9BA, 'M', '蛢'), + (0x2F9BB, 'M', '蝹'), + (0x2F9BC, 'M', '蜨'), + (0x2F9BD, 'M', '蝫'), + (0x2F9BE, 'M', '螆'), + (0x2F9BF, 'X'), + (0x2F9C0, 'M', '蟡'), + (0x2F9C1, 'M', '蠁'), + (0x2F9C2, 'M', '䗹'), + (0x2F9C3, 'M', '衠'), + (0x2F9C4, 'M', '衣'), + (0x2F9C5, 'M', '𧙧'), + (0x2F9C6, 'M', '裗'), + (0x2F9C7, 'M', '裞'), + (0x2F9C8, 'M', '䘵'), + (0x2F9C9, 'M', '裺'), + (0x2F9CA, 'M', '㒻'), + (0x2F9CB, 'M', '𧢮'), + (0x2F9CC, 'M', '𧥦'), + (0x2F9CD, 'M', '䚾'), + (0x2F9CE, 'M', '䛇'), + (0x2F9CF, 'M', '誠'), + (0x2F9D0, 'M', '諭'), + (0x2F9D1, 'M', '變'), + (0x2F9D2, 'M', '豕'), + (0x2F9D3, 'M', '𧲨'), + (0x2F9D4, 'M', '貫'), + (0x2F9D5, 'M', '賁'), + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (0x2FA0D, 'M', '䳎'), + (0x2FA0E, 'M', '䳭'), + (0x2FA0F, 'M', '鵧'), + (0x2FA10, 'M', '𪃎'), + (0x2FA11, 'M', '䳸'), + (0x2FA12, 'M', '𪄅'), + (0x2FA13, 'M', '𪈎'), + (0x2FA14, 'M', '𪊑'), + (0x2FA15, 'M', '麻'), + (0x2FA16, 'M', '䵖'), + (0x2FA17, 'M', '黹'), + (0x2FA18, 'M', '黾'), + (0x2FA19, 'M', '鼅'), + (0x2FA1A, 'M', '鼏'), + (0x2FA1B, 'M', '鼖'), + (0x2FA1C, 'M', '鼻'), + (0x2FA1D, 'M', '𪘀'), + (0x2FA1E, 'X'), + (0x30000, 'V'), + (0x3134B, 'X'), + (0x31350, 'V'), + (0x323B0, 'X'), + (0xE0100, 'I'), + (0xE01F0, 'X'), + ] + +uts46data = tuple( + _seg_0() + + _seg_1() + + _seg_2() + + _seg_3() + + _seg_4() + + _seg_5() + + _seg_6() + + _seg_7() + + _seg_8() + + _seg_9() + + _seg_10() + + _seg_11() + + _seg_12() + + _seg_13() + + _seg_14() + + _seg_15() + + _seg_16() + + _seg_17() + + _seg_18() + + _seg_19() + + _seg_20() + + _seg_21() + + _seg_22() + + _seg_23() + + _seg_24() + + _seg_25() + + _seg_26() + + _seg_27() + + _seg_28() + + _seg_29() + + _seg_30() + + _seg_31() + + _seg_32() + + _seg_33() + + _seg_34() + + _seg_35() + + _seg_36() + + _seg_37() + + _seg_38() + + _seg_39() + + _seg_40() + + _seg_41() + + _seg_42() + + _seg_43() + + _seg_44() + + _seg_45() + + _seg_46() + + _seg_47() + + _seg_48() + + _seg_49() + + _seg_50() + + _seg_51() + + _seg_52() + + _seg_53() + + _seg_54() + + _seg_55() + + _seg_56() + + _seg_57() + + _seg_58() + + _seg_59() + + _seg_60() + + _seg_61() + + _seg_62() + + _seg_63() + + _seg_64() + + _seg_65() + + _seg_66() + + _seg_67() + + _seg_68() + + _seg_69() + + _seg_70() + + _seg_71() + + _seg_72() + + _seg_73() + + _seg_74() + + _seg_75() + + _seg_76() + + _seg_77() + + _seg_78() + + _seg_79() + + _seg_80() + + _seg_81() +) # type: Tuple[Union[Tuple[int, str], Tuple[int, str, str]], ...] diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..919b86f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,55 @@ +from .exceptions import * +from .ext import ExtType, Timestamp + +import os + + +version = (1, 0, 8) +__version__ = "1.0.8" + + +if os.environ.get("MSGPACK_PUREPYTHON"): + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..688d88cf6f1615390e8a99746e88c22e64e2eef1 GIT binary patch literal 1745 zcmb7E&2Jk;6rb_#+H0?!50kV+QOi;nDhJ_E0&V0%q|gtF2yJLmK~|RRwRe)N>-AbQ zn-8b19GecsNzrH&@-2Wf`~>zLFy?tE8&28;>~VsQV0h|+TXmHeKYgs z_j_-COeA6m+TH8F&A%-p^i&Mm4aR;u*nw^XS;)c_^nC~mD^$Tw$Ot)-A;DO(RD)gBO4NxNF-J2rCvLK@&0S)8FW9jgqEclw1m^~JrPA3 zb3Bv|@yOL>Z@OM1JUVSVgn6b@+Y>?FNJ}&XJq-iwsQ@d=`OF)cQJ(y0>ix;_%OB<^ zZ{NB)IWv9zCiwF3q*=N{D32^uYhV?*dfPV$Es1T~O#wrL@4x`qK;9uC2uQY3BlIo) z65o>=xGc37{M|RCvRM6() z;;5@{D{*Rl7NB`;TaK+wtWK<-*ckkJ@WIF5oc=}D55N(XI*P!cqt*o&Jf{{0wXjg@ zSfx6eOrdmW<&*zZf)a0mR&}2vOE1B-PP9is zhwg>EP69VVvmLU44!m;Trz5Bi$j5ee&QjOuq+=$a;g)GL!t?^vC^fH`o>|bB=1H~V zrkC8RXWCV!6X6js7-Z?uRBl(|G06-sfD8p-QSmZDT8n4P=a0)4oX5m9AZ-I0!$ED+ zL6|%TAA1R)iCSGKp8V?4=a;^Cw|QkpORm4QrJZ?j0bo-;<1?8)!DD2(M1nHnl89DR z1QiL!LoVYHNPPx1##oLWPXcAy_PQW_JNv z62^E34eX-SQxt85k=ECYYD;b7@{>H$k|kwyR~_9_ zNB3h9{PKQZ7@yrwsyNkp5vg5Gd0XvnD!)fGVI@|TKU+63il5v^SS-8vM7;=yDx=Ss V(B+5N_yBr5&^`W|^mqsZ{soe$q#XbN literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ed273692bf06f5b4f74555828b718694d32114e GIT binary patch literal 2029 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 crVT#{> 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + :rtype: `datetime.datetime` + """ + utc = datetime.timezone.utc + return datetime.datetime.fromtimestamp(0, utc) + datetime.timedelta(seconds=self.to_unix()) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..a174162 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,951 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO: + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError: + raise StackError + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker: + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and `.feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError("object_pairs_hook and object_hook are mutually exclusive") + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError(f"{n} exceeds max_bin_len({self._max_bin_len})") + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError(f"{L} exceeds max_ext_len({self._max_ext_len})") + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError(f"{size} exceeds max_ext_len({self._max_ext_len})") + self._reserve(size + 1) + n, obj = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in range(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) for _ in range(n) + ) + else: + ret = {} + for _ in range(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (str, bytes): + raise ValueError("%s is not allowed for map key" % str(type(key))) + if isinstance(key, str): + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer: + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param default: + When specified, it should be callable. + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, str): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in range(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs(len(obj), obj.items(), nest_limit - 1) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError(f"Cannot serialize {obj!r} where tzinfo=None") + + raise TypeError(f"Cannot serialize {obj!r}") + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for k, v in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..9ba41d8 --- /dev/null +++ b/server/.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__ = "24.1" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014 %s" % __author__ diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5384b164d322cfd91aa6d6233428a315a6881a5d GIT binary patch literal 562 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82f9bc277e80d21308dde9a4a511e077f64ef8c3 GIT binary patch literal 9689 zcmbVSdr%xldheOp_v{mvhY*MXp~p(F0zD9th-@Sw83|!W$PcZhtcINd7VQJ~3=-fa z$N6-1IHihl&atGNbH;V9Gmf1)xsp`*{ntyh=90=0OPyNd%-iFX`$b*s0dVzTqV-UKDo<$Op zm>7yPA%-DkHpYfnnsXtJ=BAK|=H`%@=9Z9!=GKsv=C+UxaxP|%J3@{)AL8TAkTdQI zxqzQZGRNF;PskJZhP-iK$QQ2&RY1KZR4G|Qe#sW9lDV-~V{*k@YLM*LO&{bdLN(GB z$#LBjs)d|~e3R5DIU%oOk<5;D7RMPS$#orl04pRZR4=*Z2FcS6Wfq-6lJ`22e6sTc zjy9vv7DXN`yp?Vnxrbon`P73Nxg3=m71mMk~y|WTcsN4y-li>Hc55T z=C`=ecBw_Ghq@h8Y+&01GC06!yqHKNRZ)#56Usoqq}fl&2^ouO5^J_THD7WJh;dmu zKQSJYHQS*4(uACd$PdVhV1%`|?|4j96wT7xcS2M}sOUd=GD^Dko)sgb(S#h!FYb>y z6oo~h{9N2 zL|`g~RQ$+eg^yflL|1kq1fxOHV07Wr7u!{;yvXyIvsi1C@}r-nquoYrF;~4td91=H z74!V)PCD9OtT#$3`AjrT!yc%$##4S=-M5abGkVf-g(ou3jv_>%mK~A7Z#^RKGXnuP zl@`qw5kaz|>J+vEca1x~Z?9$pHIS4*)G*m4jq6v2G;3Tx@|bLw#`WO1W*&}-BZ}tk zJsIvfcQ)K}tnX~k;2F(Rd=5X?d+vZ%RZ?-X|LLCd;ir1eop_(s9P*?bnNY={n2gCj z<&O>~BCL7BQ6)^JJS^h)=rA!dXbb7}Qy{Zw&4wKQ`O{1G#)Xc1PS^bTxw8+E+11D7 zyuO=`*Bx(-ynW^Nm5ev=kR!GC^0mWnkKG>2cy~TDliF1a@>Sflzixl)g|{!>zDRmo zX}yiqTVJ=n6@yRF(?OrQ4S>-d(G9^F{*D)7;a=ecEL{##kezpO2U)ssqQN@FVsn7{L^C z6=A;AFdEu$5a3e2wP+j*uwxL70xbF&^CzsD2VDrwvBQjHx^7D`Cy)VdirfO`0nGv@ z>gvImW+K~j)C#lE%;V#c&i$HM*>|XYQnO5Ub%x>5DvCHVN(!_YY`+ypmB>}7;bX~U zVnlB)6K^uheMG}=hr*vTy3tReOCW+oufNJ(MQ<|1@ZNBk!1NN6OF#bmD8OlKuw63| zrkYEP#gf-#2~K}xR8a_5L73HbgS~qM(9GmGK03W4JStw5!;xeh>~9n_Nmv|;2D@X) zh!|6j1`8c~VZ2fUMDzg5Ub`GMQV1URZ`sL*H}SX!uP zfi}%dCxQ;jr&gz*zkg?XTc(&Y{&U$vGZM$+-*L>CY zzqjIPxHXpb1k$#^L)KPhnLWE!ft;Q!nIe!Ze=u!2_z1Y52qC2j=D|E7Grx(Z2yl6@ z7s_~lfeBc07ExZ{X>3Wp5`t0Ev0j4D=?FQ3xz{hy|$6$ehFymbAo?(v%6%lnZ!8hmJod zV+BB|#=%=Ob6gw)P-Tus6G=>9sx2H&045EG0oR1%NofK;XjpTG!!J#Uv3!ds94-O3 z;jq5m!csBWa7vzm0#(I7L^c44Yz!UET3N{Ge*z{ll;4)=xRurLC!G6KkvZgp5uF&J}ULLoG%1S84BFw_Mp6Rq<2VEEL) zvtjz7!C(*eJv}fGuxe~l(X9EdnguK4v8bxKdlZ1L#H-LTu)9YE=0g*zj)O4)MwnnC zILq$x_iId8v*xSv2T0Imvmw0EeBn&fY2x$1?pgRLF8~2Z>$RHw_qXkMFZ50*-QJts zc5=?0^E9OC0Roz<+PYk|D^s;ATh;oiV~&|SxN1Yr%GrUh*R063`K^HuPyKBu%|H1N zv1b3jdn#AWkUv&D!2Ffgc64V`j}t&F1GG#)$SI=&0{Dyyh{S*&i)H|NZT#USwjd%5 z^w|)Gf;emlKvQg(Xl0sMlwu7bn&DKRQJ><}0{AriBE^^D#t3{`mn5z*7cRw70R(Z> z(>DdIR6I9qEr925wgybor>I<=1pPe(j?8zH&WH-`m7+@~CQ}>$y{kl`(EzVm^hS;E zi;pLlkySvAMd8Op2>{9sM@B^)9tZm+E94!TBMQesQAO~0 zH4aXLW|3q-y>h^WpC?0n<2V_S6@}^}1u(LVL!_QBk!q?!$w}1Zxc*z@n63#A!RS%= zDL(@OVr=8g{x5A+tId$->YLv_bNkGqDO=x`wryIqnW3(+eYvqW)7YD~)vvly%dYpH zc;|_HJ@Sq=QH2|J_;(oQ8E(4&UpS21}EDR(QvJf2>Al8xBZ&Z~811wb=bko<_2d!$u z&x9qI;T!N%h$}LS?(;jd{I0uv|5EUDHrSsw^;64H26YNXhUADydR>D*F`)`-Qjh>g zidYf=VNpIa2tr#MR7RD2*HLjC z;x&|6G$8;SjEu_Cp5Y|EB1^^)rC=R}opNv_DD+1YB2Mm5j1Gl%$_M6LY|+I|5n|CR zve3LYxVOD+Z+pl7U`I!DASevVus@@1`wnz<>FR5`W#<#mbW?zH^u_kJLzi|3E(U28 zS%XnEeWZ7CT#l$PMJl<4d0dOCqrzUY{&A4;gbJ%9SSd(%pj8-2s)vR5*$4jv36H>c z$0rCOFqhbFEE8-6JD}OFi8ujK|paX2(0d1B&a zp140BVJb7yI0-#(!%rc44cu`rvh%OmUbUrtT_5kx+D^{)e8D?cY~I&guew%Q##5E6 z66Vi>3UY0|@2p$1n(U5M2l7_0@b0;nUc2_{wfSpVPh*xB-rc$&zBlsD$l^$LduO)! zV4C7z{qVu73JKJTu38A@-AJ`iWX4RD1{F*ECP2%07)HXP$;qed2{3d66aww?I=zBg zl=7v&1kE49Pa)w5&=eIrvK4{ZGdXKT+FFCW@SJHX1KgE^CmkaoZD}Zy?z)1>R&TIZc zoVLV0#oz{`2jt^DAd;X}6*_g4^m;(U8?}Wt&@=6&%>)E$WzG9bnjwrrL=;@80s~C2 zvt}I?6%hbCR>+fSD4C4u-qKZg#*>6h0|}UMCn*mC(d^2Uq8m*7GI_QDfSQP@3Yk68 z|M_!5V=hH69M3}Y-@#A$3JAnpyvYYD$mz)y+s)+)iO=}ip^UO`BH+L*q z_vU#;&U(4U!(*P&n6*^h7Me!YzWs<{f^gBXtT$9Bz8 zXzd7apq5nNfv12NJRXq^@}Qu@mUhc5tap#bA8OL^R!u88l+$x+TJ6aegUN%52QfSP6uqcACJG1FpXS z9+ngbr9~)NQ`U{<1E^~QJx8^S3)%>VT$g5S30AVr*h*Gv-Kby6R<=ekPBZ3`xoqBuB~uh?CR9b1A!8xMH{pH*Ggg z7N1jgy3_o|+@SBp6u+L|jbRhI@mKKs2*Q30y=mjce+1FV-%J9yGw!tn6)qMi^wDE_ z1TPZw7n#5qppY;g6IH-<@jL`Q3^!n6T%hr}!vMtedrX4liVBIg!sS{7916q1B--md zupN$KMHPrAp^Spp3TRb-TPz9ikAhY5auJ4#u`)gYUL~V9%mH`|I|x&fj5(6ElmOVv zm-Rc1%a?_5EDuK~TLp?kFJIO}u9q+C=#j7>bNfbr0q`!|%1*$=E#!ho*kD*PxU(uO z1<>(EI|Vyfm>Dduu+weD9Wpi(>ps_Ep(h~#OL}L#ZZ8YN>4(xMJV5o;0~!D#&K}+k zj3vj($hkb zzC_WkW+9Rws?_3uZ`a>@s^|EH@Y$Y$3;lfq&%OYqX97-qn2d9)$z(VglXQEwS99eB zN`KbeI?RiUlMq5sRE;;DNsQ8XAmE*vN6l_DPil5R@u< z5o==E$;UO49y)Lt;zIl2o6zYC_$h;MK4`#ttr|Ince(f6@3`-nm-x<{&3(VBd7)!r zC|ebn9aynC<_`Q|dj5r5SJQrC-|lbPzVOmwQ+8A9oO{LJw6yg=cI&~kziakvu6pZy zcy?gTjcOZiU0QBv&os2(>BuzfzaxHJ@p(=69KTY%W0B8P@1Nsyw(4bDL&nzdR($cy z$D6ZTdOx$BTs5QGKX?Q;XVr72FE{O&>&tm+U;Eyx-&+VSH+N>5JMVfrbM?EH>)SK+ z?XTP6wxpqP-oDbZ0y{~_eRzWCM~JBt?@Hq%$yf|jCiy24%>nUPRi0EK zx~AEOClV1jOfd!b6MiJFg?~iI7#U}Qh!?p&rl+3(MNA?km;eEY@WX#948y;X=oftS zT93ps=#3s0NU4dCW+0k7|4vXF@DCAKza890n!z1Gy4v6+c~}HQO71W4lcc(jkYj|L zCuE2aFr&JUr`cn8A{>F+Y?*2osyFZr(o9a>`e2c*Tfc=kir&{iw&w6sT&1qBxJ}>KBX6iCb z-9y&QR6gPmyLpwCyiUgPXp0qy-_3NbwxVs_3ul&Fj$~Sn{PJ|R+desvnx(fj6M7%A2e0rMgz)|A7@;?jhSEsGnqc6Z zkQOlOi-wpMc`KzQ-ulu$-ulyiXeA?%3#Nm)P&$+gr^6uQ)BHvx7fnYo63~961x_O^ zNJ5uI_oeBWwn__~meMsu99rusve;_PTKKedxiXNh(^hK{SRE%TwCM0Agy+a)rLu{Hz_*7gEpb6ZBi%P ztLBJyvoSvF1t1m3v?gq>Cp|6VcU46;$HavqcHL&A}Ec)orSN06BAJr zo`F%`6IpLeO8T6r@+DCAc~?0{)bqCE%c(=~c3)1gNgcZfL7xbfw za-ygjm6=*aS#l0Vc^lnlN`0RFLPy`;qlc6Nw-xWYX6v&E1)KDxPLlk|K0`m==Pucv zYHRPaben7`sF`7PfLMJ6y|7h*WtvI1x`SZ-tqQX;7``}~DvVJEVqUF)js*^ZzJYE= zYF>K|s?*QWgg2e3cs)EL6ofyR4By}5A|IbdWi+&O1z!d}S84Yx>7B(HVE|=>V*!N5 zaT#0qjK7S(E1U^QXj~Y_cI7e9 z4f(y^VypQbaquU8g_VqSl-)dHR_Ui*I~s@i)J?*u(W9)a^? z_>bcelnnJgU|e?m?aa8$*S?4__+uFzt9Om{zl{6_eiLJKW+gxu{Zt&mN!$zm?z3#F z7m|V_q_#OYZ!rtVGKKw+6MANV@raiMgH(H;aZ+-S!>+Wk!dlsTS z^G$oE+TQQ_)>q)b6Ww#so;!i?w+ zf8G3Z?$mVYLA!$rNq%xItQA?HGi4AVtP=u$1qk=d&gSKL*}%xlYfYG^-mK zrm7LjSd`;Y)`3`E*Ooy{Rz0QoRt(ztfs}mEW!j1?BWE~9D_5){J7N|MO+F5anmJ+* zGPMnTm~?cwXJhB%M+ZL1$eTuY?NoL?k>u}SQyym9Qthes>gc}8;SN)CfT}t95LcZ~ z16Ysu(nsJzjzZ+|TQ;1DI+9IB?PSD}%mT?%c4JNih?CF)h5MjR;LAt4DFq4*9UUtW zw;O(5HHu!}DjqLTGeay032;e{bok)mZVq6Ygxw$vgcr^4;H)DUnj&(E~aH$2AC-Eg+^_0H+`=?xc4mtMW_>eZvyB6}zH-HEK7w$HzO?&XEZ<~eEe zr?ntF7hC_YzeE$?f8kUu^VSE1vQ$6{cxE9{5R!{C3p5tugA9b=aS_4>9;!ldaqU~c++~s1!dvJ^{t9WWme83e zfw(XyE}!~aP-Z`H6C`wmdnQjdEps?L2BK%LboB&7`Q)}U$_3_kpAhG`L)sJvVSQPtpY z@%G^MSSZvEyNufr)| zWwxw}^NVs7?!EhOC{DOKr#M(i`Z?Yl(HgTTBs)OaRLu_%PX0U%04)3X#W_J(!=dU( zY=AFW2IrV(RE0SR?Sc(=!QXlbDxRo(vJ%y;yO_AN_QKkQ+HDgDZU$=S0*yC=HMi>; zCZ#(K&C|Qicb@BwkZ`QA!9zFlcxmV`are@VEzS)s0>Q(8=$+;Ds3(?Mx zM6_}{RPmLcS&V^Bbv1Q0W0vmc;5$Z9N`BXdr4W3eu-IQ5E%}&=9VH(#12jy}4hPGS zpox&6m!ua{TaMAEVKWDBp-(|u3REs8DN#T)0$bVC@w>P1d1C43hg_C>!AoHwGbQa| z)qYkTfC@%Cp(({Y|9=toImYKpv4fR+K4Y7v zVNn^LDf^tIEJJnt_E-VqT7RxuK>(vyRIVwEkK&f(nSZ`lzqs! z-z_}H4L;+3d3DmS!32wO*59FmIE(Q|f`p}iL=j&9A*#ELLbp-;HVXd{waufpzoJJz z@e8KiW_Uqrn~QAtvlN78u@g~6cd-)IvkThvamMqD7krFA>=0hPVxn`8W5O*m-1_9-U<78C5m><# zV;4-bCKlu7n0eL=p(SQnu+CZ+Y_qln`>cI|o8=(iD%fI<1?Q}D!8Pk*8547n5$qo` z0{7UYv^?vkX%0wpitfi|HPu5?U6ATFqxH0D3tSAeK#uPQFv z111Snd49msl>|YkoJb@`H6am&VL}q*z~CIfCDBL>m^|gBYpcH_Qb`<;Rc6QAmgd^% zAV8uh`^jeb1hS2Y$t4m;wvLOBOr#Bp6COy&P8uPQo#F68LRgByy2$Qu_=~j$iQ8Rz}&CJ#3FV9R#Dicj@C@#O4DbBd921&ZUsi=A!q-Z(z&DpTI2otinc)E zyuzKbNA8a3KPf4Nr)9Hr>}QyuxsB> za}9>clRn7bKi2_FLxN%=73SKgtOw@&(Q`FTE|#9?3%@t%!Qqsgv3qi{FkSkEda*2i zwF&xdOHS_ymO%o>5JO%V0i@LB zIjOE513D>bflT^5VKsxXAnlJ#6M&~y0yrjx%yK|AUWj3t(6A+_2|-)iq{I@L6OB5+ zub4Z=8Y58nH2m`T$pK?s%|D55+J3RH)p8;08cth=>3oW&f&xIN(gKs9s#Kp0o9111g}tdyzfkHfXug{-Xg`S~qE7)F@0!0sJzS}M^{&E5 z?^^C!@7l_Y8Z7+6s97fI(%UetSXRs{))m`hbr%5`WlxPdd3X#<&Y$Mro<7TuUKpO3 z866oNo}#Y`6Vs@nY*-M%8jVS`4cYYewCpU@OTD6+PCUv5A4&3PkV?r2NtUyPfh{=k z4p_!XQIO5U6BkmAU~iQx9kR)Gu!p53kUEeutR`EMFjCp0@}4Ss4F_3K8#$GnkX?2p zH7izjQr%16$q86Jf`U&@B0)|hXMj+Y#f5`MQ8?!@3&|j6{~eH3W|w2E-fc^D#!|g5 zY*`wg`5U(VZ5e-Cj;l(yPVJhRKzp7s1#GKt?%Ei4&Hc0Y&aPg_Sv-b1Uw9fePGmiY zR!8=wH^26|BilTbu{5lnU#nkNva2$ds`bn1Lqlmx)t2S_7p|s_nTJO=z)U3%4`AKOmd<@gahsu`9ZAywl1&h`KErH;(@40J% zmUaFwWa19?iCvS*n+PcTp0X0j363XDttPRqm|z!So(D}`rYDQwD)dChSxU~!wwm;4 z16yHMEQ0%qN87{RHOHr*&r-9tCee_ij{z&t7Ju<7{^_H$uCT-;c;l?#Gmf&bLZOP( z`}=W1lOVv0!5RMY)EFOpd)f#jVMV2#4V|S`6=5l+D}`+^g_fWZTa@Z*ZJC*nO@lLJ z6xK#ILvJY;b{UyZ!p`~}c?*)sIFK2D5X+({zL%=HeFL^{5?~Nu4=skZ0<;!jN+B0^ zC{8FAhs_f}lWe7hzxKnfP{JK|L2Y*^I0lvD2_E*EQGq{D2zIa5xf|l#d$NUy5rItL zc)7&{Y$c&FGKu57glY99FiDxQT%l&^J%?;$8Y@!xp+JNfBs;*;PzUYP%PI*HGMBQ} z3Or3=eI!@lC%pu`0`OG9_$yaOb58f_`JBhUI`Yh3@xu>3{9rw~WpB!H{`=m0-Yu>U zV%uDOhO6J`+~QiFRW)x{b!Do$)*Lx+?Y6fi<89ek+Ps_gwq(7hx4lCd@6eh#=c+<5 z+c^3#xpsET)t9TP-Kc*!lCJDcyL+EugLN6MZlfw4JOkGK7Izl$ueyAdFZ?}V$vh0D zk6hd{n*z>zHo(@#&h3W2OhezAZ>OsB;XB!?0T@&9V4pV(rOjMz*OxY?s`*PZ&$rvo?16=KaHf_ z$8)u9yH>_=Xpb>FoK#Q$aN@&>ElX87ef!MiUmY)I1L%uEIfKv2=KmWa<=H?mJuz#l zM>1V!sM0CL4&b;ItWRv3syJF+h1v@rwInl?QyPYP0*8OvxIo3R(@Y2R3ixGigERRZ z=$mCefV4a2cbMC3$dS5889}uLPxHaC;gOl}(A41hw}xl<+tOkWujGYs`*T)FnHs(L zhF(ZRbGNbP40#6@Pxcg*q*fPh6CxzB6c;EH;qHiXQ3ZG>V}Pmg>tSlANea$tTMok@ zLMDZW(1uf;fePPz3la#DpJL7}Ak(N{h!9AMmm)$y+?3-PZdG|>O0f3V&B zt9I*PpS@@+gRD-u>lXmn518u=Y(rkK-H^bn0q$Z;fz9(lrIbNZ;4w!zGf6iF%bG}V zKv94;5`ai%`3HhY}v3Sh7p;j0Y9H7{r=#l{@ zW$E=aJ%7zU`FoI=GX|NVase0{g)@L8_5SlgDmLAH-HNmnazZ_{B6$-=rPw`GOj7MS z^v)%~=g(gglea}UWuQz?w_1{HJwG`v_Vzo5WaL6Uc~Z9p2AQ1B@il3^^IUvs7mCVYIECMei!C`Q{sHLN@f2GWdDKY$ai2( z$pR8I@h5=o68J*x=StNeHjYXKc3JTm31NLoQW4Bw!$y$&8h(-h1o+a)I4d8EunNx@K=Cq|r$8>yAK>cs~2R-Ird8~uA#h|X63;}(=T?Xz< zj{)}aA$cf)R_DG4f$8}WSPGz00C;5;iCM5bv1$xO+R6Z^4fcj5MQ{r=~|IC&HJehDS#KEIczcI69`- zU8!UJJ-oCuKOeor&qd;VA|6`?rNS?Pi<`e4P2S+&J$?FJ9?qoSZNqR;B#~r-NQ8qv zKnl_1mN~kC20bFzYdwuko*x_wj|~nDk15@y&W$DJA~Ai>9E)5NV}D$i2n~c_zc#A9 z$h(+OP+e4OA!KM;YZ>!#gc9;2K$T+r-N9reJDBAHDO0so8hqu>%KHQN1~z)PoL#x< zmhI~9Om+8~GY9+McYgNW&%T>&erdb;a0dQyhY=GL?UrtQ<#TE>p4N3#uHubcmaXAf(uu>BeK9&!Bc2GSr+h)-0-2WNqerb@xBG_rb>P zEnhb(K#p-E{y+ssL+Q~LZI5@m85ljC>~EZ1yFE(n=P15ouv~xI;Q$$gs)kd6`K4G) zbr2E#RDfK-&w-eyd?(qh90;g;!Ve+i5AY)wk>G(qX=8Z^a*U(=1}YUzRDFY{Y=qz( zn|hQ|b*c+m-427J8Ln8MYe=!9OeBiKp|+B;*`No$;2$bdM5|Z`3GAsD=@5i)no;cA z)tt9ysq^++uJn%60#$*T+58qnN>B4TxNrebOW6+ku?Kk*O6XPxG^IY8?R?i%I0G^) zAh;=R>c<&c9XJ~@-9$Lp_kep)!mzp zZ1rIT6m8#l^k*kOJNYn`ZaBQf9Rb-@Wit31X9r4j4S>=?Zr81dS78k0jnT)Di%;3* zFFNHSZ)$eX9snYp}D9r>|bDgBmr13>BkTOedjJd zoXRQA-*j#0sb%$pE&I`&r)JyJo$-KXY00@;bCq4do8BO}J-klPUXbf<&bXU5ge`Z+ zPFw%xa<=Wn+6Yx*dOFz1P#A0M1(-mm<{BwF;i5SARjpP~F`oauf5>b853hA-pYeww!nlOxD3*Ud%7#i1GV9Pd}F0Se5iO0l;e8DUJWA->MWJ>Bpj^ z!*Fo_Ts>WC97X+<@@}DrS?!-?mhB-fH9+~L@MU4cab<97bZ}^F7_O*%>+Yyp7{hJ=pL8vm-d4B?`pIU*%xcMKFE ziNwMp7~u3$9KD-`XS@b3seqvrS?8z{36i&Ps%;Pf>)h?zb~k0*O&haWcW`xh$5rt+ zmFt)Px*_Xof=$-JnOdM4o#`4h@(r-25wr<%!M;bcz>PY{$O~n3knYnagD+|q@=Mt8 z>dBMpW}*gTsZ!_}H+UQiUkOfhz(FweFH#wt3CNI$fvS}3V7)0Z;8FHxROw|-_38)VAZn!nyO*ek2itcE< z+nAiPK_(9km?kf!-qZn5=~#E1^nr&(#4AmwPWSPr`uH{oPQ&jE{`&a$=_`=F_mPddtxY zj!vTkT|28kN6+d9sT)*F1HUMo-@lH{1b?)W24|{@kyTrc7ECSn@@IX)G#7m4tK0VV zW_-Q7Cf0L2Z#Gwekq8H|RHncN8O90lNKh1&J6h^tFm)D`PffKa@&7R3)yqCqFMa$t zy;y0uYx$iJryOa}rqDSgo1<`t^D1`5BcaVBEUV^_;-R3aua`{4S_g++x`ooIM@zM< z-Dn*}+kXH2Wrs4eD-i;D523zc@D$Z8{kRvF&1b3hW5dv!Hx98~XPG!CD4mVXV3Jg=meS&ESa0Dl; z3>X)Lequ6$vGYjib(ILl=sE2o#;zfup1Th*wu%I;OS-Y42B)ItsoJ7|PUWBri=eZJ z?%ieXlycSn4EZ-mW8o+D0NpjSEc>O&!diasX4sD3GS2^Dj%Jyo|I57mmCePrf5`yZ zYcjF*YsozZf<32+ZCty6@kWf-uT{}>+!+PdgB!!^0~vSwsv`$)CpNCZ)s@QLjHhqa zi3uk+?rgdC#dm{z?mZj5dAJe^B7oygRj%y?d3b?(`$Y|DmokAWax!?Gi6 zo(r(&+1;L(*-mi%?V2HcX6?>fA>5s3{cM1yVi@Y%HDh@6I1Qg!eR(Uq=YthMy6S)& y^RmtP_68v5VCvYm8B*O2wkBU!39&vGdothTVx9RW3)`0Wn%L$&XMj~?^#1_d14J?a literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0847500cdd252e3cece3da2e12b66c7eed14d556 GIT binary patch literal 3245 zcmc&#&u<$=6rNqL9owVua0$uDBz5addgIPtz2+wwZzkmk~r_U(Ib-^_dSeth#= zG8t#|eDmn9`hJ+PzajJ=qsMd~5wp*9_8GI-9<#J#UHw@j9cRZqvo%dx=wuNZSmJhY)(`kt|75FaK!M0~_D_yoz(4Z{kP92=4& zB*%y336dv=G=k`X!Zn&M*PMdoX!QD+^SGD1= zi4W1+Mfm%yqviFI7ws=QVn>>1IJ~*xU{UVh+9w~CKVJRPY9}IEO7U^0(C&Cq z(-gcdOmlmt9}Lb==&L6v9EZxxcG(}Pxh^rxcP{*r=X#r%edZ3%>_RJ_9d_K)_P>wm zxTPcAGwKzm?imO`M9EeiUZB4a82*k4OsQeieT~R2`!kjP`O|~UPhXs-Zk|MMiUih& zTW+0;YOn7|qaI%kj`Y$)ffF9-B1RvPA>v?3E~lc1m}b+Z7}6ujfig*U-F|8^((A?U z#2fGde`1!%IY)e)BT`Od#T*Du=JSDWl1C~KGo1b%ZHGM>Jv`a;$Lui^QzTLm;ti)^ zJ8s3UaxZ3@)n>(UsQTj~Vlvca|gE%Gr!*W<;H1hDao?hlGN(EFu)3gcr}o>J^y+%%uI ztj#9)glRt8tTcOnLIee3l2&`6hV6>i!9`l@Pk7b!jP+KlDYB#z^B_5pH$mP4c?U#x zvdjpEQQ)kSM2K;IAhO5KbS-@CV6n^Sa~9FUImPF|&m25FBmK;wi{CQ=s-m(gDyt%_ zGD?+Es!V_?_u~e(&z;=*;5ojkb_lXc@8H1%;py%Xc~#d5pQ7tzlCG0fCy`HzI~0mQ zV7`7L**`XPg>1)``hB6wF#@BqyxZ4D+sp^?sOkXXucbWw5esM z1qP+yU3M7|MU@S}>;pcM{mHmswq+Y{&j%y{P>#z>3ET_9))c=xPc)7yH~L67Rb5Vg_I*n4!*%8I0QNZT;GF_@z>Z(IYMg$JEA1N?{g&K z+BZo556l7(cCKv!dfN*DZ6xvdL$YuHi@@XAZ&Na*rTnyb7yHTLqq<@l1js97_JO>j z2yz!B5OpQOj)Pta7$A%EI^Ppf&^xc-b{-Hp484~_&@s?^In2%~=*=E30C}@&gb`jT zZ>VcR=2u27N6&wgc+van#(E&`(;}41LGI2%nx?%-%xbxR7|44pk^Sz$ZuCWDR?9+_ QB~|9mX*&Nqo0d-h1D6MfkpKVy literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..033c867e91f384538ddbe07fc9febdf898b24d87 GIT binary patch literal 7919 zcma($S!^6va<8x9oScKC4oak2JR}Z9Qd)ZtTe7?wk|Sv(UQ1FwhNRlf>83c+9Ng}q zr0E?k6ocZ~o^ z)$5tzDLYSMb-jA^s$ajVS5>d(pFJKYf%b#*zny%ynvhSiQ)(3!!mR%fL&zezL=>Vh z36f-@41+kEV52O3a#0SRT!K#uQGt%}30txvT9LFz?a&t#Tf&iaMx6{%1(uv6O2rIO z?2lOM4UdX%jJoKU1IC=H`w?f6qn8J-{by5m)N17$ zuYfSR|1ZG)zgUtHt;w>%Z~hKn6l6@7oJyrLaweWm>3z_5C~`)QC1hO>vZg(fQ8hV} z)=Ya}dQibL}KN?JQ^5#y;V$E6IeKW?a6$5d9s zQ%Hde5Zw>p&&Zn7^QVzK1(p7pUah9Yv-=+6&irW8E-FlvbC9k76n>UWFbX^4j`DCS zxfwnx%#xc-)HXzdHq$>KYw%q|*;Gcp8P>G4W_)LOQWdAP^!2!+Dx#jA)?%uN8!g7t z(+Ncca}dXY11Bm#(=;`fNn|@>#j_12MF{E{{+RV1K>m_hBsnfeB*3kfW1xqYLR*f7 zUTHST*h=&{K1c4r&Xl|bL$Y96eL=zG^(i@JRwPwjhYdGv)+$XwpPo{|7$qs5if1H= za;k|5?Er|>4kD-pU^*m;ny@740`x^_x3xVuj6TDt-LWYhC5fmJy&1qCZj(YKso6iv zzvIa7t%rv@zvm!4T>okJ%vG$~_x+2#mMSn-{!W;NucQ0&Pk=0ft>?&9z_vGq-47%K zxE0v9T{(E?Vt$`GN8wt8VEo)+9G{;=w9u>a`EU2Q- zWJC>hXEHz3Fn*ZKWkYb{mIirixB08-cxpohK~_72e72;lT~jq3CyOH8ezO8JlF=l| z*uR?!=uiW&>#qU0P4fQgyP3u8LiWCYA-C#pydQfo{K1n-G_T4UHv`%U=OEEp{u{QH)JwxrssQ?`iH~a z($Mf=r0<+@jT#0T2ey_iJxVz`a{1_3>(Stjk=zbSOT)gt7&~yk&JBD+`@rh|r`*WGn`bdW~ zh5>7*06j|wrxJ2zBCRENGL%N77EMj4vaaS}N=8j?>=3RKTdu^4Z)+*8CYO|Blkt>V zT4_89W}j3cPGFSXO$d#W(pJ8m%i20Fwcyv~itpS-D#RU4-XaCmRPKY_4TQTQXCvW3 zlMSJDo-w&ggFQyY$YpUfGj_~$M!LbsDTh%%IzA$|8=>~-iT0PrHqZ{KeXJE!T>V;j za46E>Ck+gS&qm&mh6h8D9)ln47;QBUjUK}ZIPqA^cTbMAOQRiB1f>L94cmzILZ&Im znfptUdiuLUJyK7oGu&f|GuhXNOfKBl{iUeHW0?`~X>B3^F(+zj$AFxHj4FlHu`$!r z9X=bn)H5s%Ug`-C#o*+YThWU%>put5Mjo|21AzRQg^159l~&|eAP0C4^J&|REoxJI zkd^b%3dpSO@U$xq_~(3&-IhTF6c=ziAX~){xvg#Gbr8tU-7|bCVn^LsN3hy-(98`p zA7iE~ox)_IT~||>uw94T0@EUzPe7K`;iSqPu<{RGOsbHEDLOET>P5cj10ay7U}{qS z$Q-*{z$|@UH<{<=`4|@`F?I}cj8TYXx42t;j>}-6r)}3D%0DWG(4VmH)bS(+b8caR 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 OCK;ysbApiC;{O5oP!>D@ literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4c4b75f6b3ccf2237a736eefcd6c0788687cbf4 GIT binary patch literal 11015 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22f844de090aee9e969a71cba1a1a509a4a5e98f GIT binary patch literal 24957 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
    LbDt|9RwkZ=Qdy5r5}f6@IcyoFzGy)DfZ7g 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..254a2d925844767280ed1217481db70fcc266940 GIT binary patch literal 7345 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 GJ^l|~dx}E< literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf9044e301b65b2ed66e7073d3357ae78add5443 GIT binary patch literal 19511 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 None: + self._f = f + + try: + ident = self._read("16B") + except struct.error: + raise ELFInvalid("unable to parse identification") + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> str | None: + """ + The path recorded in the ``PT_INTERP`` section header. + """ + for index in range(self._e_phnum): + self._f.seek(self._e_phoff + self._e_phentsize * index) + try: + data = self._read(self._p_fmt) + except struct.error: + continue + if data[self._p_idx[0]] != 3: # Not PT_INTERP. + continue + self._f.seek(data[self._p_idx[1]]) + return os.fsdecode(self._f.read(data[self._p_idx[2]])).strip("\0") + return None diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..08f651f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,262 @@ +from __future__ import annotations + +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Generator, Iterator, NamedTuple, Sequence + +from ._elffile import EIClass, EIData, ELFFile, EMachine + +EF_ARM_ABIMASK = 0xFF000000 +EF_ARM_ABI_VER5 = 0x05000000 +EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + +# `os.PathLike` not a generic type until Python 3.9, so sticking with `str` +# as the type for `path` until then. +@contextlib.contextmanager +def _parse_elf(path: str) -> Generator[ELFFile | None, None, None]: + try: + with open(path, "rb") as f: + yield ELFFile(f) + except (OSError, TypeError, ValueError): + yield None + + +def _is_linux_armhf(executable: str) -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.Arm + and f.flags & EF_ARM_ABIMASK == EF_ARM_ABI_VER5 + and f.flags & EF_ARM_ABI_FLOAT_HARD == EF_ARM_ABI_FLOAT_HARD + ) + + +def _is_linux_i686(executable: str) -> bool: + with _parse_elf(executable) as f: + return ( + f is not None + and f.capacity == EIClass.C32 + and f.encoding == EIData.Lsb + and f.machine == EMachine.I386 + ) + + +def _have_compatible_abi(executable: str, archs: Sequence[str]) -> bool: + if "armv7l" in archs: + return _is_linux_armhf(executable) + if "i686" in archs: + return _is_linux_i686(executable) + allowed_archs = { + "x86_64", + "aarch64", + "ppc64", + "ppc64le", + "s390x", + "loongarch64", + "riscv64", + } + return any(arch in allowed_archs for arch in archs) + + +# If glibc ever changes its major version, we need to know what the last +# minor version was, so we can build the complete list of all versions. +# For now, guess what the highest minor version might be, assume it will +# be 50 for testing. Once this actually happens, update the dictionary +# with the actual value. +_LAST_GLIBC_MINOR: dict[int, int] = collections.defaultdict(lambda: 50) + + +class _GLibCVersion(NamedTuple): + major: int + minor: int + + +def _glibc_version_string_confstr() -> str | None: + """ + Primary implementation of glibc_version_string using os.confstr. + """ + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module. + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: str | None = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.rsplit() + except (AssertionError, AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def _glibc_version_string_ctypes() -> str | None: + """ + Fallback implementation of glibc_version_string using ctypes. + """ + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + # + # We must also handle the special case where the executable is not a + # dynamically linked executable. This can occur when using musl libc, + # for example. In this situation, dlopen() will error, leading to an + # OSError. Interestingly, at least in the case of musl, there is no + # errno set on the OSError. The single string argument used to construct + # OSError comes from libc itself and is therefore not portable to + # hard code here. In any case, failure to call dlopen() means we + # can proceed, so we bail on our attempt. + try: + process_namespace = ctypes.CDLL(None) + except OSError: + return None + + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str: str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +def _glibc_version_string() -> str | None: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache +def _get_glibc_version() -> tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..d2bf30b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,85 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +from __future__ import annotations + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> _MuslVersion | None: + lines = [n for n in (n.strip() for n in output.splitlines()) if n] + if len(lines) < 2 or lines[0][:4] != "musl": + return None + m = re.match(r"Version (\d+)\.(\d+)", lines[1]) + if not m: + return None + return _MuslVersion(major=int(m.group(1)), minor=int(m.group(2))) + + +@functools.lru_cache +def _get_musl_version(executable: str) -> _MuslVersion | None: + """Detect currently-running musl runtime version. + + This is done by checking the specified executable's dynamic linking + information, and invoking the loader to parse its output for a version + string. If the loader is musl, the output would be something like:: + + musl libc (x86_64) + Version 1.2.2 + Dynamic Program Loader + """ + try: + with open(executable, "rb") as f: + ld = ELFFile(f).interpreter + except (OSError, TypeError, ValueError): + return None + if ld is None or "musl" not in ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, text=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be musllinux-compatible. + + :returns: An iterator of compatible musllinux tags. + """ + sys_musl = _get_musl_version(sys.executable) + if sys_musl is None: # Python not dynamically linked against musl. + return + for arch in archs: + for minor in range(sys_musl.minor, -1, -1): + yield f"musllinux_{sys_musl.major}_{minor}_{arch}" + + +if __name__ == "__main__": # pragma: no cover + import sysconfig + + plat = sysconfig.get_platform() + assert plat.startswith("linux-"), "not linux" + + print("plat:", plat) + print("musl:", _get_musl_version(sys.executable)) + print("tags:", end=" ") + for t in platform_tags(re.sub(r"[.-]", "_", plat.split("-", 1)[-1])): + print(t, end="\n ") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py new file mode 100644 index 0000000..c1238c0 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py @@ -0,0 +1,354 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains EBNF-inspired grammar representing +the implementation. +""" + +from __future__ import annotations + +import ast +from typing import NamedTuple, Sequence, Tuple, Union + +from ._tokenizer import DEFAULT_RULES, Tokenizer + + +class Node: + def __init__(self, value: str) -> None: + self.value = value + + def __str__(self) -> str: + return self.value + + def __repr__(self) -> str: + return f"<{self.__class__.__name__}('{self}')>" + + def serialize(self) -> str: + raise NotImplementedError + + +class Variable(Node): + def serialize(self) -> str: + return str(self) + + +class Value(Node): + def serialize(self) -> str: + return f'"{self}"' + + +class Op(Node): + def serialize(self) -> str: + return str(self) + + +MarkerVar = Union[Variable, Value] +MarkerItem = Tuple[MarkerVar, Op, MarkerVar] +MarkerAtom = Union[MarkerItem, Sequence["MarkerAtom"]] +MarkerList = Sequence[Union["MarkerList", MarkerAtom, str]] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: list[str] + specifier: str + marker: MarkerList | None + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for dependency specifier +# -------------------------------------------------------------------------------------- +def parse_requirement(source: str) -> ParsedRequirement: + return _parse_requirement(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_requirement(tokenizer: Tokenizer) -> ParsedRequirement: + """ + requirement = WS? IDENTIFIER WS? extras WS? requirement_details + """ + tokenizer.consume("WS") + + name_token = tokenizer.expect( + "IDENTIFIER", expected="package name at the start of dependency specifier" + ) + name = name_token.text + tokenizer.consume("WS") + + extras = _parse_extras(tokenizer) + tokenizer.consume("WS") + + url, specifier, marker = _parse_requirement_details(tokenizer) + tokenizer.expect("END", expected="end of dependency specifier") + + return ParsedRequirement(name, url, extras, specifier, marker) + + +def _parse_requirement_details( + tokenizer: Tokenizer, +) -> tuple[str, str, MarkerList | None]: + """ + requirement_details = AT URL (WS requirement_marker?)? + | specifier WS? (requirement_marker)? + """ + + specifier = "" + url = "" + marker = None + + if tokenizer.check("AT"): + tokenizer.read() + tokenizer.consume("WS") + + url_start = tokenizer.position + url = tokenizer.expect("URL", expected="URL after @").text + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + tokenizer.expect("WS", expected="whitespace after URL") + + # The input might end after whitespace. + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, span_start=url_start, after="URL and whitespace" + ) + else: + specifier_start = tokenizer.position + specifier = _parse_specifier(tokenizer) + tokenizer.consume("WS") + + if tokenizer.check("END", peek=True): + return (url, specifier, marker) + + marker = _parse_requirement_marker( + tokenizer, + span_start=specifier_start, + after=( + "version specifier" + if specifier + else "name and no valid version specifier" + ), + ) + + return (url, specifier, marker) + + +def _parse_requirement_marker( + tokenizer: Tokenizer, *, span_start: int, after: str +) -> MarkerList: + """ + requirement_marker = SEMICOLON marker WS? + """ + + if not tokenizer.check("SEMICOLON"): + tokenizer.raise_syntax_error( + f"Expected end or semicolon (after {after})", + span_start=span_start, + ) + tokenizer.read() + + marker = _parse_marker(tokenizer) + tokenizer.consume("WS") + + return marker + + +def _parse_extras(tokenizer: Tokenizer) -> list[str]: + """ + extras = (LEFT_BRACKET wsp* extras_list? wsp* RIGHT_BRACKET)? + """ + if not tokenizer.check("LEFT_BRACKET", peek=True): + return [] + + with tokenizer.enclosing_tokens( + "LEFT_BRACKET", + "RIGHT_BRACKET", + around="extras", + ): + tokenizer.consume("WS") + extras = _parse_extras_list(tokenizer) + tokenizer.consume("WS") + + return extras + + +def _parse_extras_list(tokenizer: Tokenizer) -> list[str]: + """ + extras_list = identifier (wsp* ',' wsp* identifier)* + """ + extras: list[str] = [] + + if not tokenizer.check("IDENTIFIER"): + return extras + + extras.append(tokenizer.read().text) + + while True: + tokenizer.consume("WS") + if tokenizer.check("IDENTIFIER", peek=True): + tokenizer.raise_syntax_error("Expected comma between extra names") + elif not tokenizer.check("COMMA"): + break + + tokenizer.read() + tokenizer.consume("WS") + + extra_token = tokenizer.expect("IDENTIFIER", expected="extra name after comma") + extras.append(extra_token.text) + + return extras + + +def _parse_specifier(tokenizer: Tokenizer) -> str: + """ + specifier = LEFT_PARENTHESIS WS? version_many WS? RIGHT_PARENTHESIS + | WS? version_many WS? + """ + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="version specifier", + ): + tokenizer.consume("WS") + parsed_specifiers = _parse_version_many(tokenizer) + tokenizer.consume("WS") + + return parsed_specifiers + + +def _parse_version_many(tokenizer: Tokenizer) -> str: + """ + version_many = (SPECIFIER (WS? COMMA WS? SPECIFIER)*)? + """ + parsed_specifiers = "" + while tokenizer.check("SPECIFIER"): + span_start = tokenizer.position + parsed_specifiers += tokenizer.read().text + if tokenizer.check("VERSION_PREFIX_TRAIL", peek=True): + tokenizer.raise_syntax_error( + ".* suffix can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position + 1, + ) + if tokenizer.check("VERSION_LOCAL_LABEL_TRAIL", peek=True): + tokenizer.raise_syntax_error( + "Local version label can only be used with `==` or `!=` operators", + span_start=span_start, + span_end=tokenizer.position, + ) + tokenizer.consume("WS") + if not tokenizer.check("COMMA"): + break + parsed_specifiers += tokenizer.read().text + tokenizer.consume("WS") + + return parsed_specifiers + + +# -------------------------------------------------------------------------------------- +# Recursive descent parser for marker expression +# -------------------------------------------------------------------------------------- +def parse_marker(source: str) -> MarkerList: + return _parse_full_marker(Tokenizer(source, rules=DEFAULT_RULES)) + + +def _parse_full_marker(tokenizer: Tokenizer) -> MarkerList: + retval = _parse_marker(tokenizer) + tokenizer.expect("END", expected="end of marker expression") + return retval + + +def _parse_marker(tokenizer: Tokenizer) -> MarkerList: + """ + marker = marker_atom (BOOLOP marker_atom)+ + """ + expression = [_parse_marker_atom(tokenizer)] + while tokenizer.check("BOOLOP"): + token = tokenizer.read() + expr_right = _parse_marker_atom(tokenizer) + expression.extend((token.text, expr_right)) + return expression + + +def _parse_marker_atom(tokenizer: Tokenizer) -> MarkerAtom: + """ + marker_atom = WS? LEFT_PARENTHESIS WS? marker WS? RIGHT_PARENTHESIS WS? + | WS? marker_item WS? + """ + + tokenizer.consume("WS") + if tokenizer.check("LEFT_PARENTHESIS", peek=True): + with tokenizer.enclosing_tokens( + "LEFT_PARENTHESIS", + "RIGHT_PARENTHESIS", + around="marker expression", + ): + tokenizer.consume("WS") + marker: MarkerAtom = _parse_marker(tokenizer) + tokenizer.consume("WS") + else: + marker = _parse_marker_item(tokenizer) + tokenizer.consume("WS") + return marker + + +def _parse_marker_item(tokenizer: Tokenizer) -> MarkerItem: + """ + marker_item = WS? marker_var WS? marker_op WS? marker_var WS? + """ + tokenizer.consume("WS") + marker_var_left = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + marker_op = _parse_marker_op(tokenizer) + tokenizer.consume("WS") + marker_var_right = _parse_marker_var(tokenizer) + tokenizer.consume("WS") + return (marker_var_left, marker_op, marker_var_right) + + +def _parse_marker_var(tokenizer: Tokenizer) -> MarkerVar: + """ + marker_var = VARIABLE | QUOTED_STRING + """ + if tokenizer.check("VARIABLE"): + return process_env_var(tokenizer.read().text.replace(".", "_")) + elif tokenizer.check("QUOTED_STRING"): + return process_python_str(tokenizer.read().text) + else: + tokenizer.raise_syntax_error( + message="Expected a marker variable or quoted string" + ) + + +def process_env_var(env_var: str) -> Variable: + if env_var in ("platform_python_implementation", "python_implementation"): + return Variable("platform_python_implementation") + else: + return Variable(env_var) + + +def process_python_str(python_str: str) -> Value: + value = ast.literal_eval(python_str) + return Value(str(value)) + + +def _parse_marker_op(tokenizer: Tokenizer) -> Op: + """ + marker_op = IN | NOT IN | OP + """ + if tokenizer.check("IN"): + tokenizer.read() + return Op("in") + elif tokenizer.check("NOT"): + tokenizer.read() + tokenizer.expect("WS", expected="whitespace after 'not'") + tokenizer.expect("IN", expected="'in' after 'not'") + return Op("not in") + elif tokenizer.check("OP"): + return Op(tokenizer.read().text) + else: + return tokenizer.raise_syntax_error( + "Expected marker operator, one of " + "<=, <, !=, ==, >=, >, ~=, ===, in, not in" + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py @@ -0,0 +1,61 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + + +class InfinityType: + def __repr__(self) -> str: + return "Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return False + + def __le__(self, other: object) -> bool: + return False + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return True + + def __ge__(self, other: object) -> bool: + return True + + def __neg__(self: object) -> "NegativeInfinityType": + return NegativeInfinity + + +Infinity = InfinityType() + + +class NegativeInfinityType: + def __repr__(self) -> str: + return "-Infinity" + + def __hash__(self) -> int: + return hash(repr(self)) + + def __lt__(self, other: object) -> bool: + return True + + def __le__(self, other: object) -> bool: + return True + + def __eq__(self, other: object) -> bool: + return isinstance(other, self.__class__) + + def __gt__(self, other: object) -> bool: + return False + + def __ge__(self, other: object) -> bool: + return False + + def __neg__(self: object) -> InfinityType: + return Infinity + + +NegativeInfinity = NegativeInfinityType() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py new file mode 100644 index 0000000..89d0416 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py @@ -0,0 +1,194 @@ +from __future__ import annotations + +import contextlib +import re +from dataclasses import dataclass +from typing import Iterator, NoReturn + +from .specifiers import Specifier + + +@dataclass +class Token: + name: str + text: str + position: int + + +class ParserSyntaxError(Exception): + """The provided source text could not be parsed correctly.""" + + def __init__( + self, + message: str, + *, + source: str, + span: tuple[int, int], + ) -> None: + self.span = span + self.message = message + self.source = source + + super().__init__() + + def __str__(self) -> str: + marker = " " * self.span[0] + "~" * (self.span[1] - self.span[0]) + "^" + return "\n ".join([self.message, self.source, marker]) + + +DEFAULT_RULES: dict[str, str | re.Pattern[str]] = { + "LEFT_PARENTHESIS": r"\(", + "RIGHT_PARENTHESIS": r"\)", + "LEFT_BRACKET": r"\[", + "RIGHT_BRACKET": r"\]", + "SEMICOLON": r";", + "COMMA": r",", + "QUOTED_STRING": re.compile( + r""" + ( + ('[^']*') + | + ("[^"]*") + ) + """, + re.VERBOSE, + ), + "OP": r"(===|==|~=|!=|<=|>=|<|>)", + "BOOLOP": r"\b(or|and)\b", + "IN": r"\bin\b", + "NOT": r"\bnot\b", + "VARIABLE": re.compile( + r""" + \b( + python_version + |python_full_version + |os[._]name + |sys[._]platform + |platform_(release|system) + |platform[._](version|machine|python_implementation) + |python_implementation + |implementation_(name|version) + |extra + )\b + """, + re.VERBOSE, + ), + "SPECIFIER": re.compile( + Specifier._operator_regex_str + Specifier._version_regex_str, + re.VERBOSE | re.IGNORECASE, + ), + "AT": r"\@", + "URL": r"[^ \t]+", + "IDENTIFIER": r"\b[a-zA-Z0-9][a-zA-Z0-9._-]*\b", + "VERSION_PREFIX_TRAIL": r"\.\*", + "VERSION_LOCAL_LABEL_TRAIL": r"\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*", + "WS": r"[ \t]+", + "END": r"$", +} + + +class Tokenizer: + """Context-sensitive token parsing. + + Provides methods to examine the input stream to check whether the next token + matches. + """ + + def __init__( + self, + source: str, + *, + rules: dict[str, str | re.Pattern[str]], + ) -> None: + self.source = source + self.rules: dict[str, re.Pattern[str]] = { + name: re.compile(pattern) for name, pattern in rules.items() + } + self.next_token: Token | None = None + self.position = 0 + + def consume(self, name: str) -> None: + """Move beyond provided token name, if at current position.""" + if self.check(name): + self.read() + + def check(self, name: str, *, peek: bool = False) -> bool: + """Check whether the next token has the provided name. + + By default, if the check succeeds, the token *must* be read before + another check. If `peek` is set to `True`, the token is not loaded and + would need to be checked again. + """ + assert ( + self.next_token is None + ), f"Cannot check for {name!r}, already have {self.next_token!r}" + assert name in self.rules, f"Unknown token name: {name!r}" + + expression = self.rules[name] + + match = expression.match(self.source, self.position) + if match is None: + return False + if not peek: + self.next_token = Token(name, match[0], self.position) + return True + + def expect(self, name: str, *, expected: str) -> Token: + """Expect a certain token name next, failing with a syntax error otherwise. + + The token is *not* read. + """ + if not self.check(name): + raise self.raise_syntax_error(f"Expected {expected}") + return self.read() + + def read(self) -> Token: + """Consume the next token and return it.""" + token = self.next_token + assert token is not None + + self.position += len(token.text) + self.next_token = None + + return token + + def raise_syntax_error( + self, + message: str, + *, + span_start: int | None = None, + span_end: int | None = None, + ) -> NoReturn: + """Raise ParserSyntaxError at the given position.""" + span = ( + self.position if span_start is None else span_start, + self.position if span_end is None else span_end, + ) + raise ParserSyntaxError( + message, + source=self.source, + span=span, + ) + + @contextlib.contextmanager + def enclosing_tokens( + self, open_token: str, close_token: str, *, around: str + ) -> Iterator[None]: + if self.check(open_token): + open_position = self.position + self.read() + else: + open_position = None + + yield + + if open_position is None: + return + + if not self.check(close_token): + self.raise_syntax_error( + f"Expected matching {close_token} for {open_token}, after {around}", + span_start=open_position, + ) + + self.read() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..7ac7bb6 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,325 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import operator +import os +import platform +import sys +from typing import Any, Callable, TypedDict, cast + +from ._parser import MarkerAtom, MarkerList, Op, Value, Variable +from ._parser import parse_marker as _parse_marker +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Environment(TypedDict): + implementation_name: str + """The implementation's identifier, e.g. ``'cpython'``.""" + + implementation_version: str + """ + The implementation's version, e.g. ``'3.13.0a2'`` for CPython 3.13.0a2, or + ``'7.3.13'`` for PyPy3.10 v7.3.13. + """ + + os_name: str + """ + The value of :py:data:`os.name`. The name of the operating system dependent module + imported, e.g. ``'posix'``. + """ + + platform_machine: str + """ + Returns the machine type, e.g. ``'i386'``. + + An empty string if the value cannot be determined. + """ + + platform_release: str + """ + The system's release, e.g. ``'2.2.0'`` or ``'NT'``. + + An empty string if the value cannot be determined. + """ + + platform_system: str + """ + The system/OS name, e.g. ``'Linux'``, ``'Windows'`` or ``'Java'``. + + An empty string if the value cannot be determined. + """ + + platform_version: str + """ + The system's release version, e.g. ``'#3 on degas'``. + + An empty string if the value cannot be determined. + """ + + python_full_version: str + """ + The Python version as string ``'major.minor.patchlevel'``. + + Note that unlike the Python :py:data:`sys.version`, this value will always include + the patchlevel (it defaults to 0). + """ + + platform_python_implementation: str + """ + A string identifying the Python implementation, e.g. ``'CPython'``. + """ + + python_version: str + """The Python version as string ``'major.minor'``.""" + + sys_platform: str + """ + This string contains a platform identifier that can be used to append + platform-specific components to :py:data:`sys.path`, for instance. + + For Unix systems, except on Linux and AIX, this is the lowercased OS name as + returned by ``uname -s`` with the first part of the version as returned by + ``uname -r`` appended, e.g. ``'sunos5'`` or ``'freebsd8'``, at the time when Python + was built. + """ + + +def _normalize_extra_values(results: Any) -> Any: + """ + Normalize extra values. + """ + if isinstance(results[0], tuple): + lhs, op, rhs = results[0] + if isinstance(lhs, Variable) and lhs.value == "extra": + normalized_extra = canonicalize_name(rhs.value) + rhs = Value(normalized_extra) + elif isinstance(rhs, Variable) and rhs.value == "extra": + normalized_extra = canonicalize_name(lhs.value) + lhs = Value(normalized_extra) + results[0] = lhs, op, rhs + return results + + +def _format_marker( + marker: list[str] | MarkerAtom | str, first: bool | None = True +) -> str: + assert isinstance(marker, (list, tuple, str)) + + # Sometimes we have a structure like [[...]] which is a single item list + # where the single item is itself it's own list. In that case we want skip + # the rest of this function so that we don't get extraneous () on the + # outside. + if ( + isinstance(marker, list) + and len(marker) == 1 + and isinstance(marker[0], (list, tuple)) + ): + return _format_marker(marker[0]) + + if isinstance(marker, list): + inner = (_format_marker(m, first=False) for m in marker) + if first: + return " ".join(inner) + else: + return "(" + " ".join(inner) + ")" + elif isinstance(marker, tuple): + return " ".join([m.serialize() for m in marker]) + else: + return marker + + +_operators: dict[str, Operator] = { + "in": lambda lhs, rhs: lhs in rhs, + "not in": lambda lhs, rhs: lhs not in rhs, + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + "!=": operator.ne, + ">=": operator.ge, + ">": operator.gt, +} + + +def _eval_op(lhs: str, op: Op, rhs: str) -> bool: + try: + spec = Specifier("".join([op.serialize(), rhs])) + except InvalidSpecifier: + pass + else: + return spec.contains(lhs, prereleases=True) + + oper: Operator | None = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, environment: dict[str, str]) -> bool: + groups: list[list[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: sys._version_info) -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Environment: + iver = format_full_version(sys.implementation.version) + implementation_name = sys.implementation.name + return { + "implementation_name": implementation_name, + "implementation_version": iver, + "os_name": os.name, + "platform_machine": platform.machine(), + "platform_release": platform.release(), + "platform_system": platform.system(), + "platform_version": platform.version(), + "python_full_version": platform.python_version(), + "platform_python_implementation": platform.python_implementation(), + "python_version": ".".join(platform.python_version_tuple()[:2]), + "sys_platform": sys.platform, + } + + +class Marker: + def __init__(self, marker: str) -> None: + # Note: We create a Marker object without calling this constructor in + # packaging.requirements.Requirement. If any additional logic is + # added here, make sure to mirror/adapt Requirement. + try: + self._markers = _normalize_extra_values(_parse_marker(marker)) + # The attribute `_markers` can be described in terms of a recursive type: + # MarkerList = List[Union[Tuple[Node, ...], str, MarkerList]] + # + # For example, the following expression: + # python_version > "3.6" or (python_version == "3.6" and os_name == "unix") + # + # is parsed into: + # [ + # (, ')>, ), + # 'and', + # [ + # (, , ), + # 'or', + # (, , ) + # ] + # ] + except ParserSyntaxError as e: + raise InvalidMarker(str(e)) from e + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash((self.__class__.__name__, str(self))) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Marker): + return NotImplemented + + return str(self) == str(other) + + def evaluate(self, environment: dict[str, str] | None = None) -> bool: + """Evaluate a marker. + + Return the boolean from evaluating the given marker against the + environment. environment is an optional argument to override all or + part of the determined environment. + + The environment is determined from the current Python process. + """ + current_environment = cast("dict[str, str]", default_environment()) + current_environment["extra"] = "" + # Work around platform.python_version() returning something that is not PEP 440 + # compliant for non-tagged Python builds. We preserve default_environment()'s + # behavior of returning platform.python_version() verbatim, and leave it to the + # caller to provide a syntactically valid version if they want to override it. + if current_environment["python_full_version"].endswith("+"): + current_environment["python_full_version"] += "local" + if environment is not None: + current_environment.update(environment) + # The API used to allow setting extra to None. We need to handle this + # case for backwards compatibility. + if current_environment["extra"] is None: + current_environment["extra"] = "" + + return _evaluate_markers(self._markers, current_environment) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py new file mode 100644 index 0000000..eb8dc84 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py @@ -0,0 +1,804 @@ +from __future__ import annotations + +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import typing +from typing import ( + Any, + Callable, + Generic, + Literal, + TypedDict, + cast, +) + +from . import requirements, specifiers, utils +from . import version as version_module + +T = typing.TypeVar("T") + + +try: + ExceptionGroup +except NameError: # pragma: no cover + + class ExceptionGroup(Exception): + """A minimal implementation of :external:exc:`ExceptionGroup` from Python 3.11. + + If :external:exc:`ExceptionGroup` is already defined by Python itself, + that version is used instead. + """ + + message: str + exceptions: list[Exception] + + def __init__(self, message: str, exceptions: list[Exception]) -> None: + self.message = message + self.exceptions = exceptions + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.message!r}, {self.exceptions!r})" + +else: # pragma: no cover + ExceptionGroup = ExceptionGroup + + +class InvalidMetadata(ValueError): + """A metadata field contains invalid data.""" + + field: str + """The name of the field that contains invalid data.""" + + def __init__(self, field: str, message: str) -> None: + self.field = field + super().__init__(message) + + +# The RawMetadata class attempts to make as few assumptions about the underlying +# serialization formats as possible. The idea is that as long as a serialization +# formats offer some very basic primitives in *some* way then we can support +# serializing to and from that format. +class RawMetadata(TypedDict, total=False): + """A dictionary of raw core metadata. + + Each field in core metadata maps to a key of this dictionary (when data is + provided). The key is lower-case and underscores are used instead of dashes + compared to the equivalent core metadata field. Any core metadata field that + can be specified multiple times or can hold multiple values in a single + field have a key with a plural name. See :class:`Metadata` whose attributes + match the keys of this dictionary. + + Core metadata fields that can be specified multiple times are stored as a + list or dict depending on which is appropriate for the field. Any fields + which hold multiple values in a single field are stored as a list. + + """ + + # Metadata 1.0 - PEP 241 + metadata_version: str + name: str + version: str + platforms: list[str] + summary: str + description: str + keywords: list[str] + home_page: str + author: str + author_email: str + license: str + + # Metadata 1.1 - PEP 314 + supported_platforms: list[str] + download_url: str + classifiers: list[str] + requires: list[str] + provides: list[str] + obsoletes: list[str] + + # Metadata 1.2 - PEP 345 + maintainer: str + maintainer_email: str + requires_dist: list[str] + provides_dist: list[str] + obsoletes_dist: list[str] + requires_python: str + requires_external: list[str] + project_urls: dict[str, str] + + # Metadata 2.0 + # PEP 426 attempted to completely revamp the metadata format + # but got stuck without ever being able to build consensus on + # it and ultimately ended up withdrawn. + # + # However, a number of tools had started emitting METADATA with + # `2.0` Metadata-Version, so for historical reasons, this version + # was skipped. + + # Metadata 2.1 - PEP 566 + description_content_type: str + provides_extra: list[str] + + # Metadata 2.2 - PEP 643 + dynamic: list[str] + + # Metadata 2.3 - PEP 685 + # No new fields were added in PEP 685, just some edge case were + # tightened up to provide better interoptability. + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "obsoletes", + "obsoletes_dist", + "platforms", + "provides", + "provides_dist", + "provides_extra", + "requires", + "requires_dist", + "requires_external", + "supported_platforms", +} + +_DICT_FIELDS = { + "project_urls", +} + + +def _parse_keywords(data: str) -> list[str]: + """Split a string of comma-separate keyboards into a list of keywords.""" + return [k.strip() for k in data.split(",")] + + +def _parse_project_urls(data: list[str]) -> dict[str, str]: + """Parse a list of label/URL string pairings separated by a comma.""" + urls = {} + for pair in data: + # Our logic is slightly tricky here as we want to try and do + # *something* reasonable with malformed data. + # + # The main thing that we have to worry about, is data that does + # not have a ',' at all to split the label from the Value. There + # isn't a singular right answer here, and we will fail validation + # later on (if the caller is validating) so it doesn't *really* + # matter, but since the missing value has to be an empty str + # and our return value is dict[str, str], if we let the key + # be the missing value, then they'd have multiple '' values that + # overwrite each other in a accumulating dict. + # + # The other potentional issue is that it's possible to have the + # same label multiple times in the metadata, with no solid "right" + # answer with what to do in that case. As such, we'll do the only + # thing we can, which is treat the field as unparseable and add it + # to our list of unparsed fields. + parts = [p.strip() for p in pair.split(",", 1)] + parts.extend([""] * (max(0, 2 - len(parts)))) # Ensure 2 items + + # TODO: The spec doesn't say anything about if the keys should be + # considered case sensitive or not... logically they should + # be case-preserving and case-insensitive, but doing that + # would open up more cases where we might have duplicate + # entries. + label, url = parts + if label in urls: + # The label already exists in our set of urls, so this field + # is unparseable, and we can just add the whole thing to our + # unparseable data and stop processing it. + raise KeyError("duplicate labels in project urls") + urls[label] = url + + return urls + + +def _get_payload(msg: email.message.Message, source: bytes | str) -> str: + """Get the body of the message.""" + # If our source is a str, then our caller has managed encodings for us, + # and we don't need to deal with it. + if isinstance(source, str): + payload: str = msg.get_payload() + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload: bytes = msg.get_payload(decode=True) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError: + raise ValueError("payload in an invalid encoding") + + +# The various parse_FORMAT functions here are intended to be as lenient as +# possible in their parsing, while still returning a correctly typed +# RawMetadata. +# +# To aid in this, we also generally want to do as little touching of the +# data as possible, except where there are possibly some historic holdovers +# that make valid data awkward to work with. +# +# While this is a lower level, intermediate format than our ``Metadata`` +# class, some light touch ups can make a massive difference in usability. + +# Map METADATA fields to RawMetadata. +_EMAIL_TO_RAW_MAPPING = { + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "description", + "description-content-type": "description_content_type", + "download-url": "download_url", + "dynamic": "dynamic", + "home-page": "home_page", + "keywords": "keywords", + "license": "license", + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "metadata-version": "metadata_version", + "name": "name", + "obsoletes": "obsoletes", + "obsoletes-dist": "obsoletes_dist", + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + "provides-dist": "provides_dist", + "provides-extra": "provides_extra", + "requires": "requires", + "requires-dist": "requires_dist", + "requires-external": "requires_external", + "requires-python": "requires_python", + "summary": "summary", + "supported-platform": "supported_platforms", + "version": "version", +} +_RAW_TO_EMAIL_MAPPING = {raw: email for email, raw in _EMAIL_TO_RAW_MAPPING.items()} + + +def parse_email(data: bytes | str) -> tuple[RawMetadata, dict[str, list[str]]]: + """Parse a distribution's metadata stored as email headers (e.g. from ``METADATA``). + + This function returns a two-item tuple of dicts. The first dict is of + recognized fields from the core metadata specification. Fields that can be + parsed and translated into Python's built-in types are converted + appropriately. All other fields are left as-is. Fields that are allowed to + appear multiple times are stored as lists. + + The second dict contains all other fields from the metadata. This includes + any unrecognized fields. It also includes any fields which are expected to + be parsed into a built-in type but were not formatted appropriately. Finally, + any fields that are expected to appear only once but are repeated are + included in this dict. + + """ + raw: dict[str, str | list[str] | dict[str, str]] = {} + unparsed: dict[str, list[str]] = {} + + if isinstance(data, str): + parsed = email.parser.Parser(policy=email.policy.compat32).parsestr(data) + else: + parsed = email.parser.BytesParser(policy=email.policy.compat32).parsebytes(data) + + # We have to wrap parsed.keys() in a set, because in the case of multiple + # values for a key (a list), the key will appear multiple times in the + # list of keys, but we're avoiding that by using get_all(). + for name in frozenset(parsed.keys()): + # Header names in RFC are case insensitive, so we'll normalize to all + # lower case to make comparisons easier. + name = name.lower() + + # We use get_all() here, even for fields that aren't multiple use, + # because otherwise someone could have e.g. two Name fields, and we + # would just silently ignore it rather than doing something about it. + headers = parsed.get_all(name) or [] + + # The way the email module works when parsing bytes is that it + # unconditionally decodes the bytes as ascii using the surrogateescape + # handler. When you pull that data back out (such as with get_all() ), + # it looks to see if the str has any surrogate escapes, and if it does + # it wraps it in a Header object instead of returning the string. + # + # As such, we'll look for those Header objects, and fix up the encoding. + value = [] + # Flag if we have run into any issues processing the headers, thus + # signalling that the data belongs in 'unparsed'. + valid_encoding = True + for h in headers: + # It's unclear if this can return more types than just a Header or + # a str, so we'll just assert here to make sure. + assert isinstance(h, (email.header.Header, str)) + + # If it's a header object, we need to do our little dance to get + # the real data out of it. In cases where there is invalid data + # we're going to end up with mojibake, but there's no obvious, good + # way around that without reimplementing parts of the Header object + # ourselves. + # + # That should be fine since, if mojibacked happens, this key is + # going into the unparsed dict anyways. + if isinstance(h, email.header.Header): + # The Header object stores it's data as chunks, and each chunk + # can be independently encoded, so we'll need to check each + # of them. + chunks: list[tuple[bytes, str | None]] = [] + for bin, encoding in email.header.decode_header(h): + try: + bin.decode("utf8", "strict") + except UnicodeDecodeError: + # Enable mojibake. + encoding = "latin1" + valid_encoding = False + else: + encoding = "utf8" + chunks.append((bin, encoding)) + + # Turn our chunks back into a Header object, then let that + # Header object do the right thing to turn them into a + # string for us. + value.append(str(email.header.make_header(chunks))) + # This is already a string, so just add it. + else: + value.append(h) + + # We've processed all of our values to get them into a list of str, + # but we may have mojibake data, in which case this is an unparsed + # field. + if not valid_encoding: + unparsed[name] = value + continue + + raw_name = _EMAIL_TO_RAW_MAPPING.get(name) + if raw_name is None: + # This is a bit of a weird situation, we've encountered a key that + # we don't know what it means, so we don't know whether it's meant + # to be a list or not. + # + # Since we can't really tell one way or another, we'll just leave it + # as a list, even though it may be a single item list, because that's + # what makes the most sense for email headers. + unparsed[name] = value + continue + + # If this is one of our string fields, then we'll check to see if our + # value is a list of a single item. If it is then we'll assume that + # it was emitted as a single string, and unwrap the str from inside + # the list. + # + # If it's any other kind of data, then we haven't the faintest clue + # what we should parse it as, and we have to just add it to our list + # of unparsed stuff. + if raw_name in _STRING_FIELDS and len(value) == 1: + raw[raw_name] = value[0] + # If this is one of our list of string fields, then we can just assign + # the value, since email *only* has strings, and our get_all() call + # above ensures that this is a list. + elif raw_name in _LIST_FIELDS: + raw[raw_name] = value + # Special Case: Keywords + # The keywords field is implemented in the metadata spec as a str, + # but it conceptually is a list of strings, and is serialized using + # ", ".join(keywords), so we'll do some light data massaging to turn + # this into what it logically is. + elif raw_name == "keywords" and len(value) == 1: + raw[raw_name] = _parse_keywords(value[0]) + # Special Case: Project-URL + # The project urls is implemented in the metadata spec as a list of + # specially-formatted strings that represent a key and a value, which + # is fundamentally a mapping, however the email format doesn't support + # mappings in a sane way, so it was crammed into a list of strings + # instead. + # + # We will do a little light data massaging to turn this into a map as + # it logically should be. + elif raw_name == "project_urls": + try: + raw[raw_name] = _parse_project_urls(value) + except KeyError: + unparsed[name] = value + # Nothing that we've done has managed to parse this, so it'll just + # throw it in our unparseable data and move on. + else: + unparsed[name] = value + + # We need to support getting the Description from the message payload in + # addition to getting it from the the headers. This does mean, though, there + # is the possibility of it being set both ways, in which case we put both + # in 'unparsed' since we don't know which is right. + try: + payload = _get_payload(parsed, data) + except ValueError: + unparsed.setdefault("description", []).append( + parsed.get_payload(decode=isinstance(data, bytes)) + ) + else: + if payload: + # Check to see if we've already got a description, if so then both + # it, and this body move to unparseable. + if "description" in raw: + description_header = cast(str, raw.pop("description")) + unparsed.setdefault("description", []).extend( + [description_header, payload] + ) + elif "description" in unparsed: + unparsed["description"].append(payload) + else: + raw["description"] = payload + + # We need to cast our `raw` to a metadata, because a TypedDict only support + # literal key names, but we're computing our key names on purpose, but the + # way this function is implemented, our `TypedDict` can only have valid key + # names. + return cast(RawMetadata, raw), unparsed + + +_NOT_FOUND = object() + + +# Keep the two values in sync. +_VALID_METADATA_VERSIONS = ["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3"] + +_REQUIRED_ATTRS = frozenset(["metadata_version", "name", "version"]) + + +class _Validator(Generic[T]): + """Validate a metadata field. + + All _process_*() methods correspond to a core metadata field. The method is + called with the field's raw value. If the raw value is valid it is returned + in its "enriched" form (e.g. ``version.Version`` for the ``Version`` field). + If the raw value is invalid, :exc:`InvalidMetadata` is raised (with a cause + as appropriate). + """ + + name: str + raw_name: str + added: _MetadataVersion + + def __init__( + self, + *, + added: _MetadataVersion = "1.0", + ) -> None: + self.added = added + + def __set_name__(self, _owner: Metadata, name: str) -> None: + self.name = name + self.raw_name = _RAW_TO_EMAIL_MAPPING[name] + + def __get__(self, instance: Metadata, _owner: type[Metadata]) -> T: + # With Python 3.8, the caching can be replaced with functools.cached_property(). + # No need to check the cache as attribute lookup will resolve into the + # instance's __dict__ before __get__ is called. + cache = instance.__dict__ + value = instance._raw.get(self.name) + + # To make the _process_* methods easier, we'll check if the value is None + # and if this field is NOT a required attribute, and if both of those + # things are true, we'll skip the the converter. This will mean that the + # converters never have to deal with the None union. + if self.name in _REQUIRED_ATTRS or value is not None: + try: + converter: Callable[[Any], T] = getattr(self, f"_process_{self.name}") + except AttributeError: + pass + else: + value = converter(value) + + cache[self.name] = value + try: + del instance._raw[self.name] # type: ignore[misc] + except KeyError: + pass + + return cast(T, value) + + def _invalid_metadata( + self, msg: str, cause: Exception | None = None + ) -> InvalidMetadata: + exc = InvalidMetadata( + self.raw_name, msg.format_map({"field": repr(self.raw_name)}) + ) + exc.__cause__ = cause + return exc + + def _process_metadata_version(self, value: str) -> _MetadataVersion: + # Implicitly makes Metadata-Version required. + if value not in _VALID_METADATA_VERSIONS: + raise self._invalid_metadata(f"{value!r} is not a valid metadata version") + return cast(_MetadataVersion, value) + + def _process_name(self, value: str) -> str: + if not value: + raise self._invalid_metadata("{field} is a required field") + # Validate the name as a side-effect. + try: + utils.canonicalize_name(value, validate=True) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + else: + return value + + def _process_version(self, value: str) -> version_module.Version: + if not value: + raise self._invalid_metadata("{field} is a required field") + try: + return version_module.parse(value) + except version_module.InvalidVersion as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_summary(self, value: str) -> str: + """Check the field contains no newlines.""" + if "\n" in value: + raise self._invalid_metadata("{field} must be a single line") + return value + + def _process_description_content_type(self, value: str) -> str: + content_types = {"text/plain", "text/x-rst", "text/markdown"} + message = email.message.EmailMessage() + message["content-type"] = value + + content_type, parameters = ( + # Defaults to `text/plain` if parsing failed. + message.get_content_type().lower(), + message["content-type"].params, + ) + # Check if content-type is valid or defaulted to `text/plain` and thus was + # not parseable. + if content_type not in content_types or content_type not in value.lower(): + raise self._invalid_metadata( + f"{{field}} must be one of {list(content_types)}, not {value!r}" + ) + + charset = parameters.get("charset", "UTF-8") + if charset != "UTF-8": + raise self._invalid_metadata( + f"{{field}} can only specify the UTF-8 charset, not {list(charset)}" + ) + + markdown_variants = {"GFM", "CommonMark"} + variant = parameters.get("variant", "GFM") # Use an acceptable default. + if content_type == "text/markdown" and variant not in markdown_variants: + raise self._invalid_metadata( + f"valid Markdown variants for {{field}} are {list(markdown_variants)}, " + f"not {variant!r}", + ) + return value + + def _process_dynamic(self, value: list[str]) -> list[str]: + for dynamic_field in map(str.lower, value): + if dynamic_field in {"name", "version", "metadata-version"}: + raise self._invalid_metadata( + f"{value!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata(f"{value!r} is not a valid dynamic field") + return list(map(str.lower, value)) + + def _process_provides_extra( + self, + value: list[str], + ) -> list[utils.NormalizedName]: + normalized_names = [] + try: + for name in value: + normalized_names.append(utils.canonicalize_name(name, validate=True)) + except utils.InvalidName as exc: + raise self._invalid_metadata( + f"{name!r} is invalid for {{field}}", cause=exc + ) + else: + return normalized_names + + def _process_requires_python(self, value: str) -> specifiers.SpecifierSet: + try: + return specifiers.SpecifierSet(value) + except specifiers.InvalidSpecifier as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) + + def _process_requires_dist( + self, + value: list[str], + ) -> list[requirements.Requirement]: + reqs = [] + try: + for req in value: + reqs.append(requirements.Requirement(req)) + except requirements.InvalidRequirement as exc: + raise self._invalid_metadata(f"{req!r} is invalid for {{field}}", cause=exc) + else: + return reqs + + +class Metadata: + """Representation of distribution metadata. + + Compared to :class:`RawMetadata`, this class provides objects representing + metadata fields instead of only using built-in types. Any invalid metadata + will cause :exc:`InvalidMetadata` to be raised (with a + :py:attr:`~BaseException.__cause__` attribute as appropriate). + """ + + _raw: RawMetadata + + @classmethod + def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> Metadata: + """Create an instance from :class:`RawMetadata`. + + If *validate* is true, all metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + ins = cls() + ins._raw = data.copy() # Mutations occur due to caching enriched values. + + if validate: + exceptions: list[Exception] = [] + try: + metadata_version = ins.metadata_version + metadata_age = _VALID_METADATA_VERSIONS.index(metadata_version) + except InvalidMetadata as metadata_version_exc: + exceptions.append(metadata_version_exc) + metadata_version = None + + # Make sure to check for the fields that are present, the required + # fields (so their absence can be reported). + fields_to_check = frozenset(ins._raw) | _REQUIRED_ATTRS + # Remove fields that have already been checked. + fields_to_check -= {"metadata_version"} + + for key in fields_to_check: + try: + if metadata_version: + # Can't use getattr() as that triggers descriptor protocol which + # will fail due to no value for the instance argument. + try: + field_metadata_version = cls.__dict__[key].added + except KeyError: + exc = InvalidMetadata(key, f"unrecognized field: {key!r}") + exceptions.append(exc) + continue + field_age = _VALID_METADATA_VERSIONS.index( + field_metadata_version + ) + if field_age > metadata_age: + field = _RAW_TO_EMAIL_MAPPING[key] + exc = InvalidMetadata( + field, + "{field} introduced in metadata version " + "{field_metadata_version}, not {metadata_version}", + ) + exceptions.append(exc) + continue + getattr(ins, key) + except InvalidMetadata as exc: + exceptions.append(exc) + + if exceptions: + raise ExceptionGroup("invalid metadata", exceptions) + + return ins + + @classmethod + def from_email(cls, data: bytes | str, *, validate: bool = True) -> Metadata: + """Parse metadata from email headers. + + If *validate* is true, the metadata will be validated. All exceptions + related to validation will be gathered and raised as an :class:`ExceptionGroup`. + """ + raw, unparsed = parse_email(data) + + if validate: + exceptions: list[Exception] = [] + for unparsed_key in unparsed: + if unparsed_key in _EMAIL_TO_RAW_MAPPING: + message = f"{unparsed_key!r} has invalid data" + else: + message = f"unrecognized field: {unparsed_key!r}" + exceptions.append(InvalidMetadata(unparsed_key, message)) + + if exceptions: + raise ExceptionGroup("unparsed", exceptions) + + try: + return cls.from_raw(raw, validate=validate) + except ExceptionGroup as exc_group: + raise ExceptionGroup( + "invalid or unparsed metadata", exc_group.exceptions + ) from None + + metadata_version: _Validator[_MetadataVersion] = _Validator() + """:external:ref:`core-metadata-metadata-version` + (required; validated to be a valid metadata version)""" + name: _Validator[str] = _Validator() + """:external:ref:`core-metadata-name` + (required; validated using :func:`~packaging.utils.canonicalize_name` and its + *validate* parameter)""" + version: _Validator[version_module.Version] = _Validator() + """:external:ref:`core-metadata-version` (required)""" + dynamic: _Validator[list[str] | None] = _Validator( + added="2.2", + ) + """:external:ref:`core-metadata-dynamic` + (validated against core metadata field names and lowercased)""" + platforms: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-platform`""" + supported_platforms: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-supported-platform`""" + summary: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-summary` (validated to contain no newlines)""" + description: _Validator[str | None] = _Validator() # TODO 2.1: can be in body + """:external:ref:`core-metadata-description`""" + description_content_type: _Validator[str | None] = _Validator(added="2.1") + """:external:ref:`core-metadata-description-content-type` (validated)""" + keywords: _Validator[list[str] | None] = _Validator() + """:external:ref:`core-metadata-keywords`""" + home_page: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-home-page`""" + download_url: _Validator[str | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-download-url`""" + author: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author`""" + author_email: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-author-email`""" + maintainer: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer`""" + maintainer_email: _Validator[str | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-maintainer-email`""" + license: _Validator[str | None] = _Validator() + """:external:ref:`core-metadata-license`""" + classifiers: _Validator[list[str] | None] = _Validator(added="1.1") + """:external:ref:`core-metadata-classifier`""" + requires_dist: _Validator[list[requirements.Requirement] | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-dist`""" + requires_python: _Validator[specifiers.SpecifierSet | None] = _Validator( + added="1.2" + ) + """:external:ref:`core-metadata-requires-python`""" + # Because `Requires-External` allows for non-PEP 440 version specifiers, we + # don't do any processing on the values. + requires_external: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-requires-external`""" + project_urls: _Validator[dict[str, str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-project-url`""" + # PEP 685 lets us raise an error if an extra doesn't pass `Name` validation + # regardless of metadata version. + provides_extra: _Validator[list[utils.NormalizedName] | None] = _Validator( + added="2.1", + ) + """:external:ref:`core-metadata-provides-extra`""" + provides_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-provides-dist`""" + obsoletes_dist: _Validator[list[str] | None] = _Validator(added="1.2") + """:external:ref:`core-metadata-obsoletes-dist`""" + requires: _Validator[list[str] | None] = _Validator(added="1.1") + """``Requires`` (deprecated)""" + provides: _Validator[list[str] | None] = _Validator(added="1.1") + """``Provides`` (deprecated)""" + obsoletes: _Validator[list[str] | None] = _Validator(added="1.1") + """``Obsoletes`` (deprecated)""" diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..4e068c9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,91 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +from __future__ import annotations + +from typing import Any, Iterator + +from ._parser import parse_requirement as _parse_requirement +from ._tokenizer import ParserSyntaxError +from .markers import Marker, _normalize_extra_values +from .specifiers import SpecifierSet +from .utils import canonicalize_name + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +class Requirement: + """Parse a requirement. + + Parse a given requirement string into its parts, such as name, specifier, + URL, and extras. Raises InvalidRequirement on a badly-formed requirement + string. + """ + + # TODO: Can we test whether something is contained within a requirement? + # If so how do we do that? Do we need to test against the _name_ of + # the thing as well as the version? What about the markers? + # TODO: Can we normalize the name and extra name? + + def __init__(self, requirement_string: str) -> None: + try: + parsed = _parse_requirement(requirement_string) + except ParserSyntaxError as e: + raise InvalidRequirement(str(e)) from e + + self.name: str = parsed.name + self.url: str | None = parsed.url or None + self.extras: set[str] = set(parsed.extras or []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Marker | None = None + if parsed.marker is not None: + self.marker = Marker.__new__(Marker) + self.marker._markers = _normalize_extra_values(parsed.marker) + + def _iter_parts(self, name: str) -> Iterator[str]: + yield name + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + yield f"[{formatted_extras}]" + + if self.specifier: + yield str(self.specifier) + + if self.url: + yield f"@ {self.url}" + if self.marker: + yield " " + + if self.marker: + yield f"; {self.marker}" + + def __str__(self) -> str: + return "".join(self._iter_parts(self.name)) + + def __repr__(self) -> str: + return f"" + + def __hash__(self) -> int: + return hash( + ( + self.__class__.__name__, + *self._iter_parts(canonicalize_name(self.name)), + ) + ) + + def __eq__(self, other: Any) -> bool: + if not isinstance(other, Requirement): + return NotImplemented + + return ( + canonicalize_name(self.name) == canonicalize_name(other.name) + and self.extras == other.extras + and self.specifier == other.specifier + and self.url == other.url + and self.marker == other.marker + ) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..f3ac480 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,1009 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from pip._vendor.packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from pip._vendor.packaging.version import Version +""" + +from __future__ import annotations + +import abc +import itertools +import re +from typing import Callable, Iterable, Iterator, TypeVar, Union + +from .utils import canonicalize_version +from .version import Version + +UnparsedVersion = Union[Version, str] +UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion) +CallableOperator = Callable[[Version, str], bool] + + +def _coerce_version(version: UnparsedVersion) -> Version: + if not isinstance(version, Version): + version = Version(version) + return version + + +class InvalidSpecifier(ValueError): + """ + Raised when attempting to create a :class:`Specifier` with a specifier + string that is invalid. + + >>> Specifier("lolwat") + Traceback (most recent call last): + ... + packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat' + """ + + +class BaseSpecifier(metaclass=abc.ABCMeta): + @abc.abstractmethod + def __str__(self) -> str: + """ + Returns the str representation of this Specifier-like object. This + should be representative of the Specifier itself. + """ + + @abc.abstractmethod + def __hash__(self) -> int: + """ + Returns a hash value for this Specifier-like object. + """ + + @abc.abstractmethod + def __eq__(self, other: object) -> bool: + """ + Returns a boolean representing whether or not the two Specifier-like + objects are equal. + + :param other: The other object to check against. + """ + + @property + @abc.abstractmethod + def prereleases(self) -> bool | None: + """Whether or not pre-releases as a whole are allowed. + + This can be set to either ``True`` or ``False`` to explicitly enable or disable + prereleases or it can be set to ``None`` (the default) to use default semantics. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """Setter for :attr:`prereleases`. + + :param value: The value to set. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: bool | None = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class Specifier(BaseSpecifier): + """This class abstracts handling of version specifiers. + + .. tip:: + + It is generally not required to instantiate this manually. You should instead + prefer to work with :class:`SpecifierSet` instead, which can parse + comma-separated version specifiers (which is what package metadata contains). + """ + + _operator_regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + """ + _version_regex_str = r""" + (?P + (?: + # The identity operators allow for an escape hatch that will + # do an exact string match of the version you wish to install. + # This will not be parsed by PEP 440 and we cannot determine + # any semantic meaning from it. This operator is discouraged + # but included entirely as an escape hatch. + (?<====) # Only match for the identity operator + \s* + [^\s;)]* # The arbitrary version can be just about anything, + # we match everything except for whitespace, a + # semi-colon for marker support, and a closing paren + # since versions can be enclosed in them. + ) + | + (?: + # The (non)equality operators allow for wild card and local + # versions to be specified so we have to define these two + # operators separately to enable that. + (?<===|!=) # Only match for equals and not equals + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)* # release + + # You cannot use a wild card and a pre-release, post-release, a dev or + # local version together so group them with a | and make them optional. + (?: + \.\* # Wild card syntax of .* + | + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + )? + ) + | + (?: + # The compatible operator requires at least two digits in the + # release segment. + (?<=~=) # Only match for the compatible operator + + \s* + v? + (?:[0-9]+!)? # epoch + [0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *) + (?: # pre release + [-_\.]? + (alpha|beta|preview|pre|a|b|c|rc) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + ) + | + (?: + # All other operators only allow a sub set of what the + # (non)equality operators do. Specifically they do not allow + # local versions to be specified nor do they allow the prefix + # matching wild cards. + (?=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + "===": "arbitrary", + } + + def __init__(self, spec: str = "", prereleases: bool | None = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = _version_join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: str | Version) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in Specifier(">=1.2.3") + True + >>> Version("1.2.3") in Specifier(">=1.2.3") + True + >>> "1.0.0" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3") + False + >>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True) + True + """ + return self.contains(item) + + def contains(self, item: UnparsedVersion, prereleases: bool | None = None) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this Specifier. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> Specifier(">=1.2.3").contains("1.2.3") + True + >>> Specifier(">=1.2.3").contains(Version("1.2.3")) + True + >>> Specifier(">=1.2.3").contains("1.0.0") + False + >>> Specifier(">=1.2.3").contains("1.3.0a1") + False + >>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1") + True + >>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True) + True + """ + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version, this allows us to have a shortcut for + # "2.0" in Specifier(">=2") + normalized_item = _coerce_version(item) + + # Determine if we should be supporting prereleases in this specifier + # or not, if we do not support prereleases than we can short circuit + # logic if this version is a prereleases. + if normalized_item.is_prerelease and not prereleases: + return False + + # Actually do the comparison to determine if this item is contained + # within this Specifier or not. + operator_callable: CallableOperator = self._get_operator(self.operator) + return operator_callable(normalized_item, self.version) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> list[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: list[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: list[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: list[str], right: list[str]) -> tuple[list[str], list[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return ( + list(itertools.chain.from_iterable(left_split)), + list(itertools.chain.from_iterable(right_split)), + ) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__(self, specifiers: str = "", prereleases: bool | None = None) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Make each individual specifier a Specifier and save in a frozen set for later. + self._specs = frozenset(map(Specifier, split_specifiers)) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> bool | None: + # If we have been given an explicit prerelease modifier, then we'll + # pass that through here. + if self._prereleases is not None: + return self._prereleases + + # If we don't have any specifiers, and we don't have a forced value, + # then we'll just return None since we don't know if this should have + # pre-releases or not. + if not self._specs: + return None + + # Otherwise we'll see if any of the given specifiers accept + # prereleases, if any of them do we'll return True, otherwise False. + return any(s.prereleases for s in self._specs) + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __repr__(self) -> str: + """A representation of the specifier set that shows all internal state. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> SpecifierSet('>=1.0.0,!=2.0.0') + =1.0.0')> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + """A string representation of the specifier set that can be round-tripped. + + Note that the ordering of the individual specifiers within the set may not + match the input string. + + >>> str(SpecifierSet(">=1.0.0,!=1.0.1")) + '!=1.0.1,>=1.0.0' + >>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False)) + '!=1.0.1,>=1.0.0' + """ + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: SpecifierSet | str) -> SpecifierSet: + """Return a SpecifierSet which is a combination of the two sets. + + :param other: The other object to combine with. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1' + =1.0.0')> + >>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1') + =1.0.0')> + """ + if isinstance(other, str): + other = SpecifierSet(other) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + specifier = SpecifierSet() + specifier._specs = frozenset(self._specs | other._specs) + + if self._prereleases is None and other._prereleases is not None: + specifier._prereleases = other._prereleases + elif self._prereleases is not None and other._prereleases is None: + specifier._prereleases = self._prereleases + elif self._prereleases == other._prereleases: + specifier._prereleases = self._prereleases + else: + raise ValueError( + "Cannot combine SpecifierSets with True and False prerelease " + "overrides." + ) + + return specifier + + def __eq__(self, other: object) -> bool: + """Whether or not the two SpecifierSet-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) == + ... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1" + True + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2") + False + """ + if isinstance(other, (str, Specifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + """Returns the number of specifiers in this specifier set.""" + return len(self._specs) + + def __iter__(self) -> Iterator[Specifier]: + """ + Returns an iterator over all the underlying :class:`Specifier` instances + in this specifier set. + + >>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str) + [, =1.0.0')>] + """ + return iter(self._specs) + + def __contains__(self, item: UnparsedVersion) -> bool: + """Return whether or not the item is contained in this specifier. + + :param item: The item to check for. + + This is used for the ``in`` operator and behaves the same as + :meth:`contains` with no ``prereleases`` argument passed. + + >>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1") + True + >>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1") + False + >>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True) + True + """ + return self.contains(item) + + def contains( + self, + item: UnparsedVersion, + prereleases: bool | None = None, + installed: bool | None = None, + ) -> bool: + """Return whether or not the item is contained in this SpecifierSet. + + :param item: + The item to check for, which can be a version string or a + :class:`Version` instance. + :param prereleases: + Whether or not to match prereleases with this SpecifierSet. If set to + ``None`` (the default), it uses :attr:`prereleases` to determine + whether or not prereleases are allowed. + + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3")) + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1") + False + >>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1") + True + >>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True) + True + """ + # Ensure that our item is a Version instance. + if not isinstance(item, Version): + item = Version(item) + + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # We can determine if we're going to allow pre-releases by looking to + # see if any of the underlying items supports them. If none of them do + # and this item is a pre-release then we do not allow it and we can + # short circuit that here. + # Note: This means that 1.0.dev1 would not be contained in something + # like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0 + if not prereleases and item.is_prerelease: + return False + + if installed and item.is_prerelease: + item = Version(item.base_version) + + # We simply dispatch to the underlying specs here to make sure that the + # given version is contained within all of them. + # Note: This use of all() here means that an empty set of specifiers + # will always return True, this is an explicit design decision. + return all(s.contains(item, prereleases=prereleases) for s in self._specs) + + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifiers in this set. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(SpecifierSet(...).contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")])) + ['1.3', ] + >>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"])) + [] + >>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + + An "empty" SpecifierSet will filter items based on the presence of prerelease + versions in the set. + + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"])) + ['1.3'] + >>> list(SpecifierSet("").filter(["1.5a1"])) + ['1.5a1'] + >>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + >>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + """ + # Determine if we're forcing a prerelease or not, if we're not forcing + # one for this particular filter call, then we'll use whatever the + # SpecifierSet thinks for whether or not we should support prereleases. + if prereleases is None: + prereleases = self.prereleases + + # If we have any specifiers, then we want to wrap our iterable in the + # filter method for each one, this will act as a logical AND amongst + # each specifier. + if self._specs: + for spec in self._specs: + iterable = spec.filter(iterable, prereleases=bool(prereleases)) + return iter(iterable) + # If we do not have any specifiers, then we need to have a rough filter + # which will filter out any pre-releases, unless there are no final + # releases. + else: + filtered: list[UnparsedVersionVar] = [] + found_prereleases: list[UnparsedVersionVar] = [] + + for item in iterable: + parsed_version = _coerce_version(item) + + # Store any item which is a pre-release for later unless we've + # already found a final version or we are accepting prereleases + if parsed_version.is_prerelease and not prereleases: + if not filtered: + found_prereleases.append(item) + else: + filtered.append(item) + + # If we've found no items except for pre-releases, then we'll go + # ahead and use the pre-releases + if not filtered and found_prereleases and prereleases is None: + return iter(found_prereleases) + + return iter(filtered) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..703f0ed --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,627 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import logging +import platform +import re +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Iterable, + Iterator, + Sequence, + Tuple, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +AppleVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> frozenset[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> int | str | None: + value: int | str | None = sysconfig.get_config_var(name) + if value is None and warn: + logger.debug( + "Config variable '%s' is unset, Python ABI tag may be incorrect", name + ) + return value + + +def _normalize_string(string: str) -> str: + return string.replace(".", "_").replace("-", "_").replace(" ", "_") + + +def _is_threaded_cpython(abis: list[str]) -> bool: + """ + Determine if the ABI corresponds to a threaded (`--disable-gil`) build. + + The threaded builds are indicated by a "t" in the abiflags. + """ + if len(abis) == 0: + return False + # expect e.g., cp313 + m = re.match(r"cp\d+(.*)", abis[0]) + if not m: + return False + abiflags = m.group(1) + return "t" in abiflags + + +def _abi3_applies(python_version: PythonVersion, threading: bool) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. The threaded (`--disable-gil`) + builds do not support abi3. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) and not threading + + +def _cpython_abis(py_version: PythonVersion, warn: bool = False) -> list[str]: + py_version = tuple(py_version) # To allow for version comparison. + abis = [] + version = _version_nodot(py_version[:2]) + threading = debug = pymalloc = ucs4 = "" + with_debug = _get_config_var("Py_DEBUG", warn) + has_refcount = hasattr(sys, "gettotalrefcount") + # Windows doesn't set Py_DEBUG, so checking for support of debug-compiled + # extension modules is the best option. + # https://github.com/pypa/pip/issues/3383#issuecomment-173267692 + has_ext = "_d.pyd" in EXTENSION_SUFFIXES + if with_debug or (with_debug is None and (has_refcount or has_ext)): + debug = "d" + if py_version >= (3, 13) and _get_config_var("Py_GIL_DISABLED", warn): + threading = "t" + if py_version < (3, 8): + with_pymalloc = _get_config_var("WITH_PYMALLOC", warn) + if with_pymalloc or with_pymalloc is None: + pymalloc = "m" + if py_version < (3, 3): + unicode_size = _get_config_var("Py_UNICODE_SIZE", warn) + if unicode_size == 4 or ( + unicode_size is None and sys.maxunicode == 0x10FFFF + ): + ucs4 = "u" + elif debug: + # Debug builds can also load "normal" extension modules. + # We can also assume no UCS-4 or pymalloc requirement. + abis.append(f"cp{version}{threading}") + abis.insert(0, f"cp{version}{threading}{debug}{pymalloc}{ucs4}") + return abis + + +def cpython_tags( + python_version: PythonVersion | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + threading = _is_threaded_cpython(abis) + use_abi3 = _abi3_applies(python_version, threading) + if use_abi3: + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if use_abi3: + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> list[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: str | None = None, + abis: Iterable[str] | None = None, + platforms: Iterable[str] | None = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a generic interpreter. + + The tags consist of: + - -- + + The "none" ABI will be added if it was not explicitly provided. + """ + if not interpreter: + interp_name = interpreter_name() + interp_version = interpreter_version(warn=warn) + interpreter = "".join([interp_name, interp_version]) + if abis is None: + abis = _generic_abi() + else: + abis = list(abis) + platforms = list(platforms or platform_tags()) + if "none" not in abis: + abis.append("none") + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + +def _py_interpreter_range(py_version: PythonVersion) -> Iterator[str]: + """ + Yields Python versions in descending order. + + After the latest version, the major-only version will be yielded, and then + all previous versions of that major version. + """ + if len(py_version) > 1: + yield f"py{_version_nodot(py_version[:2])}" + yield f"py{py_version[0]}" + if len(py_version) > 1: + for minor in range(py_version[1] - 1, -1, -1): + yield f"py{_version_nodot((py_version[0], minor))}" + + +def compatible_tags( + python_version: PythonVersion | None = None, + interpreter: str | None = None, + platforms: Iterable[str] | None = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: AppleVersion, cpu_arch: str) -> list[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: AppleVersion | None = None, arch: str | None = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("AppleVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("AppleVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def ios_platforms( + version: AppleVersion | None = None, multiarch: str | None = None +) -> Iterator[str]: + """ + Yields the platform tags for an iOS system. + + :param version: A two-item tuple specifying the iOS version to generate + platform tags for. Defaults to the current iOS version. + :param multiarch: The CPU architecture+ABI to generate platform tags for - + (the value used by `sys.implementation._multiarch` e.g., + `arm64_iphoneos` or `x84_64_iphonesimulator`). Defaults to the current + multiarch value. + """ + if version is None: + # if iOS is the current platform, ios_ver *must* be defined. However, + # it won't exist for CPython versions before 3.13, which causes a mypy + # error. + _, release, _, _ = platform.ios_ver() # type: ignore[attr-defined] + version = cast("AppleVersion", tuple(map(int, release.split(".")[:2]))) + + if multiarch is None: + multiarch = sys.implementation._multiarch + multiarch = multiarch.replace("-", "_") + + ios_platform_template = "ios_{major}_{minor}_{multiarch}" + + # Consider any iOS major.minor version from the version requested, down to + # 12.0. 12.0 is the first iOS version that is known to have enough features + # to support CPython. Consider every possible minor release up to X.9. There + # highest the minor has ever gone is 8 (14.8 and 15.8) but having some extra + # candidates that won't ever match doesn't really hurt, and it saves us from + # having to keep an explicit list of known iOS versions in the code. Return + # the results descending order of version number. + + # If the requested major version is less than 12, there won't be any matches. + if version[0] < 12: + return + + # Consider the actual X.Y version that was requested. + yield ios_platform_template.format( + major=version[0], minor=version[1], multiarch=multiarch + ) + + # Consider every minor version from X.0 to the minor version prior to the + # version requested by the platform. + for minor in range(version[1] - 1, -1, -1): + yield ios_platform_template.format( + major=version[0], minor=minor, multiarch=multiarch + ) + + for major in range(version[0] - 1, 11, -1): + for minor in range(9, -1, -1): + yield ios_platform_template.format( + major=major, minor=minor, multiarch=multiarch + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "iOS": + return ios_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..d33da5b --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,174 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. + +from __future__ import annotations + +import re +from typing import NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +def canonicalize_version( + version: Version | str, *, strip_trailing_zero: bool = True +) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + release_segment = ".".join(str(x) for x in parsed.release) + if strip_trailing_zero: + # NB: This strips trailing '.0's to normalize + release_segment = re.sub(r"(\.0)+$", "", release_segment) + parts.append(release_segment) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> tuple[NormalizedName, Version, BuildTag, frozenset[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name. + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename}" + ) from e + + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename}" + ) from e + + return (name, version) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..8b0a040 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,563 @@ +# This file is dual licensed under the terms of the Apache License, Version +# 2.0, and the BSD License. See the LICENSE file in the root of this repository +# for complete details. +""" +.. testsetup:: + + from pip._vendor.packaging.version import parse, Version +""" + +from __future__ import annotations + +import itertools +import re +from typing import Any, Callable, NamedTuple, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: tuple[int, ...] + dev: tuple[str, int] | None + pre: tuple[str, int] | None + post: tuple[str, int] | None + local: LocalType | None + + +def parse(version: str) -> Version: + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: tuple[Any, ...] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: _BaseVersion) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                              # pre-release
    +            [-_\.]?
    +            (?Palpha|a|beta|b|preview|pre|c|rc)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +        (?P                                         # post release
    +            (?:-(?P[0-9]+))
    +            |
    +            (?:
    +                [-_\.]?
    +                (?Ppost|rev|r)
    +                [-_\.]?
    +                (?P[0-9]+)?
    +            )
    +        )?
    +        (?P                                          # dev release
    +            [-_\.]?
    +            (?Pdev)
    +            [-_\.]?
    +            (?P[0-9]+)?
    +        )?
    +    )
    +    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
    +"""
    +
    +VERSION_PATTERN = _VERSION_PATTERN
    +"""
    +A string containing the regular expression used to match a valid version.
    +
    +The pattern is not anchored at either end, and is intended for embedding in larger
    +expressions (for example, matching a version number as part of a file name). The
    +regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
    +flags set.
    +
    +:meta hide-value:
    +"""
    +
    +
    +class Version(_BaseVersion):
    +    """This class abstracts handling of a project's versions.
    +
    +    A :class:`Version` instance is comparison aware and can be compared and
    +    sorted using the standard Python interfaces.
    +
    +    >>> v1 = Version("1.0a5")
    +    >>> v2 = Version("1.0")
    +    >>> v1
    +    
    +    >>> v2
    +    
    +    >>> v1 < v2
    +    True
    +    >>> v1 == v2
    +    False
    +    >>> v1 > v2
    +    False
    +    >>> v1 >= v2
    +    False
    +    >>> v1 <= v2
    +    True
    +    """
    +
    +    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
    +    _key: CmpKey
    +
    +    def __init__(self, version: str) -> None:
    +        """Initialize a Version object.
    +
    +        :param version:
    +            The string representation of a version which will be parsed and normalized
    +            before use.
    +        :raises InvalidVersion:
    +            If the ``version`` does not conform to PEP 440 in any way then this
    +            exception will be raised.
    +        """
    +
    +        # Validate the version and parse it into pieces
    +        match = self._regex.search(version)
    +        if not match:
    +            raise InvalidVersion(f"Invalid version: '{version}'")
    +
    +        # Store the parsed out pieces of the version
    +        self._version = _Version(
    +            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
    +            release=tuple(int(i) for i in match.group("release").split(".")),
    +            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
    +            post=_parse_letter_version(
    +                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
    +            ),
    +            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
    +            local=_parse_local_version(match.group("local")),
    +        )
    +
    +        # Generate a key which will be used for sorting
    +        self._key = _cmpkey(
    +            self._version.epoch,
    +            self._version.release,
    +            self._version.pre,
    +            self._version.post,
    +            self._version.dev,
    +            self._version.local,
    +        )
    +
    +    def __repr__(self) -> str:
    +        """A representation of the Version that shows all internal state.
    +
    +        >>> Version('1.0.0')
    +        
    +        """
    +        return f""
    +
    +    def __str__(self) -> str:
    +        """A string representation of the version that can be rounded-tripped.
    +
    +        >>> str(Version("1.0a5"))
    +        '1.0a5'
    +        """
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        # Pre-release
    +        if self.pre is not None:
    +            parts.append("".join(str(x) for x in self.pre))
    +
    +        # Post-release
    +        if self.post is not None:
    +            parts.append(f".post{self.post}")
    +
    +        # Development release
    +        if self.dev is not None:
    +            parts.append(f".dev{self.dev}")
    +
    +        # Local version segment
    +        if self.local is not None:
    +            parts.append(f"+{self.local}")
    +
    +        return "".join(parts)
    +
    +    @property
    +    def epoch(self) -> int:
    +        """The epoch of the version.
    +
    +        >>> Version("2.0.0").epoch
    +        0
    +        >>> Version("1!2.0.0").epoch
    +        1
    +        """
    +        return self._version.epoch
    +
    +    @property
    +    def release(self) -> tuple[int, ...]:
    +        """The components of the "release" segment of the version.
    +
    +        >>> Version("1.2.3").release
    +        (1, 2, 3)
    +        >>> Version("2.0.0").release
    +        (2, 0, 0)
    +        >>> Version("1!2.0.0.post0").release
    +        (2, 0, 0)
    +
    +        Includes trailing zeroes but not the epoch or any pre-release / development /
    +        post-release suffixes.
    +        """
    +        return self._version.release
    +
    +    @property
    +    def pre(self) -> tuple[str, int] | None:
    +        """The pre-release segment of the version.
    +
    +        >>> print(Version("1.2.3").pre)
    +        None
    +        >>> Version("1.2.3a1").pre
    +        ('a', 1)
    +        >>> Version("1.2.3b1").pre
    +        ('b', 1)
    +        >>> Version("1.2.3rc1").pre
    +        ('rc', 1)
    +        """
    +        return self._version.pre
    +
    +    @property
    +    def post(self) -> int | None:
    +        """The post-release number of the version.
    +
    +        >>> print(Version("1.2.3").post)
    +        None
    +        >>> Version("1.2.3.post1").post
    +        1
    +        """
    +        return self._version.post[1] if self._version.post else None
    +
    +    @property
    +    def dev(self) -> int | None:
    +        """The development number of the version.
    +
    +        >>> print(Version("1.2.3").dev)
    +        None
    +        >>> Version("1.2.3.dev1").dev
    +        1
    +        """
    +        return self._version.dev[1] if self._version.dev else None
    +
    +    @property
    +    def local(self) -> str | None:
    +        """The local version segment of the version.
    +
    +        >>> print(Version("1.2.3").local)
    +        None
    +        >>> Version("1.2.3+abc").local
    +        'abc'
    +        """
    +        if self._version.local:
    +            return ".".join(str(x) for x in self._version.local)
    +        else:
    +            return None
    +
    +    @property
    +    def public(self) -> str:
    +        """The public portion of the version.
    +
    +        >>> Version("1.2.3").public
    +        '1.2.3'
    +        >>> Version("1.2.3+abc").public
    +        '1.2.3'
    +        >>> Version("1.2.3+abc.dev1").public
    +        '1.2.3'
    +        """
    +        return str(self).split("+", 1)[0]
    +
    +    @property
    +    def base_version(self) -> str:
    +        """The "base version" of the version.
    +
    +        >>> Version("1.2.3").base_version
    +        '1.2.3'
    +        >>> Version("1.2.3+abc").base_version
    +        '1.2.3'
    +        >>> Version("1!1.2.3+abc.dev1").base_version
    +        '1!1.2.3'
    +
    +        The "base version" is the public version of the project without any pre or post
    +        release markers.
    +        """
    +        parts = []
    +
    +        # Epoch
    +        if self.epoch != 0:
    +            parts.append(f"{self.epoch}!")
    +
    +        # Release segment
    +        parts.append(".".join(str(x) for x in self.release))
    +
    +        return "".join(parts)
    +
    +    @property
    +    def is_prerelease(self) -> bool:
    +        """Whether this version is a pre-release.
    +
    +        >>> Version("1.2.3").is_prerelease
    +        False
    +        >>> Version("1.2.3a1").is_prerelease
    +        True
    +        >>> Version("1.2.3b1").is_prerelease
    +        True
    +        >>> Version("1.2.3rc1").is_prerelease
    +        True
    +        >>> Version("1.2.3dev1").is_prerelease
    +        True
    +        """
    +        return self.dev is not None or self.pre is not None
    +
    +    @property
    +    def is_postrelease(self) -> bool:
    +        """Whether this version is a post-release.
    +
    +        >>> Version("1.2.3").is_postrelease
    +        False
    +        >>> Version("1.2.3.post1").is_postrelease
    +        True
    +        """
    +        return self.post is not None
    +
    +    @property
    +    def is_devrelease(self) -> bool:
    +        """Whether this version is a development release.
    +
    +        >>> Version("1.2.3").is_devrelease
    +        False
    +        >>> Version("1.2.3.dev1").is_devrelease
    +        True
    +        """
    +        return self.dev is not None
    +
    +    @property
    +    def major(self) -> int:
    +        """The first item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").major
    +        1
    +        """
    +        return self.release[0] if len(self.release) >= 1 else 0
    +
    +    @property
    +    def minor(self) -> int:
    +        """The second item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").minor
    +        2
    +        >>> Version("1").minor
    +        0
    +        """
    +        return self.release[1] if len(self.release) >= 2 else 0
    +
    +    @property
    +    def micro(self) -> int:
    +        """The third item of :attr:`release` or ``0`` if unavailable.
    +
    +        >>> Version("1.2.3").micro
    +        3
    +        >>> Version("1").micro
    +        0
    +        """
    +        return self.release[2] if len(self.release) >= 3 else 0
    +
    +
    +def _parse_letter_version(
    +    letter: str | None, number: str | bytes | SupportsInt | None
    +) -> tuple[str, int] | None:
    +    if letter:
    +        # We consider there to be an implicit 0 in a pre-release if there is
    +        # not a numeral associated with it.
    +        if number is None:
    +            number = 0
    +
    +        # We normalize any letters to their lower case form
    +        letter = letter.lower()
    +
    +        # We consider some words to be alternate spellings of other words and
    +        # in those cases we want to normalize the spellings to our preferred
    +        # spelling.
    +        if letter == "alpha":
    +            letter = "a"
    +        elif letter == "beta":
    +            letter = "b"
    +        elif letter in ["c", "pre", "preview"]:
    +            letter = "rc"
    +        elif letter in ["rev", "r"]:
    +            letter = "post"
    +
    +        return letter, int(number)
    +    if not letter and number:
    +        # We assume if we are given a number, but we are not given a letter
    +        # then this is using the implicit post release syntax (e.g. 1.0-1)
    +        letter = "post"
    +
    +        return letter, int(number)
    +
    +    return None
    +
    +
    +_local_version_separators = re.compile(r"[\._-]")
    +
    +
    +def _parse_local_version(local: str | None) -> LocalType | None:
    +    """
    +    Takes a string like abc.1.twelve and turns it into ("abc", 1, "twelve").
    +    """
    +    if local is not None:
    +        return tuple(
    +            part.lower() if not part.isdigit() else int(part)
    +            for part in _local_version_separators.split(local)
    +        )
    +    return None
    +
    +
    +def _cmpkey(
    +    epoch: int,
    +    release: tuple[int, ...],
    +    pre: tuple[str, int] | None,
    +    post: tuple[str, int] | None,
    +    dev: tuple[str, int] | None,
    +    local: LocalType | None,
    +) -> CmpKey:
    +    # When we compare a release version, we want to compare it with all of the
    +    # trailing zeros removed. So we'll use a reverse the list, drop all the now
    +    # leading zeros until we come to something non zero, then take the rest
    +    # re-reverse it back into the correct order and make it a tuple and use
    +    # that for our sorting key.
    +    _release = tuple(
    +        reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
    +    )
    +
    +    # We need to "trick" the sorting algorithm to put 1.0.dev0 before 1.0a0.
    +    # We'll do this by abusing the pre segment, but we _only_ want to do this
    +    # if there is not a pre or a post segment. If we have one of those then
    +    # the normal sorting rules will handle this case correctly.
    +    if pre is None and post is None and dev is not None:
    +        _pre: CmpPrePostDevType = NegativeInfinity
    +    # Versions without a pre-release (except as noted above) should sort after
    +    # those with one.
    +    elif pre is None:
    +        _pre = Infinity
    +    else:
    +        _pre = pre
    +
    +    # Versions without a post segment should sort before those with one.
    +    if post is None:
    +        _post: CmpPrePostDevType = NegativeInfinity
    +
    +    else:
    +        _post = post
    +
    +    # Versions without a development segment should sort after those with one.
    +    if dev is None:
    +        _dev: CmpPrePostDevType = Infinity
    +
    +    else:
    +        _dev = dev
    +
    +    if local is None:
    +        # Versions without a local segment should sort before those with one.
    +        _local: CmpLocalType = NegativeInfinity
    +    else:
    +        # Versions with a local segment need that segment parsed to implement
    +        # the sorting rules in PEP440.
    +        # - Alpha numeric segments sort before numeric segments
    +        # - Alpha numeric segments sort lexicographically
    +        # - Numeric segments sort numerically
    +        # - Shorter versions sort before longer versions when the prefixes
    +        #   match exactly
    +        _local = tuple(
    +            (i, "") if isinstance(i, int) else (NegativeInfinity, i) for i in local
    +        )
    +
    +    return epoch, _release, _pre, _post, _dev, _local
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    new file mode 100644
    index 0000000..57ce7f1
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
    @@ -0,0 +1,3676 @@
    +# TODO: Add Generic type annotations to initialized collections.
    +# For now we'd simply use implicit Any/Unknown which would add redundant annotations
    +# mypy: disable-error-code="var-annotated"
    +"""
    +Package resource API
    +--------------------
    +
    +A resource is a logical file contained within a package, or a logical
    +subdirectory thereof.  The package resource API expects resource names
    +to have their path parts separated with ``/``, *not* whatever the local
    +path separator is.  Do not use os.path operations to manipulate resource
    +names being passed into the API.
    +
    +The package resource API is designed to work with normal filesystem packages,
    +.egg files, and unpacked .egg files.  It can also work in a limited way with
    +.zip files and with custom PEP 302 loaders that support the ``get_data()``
    +method.
    +
    +This module is deprecated. Users are directed to :mod:`importlib.resources`,
    +:mod:`importlib.metadata` and :pypi:`packaging` instead.
    +"""
    +
    +from __future__ import annotations
    +
    +import sys
    +
    +if sys.version_info < (3, 8):  # noqa: UP036 # Check for unsupported versions
    +    raise RuntimeError("Python 3.8 or later is required")
    +
    +import os
    +import io
    +import time
    +import re
    +import types
    +from typing import (
    +    Any,
    +    Literal,
    +    Dict,
    +    Iterator,
    +    Mapping,
    +    MutableSequence,
    +    NamedTuple,
    +    NoReturn,
    +    Tuple,
    +    Union,
    +    TYPE_CHECKING,
    +    Protocol,
    +    Callable,
    +    Iterable,
    +    TypeVar,
    +    overload,
    +)
    +import zipfile
    +import zipimport
    +import warnings
    +import stat
    +import functools
    +import pkgutil
    +import operator
    +import platform
    +import collections
    +import plistlib
    +import email.parser
    +import errno
    +import tempfile
    +import textwrap
    +import inspect
    +import ntpath
    +import posixpath
    +import importlib
    +import importlib.abc
    +import importlib.machinery
    +from pkgutil import get_importer
    +
    +import _imp
    +
    +# capture these to bypass sandboxing
    +from os import utime
    +from os import open as os_open
    +from os.path import isdir, split
    +
    +try:
    +    from os import mkdir, rename, unlink
    +
    +    WRITE_SUPPORT = True
    +except ImportError:
    +    # no write support, probably under GAE
    +    WRITE_SUPPORT = False
    +
    +from pip._internal.utils._jaraco_text import (
    +    yield_lines,
    +    drop_comment,
    +    join_continuation,
    +)
    +from pip._vendor.packaging import markers as _packaging_markers
    +from pip._vendor.packaging import requirements as _packaging_requirements
    +from pip._vendor.packaging import utils as _packaging_utils
    +from pip._vendor.packaging import version as _packaging_version
    +from pip._vendor.platformdirs import user_cache_dir as _user_cache_dir
    +
    +if TYPE_CHECKING:
    +    from _typeshed import BytesPath, StrPath, StrOrBytesPath
    +    from pip._vendor.typing_extensions import Self
    +
    +
    +# Patch: Remove deprecation warning from vendored pkg_resources.
    +# Setting PYTHONWARNINGS=error to verify builds produce no warnings
    +# causes immediate exceptions.
    +# See https://github.com/pypa/pip/issues/12243
    +
    +
    +_T = TypeVar("_T")
    +_DistributionT = TypeVar("_DistributionT", bound="Distribution")
    +# Type aliases
    +_NestedStr = Union[str, Iterable[Union[str, Iterable["_NestedStr"]]]]
    +_InstallerTypeT = Callable[["Requirement"], "_DistributionT"]
    +_InstallerType = Callable[["Requirement"], Union["Distribution", None]]
    +_PkgReqType = Union[str, "Requirement"]
    +_EPDistType = Union["Distribution", _PkgReqType]
    +_MetadataType = Union["IResourceProvider", None]
    +_ResolvedEntryPoint = Any  # Can be any attribute in the module
    +_ResourceStream = Any  # TODO / Incomplete: A readable file-like object
    +# Any object works, but let's indicate we expect something like a module (optionally has __loader__ or __file__)
    +_ModuleLike = Union[object, types.ModuleType]
    +# Any: Should be _ModuleLike but we end up with issues where _ModuleLike doesn't have _ZipLoaderModule's __loader__
    +_ProviderFactoryType = Callable[[Any], "IResourceProvider"]
    +_DistFinderType = Callable[[_T, str, bool], Iterable["Distribution"]]
    +_NSHandlerType = Callable[[_T, str, str, types.ModuleType], Union[str, None]]
    +_AdapterT = TypeVar(
    +    "_AdapterT", _DistFinderType[Any], _ProviderFactoryType, _NSHandlerType[Any]
    +)
    +
    +
    +# Use _typeshed.importlib.LoaderProtocol once available https://github.com/python/typeshed/pull/11890
    +class _LoaderProtocol(Protocol):
    +    def load_module(self, fullname: str, /) -> types.ModuleType: ...
    +
    +
    +class _ZipLoaderModule(Protocol):
    +    __loader__: zipimport.zipimporter
    +
    +
    +_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I)
    +
    +
    +class PEP440Warning(RuntimeWarning):
    +    """
    +    Used when there is an issue with a version or specifier not complying with
    +    PEP 440.
    +    """
    +
    +
    +parse_version = _packaging_version.Version
    +
    +
    +_state_vars: dict[str, str] = {}
    +
    +
    +def _declare_state(vartype: str, varname: str, initial_value: _T) -> _T:
    +    _state_vars[varname] = vartype
    +    return initial_value
    +
    +
    +def __getstate__() -> dict[str, Any]:
    +    state = {}
    +    g = globals()
    +    for k, v in _state_vars.items():
    +        state[k] = g['_sget_' + v](g[k])
    +    return state
    +
    +
    +def __setstate__(state: dict[str, Any]) -> dict[str, Any]:
    +    g = globals()
    +    for k, v in state.items():
    +        g['_sset_' + _state_vars[k]](k, g[k], v)
    +    return state
    +
    +
    +def _sget_dict(val):
    +    return val.copy()
    +
    +
    +def _sset_dict(key, ob, state):
    +    ob.clear()
    +    ob.update(state)
    +
    +
    +def _sget_object(val):
    +    return val.__getstate__()
    +
    +
    +def _sset_object(key, ob, state):
    +    ob.__setstate__(state)
    +
    +
    +_sget_none = _sset_none = lambda *args: None
    +
    +
    +def get_supported_platform():
    +    """Return this platform's maximum compatible version.
    +
    +    distutils.util.get_platform() normally reports the minimum version
    +    of macOS that would be required to *use* extensions produced by
    +    distutils.  But what we want when checking compatibility is to know the
    +    version of macOS that we are *running*.  To allow usage of packages that
    +    explicitly require a newer version of macOS, we must also know the
    +    current version of the OS.
    +
    +    If this condition occurs for any other platform with a version in its
    +    platform strings, this function should be extended accordingly.
    +    """
    +    plat = get_build_platform()
    +    m = macosVersionString.match(plat)
    +    if m is not None and sys.platform == "darwin":
    +        try:
    +            plat = 'macosx-%s-%s' % ('.'.join(_macos_vers()[:2]), m.group(3))
    +        except ValueError:
    +            # not macOS
    +            pass
    +    return plat
    +
    +
    +__all__ = [
    +    # Basic resource access and distribution/entry point discovery
    +    'require',
    +    'run_script',
    +    'get_provider',
    +    'get_distribution',
    +    'load_entry_point',
    +    'get_entry_map',
    +    'get_entry_info',
    +    'iter_entry_points',
    +    'resource_string',
    +    'resource_stream',
    +    'resource_filename',
    +    'resource_listdir',
    +    'resource_exists',
    +    'resource_isdir',
    +    # Environmental control
    +    'declare_namespace',
    +    'working_set',
    +    'add_activation_listener',
    +    'find_distributions',
    +    'set_extraction_path',
    +    'cleanup_resources',
    +    'get_default_cache',
    +    # Primary implementation classes
    +    'Environment',
    +    'WorkingSet',
    +    'ResourceManager',
    +    'Distribution',
    +    'Requirement',
    +    'EntryPoint',
    +    # Exceptions
    +    'ResolutionError',
    +    'VersionConflict',
    +    'DistributionNotFound',
    +    'UnknownExtra',
    +    'ExtractionError',
    +    # Warnings
    +    'PEP440Warning',
    +    # Parsing functions and string utilities
    +    'parse_requirements',
    +    'parse_version',
    +    'safe_name',
    +    'safe_version',
    +    'get_platform',
    +    'compatible_platforms',
    +    'yield_lines',
    +    'split_sections',
    +    'safe_extra',
    +    'to_filename',
    +    'invalid_marker',
    +    'evaluate_marker',
    +    # filesystem utilities
    +    'ensure_directory',
    +    'normalize_path',
    +    # Distribution "precedence" constants
    +    'EGG_DIST',
    +    'BINARY_DIST',
    +    'SOURCE_DIST',
    +    'CHECKOUT_DIST',
    +    'DEVELOP_DIST',
    +    # "Provider" interfaces, implementations, and registration/lookup APIs
    +    'IMetadataProvider',
    +    'IResourceProvider',
    +    'FileMetadata',
    +    'PathMetadata',
    +    'EggMetadata',
    +    'EmptyProvider',
    +    'empty_provider',
    +    'NullProvider',
    +    'EggProvider',
    +    'DefaultProvider',
    +    'ZipProvider',
    +    'register_finder',
    +    'register_namespace_handler',
    +    'register_loader_type',
    +    'fixup_namespace_packages',
    +    'get_importer',
    +    # Warnings
    +    'PkgResourcesDeprecationWarning',
    +    # Deprecated/backward compatibility only
    +    'run_main',
    +    'AvailableDistributions',
    +]
    +
    +
    +class ResolutionError(Exception):
    +    """Abstract base for dependency resolution errors"""
    +
    +    def __repr__(self):
    +        return self.__class__.__name__ + repr(self.args)
    +
    +
    +class VersionConflict(ResolutionError):
    +    """
    +    An already-installed version conflicts with the requested version.
    +
    +    Should be initialized with the installed Distribution and the requested
    +    Requirement.
    +    """
    +
    +    _template = "{self.dist} is installed but {self.req} is required"
    +
    +    @property
    +    def dist(self) -> Distribution:
    +        return self.args[0]
    +
    +    @property
    +    def req(self) -> Requirement:
    +        return self.args[1]
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def with_context(self, required_by: set[Distribution | str]):
    +        """
    +        If required_by is non-empty, return a version of self that is a
    +        ContextualVersionConflict.
    +        """
    +        if not required_by:
    +            return self
    +        args = self.args + (required_by,)
    +        return ContextualVersionConflict(*args)
    +
    +
    +class ContextualVersionConflict(VersionConflict):
    +    """
    +    A VersionConflict that accepts a third parameter, the set of the
    +    requirements that required the installed Distribution.
    +    """
    +
    +    _template = VersionConflict._template + ' by {self.required_by}'
    +
    +    @property
    +    def required_by(self) -> set[str]:
    +        return self.args[2]
    +
    +
    +class DistributionNotFound(ResolutionError):
    +    """A requested distribution was not found"""
    +
    +    _template = (
    +        "The '{self.req}' distribution was not found "
    +        "and is required by {self.requirers_str}"
    +    )
    +
    +    @property
    +    def req(self) -> Requirement:
    +        return self.args[0]
    +
    +    @property
    +    def requirers(self) -> set[str] | None:
    +        return self.args[1]
    +
    +    @property
    +    def requirers_str(self):
    +        if not self.requirers:
    +            return 'the application'
    +        return ', '.join(self.requirers)
    +
    +    def report(self):
    +        return self._template.format(**locals())
    +
    +    def __str__(self):
    +        return self.report()
    +
    +
    +class UnknownExtra(ResolutionError):
    +    """Distribution doesn't have an "extra feature" of the given name"""
    +
    +
    +_provider_factories: dict[type[_ModuleLike], _ProviderFactoryType] = {}
    +
    +PY_MAJOR = '{}.{}'.format(*sys.version_info)
    +EGG_DIST = 3
    +BINARY_DIST = 2
    +SOURCE_DIST = 1
    +CHECKOUT_DIST = 0
    +DEVELOP_DIST = -1
    +
    +
    +def register_loader_type(
    +    loader_type: type[_ModuleLike], provider_factory: _ProviderFactoryType
    +):
    +    """Register `provider_factory` to make providers for `loader_type`
    +
    +    `loader_type` is the type or class of a PEP 302 ``module.__loader__``,
    +    and `provider_factory` is a function that, passed a *module* object,
    +    returns an ``IResourceProvider`` for that module.
    +    """
    +    _provider_factories[loader_type] = provider_factory
    +
    +
    +@overload
    +def get_provider(moduleOrReq: str) -> IResourceProvider: ...
    +@overload
    +def get_provider(moduleOrReq: Requirement) -> Distribution: ...
    +def get_provider(moduleOrReq: str | Requirement) -> IResourceProvider | Distribution:
    +    """Return an IResourceProvider for the named module or requirement"""
    +    if isinstance(moduleOrReq, Requirement):
    +        return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
    +    try:
    +        module = sys.modules[moduleOrReq]
    +    except KeyError:
    +        __import__(moduleOrReq)
    +        module = sys.modules[moduleOrReq]
    +    loader = getattr(module, '__loader__', None)
    +    return _find_adapter(_provider_factories, loader)(module)
    +
    +
    +@functools.lru_cache(maxsize=None)
    +def _macos_vers():
    +    version = platform.mac_ver()[0]
    +    # fallback for MacPorts
    +    if version == '':
    +        plist = '/System/Library/CoreServices/SystemVersion.plist'
    +        if os.path.exists(plist):
    +            with open(plist, 'rb') as fh:
    +                plist_content = plistlib.load(fh)
    +            if 'ProductVersion' in plist_content:
    +                version = plist_content['ProductVersion']
    +    return version.split('.')
    +
    +
    +def _macos_arch(machine):
    +    return {'PowerPC': 'ppc', 'Power_Macintosh': 'ppc'}.get(machine, machine)
    +
    +
    +def get_build_platform():
    +    """Return this platform's string for platform-specific distributions
    +
    +    XXX Currently this is the same as ``distutils.util.get_platform()``, but it
    +    needs some hacks for Linux and macOS.
    +    """
    +    from sysconfig import get_platform
    +
    +    plat = get_platform()
    +    if sys.platform == "darwin" and not plat.startswith('macosx-'):
    +        try:
    +            version = _macos_vers()
    +            machine = os.uname()[4].replace(" ", "_")
    +            return "macosx-%d.%d-%s" % (
    +                int(version[0]),
    +                int(version[1]),
    +                _macos_arch(machine),
    +            )
    +        except ValueError:
    +            # if someone is running a non-Mac darwin system, this will fall
    +            # through to the default implementation
    +            pass
    +    return plat
    +
    +
    +macosVersionString = re.compile(r"macosx-(\d+)\.(\d+)-(.*)")
    +darwinVersionString = re.compile(r"darwin-(\d+)\.(\d+)\.(\d+)-(.*)")
    +# XXX backward compat
    +get_platform = get_build_platform
    +
    +
    +def compatible_platforms(provided: str | None, required: str | None):
    +    """Can code for the `provided` platform run on the `required` platform?
    +
    +    Returns true if either platform is ``None``, or the platforms are equal.
    +
    +    XXX Needs compatibility checks for Linux and other unixy OSes.
    +    """
    +    if provided is None or required is None or provided == required:
    +        # easy case
    +        return True
    +
    +    # macOS special cases
    +    reqMac = macosVersionString.match(required)
    +    if reqMac:
    +        provMac = macosVersionString.match(provided)
    +
    +        # is this a Mac package?
    +        if not provMac:
    +            # this is backwards compatibility for packages built before
    +            # setuptools 0.6. All packages built after this point will
    +            # use the new macOS designation.
    +            provDarwin = darwinVersionString.match(provided)
    +            if provDarwin:
    +                dversion = int(provDarwin.group(1))
    +                macosversion = "%s.%s" % (reqMac.group(1), reqMac.group(2))
    +                if (
    +                    dversion == 7
    +                    and macosversion >= "10.3"
    +                    or dversion == 8
    +                    and macosversion >= "10.4"
    +                ):
    +                    return True
    +            # egg isn't macOS or legacy darwin
    +            return False
    +
    +        # are they the same major version and machine type?
    +        if provMac.group(1) != reqMac.group(1) or provMac.group(3) != reqMac.group(3):
    +            return False
    +
    +        # is the required OS major update >= the provided one?
    +        if int(provMac.group(2)) > int(reqMac.group(2)):
    +            return False
    +
    +        return True
    +
    +    # XXX Linux and other platforms' special cases should go here
    +    return False
    +
    +
    +@overload
    +def get_distribution(dist: _DistributionT) -> _DistributionT: ...
    +@overload
    +def get_distribution(dist: _PkgReqType) -> Distribution: ...
    +def get_distribution(dist: Distribution | _PkgReqType) -> Distribution:
    +    """Return a current distribution object for a Requirement or string"""
    +    if isinstance(dist, str):
    +        dist = Requirement.parse(dist)
    +    if isinstance(dist, Requirement):
    +        # Bad type narrowing, dist has to be a Requirement here, so get_provider has to return Distribution
    +        dist = get_provider(dist)  # type: ignore[assignment]
    +    if not isinstance(dist, Distribution):
    +        raise TypeError("Expected str, Requirement, or Distribution", dist)
    +    return dist
    +
    +
    +def load_entry_point(dist: _EPDistType, group: str, name: str) -> _ResolvedEntryPoint:
    +    """Return `name` entry point of `group` for `dist` or raise ImportError"""
    +    return get_distribution(dist).load_entry_point(group, name)
    +
    +
    +@overload
    +def get_entry_map(
    +    dist: _EPDistType, group: None = None
    +) -> dict[str, dict[str, EntryPoint]]: ...
    +@overload
    +def get_entry_map(dist: _EPDistType, group: str) -> dict[str, EntryPoint]: ...
    +def get_entry_map(dist: _EPDistType, group: str | None = None):
    +    """Return the entry point map for `group`, or the full entry map"""
    +    return get_distribution(dist).get_entry_map(group)
    +
    +
    +def get_entry_info(dist: _EPDistType, group: str, name: str):
    +    """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +    return get_distribution(dist).get_entry_info(group, name)
    +
    +
    +class IMetadataProvider(Protocol):
    +    def has_metadata(self, name: str) -> bool:
    +        """Does the package's distribution contain the named metadata?"""
    +
    +    def get_metadata(self, name: str) -> str:
    +        """The named metadata resource as a string"""
    +
    +    def get_metadata_lines(self, name: str) -> Iterator[str]:
    +        """Yield named metadata resource as list of non-blank non-comment lines
    +
    +        Leading and trailing whitespace is stripped from each line, and lines
    +        with ``#`` as the first non-blank character are omitted."""
    +
    +    def metadata_isdir(self, name: str) -> bool:
    +        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
    +
    +    def metadata_listdir(self, name: str) -> list[str]:
    +        """List of metadata names in the directory (like ``os.listdir()``)"""
    +
    +    def run_script(self, script_name: str, namespace: dict[str, Any]) -> None:
    +        """Execute the named script in the supplied namespace dictionary"""
    +
    +
    +class IResourceProvider(IMetadataProvider, Protocol):
    +    """An object that provides access to package resources"""
    +
    +    def get_resource_filename(
    +        self, manager: ResourceManager, resource_name: str
    +    ) -> str:
    +        """Return a true filesystem path for `resource_name`
    +
    +        `manager` must be a ``ResourceManager``"""
    +
    +    def get_resource_stream(
    +        self, manager: ResourceManager, resource_name: str
    +    ) -> _ResourceStream:
    +        """Return a readable file-like object for `resource_name`
    +
    +        `manager` must be a ``ResourceManager``"""
    +
    +    def get_resource_string(
    +        self, manager: ResourceManager, resource_name: str
    +    ) -> bytes:
    +        """Return the contents of `resource_name` as :obj:`bytes`
    +
    +        `manager` must be a ``ResourceManager``"""
    +
    +    def has_resource(self, resource_name: str) -> bool:
    +        """Does the package contain the named resource?"""
    +
    +    def resource_isdir(self, resource_name: str) -> bool:
    +        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
    +
    +    def resource_listdir(self, resource_name: str) -> list[str]:
    +        """List of resource names in the directory (like ``os.listdir()``)"""
    +
    +
    +class WorkingSet:
    +    """A collection of active distributions on sys.path (or a similar list)"""
    +
    +    def __init__(self, entries: Iterable[str] | None = None):
    +        """Create working set from list of path entries (default=sys.path)"""
    +        self.entries: list[str] = []
    +        self.entry_keys = {}
    +        self.by_key = {}
    +        self.normalized_to_canonical_keys = {}
    +        self.callbacks = []
    +
    +        if entries is None:
    +            entries = sys.path
    +
    +        for entry in entries:
    +            self.add_entry(entry)
    +
    +    @classmethod
    +    def _build_master(cls):
    +        """
    +        Prepare the master working set.
    +        """
    +        ws = cls()
    +        try:
    +            from __main__ import __requires__
    +        except ImportError:
    +            # The main program does not list any requirements
    +            return ws
    +
    +        # ensure the requirements are met
    +        try:
    +            ws.require(__requires__)
    +        except VersionConflict:
    +            return cls._build_from_requirements(__requires__)
    +
    +        return ws
    +
    +    @classmethod
    +    def _build_from_requirements(cls, req_spec):
    +        """
    +        Build a working set from a requirement spec. Rewrites sys.path.
    +        """
    +        # try it without defaults already on sys.path
    +        # by starting with an empty path
    +        ws = cls([])
    +        reqs = parse_requirements(req_spec)
    +        dists = ws.resolve(reqs, Environment())
    +        for dist in dists:
    +            ws.add(dist)
    +
    +        # add any missing entries from sys.path
    +        for entry in sys.path:
    +            if entry not in ws.entries:
    +                ws.add_entry(entry)
    +
    +        # then copy back to sys.path
    +        sys.path[:] = ws.entries
    +        return ws
    +
    +    def add_entry(self, entry: str):
    +        """Add a path item to ``.entries``, finding any distributions on it
    +
    +        ``find_distributions(entry, True)`` is used to find distributions
    +        corresponding to the path entry, and they are added.  `entry` is
    +        always appended to ``.entries``, even if it is already present.
    +        (This is because ``sys.path`` can contain the same value more than
    +        once, and the ``.entries`` of the ``sys.path`` WorkingSet should always
    +        equal ``sys.path``.)
    +        """
    +        self.entry_keys.setdefault(entry, [])
    +        self.entries.append(entry)
    +        for dist in find_distributions(entry, True):
    +            self.add(dist, entry, False)
    +
    +    def __contains__(self, dist: Distribution) -> bool:
    +        """True if `dist` is the active distribution for its project"""
    +        return self.by_key.get(dist.key) == dist
    +
    +    def find(self, req: Requirement) -> Distribution | None:
    +        """Find a distribution matching requirement `req`
    +
    +        If there is an active distribution for the requested project, this
    +        returns it as long as it meets the version requirement specified by
    +        `req`.  But, if there is an active distribution for the project and it
    +        does *not* meet the `req` requirement, ``VersionConflict`` is raised.
    +        If there is no active distribution for the requested project, ``None``
    +        is returned.
    +        """
    +        dist = self.by_key.get(req.key)
    +
    +        if dist is None:
    +            canonical_key = self.normalized_to_canonical_keys.get(req.key)
    +
    +            if canonical_key is not None:
    +                req.key = canonical_key
    +                dist = self.by_key.get(canonical_key)
    +
    +        if dist is not None and dist not in req:
    +            # XXX add more info
    +            raise VersionConflict(dist, req)
    +        return dist
    +
    +    def iter_entry_points(self, group: str, name: str | None = None):
    +        """Yield entry point objects from `group` matching `name`
    +
    +        If `name` is None, yields all entry points in `group` from all
    +        distributions in the working set, otherwise only ones matching
    +        both `group` and `name` are yielded (in distribution order).
    +        """
    +        return (
    +            entry
    +            for dist in self
    +            for entry in dist.get_entry_map(group).values()
    +            if name is None or name == entry.name
    +        )
    +
    +    def run_script(self, requires: str, script_name: str):
    +        """Locate distribution for `requires` and run `script_name` script"""
    +        ns = sys._getframe(1).f_globals
    +        name = ns['__name__']
    +        ns.clear()
    +        ns['__name__'] = name
    +        self.require(requires)[0].run_script(script_name, ns)
    +
    +    def __iter__(self) -> Iterator[Distribution]:
    +        """Yield distributions for non-duplicate projects in the working set
    +
    +        The yield order is the order in which the items' path entries were
    +        added to the working set.
    +        """
    +        seen = set()
    +        for item in self.entries:
    +            if item not in self.entry_keys:
    +                # workaround a cache issue
    +                continue
    +
    +            for key in self.entry_keys[item]:
    +                if key not in seen:
    +                    seen.add(key)
    +                    yield self.by_key[key]
    +
    +    def add(
    +        self,
    +        dist: Distribution,
    +        entry: str | None = None,
    +        insert: bool = True,
    +        replace: bool = False,
    +    ):
    +        """Add `dist` to working set, associated with `entry`
    +
    +        If `entry` is unspecified, it defaults to the ``.location`` of `dist`.
    +        On exit from this routine, `entry` is added to the end of the working
    +        set's ``.entries`` (if it wasn't already present).
    +
    +        `dist` is only added to the working set if it's for a project that
    +        doesn't already have a distribution in the set, unless `replace=True`.
    +        If it's added, any callbacks registered with the ``subscribe()`` method
    +        will be called.
    +        """
    +        if insert:
    +            dist.insert_on(self.entries, entry, replace=replace)
    +
    +        if entry is None:
    +            entry = dist.location
    +        keys = self.entry_keys.setdefault(entry, [])
    +        keys2 = self.entry_keys.setdefault(dist.location, [])
    +        if not replace and dist.key in self.by_key:
    +            # ignore hidden distros
    +            return
    +
    +        self.by_key[dist.key] = dist
    +        normalized_name = _packaging_utils.canonicalize_name(dist.key)
    +        self.normalized_to_canonical_keys[normalized_name] = dist.key
    +        if dist.key not in keys:
    +            keys.append(dist.key)
    +        if dist.key not in keys2:
    +            keys2.append(dist.key)
    +        self._added_new(dist)
    +
    +    @overload
    +    def resolve(
    +        self,
    +        requirements: Iterable[Requirement],
    +        env: Environment | None,
    +        installer: _InstallerTypeT[_DistributionT],
    +        replace_conflicting: bool = False,
    +        extras: tuple[str, ...] | None = None,
    +    ) -> list[_DistributionT]: ...
    +    @overload
    +    def resolve(
    +        self,
    +        requirements: Iterable[Requirement],
    +        env: Environment | None = None,
    +        *,
    +        installer: _InstallerTypeT[_DistributionT],
    +        replace_conflicting: bool = False,
    +        extras: tuple[str, ...] | None = None,
    +    ) -> list[_DistributionT]: ...
    +    @overload
    +    def resolve(
    +        self,
    +        requirements: Iterable[Requirement],
    +        env: Environment | None = None,
    +        installer: _InstallerType | None = None,
    +        replace_conflicting: bool = False,
    +        extras: tuple[str, ...] | None = None,
    +    ) -> list[Distribution]: ...
    +    def resolve(
    +        self,
    +        requirements: Iterable[Requirement],
    +        env: Environment | None = None,
    +        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
    +        replace_conflicting: bool = False,
    +        extras: tuple[str, ...] | None = None,
    +    ) -> list[Distribution] | list[_DistributionT]:
    +        """List all distributions needed to (recursively) meet `requirements`
    +
    +        `requirements` must be a sequence of ``Requirement`` objects.  `env`,
    +        if supplied, should be an ``Environment`` instance.  If
    +        not supplied, it defaults to all distributions available within any
    +        entry or distribution in the working set.  `installer`, if supplied,
    +        will be invoked with each requirement that cannot be met by an
    +        already-installed distribution; it should return a ``Distribution`` or
    +        ``None``.
    +
    +        Unless `replace_conflicting=True`, raises a VersionConflict exception
    +        if
    +        any requirements are found on the path that have the correct name but
    +        the wrong version.  Otherwise, if an `installer` is supplied it will be
    +        invoked to obtain the correct version of the requirement and activate
    +        it.
    +
    +        `extras` is a list of the extras to be used with these requirements.
    +        This is important because extra requirements may look like `my_req;
    +        extra = "my_extra"`, which would otherwise be interpreted as a purely
    +        optional requirement.  Instead, we want to be able to assert that these
    +        requirements are truly required.
    +        """
    +
    +        # set up the stack
    +        requirements = list(requirements)[::-1]
    +        # set of processed requirements
    +        processed = set()
    +        # key -> dist
    +        best = {}
    +        to_activate = []
    +
    +        req_extras = _ReqExtras()
    +
    +        # Mapping of requirement to set of distributions that required it;
    +        # useful for reporting info about conflicts.
    +        required_by = collections.defaultdict(set)
    +
    +        while requirements:
    +            # process dependencies breadth-first
    +            req = requirements.pop(0)
    +            if req in processed:
    +                # Ignore cyclic or redundant dependencies
    +                continue
    +
    +            if not req_extras.markers_pass(req, extras):
    +                continue
    +
    +            dist = self._resolve_dist(
    +                req, best, replace_conflicting, env, installer, required_by, to_activate
    +            )
    +
    +            # push the new requirements onto the stack
    +            new_requirements = dist.requires(req.extras)[::-1]
    +            requirements.extend(new_requirements)
    +
    +            # Register the new requirements needed by req
    +            for new_requirement in new_requirements:
    +                required_by[new_requirement].add(req.project_name)
    +                req_extras[new_requirement] = req.extras
    +
    +            processed.add(req)
    +
    +        # return list of distros to activate
    +        return to_activate
    +
    +    def _resolve_dist(
    +        self, req, best, replace_conflicting, env, installer, required_by, to_activate
    +    ) -> Distribution:
    +        dist = best.get(req.key)
    +        if dist is None:
    +            # Find the best distribution and add it to the map
    +            dist = self.by_key.get(req.key)
    +            if dist is None or (dist not in req and replace_conflicting):
    +                ws = self
    +                if env is None:
    +                    if dist is None:
    +                        env = Environment(self.entries)
    +                    else:
    +                        # Use an empty environment and workingset to avoid
    +                        # any further conflicts with the conflicting
    +                        # distribution
    +                        env = Environment([])
    +                        ws = WorkingSet([])
    +                dist = best[req.key] = env.best_match(
    +                    req, ws, installer, replace_conflicting=replace_conflicting
    +                )
    +                if dist is None:
    +                    requirers = required_by.get(req, None)
    +                    raise DistributionNotFound(req, requirers)
    +            to_activate.append(dist)
    +        if dist not in req:
    +            # Oops, the "best" so far conflicts with a dependency
    +            dependent_req = required_by[req]
    +            raise VersionConflict(dist, req).with_context(dependent_req)
    +        return dist
    +
    +    @overload
    +    def find_plugins(
    +        self,
    +        plugin_env: Environment,
    +        full_env: Environment | None,
    +        installer: _InstallerTypeT[_DistributionT],
    +        fallback: bool = True,
    +    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
    +    @overload
    +    def find_plugins(
    +        self,
    +        plugin_env: Environment,
    +        full_env: Environment | None = None,
    +        *,
    +        installer: _InstallerTypeT[_DistributionT],
    +        fallback: bool = True,
    +    ) -> tuple[list[_DistributionT], dict[Distribution, Exception]]: ...
    +    @overload
    +    def find_plugins(
    +        self,
    +        plugin_env: Environment,
    +        full_env: Environment | None = None,
    +        installer: _InstallerType | None = None,
    +        fallback: bool = True,
    +    ) -> tuple[list[Distribution], dict[Distribution, Exception]]: ...
    +    def find_plugins(
    +        self,
    +        plugin_env: Environment,
    +        full_env: Environment | None = None,
    +        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
    +        fallback: bool = True,
    +    ) -> tuple[
    +        list[Distribution] | list[_DistributionT],
    +        dict[Distribution, Exception],
    +    ]:
    +        """Find all activatable distributions in `plugin_env`
    +
    +        Example usage::
    +
    +            distributions, errors = working_set.find_plugins(
    +                Environment(plugin_dirlist)
    +            )
    +            # add plugins+libs to sys.path
    +            map(working_set.add, distributions)
    +            # display errors
    +            print('Could not load', errors)
    +
    +        The `plugin_env` should be an ``Environment`` instance that contains
    +        only distributions that are in the project's "plugin directory" or
    +        directories. The `full_env`, if supplied, should be an ``Environment``
    +        contains all currently-available distributions.  If `full_env` is not
    +        supplied, one is created automatically from the ``WorkingSet`` this
    +        method is called on, which will typically mean that every directory on
    +        ``sys.path`` will be scanned for distributions.
    +
    +        `installer` is a standard installer callback as used by the
    +        ``resolve()`` method. The `fallback` flag indicates whether we should
    +        attempt to resolve older versions of a plugin if the newest version
    +        cannot be resolved.
    +
    +        This method returns a 2-tuple: (`distributions`, `error_info`), where
    +        `distributions` is a list of the distributions found in `plugin_env`
    +        that were loadable, along with any other distributions that are needed
    +        to resolve their dependencies.  `error_info` is a dictionary mapping
    +        unloadable plugin distributions to an exception instance describing the
    +        error that occurred. Usually this will be a ``DistributionNotFound`` or
    +        ``VersionConflict`` instance.
    +        """
    +
    +        plugin_projects = list(plugin_env)
    +        # scan project names in alphabetic order
    +        plugin_projects.sort()
    +
    +        error_info: dict[Distribution, Exception] = {}
    +        distributions: dict[Distribution, Exception | None] = {}
    +
    +        if full_env is None:
    +            env = Environment(self.entries)
    +            env += plugin_env
    +        else:
    +            env = full_env + plugin_env
    +
    +        shadow_set = self.__class__([])
    +        # put all our entries in shadow_set
    +        list(map(shadow_set.add, self))
    +
    +        for project_name in plugin_projects:
    +            for dist in plugin_env[project_name]:
    +                req = [dist.as_requirement()]
    +
    +                try:
    +                    resolvees = shadow_set.resolve(req, env, installer)
    +
    +                except ResolutionError as v:
    +                    # save error info
    +                    error_info[dist] = v
    +                    if fallback:
    +                        # try the next older version of project
    +                        continue
    +                    else:
    +                        # give up on this project, keep going
    +                        break
    +
    +                else:
    +                    list(map(shadow_set.add, resolvees))
    +                    distributions.update(dict.fromkeys(resolvees))
    +
    +                    # success, no need to try any more versions of this project
    +                    break
    +
    +        sorted_distributions = list(distributions)
    +        sorted_distributions.sort()
    +
    +        return sorted_distributions, error_info
    +
    +    def require(self, *requirements: _NestedStr):
    +        """Ensure that distributions matching `requirements` are activated
    +
    +        `requirements` must be a string or a (possibly-nested) sequence
    +        thereof, specifying the distributions and versions required.  The
    +        return value is a sequence of the distributions that needed to be
    +        activated to fulfill the requirements; all relevant distributions are
    +        included, even if they were already activated in this working set.
    +        """
    +        needed = self.resolve(parse_requirements(requirements))
    +
    +        for dist in needed:
    +            self.add(dist)
    +
    +        return needed
    +
    +    def subscribe(
    +        self, callback: Callable[[Distribution], object], existing: bool = True
    +    ):
    +        """Invoke `callback` for all distributions
    +
    +        If `existing=True` (default),
    +        call on all existing ones, as well.
    +        """
    +        if callback in self.callbacks:
    +            return
    +        self.callbacks.append(callback)
    +        if not existing:
    +            return
    +        for dist in self:
    +            callback(dist)
    +
    +    def _added_new(self, dist):
    +        for callback in self.callbacks:
    +            callback(dist)
    +
    +    def __getstate__(self):
    +        return (
    +            self.entries[:],
    +            self.entry_keys.copy(),
    +            self.by_key.copy(),
    +            self.normalized_to_canonical_keys.copy(),
    +            self.callbacks[:],
    +        )
    +
    +    def __setstate__(self, e_k_b_n_c):
    +        entries, keys, by_key, normalized_to_canonical_keys, callbacks = e_k_b_n_c
    +        self.entries = entries[:]
    +        self.entry_keys = keys.copy()
    +        self.by_key = by_key.copy()
    +        self.normalized_to_canonical_keys = normalized_to_canonical_keys.copy()
    +        self.callbacks = callbacks[:]
    +
    +
    +class _ReqExtras(Dict["Requirement", Tuple[str, ...]]):
    +    """
    +    Map each requirement to the extras that demanded it.
    +    """
    +
    +    def markers_pass(self, req: Requirement, extras: tuple[str, ...] | None = None):
    +        """
    +        Evaluate markers for req against each extra that
    +        demanded it.
    +
    +        Return False if the req has a marker and fails
    +        evaluation. Otherwise, return True.
    +        """
    +        extra_evals = (
    +            req.marker.evaluate({'extra': extra})
    +            for extra in self.get(req, ()) + (extras or (None,))
    +        )
    +        return not req.marker or any(extra_evals)
    +
    +
    +class Environment:
    +    """Searchable snapshot of distributions on a search path"""
    +
    +    def __init__(
    +        self,
    +        search_path: Iterable[str] | None = None,
    +        platform: str | None = get_supported_platform(),
    +        python: str | None = PY_MAJOR,
    +    ):
    +        """Snapshot distributions available on a search path
    +
    +        Any distributions found on `search_path` are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.
    +
    +        `platform` is an optional string specifying the name of the platform
    +        that platform-specific distributions must be compatible with.  If
    +        unspecified, it defaults to the current platform.  `python` is an
    +        optional string naming the desired version of Python (e.g. ``'3.6'``);
    +        it defaults to the current version.
    +
    +        You may explicitly set `platform` (and/or `python`) to ``None`` if you
    +        wish to map *all* distributions, not just those compatible with the
    +        running platform or Python version.
    +        """
    +        self._distmap = {}
    +        self.platform = platform
    +        self.python = python
    +        self.scan(search_path)
    +
    +    def can_add(self, dist: Distribution):
    +        """Is distribution `dist` acceptable for this environment?
    +
    +        The distribution must match the platform and python version
    +        requirements specified when this environment was created, or False
    +        is returned.
    +        """
    +        py_compat = (
    +            self.python is None
    +            or dist.py_version is None
    +            or dist.py_version == self.python
    +        )
    +        return py_compat and compatible_platforms(dist.platform, self.platform)
    +
    +    def remove(self, dist: Distribution):
    +        """Remove `dist` from the environment"""
    +        self._distmap[dist.key].remove(dist)
    +
    +    def scan(self, search_path: Iterable[str] | None = None):
    +        """Scan `search_path` for distributions usable in this environment
    +
    +        Any distributions found are added to the environment.
    +        `search_path` should be a sequence of ``sys.path`` items.  If not
    +        supplied, ``sys.path`` is used.  Only distributions conforming to
    +        the platform/python version defined at initialization are added.
    +        """
    +        if search_path is None:
    +            search_path = sys.path
    +
    +        for item in search_path:
    +            for dist in find_distributions(item):
    +                self.add(dist)
    +
    +    def __getitem__(self, project_name: str) -> list[Distribution]:
    +        """Return a newest-to-oldest list of distributions for `project_name`
    +
    +        Uses case-insensitive `project_name` comparison, assuming all the
    +        project's distributions use their project's name converted to all
    +        lowercase as their key.
    +
    +        """
    +        distribution_key = project_name.lower()
    +        return self._distmap.get(distribution_key, [])
    +
    +    def add(self, dist: Distribution):
    +        """Add `dist` if we ``can_add()`` it and it has not already been added"""
    +        if self.can_add(dist) and dist.has_version():
    +            dists = self._distmap.setdefault(dist.key, [])
    +            if dist not in dists:
    +                dists.append(dist)
    +                dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)
    +
    +    @overload
    +    def best_match(
    +        self,
    +        req: Requirement,
    +        working_set: WorkingSet,
    +        installer: _InstallerTypeT[_DistributionT],
    +        replace_conflicting: bool = False,
    +    ) -> _DistributionT: ...
    +    @overload
    +    def best_match(
    +        self,
    +        req: Requirement,
    +        working_set: WorkingSet,
    +        installer: _InstallerType | None = None,
    +        replace_conflicting: bool = False,
    +    ) -> Distribution | None: ...
    +    def best_match(
    +        self,
    +        req: Requirement,
    +        working_set: WorkingSet,
    +        installer: _InstallerType | None | _InstallerTypeT[_DistributionT] = None,
    +        replace_conflicting: bool = False,
    +    ) -> Distribution | None:
    +        """Find distribution best matching `req` and usable on `working_set`
    +
    +        This calls the ``find(req)`` method of the `working_set` to see if a
    +        suitable distribution is already active.  (This may raise
    +        ``VersionConflict`` if an unsuitable version of the project is already
    +        active in the specified `working_set`.)  If a suitable distribution
    +        isn't active, this method returns the newest distribution in the
    +        environment that meets the ``Requirement`` in `req`.  If no suitable
    +        distribution is found, and `installer` is supplied, then the result of
    +        calling the environment's ``obtain(req, installer)`` method will be
    +        returned.
    +        """
    +        try:
    +            dist = working_set.find(req)
    +        except VersionConflict:
    +            if not replace_conflicting:
    +                raise
    +            dist = None
    +        if dist is not None:
    +            return dist
    +        for dist in self[req.key]:
    +            if dist in req:
    +                return dist
    +        # try to download/install
    +        return self.obtain(req, installer)
    +
    +    @overload
    +    def obtain(
    +        self,
    +        requirement: Requirement,
    +        installer: _InstallerTypeT[_DistributionT],
    +    ) -> _DistributionT: ...
    +    @overload
    +    def obtain(
    +        self,
    +        requirement: Requirement,
    +        installer: Callable[[Requirement], None] | None = None,
    +    ) -> None: ...
    +    @overload
    +    def obtain(
    +        self,
    +        requirement: Requirement,
    +        installer: _InstallerType | None = None,
    +    ) -> Distribution | None: ...
    +    def obtain(
    +        self,
    +        requirement: Requirement,
    +        installer: Callable[[Requirement], None]
    +        | _InstallerType
    +        | None
    +        | _InstallerTypeT[_DistributionT] = None,
    +    ) -> Distribution | None:
    +        """Obtain a distribution matching `requirement` (e.g. via download)
    +
    +        Obtain a distro that matches requirement (e.g. via download).  In the
    +        base ``Environment`` class, this routine just returns
    +        ``installer(requirement)``, unless `installer` is None, in which case
    +        None is returned instead.  This method is a hook that allows subclasses
    +        to attempt other ways of obtaining a distribution before falling back
    +        to the `installer` argument."""
    +        return installer(requirement) if installer else None
    +
    +    def __iter__(self) -> Iterator[str]:
    +        """Yield the unique project names of the available distributions"""
    +        for key in self._distmap.keys():
    +            if self[key]:
    +                yield key
    +
    +    def __iadd__(self, other: Distribution | Environment):
    +        """In-place addition of a distribution or environment"""
    +        if isinstance(other, Distribution):
    +            self.add(other)
    +        elif isinstance(other, Environment):
    +            for project in other:
    +                for dist in other[project]:
    +                    self.add(dist)
    +        else:
    +            raise TypeError("Can't add %r to environment" % (other,))
    +        return self
    +
    +    def __add__(self, other: Distribution | Environment):
    +        """Add an environment or distribution to an environment"""
    +        new = self.__class__([], platform=None, python=None)
    +        for env in self, other:
    +            new += env
    +        return new
    +
    +
    +# XXX backward compatibility
    +AvailableDistributions = Environment
    +
    +
    +class ExtractionError(RuntimeError):
    +    """An error occurred extracting a resource
    +
    +    The following attributes are available from instances of this exception:
    +
    +    manager
    +        The resource manager that raised this exception
    +
    +    cache_path
    +        The base directory for resource extraction
    +
    +    original_error
    +        The exception instance that caused extraction to fail
    +    """
    +
    +    manager: ResourceManager
    +    cache_path: str
    +    original_error: BaseException | None
    +
    +
    +class ResourceManager:
    +    """Manage resource extraction and packages"""
    +
    +    extraction_path: str | None = None
    +
    +    def __init__(self):
    +        self.cached_files = {}
    +
    +    def resource_exists(self, package_or_requirement: _PkgReqType, resource_name: str):
    +        """Does the named resource exist?"""
    +        return get_provider(package_or_requirement).has_resource(resource_name)
    +
    +    def resource_isdir(self, package_or_requirement: _PkgReqType, resource_name: str):
    +        """Is the named resource an existing directory?"""
    +        return get_provider(package_or_requirement).resource_isdir(resource_name)
    +
    +    def resource_filename(
    +        self, package_or_requirement: _PkgReqType, resource_name: str
    +    ):
    +        """Return a true filesystem path for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_filename(
    +            self, resource_name
    +        )
    +
    +    def resource_stream(self, package_or_requirement: _PkgReqType, resource_name: str):
    +        """Return a readable file-like object for specified resource"""
    +        return get_provider(package_or_requirement).get_resource_stream(
    +            self, resource_name
    +        )
    +
    +    def resource_string(
    +        self, package_or_requirement: _PkgReqType, resource_name: str
    +    ) -> bytes:
    +        """Return specified resource as :obj:`bytes`"""
    +        return get_provider(package_or_requirement).get_resource_string(
    +            self, resource_name
    +        )
    +
    +    def resource_listdir(self, package_or_requirement: _PkgReqType, resource_name: str):
    +        """List the contents of the named resource directory"""
    +        return get_provider(package_or_requirement).resource_listdir(resource_name)
    +
    +    def extraction_error(self) -> NoReturn:
    +        """Give an error message for problems extracting file(s)"""
    +
    +        old_exc = sys.exc_info()[1]
    +        cache_path = self.extraction_path or get_default_cache()
    +
    +        tmpl = textwrap.dedent(
    +            """
    +            Can't extract file(s) to egg cache
    +
    +            The following error occurred while trying to extract file(s)
    +            to the Python egg cache:
    +
    +              {old_exc}
    +
    +            The Python egg cache directory is currently set to:
    +
    +              {cache_path}
    +
    +            Perhaps your account does not have write access to this directory?
    +            You can change the cache directory by setting the PYTHON_EGG_CACHE
    +            environment variable to point to an accessible directory.
    +            """
    +        ).lstrip()
    +        err = ExtractionError(tmpl.format(**locals()))
    +        err.manager = self
    +        err.cache_path = cache_path
    +        err.original_error = old_exc
    +        raise err
    +
    +    def get_cache_path(self, archive_name: str, names: Iterable[StrPath] = ()):
    +        """Return absolute location in cache for `archive_name` and `names`
    +
    +        The parent directory of the resulting path will be created if it does
    +        not already exist.  `archive_name` should be the base filename of the
    +        enclosing egg (which may not be the name of the enclosing zipfile!),
    +        including its ".egg" extension.  `names`, if provided, should be a
    +        sequence of path name parts "under" the egg's extraction location.
    +
    +        This method should only be called by resource providers that need to
    +        obtain an extraction location, and only for names they intend to
    +        extract, as it tracks the generated names for possible cleanup later.
    +        """
    +        extract_path = self.extraction_path or get_default_cache()
    +        target_path = os.path.join(extract_path, archive_name + '-tmp', *names)
    +        try:
    +            _bypass_ensure_directory(target_path)
    +        except Exception:
    +            self.extraction_error()
    +
    +        self._warn_unsafe_extraction_path(extract_path)
    +
    +        self.cached_files[target_path] = True
    +        return target_path
    +
    +    @staticmethod
    +    def _warn_unsafe_extraction_path(path):
    +        """
    +        If the default extraction path is overridden and set to an insecure
    +        location, such as /tmp, it opens up an opportunity for an attacker to
    +        replace an extracted file with an unauthorized payload. Warn the user
    +        if a known insecure location is used.
    +
    +        See Distribute #375 for more details.
    +        """
    +        if os.name == 'nt' and not path.startswith(os.environ['windir']):
    +            # On Windows, permissions are generally restrictive by default
    +            #  and temp directories are not writable by other users, so
    +            #  bypass the warning.
    +            return
    +        mode = os.stat(path).st_mode
    +        if mode & stat.S_IWOTH or mode & stat.S_IWGRP:
    +            msg = (
    +                "Extraction path is writable by group/others "
    +                "and vulnerable to attack when "
    +                "used with get_resource_filename ({path}). "
    +                "Consider a more secure "
    +                "location (set with .set_extraction_path or the "
    +                "PYTHON_EGG_CACHE environment variable)."
    +            ).format(**locals())
    +            warnings.warn(msg, UserWarning)
    +
    +    def postprocess(self, tempname: StrOrBytesPath, filename: StrOrBytesPath):
    +        """Perform any platform-specific postprocessing of `tempname`
    +
    +        This is where Mac header rewrites should be done; other platforms don't
    +        have anything special they should do.
    +
    +        Resource providers should call this method ONLY after successfully
    +        extracting a compressed resource.  They must NOT call it on resources
    +        that are already in the filesystem.
    +
    +        `tempname` is the current (temporary) name of the file, and `filename`
    +        is the name it will be renamed to by the caller after this routine
    +        returns.
    +        """
    +
    +        if os.name == 'posix':
    +            # Make the resource executable
    +            mode = ((os.stat(tempname).st_mode) | 0o555) & 0o7777
    +            os.chmod(tempname, mode)
    +
    +    def set_extraction_path(self, path: str):
    +        """Set the base path where resources will be extracted to, if needed.
    +
    +        If you do not call this routine before any extractions take place, the
    +        path defaults to the return value of ``get_default_cache()``.  (Which
    +        is based on the ``PYTHON_EGG_CACHE`` environment variable, with various
    +        platform-specific fallbacks.  See that routine's documentation for more
    +        details.)
    +
    +        Resources are extracted to subdirectories of this path based upon
    +        information given by the ``IResourceProvider``.  You may set this to a
    +        temporary directory, but then you must call ``cleanup_resources()`` to
    +        delete the extracted files when done.  There is no guarantee that
    +        ``cleanup_resources()`` will be able to remove all extracted files.
    +
    +        (Note: you may not change the extraction path for a given resource
    +        manager once resources have been extracted, unless you first call
    +        ``cleanup_resources()``.)
    +        """
    +        if self.cached_files:
    +            raise ValueError("Can't change extraction path, files already extracted")
    +
    +        self.extraction_path = path
    +
    +    def cleanup_resources(self, force: bool = False) -> list[str]:
    +        """
    +        Delete all extracted resource files and directories, returning a list
    +        of the file and directory names that could not be successfully removed.
    +        This function does not have any concurrency protection, so it should
    +        generally only be called when the extraction path is a temporary
    +        directory exclusive to a single process.  This method is not
    +        automatically called; you must call it explicitly or register it as an
    +        ``atexit`` function if you wish to ensure cleanup of a temporary
    +        directory used for extractions.
    +        """
    +        # XXX
    +        return []
    +
    +
    +def get_default_cache() -> str:
    +    """
    +    Return the ``PYTHON_EGG_CACHE`` environment variable
    +    or a platform-relevant user cache dir for an app
    +    named "Python-Eggs".
    +    """
    +    return os.environ.get('PYTHON_EGG_CACHE') or _user_cache_dir(appname='Python-Eggs')
    +
    +
    +def safe_name(name: str):
    +    """Convert an arbitrary string to a standard distribution name
    +
    +    Any runs of non-alphanumeric/. characters are replaced with a single '-'.
    +    """
    +    return re.sub('[^A-Za-z0-9.]+', '-', name)
    +
    +
    +def safe_version(version: str):
    +    """
    +    Convert an arbitrary string to a standard version string
    +    """
    +    try:
    +        # normalize the version
    +        return str(_packaging_version.Version(version))
    +    except _packaging_version.InvalidVersion:
    +        version = version.replace(' ', '.')
    +        return re.sub('[^A-Za-z0-9.]+', '-', version)
    +
    +
    +def _forgiving_version(version):
    +    """Fallback when ``safe_version`` is not safe enough
    +    >>> parse_version(_forgiving_version('0.23ubuntu1'))
    +    
    +    >>> parse_version(_forgiving_version('0.23-'))
    +    
    +    >>> parse_version(_forgiving_version('0.-_'))
    +    
    +    >>> parse_version(_forgiving_version('42.+?1'))
    +    
    +    >>> parse_version(_forgiving_version('hello world'))
    +    
    +    """
    +    version = version.replace(' ', '.')
    +    match = _PEP440_FALLBACK.search(version)
    +    if match:
    +        safe = match["safe"]
    +        rest = version[len(safe) :]
    +    else:
    +        safe = "0"
    +        rest = version
    +    local = f"sanitized.{_safe_segment(rest)}".strip(".")
    +    return f"{safe}.dev0+{local}"
    +
    +
    +def _safe_segment(segment):
    +    """Convert an arbitrary string into a safe segment"""
    +    segment = re.sub('[^A-Za-z0-9.]+', '-', segment)
    +    segment = re.sub('-[^A-Za-z0-9]+', '-', segment)
    +    return re.sub(r'\.[^A-Za-z0-9]+', '.', segment).strip(".-")
    +
    +
    +def safe_extra(extra: str):
    +    """Convert an arbitrary string to a standard 'extra' name
    +
    +    Any runs of non-alphanumeric characters are replaced with a single '_',
    +    and the result is always lowercased.
    +    """
    +    return re.sub('[^A-Za-z0-9.-]+', '_', extra).lower()
    +
    +
    +def to_filename(name: str):
    +    """Convert a project or version name to its filename-escaped form
    +
    +    Any '-' characters are currently replaced with '_'.
    +    """
    +    return name.replace('-', '_')
    +
    +
    +def invalid_marker(text: str):
    +    """
    +    Validate text as a PEP 508 environment marker; return an exception
    +    if invalid or False otherwise.
    +    """
    +    try:
    +        evaluate_marker(text)
    +    except SyntaxError as e:
    +        e.filename = None
    +        e.lineno = None
    +        return e
    +    return False
    +
    +
    +def evaluate_marker(text: str, extra: str | None = None) -> bool:
    +    """
    +    Evaluate a PEP 508 environment marker.
    +    Return a boolean indicating the marker result in this environment.
    +    Raise SyntaxError if marker is invalid.
    +
    +    This implementation uses the 'pyparsing' module.
    +    """
    +    try:
    +        marker = _packaging_markers.Marker(text)
    +        return marker.evaluate()
    +    except _packaging_markers.InvalidMarker as e:
    +        raise SyntaxError(e) from e
    +
    +
    +class NullProvider:
    +    """Try to implement resources and metadata for arbitrary PEP 302 loaders"""
    +
    +    egg_name: str | None = None
    +    egg_info: str | None = None
    +    loader: _LoaderProtocol | None = None
    +
    +    def __init__(self, module: _ModuleLike):
    +        self.loader = getattr(module, '__loader__', None)
    +        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
    +
    +    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
    +        return self._fn(self.module_path, resource_name)
    +
    +    def get_resource_stream(self, manager: ResourceManager, resource_name: str):
    +        return io.BytesIO(self.get_resource_string(manager, resource_name))
    +
    +    def get_resource_string(
    +        self, manager: ResourceManager, resource_name: str
    +    ) -> bytes:
    +        return self._get(self._fn(self.module_path, resource_name))
    +
    +    def has_resource(self, resource_name: str):
    +        return self._has(self._fn(self.module_path, resource_name))
    +
    +    def _get_metadata_path(self, name):
    +        return self._fn(self.egg_info, name)
    +
    +    def has_metadata(self, name: str) -> bool:
    +        if not self.egg_info:
    +            return False
    +
    +        path = self._get_metadata_path(name)
    +        return self._has(path)
    +
    +    def get_metadata(self, name: str):
    +        if not self.egg_info:
    +            return ""
    +        path = self._get_metadata_path(name)
    +        value = self._get(path)
    +        try:
    +            return value.decode('utf-8')
    +        except UnicodeDecodeError as exc:
    +            # Include the path in the error message to simplify
    +            # troubleshooting, and without changing the exception type.
    +            exc.reason += ' in {} file at path: {}'.format(name, path)
    +            raise
    +
    +    def get_metadata_lines(self, name: str) -> Iterator[str]:
    +        return yield_lines(self.get_metadata(name))
    +
    +    def resource_isdir(self, resource_name: str):
    +        return self._isdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_isdir(self, name: str) -> bool:
    +        return bool(self.egg_info and self._isdir(self._fn(self.egg_info, name)))
    +
    +    def resource_listdir(self, resource_name: str):
    +        return self._listdir(self._fn(self.module_path, resource_name))
    +
    +    def metadata_listdir(self, name: str) -> list[str]:
    +        if self.egg_info:
    +            return self._listdir(self._fn(self.egg_info, name))
    +        return []
    +
    +    def run_script(self, script_name: str, namespace: dict[str, Any]):
    +        script = 'scripts/' + script_name
    +        if not self.has_metadata(script):
    +            raise ResolutionError(
    +                "Script {script!r} not found in metadata at {self.egg_info!r}".format(
    +                    **locals()
    +                ),
    +            )
    +
    +        script_text = self.get_metadata(script).replace('\r\n', '\n')
    +        script_text = script_text.replace('\r', '\n')
    +        script_filename = self._fn(self.egg_info, script)
    +        namespace['__file__'] = script_filename
    +        if os.path.exists(script_filename):
    +            source = _read_utf8_with_fallback(script_filename)
    +            code = compile(source, script_filename, 'exec')
    +            exec(code, namespace, namespace)
    +        else:
    +            from linecache import cache
    +
    +            cache[script_filename] = (
    +                len(script_text),
    +                0,
    +                script_text.split('\n'),
    +                script_filename,
    +            )
    +            script_code = compile(script_text, script_filename, 'exec')
    +            exec(script_code, namespace, namespace)
    +
    +    def _has(self, path) -> bool:
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _isdir(self, path) -> bool:
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _listdir(self, path) -> list[str]:
    +        raise NotImplementedError(
    +            "Can't perform this operation for unregistered loader type"
    +        )
    +
    +    def _fn(self, base: str | None, resource_name: str):
    +        if base is None:
    +            raise TypeError(
    +                "`base` parameter in `_fn` is `None`. Either override this method or check the parameter first."
    +            )
    +        self._validate_resource_path(resource_name)
    +        if resource_name:
    +            return os.path.join(base, *resource_name.split('/'))
    +        return base
    +
    +    @staticmethod
    +    def _validate_resource_path(path):
    +        """
    +        Validate the resource paths according to the docs.
    +        https://setuptools.pypa.io/en/latest/pkg_resources.html#basic-resource-access
    +
    +        >>> warned = getfixture('recwarn')
    +        >>> warnings.simplefilter('always')
    +        >>> vrp = NullProvider._validate_resource_path
    +        >>> vrp('foo/bar.txt')
    +        >>> bool(warned)
    +        False
    +        >>> vrp('../foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('/foo/bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> vrp('foo/../../bar.txt')
    +        >>> bool(warned)
    +        True
    +        >>> warned.clear()
    +        >>> vrp('foo/f../bar.txt')
    +        >>> bool(warned)
    +        False
    +
    +        Windows path separators are straight-up disallowed.
    +        >>> vrp(r'\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        >>> vrp(r'C:\\foo/bar.txt')
    +        Traceback (most recent call last):
    +        ...
    +        ValueError: Use of .. or absolute path in a resource path \
    +is not allowed.
    +
    +        Blank values are allowed
    +
    +        >>> vrp('')
    +        >>> bool(warned)
    +        False
    +
    +        Non-string values are not.
    +
    +        >>> vrp(None)
    +        Traceback (most recent call last):
    +        ...
    +        AttributeError: ...
    +        """
    +        invalid = (
    +            os.path.pardir in path.split(posixpath.sep)
    +            or posixpath.isabs(path)
    +            or ntpath.isabs(path)
    +            or path.startswith("\\")
    +        )
    +        if not invalid:
    +            return
    +
    +        msg = "Use of .. or absolute path in a resource path is not allowed."
    +
    +        # Aggressively disallow Windows absolute paths
    +        if (path.startswith("\\") or ntpath.isabs(path)) and not posixpath.isabs(path):
    +            raise ValueError(msg)
    +
    +        # for compatibility, warn; in future
    +        # raise ValueError(msg)
    +        issue_warning(
    +            msg[:-1] + " and will raise exceptions in a future release.",
    +            DeprecationWarning,
    +        )
    +
    +    def _get(self, path) -> bytes:
    +        if hasattr(self.loader, 'get_data') and self.loader:
    +            # Already checked get_data exists
    +            return self.loader.get_data(path)  # type: ignore[attr-defined]
    +        raise NotImplementedError(
    +            "Can't perform this operation for loaders without 'get_data()'"
    +        )
    +
    +
    +register_loader_type(object, NullProvider)
    +
    +
    +def _parents(path):
    +    """
    +    yield all parents of path including path
    +    """
    +    last = None
    +    while path != last:
    +        yield path
    +        last = path
    +        path, _ = os.path.split(path)
    +
    +
    +class EggProvider(NullProvider):
    +    """Provider based on a virtual filesystem"""
    +
    +    def __init__(self, module: _ModuleLike):
    +        super().__init__(module)
    +        self._setup_prefix()
    +
    +    def _setup_prefix(self):
    +        # Assume that metadata may be nested inside a "basket"
    +        # of multiple eggs and use module_path instead of .archive.
    +        eggs = filter(_is_egg_path, _parents(self.module_path))
    +        egg = next(eggs, None)
    +        egg and self._set_egg(egg)
    +
    +    def _set_egg(self, path: str):
    +        self.egg_name = os.path.basename(path)
    +        self.egg_info = os.path.join(path, 'EGG-INFO')
    +        self.egg_root = path
    +
    +
    +class DefaultProvider(EggProvider):
    +    """Provides access to package resources in the filesystem"""
    +
    +    def _has(self, path) -> bool:
    +        return os.path.exists(path)
    +
    +    def _isdir(self, path) -> bool:
    +        return os.path.isdir(path)
    +
    +    def _listdir(self, path):
    +        return os.listdir(path)
    +
    +    def get_resource_stream(self, manager: object, resource_name: str):
    +        return open(self._fn(self.module_path, resource_name), 'rb')
    +
    +    def _get(self, path) -> bytes:
    +        with open(path, 'rb') as stream:
    +            return stream.read()
    +
    +    @classmethod
    +    def _register(cls):
    +        loader_names = (
    +            'SourceFileLoader',
    +            'SourcelessFileLoader',
    +        )
    +        for name in loader_names:
    +            loader_cls = getattr(importlib.machinery, name, type(None))
    +            register_loader_type(loader_cls, cls)
    +
    +
    +DefaultProvider._register()
    +
    +
    +class EmptyProvider(NullProvider):
    +    """Provider that returns nothing for all requests"""
    +
    +    # A special case, we don't want all Providers inheriting from NullProvider to have a potentially None module_path
    +    module_path: str | None = None  # type: ignore[assignment]
    +
    +    _isdir = _has = lambda self, path: False
    +
    +    def _get(self, path) -> bytes:
    +        return b''
    +
    +    def _listdir(self, path):
    +        return []
    +
    +    def __init__(self):
    +        pass
    +
    +
    +empty_provider = EmptyProvider()
    +
    +
    +class ZipManifests(Dict[str, "MemoizedZipManifests.manifest_mod"]):
    +    """
    +    zip manifest builder
    +    """
    +
    +    # `path` could be `StrPath | IO[bytes]` but that violates the LSP for `MemoizedZipManifests.load`
    +    @classmethod
    +    def build(cls, path: str):
    +        """
    +        Build a dictionary similar to the zipimport directory
    +        caches, except instead of tuples, store ZipInfo objects.
    +
    +        Use a platform-specific path separator (os.sep) for the path keys
    +        for compatibility with pypy on Windows.
    +        """
    +        with zipfile.ZipFile(path) as zfile:
    +            items = (
    +                (
    +                    name.replace('/', os.sep),
    +                    zfile.getinfo(name),
    +                )
    +                for name in zfile.namelist()
    +            )
    +            return dict(items)
    +
    +    load = build
    +
    +
    +class MemoizedZipManifests(ZipManifests):
    +    """
    +    Memoized zipfile manifests.
    +    """
    +
    +    class manifest_mod(NamedTuple):
    +        manifest: dict[str, zipfile.ZipInfo]
    +        mtime: float
    +
    +    def load(self, path: str) -> dict[str, zipfile.ZipInfo]:  # type: ignore[override] # ZipManifests.load is a classmethod
    +        """
    +        Load a manifest at path or return a suitable manifest already loaded.
    +        """
    +        path = os.path.normpath(path)
    +        mtime = os.stat(path).st_mtime
    +
    +        if path not in self or self[path].mtime != mtime:
    +            manifest = self.build(path)
    +            self[path] = self.manifest_mod(manifest, mtime)
    +
    +        return self[path].manifest
    +
    +
    +class ZipProvider(EggProvider):
    +    """Resource support for zips and eggs"""
    +
    +    eagers: list[str] | None = None
    +    _zip_manifests = MemoizedZipManifests()
    +    # ZipProvider's loader should always be a zipimporter or equivalent
    +    loader: zipimport.zipimporter
    +
    +    def __init__(self, module: _ZipLoaderModule):
    +        super().__init__(module)
    +        self.zip_pre = self.loader.archive + os.sep
    +
    +    def _zipinfo_name(self, fspath):
    +        # Convert a virtual filename (full path to file) into a zipfile subpath
    +        # usable with the zipimport directory cache for our target archive
    +        fspath = fspath.rstrip(os.sep)
    +        if fspath == self.loader.archive:
    +            return ''
    +        if fspath.startswith(self.zip_pre):
    +            return fspath[len(self.zip_pre) :]
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.zip_pre))
    +
    +    def _parts(self, zip_path):
    +        # Convert a zipfile subpath into an egg-relative path part list.
    +        # pseudo-fs path
    +        fspath = self.zip_pre + zip_path
    +        if fspath.startswith(self.egg_root + os.sep):
    +            return fspath[len(self.egg_root) + 1 :].split(os.sep)
    +        raise AssertionError("%s is not a subpath of %s" % (fspath, self.egg_root))
    +
    +    @property
    +    def zipinfo(self):
    +        return self._zip_manifests.load(self.loader.archive)
    +
    +    def get_resource_filename(self, manager: ResourceManager, resource_name: str):
    +        if not self.egg_name:
    +            raise NotImplementedError(
    +                "resource_filename() only supported for .egg, not .zip"
    +            )
    +        # no need to lock for extraction, since we use temp names
    +        zip_path = self._resource_to_zip(resource_name)
    +        eagers = self._get_eager_resources()
    +        if '/'.join(self._parts(zip_path)) in eagers:
    +            for name in eagers:
    +                self._extract_resource(manager, self._eager_to_zip(name))
    +        return self._extract_resource(manager, zip_path)
    +
    +    @staticmethod
    +    def _get_date_and_size(zip_stat):
    +        size = zip_stat.file_size
    +        # ymdhms+wday, yday, dst
    +        date_time = zip_stat.date_time + (0, 0, -1)
    +        # 1980 offset already done
    +        timestamp = time.mktime(date_time)
    +        return timestamp, size
    +
    +    # FIXME: 'ZipProvider._extract_resource' is too complex (12)
    +    def _extract_resource(self, manager: ResourceManager, zip_path) -> str:  # noqa: C901
    +        if zip_path in self._index():
    +            for name in self._index()[zip_path]:
    +                last = self._extract_resource(manager, os.path.join(zip_path, name))
    +            # return the extracted directory name
    +            return os.path.dirname(last)
    +
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +
    +        if not WRITE_SUPPORT:
    +            raise OSError(
    +                '"os.rename" and "os.unlink" are not supported on this platform'
    +            )
    +        try:
    +            if not self.egg_name:
    +                raise OSError(
    +                    '"egg_name" is empty. This likely means no egg could be found from the "module_path".'
    +                )
    +            real_path = manager.get_cache_path(self.egg_name, self._parts(zip_path))
    +
    +            if self._is_current(real_path, zip_path):
    +                return real_path
    +
    +            outf, tmpnam = _mkstemp(
    +                ".$extract",
    +                dir=os.path.dirname(real_path),
    +            )
    +            os.write(outf, self.loader.get_data(zip_path))
    +            os.close(outf)
    +            utime(tmpnam, (timestamp, timestamp))
    +            manager.postprocess(tmpnam, real_path)
    +
    +            try:
    +                rename(tmpnam, real_path)
    +
    +            except OSError:
    +                if os.path.isfile(real_path):
    +                    if self._is_current(real_path, zip_path):
    +                        # the file became current since it was checked above,
    +                        #  so proceed.
    +                        return real_path
    +                    # Windows, del old file and retry
    +                    elif os.name == 'nt':
    +                        unlink(real_path)
    +                        rename(tmpnam, real_path)
    +                        return real_path
    +                raise
    +
    +        except OSError:
    +            # report a user-friendly error
    +            manager.extraction_error()
    +
    +        return real_path
    +
    +    def _is_current(self, file_path, zip_path):
    +        """
    +        Return True if the file_path is current for this zip_path
    +        """
    +        timestamp, size = self._get_date_and_size(self.zipinfo[zip_path])
    +        if not os.path.isfile(file_path):
    +            return False
    +        stat = os.stat(file_path)
    +        if stat.st_size != size or stat.st_mtime != timestamp:
    +            return False
    +        # check that the contents match
    +        zip_contents = self.loader.get_data(zip_path)
    +        with open(file_path, 'rb') as f:
    +            file_contents = f.read()
    +        return zip_contents == file_contents
    +
    +    def _get_eager_resources(self):
    +        if self.eagers is None:
    +            eagers = []
    +            for name in ('native_libs.txt', 'eager_resources.txt'):
    +                if self.has_metadata(name):
    +                    eagers.extend(self.get_metadata_lines(name))
    +            self.eagers = eagers
    +        return self.eagers
    +
    +    def _index(self):
    +        try:
    +            return self._dirindex
    +        except AttributeError:
    +            ind = {}
    +            for path in self.zipinfo:
    +                parts = path.split(os.sep)
    +                while parts:
    +                    parent = os.sep.join(parts[:-1])
    +                    if parent in ind:
    +                        ind[parent].append(parts[-1])
    +                        break
    +                    else:
    +                        ind[parent] = [parts.pop()]
    +            self._dirindex = ind
    +            return ind
    +
    +    def _has(self, fspath) -> bool:
    +        zip_path = self._zipinfo_name(fspath)
    +        return zip_path in self.zipinfo or zip_path in self._index()
    +
    +    def _isdir(self, fspath) -> bool:
    +        return self._zipinfo_name(fspath) in self._index()
    +
    +    def _listdir(self, fspath):
    +        return list(self._index().get(self._zipinfo_name(fspath), ()))
    +
    +    def _eager_to_zip(self, resource_name: str):
    +        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
    +
    +    def _resource_to_zip(self, resource_name: str):
    +        return self._zipinfo_name(self._fn(self.module_path, resource_name))
    +
    +
    +register_loader_type(zipimport.zipimporter, ZipProvider)
    +
    +
    +class FileMetadata(EmptyProvider):
    +    """Metadata handler for standalone PKG-INFO files
    +
    +    Usage::
    +
    +        metadata = FileMetadata("/path/to/PKG-INFO")
    +
    +    This provider rejects all data and metadata requests except for PKG-INFO,
    +    which is treated as existing, and will be the contents of the file at
    +    the provided location.
    +    """
    +
    +    def __init__(self, path: StrPath):
    +        self.path = path
    +
    +    def _get_metadata_path(self, name):
    +        return self.path
    +
    +    def has_metadata(self, name: str) -> bool:
    +        return name == 'PKG-INFO' and os.path.isfile(self.path)
    +
    +    def get_metadata(self, name: str):
    +        if name != 'PKG-INFO':
    +            raise KeyError("No metadata except PKG-INFO is available")
    +
    +        with open(self.path, encoding='utf-8', errors="replace") as f:
    +            metadata = f.read()
    +        self._warn_on_replacement(metadata)
    +        return metadata
    +
    +    def _warn_on_replacement(self, metadata):
    +        replacement_char = '�'
    +        if replacement_char in metadata:
    +            tmpl = "{self.path} could not be properly decoded in UTF-8"
    +            msg = tmpl.format(**locals())
    +            warnings.warn(msg)
    +
    +    def get_metadata_lines(self, name: str) -> Iterator[str]:
    +        return yield_lines(self.get_metadata(name))
    +
    +
    +class PathMetadata(DefaultProvider):
    +    """Metadata provider for egg directories
    +
    +    Usage::
    +
    +        # Development eggs:
    +
    +        egg_info = "/path/to/PackageName.egg-info"
    +        base_dir = os.path.dirname(egg_info)
    +        metadata = PathMetadata(base_dir, egg_info)
    +        dist_name = os.path.splitext(os.path.basename(egg_info))[0]
    +        dist = Distribution(basedir, project_name=dist_name, metadata=metadata)
    +
    +        # Unpacked egg directories:
    +
    +        egg_path = "/path/to/PackageName-ver-pyver-etc.egg"
    +        metadata = PathMetadata(egg_path, os.path.join(egg_path,'EGG-INFO'))
    +        dist = Distribution.from_filename(egg_path, metadata=metadata)
    +    """
    +
    +    def __init__(self, path: str, egg_info: str):
    +        self.module_path = path
    +        self.egg_info = egg_info
    +
    +
    +class EggMetadata(ZipProvider):
    +    """Metadata provider for .egg files"""
    +
    +    def __init__(self, importer: zipimport.zipimporter):
    +        """Create a metadata provider from a zipimporter"""
    +
    +        self.zip_pre = importer.archive + os.sep
    +        self.loader = importer
    +        if importer.prefix:
    +            self.module_path = os.path.join(importer.archive, importer.prefix)
    +        else:
    +            self.module_path = importer.archive
    +        self._setup_prefix()
    +
    +
    +_distribution_finders: dict[type, _DistFinderType[Any]] = _declare_state(
    +    'dict', '_distribution_finders', {}
    +)
    +
    +
    +def register_finder(importer_type: type[_T], distribution_finder: _DistFinderType[_T]):
    +    """Register `distribution_finder` to find distributions in sys.path items
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `distribution_finder` is a callable that, passed a path
    +    item and the importer instance, yields ``Distribution`` instances found on
    +    that path item.  See ``pkg_resources.find_on_path`` for an example."""
    +    _distribution_finders[importer_type] = distribution_finder
    +
    +
    +def find_distributions(path_item: str, only: bool = False):
    +    """Yield distributions accessible via `path_item`"""
    +    importer = get_importer(path_item)
    +    finder = _find_adapter(_distribution_finders, importer)
    +    return finder(importer, path_item, only)
    +
    +
    +def find_eggs_in_zip(
    +    importer: zipimport.zipimporter, path_item: str, only: bool = False
    +) -> Iterator[Distribution]:
    +    """
    +    Find eggs in zip files; possibly multiple nested eggs.
    +    """
    +    if importer.archive.endswith('.whl'):
    +        # wheels are not supported with this finder
    +        # they don't have PKG-INFO metadata, and won't ever contain eggs
    +        return
    +    metadata = EggMetadata(importer)
    +    if metadata.has_metadata('PKG-INFO'):
    +        yield Distribution.from_filename(path_item, metadata=metadata)
    +    if only:
    +        # don't yield nested distros
    +        return
    +    for subitem in metadata.resource_listdir(''):
    +        if _is_egg_path(subitem):
    +            subpath = os.path.join(path_item, subitem)
    +            dists = find_eggs_in_zip(zipimport.zipimporter(subpath), subpath)
    +            yield from dists
    +        elif subitem.lower().endswith(('.dist-info', '.egg-info')):
    +            subpath = os.path.join(path_item, subitem)
    +            submeta = EggMetadata(zipimport.zipimporter(subpath))
    +            submeta.egg_info = subpath
    +            yield Distribution.from_location(path_item, subitem, submeta)
    +
    +
    +register_finder(zipimport.zipimporter, find_eggs_in_zip)
    +
    +
    +def find_nothing(
    +    importer: object | None, path_item: str | None, only: bool | None = False
    +):
    +    return ()
    +
    +
    +register_finder(object, find_nothing)
    +
    +
    +def find_on_path(importer: object | None, path_item, only=False):
    +    """Yield distributions accessible on a sys.path directory"""
    +    path_item = _normalize_cached(path_item)
    +
    +    if _is_unpacked_egg(path_item):
    +        yield Distribution.from_filename(
    +            path_item,
    +            metadata=PathMetadata(path_item, os.path.join(path_item, 'EGG-INFO')),
    +        )
    +        return
    +
    +    entries = (os.path.join(path_item, child) for child in safe_listdir(path_item))
    +
    +    # scan for .egg and .egg-info in directory
    +    for entry in sorted(entries):
    +        fullpath = os.path.join(path_item, entry)
    +        factory = dist_factory(path_item, entry, only)
    +        yield from factory(fullpath)
    +
    +
    +def dist_factory(path_item, entry, only):
    +    """Return a dist_factory for the given entry."""
    +    lower = entry.lower()
    +    is_egg_info = lower.endswith('.egg-info')
    +    is_dist_info = lower.endswith('.dist-info') and os.path.isdir(
    +        os.path.join(path_item, entry)
    +    )
    +    is_meta = is_egg_info or is_dist_info
    +    return (
    +        distributions_from_metadata
    +        if is_meta
    +        else find_distributions
    +        if not only and _is_egg_path(entry)
    +        else resolve_egg_link
    +        if not only and lower.endswith('.egg-link')
    +        else NoDists()
    +    )
    +
    +
    +class NoDists:
    +    """
    +    >>> bool(NoDists())
    +    False
    +
    +    >>> list(NoDists()('anything'))
    +    []
    +    """
    +
    +    def __bool__(self):
    +        return False
    +
    +    def __call__(self, fullpath):
    +        return iter(())
    +
    +
    +def safe_listdir(path: StrOrBytesPath):
    +    """
    +    Attempt to list contents of path, but suppress some exceptions.
    +    """
    +    try:
    +        return os.listdir(path)
    +    except (PermissionError, NotADirectoryError):
    +        pass
    +    except OSError as e:
    +        # Ignore the directory if does not exist, not a directory or
    +        # permission denied
    +        if e.errno not in (errno.ENOTDIR, errno.EACCES, errno.ENOENT):
    +            raise
    +    return ()
    +
    +
    +def distributions_from_metadata(path: str):
    +    root = os.path.dirname(path)
    +    if os.path.isdir(path):
    +        if len(os.listdir(path)) == 0:
    +            # empty metadata dir; skip
    +            return
    +        metadata: _MetadataType = PathMetadata(root, path)
    +    else:
    +        metadata = FileMetadata(path)
    +    entry = os.path.basename(path)
    +    yield Distribution.from_location(
    +        root,
    +        entry,
    +        metadata,
    +        precedence=DEVELOP_DIST,
    +    )
    +
    +
    +def non_empty_lines(path):
    +    """
    +    Yield non-empty lines from file at path
    +    """
    +    for line in _read_utf8_with_fallback(path).splitlines():
    +        line = line.strip()
    +        if line:
    +            yield line
    +
    +
    +def resolve_egg_link(path):
    +    """
    +    Given a path to an .egg-link, resolve distributions
    +    present in the referenced path.
    +    """
    +    referenced_paths = non_empty_lines(path)
    +    resolved_paths = (
    +        os.path.join(os.path.dirname(path), ref) for ref in referenced_paths
    +    )
    +    dist_groups = map(find_distributions, resolved_paths)
    +    return next(dist_groups, ())
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_finder(pkgutil.ImpImporter, find_on_path)
    +
    +register_finder(importlib.machinery.FileFinder, find_on_path)
    +
    +_namespace_handlers: dict[type, _NSHandlerType[Any]] = _declare_state(
    +    'dict', '_namespace_handlers', {}
    +)
    +_namespace_packages: dict[str | None, list[str]] = _declare_state(
    +    'dict', '_namespace_packages', {}
    +)
    +
    +
    +def register_namespace_handler(
    +    importer_type: type[_T], namespace_handler: _NSHandlerType[_T]
    +):
    +    """Register `namespace_handler` to declare namespace packages
    +
    +    `importer_type` is the type or class of a PEP 302 "Importer" (sys.path item
    +    handler), and `namespace_handler` is a callable like this::
    +
    +        def namespace_handler(importer, path_entry, moduleName, module):
    +            # return a path_entry to use for child packages
    +
    +    Namespace handlers are only called if the importer object has already
    +    agreed that it can handle the relevant path item, and they should only
    +    return a subpath if the module __path__ does not already contain an
    +    equivalent subpath.  For an example namespace handler, see
    +    ``pkg_resources.file_ns_handler``.
    +    """
    +    _namespace_handlers[importer_type] = namespace_handler
    +
    +
    +def _handle_ns(packageName, path_item):
    +    """Ensure that named package includes a subpath of path_item (if needed)"""
    +
    +    importer = get_importer(path_item)
    +    if importer is None:
    +        return None
    +
    +    # use find_spec (PEP 451) and fall-back to find_module (PEP 302)
    +    try:
    +        spec = importer.find_spec(packageName)
    +    except AttributeError:
    +        # capture warnings due to #1111
    +        with warnings.catch_warnings():
    +            warnings.simplefilter("ignore")
    +            loader = importer.find_module(packageName)
    +    else:
    +        loader = spec.loader if spec else None
    +
    +    if loader is None:
    +        return None
    +    module = sys.modules.get(packageName)
    +    if module is None:
    +        module = sys.modules[packageName] = types.ModuleType(packageName)
    +        module.__path__ = []
    +        _set_parent_ns(packageName)
    +    elif not hasattr(module, '__path__'):
    +        raise TypeError("Not a package:", packageName)
    +    handler = _find_adapter(_namespace_handlers, importer)
    +    subpath = handler(importer, path_item, packageName, module)
    +    if subpath is not None:
    +        path = module.__path__
    +        path.append(subpath)
    +        importlib.import_module(packageName)
    +        _rebuild_mod_path(path, packageName, module)
    +    return subpath
    +
    +
    +def _rebuild_mod_path(orig_path, package_name, module: types.ModuleType):
    +    """
    +    Rebuild module.__path__ ensuring that all entries are ordered
    +    corresponding to their sys.path order
    +    """
    +    sys_path = [_normalize_cached(p) for p in sys.path]
    +
    +    def safe_sys_path_index(entry):
    +        """
    +        Workaround for #520 and #513.
    +        """
    +        try:
    +            return sys_path.index(entry)
    +        except ValueError:
    +            return float('inf')
    +
    +    def position_in_sys_path(path):
    +        """
    +        Return the ordinal of the path based on its position in sys.path
    +        """
    +        path_parts = path.split(os.sep)
    +        module_parts = package_name.count('.') + 1
    +        parts = path_parts[:-module_parts]
    +        return safe_sys_path_index(_normalize_cached(os.sep.join(parts)))
    +
    +    new_path = sorted(orig_path, key=position_in_sys_path)
    +    new_path = [_normalize_cached(p) for p in new_path]
    +
    +    if isinstance(module.__path__, list):
    +        module.__path__[:] = new_path
    +    else:
    +        module.__path__ = new_path
    +
    +
    +def declare_namespace(packageName: str):
    +    """Declare that package 'packageName' is a namespace package"""
    +
    +    msg = (
    +        f"Deprecated call to `pkg_resources.declare_namespace({packageName!r})`.\n"
    +        "Implementing implicit namespace packages (as specified in PEP 420) "
    +        "is preferred to `pkg_resources.declare_namespace`. "
    +        "See https://setuptools.pypa.io/en/latest/references/"
    +        "keywords.html#keyword-namespace-packages"
    +    )
    +    warnings.warn(msg, DeprecationWarning, stacklevel=2)
    +
    +    _imp.acquire_lock()
    +    try:
    +        if packageName in _namespace_packages:
    +            return
    +
    +        path: MutableSequence[str] = sys.path
    +        parent, _, _ = packageName.rpartition('.')
    +
    +        if parent:
    +            declare_namespace(parent)
    +            if parent not in _namespace_packages:
    +                __import__(parent)
    +            try:
    +                path = sys.modules[parent].__path__
    +            except AttributeError as e:
    +                raise TypeError("Not a package:", parent) from e
    +
    +        # Track what packages are namespaces, so when new path items are added,
    +        # they can be updated
    +        _namespace_packages.setdefault(parent or None, []).append(packageName)
    +        _namespace_packages.setdefault(packageName, [])
    +
    +        for path_item in path:
    +            # Ensure all the parent's path items are reflected in the child,
    +            # if they apply
    +            _handle_ns(packageName, path_item)
    +
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def fixup_namespace_packages(path_item: str, parent: str | None = None):
    +    """Ensure that previously-declared namespace packages include path_item"""
    +    _imp.acquire_lock()
    +    try:
    +        for package in _namespace_packages.get(parent, ()):
    +            subpath = _handle_ns(package, path_item)
    +            if subpath:
    +                fixup_namespace_packages(subpath, package)
    +    finally:
    +        _imp.release_lock()
    +
    +
    +def file_ns_handler(
    +    importer: object,
    +    path_item: StrPath,
    +    packageName: str,
    +    module: types.ModuleType,
    +):
    +    """Compute an ns-package subpath for a filesystem or zipfile importer"""
    +
    +    subpath = os.path.join(path_item, packageName.split('.')[-1])
    +    normalized = _normalize_cached(subpath)
    +    for item in module.__path__:
    +        if _normalize_cached(item) == normalized:
    +            break
    +    else:
    +        # Only return the path if it's not already there
    +        return subpath
    +
    +
    +if hasattr(pkgutil, 'ImpImporter'):
    +    register_namespace_handler(pkgutil.ImpImporter, file_ns_handler)
    +
    +register_namespace_handler(zipimport.zipimporter, file_ns_handler)
    +register_namespace_handler(importlib.machinery.FileFinder, file_ns_handler)
    +
    +
    +def null_ns_handler(
    +    importer: object,
    +    path_item: str | None,
    +    packageName: str | None,
    +    module: _ModuleLike | None,
    +):
    +    return None
    +
    +
    +register_namespace_handler(object, null_ns_handler)
    +
    +
    +@overload
    +def normalize_path(filename: StrPath) -> str: ...
    +@overload
    +def normalize_path(filename: BytesPath) -> bytes: ...
    +def normalize_path(filename: StrOrBytesPath):
    +    """Normalize a file/dir name for comparison purposes"""
    +    return os.path.normcase(os.path.realpath(os.path.normpath(_cygwin_patch(filename))))
    +
    +
    +def _cygwin_patch(filename: StrOrBytesPath):  # pragma: nocover
    +    """
    +    Contrary to POSIX 2008, on Cygwin, getcwd (3) contains
    +    symlink components. Using
    +    os.path.abspath() works around this limitation. A fix in os.getcwd()
    +    would probably better, in Cygwin even more so, except
    +    that this seems to be by design...
    +    """
    +    return os.path.abspath(filename) if sys.platform == 'cygwin' else filename
    +
    +
    +if TYPE_CHECKING:
    +    # https://github.com/python/mypy/issues/16261
    +    # https://github.com/python/typeshed/issues/6347
    +    @overload
    +    def _normalize_cached(filename: StrPath) -> str: ...
    +    @overload
    +    def _normalize_cached(filename: BytesPath) -> bytes: ...
    +    def _normalize_cached(filename: StrOrBytesPath) -> str | bytes: ...
    +else:
    +
    +    @functools.lru_cache(maxsize=None)
    +    def _normalize_cached(filename):
    +        return normalize_path(filename)
    +
    +
    +def _is_egg_path(path):
    +    """
    +    Determine if given path appears to be an egg.
    +    """
    +    return _is_zip_egg(path) or _is_unpacked_egg(path)
    +
    +
    +def _is_zip_egg(path):
    +    return (
    +        path.lower().endswith('.egg')
    +        and os.path.isfile(path)
    +        and zipfile.is_zipfile(path)
    +    )
    +
    +
    +def _is_unpacked_egg(path):
    +    """
    +    Determine if given path appears to be an unpacked egg.
    +    """
    +    return path.lower().endswith('.egg') and os.path.isfile(
    +        os.path.join(path, 'EGG-INFO', 'PKG-INFO')
    +    )
    +
    +
    +def _set_parent_ns(packageName):
    +    parts = packageName.split('.')
    +    name = parts.pop()
    +    if parts:
    +        parent = '.'.join(parts)
    +        setattr(sys.modules[parent], name, sys.modules[packageName])
    +
    +
    +MODULE = re.compile(r"\w+(\.\w+)*$").match
    +EGG_NAME = re.compile(
    +    r"""
    +    (?P[^-]+) (
    +        -(?P[^-]+) (
    +            -py(?P[^-]+) (
    +                -(?P.+)
    +            )?
    +        )?
    +    )?
    +    """,
    +    re.VERBOSE | re.IGNORECASE,
    +).match
    +
    +
    +class EntryPoint:
    +    """Object representing an advertised importable object"""
    +
    +    def __init__(
    +        self,
    +        name: str,
    +        module_name: str,
    +        attrs: Iterable[str] = (),
    +        extras: Iterable[str] = (),
    +        dist: Distribution | None = None,
    +    ):
    +        if not MODULE(module_name):
    +            raise ValueError("Invalid module name", module_name)
    +        self.name = name
    +        self.module_name = module_name
    +        self.attrs = tuple(attrs)
    +        self.extras = tuple(extras)
    +        self.dist = dist
    +
    +    def __str__(self):
    +        s = "%s = %s" % (self.name, self.module_name)
    +        if self.attrs:
    +            s += ':' + '.'.join(self.attrs)
    +        if self.extras:
    +            s += ' [%s]' % ','.join(self.extras)
    +        return s
    +
    +    def __repr__(self):
    +        return "EntryPoint.parse(%r)" % str(self)
    +
    +    @overload
    +    def load(
    +        self,
    +        require: Literal[True] = True,
    +        env: Environment | None = None,
    +        installer: _InstallerType | None = None,
    +    ) -> _ResolvedEntryPoint: ...
    +    @overload
    +    def load(
    +        self,
    +        require: Literal[False],
    +        *args: Any,
    +        **kwargs: Any,
    +    ) -> _ResolvedEntryPoint: ...
    +    def load(
    +        self,
    +        require: bool = True,
    +        *args: Environment | _InstallerType | None,
    +        **kwargs: Environment | _InstallerType | None,
    +    ) -> _ResolvedEntryPoint:
    +        """
    +        Require packages for this EntryPoint, then resolve it.
    +        """
    +        if not require or args or kwargs:
    +            warnings.warn(
    +                "Parameters to load are deprecated.  Call .resolve and "
    +                ".require separately.",
    +                PkgResourcesDeprecationWarning,
    +                stacklevel=2,
    +            )
    +        if require:
    +            # We could pass `env` and `installer` directly,
    +            # but keeping `*args` and `**kwargs` for backwards compatibility
    +            self.require(*args, **kwargs)  # type: ignore
    +        return self.resolve()
    +
    +    def resolve(self) -> _ResolvedEntryPoint:
    +        """
    +        Resolve the entry point from its module and attrs.
    +        """
    +        module = __import__(self.module_name, fromlist=['__name__'], level=0)
    +        try:
    +            return functools.reduce(getattr, self.attrs, module)
    +        except AttributeError as exc:
    +            raise ImportError(str(exc)) from exc
    +
    +    def require(
    +        self,
    +        env: Environment | None = None,
    +        installer: _InstallerType | None = None,
    +    ):
    +        if not self.dist:
    +            error_cls = UnknownExtra if self.extras else AttributeError
    +            raise error_cls("Can't require() without a distribution", self)
    +
    +        # Get the requirements for this entry point with all its extras and
    +        # then resolve them. We have to pass `extras` along when resolving so
    +        # that the working set knows what extras we want. Otherwise, for
    +        # dist-info distributions, the working set will assume that the
    +        # requirements for that extra are purely optional and skip over them.
    +        reqs = self.dist.requires(self.extras)
    +        items = working_set.resolve(reqs, env, installer, extras=self.extras)
    +        list(map(working_set.add, items))
    +
    +    pattern = re.compile(
    +        r'\s*'
    +        r'(?P.+?)\s*'
    +        r'=\s*'
    +        r'(?P[\w.]+)\s*'
    +        r'(:\s*(?P[\w.]+))?\s*'
    +        r'(?P\[.*\])?\s*$'
    +    )
    +
    +    @classmethod
    +    def parse(cls, src: str, dist: Distribution | None = None):
    +        """Parse a single entry point from string `src`
    +
    +        Entry point syntax follows the form::
    +
    +            name = some.module:some.attr [extra1, extra2]
    +
    +        The entry name and module name are required, but the ``:attrs`` and
    +        ``[extras]`` parts are optional
    +        """
    +        m = cls.pattern.match(src)
    +        if not m:
    +            msg = "EntryPoint must be in 'name=module:attrs [extras]' format"
    +            raise ValueError(msg, src)
    +        res = m.groupdict()
    +        extras = cls._parse_extras(res['extras'])
    +        attrs = res['attr'].split('.') if res['attr'] else ()
    +        return cls(res['name'], res['module'], attrs, extras, dist)
    +
    +    @classmethod
    +    def _parse_extras(cls, extras_spec):
    +        if not extras_spec:
    +            return ()
    +        req = Requirement.parse('x' + extras_spec)
    +        if req.specs:
    +            raise ValueError
    +        return req.extras
    +
    +    @classmethod
    +    def parse_group(
    +        cls,
    +        group: str,
    +        lines: _NestedStr,
    +        dist: Distribution | None = None,
    +    ):
    +        """Parse an entry point group"""
    +        if not MODULE(group):
    +            raise ValueError("Invalid group name", group)
    +        this: dict[str, Self] = {}
    +        for line in yield_lines(lines):
    +            ep = cls.parse(line, dist)
    +            if ep.name in this:
    +                raise ValueError("Duplicate entry point", group, ep.name)
    +            this[ep.name] = ep
    +        return this
    +
    +    @classmethod
    +    def parse_map(
    +        cls,
    +        data: str | Iterable[str] | dict[str, str | Iterable[str]],
    +        dist: Distribution | None = None,
    +    ):
    +        """Parse a map of entry point groups"""
    +        _data: Iterable[tuple[str | None, str | Iterable[str]]]
    +        if isinstance(data, dict):
    +            _data = data.items()
    +        else:
    +            _data = split_sections(data)
    +        maps: dict[str, dict[str, Self]] = {}
    +        for group, lines in _data:
    +            if group is None:
    +                if not lines:
    +                    continue
    +                raise ValueError("Entry points must be listed in groups")
    +            group = group.strip()
    +            if group in maps:
    +                raise ValueError("Duplicate group name", group)
    +            maps[group] = cls.parse_group(group, lines, dist)
    +        return maps
    +
    +
    +def _version_from_file(lines):
    +    """
    +    Given an iterable of lines from a Metadata file, return
    +    the value of the Version field, if present, or None otherwise.
    +    """
    +
    +    def is_version_line(line):
    +        return line.lower().startswith('version:')
    +
    +    version_lines = filter(is_version_line, lines)
    +    line = next(iter(version_lines), '')
    +    _, _, value = line.partition(':')
    +    return safe_version(value.strip()) or None
    +
    +
    +class Distribution:
    +    """Wrap an actual or potential sys.path entry w/metadata"""
    +
    +    PKG_INFO = 'PKG-INFO'
    +
    +    def __init__(
    +        self,
    +        location: str | None = None,
    +        metadata: _MetadataType = None,
    +        project_name: str | None = None,
    +        version: str | None = None,
    +        py_version: str | None = PY_MAJOR,
    +        platform: str | None = None,
    +        precedence: int = EGG_DIST,
    +    ):
    +        self.project_name = safe_name(project_name or 'Unknown')
    +        if version is not None:
    +            self._version = safe_version(version)
    +        self.py_version = py_version
    +        self.platform = platform
    +        self.location = location
    +        self.precedence = precedence
    +        self._provider = metadata or empty_provider
    +
    +    @classmethod
    +    def from_location(
    +        cls,
    +        location: str,
    +        basename: StrPath,
    +        metadata: _MetadataType = None,
    +        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
    +    ) -> Distribution:
    +        project_name, version, py_version, platform = [None] * 4
    +        basename, ext = os.path.splitext(basename)
    +        if ext.lower() in _distributionImpl:
    +            cls = _distributionImpl[ext.lower()]
    +
    +            match = EGG_NAME(basename)
    +            if match:
    +                project_name, version, py_version, platform = match.group(
    +                    'name', 'ver', 'pyver', 'plat'
    +                )
    +        return cls(
    +            location,
    +            metadata,
    +            project_name=project_name,
    +            version=version,
    +            py_version=py_version,
    +            platform=platform,
    +            **kw,
    +        )._reload_version()
    +
    +    def _reload_version(self):
    +        return self
    +
    +    @property
    +    def hashcmp(self):
    +        return (
    +            self._forgiving_parsed_version,
    +            self.precedence,
    +            self.key,
    +            self.location,
    +            self.py_version or '',
    +            self.platform or '',
    +        )
    +
    +    def __hash__(self):
    +        return hash(self.hashcmp)
    +
    +    def __lt__(self, other: Distribution):
    +        return self.hashcmp < other.hashcmp
    +
    +    def __le__(self, other: Distribution):
    +        return self.hashcmp <= other.hashcmp
    +
    +    def __gt__(self, other: Distribution):
    +        return self.hashcmp > other.hashcmp
    +
    +    def __ge__(self, other: Distribution):
    +        return self.hashcmp >= other.hashcmp
    +
    +    def __eq__(self, other: object):
    +        if not isinstance(other, self.__class__):
    +            # It's not a Distribution, so they are not equal
    +            return False
    +        return self.hashcmp == other.hashcmp
    +
    +    def __ne__(self, other: object):
    +        return not self == other
    +
    +    # These properties have to be lazy so that we don't have to load any
    +    # metadata until/unless it's actually needed.  (i.e., some distributions
    +    # may not know their name or version without loading PKG-INFO)
    +
    +    @property
    +    def key(self):
    +        try:
    +            return self._key
    +        except AttributeError:
    +            self._key = key = self.project_name.lower()
    +            return key
    +
    +    @property
    +    def parsed_version(self):
    +        if not hasattr(self, "_parsed_version"):
    +            try:
    +                self._parsed_version = parse_version(self.version)
    +            except _packaging_version.InvalidVersion as ex:
    +                info = f"(package: {self.project_name})"
    +                if hasattr(ex, "add_note"):
    +                    ex.add_note(info)  # PEP 678
    +                    raise
    +                raise _packaging_version.InvalidVersion(f"{str(ex)} {info}") from None
    +
    +        return self._parsed_version
    +
    +    @property
    +    def _forgiving_parsed_version(self):
    +        try:
    +            return self.parsed_version
    +        except _packaging_version.InvalidVersion as ex:
    +            self._parsed_version = parse_version(_forgiving_version(self.version))
    +
    +            notes = "\n".join(getattr(ex, "__notes__", []))  # PEP 678
    +            msg = f"""!!\n\n
    +            *************************************************************************
    +            {str(ex)}\n{notes}
    +
    +            This is a long overdue deprecation.
    +            For the time being, `pkg_resources` will use `{self._parsed_version}`
    +            as a replacement to avoid breaking existing environments,
    +            but no future compatibility is guaranteed.
    +
    +            If you maintain package {self.project_name} you should implement
    +            the relevant changes to adequate the project to PEP 440 immediately.
    +            *************************************************************************
    +            \n\n!!
    +            """
    +            warnings.warn(msg, DeprecationWarning)
    +
    +            return self._parsed_version
    +
    +    @property
    +    def version(self):
    +        try:
    +            return self._version
    +        except AttributeError as e:
    +            version = self._get_version()
    +            if version is None:
    +                path = self._get_metadata_path_for_display(self.PKG_INFO)
    +                msg = ("Missing 'Version:' header and/or {} file at path: {}").format(
    +                    self.PKG_INFO, path
    +                )
    +                raise ValueError(msg, self) from e
    +
    +            return version
    +
    +    @property
    +    def _dep_map(self):
    +        """
    +        A map of extra to its list of (direct) requirements
    +        for this distribution, including the null extra.
    +        """
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._filter_extras(self._build_dep_map())
    +        return self.__dep_map
    +
    +    @staticmethod
    +    def _filter_extras(dm: dict[str | None, list[Requirement]]):
    +        """
    +        Given a mapping of extras to dependencies, strip off
    +        environment markers and filter out any dependencies
    +        not matching the markers.
    +        """
    +        for extra in list(filter(None, dm)):
    +            new_extra: str | None = extra
    +            reqs = dm.pop(extra)
    +            new_extra, _, marker = extra.partition(':')
    +            fails_marker = marker and (
    +                invalid_marker(marker) or not evaluate_marker(marker)
    +            )
    +            if fails_marker:
    +                reqs = []
    +            new_extra = safe_extra(new_extra) or None
    +
    +            dm.setdefault(new_extra, []).extend(reqs)
    +        return dm
    +
    +    def _build_dep_map(self):
    +        dm = {}
    +        for name in 'requires.txt', 'depends.txt':
    +            for extra, reqs in split_sections(self._get_metadata(name)):
    +                dm.setdefault(extra, []).extend(parse_requirements(reqs))
    +        return dm
    +
    +    def requires(self, extras: Iterable[str] = ()):
    +        """List of Requirements needed for this distro if `extras` are used"""
    +        dm = self._dep_map
    +        deps: list[Requirement] = []
    +        deps.extend(dm.get(None, ()))
    +        for ext in extras:
    +            try:
    +                deps.extend(dm[safe_extra(ext)])
    +            except KeyError as e:
    +                raise UnknownExtra(
    +                    "%s has no such extra feature %r" % (self, ext)
    +                ) from e
    +        return deps
    +
    +    def _get_metadata_path_for_display(self, name):
    +        """
    +        Return the path to the given metadata file, if available.
    +        """
    +        try:
    +            # We need to access _get_metadata_path() on the provider object
    +            # directly rather than through this class's __getattr__()
    +            # since _get_metadata_path() is marked private.
    +            path = self._provider._get_metadata_path(name)
    +
    +        # Handle exceptions e.g. in case the distribution's metadata
    +        # provider doesn't support _get_metadata_path().
    +        except Exception:
    +            return '[could not detect]'
    +
    +        return path
    +
    +    def _get_metadata(self, name):
    +        if self.has_metadata(name):
    +            yield from self.get_metadata_lines(name)
    +
    +    def _get_version(self):
    +        lines = self._get_metadata(self.PKG_INFO)
    +        return _version_from_file(lines)
    +
    +    def activate(self, path: list[str] | None = None, replace: bool = False):
    +        """Ensure distribution is importable on `path` (default=sys.path)"""
    +        if path is None:
    +            path = sys.path
    +        self.insert_on(path, replace=replace)
    +        if path is sys.path and self.location is not None:
    +            fixup_namespace_packages(self.location)
    +            for pkg in self._get_metadata('namespace_packages.txt'):
    +                if pkg in sys.modules:
    +                    declare_namespace(pkg)
    +
    +    def egg_name(self):
    +        """Return what this distribution's standard .egg filename should be"""
    +        filename = "%s-%s-py%s" % (
    +            to_filename(self.project_name),
    +            to_filename(self.version),
    +            self.py_version or PY_MAJOR,
    +        )
    +
    +        if self.platform:
    +            filename += '-' + self.platform
    +        return filename
    +
    +    def __repr__(self):
    +        if self.location:
    +            return "%s (%s)" % (self, self.location)
    +        else:
    +            return str(self)
    +
    +    def __str__(self):
    +        try:
    +            version = getattr(self, 'version', None)
    +        except ValueError:
    +            version = None
    +        version = version or "[unknown version]"
    +        return "%s %s" % (self.project_name, version)
    +
    +    def __getattr__(self, attr):
    +        """Delegate all unrecognized public attributes to .metadata provider"""
    +        if attr.startswith('_'):
    +            raise AttributeError(attr)
    +        return getattr(self._provider, attr)
    +
    +    def __dir__(self):
    +        return list(
    +            set(super().__dir__())
    +            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
    +        )
    +
    +    @classmethod
    +    def from_filename(
    +        cls,
    +        filename: StrPath,
    +        metadata: _MetadataType = None,
    +        **kw: int,  # We could set `precedence` explicitly, but keeping this as `**kw` for full backwards and subclassing compatibility
    +    ):
    +        return cls.from_location(
    +            _normalize_cached(filename), os.path.basename(filename), metadata, **kw
    +        )
    +
    +    def as_requirement(self):
    +        """Return a ``Requirement`` that matches this distribution exactly"""
    +        if isinstance(self.parsed_version, _packaging_version.Version):
    +            spec = "%s==%s" % (self.project_name, self.parsed_version)
    +        else:
    +            spec = "%s===%s" % (self.project_name, self.parsed_version)
    +
    +        return Requirement.parse(spec)
    +
    +    def load_entry_point(self, group: str, name: str) -> _ResolvedEntryPoint:
    +        """Return the `name` entry point of `group` or raise ImportError"""
    +        ep = self.get_entry_info(group, name)
    +        if ep is None:
    +            raise ImportError("Entry point %r not found" % ((group, name),))
    +        return ep.load()
    +
    +    @overload
    +    def get_entry_map(self, group: None = None) -> dict[str, dict[str, EntryPoint]]: ...
    +    @overload
    +    def get_entry_map(self, group: str) -> dict[str, EntryPoint]: ...
    +    def get_entry_map(self, group: str | None = None):
    +        """Return the entry point map for `group`, or the full entry map"""
    +        if not hasattr(self, "_ep_map"):
    +            self._ep_map = EntryPoint.parse_map(
    +                self._get_metadata('entry_points.txt'), self
    +            )
    +        if group is not None:
    +            return self._ep_map.get(group, {})
    +        return self._ep_map
    +
    +    def get_entry_info(self, group: str, name: str):
    +        """Return the EntryPoint object for `group`+`name`, or ``None``"""
    +        return self.get_entry_map(group).get(name)
    +
    +    # FIXME: 'Distribution.insert_on' is too complex (13)
    +    def insert_on(  # noqa: C901
    +        self,
    +        path: list[str],
    +        loc=None,
    +        replace: bool = False,
    +    ):
    +        """Ensure self.location is on path
    +
    +        If replace=False (default):
    +            - If location is already in path anywhere, do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent.
    +              - Else: add to the end of path.
    +        If replace=True:
    +            - If location is already on path anywhere (not eggs)
    +              or higher priority than its parent (eggs)
    +              do nothing.
    +            - Else:
    +              - If it's an egg and its parent directory is on path,
    +                insert just ahead of the parent,
    +                removing any lower-priority entries.
    +              - Else: add it to the front of path.
    +        """
    +
    +        loc = loc or self.location
    +        if not loc:
    +            return
    +
    +        nloc = _normalize_cached(loc)
    +        bdir = os.path.dirname(nloc)
    +        npath = [(p and _normalize_cached(p) or p) for p in path]
    +
    +        for p, item in enumerate(npath):
    +            if item == nloc:
    +                if replace:
    +                    break
    +                else:
    +                    # don't modify path (even removing duplicates) if
    +                    # found and not replace
    +                    return
    +            elif item == bdir and self.precedence == EGG_DIST:
    +                # if it's an .egg, give it precedence over its directory
    +                # UNLESS it's already been added to sys.path and replace=False
    +                if (not replace) and nloc in npath[p:]:
    +                    return
    +                if path is sys.path:
    +                    self.check_version_conflict()
    +                path.insert(p, loc)
    +                npath.insert(p, nloc)
    +                break
    +        else:
    +            if path is sys.path:
    +                self.check_version_conflict()
    +            if replace:
    +                path.insert(0, loc)
    +            else:
    +                path.append(loc)
    +            return
    +
    +        # p is the spot where we found or inserted loc; now remove duplicates
    +        while True:
    +            try:
    +                np = npath.index(nloc, p + 1)
    +            except ValueError:
    +                break
    +            else:
    +                del npath[np], path[np]
    +                # ha!
    +                p = np
    +
    +        return
    +
    +    def check_version_conflict(self):
    +        if self.key == 'setuptools':
    +            # ignore the inevitable setuptools self-conflicts  :(
    +            return
    +
    +        nsp = dict.fromkeys(self._get_metadata('namespace_packages.txt'))
    +        loc = normalize_path(self.location)
    +        for modname in self._get_metadata('top_level.txt'):
    +            if (
    +                modname not in sys.modules
    +                or modname in nsp
    +                or modname in _namespace_packages
    +            ):
    +                continue
    +            if modname in ('pkg_resources', 'setuptools', 'site'):
    +                continue
    +            fn = getattr(sys.modules[modname], '__file__', None)
    +            if fn and (
    +                normalize_path(fn).startswith(loc) or fn.startswith(self.location)
    +            ):
    +                continue
    +            issue_warning(
    +                "Module %s was already imported from %s, but %s is being added"
    +                " to sys.path" % (modname, fn, self.location),
    +            )
    +
    +    def has_version(self):
    +        try:
    +            self.version
    +        except ValueError:
    +            issue_warning("Unbuilt egg for " + repr(self))
    +            return False
    +        except SystemError:
    +            # TODO: remove this except clause when python/cpython#103632 is fixed.
    +            return False
    +        return True
    +
    +    def clone(self, **kw: str | int | IResourceProvider | None):
    +        """Copy this distribution, substituting in any changed keyword args"""
    +        names = 'project_name version py_version platform location precedence'
    +        for attr in names.split():
    +            kw.setdefault(attr, getattr(self, attr, None))
    +        kw.setdefault('metadata', self._provider)
    +        # Unsafely unpacking. But keeping **kw for backwards and subclassing compatibility
    +        return self.__class__(**kw)  # type:ignore[arg-type]
    +
    +    @property
    +    def extras(self):
    +        return [dep for dep in self._dep_map if dep]
    +
    +
    +class EggInfoDistribution(Distribution):
    +    def _reload_version(self):
    +        """
    +        Packages installed by distutils (e.g. numpy or scipy),
    +        which uses an old safe_version, and so
    +        their version numbers can get mangled when
    +        converted to filenames (e.g., 1.11.0.dev0+2329eae to
    +        1.11.0.dev0_2329eae). These distributions will not be
    +        parsed properly
    +        downstream by Distribution and safe_version, so
    +        take an extra step and try to get the version number from
    +        the metadata file itself instead of the filename.
    +        """
    +        md_version = self._get_version()
    +        if md_version:
    +            self._version = md_version
    +        return self
    +
    +
    +class DistInfoDistribution(Distribution):
    +    """
    +    Wrap an actual or potential sys.path entry
    +    w/metadata, .dist-info style.
    +    """
    +
    +    PKG_INFO = 'METADATA'
    +    EQEQ = re.compile(r"([\(,])\s*(\d.*?)\s*([,\)])")
    +
    +    @property
    +    def _parsed_pkg_info(self):
    +        """Parse and cache metadata"""
    +        try:
    +            return self._pkg_info
    +        except AttributeError:
    +            metadata = self.get_metadata(self.PKG_INFO)
    +            self._pkg_info = email.parser.Parser().parsestr(metadata)
    +            return self._pkg_info
    +
    +    @property
    +    def _dep_map(self):
    +        try:
    +            return self.__dep_map
    +        except AttributeError:
    +            self.__dep_map = self._compute_dependencies()
    +            return self.__dep_map
    +
    +    def _compute_dependencies(self) -> dict[str | None, list[Requirement]]:
    +        """Recompute this distribution's dependencies."""
    +        self.__dep_map: dict[str | None, list[Requirement]] = {None: []}
    +
    +        reqs: list[Requirement] = []
    +        # Including any condition expressions
    +        for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
    +            reqs.extend(parse_requirements(req))
    +
    +        def reqs_for_extra(extra):
    +            for req in reqs:
    +                if not req.marker or req.marker.evaluate({'extra': extra}):
    +                    yield req
    +
    +        common = types.MappingProxyType(dict.fromkeys(reqs_for_extra(None)))
    +        self.__dep_map[None].extend(common)
    +
    +        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
    +            s_extra = safe_extra(extra.strip())
    +            self.__dep_map[s_extra] = [
    +                r for r in reqs_for_extra(extra) if r not in common
    +            ]
    +
    +        return self.__dep_map
    +
    +
    +_distributionImpl = {
    +    '.egg': Distribution,
    +    '.egg-info': EggInfoDistribution,
    +    '.dist-info': DistInfoDistribution,
    +}
    +
    +
    +def issue_warning(*args, **kw):
    +    level = 1
    +    g = globals()
    +    try:
    +        # find the first stack frame that is *not* code in
    +        # the pkg_resources module, to use for the warning
    +        while sys._getframe(level).f_globals is g:
    +            level += 1
    +    except ValueError:
    +        pass
    +    warnings.warn(stacklevel=level + 1, *args, **kw)
    +
    +
    +def parse_requirements(strs: _NestedStr):
    +    """
    +    Yield ``Requirement`` objects for each specification in `strs`.
    +
    +    `strs` must be a string, or a (possibly-nested) iterable thereof.
    +    """
    +    return map(Requirement, join_continuation(map(drop_comment, yield_lines(strs))))
    +
    +
    +class RequirementParseError(_packaging_requirements.InvalidRequirement):
    +    "Compatibility wrapper for InvalidRequirement"
    +
    +
    +class Requirement(_packaging_requirements.Requirement):
    +    def __init__(self, requirement_string: str):
    +        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
    +        super().__init__(requirement_string)
    +        self.unsafe_name = self.name
    +        project_name = safe_name(self.name)
    +        self.project_name, self.key = project_name, project_name.lower()
    +        self.specs = [(spec.operator, spec.version) for spec in self.specifier]
    +        # packaging.requirements.Requirement uses a set for its extras. We use a variable-length tuple
    +        self.extras: tuple[str] = tuple(map(safe_extra, self.extras))
    +        self.hashCmp = (
    +            self.key,
    +            self.url,
    +            self.specifier,
    +            frozenset(self.extras),
    +            str(self.marker) if self.marker else None,
    +        )
    +        self.__hash = hash(self.hashCmp)
    +
    +    def __eq__(self, other: object):
    +        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
    +
    +    def __ne__(self, other):
    +        return not self == other
    +
    +    def __contains__(self, item: Distribution | str | tuple[str, ...]) -> bool:
    +        if isinstance(item, Distribution):
    +            if item.key != self.key:
    +                return False
    +
    +            item = item.version
    +
    +        # Allow prereleases always in order to match the previous behavior of
    +        # this method. In the future this should be smarter and follow PEP 440
    +        # more accurately.
    +        return self.specifier.contains(item, prereleases=True)
    +
    +    def __hash__(self):
    +        return self.__hash
    +
    +    def __repr__(self):
    +        return "Requirement.parse(%r)" % str(self)
    +
    +    @staticmethod
    +    def parse(s: str | Iterable[str]):
    +        (req,) = parse_requirements(s)
    +        return req
    +
    +
    +def _always_object(classes):
    +    """
    +    Ensure object appears in the mro even
    +    for old-style classes.
    +    """
    +    if object not in classes:
    +        return classes + (object,)
    +    return classes
    +
    +
    +def _find_adapter(registry: Mapping[type, _AdapterT], ob: object) -> _AdapterT:
    +    """Return an adapter factory for `ob` from `registry`"""
    +    types = _always_object(inspect.getmro(getattr(ob, '__class__', type(ob))))
    +    for t in types:
    +        if t in registry:
    +            return registry[t]
    +    # _find_adapter would previously return None, and immediately be called.
    +    # So we're raising a TypeError to keep backward compatibility if anyone depended on that behaviour.
    +    raise TypeError(f"Could not find adapter for {registry} and {ob}")
    +
    +
    +def ensure_directory(path: StrOrBytesPath):
    +    """Ensure that the parent directory of `path` exists"""
    +    dirname = os.path.dirname(path)
    +    os.makedirs(dirname, exist_ok=True)
    +
    +
    +def _bypass_ensure_directory(path):
    +    """Sandbox-bypassing version of ensure_directory()"""
    +    if not WRITE_SUPPORT:
    +        raise OSError('"os.mkdir" not supported on this platform.')
    +    dirname, filename = split(path)
    +    if dirname and filename and not isdir(dirname):
    +        _bypass_ensure_directory(dirname)
    +        try:
    +            mkdir(dirname, 0o755)
    +        except FileExistsError:
    +            pass
    +
    +
    +def split_sections(s: _NestedStr) -> Iterator[tuple[str | None, list[str]]]:
    +    """Split a string or iterable thereof into (section, content) pairs
    +
    +    Each ``section`` is a stripped version of the section header ("[section]")
    +    and each ``content`` is a list of stripped lines excluding blank lines and
    +    comment-only lines.  If there are any such lines before the first section
    +    header, they're returned in a first ``section`` of ``None``.
    +    """
    +    section = None
    +    content = []
    +    for line in yield_lines(s):
    +        if line.startswith("["):
    +            if line.endswith("]"):
    +                if section or content:
    +                    yield section, content
    +                section = line[1:-1].strip()
    +                content = []
    +            else:
    +                raise ValueError("Invalid section heading", line)
    +        else:
    +            content.append(line)
    +
    +    # wrap up last segment
    +    yield section, content
    +
    +
    +def _mkstemp(*args, **kw):
    +    old_open = os.open
    +    try:
    +        # temporarily bypass sandboxing
    +        os.open = os_open
    +        return tempfile.mkstemp(*args, **kw)
    +    finally:
    +        # and then put it back
    +        os.open = old_open
    +
    +
    +# Silence the PEP440Warning by default, so that end users don't get hit by it
    +# randomly just because they use pkg_resources. We want to append the rule
    +# because we want earlier uses of filterwarnings to take precedence over this
    +# one.
    +warnings.filterwarnings("ignore", category=PEP440Warning, append=True)
    +
    +
    +class PkgResourcesDeprecationWarning(Warning):
    +    """
    +    Base class for warning about deprecations in ``pkg_resources``
    +
    +    This class is not derived from ``DeprecationWarning``, and as such is
    +    visible by default.
    +    """
    +
    +
    +# Ported from ``setuptools`` to avoid introducing an import inter-dependency:
    +_LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None
    +
    +
    +def _read_utf8_with_fallback(file: str, fallback_encoding=_LOCALE_ENCODING) -> str:
    +    """See setuptools.unicode_utils._read_utf8_with_fallback"""
    +    try:
    +        with open(file, "r", encoding="utf-8") as f:
    +            return f.read()
    +    except UnicodeDecodeError:  # pragma: no cover
    +        msg = f"""\
    +        ********************************************************************************
    +        `encoding="utf-8"` fails with {file!r}, trying `encoding={fallback_encoding!r}`.
    +
    +        This fallback behaviour is considered **deprecated** and future versions of
    +        `setuptools/pkg_resources` may not implement it.
    +
    +        Please encode {file!r} with "utf-8" to ensure future builds will succeed.
    +
    +        If this file was produced by `setuptools` itself, cleaning up the cached files
    +        and re-building/re-installing the package with a newer version of `setuptools`
    +        (e.g. by updating `build-system.requires` in its `pyproject.toml`)
    +        might solve the problem.
    +        ********************************************************************************
    +        """
    +        # TODO: Add a deadline?
    +        #       See comment in setuptools.unicode_utils._Utf8EncodingNeeded
    +        warnings.warn(msg, PkgResourcesDeprecationWarning, stacklevel=2)
    +        with open(file, "r", encoding=fallback_encoding) as f:
    +            return f.read()
    +
    +
    +# from jaraco.functools 1.3
    +def _call_aside(f, *args, **kwargs):
    +    f(*args, **kwargs)
    +    return f
    +
    +
    +@_call_aside
    +def _initialize(g=globals()):
    +    "Set up global resource manager (deliberately not state-saved)"
    +    manager = ResourceManager()
    +    g['_manager'] = manager
    +    g.update(
    +        (name, getattr(manager, name))
    +        for name in dir(manager)
    +        if not name.startswith('_')
    +    )
    +
    +
    +@_call_aside
    +def _initialize_master_working_set():
    +    """
    +    Prepare the master working set and make the ``require()``
    +    API available.
    +
    +    This function has explicit effects on the global state
    +    of pkg_resources. It is intended to be invoked once at
    +    the initialization of this module.
    +
    +    Invocation by other packages is unsupported and done
    +    at their own risk.
    +    """
    +    working_set = _declare_state('object', 'working_set', WorkingSet._build_master())
    +
    +    require = working_set.require
    +    iter_entry_points = working_set.iter_entry_points
    +    add_activation_listener = working_set.subscribe
    +    run_script = working_set.run_script
    +    # backward compatibility
    +    run_main = run_script
    +    # Activate all distributions already on sys.path with replace=False and
    +    # ensure that all distributions added to the working set in the future
    +    # (e.g. by calling ``require()``) will get activated as well,
    +    # with higher priority (replace=True).
    +    tuple(dist.activate(replace=False) for dist in working_set)
    +    add_activation_listener(
    +        lambda dist: dist.activate(replace=True),
    +        existing=False,
    +    )
    +    working_set.entries = []
    +    # match order
    +    list(map(working_set.add_entry, sys.path))
    +    globals().update(locals())
    +
    +
    +if TYPE_CHECKING:
    +    # All of these are set by the @_call_aside methods above
    +    __resource_manager = ResourceManager()  # Won't exist at runtime
    +    resource_exists = __resource_manager.resource_exists
    +    resource_isdir = __resource_manager.resource_isdir
    +    resource_filename = __resource_manager.resource_filename
    +    resource_stream = __resource_manager.resource_stream
    +    resource_string = __resource_manager.resource_string
    +    resource_listdir = __resource_manager.resource_listdir
    +    set_extraction_path = __resource_manager.set_extraction_path
    +    cleanup_resources = __resource_manager.cleanup_resources
    +
    +    working_set = WorkingSet()
    +    require = working_set.require
    +    iter_entry_points = working_set.iter_entry_points
    +    add_activation_listener = working_set.subscribe
    +    run_script = working_set.run_script
    +    run_main = run_script
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..5ec87e28a5fe796fe41292895e8cfc00d5ba38cf
    GIT binary patch
    literal 161265
    zcmd443w#{qc`rPBlUBPct?qYAE7`_cS(2}SF}@&QF}7vL76F!vwAPI5wI!{XUD?(m
    zfgz-kzzK3lV);O7(a>TS^5HbSIBD8In(s7Cds;0rk=QtmDYU2baw-sM5;r~P{GaEY
    znVns&4CFiC_xr}y%9xA&R9%*}O4xE{IlCr4KNgGG9We&|<@c(Kg=&?`x2
    zrMo3r3P`d=w)R+htpTfr-fca$fK9O-b?TXtPuYIVDoLu-Dk%=x@v=q4JYnHnS%EBm
    zW(TtQ=?pmenG?w2rz_yXGponl>j`*za|5}(d4arMZ@}A|AIR@52o&@d1`2zN0!6*W
    zf#TkhKuK?DptQFvP}W->DDSNZRPk=Yzj2-vpLYr
    z&z3+7KUZkamHf=^sq0-8Sf#afbzn8pID4{s*96vZSPtIT25#neSI;fIw+3$QT^Cqq
    zk#cAb+=#s`a9i*C!1~_X1GgiUC$ItGc|DtYHwQNN-VwN?w>8kpxxGDGdbb9)@q0er
    zw+D9cdjZ~e2JYndLcH$^+{N!jJ-d7N1om1arBuyFnZ-SAz54?DdiMwR_kJqyDNa+;
    zbD;NN;GjjqOjpXK`b-Df`FELI{z}EmfCRb%cPk~zrrG1=3Z%60`Q|J@u!)N4;=))%JgH@6@k6AL|tISyJ
    z3sT^-@*RQSkXr+vleYv$WJ_RF-Wqr+2WyZ1$$u?x!x%iRRLOrMZ-3JMvNnu?(+HWA
    zcbG%uxV#f-Ph<9cXhY@v5tnVR+^Mf0dDoMYQQ8;eyD);!$h&bLTX6RG=y?NY7EH6(
    zNb^NyEby%ShTMiWeF?3dlJ}Wf`(=b&k@uTJZFUUWUyYc)j`ETXJcz#Vjf_ZsS4&naW@=xWX2>TtRIfmy;@-?{!
    z&kN}L+j1}ZevwP=L&;&I@H-
    z`RNe)h54aMYHk|QFPTR42lAIOqF)ktl*jukrr5ub&m#6K6swP{{7>>Y`tw8i9D4GX
    z@;}S}1;74E{ulW=BDgGv7-+!nq)c3zh>H7~CoW=BX
    zpKOdwx%KwyPx;^E-$c77(e58&HBTnn16(*OpEu#cI6~f+C(I%82l5NZ9mn&x@O%R_
    zR~hH~nkm&3=X=o{BG1Xcjr3D}m8kdQ>@2@y+F7RLmoPV1NAmCDK8><6
    z(-<%7I|yLt(tH>SytQD?SCky&`ThBMIQ$RihsUxdNgu-nYP-to>FZce|CgRJ@Duq}
    z^x$tf<`QDcjhLTu*f$XNd&*A@OmU4vzlqS_H-)~f{8YK7ye$$y9v-;qC*
    z{|F=fE~meY^xsl;pj|(l-*Thuf8ey=M%pS)``0%}``_h1MlJs+|4jZ4YIzS>;ZN}V
    zC;3ki`p@#e%iqPXf019quYbiD*P!OB^GlOoS9)d7E8o*wpke(#LkqsI{F@#cn9WS@
    z$p81T2f(#i<^S3T?k@1Y@_x5P{<-|;SfwAxKS0fM${gzcP~R^Q`xj4I^k0FWDRc4<
    zP0;o4fZ@wXKVhW!x$<+gdv<=i1Ha&y4>H93l4Cy15ObYl{yjs?e{jq%GQ|9fW3Fe2
    z`A?4dRfd@V$ua*kL(Km|@1E0pH)aV)V-`gkvmVtr9&--FTC`Y=qDhOjYOz`7aPf}3
    zb}g1U_S6)Jbs!dhfviE>plz|FY+NF#S)d|v0~_v>#tA_Irykg9Y=!|I?fdPGr`aCeK(*M3CNGbF1)TYSpNek6`0
    z1N(x#O2icn`;G*UD^x;AMb79E+*G8CD0l{=T0?xDohv#!n|zIZ;b^1p#1TXsS5(S{
    z=A-d0&Z*@=J3|q)Wn0*Xm
    zLVbtPl1Ky%2=yT?RfT@ExLgZ%5u+(9k)nMR*&&0q7`bdHo%d=NL1<7hbYqI
    zYEcd!=An-?`GS42Z=jFH8zm$o(3M?LUsn*5(G$_i<(cUT^@ezaf`eR)XG5zi-XT)fldztf=Td#?TiT=f-4QA&s46}I3ZmcZk$8P)sFzCa2_0(DK{C?W`B&X`N?(_faJ2ze<@SO89wp&y3m;IT18QHwAp#tC_W_;~x$XDu-`=tH
    z&h1-w?`qqbaPC*b(QsF|C*j;0?CGK6w5sSWyM3@<`E*cCIKu#Ani6!)L*p-oO;PdN
    zF%S*)DtNI2YWw`wgd-HeI42yD{+>|OZ%a6OkJ0ZeRUx2FWDWH7g!+!P??9A$Fr@Uz
    z9r&$85*}F%_jh!KdwZ3>Xrka~IMjz+Ns$5;SqfNXn{2^`Y#X%t?Fnzk
    z9$qH;Bz93I^Bw@Ov&<3NKPwGN7cFfUCA7pIq24*W2YPxKi%mS(CzNe#~
    z;geqls6K!}#F#$Na$M;<{s5NB10uaBDm{y|+&x3&81
    zb9jk3aC=g^YTqVOP-Mz1(YnTEnJdRVIZF^*TNImYrD6wdXia`cAk;4=OSJNO32>lT
    zMT8CY^+b)O0RY%`v|Y5Tcc1{Zm2O*b!-RL35DR*c*7$9dl5S7qFGBd{v(ild(ku3*
    zqWu&VYkKJT=7!DtH$;Nn%BF_R>+fILeA|P|>-?L=3ql@f5wHG6e@bsPak^zLALS%_
    z3-J`eqb-pO?7epF%6o!p9}rY5=v
    z9)FQS+)ha|RrOEq9?Oo~%V*r>llF4%L>Horiy)Vq_$Xe^N+D@jifZ!*_C`xKY>67^
    z;wa@vyYzJ1qz55EegJ8Qt;04eIw@O*Y%!!J!Sax0h{fqTi#CMr(;%F#vP(nKLExOW
    zL{>+H_6-_`!#&|cpb&Umuvvi4h+MQ|yP%;?SPmyF#}by~yzB{l#BgBUBD0qb)+QA!x#rG4wMPt~F+eDn=wZ_UW*WR9=_pNF+GQHF+Vnw-
    z+V#X@$c!Ph>Vr6B)43&!bh<8O03$qr>fI|NphL2TGIfPaK?Xmjlnph9a=l@a_+{6+F`!%VyL
    zo>@1#?&1;m}CXn1yb
    z4+I$5gX-akx#!LeJ;B~Xa&VIxK@s1_pGHeuu+J~sSnVGo-Pug2Qo1p!9Flan8MX{r
    z9^VnA68Xxc_mQo~8ZbO-K+f5Zy7iRFXEaxT*Vhg7ppHtTj_07K2K+)to_@*MdOM!8
    zeAPb82$+!YVkt_yHecY6~@-hp1;
    zkU@-tInXz4uwI0wWsu2Cfw$1Tg>b!|y}_?>mOX>ua){j`wodW&V*8^qwcVeK33sEa
    zu6+lQ0DRwx@Ia3YCf8t&h+l04QQrtYJ*xB(nU7|wp!>Q&WE>hyYl_deWdNmcQ6M&g
    zee?r_2>5}nV?v`fm0bI$^_*f>kFTt_HkJTWs=%1g}KQ_b)b(3okkKUgu(Up
    zAm>1Y+;>o$ie25P5`6*hB!j*HuNm$_o`?@~3DRrO7bZf?nB8*8`FNAwBe>5wr8!LF{bDkE{vphlu4vgDw8BGh*s%v)DDaHiNb~3Tiwxp+O8T%;
    z^3+VZYfo*v>a3i0`r=OCMDdjKrc`LfrS{h;pqjgv)tN4Cv6B~SjT-6LyH?f%7w*;0Px
    z2a+|X;F>3Y#_c_|do~+Ct}~wggH^4K((8>mt+(1gx_C3P=W_#dC&8
    z!mIOiAWR7;QUjD=Z=%3RL83aQbn}g%9<+y~0m)*NlL(3=@{A-xd{Cg%zs#dzF)0Z*
    ziKUGDrE@wb&!xPQ9yfo
    z-#~woOHCB;kSX24fu5+48zkJ@`;Ldya32dLT=$3;97F@W2Q+?uZ?F$bUS&>ST?uGO
    zxVF;}@8=QbWIZfCU^q;8HIUvK?&}6Rh$f27GKIEqbO(zRJa_les_)xQtxkCP!Hwrq
    zn3G8qLiQL@(0)cHED1^EiZBhKByxz$V@^2X;a5F^#W=gpkFv1E8o!B|IeeF@CwXA3kjS$lc!CA05;)C-M~f*oW6TH930pgv5uzr@W9L3V0ItT+wfbK776DX|#slynV{GdMapUNAZ|>8uj0
    zi3YtWPY85BNrT>_%$XZxLyu!c>Fq%v3@;@$PWec1lQJF#XG9{hvk)(T{6#8TLQ-;}
    z>YU7rmM>Vu$Pv(km(J;c42ZTOCaxhZ5rxE;7>HQu{60{48;vUMTC^UQ
    zj6}tXToU)<|H>DSf9)h5lg^c*lQeJoMT>{Wcs*W-&y84#Y0BKyAxpP~@XD|?O8NL2
    zvVH;S{gzmi;gVP)(BV3ObsS>uqA%Rn%o|D*Vn}lBGs!-?p-b!`(jANs;8qAvsT>dr
    zQEaymTc>y0s0w-pLSl)E1=IR%jNcM&QyJFJ0f(O0rqE+35JWMRPL61z~CacPiY
    znY#l)spwd-A0>>QcF9(PsenVtk{v0CI(yLW&r*Mi$k=BEBKD=tivSw1UP?cB>mYGy
    zstg8Hg#rX52eEAmpessjDPFk{4Gx%S6!~??;M7U9X`T!X$CiTCPNGs)TLQv|Q_#jI
    zLZgrnt0&RHj95zm#?l2ryG3s}+8|?6lXwhzH-@&Dlb{Mj%7cDqMlhP7x(SxlcjEBvT0j9e_I*|y-y&-z|Yw;14%o|O9c|y
    z%6oQB3MkN??MmIV>70Yf_Qi?4Tf%vUY}{RgPVC?>py=35t)}gmb|sxBgj6KLs+Mlz
    zI${Ug0V&IpyW}z!>|{>NTQV?}KK%25LX8lQ`2PSb)W4xY&$PAjB9E1uVN>Uv2pk?x
    z0fS#3F4d`p8j#4*x~)cHH48O^R)!iGShz8SB=BdMJAjvkXpM+v5a(Yq%BnMx%P*ro
    zy09JD+G1W>`>+@QtI3RV%-ZC`viK(?P#>dPI?WppCVxORq)kNbM*+)hnd3t!#DX>YK`VK19
    zF`QS&aK0g5Tewfb!oLI2>AXe~$MG)7Q1CC5j`z!dqqj7?_X35{Ektd(8!yC(tenlV
    zQp{
    zhFJ_MHoz;W=)M1ii)}gZgD(S52yT4HV$wHD1gC=*zcuJZOAlyb245$LB9;ScwGDO(
    zQ?g?)eA8ltM7Yx=W9SsZ{FERTivx#HM@d7^3^a{m&@k5O>=ecv;EQ$R1z5o`nL)N<
    z8Ja=_uFsGo6V2NMdWFr{g1$ykTBA=Wi9|tyU}oEa&dzzZG@YF+cVOaKYYSK32L1c{
    z7#~P~+3E!H7nY^u>tmpgj#(zGeh)eL_9dEoQnH+qW(%c;byw_VxJxb@J
    zbEK$8Pj!?KUfMOph6XTKDA6Nef&gPET~|JAwMx-4JuX_Vzd<#r^<>DR*EvrYR)^LW
    z8959c8$v%;o9>fN?=iG!_Sj}kg$C3!4@@;6RT%Hcy1612mA2;+H7?`{B*ba+=O$dC
    z2$SNl?_=4r`ej5U>?A}~e*>@TM!F4CV734fCCklQ3kNSNN_cVs8iCr*#%?EpMT^^_VTOV
    z%4sjeU9}VLDR0vo-aWsc{TCUM(m-TXm*t{Qh`>
    ze2-+T$Tjg$6`zxXgm@)Scqg51u+
    zvD>dWYt5xRl{M=?)O9wFd0i@My+wNcmStOfw(r$iaEF~9bWbNEkTZ3m)y8E=HmcL$
    zKa;>w-`54il3rEQ;kL^*z$GnvzA_0Tj~Z)1Pen#EIy|atOe@49+jWS&nFI`m9ysHw
    zFl-fuZL&oF^t`aac06V~E~$Gt9mGrhaC|*
    z+Nc(zoG@C$%nlQFf=acL^4is<6z9;Y
    z=sp6y2PG4t3s{8Gd;oGa&^?7;D&4+8p!*130J?dl(|I-Vyqc*z-$X$?Z}F*}*Ru1*
    z>Yo^%$=@>Kxa!V*=GM_$pV>6JX?*Dwx9@5}$(S=aTh+badhK&kua|Kc@C0I7Svyl5LS8JRl3D$
    z`<~UY#hsnPpHRaYDL3KeEFHB5qI=$&$&>|lR>p)gv7fN@_jh5d%ibS`QhEQ@gqL4B
    z_6EDiI6QI$E5QadAQnUy?B*5I#$jksgKF0iwE`pcT^cPKZ)_lC)t5@*?pvqbx5wSL
    zU*7rJJyY(zllHx0S3wfvGFH_lURBim9;w$d40s~hp}vkjYR$+twvgz7l|zQrgH?jk
    z>5ANsy~EgHjM6`1<>=|e+Q_^vU`e6v9avpX(+*)3I6!YfN=y!|H6tduTiNumZd(i^
    z1koa7ps>jxf{ri4CIjKdZsLl)zJNgnmX(1wGKHIM{76m`+M>QfXMrys(|djtmo1Sz=(rrIZ2
    zEPypl_6WQJX%In%UBE*fpxbfW-Xl0qSbPafN6gEL`;*N}<(8##^U{b)M6llj-Q{3}
    z^a`QFA~WrB0%y3Oet;PXi6ePgt8PF8Ou&hpC)GHHq)SQI0Q3yU>JwC;U6k?}Duu9z
    zT2A0i?cipvr=XaA`!k9=k6)*xpLrz5vbWu3Pj7UM(#@d*sZKXOF^?u6Me0dAxM_g{_y0rb=%f*$KY*YJSn!
    z&hgeWcRlM(d951XIhDU;Hrw8i_r7E=&YP9&xp^Qu$wYv*KQa%nK&g_kEp6G>Jiqlm)T=7z09IBKMRRC;6a4BLimksi~=O2kOol_V&K
    z?L&68J!%l9L-vel!`LwOM_M-2$Z;@l=Y6)|kdEbGwY5>Lr_U
    zWFEhHIgV`;by4sA?%0pFf<<6vS5_Hx+7%*|PMkAY|Hw)Y*P$aOK
    z3X}3sw@(3DFdH}l(RFr`P=s(8h;1rON19+LVUrF`Ww1w6PZFkVW9+8eLS)&ru#jk6325c()cr+j1l|6QFkc~V;Cb^TXZ~b%+4#E2s^u3>US9Xcimj0FeV8TX
    z`KEK1#&efW9GS{pacV~*JNIhglIg<6cwys(byJ0FN3!3~lJd(y+*dYFSFDa#tiH5v
    zs$#>)U2l0Su2$8I$EIsn#A{bvvP{*ko~l|i=A3C<`D)X}rb`cheZ}QlzPsUD8-8H<
    z&gRM5-D93>#nls*FYcWwUveSqjq;Y6vf7DNUmVtdUaP9TR#XnG=qX}it6<7qHGcg3
    z(7B-tt;Che*Lx-pw*Oi9jn#M06qTbR9`DGBXNE_I
    z$3HdYt(|iFUR*PA{H386hAy>!?XjuFx4z-N73t7ts-a*$3ytwwnC)kEl!?GnM`?`d
    zRs?LyG9?gJn_53nv1$v=5B?-=;*3H|P^kJ#s)8g!nTg6jMa)NX`Xwf$Yamo))Gia!
    zHQC8RWlCy>+q5~(>m(TyiF%1C9KBY
    zrj2nYkyM>NHWBo(2_T97I@!EZ$lRE0?4-d}gCW@e?BWxZJRA^CGju+Mwp_Fc?d;=t
    zPuSUriP~-8A4;RrZ843MU^?E#THZG0uA6qRj=NW1y7}^wDfi|{yC%v)x|EB%P5n<3
    zzgd$Nr%3spMpBh-4OAlmIxt?A)UaHP>c=czy_MD@CDt*iQEn5JOZXnEe0SUYQmOyk
    z=v(meN#;tQNt&ta8x0Nt`xx0BYSRRJPF@4rTp2qbo%_=gB8fgl+~|e7(n4J!b{ybq
    zOv;M5d&MQkl>3%R`z`-3LE=SAY=fzPNxMo-Hf-+UasjK{QGLJHyLTE*SJ%=^r2riV
    z(`^m)FCFMs#@#C~m0Y$98IERXcL|z!AOUmI94;yjIzZXe;abnQSQgJy+#`e
    zYBOKy4PVv{k}I`A5P51Y0Kj_&H4AgmNOg1Ck`ji^H)FQBMa*Au)VTDv
    zUAd3WAm6BUBv>M>N9H?+dV+n&_zlz{iEDj)cv%plKxV!@Fpwk8oD?6hiUjS5A198$
    zkUBy}%%n}By{f+-lhdu@#Jhsy$y|sySTBmBlIS817sTsg=r=G-M7VZ`RJ119l&&K%
    z^XP&gmkHT0PTJF%_k{+M4ej-T66daCOXg3uc{oL?&7W*gH|-LwO`G!|z*V#T-R$!<
    z^gv&R-f3PBTG;TLPWAg2YJQ&4bWR)d&2M^YitV4Q*_-!hQ>~Z6U_nNNJoZN8%}poh
    zK*SB(ov)Y2X6i^CtG_|ZwG!`4Z9CvLgtr-auR~uWBvyJ7sL|rM%R*}HTjsLtj%}7XkHxW<
    z1KKPfB6yF5QIkOW$YNY5gD%UQjJs(^!2xUC+Y>$Yoh2nq+htP1+}e)gN!@YeT-XPZ
    zg|E|}$M*5DHLc*Y`G_FE2L_0mdK8!$Mr9GK|W3(d|*yY8prWrRvmB5)2
    zuwfAig|$2_9hAw8ZlZ*cn-Q;{UWhH5r>x^cZ1WNxNP+1tD%yOdj{!{bHA7FboF@Mo
    z?D(XaQJ;xZ`9Cud>OFwdlvSE2O6e}P9vsn$E&Yhjie&fwdR-;_Lxc!6#|SeE#uySJ
    z;f-uPdcMB%5c%Txb?5x!bQN3g$LT7Pb*6SzTZhKPrq60qIw8g#PNlr`UZ+uB_t6Yd
    z`8qr@<)tSE<#j*J@bG
    z?o3+LPe6wmd#_%~uebNkYwQ_nZ2b)yt8KTvDa~zz$?d&_^uLPiDot8)+v2wy#KTR8
    zJ~Rh;yny;MdoqjT%N^oJMD*idHZV<
    z+g}%IH7;V4aarc-(V*0wPp*}H;Gi6A4{JBsx{@`l+4ePCt`i)UTrc)Fd9m!oKIcLS
    zOXM7s;Fg!lE`)gGn`Aehxnj4Jmzj4>?5_=S9#ZEiUJ94}sj>Pmxl#6-JkRD+YSfeq
    zyOjLrt$M1|C-M|LnfHKqPbZjuYlwHVYZ1!RS}NZxS0ScYu7)i$d~4%gD%ap%24^$3sLx{%W7}GRd2tYl$yhc@!yEjx
    znYm(YLVZ3E9>TR+1E`LmF9Mfj@U8;BD-!j$r7+%hl*{=3H}P^-It-;(hc;g@f}~$q
    zS>obffLGHm)6_CzzvA@IR8-+-
    z-ZgjO$mXl16{LP0+4)XM^~m-aPyRD)qiy3izv-!a-zJr6E-s82MA^oClY&~DZ_?N2
    zFjj$KzW}S49H>1r+P)cTIr1vPdVOQ&q1Sg%XqWXqNUwFxJ~aPMeeRK>7%8NqZapOV
    zOwM^~e!nfYid9V@Ykm8n@D4(YMTA#xkPexe!9l2`C>>jt!S(~rbTs7=4nq2~$W<1d
    z3q`0(^W-*3aD|Q81R9hm*AD0tbm{r|^ay0xGwbIwzt8AAnt8Bkt*;-(GJ>PDKqb&RqqGd@=C~zdIbDdj3@${5
    z43jX_v;;1QGL~@T`mt;*RqO@}a?4K{pt^;8JOKaBLsvn_1C3Mc>;KK^VdFb)$5GBer-x3vzn*`sHUp0+*X9Ce;47;(>d3r2G03qB1yj&GxJ
    z3mr7ctQZ2cqgQk>k}?pR2%~#OXf^CU%%;HPH%u=L5DN1s-t00WJ~Hst&3gfdW!Ug=
    z;G>tM6P=wc+Ac;)elm|0LfFCiqyQ|K40!D9obN57f%mBRW
    z2qQ^i3zswOE0q$b7HE_Nw!VZH$5VLL2v~C;`D?%y0*g+P0`(b93d8!?=s?O)6NNz?O({FMP<)z)7||!AJT|vT
    z$@-ADtSU$K;v`;2$gJMFBGJL@NIzEFR~**xR)JmVSlOgpRM&Z_b4SDf`%
    zi*K43xFG+icnz)C{AcbQy>qO6{N{JwzwD?n__N&bd{^dWcQnI7dl}uK
    zOBi3Vp7u6^Qi6s~!eR`pG#}6iq?5rcZ-ZwalI@W%Fbv%>8nrUIg;1)l8=Ay>s)Pbw
    z6NF+3^g^u6G@RxLe8WJB)F7`o(T=l9&pbBz*m(5($#W-h{_DcFh0b16M|qH3XvrtT
    zO*a}OvNt=m3uG1HzO?I;4>?(*JzhU#8?tn0*bvi@@%UZFvJLZ3YSrWULvZ(Z+@g9+
    z<`D?dF(V8e;6BoC2~J`_b`Z)TfemSmgd18AdGLZnXvVx}LW20PNtm{a7baFR;RqZw
    zUjQHoSf~`?s6hh_;pfR%kt&NYflJ_xDgw{Uq}}3Qy$ZYx^7_}zic%V+yYe&~a}f>7
    ztpwtOW3DCwTh#xt+NiaR)oPjvDiueEy)eleXH0u93ahyw#K52H3HW*}jxLQ&x5Mku#5+eeBF*6T?$w
    zH;+;7Nq5zR{leB4yzds)O)R-!n<{LY^fckX=ZIUNKtg-^MXQBZH=%~lSw3eyE5XsE
    zwHrp%PdbOBZH7TOAl@1*!dM7>EN_gu#R+RBV0%aUQr-5%SOlFcR!;8em_-pppifiM
    zmvA49s!0r
    zU2$8y;ZJTmR7sP
    ztYr1>tiHpex8@z4bD;`vj&m@R}d
    zolpX4t$|6ViK7inW;eZHHEl;TFqk?RfXqh<;k+7KTn?&EyOOM~Y@_oInI#wSWJ`-5
    z7d)xj{f^k?J@^I!WK}7ku4w_8_lpSs`egLmY0^M<`os@mReJ{tWJv~*iF70Y{$rry
    z>LzCwiJa~Z-Mw%(rTY!Kk=_<)mvF0LHXC6Lal+asAe7Ct0Eaqmr7W=$(^Mvv+J8@T
    zxDW9#h04u;=E2bi$5&0|E}G6=7SCNaVg&;>);Rhocs-|!n6lF@z~6{m=}n|3zEolO_+zg+*ObEBAj^FpV!v6vS6kMJUvc~ab<&lZ-vlnENJnD;Py
    zMbg9!3mN1G2>>$23E#vh!H*IEH$<#JT;NryCab`;RMj<$04o&CdOlUuel;O_{o+uTNWtcQ(SePZ@?Oof-$=ANp
    zm#|Z9Ok<}WHzCOzqqdH8@h9QC4t#G%igaQO8KHgXk@Ab49spn!m!IA9r9EImyhY<{
    z&u>1rIqq$|mS27ido}IT(JN(5V>ZaX#^o<=ro?xixpVyBm-fz7)|_8{Zuvx4ys~ks
    zxbgjLsl54pw^UO1%ZMA5Jh8deZ+YFi4EOdOU79|IC(saqk&F&ojZLk|yv<~WL=e07
    zS1d_Z9%Q)(`7^*I3j;Ed>zQznH7S_DA&$&sex`gGYc`dYHDr%epnZn4p2vW1s3nsq
    zjgC-||L%;jnM)#z!Kfj6JDQ)YLx0PhPsi}XIEJ%83k&rUlFy-Rs&9cD4q$?+A;(eU
    ztePob#ya#iV6|tAAIjnqvwp1-rK2E0(y!!xgPjB)8VHg#H3@+en!h0b*0A;HeLLU&n5Vb*;Qs5iN{F#tdXA%?a
    z>w`aHWMmqW&(^{FEWTR;%F|R$3Pyo!N0*&wO*be;pcL43nq@v95Lw&3h4G8calcXtCnudrtuMpKjyDubZLLvaf7!;@b2m$JTH1yi|`$uVvC{QX55L3hW
    ztP5ERfx+X`cN4Mbbb&g=iwHtBitvXM^1ef1+qRxXgdU0V~mYYbO;M4
    z@YNlB3K9-tb!8VhC?&F8@M@1EBRl@2{Mx8TCu!)3{SHpwECa475opB55e*h$y2E7wbq{BaBjnelFQj6
    zZC5;Zz(4=UM#A`e&+H}9aS?HT(_TMZv0Yetsc_1>mPF9SXT4{<)A^0@{KgAwU)^|d
    z5Dz7t>7V%weJ%VKU!512LL`LemUrN`@tELYe@XDt8F$_Tc}st^)W}~lT~%Asj7UbrcMy0=Bj8*
    zMIy@_JZ_}0BuOMqx*ys4Stj~$%v&D|gVP_*!q-T$4@<+&`TDS7(^p))KXc9&y2H#X>GYNW~r
    zdt?Ps>>6^utg%tUo*_@BL*zs5qZzhiy-g|Ol#3o@+JbZS)YxuwL6WaPkMmG>9y4B<
    zHcR(WI;fF$nM%pnrlFjnJR%ZKuY$fWE8`~YHkCol!?%Z=klEOSe~qQM2OA=bS5nD%
    zIwdYt7!5G{h7WoOrF#bbz~zwDVW%)Oeko>vDd8sj&j`sWp^D%w7`C8BZrYWFh)AeZ
    zj%&_`Xia0M(+!{TRUgCkEJUK6ohH}bC_?wMf--h>y97SKL3ezHC|N)nbwC28)E)2~J3^ffo`cA|&0Q4_LEUl0Sg%_NPc!B>q|=|WHwO>%cC
    zVPM9O=1UF@jDmR%;OPCZ;jY-{+lN4w@bMfF%p|9Um`fcnXq2@1Fv`>C1;lCi
    zkZ~$UuU;3JYx*-&H!wN$83lH1pJYcv(CisScZz+BwLSPSCapcK91%fmD<+$@mJAl?
    z2BegxO0-ef5ao
    z_j*9DV7kS(Jdz?)v=8nX6cu_)qSN^hP(K{B^(2=|m}eeeq%<{w7N_{wB7Y)-zv&@*
    z%eK{cB`;$9tw@-$bH9z&nTipx0<-kww>V5P`Zo0gph96TlMA;q1ntjaBLUHOKzVpO
    z6AcM>((o*jaBDmR9jJg8mT*5Ex8_e3f~t%};B!eMA;gCX#!wg&3`~N67huUj!lM!5
    zOl$hRNpeOdmrLqz)6JkY5;;iS1(F+w!R?2jzhQ6uI^f{D5HNM%If$s&s5fuYjkOB-
    zpjlHactDk=h0xBYV?gaGh|`5gqdTz6NAl1>2sXD^r1I+VJyT`=i%TwSxv(T&wqnHd
    zZgJVO+edP)!9KxG=3DM}OKP8eV8jJmhqC(V(&l(+^DA9brK?BWZ|7BBE3BC=tdAGg
    zPpq0MTspFK##=ZRf^R93auh9^E^3SyHC|YADeFqntuqut6DDE
    zF5UN<`v>>W*{sER_|S$+@+~<(d~W!{!B+zp15>r@zEymA_2uGt?WRdj^^B){+EW|%
    z)K2YJ6WjziB#uWjuf7rK0Iot?^Z@SMs;aw5)pd=*6RBuJO%p
    z6f{*$FqhY+ymQw62hJ1L(*{0ko{B(
    zYAH4Od5|*EV@4_VK2utgg_J$%oW~T3@-xz47SJJZSp{*C*0+-u^cKREOg&(shVxVn
    z=oM{b%zcFYh+(-h>`Dq-AgFQabRIOV*%|3Jr`|76U1DT>u%u$A@564B!ym-yWo4w^
    z44Mfw5w&C`hlI3*;h)n`ybFaO888V^;`4Y*xM)ekE)VJ?^#zK09JyFcsJ@M#eviNo
    zysH0zq8KqG@x(RC^M@3{Z0QMl`zM4Ya`lfh&?%UQ*%_62rHf@wezH<+_00I|DO&8m
    zLScMh8cN2KqbJ90=d;gcPkDV<-lSl}qC9*1ncL59#z*(oymadew@wu;XOZQ|kWe1R
    z*Y2DtsTi|DP&sxx^o(OeS8MzimXH^SshV5Q**0TjnHdL*cAsEhrqbk449~p5J+H=b2#~
    z{*w0vFHl1JlyCjmuB(+T7b2H-O;v81EQU>C*|eu7?x`7%!m1GM9*c}_zE-{Lf-PR%
    zG_v=qq2HV?ye(dM+vVn|!aFBDcbZh4W;rPaL@aHB-89}*Q$M)+dj<}})RMSU{sJq#
    zF=EG0T^vGX@|5sgBs`?o#aCGot_=Ae0fX7>!(8t-O!ej`>rD|Lqg4wH%qOq#+olThq-~a++GzswOc285
    z9?~Z(&3dyWlM0!!<3`F*3w<(^8CA%utCEZ=(5{&srmo@A(FLLAAxjMG<*>64hMagu
    zEJ8Et(aZ=jso6;)Ofae$ki@Q{mGL;OC5-(Y()v9Y@L=&)tj
    z1FPnoj7ZRfz9cv!&Q-3Wc{TG}hG0s^I=Zh>1
    z*X;*WDuEM;290;+<{)EJYP-{mMyDVm9@Ki1QdmE{+C>|dZRPLE5zk64AD8JJ_a_IZ
    z9o(IHJar}&Y{d;&dyO5|jM7qye@a4DVSfAvu4
    z6I;Mqp^@ZogRp!WAAiFJ8!glA?pU^>dAsQuY)(oUQd-TD3sa56qGAw@(sXterYn7H
    z7}mvyN5FjzM8hC8=v)UFB2A5fws$6FpkVV!vtg7a#PL*vkierzgViI^Jlrg6#r5JV
    zYhpZMxeE6r`Vf)Dj8R;Q0jVz9h>+j{%pqwhQahRigfxyk2=5ADpo94Sg~6&DiU#5`
    znJI<{1gxQ{a*et%DH`7)Jy6FiXMw#I7pjd*k_z3h7bkYLq50)w!rNPNAedL9h
    zaIIKhxCiz;x?F(|#X{-Ai;HACD2G1-2{v963m9c3B{y18;8Kl9=G?V;&~5aBzSYf9
    zD9x4izJ|_}F$4T{!rgCJ#o?OnaHpSU%dGHDOHDJIDqBb?O_Q@=b(mM7(KMF1kUpIk
    zFrh=JeAsf3NejiNOk)J}}1XETv
    zcn+qC&f2t({iTc0G8ik;2e;6Mq|On}q1BhM1H!}rUoGI{4}yF63+#yr8#*my3VHDB
    zViJ6)#K5bEDGk0(1!0AgRy*mY_={rxe8EVX%{ANlik$gna-ekT6
    ze{w^T^m{}hHlsqwB5;Pcs&+g!RoOV=z2+>Nc2>uo)mNM~*Vf)L;+olX$4KrqcM%L4
    zuNE#Em(TZ{>zOKC4tayeJGMUVSv0!!T4CjQAYQm^Wb3t(in9-$d1zwGRLQat*Sk*7
    z>4RgHXKT*Xzy_elGsSh&#SQV|
    zhF6MTU378LrNJqG>y_dyaI05R`TlYV-x;+@i<&-M3DL&HUU<>NXCY>s)zi+pxU=qx
    z6aI)7PXxq=mwxe~Un*brf#k#oyq7hM-8CMK7cY6MtoGe<-_Nq7ikknJEkM-u2$4hI
    zD=6CLwtwH9vu%0y_lvW)-IV?Pn;dxW!e|;7QQA;^Smuu6g$=gNv0AdE+9yeK6TH$z
    zM$n*7>8zs-l(Cs|7YSfvqNfGbg~LvoK{RnE+xa7sV!fq+i(z}2rdbdNE;NCvoJ60U
    zrezT^`rTP6A-Y
    zB-Pchd-9Vx*s$A8`;aDK7soId|LT?L^4-)9GnP&2SPmt3G+hiRPOS{|z|94=Wb8BM
    zKHtt%1w^j+P$$H`sbvET8$As5b@dEDkpntRJ9~nn2H9Q;MUZ0)s1)=82ENp=UeZ=J
    ziMDX+fHBaEm}qf=Lo<4=M?fM=bcPW{s;LxP@}=oyS^rZFCN{DbnZfrKN`<9otIt$l
    zsabicda7pARKezvtapklP3JW}-$o~_svsQ5FCEFffyLzziUe$vRS(|MFH$59E)bWA
    z|46O@@M>22q7RuqKL{J6VH><+TTK6>WSxO?dg3>;tukT;q)?OX(t
    zgYhFkuWxzF5dP!h@{w(CA#MBT+vw0ug_uHJtU>dHQU&vW3tkvKQE1ww4L+3E#H5>$
    z4Gq5dcn3r$)N}oa5pP~s5Rh`dRsAYLQY=N2b|D+6f25&>|G)C;^Lfwbjog`Rdc`u)
    zbmTWKQYW+Af;?a^)N~ns{wwM5iMi8S5t(qQ&g&yb2Fb-oh_KVBVx>GVsqxZ9zB
    z6DdnjDkQa4gGej{pnML3VeKywW_EG<0Dh+kpgPFn7Zee`E!=Sjjq=?{fpbSNGl40|
    zxq^{>WO1@@blrv|^LJyqJy@
    z**_wsQO=E}SMXARVG$P`PiqjkzL~O`a}STj
    z#CiXk^Zs-G=WuqGPW@M(J$B|8oUHTN|2wCf_Qsp`PBrb*oB-6nuxcFc0Y0C{3rn0v
    zuyTX17w>|qkw|{_52k-3%gWYT!kvp?`%q>qXm4bgo{GU7QHm
    zNU3hd&|HUqdNmoz+CGllP2)yyz^a?@xL(TbBA;gFav#Kp+uC=)tc-CEHz`ax>Flfe
    zn{=bbv2_{0`K>rJ=}~D5yezQ11EK}uEZ2Z~C*Y}@be
    zFgK_DL7`mWO3BRWdMUG*G?q=imX?+W^}?u6v0@S~rI+Bhx3w9KRDVj%XI;fLdLtg=
    zdP!;<^decUVbrYt9i``?E97d-?R-!hgN()Bnz4A)k{bR|T~9V3=AYjH6ql*<>fd2p
    zE?U~*xrZ4mR`oDzM7-MF(nlIz7VXDX6JY+b2eN^SCO*R3TUBnWD|VSVpp
    zsBfLAzLbIe$l7kuvA@qy(Y}Q$T3`S_vVJQAzY60hIz>mjbj-IE@XSj-b!|cT#kN8Z
    zs&DF}?JrmFKu)!lZd>SvqZ5+ak9es0>4V`y%A%g690PRgquY~o`%g;xdAfa$ZeO7=
    zGT~H9=qD4qq)k(aWfkX9enf9XH>k9+se~uf{WCpJVRU;KTTkR9us-=`YWvXcan#RN
    zOIZc)TMHb8bNEDU!7RPa-o#-=Mi{*{=Hgp>HCB9K&spjy{&1zo;hL+?a%`H*_d1r(
    zHb{%=z@yHTW4Bx4sJWI`IqSfaDC5f6YbaPl2L*dUH|vZjlh>=h7R#-n(p;(xWVtUw}8Qdan@9=5pzEE^5tll+M;mdo24cv$i}37Qj03
    z+;-<2{rpGxAxnJ)3q7{U
    zMGVzmxa6L1p(k8L2vZ$Rtf9b>B^geV)fZ)KGxWFA0D}S@!jI2c=s;~ZOm68oZ6-sA
    zQF5dKG(y*q6<_DGS|r&@GvOHB&SNopRqsY_E8(Rlh}ez
    zYH5Z~EVYNY!52IX=R%NebI-Y(+)E>)Z0@ZQdO-Ni+!5@7<(eiWr_$hu+85O7U{kqn
    z_*hP=B_PV6R={Gg#caK&Nml4gLXx+gC)DCowfACRzHBj0)z*Qyw~Sgd2>~*Z>N1%5
    zkik!CN8T1EkGsJO7MYLXJLve>9$Sckht@_8oaR%sEBrIvi0+IKl=*z(Y^?e;0a9bq
    z0bT+ZA_=IUoVS!A1B|5_V4$Wfzvh_G#L)>aB`9e#v5&
    z&n#;cCtmdYtRH#w4ezQKize=$
    zs#`VbTxFv8?ZVQHNp@-*Q*1c?c?W7q-{Glk>02+YS6;LSsBNTwrw@Hw9nPOQJ&x6)
    zB1+Sef)9|EF3TKwU`)dY5Hcuso!e6!-6mhYauItr%#w@QQ*Sn&UAN8d>OhG=8jx)(V>^5
    z=a(1Bo+pjoz(*prr$mp%dySlHDt&%@E%{b7+L@P@+ebbX19|Y|n2+9i;mNT8&wM-!
    z@hkvFUCg?U*v$tO`c56IaUy-eekkGC3RX7pXYBbe2#GDFWMkmAE^VTCwrF|b&oZ|k
    zFK2~wKaQXqOi8WGSB1Jc1XE^m&z3}Ysd-GM@TlEvSg&jOp_Rhn)L!VZ$uUM|
    zJ#vcL77}aHu9`HI&7x$(>7SL+D?{$i{y`i+>(lySl$72dbife*D-l=-7(#!N;P2-$
    zd<{y=;TEU@m#t~JWf{EPC+(-xju()?UT=%0J1`CIec=J@gD|5wNoS-(QD_?>Um<<0
    zKIRReB33|+p*P-7@S$7i)22EY9x%EBM;1659Y&G;zDBT4jj6EL#3vz+4qzk4KwwW!
    z8)1Yd6$Ush-$&!1H-&U5TIY>^5Y0eWo8OLe&;;kCvwRdQFOek%8>&s{zjdLr+XV8Q
    zO#Kk3Hcd-FEL*JDB<3)DNrniUFGcAPHaAJ^Ffwtd7VY%q#F9zxO&{10fRBjLamx-rq?VEJ&n-7ElKmmj#Ib8?{GlLc%7c;1MWY;dU@`JTb^#_#R
    z@NpRb2$(R8flRZ}hQXV|O5@YB^!+)?pnisyBk>tJ<@YOEjAof*i%9uJ8n{JB2#Gz`
    zT<&P@m`pxf++L`@_3(VP7L
    z&-Qejg(4qE<~5H6iLaR%O>45S1T8t
    zZ#dU5viqIl+L3Kn%W)?9M{K@z39;Dul^69=wS
    zyX@a01Ds~k!3~-GTL5WWf)?~hV~T^Cxma^F+)Sor*po>{Oe99?1QAGfnhzD3>`w2d
    z6L(#~h|&!1Tw3ezML%>!S<4o)QS53!{>A}0%@M83HN?4p`bCN?Z#
    zO7CXHAyKvD$j}TOrikArAX%;hNp-_?Rdc+md8%r~q_do`I=&V;?WM2wP1dctw0g>W
    z%cN8L{F!-b4P=#vb}_2PGyO^;Uo{HQp|+-7I_Rif*w+cz(ypVK5SJy>NgWuQYwZIV
    z!owg=`>ez1BX?SX_?c`K87pKur;|KQlgV{S(h-$xeI>;S)S#XI!4=fj)};3i(4jD*
    z?1YsA@3m}$2|}1C2RumL1Kz{1GdTo@I)d3rWFziKS8sniv}qxFvK#DrdM~d{`*qg6*aX)iRWYI#>~IQ6ELJ6v}`l{4uW?
    zf|bp7gh{pu_AYc=N#)5T5k;-(Ajuiks{-b?CK
    z@p|^wFn%+DY9_ygo&2_6$*-q(xC?&%G
    zIRM2^Qrl}Owbj-OL~QOc5(q^6dw4lZuG$wkS@$wJMHd|adE7b#qXhbzb*8nY9it#4
    z9i+wiI2a|s36`S^0@Q;NjM5g60)TMPRvI5OFt7rS891?`>=DZobhrRV3{Gz`9VEDn
    zgnW>|jKgpk7l>W=D#(^?!bzG&TR?iyX|ldI;dizUCPN*@q*z~cP5{U7ANGT>*Q|y$
    zRy(Bx!pZPjMeJeF*wZ5eA;A}q)b!
    zCXxn6WN9i=2Y`>68wDvzu?va;jgxec+Sz#^sg5Vf3g!)S(Wwhpj3yd|rB+0)dItJn
    zfk$Yu(=cskc|_8zAMNB8fg6ep^bkQ{6i1MtizZC%WKTold^*7f&bjM`046X=KiZy|
    z*J4HJ1Xh;D7Kl=z0U;BTOz1|?ZDf;#4H}m)?Y$Aw`2nGUhmiqD=O#x^`AkvGbkX8?
    z(c+1%Q$-DY($|v@Yu=fnvXR}uwc|zS%g&X3X)hl<9E&{l2o#=QbOUXc)I*XiyrYh<
    znaG*)HcmPl`Evr`-fTJLZxzAYdI^eoYTIl!eqWCipw=e}S{>5sj=a`V+v_D3+`H0u
    z?1gZy_JJ}thIjx{Arj0n+D+Y5Jiq{{43ikc_e|K&W#HP6S+|;pQa@fj|CUluev!bk
    z|L5!ZSxP-RHaFKp@A%WzYeQDmnQEzb5EztX8Nt5=I^QS!E2KH6NQ5(cFajSga;iRZ^AJ
    znOx?yH1!@}T{Zz{3TIo!YGp(qoZSMo2$u^)NE_>);s}xIYnK-~EO*gr-YGPUM=0HQ
    zggiWO*MT&`C&At{EL1ubT2Mopf%vY{yMNwMGRX6+;@%
    z0|MF}!Vg{Z_i;6TI)x5l0+dDMj#Hcy2d$7ZWYIK$c}WdmY@={^N&Ow@3qkU(vq#zo
    z&$LZBsUa}$1Q9aGWlEN8@Gfef^CjvxMf5^eDD&i?>{K!rL{r3%^z2lUPHAsEvr)KD
    z_)!s#Ie^0%+xqn2OliflIqy59;)Y+ci?SycH(P!uyBVLcL00`Tc$~jRNa`_LlbEs{`#`Jb7mv6<%$4%W#~sfTlmYS-owlaQmcZ`+RYT0TFkh2@7$(hv}nAmRF3gdyrUU
    z$kJ`a3IaocBO&mv#Yd>Er*pKUAGX+9;uz^%mWjr~;G5S5OA}I3&|)Et0?UCfTGYS5
    zyEfKpDc~|;169X{h^gYEM0N*>eKE)>f?qALmd1EBkMXs@3V
    ze6Ap417i1lR0XNFp_)nR$FLbq)+y|K)&0~yE5lr@a+^s-jl#AkA=+Q4-a*6DO1CX^
    zV?)Hx;w|Cae_zMm*1Pr{V7o+?Z>S_;S4q^VT4-n)sgzJQBBE6yCxty?IlWcWjf9`P
    zYz48+7>I7&v}Y0olAYmZ5Xa4{-m1NMs`l2IMN4OMDjc=fO8m19JjvQ>(QG!o!9K8R
    zj^gHS@i_Kd=BllZ<`12@_+69ZxOJ{H3*UPbmVIO|NOoY0uH}}K<=P^YQVL^1deiOJ
    z76HkSu^@%P1gxBl))vhP6F~}NlQoyrv=WAPl&W4UtKKM!XnHco|lm2Zw`LT!W;V<#+RjY)UP2jNGr1yNSTg``t
    z3Jf<>iF6i}zUnNLBJH4yy75iN@ClBEK#o3p0`i+RB8GcC)=M$@i(|2Tq*|yebrWdK
    zk%IO`XoJwC()Id4*z@P21*t1O27-5xz{cTU(WI^*=zrGoq?E(teeyIr3EPdL^$y~Q
    zJLd_jA-HeBXA^lKQi?Gu6TCN_G-leHzuF}KZ|2?vJdW!+7wo+o=mr}54x+IT3yFpM
    z0+J#@0$d~#lu1gIC@CO>21$@0z*K_^T7V48iUmlr30jT`#`XwuG!_^s5tVVC=){R7
    z#fhEqOCFjHx}gr<3^P&Yeczk;G8DnY3O(~O|2emARdu7d$j)0zVs)YF)~&mod+ynf
    zHdG)#Ku?gh8^0|Q({hU1O&I5Rs@}+O&Q?(VnlZSFw&LlDZ9w>PQ)IIfwI!nonn|9{
    zrL^^t$>VRqCd%jZz!o{ZH0mfpAm397mxL62GhX71S
    z=jvcEaw5s6E0_fXD90f;e#rpJBTbC(HyJ{u;5P-osq#Mk!kmiIyL$1A(!2U#GzDX&
    zLuqVI1+yed=?e2Bi=^3MSd?F%NRMW)H)O+2pb~
    zM$L>KYUkZM?$_s@VWtZ!Ks$hg1!GHbL6c36q*o47H1cc)J2+>$@-vhTQ7x*7gsmJ3
    z_NmK8v`*119a?FQAhZMtI9sx46mfJ_CpmQr@IGL@Cx%{quCdj9u
    z-AmoBKv_8RLu6MXr+8PyzYBcLcmsm`k*}Uj`s)4H=>K}H|K#i}3}n#029AO$+)3^;
    z2v3_2!g(5myTdrFC56fBq
    z4f76v?YViI`4XpOBu4IhK@rQ4
    zT-XUoBpt9}ONFJGrdyV8!Hh?%Mp3d)bl(ve8l
    zCegzX*uqc<$+wB-C9#ocg{(H=!>X)QwWsWsUrUM{76?2C(-7>EUBe68k^HW{Q;~>R
    zi!;Ucqyzm6Yu0Jaq{<)dR*u0In+!{lSfZ;7IxDEmC`ljb@Hq%G=k#S$Lu8BKzTlJE
    zD%zaTRWfmfSwH}G-hG%TUXC=fdU=Xw4Xan?B-Clh8^WWt6|A6I1Wy^j-x{pvP&Oj=R-)Q|L+DF@WfBNN1oZ
    zN&515h6L4q#FHd|UWi_jOY{(Wc^)6ZW(qz&?_&Lh`qvsKGb34*qi#gwjOErva_g?;
    zZkcI#DB7?EVQ&2SWVCqG=170Xd*>ej93&m`ETSiY
    zDMoZHk(UOnqrf?g%np;k15h2ukrw6xoDtC&WuMRyWsT>+FDjWT_3ohHpgks3!~xW0
    z_$nDK4weCAsE$>wtuCX54wJu7DXWNklKZ7gPGQ7TII$Fl(X;*{1Qq`b+MA5RTNZ0d6&Qe+
    zuRP)_|GBU7rX4qgp~9beTb5crTw1u*ZU4w+#W_I+K}t0y7|DAV}^3F4Pz>wFw1^>WfNWYZ(cO70o?%Irv6@9LzW4%%|vC1O6R
    zIRlJ{g0TwdA+o1edXOX@1PN9s`Sl3$1QJh5q@wHf^;I4^4JS8nV@+6doW~4ijeT&*
    zIz@P)|I{f&*n_@#0P#Jsbcxa#7{KaATuK8XQL`i&FbNP1VN{V`1aF=0L$J_e5G983
    z|d2-cTo8Q>{{T1&wzt?>ASY+jnnaZ6&fN9xt{><}d
    z$IgxqyaGe(s)!#M$Pk+S8&yQDUh^)RtU^e{lFKF6Dpn(SM0V~?n=`Zd7e0$WckIZg
    zes^~H?Q~1QqSwyx_2{ui=P~(FO&Jvp7r35Xule6DoY
    zNbJu8pd6T?0sRB(g~Jq@mY_Jx7CVu=xQxB$|@sfmh${RTovf|7y8QHv2Bg!j-i)i`Ny
    z`|c+Loku`pz#@tHGzzY)CybF47e3p`t_xVaw3y`@W?LsT<0N@8w(mW_lorvlpq6AA
    zou(BAP~=*x+PH$oru9nbP)I)wz0e1i5E~Vfj+?bKEq)Ra=
    z#9z{(*1_e`K1qRtTxaPMFqQ~mENDd_ARZJRE7hh8
    z23lAo(ZbPd-qKHU^DiE}aB$*@Xl`{Zw=t62cx7=UXYJKBk?aIBU|v=Eb}P7i@-t-{eE_>M=@nmjxv1fKW_#_2zt|*HGDh+JhzM!dr}3FdE=!
    zv!sF{0B@k56Gsubp5PY^0ss;ctQ+QNbU2sxfU2n+t!fF=*lGd;ok+UGCP`#JsM7%4
    zn&hmdV%`H3TSCp4M%$TMO3=6DYJoLTdyvv1YXAe-Bkm0ONd>$gKAbF6Iegf3k3vLg
    zxLV_jN>Bf3eH}?Wq2nbj(*-_Gn?A2JweMh@g8f}=`6nF1h+3iDRcoK51Po@I63m2>
    z*f{=Vx+r-H%JIyL4?W}|6Wu(0$`FT~Vq+^X_#|tuqhO)?Fw{HA
    z_(+g0gq{VG1KL7c`uYP$Pj@Pa?y8Qm*08&MOkx^I7zvL}a?(ovq5=8Uw)YPp;5dP_
    zs5AMg4z650TDzo5zMs_K@@Ys&4%zib>$heEOP@W`qX4DTFlsg3rH74r
    zHiGbKA;VSMn$*sEf#@~tuYH)jUy0pRUI0d6&i1luhDn4|f*IxnN`xyV+(;y7LJR%}
    zLWboiO@{3jFm>LNYu=K%tdi-{1JSI<c}#>Lqt!L%KBFdYKC<4zOq$$
    z)SV-}wxOGxeq~@d=l>k&-?S`#hAeIS-(U5@*)!jroXUx5DDe`qWn7te=NPUe-;%
    zT9xHoJYSpVtokQ}7R(aOq{emOpLW=Bg?|W)gp2#}Rc0b4oiu~|A9JK@CE2?a<4p%}
    zo+JD!uRB#nPMhQdlP>%s76GN@5YbZ_w7BS4Aqut@RqdonPfnfUmjppxAv9_YZAXuW
    zDue(uo{>y8g}sJSb=J5Wi7DuHfSQ-Urj_QNT$#d5z)?MDdmt@FdKWda50OE7E|vr{ZR)eoNm7I(#EN0EtgpYX
    zp|kfCG<_icl%B4pMpFBcl^}_|$@otdPN~8f)GiQlO+$?s@jK~H{YFc}q0WZzvWE4I
    z&n#62(b76w+@^HL?VtmJBuH*zw50kTN+@*tR~pCyTwowmX&~2(t(ivt$!$|PQE%h4
    zqjBNz(RRy_{bO8^$EnW4>x_k&b{)g0PJ{eS^b+mo0|O~>R6Z)KQ%@OhOEn_|-WWu*k2Q_iAoN+$s{PlB5fYdi}A
    z_pTG2u!KA+-Lm8E$3s)C*UV-WUTnJ1gg|p4
    zO8Ma?q0^bMGt+t1Q}(HYQUB^|p4B&>%IGH)dZs!EYe9V<{rf4VJR&`|^tQXi~v$(3T*9(3tu8hR9y
    zZ&|)$>h7-_ZNQ|$_AN^g3C>a0jy3M-gxj43v35B9fZ#C@@{1HO>db=@VLk(N818~C
    z>_2@}u#yiw^bqJPc;m~WwH=@zz*89}zqV#sE$(bf;8W#0)Tkf80(qKe5_I6#6`k
    zJ%+>%{ggSbH+cUxH*)DlwY2z*zOo@~#%#C8t;@ox`qYG7qJ?n8Cw?p2AoX8AFq3)yP<`;Lei3CJZi?J}2Av%#hD((QEf~TbC
    z=uKADWi13Lh3M04LJ8+k1?%MedFT7b`X{<3S4PuoMt02kN@Bjsh_7;TN7Pq8()O|2
    zH|x(Ce|&5ha%O+tH$oGuUK<>LZrWct<{+mXx`|VI!M95%2cm`b(*+IFzQ&kuRm8XI
    z%KoTt{Ycwvde-RU<7*}sPavdB`Lv^a;ckKbMIeda!^P*@Y=P6&{lYxV5pcR;Yrb!3
    zpb32kFhf5&e5u_M#Dizh=hlVdR4I`6kS4P^DQ1Q%>*QYe*9*ryAzVYM8aYKhgA{
    zBvVI?NC!ijFd~$(#wcC@vBJIV$g4%-QTg<+-!O5F4Ir*c0h0;S_OEoq%F%0$Q$`(E
    z=(LiitemGz(5g&gRZi}oS{(H*i+R^XylbM~b<>V@3nxR{Vyk&Fpp4d51a7E@af{_)
    z9@2)HxOGZeMmjfj=Mutr3^tjCNQrg>QoMDZg6tDp)k%H0L1HG4tZpQiNS4-gsMIJE
    zK0Hdw1RARZ0ky_)c?Ydl=(Lf>g*3}RRvRsqC@!u
    z^fB(;KiD_Wd9IC&+?ZvDK^?+~_4R|ecThXx)v2J2>vU$$dGZmG
    z$3qTTzRb^Vr&xUXi1*;kgzej?_0?308-Wlnv;K^)dVYz(56;Xxp&Y#Zf;ZjrwUp)d
    zi~f51_pHn9?>Lv+6Fi}{Ir%n9C(enPQH4HFAlPj8Mi-bx)G3a;a0Z#sA8LGoPVf!c
    zU$9{w?a$i{^Joiy%oCu6>+ZbA{0Y8FWvDv?&-V9|gc>u4oA_CvKi{VLE3B_%5$`_{9m+ADay4nM2nRs6}mXp
    z>4qSY!EqnK)OP#@n1UdsYA&-fmboO7iO6x$%w?mlS${6sOd=Kfv?n0Aj-?UrQrPRD
    zYs<D9+?Om4aV#m`Ze_TExy%-e4I!Px%nf*#Z};
    z034?r9GRIMrYJHqMQF}IDT>gXiRTodISYSh<2O548O*_NPOvJNi{ISf;$R+r^YELG
    z-~3>8umHaW!J1$peha&cf<*?$tm0s8uo(ACpnt1Veuz$o+YUgwK=@ih1wkA;4w8&C
    zND^51W(;%+35_O?Andeq*$Nn*kWyPZX?b9y$L5i+;KdcGeZqMiySWVXI|Kb){k^K=
    zoZGm?FB9O6`l;8IwPCXpvGMr<3|q=F!5owhL3BjSC+CEXg<_x3u=kDC2fY<
    ziKgUZ5Fp&H5KK~h0NTttIutjW4N}}n@JwCMP4D7v$dpJ56ZeYc!*+0xr>;W{iXCMW
    zguLu-mfH?hJ4S}h5H(-3W3(1Xd^BR2%PXBYGTD2jHJZ1c!s*Txm%hIC(%RQIU)uc6
    z+AC|WHh-W*mp&XVeuUH*1!9ZWHXqbL1BAb=^Ub)p8yAg@A1gEYFnTMgX`kZujw5}_
    zOSGyFQh(@6+EPA*JK>6i4w;(z^iuB%@g_X!5cu!h*trQute`ehP&?HS^{<=usFaGa
    z8+b)@<3Y$qbE7(n&L`zLa<*maG<)3E(;s(l9fV!RuDuF-*(~fJc^icTckdurE%+7n
    zQ}-5e_elB?9t%%Y#fnx$idI}%dv#B==;5gUk!jB(3#Ur!;}dxK9#dr;7nGy}J=Ru&
    zxWjkv(O(DUdQ-+|ChszxGzjWCLn^zAJm8g52vck1X4FYtE=-tU3Uw$E;#ulz1^1Nz_w)6X
    z=I2*kh+3Z{yxK%BzD(1%IjI-et7+Luyv;}`T$a!&lLFMWe64G|CSOmxlm^z^Uq5XY
    zHkhE0`*RoJ8n9BEh=&Ii32cy5>(KUjZ4QaNy}88?veP@lT5Vd}_-r;7|KvmWc~p^H}jlX(#e
    zecg%JxNKUfy6@<79Cxzq4SaXbbtMU|lx+)V+_)58q#5tS;E9cgXFL}(oH*l%P@Hlh
    zWuode|ETk(&6Sb`u(-JK!p2EAg5gd3YCoIvm*28D5M|uO3141*c)Dn1tf)Cs)O>Z-
    z2RYHA?GfMhuRc8M%lzfd6coF|>*~FX7MtZmTT06s`-k4@mgV*jmpgHtKmcjNtOefV
    zmU}Our0on^SK5DgI2ND>rHuwD5g!-_se^dH&;<L?>n2-cRjVRZtFD}k
    z7Pm(IZPOl;kW94582x<(7e+ajIW2`G14~)aq!E{RO+E02$)Yx|2ga{hJ#@%9m%nmr
    za0uNxFSkjQ6+@J~NhmuA3KB<0B1SPf7in}F@gdNl2wv8DanFT4*K!`648C>ZjT4Bf
    zU;AF|)m1;*^n*=5t%|PL8?AoS=q<0dksFG7#7O;{ku?j(K=$1ZI$d@7y%%J#({QOd
    zWT>zIP9kg|IQ7JV*Ppob#AGm5y(Ut<=4x8BbbHjlW7@Oh9xH)F40qcam8F>b5fCH}ga!oaKzxS=q8{G@&P4F#O)qbPG>3xQ
    zP3F8+@J7K@)w>Os8?NR=%O8qnZ=UvTp7oo0B5KQJ30iXza)R
    zEyvRr){bwh%Y@?~+k&o*C^V2EOCC4zdpxeW%E(dx0;fa)O7#GdaD3=@hg}22Y>B(B
    zA&4xbo_g3lP^>+1!_!-f9S1q5CFlvJ^roNm4=a6L%0HrBI#P3v`F0)__Y_
    z4`K84622GCPsD+z`#MC`-=#%Q5%#g@Gm9rqL^A7000%;e0`yPj&G>8QvdU*O9-Gc+
    zk7Ya-$$0Eji!C#2F0bUZW1re_HE(xhr{A)wol%h%!gOjb+mto32zxi`I|&X9G>6DdS6!vwjZx
    zCOEo~G0sF2Vld9-Hca(La~~SrK9^lIv1W4fmF>~&4P?)rfyCE?lXcg9_5a|jfm?QF
    z&iEtI3A^go$0Fg>YDnK`{dclftfZ_GRCKiTxqyiD5ToE6i3?^|89$?Zy
    z5qc6KRSOKja__P=o()6bT~a*P9TWol$1u$a%qww3;mm{?C4Toun9F%WCD_N)%V&K%
    z5ZT3VjO>EfwBv#LqkJE)D1St!1&ttzBb=Ss2&UA2jAkhB(>sI>x^ST#zxGFIhYKf3
    z($wwiuM$5?pOOcjh`D;h?9*CM4$yTrrAg0(V=9W&m@@f!+P#lL
    zBxSm(Xmtx0dIZy_u*~-M@NXO@>-xiF0s=uJx$FS%9fnYj4Mq-AIAZu7v;q6zk?QV9
    zmhI34p!l(VxF5jk?pSvhMIvTbb+sBc^=^z?n;_ey*s1aS4mKNtPD+!1uqZ*7cPiv+
    zED)C(g~~yVGl@AxC^MXq2o*>A{suD;+J`!rv>4qumsLEQaSGr`sKW--;bOPls)(m*
    z@|hXW%8$JTbJ@8U*Iro5?3iOZd&}f-tfo0q(|mPhv}W_Q>@Cy2EkIMFUIAq2hIVMY
    z)gR+7R;u>EO!8?)WB>{@5<`30V(^?z)$htHxe=bB^kpEyb#;=N5t**OLg`wR*1{Ov
    zw{#}+7Mb$9`mYYhWb*`Z3`E{!&14pMK`$H1eb8^i*HRO*-@BC|uO4_t7wx=Y)xCd*
    z5GU@j%wf^YCJY@vbPd2-qQs;
    zRE0Aqcm=Nxpk-L*CFz^D5)x~GIJiYA5{L#%+oo{mLb
    zTO;fRlFFV@PNB}kWn{icweg`(;I-PCBmMnN&vq(}1Lp>kY9;k!t!S~{G#IBDqMU2B
    zG&VMU&Wb2Ea6)Uumm0~KU8&VSsD0ws{(#n9G#3AVj!u8>w$fM}`F!6H1FMb5K`4DG
    z6g<03gt`f>5A>^sxlku`_8dJn&;Va^So*?T5P6&o4jyvIl$xi_C*=Ule7h+ie4zFu
    zd{&{@>!QFU>=xDA85*c-*4ok7D7480!B|tLyP3#n4m<|kGMpV68)@I@l<`r7g9q#n
    zG+m+S0CpLQC8D)dt6p#Fw&wrg8@si)v+soP@BwRj1TA)p6_7?cq(o)+8$=`3^U+u9)52IO3~rmqI28
    z0F)!A2@3*Vuj@2qY%$1fEuylt9u*a-$^(gLQfLskjr6|7KmYY?48dp
    zV)3*dWKQd57kMDicvfroDF8UzG#pHHx_7Ha5Xv6VA&EMI9};C!^&lv9mZ+8QqpvV!
    z@3mUe{O5O!?Ks~)){Zbu$1fd!r|{j<%cappYo~o{Vf&J{c+Ouy_6ieFpj6$mF)3nt({L{FW0pguYCcxrs=t8K3$r8TqrmtQ+ZjM(reD&OE<&Z0|(tjIaF7$KQJT
    zji;|v%`9H~+_G>$FoLvPUr88_;$|u
    z7X6dcE@L>NuiD|j6{unB{MT_|~A
    z=_ZnyC{$I6Mus+EEWkv0v&L6l+;CyTWa^A}=@rNO-aqtGz6aciW!FTqYo;90Y?!h(
    zFt_zc61N4>JQ)JOH){`D*zE2((S6w=LYA=`(vx^9+@-p4h2r{+J>mujsn~?JD0`{w
    z7jS~5%_DTpcS&%d?8gZ&vnLn%TGgr7>}};x{**e;;qkTVWoh;SD^<482U_T~l}@B~
    zS6-mEcG4A#KiK+#J+nyjuW&3*)|_|JpRA>0NeXFYSnD91w@C6VT((I3sE{CnwRs9l
    ztBIErB9^DlalPKL$)hyz|u+UlKvu}t-Uvj%SLvN9*;W8X7#JZbtBuSeHBqh
    z-Mqu*+zkgTt8@Ll%Zf{c@piUaXY;FX+WBH_v$$Z7ExI$GYQ^~$3OCHVobUom_d2uY
    zi>%I7RKa#Do%iv1C(d>}OD)E;W;?vSQuUL^nR7FToxOHi@kDrg(dF#}HaLbczrx+=
    z!kB0Wv8$D|NYCLyWKbasLdxrKVlDdLG-MH(P~e_my$?%cDpY=3{o2zQ;bF@CA#1k2
    z+Bj$(wEjM9+>qIL1@B&iJ>Bp<#pX`jCkP4lFH%VXxNa_9BZ{IYzErCTxt
    z3XvXc!I^-HA-Y$qRc6qdCR%X>&zw*N0Ze=uBdxQk>El%|*TXLS+J
    zd`$=TL~tNdQ%<-?`73-@9r_U=3}jQJoVKG!Wp6Y~q)jvpC3xX8U_MXUm^Dbk#$jex7kR>twFad**8XLWfA_6;hZbV$&Y`wjqH<1}HqWlXzCDZI0J
    zpiG4LIGM-Zy&R+&Oh1*03qkuqj&gP}IK};GB-VWg;h<
    zz6gOHJ>F}cigCxqvvrCtA=*>FL$Gulp|fCJ#(CM+?@_
    z-Pr;pt^aD8z{fvB?aCpX>O7|VA@6-O?FzL6ORj^{d3C`f2!?`1xW|_1TLgR%zF?%$
    zOid$2&S#VrWZ6GqPb$3y7rV+|q}!b$<0qF(z*ne@4(t4OoRhFs3NV!em?{Oh$^l&E
    z0LF3!Q-e7Kt_vr6QMvPx&)c7G9&SdX|_Vv=3Q>s^R1{{*I}5
    zk{I3(r)}Zp-3NZm_96pGDAku5Y$&8(SvdPF@y==OKGF#<3mtWV*874SV$8k>dv*T#
    zvF9g(QGX>&goSia9Z|Gb>;?dS>--k{@#`%kO&6_$wnDnEh0SMKdESENv$*`g!Va(w
    zI_j^OHp2t7a=8Pfsx=~9v-PX*F0!#UZfx8wmFElSVj|1J1q<4$mOn_XCF!FWZZ>(0
    z`pc$0Wn!qQb@I@*hIZUBwiMfdv7A~ScL~QO9YE^p^yye~#op&O_9<0IH+DksZX&3p*zc#7Y|?r43WV(VR_J!Qr(|ds-JlmDbfG
    zcs-%324uOK$S#{%*X3I6vISvyrSEuFI2Tu1mIJw*MatYKv8U0lcFz8!<*ZftzcDT#
    z_No8m#nMWzrIp^{e0E>WsIkB0T;@)oVm00W86F0vV6Cl|XFz!&_@hQP=%j)9j2jq5
    z-S|a?m_$zv2+~#Puv%VSg&cvj>%gfcV?T?Bw}UJbCh74Uafh-#>UUvsW<{&wDUiq_
    zx?^w8v+kO6i3FedS-a~At7Ee`gb@hf4{T<>dfUl#7
    zO5d%73zMNwd(=te4gw!Achg}nNFDXfdn~!-P-_+j-YkrjuZonfx)S_h>jyc1@^G|p
    z$LPazzQAPB)c)(fna2%J$xEK((LPyxDX1Dj-XmV=^qWqxXNJ6Ftu
    z84_2bKH8JI@J~C`IkwIdH>+=bGGS73jvEl@E^K=#V%wul4-Od~oKvAbNLBtAm4qAR
    zZUHSAj0J={6$>vpx*q9ciO-=-D$oL`-VIC@CQ$O!M6^!J2X19MRWUXTP-uugoY!{p
    z)WD$pdgI34&XdmuJ0Chtqeggc#4>q$AtG7u9l)~~ES`o1pW+prmG~*L`8`XYq0N^J
    zAVp}Ag#OT4FTP8UcvDE~k+i>}D2!?%bAw3`eZY7a2T!mu;!{6EA){9x
    zGbqVlf@Md~Ku5>0p;I287?yj$He0*15QF6n4C)Nq)Eg0KCJD9)Vi;`t=}TlWOrnN$
    z5YLrWjyy766m?YmT~7V9qkd%j=mCQGYy$Qy0(O;f~1HSAcSaa*QgDhthMhr?-=$?6M*o!yvG=7Hmt8U&*F6p?Xy$4RJKE
    zZzmMt2p4=Bo^W^)g3hHofYIFrhb5%iC7)Jk3bpT(fZPznMorh!1u7YV`82Ifptc`s
    zyzWzVY|kOo>v(>mdr*(sN0^0-fgq-Swx^fE26J#fC>|-YRzOt;>AIMNjg(d{P^)!*
    z1Q)+;l__eGT~p^>gR`pHwkl_1%x0$D)(OQUHZ|q$T0P~i@+Vj^?bu+-X;<*l
    z=_A~UyMbxQ^9z*6%XE_jmT_m8IR^s#KtL5cyn+Ye#YUiRWC#XYwbqR7+{YI5LS_atkl+zOZ{T`^{(HI`YPmXimdyP9fQ=PF6*8
    zYHmC2nOUEDQ1)LK#eR9iLsqmp?gq?Io8oS?fOh}5hqzB7X_dc1%hc^%2(TW1;`Nw+oikZMt*w2JJyR
    z6+aDq5+)<$uF&a4YFq{CeGv)gY)CkVOp2MeY#ESm(r$c{u5MPrnfFVAtmT*Pl%bxvsre)mh(keSav(4HKHzL8+6vW<2hy@3oqt1
    zDIXE`qbbxdpsL4VhjpI%t2cwlhi-&;*oeDmhFv7d!>3(J3SPNWM9AhTz(T$J
    zN+Y^W2;!NzNA?-P+d%0dj>gG>o|E0}$_`YPH0W`kEKCCwzW*5h&onm_eeJg_vsv{~
    zPd&nDysGYNnP^!8Vkepb_pI|dm~NnT{3#AIv~GsJ^(77g8|qNsrVS(M&`X-dQU((P
    zx%3%pD2rss#PFK=oDA7mZe0zoj(V7M=wD#FV9oqRFNXXg8s|sfp~=&}m!X%FR}j=%
    z!v{4yPE>yYQN`tcsd}i8Zd-cP2STUS@aB3cHBd3r^alMqa&a=!BMCQf2kiP-fJl*k
    z;~okaPB5WlV0si@ku-TqI!?eWBuNyQg`d-1iCI)}BCX$Wp@j5=6-N!ZOi*$TwE(*y
    zfm;@Z_Kx|>BK|T6!u^XOOU%f+=)T~daJ-fl%czcIRF67uKq@{E@fJ@EOtxMM$I6-_
    zWldLBUn^TTn_qk}d?5^UnO`%ybGEQFR=6ZmxMXVGmB*rmu%;Z(8G9I>QRA&+;h4W7
    zqRSu%`?G+bP_r60kUD6NoP1P>N5Kp^d1-j)G)Y|}23AE*w-ItLcRYL>@uhNad%R8|
    zzu}@?D5V{El@9Ct2RIu=`evMh&C>0XqzkwO5Lv?hI+(|ze>X(`9_AWS;L;7=q1y|W
    zZjHo24$ORZ=T7TRhdZ}^-;a!!X%M$%P(Dn!Z~Jl1f=jmruG@v|(w&1}a_P>6L$?Kv
    z+ePfqosVB~=q_LdLm}X{SosmU5w6&$8X5sGIoSXc7r=Xv*1q=APCPS9cDuNdz-_BQ3GVd8g7xA3%3%(nh~@&
    zDHRdIPh{FL5*6q&DKnIhQB;**sAPoDUSNf2Y*mNK8vKYLi3oP=!HL=n0Q_?oo{Qx#
    ziR3SNXWzSzUw%B2zY>yPfoBs?ENx>vSY!}QcA{o<*1d%nZ{tlmh)Ofpc9@~m6SWu=
    zDB5yMi3XrcuL!kFA8?+QbqBNjc4-Q$s#Zd{(>i?GYJ6d`s*3t|2
    zzg!uvtP^1RER)3`uj^9a$_J=KiY`W!L>&qZd?5x@m~s@+RUe_u^cF;wS16PT8>&Db
    zO-K@2nh@1zGJbs?O^fZjjA@BNjCCof}FZD)?mQEKn
    zOlLPDR@Gd3$sce3p!FxaKiWNA`h{rvzG=_Cg}l24J`}+3Zq7ieH_TlGftWs%^*5lc
    zBQxNkwWa~XIwVoiK*+o{SvJUiIRp}BJM_K3DeC|*>7Zv*fytx?3xR0{tyW3^641CX
    zWRzjhlurn5bO<77VOt?(5tUTcavsdP(BK7dH$lP~cadrtEHjbmI+Eafe@zh5t3gQK
    z#gYpplb%RsEklO}2+v%4Mnw~)D`&i`Bt)FNbTV30KlPiDqGi)XE2gto#c-R#Ui0D%L6Zq?k~B=B7p_5_724UDo$nBE|t}g)zPmmd0=9azL0dt
    z?SB~Z7E|Xiiz(jK@SkkKkmC$elMXo`(#8P5nagzPFy_~mh29k1QA_gT5Lz#GP)G+;
    z5?OZ}1CaoafYqA5f;b`KU~B6{kZzS=5Mj3hcQ3F^hLgB)?i4Bb^@t%@TCk`1)7!2Ya
    z9709P5k$(3(3PN&ksbV)VC@yWOJdCI^YG)I%UV2}L7pwrb-)8gI+k4<$*!F$jb^VM
    z^~`4Gif}^F%z9ed>F3vtt%Ek_kqeJZdZIaXQSXweBN6Yazb#la?wHNU5j6AU*(;9N
    zvaOM2TR&J8UAFUj#;%)oOJNy9_~M9v@#N8|bHj;5+kEc+eu?}KRpv<7N>*NXg
    zMJYz2obkv(MU^I+=M;K~nOOUOWmomz
    zFKQl^a11g>6XqVL+&77~*yhU#?@*0zHo9mS5iH_PSdQoD-q7N-l~R@@LQE-6x$F?vj$4#)1dwHkL{3Kj?X)qUoVf8XE?>M
    z7#GQJ=)drEwHy!Vf6FT~A6b3j%C^JZM_=ky@?HIR$Rpc@k~Q-FP|A=KUbfl@zzE8E
    zyiPvVe^Jh@e+eC^#SJ1G2|98vkhM&
    zp<&VybTUg+Jg{6o(7%IL-nCDn?iaL(+(|uz=nSJqI?JTvZS`+bvVRdHqeb*~wTB<7
    zfUsXAj;dfzoc=!D2iM*c_#4^;a)i)#V955_2~Wns4bGKV
    zuPXut3`djhbIMYnGhJ#WHuJ9#J-wP9)Zi3PJGgJxfwqqQk3IV6-hBt+?!Eh&9}}d)
    z7AniTzn84$)Nq|Jk~?_nD(S{_#y3m5<
    zY^2fwnlm^vt-!|4QTpgAYT!z0U<%9{dYROZJ7DX5B<@0LMi4%xe$Le4aB0G(q>hkA
    zwLpPj3EjZfO@4^k;{zlacx^c1t%5Pw>)uP=Z>3Ehn<;1lSpZMw{Dw$A;-7zCdH?Kt
    zXWt)sZ|H-aKMh9L?vLglxZoh-U>U6Ya`Mx`uFOu
    zo{Oy587P2mo~(TnWs|O{lo{WOn~wCfyt$0L@iP;HGZ}SA
    zy^~Qm?J4-|cBLh!_?E?shpHdvLl+*JteeTM=aH?6`E
    z^OmV08+Ki*M2wh%8&bqdd7GzpM)OxAXETh*>VyuobGD@P_3f9o
    ze{1LH9x@}Vyx}jN7>;nTxnDRF|GpCrL#ewlS|eMJ
    zLi`#eyR%hfcLw0a5G5ZvpoXlk=7K8FXfnMd-o%EHeCTh=AW@dPGhW>5IB&5
    zgD(9d&N`|3H3Sz2@E$wlpWiUHVcNTBHaCBC``;F9#rBt-AIq+aWLHfdxSqXaHm69a
    z*kcvzBNY_!y<+qAoGmwtn-I)m!do0
    zZFE4dX~+{4De!C$iPBA_qL|-7o?laghI{KLLtixfjt}Ie~JEl7bi6yU)+uggiWcF<*4k$
    zN%)CY4B$?Rbk-5%CCXj-)0+v_-eg$2X-iMZCt3&80Q?vcU$69*#fMv2IiuT%2J?N}
    z2k65^>ZQ~-SG=|6jWyANCF9O`Uh!OM+3SyAdi?dLEy-`#D*5Dh1zx&+e$q73ZnNPFimk{hO
    zzL{lNM4;O~o1ORa!#4}jkUJrwSvgwyhOG_u4^vxm@bgibm(KN8oD&pAwDK6PkKuyx
    z5yma~Fl@t+`U93V2-iz;*oZ7_boAT=6G><|gDp_n%$MWKVj5}WC0Yp3UD{d_lTgp8H>h
    zr5ZggVLxpO_mjG)lu@^6^d!i!U40VBg#hvgs9(gmv)E9`
    zo+hiK{<^6H?>=?;skfh*_BT&^nir~YG(@G~Wuxufy_;(`Wq8AE^U&xw-JD$_159lU
    zp9R{dI|_H1vYCkySkU?3#Ylv65~frd=~MTYa`%NHJ4Bza?TO_e3-DqJYqu^^z3ysW
    zw0g@2715lwsDJykXZymj&^FsAcr4H#GvGFzMwE5nrKAH3K?Qw7kJq3OV3#MEg2xCI
    z5bYBQGhL6VPtyJw<3`gcuxcKr|2Q8rIq
    z(9t^TXi37XCQ0j`p}tm`_cgY3LuBcOtItF$9*O#QPkVNAZ{a1t?tra$N%?CGGC+(O
    z@9)qJvb7fe#AHRT{0%)XGBr74l4B#e<;S^o
    z(cGmY?KgboQAatsTdlg~@i_NeZ{@gHdO{uCT2LB=>#6&R&F)2t4|T@VgUUT*AKfu@EdpnwxcFS1pR(roeWHXk?wW
    z6-~sTG!67O$!aRpT+uAGI;94&hb0x8&$0nMdG9A?5s)VJ(i)ezELopOo^zJcW)mYu
    zt||l2ULjd4va^OLF^0(OF0&~U>n52Xk%C(Iry>4dDp4S8f-9OuA=N}|2w_{Buwm0&
    z0KlvqCJmcZ0?Do#sUXWC8#*npwP)*-T;oV-&a`O71z#Mlmj=*yRw5EW~>FfN0LMqB-E0
    zh{cA3Z5<@6xF-%XYUM85oeJpkP5RXlJ(N{Mh
    z`VK(|657)w@nH;6p(~@!H#P_>9Pc>arV+)Vx_Oyw{*t;ufAz!%@daIiHuoTWV7
    zeFz>&kyTvqDMw5qQ2zgljtJK}UJE3`fR>mdI(78-L7ocfb{A)s!B)bWUl!l)KqFu>
    ztF|Cfhp2|^PMA?6><-e5lJPZW6xNH)*Sw{3Sw+*uZP6@X_wApMSK7t83w4u6uk>6`
    z+wwunY<|JTGZ)Uhc5Za%FCbQEvECp@_40_Pe6n`NvlImEsQ(vkdN7@~Mc7tf&TPrG
    zf0*lRSp+Qv&6Rp+@IY`+F>A?DkGZ)OLEEt1M$y=1S;KG8j%c*%tOM57ClrkqqCJg@
    zH`5yqX?i_!=;Q1or>Ua<=SP1UULgXS5(*wxwE?7IfJOj_7Y=Dq7>J1KL5jEY*n#a0
    z>(~$(GZ9A>%HPsy7tQa(ILWB$9W*r=hKcK-2Wa!fcsM{|hv0
    zB3#OBG4k~k%);pOT*M2B_Kwlk*{o7b+R_V4BUyECx_;M#pV4h|zMS)W#`a89UiU46
    zK;Boo5I0d<@O|q%QHS>@!*vcz$2Y>8={wZD1-M1TMNjCP5fVjQ^fB~I`Jd>0+PC3U
    zD6my6jV{G!QT_ux+lwpcGPcm&7CLRE({4I3WkeWTM48=2@6f1<04YE>Mz1>B*m-vk
    z(tuXuFEWWuaeC(StRO=`Ulfv;(H0OKZfC)*EW{_dosQ5Xg65#NyYNpt@Krjj^CW;w
    zqB+>-=#Yc_jFhW*+)0GC-1`Z}I71B+6r_&=I|Uz^ex(P|WqGe%Kt@ysTD#A5_x7Kn
    zOjB&9YM?Pl_eEAiflUDeS;0wcyW3&HLdGf$RG@+@r_G$A1CZbXuRzmA>!1;TvAv6|
    zO%IhNkqrtzijuM)wXza81F0?0-=Sp6tdKK&A#@5pI?xx9XAggpDoFfh-BZh+(Hcp0
    z;PqDgC_T@fCSykaCR$oAljZR@Hfdk0*KqSD*=m)nqFz@99_u4te2_tCv2oawMw42H
    zFPn~L19I~?Z<3n}UYomRO3T6ueT40Dot9PoIIi<_ayRZ19g-t7rm)Te8OC;T<
    zg`Mg2+^)7ch5If){*{*R4^Uk=ut)Cr32T=oUr_&DG`R9`;DQIb3Ij@{kJ-ki3t`Rp
    zc-6QYwTOc!i|XYAHJa$6lx9PnGzv+_aWi45Y1_=}my!hl3dUI+eVOLHGnN72WunEB
    zTRApo3X0UQjro%R{7DuLHRe}%J%Lq5v51$B`j}c
    zF#v@Y!45-|RNNygN)UiB3{(6QIolctUnaon!kcXQTo8!mlX~@?ig&9oS4Z-fA=Zg+
    zHg6GrywG`{-~96Cxw7)t&t5wF`p~7JshzR%Nj3Wi`TO
    zWEA1(N*2Wbp}nvNvoBl@y6Gwj=m{;IPSO50jHAwSe)P#OoXp1<{>&UqH6gZrC62K5$shR0p+_<1!N?N`G+hWrV-t
    z$XOyoB<0Yn*u{Ycx|NDRZ9kpTK1VEz<3{V_ok
    zAqqfxx}|>ejH7U(;hN)K1SC;ni3H@^00KH-aY<0ahpvZ*a!v6HV{|MI2YESB
    zlq!aOLZ!4p3QO6G^fH}(Ouetg#faq-Xi#@W{naBo=hBL1ikDrfjizlF+5Rz{9BLAJeKmXZuxjzvv|`#ZJKKX
    zS~m?8oO-qmJ;TOvlH(*Dx`{WgBp|tlTy5}yeGW76P1{A=SDa1@^nOnur-o*~s8=Jm
    z9@81n@`^)edG6Qllg6PwXrJUP!hpj$phWIm{VB&$t9#Zm&f2-Zd+@4
    z^(!2A&>h~w2#|0*GZ4htVoMeD%Z2~~#nRe>r5wUP^#Gj&khqEjhM;j&N8qrd@$9i)
    zAqRm3kJw$2z|(do73@Q3fSHUtDH^{~m&v;{Nk4)ia?R%rOYmxB=LpjaBRwnPSk7Ti
    z4WcXBz~dQ=_^2gdbl99eMWY7dUhNX1m477^Kt!Zkw-i*uI-mE`eroh7Ix)BIhJzKM
    z5F~OJo>t29sDS?>I)uaU5T2kz;EHqfE}ecxxWa|f!iU~x@npo@`4M-1%pHihDX)jS
    z7MlAMKc)Oyhq$#PJ7?Ygn7bt6E}1xlhjZygvGm$VdhJx<)hDLYYoqDguX(nA?DpR9
    zq|as-$Fl1q+4WQVexAK-)II0TpK#B319N!=7mr>zda?IH@8tTaqtU!IqdVqus@{Au
    zwzxU6xcTbZ=;Cc39E|4d8Eu=*FNyg|A|Ni(a?U?9_RK3Cv9!gJw8hiaE!WewnpTuo
    z{$^dQVr`^i?NxWQVoNlyWpu}ES@q}+kSKFmi(*;zk*xZuC$G9c$d6|2iu!hanr+Eh
    z4yzZ6SX79KdSUCjHoNtsW^0?(_0fhZT>p8Xr2;<*j0iz32G9`bC5Agfz+z9DrUWh{
    z?qfKBsD=W|C?lxkKhrFb9FQq9U;09XOr%jIeeFfe)k|ue2VDp`rfCabw(7f;eplJ5
    z?_6excgzq;5!duJKFn;v%qZ|N2u39ulfUn1JEU03gZ5D?qJ}tL^yq$tdJ7G)LhOdD
    z0NRECw7r?p_OH;k1O%n-1ues0u
    z4g=rLfJVGY@yMX^e-LgUkZAA1WNHUtSq|m#8@Mop@~A?$4P@$r%GnV&RGShNmsV5U
    zD{8#74DjOnI)?!QTsQhUJ(}
    z-yhkq@5>-CXxFlm(
    z9L6E}(5XOJJlRdD6wRXpx};6eB@sQ#hnXbYOz&}@H_YfpBGOfQOD=V|=OG_z2z2)l
    zd|!rKifcdznp9HtmlWC-5U3
    zOuI;Fg~DVD@erf|2=({E@(>l1ocl!F-QM4dCWWwsnEs$OBZv_CVBD)l%q0C#l>-$^Z-|^m#_xHTFXU>y)-aY0%?;G=tKRM})da7X?zuGmj8$j6g+c
    zpPMOINlzBt^x_F3@ucUz^5jiFuEhq;u&SQa6=IzyyRaldI-=UhpwWX42-DBglh4>SwtJp
    zTHIEChLh2c7rE@I6&)Q&$t1o4sgbx-Ni#!x6Dd%0M90+ygq!>c@fo2(&}kAK0Z4l#
    zYuo`cRZ-#!conv=tl#YCYAk5l5Gs?{H)Wk~P@Ki%wdd)}d
    zXRM0#1+)c9P3!ZN6^efiiJk4?T@14@5GCIv5`ht1CfHlh_F0dhbHdRHI3yGZ^`Gok
    zO*^3bP`R*nK`5)?a{e;_D(-)@TRDjY9x~cPJgdEbpruvSDh&#cqh`!r+zA$`uRrc?
    zYu|gIb=SVQtF2|*wzmEFZQtA0en4vAhES^!zLc-f)YEARP5lXUo~+$H&MY!uH$9@VWA4v1;BzGGhCmsCu>en}2+Vsxick3_L|Iqm(
    z-w%A#MQssp8!|o5+bzEB)*IfmU*7cM6_vHf$+ukeBgylW2d66=^`y_n9afXRkQ`D-
    zUvx308K{}tS!ny){isJ13j`f_k;V?AB@P3?Yk(-9Q5+ZfMfoc%MIe>23}`YLQUb^w
    zc-YqGHSDe0`w+Ql)tdI##12~jIwHSn`|MpLHi#LeCldpsqEa3zqrx;Y9O>Cx8eVg$
    zki~a(2VwotZA?<5u$LU~tbK%835o?>`aW8({5}221S|0o${*n#H1DK&LKI#KUCyEh
    z+C`J>AHGV(>C{YMO7?5aoXb3yo5wa!tcrRABdv4pl$Xwa>Fi6xUm6}iFyk(o^QME$
    zmVk^RlP%Z0i*NX{<|^P8cI7~{qIt~oNj8Op%3chL(U(pMYXpBiaUkle7-^eJ&5Na0
    zMN+E(^s^p-e#Trjl3`lBi{~v)uL~!q>t8|ypx~0XB7uStZqa1Hq@KZr3b)#GeSXYn
    zK}iFF&BK5)`qQLNs7yU%DS8gcR^E_R_-Vq1xZkVog|OI
    zgiU6m=d$D-|9hCNcq%J*xu|jqH&jd#cknIT0QJJVNZgN_JGf?H1fYBmo!?FKMNXqU
    zU$;G$%(|(ZXhvf!V|^rJ{m(Ntz&Qra5161=hDIH6uYWcx@0Eu^oM&!S(^538xBj7f
    zed4GRY@%}O{4rcm3@d#Vj_E7L$}y@Cl5+_DEZR8TS9EO%%Zb2ua$SNFwTC--Y<4ig
    zDKrLz@jLrCYy{Jq^)T#XA~8`5!tY_pKrKE%@;Rbgk#eFNuCZ7}tb0%`?lj;)&j_ZN
    z{hh#tf&Fdy)!5(rAP^IjH>R;8I*Xu!*S18)*Zg@YG6E_6&Dh~_St+7|OHi)`F2*5#L5
    z+%2hAvAsGNER~;NoLMuV{6}i2iiAMn%Q+F|fbn#-c|rAWFO%>`mHyMGM9k{LpjZVJ
    z^)*1GLZ`>6xn$S#8KTamS_*2QRLF-?A!ptu8V*7{&o$Bx?ln7aCa-p?F`Bi0bgO)U`S{sYX)Iv
    zx>1_dkv){&uurX0MMk~dXF7qLsA;UJ6pB*hhsWaN9>OS@1mji$}#NFNe
    z`a&ftVz=~#`-2|IzK5EgZ4M6DiRM6bze
    z=_?p0lOIBYd(BTdrd1cTv3mG+sRfVKl9W(Nh{?cZ6
    zW}B!Phdo1{<2AA-{Wl>+)IGPa&8nO46zBF5wHl8zaglx$$(kCUhN>sVqZrpD`J5
    z+{^C?6r>Deq?G?cCvpOdJISmh6i?m5IGT1x<@=}>q1`ACl1Qiq%%S|RfI80WEi4WQ
    zYbakr1i2BSPga`dX*A-pYQf+SmyJM{iQxB)$+ip`Z_
    z`UEjRChqC+R27v`(>_AM7YQRlDr^B=f#g^vsvQHgkJIjakkL0?9%mD5w^gUTrBOd}
    zIDMLKDPKIEbFujA#Zy(It{d*Ok>^o%E-mByQ)5qYxb3H+X~_LIOHbzNm#bDyPetp=
    zDTt;wkL>t3J$L*VMDiQ1x}xcuM|RA*)2H1(DM$hUxSV=
    z=nbehXK|KSbWwHy}DnpzR*%w={5b%1%4X>WkNqILdhTu?aQ6w8=tlv*8gvXoMrRA6uf
    zx78<5m*$GlNgCF)g`2pcMD-o)S59<-U4U^0(Rh`sS1e=WvdY!VR|@)sN|B@Zkvcol
    z_;UQA7tlh*j};G^Md;zsIUXoMstDy{Je!q!@{x#L6mDFAmUNEFr2G}aDa-IZFe^7b
    z_LKlD6j-IOScK$(pLrofekp;u?1G8h*EU}BmEE-CPZ4e6%NaSAZ{#es|DJWJJwfh4
    z@XCXIjRxBWjhU$ntiiBV-MUd+JLLKpwvIW>RP_1;1Z`wkOVQPXkYjlfmz7M=#+>>l
    zdhahC_i7*2F7)*&+aZ5hE45FXVpTmwJUu|Krw=(TDQgD)WMZ0(;fZ(#RgDbhNZU;I
    z?j!_|0IOA`oW;kL8JtLjPqd5Rs>u!(Drf-Ffbt@37{p(PtKOjJQ0u5t8vg8$AJapmE
    zo3^)HZ@8klHKVDs`IWK!x=4QARAn^3@k(YSf5oV8Hlt|bp^2v__Dp9i8FhZ_ub8P^
    z_5FSCKmOk1??3h4Qy=6;SMP{c8l8_p%lGj3xWyh%Lm_+$sF!`fxj|Nt)SXM`kf|M6BM9?Y^^5w&gYz}^GVBl1!
    zxv7aW;SNCS414*(Q=N@H{Y~9{O}+5%4h=MEvdK^rk|mwRRugJGHgK}HQvItzYiWZz
    z7$M~xrtLDcHLy(YIspk!H>^B)lldbol)7x))lvCN+G89Y=yu%K*#*Ij0<)q1t`o|;
    zC>i%D-M!t|$HXn>uEge}&{o4cn(_^NO97@(8861d%)G6jdn0uE5}k;Xfx*O&@WbAd
    zyp1V)>CaMnPC80qX+?lTm>7pZ#rz36{ftoYI+P}&#p2z3^|`D4H!Y5K>q?wcRwBY6
    zoP^RX&a{{Id}+^kBNy4-(oN`
    zGo{NS{$+F6&eqIiRNS=L(^{-^`9%~YadHi^C&cnsB6Y&JI)kw{6rh-Nagb+$e5!__$})uRH>AG-vMXa`2Urn@nU#Rv
    zu0b0R)&rK+5SBgMYLt=y1DxsUKOO2FY*0~6&
    zSCpUUH^cNeFEE)uRTs@$HM%42N0iFisr)N7*E5;{eFYn!)G$Kds}60|+zF8##W!nO
    zDlC7Nj?;$~c`fVgUD{ORAqm9LYU}(*xVRtpY^ue#f*aNL6jY)fMs9%iW(`0b2Eft$
    z8o)W*&G=sc8#LwEJ9S{wsEZ+vtP3qGqD>9j5lhU$oWRy?NL6=w01DK;Kwn5AUri=P
    zY+t9a#vi2UujJkY%XU_|N};_#%D2#JqWryt2AQ%YLSHZfO!pH`O)%GFBuX?b&wV^q
    zvlk62zm2=XSkr((<9_^)CC^mkI05
    z%m5OmW#o^lw%bM^z_$bt(9Mf5!4)p&Yw;IATQ^75`j-gS&^5y@)!2>y9o;CVZV+H#
    zQ-EiPLRsIg&Gp)4F
    zQ0a=*3o9k~C6Fu)8j17NT(9PB$tkl?<81SnD>K`qoqi3UInNO1$`1}KtaP=RE{1|`}8
    zEyaW^*#aFUqAVq%h9?o
    z3}q$pJ?FK=LQQpbb#>KWfBp5Z!PYKaquDRl#A4_r3+yOGU<~@G9vs2}`Pgw4$ISjA
    z^Lmi+!}>soM4fbR%%iWGgHb|Ag}ze5CqP{2YJnD@c^)=`;(4b4`D^0tK5$x;L
    z&9B|{@?Fy~Zdtu9hZ_=)4xKtmWmXizzH$Iex1kpQgF~Q!#a-Q`zjvPq
    zFodWXpga$gDJOVZl$b(zd=$~($ku4_w*%9iBu$J5YphDs4FOMbxu*!TxbpUPwjVWSpL2{c&W^p5*Y_hsj`x=m-7zOeGl$``0*
    zv?}7N3fa4^Jb`2(AaMTBP%`|o;I#swGudE51j|?bh8o?3M%9lv0_%{(F$exro!rb$
    z+VSY9<;s?YZQ?WJhx4RtrUK0{D@`mEiB}WxqA?tud=sUJG}SDf0E4AA)Fl^eyWV5R`g>I!+9;7ea6keY%y5NU
    zcWmOq0^_&w0^xMZjOT^gIFq~iJ>=y9s+<;g{x~d5ORl+AOo2-GMf@v5_7$J-aomIM
    z#5~oh)?~_KF=7aY1S>EIoI7!ST0?@^V4;Ovv|yn6WE6C)Ht|x|$98JpgH%bTc)yY3
    z3N0AGe`YNv_i+HXpzqLwhp;I9O#1WiRa6>w;_wx5R@0YxwWhcCLf4rt
    zC<40uw{0kVpAOE;!tSz(;fT9xHr1{xshddx(hGQr42Sq%9_bDLnUVfAb7PFVoIj=`
    zkpDt21vn_+m9Md6e_k
    ziT;T*y4(B0nlo#jUpMXYhoOa;7je~L=G-Zo<E6u9$G
    zHgm>7;&1SdJI!2d9S8+VbSv@FR}qB=YI`8LGwYZhhb_j=is`2(J4lQO1|gJc4R&eL
    zS{89s(fXx1w1N|2GHEdMLI&^-=2sf3q=G@z3tz-B`8KF!K_ipbFT+IeNElBotKa8M
    zCi^%g_o8VKvhMt8cWD?Lj6R{|I^*)bu=>pE=hu#QTu*h+Wckh)oGX~9esR%Q$_=OI
    zCEIz|IoHJ2u(xt@_uI?fS^MVNOP>ojZh6<)0Ycv?1Gop>kDq9)d%Oi{eM437s{*~&
    zZM=6K8B-e``%LrR#(IC9C?(0#%v-b5u0EYdVfz$^cn(?C|h_N)WuD|Q&MIN)#6vL~e<);gko
    zwz(#r&k3YF>(F6rk5jJ~s}=CkM`f%Ap2>~f6>a7r#Hs_{Eb|d$72YgGS%IvBFsbRd
    zmySTKu4Gy~0hf*)_Am%*QJ@%sSY!S1pe(}_nAO{#iTA?{ME@^Pf)K5-`dQ}tfl>r+
    zjor&WWvwq$zk%TmF54x7!$aXs(|ILF6PP6e`Y%k3`-b>VXNn5%HaVTNf4djXr-lvZHX~f^ThW%F
    zXCZ_-JmsmlkzEohU3%%BNcN_Xdy{auc{XjPxJI~dx{+HnvHZoy;qNB>Mjo7kzj#!*
    zzA<~{)b<**YOxr+zghec7+4g?CkSkb=}2}2WnfES<)r?O)pBqEvBxDlrY3(vhw~s_
    zAEc@UTQ+cStWTn4d%$srmXkbTvvBD|5!zuq5J)(C7Jbod{u9@-mKns5LS
    z9vx$oCpJpXAmsU++^8}Xr*rtv>~nV96vDMkclTM&U@vY0Ul*3XR`^QcWXE(>+qJ5;
    zkbC)Lukw=)0AmIJX%a?fq2f#ra(qKWQeq
    z;1I+{xrvGq1K1g)mBhi}m=a9z?t6PxU`CwB#IcL>A(Vdt+(w}M*B@vBr-MR0#1xay
    zL*Jc0wu0ePr)1ctyTF;r><-;32~IP_G1#8LqjK|+NCqw{H?;`a!a+wknD5ahn#D2Aq-3)iqeIamz9;d5
    zuCfLlLhH#8)I;D~1lbD}p~V&RRDmrQgUCz&J7R?Z*nZmjlr<&*hT>O;2}0zwQ8}ic
    zI~EjTuw_XjBa$BGIwb4xa{8r_pSDhA?Ho&i3^1+rMo!6ePGvZ!^7XqAK4H(Bdk{Jxha0a9-=UyJ
    zcIm5qla;SL5y`H-_&~_LgaW&?){lqs(fTV@?H0>bOImxS?P^+XdztNOnFIOcI*D!Q
    z>zy{?q4MNl1p9j|0eKBLVrIC~ffqM!U5X+C2Ygi|9#&GSp21G<+t
    zXdj7PJY7&~k|z5m-l7Vi8YfWw4u1;d!gokJqt79ylXb>!6itJcz@XaQcVtLC&8iRK
    z$pyq6aa95UiZ1?`0C)^Hakz$%#rMLg=T6PkHNE5dmh0>8@0X2jzn)zjD(Scqh-BXr
    za^C}&Z>)3Xl%^V7^+w|bsUCd8TRiQp)uXSF$K-dgd^y~AP&NA0{RMX;1WO6r|ELVXH_>l9QBs3W}d
    z43cP?F#n?o9mG!P7t~@T5DRt<9FjeWN24}OfkYF}@=5v$kHQdAJL&OEm&6HKE1nE`
    zW1j=JnP~nd7yIYY3Kn~w1&aId1!7{}j49VW-kI#3a1V~1=z+<~NOn!gT{DyEdExMx
    z!_OZbvw@v6omCNr)OOkA$qVZvS*-}}-Ozk-|F;^)ZR1s+#_eQFGXP#2
    z&uKaurgc;@dnas9q>IFb4al18Jcp$Lvvkf|R5=M^ZwYcL$1&=lj@FPoehaj1lQZLz
    zvn6dz-bMBJJwFE@6f7{!LEIce_rWsMhKEKizw{K%~w?;CT
    zV!#nOef4vzdDw=ZHcvJUoI}n+N%nET^vfXo-bYCspTl4|Ch$2-SPSvp%oxoe$DqRi
    zVpU)*gHxfukQgSWu}9xN$p&@A4$aMc6MuyUR!M8>L?fmr1voWn9g3jN-mU3N*n&kG
    z64RXaXn091s$jOxN)bN=77FHefKhUg^uHP3VX8j_*vaYT8C6WWSi6ura0#kUqZ9-p
    z&D_OGL?CyFE7jk_V^M4Wv4z?Zu-@TnmR-p+fq<#}f5&#-c`sFa`_G;hOqJG4%VEbG
    za<888S3n=aw`kJwb6*V{`Gc2Qc&>1wZPFLXsu|ln0|g8C{hFvc^IK4}36-z9Tzw_`
    zC;3tE3&mClz1y{3MPKe;Oi=Ll*U*0u(HQ9Hx>
    zNVs!!Gat31S3?3SRd{DeqMZZZwuC=aTgXpgsmFzj9a$&)qYdWht#d1VFD(gG!vD
    z#Ky^lF1!W%OK^S!4@~5^<9(d59eXL6zQWdA63|r`3b|3OJxp!_e-PoSd5+d$M!XzhkliuY{5N{gNLLh^<+@jZD1_;Xi7xO1_NBm7}Kc#UjT>
    z)N20x2X;ZeUF~A~tp0Ij=fIN()xiM~q+!J0y`8R}k02BbO$jv{df6QO32ITn*c{k>
    zM$=#v(<8p1{}aAp1>S*MK0YhPD#ZSX(MXZtB1#D}>SErC-M6cLlm^>C_n{wgql@3V
    znLli%7vA4%Y9>eB#CF@6Y-X~92|3H^KQl+Bgi7yhDtTA(e8U-1_W>WML@{a>d-p$i
    zmz%H3T~sUwwURjj9$c)F1NIH(n4BUu{UIKplk@dZ+wxZcea=+X&1Pge3U6jYj|_jo
    zPsuBsO=S)q%1UR`m`k^0!3!C4Zi}a4j`eT*Qyf`zTD25UAV^t?rJ`mA|2Hn4O>;OZ
    zZsGw4{-T_&&6smqeD&fUnoBRe?Lyg{jBm!fZV~AWxtm#w^e4SJ`ja_%cYe}qDJ-3J
    z_#9<7vvS2>ywkgEHWej!XU>Y*H0JouITvzsO-@JaY=Nb+mVHh2IvQ?f;Eni;=X~{Z
    zESasccnZh%y>RHvp;@aVt#Zzm>PZ>B3+pf?YtEYG=up`6tXYwrtwEMPyo$6!iJB=Fg&W~awhv}$h5H>M)EWh4ewlD>OAqW@+#?kGQ
    zcO{(~)yy-f-028DD~=hO%NN>kN&LmlMGzK}b=B+NsYf@Uf+fAc3?Ekq#Iro%KsL8tD;@U?&(ALnZ3J*WQM&qa9
    z?m1>_m{7TeTNe+u^qHqQ{F(ODggrG7^m~?uoJ%G6q~hJ`|HhlC2>Tup3mvqm=TSn}
    z@4B(U8)!-TBT5l_sag*#6U{JpPZE04rhpzw5_v1p?1kM|o6t-hyLzwa>TS2;SO)F;
    z+~SFi7ds=qrK3CHrsXC3_}&OOCh*l#H;O<_dBP)OP9(ef>3c@oM?X7OO}EaD*IX~V
    zUdf2KYOc9jE<$UpMN)9u42eG)y`{`~(Lp*g>bLAs0+v1SG`9!Nhv*_v{?`x2LVwDB
    zP0FlGXU%^DO^`=B_N4YZA;E1n-;w!13nbMsX>A(h(w05x{VqtK4H|Hd8nm#0qQ+XY0dWp>EQ34B!NJ%R~X78LSs)AVEBVr|;&Cvg7g@xtU
    z3YWe98AMS^qBhUT#M=-K72UyBYJm_)31WkN97E4z+3D2N&R?U&o#Y4@6Xb~Fo%M9u
    zNLn)S_*-~Aub3zaN4WK|U!VLGk^gCv8e#0Mr_)Ce_GctLnKXb(0Pr(lxOOprsocxH>9RYHwBhEm|tB55}(d8jSIv~0%621ReTB%)XF#&}qm8cC+6mC)gxxP0wAv-QcH_S=WT&Shin@dFdVi>q!F6up-Ea_V$JT^N2m3L*td&t!}_$14RRi)vw0MU7!s
    z60`w?Js-%(#8{f7apjrh|qos+sW>&*YcGYsak&7G=WxBX~I&a@J_bz;Dbi+OxCg8Cstxqu%2RU9>bhC&nVqOQUM36{hSP{M>9<`8i|
    z76gjUZZW@+H^m#jroHhH{w7|@2V_m*J4lf9X&R{5$iw`
    z04fN)v!>k*VRyp}G(C5n*~LHG&TQi!NXfOrYwq$1RV#uciHZAXGg2|>aCM!&aDp+^
    za=4q2iQBD`iUxJ+T>}FsY1`RPmHkgtK%o~R-h^A_M4T>*Pw~^F9*T?tzvJAFh^IW{
    zlu_sU(57)QFTjFa;X4Val1EcJjAym}LRE%6eN!q3sd>noRfM7`-Q7oq(chf7nUIAe
    z=wm3~sl+pd`yF
    zS)T@yjW7$pOz~}aFoA3tU
    za=Se(AK!m|^*Km0N~ETW6-8wg(`AdpWs9fFmWRuhN6J=)+$%xPZlAEtmM+E9A0pqqneIM83UnmJhz>}!in&Bg*sLW0JKUd8f^
    z*~ed!P2HqvWt_|KRyf;w#qxDSc{yN#&J{RnPbnsytCX&&Ct=4Arq^kDd267vS|4@x
    z1_FpL1AbNs<^uXte~qrIzlRT01>O4~pj6$@vL~1bh%3B5E)$5z~RE9m3A!p^-u#x?6-ed9AOy{(PbJ}jh@595&Od(WSrmL2RtCoi<
    zS6u21<*ypI-#`qQr4zxaoQ4@+9wi@>_9BJ!tfOXi0^tFZ0&ww
    zDhzwyeFqWu`xHOrz;P(v4h+NDXG{FIZr|@eHFzB2SZI0D^RI@2{K2Rw*E|cu7({yB
    ziF+r%nSN)4U*bM^%!IRO(fa_@^r#KM3gGS>LX34`_e?K5ZA)NU0xzWpr5`)@+ly#3tvR}W0?yVwZlHDzlezO`eWvsP<<
    z#`_uG@$Bax9@{>C|Ab@w#H_`(Xe~~L>ozIVYj=g$?h38B7w&oPQ>r0Ps%e<6UJwluZ7p^j?bhj8d=5wcoml8b=#2OSpmthIOOAwV&cQ*|Bb^cYfO#ITh%^)`5
    z3LV@AGQxmsPDP#f-g8&?_O7kF)F?hw=tw|iM*#GQu@Z!n6RO4u_Zoz04X8AnZyjCZ)O_l)Bq5Db+L-mP$;_3V~;run1
    z+x}wxch^Vqw~xcG)6VI<2g7*}Qh#FSxt)`3;8^8nkJ}*d$uFPGnG8ho8ZTvqya2+Y
    zFLnLPY!2EsL0?+?YTNnt{Ps56)fNT$t8EUX$)Rro9sUnMA6#Yu8j?U?a(L5WQim|}
    zdEwDJQXPi>A|?2gfxy}g)fuXG60K4#Uj#LR__9uhY^>LnIH?dJy-0BCF#W*E*bV>#
    z1~Zf{9_S~UphtvF&n;4KG`7njtaF|SRIYPSySuR)QsYHJUM51D9|5JR=~=>Wvvj=Gj+jWD0!C1P2|
    z%>AL3r6DdiHJnpakcS}K4E3zokw)i2ioPZxGDk>QVzKi&MDAL`1yrZK32wViL#d0l
    zWwzk!25{<;R{$8t2v5}TBA5!Y0CS6Q#0aPYpTR=m1u>8Z_wP3z?vD{SfN}LOt&FIj
    zEJ4dJwEYL@R3z4n@hpQF9HnO&9g4LEVj$clgw{Al@e`!r`W@yPh(7-SAF5LQLFG!7
    zzVQACck5H5*1%EqACZlw(HW`u8fgw7eBu4SyyM>Ad+-Rt1`z3V!yaif_5O!ffbYVf5Pu-SeIu0?QQc1R$Y$gCrvag$#
    ziy;No+Xu+D+AU}A1=!L$)Y?^V4Z>}ru+|uA89q52bV<+>Kd=>k3!Q=jIrmh37mY!N
    z`a16F`{fgaA)!-8ND<(XxL@`s0fIOj`2m4|CMMu*Wq8J{@A)8$ys@bHVqm&uQ@CZ*
    z6(3Y6bJ7$2VTW}nYEmod?gDf8A%dl!eji>H=szS0(1vh7{(cDRV}Z&NVq
    zxm2`@O`o>5@fL)y#6LlJ-A3k4Z1K|qmn4r83U%)!Q-nYUhNX9G=o#T@uOEP6$00ju
    zWK}p~FeVhik2Rp6Oj6Hd0xK|iws^)6NWna)5MlJ>1y8#4F>QYZ-gNaRh2K*I$uRpp
    zMcmR&JFpEBN8K->Kx~#;M1+LB61(hve~-jvFoM7l3un22RBI0wBlHR5sKBFK-xCty
    z`SdqE?JbE2e~P
    zQ-|VzB@B(ARd`~_$YSjAG3!hPgxR_i|IO#Op4$pV=j@2DYRXytUQXfI7U-&F6wY{k
    z!hyu*SA!QTU-_+Y$>MjtOW--eS0pTx##|rHr&)X@2=to)R!l{7_4@A)g?w8CJ$5s{
    z0IbEVLKw#3t~8AMlhXEl>(%_U_7#q+{;c*^$JJH`@^OrMe4zxu$C0@+?UfXJ#5Pq>
    z)&d~dnz#TEHW8mvG3Y02@Sb#uk^Pu!Dt^hMDMRUifFji+9SiB}T+rD<^Q-qs;C3p+
    z#&(im_G57Mjd(lUbONx3?Hk?;ejAXBMg0n9OkKm|CC(kzm&MozdQc(Q7=I2lBbNmv
    zdOCP0LnO#SNjuZh>ToIpAq+A|ve6J6FK5kIhcQ8^7O(IGUw1vHmNtqwh>;2NOz|Si
    zYiXJbcy!9R*ttpyX!j!{L*IdV)fS#n3z?X%xmtu8d@kXN)j$k#3x(ZZwVtio)Qb*S7Yo-MR2Khlpb1LZ5D-cMFWxzib&2B0wY)SwAxpp2S(?Y+lSf
    zHIA&s7IO+hw^Ir>hz*+8So3j-+%&UqlmW2%fJb_8^y=T=d;G}odR^nIzDu3JIDec+
    zGdCG
    z7{R)R`xEvCy||Ka!*Rjh;PQ;EyOEQ3e$}~EpeEt7EAvd|`0(VzW0_OVW-O_fmhl$6
    zF2Y?!#)XWKfAtM_)#UCs_FmXK}&>*B1k7(I>4YVMMFt|
    z4(A}Mv>7ZQI683%P*1|Dr=UnUNJ(-ph&P)Yj@W{mwB6;z6TRSgCZ4ow;gx(CCz@Ur
    zJ`v!4P3$tl>{4U1?(0`iu}NF=u~Q%n-bOxA*=P~goY14w@rQ7VYQ`VW;70-s;9bI*
    zdJAFTL9~j41{6XHChXG%_2Gj0cijy)-1!ss*W53=--WwusUdRBUHj_Ekh>O+*?j3^
    zPAJ=>eEoClp&m40n+OO6h63TmWE)}{X|b*24%G&}*^PJJiNwSJi)qDFp;qF>N&GrA
    zy<^Alm~#^zKD&Zef1Uae-h=@Wx>~{%<7a5c#BdPy5eb9R4gDgzG+DzzsX%=oR5)Y7
    z2S)u>lYuvm{_fFG4*a;Zy`KZA*NYUjE(BvDe6ei|AVV6)44fc^4LJ>21lsZ2DnN~6
    zlW+;bRiW3N1#)SJA|xh{TFzD(R1F+lR-=Vr)?>$|{-s~rBKAs&p-nnfcm{O@6zLGd
    zhvK%}e`YK38bsaQU=Ve8Z{pZ&$8As`aFHKFuDEWuy8z$qeV{9wd^IK(j{Z5
    zGeu?7MU9c7#y1}hd6tKq%Rih4L4s&dis1J>cNa+#aOcpX<(Z5c%kR6|Y~NAZ;+>Uq
    zP{eTVM}`|zGIAtl#)jAs#`YH5aS@U(wht#=|ES9qgNp~jV0#CI7zZe@pzD(31Mp=s
    zcwpdQ5cX!rj_-qIBRH;-T_)ulEe4sWtF8(qcA#l0=1T#;!W>CLebl|kn@1fkDoNL{
    zWr(^8;`jU5oo$?f2J}>*ZQ1YU3d?gW`
    z7}l>L!^lc8D2)wZ%+bUd=reo?>?593cfrrf#^8Gqeaj6a;A~>ydEf+KIL+Z9my~bz|s(hu+=t
    z@Jm%F(xN5j`IVPb{R%h-{BHF{Cer}MXewB$d_x@2Ph`aA8=+a3kK$
    zL0pGNfbZauqkL>=+T#y<{0t=VM8sYDcJ@2@Z{|ms*m11(HNc-mdiLHc))W=kDOtMLuV8
    z-D0qoV?B>eId|pYMvV~ah3^OxccrHXR1ruc!Kx)PO(c=PJpsXbx#az;s@H
    zIIn)Has6~-XSlI*%C&W7QRVcaC6Pr-E>%r0?Yy?MGnBLSOvg=s)ihiQ_**ZvO)uMe
    zZQ0gP4g?SHdx|8y05^MTLQX9dEqY~K2ElLyMS>(U1BzCS$18oBX-GGk6g!Kqh>K`(Or%hN0se9_W{Yw2;DiASeAwKs~Zr;8Vdix(SAmr&*Mh^nO
    zR=MunI_Xzzvh(87NKQ-0-J&VYhMd}I*o+mJ7ht&=nLA?zeYGcL!5K!l*ehv%1f)n{
    zl7ny-1@YX-v$&Ul8e>pRjlt6#hBDN`;`8KaeyPY>n)Wn7AN=BOlT~ORM%%bZE{Knz
    z!XiF~7G&6_0aQknScX~}!XJ$>95KldoTnJ=eroc;5FJ2>svz`giWb}z>h~0mLaYk9
    zA%;#7b`3+rOP31AH|v-jF2Z
    zo{sp*n>$3)gM>@?=^*04g*vHssAK5MDyTJZH)UrrOTc7v@~L`cQ*)B{3Je=#n-vG84(41z?gR3_Win6-+JNM!e9{AuSq9Gs$b21)HJu$
    zdjxua0jTZC79j&abpqDrFj@}`a?_=ZJ0^`_GtK_aBSZc1&9W2?9~=hPNd`v{!gLYi
    z6!I(hbd;(hgYfYf>wdgaA=^GUFa(#-{zLS`(o20L-AW!>!e}MFBSu%?Nm|6$qi6*}
    ze?G&}iPbiZ4tp?d(Z71v%#Ah!VA9d
    z@lWPNJk@XwB^^L9{y8F3cpyK$zHU>*+y32-OP?Jtzn0xJRZxGiJW|kfExYxS63%YD
    z+%e_|dE4L52X*@M{Ms{jjkS*rW4|9Ces1J?PSJH=;Vmaz6wGAhPWWCdnXGza@rA{I
    z{79r?JybFZ{gb;dK6t71($b5MLf!JZ4?fHCUlpF9;g%GdZ_~cTVc+5@U#l*oZJ!vL
    z@>b4xbI-faxhL*}hP=1>x;J;W(o#@2TLb<3mxQb7uxF8=RT{(I#wl;}bx&S=10Yv2
    zav&Yc$`z8|EmK}UMggUWQxE0-{F&UM^N*c-45}!fz1Vu;cqF%Z+zJUKJdjt6Z=V>R
    z+&pperY~Jtv*p@U+7LH
    zqmIpDs8>L2Pz+^k{f9CWzrbR75@gW`biyExa-yzbV2{mTIa@ITt7?&}jj8p2a(gnM
    zMZjTVI>XjlU19n%gE&gM-5V6-Q1OU8X^l@D8T9&e%vc}*k_fDbRA^!-0VjwQ&TGPj
    zJ854xNGs@fd>x!ROMQA50-{1pe@wUtR>{K&W(*G=>lUtrh3w20&436DC;6el<7yxD
    zuFs)T)Q;HQ{pxQ6Hw9C74hD|H0Vk9*PEf;M-&4hT7K~l8ef+@`>EjZWumuXueQsR1
    z4g6?`@!Y~BOZpW1Yrv#DU{L8vqDCRb6T-T8h}0BT5scs;qa&J%P}DXsbWDAoolJ$p
    zOCG+X*8KyCT0+n9Q!C>TSaMAIGh(w4x*&xXtIn(%AGzkLya_axnf=1iGe_z0xFuZD
    z5?Xv$q-0wpbNiU>Mkb`>ukC$#ZzQu39uTQ;E5dy*77-cX`k^H+{h|;HRrYBmy0JK4i`3G3|?-FWNjMTeBF~p
    zc6%0;_y4C-#QJk
    zK-Pv2pgEFxs}!Lt7m8T8)&xFy3Yj~riGUQefq>)2B`y$fMIiJINdV-A#;T2pkOXmv
    z3F9S{Moi&g3=+_461fDu4-QaoOHds`NoebC%yBiImu}`b>FQtOXVmq82q!6+C+g2o
    zVirg_2&C~`e<%^@JLcbWdOPq4#S!vmoUZvHZdYB_08$RTEV#_h4Z;9qC^wsW2BdrE>1K2e{G4Bo#)
    zh901JDoe&-*H0BV1%cx&6k0Jgi5HNWG3+q=w1IJ;)zay3EcJ4pC6XOvp}dt;XcK!@
    zFrbsL3j%hqixtT(hG(cvTLzDj>ci3w#OXT^9p49Yn&IQZqy|(rsVHf_67XxWnxW!#
    zU?{jwGhPwGQ(d~|KXyu=CO;$FK&kp@jDDvh{C+CA_IF7xG}%`GkRtq%+Jgc=P%@;F
    zyRWm#$gEb^6Ly3&0>3OIZ3JBtb@agysXv$uXw_Rj;RBv|kKd>WKJPzw2H@rND}t&h!^D&SZ=q0xi;Vp=HY1dec)nHcXvqSnf?)
    zrTN~%wa9LXwYU|TJMGOlbi)Al0Iah2V#QJLi34uRh=PN4njNL5!OhnWT~N`|gU(S)
    zPUGW7ZB&8dO4hkz)Q(HAte3iYAMyMBsEO}iRQcNJubqx~+Fm|AVf!Q7S8NloTW})GZK6i?LDr@nWu`lx(B=nx8Tjl%xhE`=j`m@q+83xA1FD-aTrJM|3rpJv~L6g}o9
    zQuMc)Q)HL-ck`oJ`mxE0q2AXfQ#^^id-X>|lj4!wq!sbW;?*44xMz%Rpj60v?&r(P
    zna~9!p5wptSm>{&Fqp{2mVq60FD}&bHXHNHjTM-3+}p@b6av3&1Nu{X~`*_^)TnP
    ziH32%qY!4IQf+(VP_h3I0L+mfDlI|Di4)^OH}
    z-0c;L@OPM!dCTf_r1M7REOWPg3cN+8D2^s3&E}jPKjAvA93A6h4oANB7;;*f%TcA3
    zAvaqj>g7A?v@+yyjO4R!N3m9h+-!*`OM}Nq*$w325G*u%>=9#@
    ziVwV*T?j`#D3;T}96Us3-%dl0?}D#MY3YBWmx|
    zes#{Ha><;}>R5(J%E+22fFIAh6o=<#X8x>$88n`qHz&$&-)}8&WZrH|gMZ1qRE!Ut
    zTw*K~$8yoyJacmU0EihE78EaKE*q)Ymma*W*$|z~7R~8Aa9}%_&*q&j?sNzkl{*k+
    zHFx5a>tqV|9yJxrKC`nl>U=1@x6l`Z4R>#E-{D>wuYy}3{Kmre7KSDu8bBi)8S>Zl
    zw;X7JVboF36JRV2^&NzMR*Wrk;)#RM`-Vce;Is`wGkBO
    zS<}^Ft5EwI^7nx`1qM7sqYNAn@Pp+yU_1f_3hL7VG7ctmV95i7)~_aiYfEcu%aWEr
    z|C37^mo8hny1y5ux3Tw`Zg*?9>s$Q0pMXotIKpU18Yz>bwy)oKwR8qRGhXbAM@|{#
    z0XTdE!tL)p%CR!fm;Bzi5ioy!?_m*$UF_e`hwG>3JbV|}koY!^0C|S-qa#jh#+!NH
    z(7@qf&;kzZSTTDh2BkhuF;*CM3V~sl04*X<5Q?TBHQXS?ksQJyRb>)zY)SA-_3tD>
    z%Fz^P^#WM$Oy|~wb88~Gbz|w*UAZ$Q@GuUSa-JN`V-fU+Hu+n)=$a{h0%)AlweF+N
    zot?YeJKA@*2aD?-d%Uh`uLxW6c%Y?0L^i2=tm*Okz4dX30s|xw#XpGwfs7!j{Aq!v
    z-Qz-1Wt?B|uy)#DC83&OC$L!
    z$F|)lt$6M6mmin5pOMm~)1_;}rE4#5i87_NU7}s3pf%bJZzpxJ!G(X^tR*t
    zu^8%QZ)qzRya+@E7)#v`v$1ELuv`Q!EU#n;GbXuBW*`gB1Uv)lEhqj3za%LR3Mdp_
    zChND^GT}ckItH89G&)-_I`$YVIXQz@2VA}9r*Vovs4t^ElROmZ}UHvij)c7`*
    zbA@9NEFTIb)%Ws?VYQK8bUyf%;N$~u?76UKx_VW(de!CHE6YQxx4&C`H{wdXxSci}
    zB~owo^NZIg-$`Ag1T(es^iXpr4ZGnb_1i!&>N`lHsZ=0=3bizLe4StSXZW(Hcc(N5
    z$D=1t3I2+R&mnl}ggEIZT=V`b2Iar8xfIO*(ZK;}eVsZaZLgyWf@@>&%r1bn)9fGN
    zpd6Nc{!mCMLIHztpXGu6`$)!b+oc3!ucU`$3
    z$=DXMV-ezMs-WTGvPi+=cil_CRr76A=2L8GWe7l&oj;vb8_ueI+x||*n;G98xUxI4
    z;_gV@J&~*(i0h==+k~AZ)6UAUvvP9ll(X?>ZsBxpLpZl#I(KO}cWG$ZmPl^LwcNXZ
    zYDF^EiLf7&xo;F-DE{5jNZ#VHyM9?*f3bS1cnP$RYBR4FFB$K>)PDJ)Kic&bB~-iw
    zx~R2KNqV8{OxMK9Ywk*z;pE+;;P8kTbJ8usN4L{ZMPTh8mZx=Or2MeajubZ0f~ljv
    zhOw-7ClabVI9Y;KVuY2z`SHHa`y_LOK%iN>GM7NnzQHmkSseGf(bTh+TUMLHiPOEe
    zXms0*D|c)uW6+24+9Iyyqa8OL8MmydM!W~)v{PnW42b#6d`FoiirF~U7L1?4L}5ZT
    zpFX_ExTrz{zX!@3nElx4$>@%$!t2QIv<+q)cv4=6&}iZnQ$R_k0yAQR5=<>O0%03u
    z{V%troUQ%jO=-kJ#TmR09mTdPSm2O{P@%;jN_A<**&0Kdfv{XtctV}R$3oBcLFR=p
    z>&wJWFEDwAWro)y99XM&FPkFm$AOm=dfpF#!5sN5N&od{F^eA;OH
    zEP`HS!2Ae7w%0^075sS
    zA$!}zgOm5Y{3tS)vLp7k59b{gcOJygj*RP0H$+R0jE{%NZ1{3}YJ02YYHM2idfU}?
    z3evbef?GZYL7Cf!j9F_kCQpiqG-41lY^Y?JWUPh_f-bPoH&gvL`47SIba40mk21o<
    z0u^Z)Z+%Eem-<1!`xz(g;C@EfVps}DEP6nW5A|rSyyOofQc^EYPK+@qf>reT>y8b=
    zt{qlSa8O2XHSR^jw#E4?CNHj;`2I#-xuQKqBE;
    z2#~cP7or?R#-*VHWsb6zxHu3_5w$>h){TR9TEL0}GGao2pXCUo<2Y^Klfpyvo>URd
    z!P%b{U_1xAj%xO#i&z3KfP`C&e4K&2K{kH|t4Wyc82vc|_flU%r(?%NaTdYnBwir0
    zwa&+p!JlY3N%0>9fLs*`m)`L{mn|4nH_B
    z+je!V6+R42i%SN;tgA2Ys?QgOOfo1HMK)2_@d3dIC9_gShWK}47-73X0ZBAXLu?4N
    zo5EeA8ii^B7v{%+S&5GbaWV?1?YMdbp`+EoU_W#chgJIC5pt?%DxHFFIeJXph-VQt
    z#?(LQM_kv!$W~3J9}-QGtQ)j
    zodu!7#wlmhO!1=ER=>QO(IpCQKqt)iM&X6RNPgp(d!}aTr5)34Tf=QzBW>I0A(as*
    zCfZ(IHM6PXCz(IUjO6aRnt9m{gTB+}PQwWG$b}=<@|Io64Cn3wZJPdmMeWxM9z7{_wfOF#nqISH0o-rt9pMaXXd0rraf$
    ze6y~Uf^n=;)%A`*1fzgl2?bo7OszO=UVdag^@JA?rO!Njs|-iULuykcqwyK
    zk~i;`P!7g4%1d8q(vKD3nNKBLIAbL#rAoAJ@1^;$7Ms#fP_G=EVmRA5h5fsa#hJ
    z$zNhu=(hSax}x64-mgP@$%pcycvFnDNH&yeP4WRtKDdXm;i+^Vt|TK;g$=Sn9OC8L
    zl?>^_0G^TTwGqNzW$%L0ixPD~*@6B)dm;IN-1uM7gpejm>8DuCKf+f>oe*Epx#*D2
    zLHr%8Tr&qzeHI15g7`_)AL{NNWUd%RiH14F-paZ0${*)8>GgLK`
    zLz_^Th$dvDg0t*AxnrP$(dEyb`CQ0Zw6GI+UUq_;7EdN7P%tRUAQmKsAI>7pbdiRF
    ztJQi{N!GW&L5qoflcw)4uy6G9#=h0OopW*bTZQ3Rtgko{86zY+=tm}Q(Hq?Z>s+XN
    z#K!7%)WxL#J02F?j<`u@7{XwddC~=^`77)cEgFDUvnnUs5tH>y%2*D9^p43O6ln0T
    z_?<$Z;2X%{SVD*jR`KkwdnkmwA3u;nk5GoQgmj^$Wv@KnYI+0gSTIM{i;K;;@a!v8
    z0%8JwLafSJmqL0W))#RVlM31e{$g@~A4gpg2--iedL8w1Rf^+YHg<#Q?Nj*Yhq
    z6h|?CE`v~)Vq>c#ha%PNdFB?vje)8f&?u$_sk}y@U#g~$m`e7G^C4}m#0lhXaRSlI
    z8RU_}Pcj;!10FGiluaG<_dlu0A?Z94vdv~8m+|)<=^etd*Uk=#Ds)zqXsT9jS{rZ%
    z*?Z(f@2R0~`4V*sqc*{DAgJTikZy5ijz1huMI7e5S8FB!ffXTV1;R3ob}dAhE<7U^
    z>)Xhf!SIt$*(TjTdJqBgQeH9o*-%l##PZT9Cep&-6{5eSS~03v_h5HIt&QX-DX0f5
    zc9SX!rzaQ4Fw7}rt_6+Xpk$R~;YX1R(
    z@~Iv{lLU*m82+aAAB3>fcp6Uy9YW3n{L68TrUK34v^X410W%r+GQ>IVQ5bt!Ui
    z#;?m(Cwf)rk!&Q-n
    z9g*Ul5qH;U=X)91W6F%nJ??~$keuR)_H%2mxe?IQl9_`!cKJeit(WR96Yb3vY10Y*x^Y-Xv)V=1E@nSQr)-#}R&7lP
    zOJyztprv?w8CuHH8UgmR^vpfP&Cn^b-GhfI;B|5MgsPG-lyDw}&>NNv+yITzI9&J+
    zI;1lB1CDnEG8pen?+XXc9C%^y%-}>Il36)=*A08h7w>ucp7GSls-N3yKVjtl7!8<5
    zZph>)BPO4Sca)(6ys&Mf2B@Oejab!c^U~4l3>79@LJCA@F-8@s2AyW0a<2RjEGce=
    z;?h}Cr*Hr{X?xTHHn}~x_yMQ`>>E7UyzkU8pcq=Y=*j>Xc2NHCZ%$7MfN?CGy82*4
    z#o$oO(ZeXJ5GKh($B)rw8M+eSl?d%mT}!j&Add`PV0EqLhO~wW_k5KrSzXOF!h>Yg
    zvlU7OonmGMy8%2!W7dTB+z_6$;EW(e_2NM$-{IVS2De5nfA1=|k(nFH+Z@T<5^`?2
    zQ2@UwueieY+|j$n9=V>Hd2ZF~ofm6g@4DgiPv%cK>*-x3>jrpVwG+$VrR365y=;8d
    z=!p-(?eZ?76P2v%ZZBP^WPL1l?C-hTU6!k^wDx@4)jS1h+-6O7MkOiqe?vw}JizOO
    z(9O*6j4c!3w_fd3&M!;2V!}3ceR3=Fm=*yxTxAFt69$pOO8u+Kc_1L#G6Wn&Nkv>d
    z-|>>YJKGrpELsrg00jH?r2Gi8fb47^Rf=gFFW-7f5t5hGUT#JYAVNJ1*fic4wRjTQ
    zVA%AafKoREzyg=82|o1UFMnXT9?KsqSK9S;k{j34qt)r@q1k|J6B}p145-8#S~cB^
    zcU{F}TFKrDX|6`a7s24`>CxV%H>vw`COspXma%O6PwJkU_Z{gSIIKmuMKkGuMtc3H
    zPlM*cfg>;rI|zPXi=Q@tg3l+MR#MYhIH{D)?d!+BBi;1x$2Sh^Jr=D=-{Vbu`cy4y
    zslst0zLFZ#P(osT^H2~e_AoeZ4;Yi|PFGZUEUN64Jm%Y&;$XhUoYUVUMg}V!n-^&T
    zX*KaAKu`v2e}-jGWAcDeNvTCswebU)Aty(Mz~zR)7s}=MEk4EM3YX&;GD7ABoiQdZvSkq1u?0M
    zEUxVFm7(;ah`s0|ah`sreQo=Cr4QXQF0NJ~mG~wyX0)Ab!#iySlI0hRD@N~iW1O@y
    zgBO>~K@Vh=SS3`FhsRa@5tDu#6=IU#(UG*&QgFykt^iF$QwKrZK?fn~9PU4QjCxnF
    zayblc^U-6#orcID>ID5LD#jzwb)0b~QO?*}w8%4i)(a=joPZiC#0ACgXBVEeo=v^s
    z$)ENtf??Yv&T~x{vtfo#)yLwq)-R=gI9|s;AB*^lU#VKkO{5+2*ts-1Wa$nSy$4&f@C|+toQ+aXk3=H7X^|l4WTFr0L{vTaBvzI%O6uw9h_&;ud_hl-)FOl>lUTk7rBC-K
    z50bNwm?QLxEu0T(D=#U>o1Y=R<)1jr1d?Yhx1sv#6oiDh1NwxZ_5Y+JiKfsf`AB~p
    zzk(bCj3-<&VbG{56Qi#ngpzy$+~>6%n+=e*_Dhz@R7d%JR%{FSPe<}3r7JD1Ah1t>
    z{(KZNI?xSvNg04{V9&$_x}gXD(7*tN6BKMTNTEA|)cN&PI6nVm@V5=~QUse4xjEDMFkR9-5MaS`7!QUbhgxmWP6
    zKvZ(P{k@j}0rE?KeQrYMV**cTsAN9?uu6rq$#vqNaj29CoXh%408
    zP0$TOV--XOdLS^!@nhU*p#=l}cKNhxuWP;k?EZ&X5U5vb@sLY|}V|vscF%7+N
    zVGWaTGc{s6
    zPi#$DI{d+fkA!CRE|(huUb8wu?nRh
    z&(`8SAB&yynamZIac_fdGHr$BTaIO^@7PvYzJq^%vT^ew+tuaX%~_5gIMR{-L6&24
    zaoP{^Y|IzikuEqv2%3cABI)yO1Ri@vtfU+$Yt)#0Lad5SUW}mF=~IB0;`VoVI>bJ5
    zq`Oxv?_0Q?2fq4{PmJbuyJK`XWX~IW@|ryl%!AQw3y-xtxMPBpxkJc&G0uIVzLh+u
    z&}m^nA%h+4aMVt`#uO;{S)X;rDG3qAul8Y#^;^EDP7+^^<&Rjm}$wQk9rzojV)amBV*F29P=FhNS9oXAg9ff
    zChK}0CBZW21|MYPdicMLsgoJr4*i_ER&-oyk|8uyM#?XJewZ7Ae5S*Mp(zjbjnXsE
    zo)|wdX@^6FDQC@fpZ_DlVfuW1lhTE5d>t*Q2biqH$DogoGB3J>)n@T;60|%ZC)OGD
    z1AI*}UoRBdgbQ0wStN52hV04SMCwaB<{Zd>V6i(=
    zBw(R+<1zq?qhe+zl9GvuvXW__>VT)y2&V~lNjOY*lCyv|N@@}>bVLmfiP2N&ZjK-<
    zOw4CBbqq$J^=kA3U%*SDdqy0$p9OvNc8U%gisb-mcN_Aam>%db4amfW{urWRy$mV?
    z#Hr#sL{>?{rMIs`C#a}Wy^7wmL)0TlxQ5I10=-tO1(+8&d+8fKog2r!kW_&ECU&`_
    zz1Wvj|A|3WM8(6lFGvG2*TnrE@J)qhzq)$R+I+hG-tCB`XL#@zWs(FrJ|K?yB60)V
    zc)~jg*aQ9h_hWMtzI?c=YO7u>Y4Io>rI@`AwD`9VlXL;+fC|{cI%gluQ3jqI1iugb
    zr#?^>!{Sl4XTY-5<3VeJJq3RN@Km6YB{(62>K1xF*qPz%2Oq3^4d<&MQaAWpqzeK#
    zaEliRhto7Hf?bYZJvek&ZoYysul^2(I}Qh7DM=i(2^qt+D(0UiQ^_&V+XlLn?3J?+
    z)St2n7K?4G@O0jV7}>`q$`NQLgtp_joX=xcgRQ1D4gAO{?bfEW8&jGD=WODlFF|9{
    z!)n^bZ?C=BHdggQ^O@#J$5``pdd;`tUX`EpOi9^7xBieNDRVWrdna=-!2{OT4@4uj
    zuHE8u)DO|5+JYMpJ-RQ@yJ0gw0sEB7=tdmm&$pNet*rs(gzlc;R0>r-fnMLk
    z6QGO;0H(&i%AcaKA0w9-Vg&XF2B`KYnIiRL3`{M*=mMSwA}+Gzlus61T>t%s={5I<
    z*W4djvpbUg;OIR!GYh9P%fp%FK+y%2(*?`J19S?vvSlGVeBzWyUD?sQ
    zh1Dq}1&;JEr#O!_~j6F7;Q4!9l
    zczw$o+b(R2q%}|3TW;80pWi-h_l51gmmYfYk$3GGKhZ2AS!+h>wR#SvT#{;&@iON0
    z(nm<^n!CWd@qRBMP3^w-@B#EkXmQ6XJ4M6Tt~>8#H^kki`4;iD%h`e0chihq@{m$w
    zfBuyPqWW&u6wOYe3~(#@8@nHCqPyMC2}@>nS97dRK?NPq5|8)w=WYf6Dp0U*-WszT2!9pq$>gkUvr9yIDL2W)h>KgG!>K+
    zIa*TF?x<^ZejWuI1@aFtdr8u&@3O6Y<^+e}??rzgH54A@gz!&@0V(`bNoS~~OoWh-T*0XS
    z*ui5h7+#Pn1HDIDG{)Q^gjDVu>>j3-P8lB%3e$e%qPgM$XifwMRlJ4Pl#uU*o4>y#oizQknoQn_1iU*c!9rmLzyG4Koz@&K)}MoiNNgv
    z_FSy{?{VP&h9CSdoIm0?G|4R@h7-|b9I8>dhSWAD9ZYz}h$`FFBmA4GLAS;iSMO#G
    z;Sv1znA^!@8xuiC@qn#%GYK#`%;YGOK_pmBLo`?#00qrFXit$>f15Yqj-Nb>ZW+w$
    zH9j=Sre_mwnO(tiUJjdjDCTE%a2@?_zl1_Y^PmndG{w0&&W%6|SFR2{265KPno;S^f{v2iUJd-gdFEIH6lP@v(eI{RK^4EOZA22tMTr{0RcnKxyAF}ivCRf?)519LN
    zCNJ^l51IUeKmV4=CI0*e=7i768*KKU`SZ7#e4oh(t9*!DH1(m*`#0};pfj4j{jRQE
    z_jhh-f1p!cNm%^`>o8E4RB06U_;2v%3MRtH<#kkvW-l~25M~9^kYb9Jg)+@MY)_~P
    ze2ckte0wJNk-#aM6lo}$s)O~9*s`~K$1W&icXoGnZQ0eaz3VQ)iB!ozleRi!hzMF7
    zD$j;1Je}pFeub}jk;yod7nppR$vGwyOkQS^a5NC-jQI0Gg6TxmxlSHgH>iFGISx1o
    zEK0Xnpq-#7x1Cvv{ev2dQu%k5^qaPnXYg)Il}hdzPYK
    zSp0uyaea_tQF4D_Df?TCf7YI&6#cEeE^Mzuob=J1ze=|&)>{@NAEaB9P0BAU+katM
    z`wPp)Us$&O(&qhJ`?|1w-7oA*Z^6Au#@O!9?;W*X&w`eB{iU+0tWBetH#4%wmrXb)
    zb0>!`ZoBk&xM_2!c5}FVOSqsTl+zK;=p0R-$u64MIk7R+v@TST$X652tQ~dnXV>ICA$b4HT!NooXpln#bWWEvg-e=3K3GvTkGgK=FG6f=N2qp9$d8EHYeNzINoK+pFU3>X6Kiv{ue=n>LGpwU&^KM1yRK}l}xA5=0Q&DQhPx40%4s5=%
    z@ulb2oLdtr+xb)VzYqV_a3p7U$l{$(u`AB;u6Yc;6Mkv3DyO{-a6LGh0g3LS@=@2=
    zXCfB=T#8jGoJ)5oS#w^yl65;%QS#s>N6EdNt|(=<@uFgQRxNH0S(--E$M)P#$yL0!
    zmpq`jtfQ&(N33>b_4q-)VfB1wsj_5zaNdGH^P7}(rDW1GZ^57Wq9UbqV&l98f9BUH
    z%64TOKlm42->Pg=Fw~*k%@NC8H(iBeD__{~+=hu|)5VS9;>M7xY1B!UwR0xZ!wF;J
    z&B6qEvPRvrDQU{8nXHOg8~?7jdyaqMAjFy;wXB=7;qQ!P-HehJwQSUWZJe{FD;uCP
    zV9gyZoK}3-6d$4*Diya-Om{-o%30=a7b!{?)>)q7on30l^N-(ue$Tl*A^+M)?z)gA
    zdj=)@&L28=C{(^BlGlOm-}ID^y5~|_l&sl(U=QN`?b;jL#ruuk%vsYE?_7Zu3jwkT
    zYx>RV`dOP*X`D&Vm4D0dHTZqgQGMHizoHe0H0ns+MZye=hczQnCm{iC3
    zJU(SJLUw9i{mGQY~FR8FkpuvE^s9Iz@omGQ=Ti^$yC
    zjkuY)zhB8y$_b|UGr!c0p5aOSxm9LayIq;F
    zr-$5?llNn7uC<0NxuN`(a~3O5X?m)%ao%TFnxP7_1&}>!D^%`QW-=?a%#vkVX6;6q
    zxe3o!4%WG~3ZFTiHtnsx=Edq?i4I|PY{&c|7fp9Y1ooDS_5nZ{tlYSez-~>YW0vx{A%PxR{wKJE)GB;wd0P
    z1BP+JMX@^{{>@de10OcIiVFnB>;S86|KSc;hh+1G;Y(0oqAmA)iwxY$1wUJ|7-x$d
    zY}jER$}YlVf!eeWxUd592kDdgQ9W;5`4llUF_bp$838CeDi2R#Bmt~-^)*AUQN6~j{Mty&!E{$zHl#9@
    z(9B@Xegy(90a=6taN=Ib*uenqKdJ(nT@pdFQUnrB(I5&XN=y8<^F#hcY9o}I*nU1D
    zNGzGmV$z`eWjf#4py}%83dTDVCc~{mVA`+SRS$%ijScmsSguh4j<*)U^EMr@tN)|*FWB5NeJX=0l>Stoi-
    zu*$NbRH;(!a|v@h-+bJ4%n>o-8eX#}AK^+ry_Zz$MfFn
    HIl%HCwdjP+
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    new file mode 100644
    index 0000000..d58dd2b
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
    @@ -0,0 +1,627 @@
    +"""
    +Utilities for determining application-specific dirs.
    +
    +See  for details and usage.
    +
    +"""
    +
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from typing import TYPE_CHECKING
    +
    +from .api import PlatformDirsABC
    +from .version import __version__
    +from .version import __version_tuple__ as __version_info__
    +
    +if TYPE_CHECKING:
    +    from pathlib import Path
    +    from typing import Literal
    +
    +
    +def _set_platform_dir_class() -> type[PlatformDirsABC]:
    +    if sys.platform == "win32":
    +        from pip._vendor.platformdirs.windows import Windows as Result  # noqa: PLC0415
    +    elif sys.platform == "darwin":
    +        from pip._vendor.platformdirs.macos import MacOS as Result  # noqa: PLC0415
    +    else:
    +        from pip._vendor.platformdirs.unix import Unix as Result  # noqa: PLC0415
    +
    +    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
    +        if os.getenv("SHELL") or os.getenv("PREFIX"):
    +            return Result
    +
    +        from pip._vendor.platformdirs.android import _android_folder  # noqa: PLC0415
    +
    +        if _android_folder() is not None:
    +            from pip._vendor.platformdirs.android import Android  # noqa: PLC0415
    +
    +            return Android  # return to avoid redefinition of a result
    +
    +    return Result
    +
    +
    +PlatformDirs = _set_platform_dir_class()  #: Currently active platform
    +AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
    +
    +
    +def user_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_dir
    +
    +
    +def site_data_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data directory shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_dir
    +
    +
    +def user_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_dir
    +
    +
    +def site_config_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config directory shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_dir
    +
    +
    +def user_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_dir
    +
    +
    +def site_cache_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_dir
    +
    +
    +def user_state_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_dir
    +
    +
    +def user_log_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_dir
    +
    +
    +def user_documents_dir() -> str:
    +    """:returns: documents directory tied to the user"""
    +    return PlatformDirs().user_documents_dir
    +
    +
    +def user_downloads_dir() -> str:
    +    """:returns: downloads directory tied to the user"""
    +    return PlatformDirs().user_downloads_dir
    +
    +
    +def user_pictures_dir() -> str:
    +    """:returns: pictures directory tied to the user"""
    +    return PlatformDirs().user_pictures_dir
    +
    +
    +def user_videos_dir() -> str:
    +    """:returns: videos directory tied to the user"""
    +    return PlatformDirs().user_videos_dir
    +
    +
    +def user_music_dir() -> str:
    +    """:returns: music directory tied to the user"""
    +    return PlatformDirs().user_music_dir
    +
    +
    +def user_desktop_dir() -> str:
    +    """:returns: desktop directory tied to the user"""
    +    return PlatformDirs().user_desktop_dir
    +
    +
    +def user_runtime_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_dir
    +
    +
    +def site_runtime_dir(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> str:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime directory shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_runtime_dir
    +
    +
    +def user_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_data_path
    +
    +
    +def site_data_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `multipath `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: data path shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_data_path
    +
    +
    +def user_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_config_path
    +
    +
    +def site_config_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    multipath: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param multipath: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: config path shared by the users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        multipath=multipath,
    +        ensure_exists=ensure_exists,
    +    ).site_config_path
    +
    +
    +def site_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache directory tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_cache_path
    +
    +
    +def user_cache_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: cache path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_cache_path
    +
    +
    +def user_state_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    roaming: bool = False,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param roaming: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: state path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        roaming=roaming,
    +        ensure_exists=ensure_exists,
    +    ).user_state_path
    +
    +
    +def user_log_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `roaming `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: log path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_log_path
    +
    +
    +def user_documents_path() -> Path:
    +    """:returns: documents a path tied to the user"""
    +    return PlatformDirs().user_documents_path
    +
    +
    +def user_downloads_path() -> Path:
    +    """:returns: downloads path tied to the user"""
    +    return PlatformDirs().user_downloads_path
    +
    +
    +def user_pictures_path() -> Path:
    +    """:returns: pictures path tied to the user"""
    +    return PlatformDirs().user_pictures_path
    +
    +
    +def user_videos_path() -> Path:
    +    """:returns: videos path tied to the user"""
    +    return PlatformDirs().user_videos_path
    +
    +
    +def user_music_path() -> Path:
    +    """:returns: music path tied to the user"""
    +    return PlatformDirs().user_music_path
    +
    +
    +def user_desktop_path() -> Path:
    +    """:returns: desktop path tied to the user"""
    +    return PlatformDirs().user_desktop_path
    +
    +
    +def user_runtime_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime path tied to the user
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).user_runtime_path
    +
    +
    +def site_runtime_path(
    +    appname: str | None = None,
    +    appauthor: str | None | Literal[False] = None,
    +    version: str | None = None,
    +    opinion: bool = True,  # noqa: FBT001, FBT002
    +    ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +) -> Path:
    +    """
    +    :param appname: See `appname `.
    +    :param appauthor: See `appauthor `.
    +    :param version: See `version `.
    +    :param opinion: See `opinion `.
    +    :param ensure_exists: See `ensure_exists `.
    +    :returns: runtime path shared by users
    +    """
    +    return PlatformDirs(
    +        appname=appname,
    +        appauthor=appauthor,
    +        version=version,
    +        opinion=opinion,
    +        ensure_exists=ensure_exists,
    +    ).site_runtime_path
    +
    +
    +__all__ = [
    +    "AppDirs",
    +    "PlatformDirs",
    +    "PlatformDirsABC",
    +    "__version__",
    +    "__version_info__",
    +    "site_cache_dir",
    +    "site_cache_path",
    +    "site_config_dir",
    +    "site_config_path",
    +    "site_data_dir",
    +    "site_data_path",
    +    "site_runtime_dir",
    +    "site_runtime_path",
    +    "user_cache_dir",
    +    "user_cache_path",
    +    "user_config_dir",
    +    "user_config_path",
    +    "user_data_dir",
    +    "user_data_path",
    +    "user_desktop_dir",
    +    "user_desktop_path",
    +    "user_documents_dir",
    +    "user_documents_path",
    +    "user_downloads_dir",
    +    "user_downloads_path",
    +    "user_log_dir",
    +    "user_log_path",
    +    "user_music_dir",
    +    "user_music_path",
    +    "user_pictures_dir",
    +    "user_pictures_path",
    +    "user_runtime_dir",
    +    "user_runtime_path",
    +    "user_state_dir",
    +    "user_state_path",
    +    "user_videos_dir",
    +    "user_videos_path",
    +]
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    new file mode 100644
    index 0000000..fa8a677
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
    @@ -0,0 +1,55 @@
    +"""Main entry point."""
    +
    +from __future__ import annotations
    +
    +from pip._vendor.platformdirs import PlatformDirs, __version__
    +
    +PROPS = (
    +    "user_data_dir",
    +    "user_config_dir",
    +    "user_cache_dir",
    +    "user_state_dir",
    +    "user_log_dir",
    +    "user_documents_dir",
    +    "user_downloads_dir",
    +    "user_pictures_dir",
    +    "user_videos_dir",
    +    "user_music_dir",
    +    "user_runtime_dir",
    +    "site_data_dir",
    +    "site_config_dir",
    +    "site_cache_dir",
    +    "site_runtime_dir",
    +)
    +
    +
    +def main() -> None:
    +    """Run the main entry point."""
    +    app_name = "MyApp"
    +    app_author = "MyCompany"
    +
    +    print(f"-- platformdirs {__version__} --")  # noqa: T201
    +
    +    print("-- app dirs (with optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author, version="1.0")
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'version')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, app_author)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (without optional 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +    print("\n-- app dirs (with disabled 'appauthor')")  # noqa: T201
    +    dirs = PlatformDirs(app_name, appauthor=False)
    +    for prop in PROPS:
    +        print(f"{prop}: {getattr(dirs, prop)}")  # noqa: T201
    +
    +
    +if __name__ == "__main__":
    +    main()
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..b6e71ff0a663acf82d9be08095780ccc79fecffd
    GIT binary patch
    literal 19833
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..71779d1799783dc9dab4f420ded608c39cc64e89
    GIT binary patch
    literal 10701
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6708699aeaa61a607b456bbb18e336012413d994
    GIT binary patch
    literal 12915
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..23f5c3cf625658932f2f7abc32fc3b66d21013f9
    GIT binary patch
    literal 8011
    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
    S-cH6>f6v3!bKeTkk^c+k`SVi%
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..dc774c5c83c5146bae61f50afcb88b7f73f327e8
    GIT binary patch
    literal 601
    zcmYL`&ubGw6vt8AEgDk+6&3bSXnp2&zzO-XG^*JQ(gcinJLYS$j3}+1zs2!EZxH-=EQOc
    zEf68L{6C<=&Qtnzb(VOk>=|XFT!K?E+f?R4#QgP=&h+NfMio^KtCfdG^#@F){m2VC
    z1PYIEGw21B!I%=JKdC-GIeJt_%~s>M%GB`m89t+I2_Yv4Lh4Z7S&R@-#a%^6T8PHw
    zE4bnc{n@&@6dKgx~@lJb1}0K^_h0i4c!YL-zBU3S^mQywz*tFNs=yAAl-PU4D=tc
    z@GEsIDXx9IGlavFq4vrAvO8Kgz8B5cwMlV(P@81(Z}N#=7=uExvNZ-<$LDqS-?2M!ptKD_a
    z2%+`j2#1u#*>~VdDnQ~C^4(P#f-iREOZ*`plB!fCRr#`FmD1iAS2=aLs*q3OM9Pkn
    zs^q<%Kf5cfF!m*9PodtP*ZsPCUcdM2*RPv@@_1YfJg*)9bo9qt8Rl2`Vmx*&!!G?j
    zWNt7bGr)+fXo<1omH`Wkd27r%V5Psd0UP|~zb
    zkvQUjdR(l0+&$oC84Gia5zDSHqDyk!vugbfc*F{^{EBVBD^`kb_~qf<1HV4_^}=t3
    z=ofkTt+W8Y6cDsY@lXng+@yFZ1%z)>
    zcuIk3FeyGt@fA=iD5au+Qb{S51r$G}_zNgilu}hdsfMXrt2*_m3on8+T>?BqU43oc
    zLLx3qj!Hxll!PEF3CM(#NkI%NVPQBLlVqV~R8f-hfu^RI6ejV;@o0o3oQR1MiHZk@LX9rkX;=6>v^gP5LSk4@MkQeg
    zx{HU$C7~s$>xBq<(HKrf80(q?vEdayGQ3C9L&L6kPH_^t841x2k^awew`K)g%TSs#9lFEeTn*CBw?7%EbXPY0f($
    zDIqYmkY-(~Cj=iO#l=uEOcXg_Rc*2q8&>TRz+{E^K*lmcDSXA3!@&cCNBTQM$tf_M
    zIL-EGS&$&8`e5S)DSlxv7CkqpRcUVAxoc34DpEr-9628zk>tT-G}#n_YGQ&k6`HJp
    z0*%Qj)q^t}f0_ug8(KKr+oNdYRg7@3;K4Gm$!($+EE4=~!o-?Yt8
    zcHk^sqoh$5a9J)t3w=5YTh;QUVwDz61EZtmN^q`Ug_9X8Q9C~t#Wd$J_sUksyenyG
    zc7#n^f6D&C@e}3}3*S*us!qO#Gz*|$={_1LQ=R%Epq7~ytU5IPSDm^Fs7@WV2@ma3
    z3s7xiiD+Ei5K1J`R{?ipDik47SdmacHAo5ANtIEbtb?5D0E-Hb%g_N`YGj;BFe5=A
    zYp|jplDuvgS>YBalHY@5n#oo8XB@e5{#whAT0niTy?*ue+0%3U_FT=gx1YQ9-2Iw;
    zcXof+a<}EWBj;Ol!}E^k=J33)F6XYi)^)Y(X6^0zTlMqqtvP-}hTnFl|HHw*7&PjQ
    z&-?1J#q^KT21&dfyA_-F?a&SATKa1GW?P2eKD+lmza7knb1!g#IWBOgcAjej-kEap
    z42-h$`k+9`4F*%~DPFQ6ih{nZ
    zp+3Mf09y}9jKFkJlrM?zYL$kz!INEGC%X*{zH85`2|-09m6+h<-nHa4LPlKBXI}Ln
    zB$mLpBJv(!keeWxW*$2jUu7YpWt!Tv!qF^$tOTU3oDl>u3Sg*}tF71|H#QYCu(Df&2CE&mNE^W&Bk97gU&
    zOjb9Yi%|T#Gab?Lf%TrgZh;!uQvcwhFa=3oX1FPPf;tG>qQim?pa6@aFd0=w(XfyY
    zd?U@-pwws_=xAY@+Z6b1J+DF9$6&3F+CxL;=!pm9sM={csX>v$E}J3SAStp(ucnwd
    zRH~P2iuKZoOB&gQ$&)5RvlT<&DRUx<>D>hr@pRDm#EE!%d^}=`N`|P#lkA}YKZ@az>_8bT
    zM-NQ{X`>}H(4_YxZ)xnXK@kP{n~+%z
    zhMBgU+qd9um~%JW5$D~_U*$RVLfik>@K61sZd3STA~G>9#TEHUn2uXw5Nq*HxXs`k
    z8dANQN7U2a+jp|Nwezm6K*o7rXt}aiY8GL%Lj}FANYLi!uUw`=wv*W2#eoDpgJcAl-C5>cJig}&XcWeeFW8P1zH#a)cHyZu%K+@i2^*F
    z6KjW%x9_MR;*9iO%eXv|bT&lK69J{~N24TQ7$3UDkd9MAF{
    z8Lnfc05Oz6y`qmG^Np5N;M1Ox;R`cVVbo%neE2#az7Q>jr({H>zS?7g1>2hXLvt@<
    z&J&r4D^b{af7LvhoGSpcwJ4U|FO4Tl2cXRsw0)EfYl1^%M#Z#n2lb^Y;rnUKW2Hl-
    z&9gr067yV8G7YWBhag$G!Lq#Xe9!s5`#tvuuVh+IWgB`k{R3Iy0SIhK&%w>iv5roBcQrm@Ff@~IE6AsFoJ~Xu#YHm^5R8!78#3lLMF>#H1CIHcXCT
    zasm_FxoLvwgWO#W^0aU$9)%N3@H^xX%-9v?k%hB!i&c!n`y0q@Te3oK5pzI0#-3pR
    zgYnp_7N4W#RGdGD=+oOXXjY)D-k!r=W%5?(ycYWr
    z*6jEQYxW$>Q-gVGTb|mMr?%#)tzSibF<?dB^}{qUq2lZ64|ac(Io)xS@mV1QvRBZXE-j$dgi7V2du;m->$_tFy{1S)#*4r!4~L>D4LgRE%i`3!B~$u)+xyQLRu@b)CVps&+yWgo3i_
    z)LRbNR9Bu6aYCMmDXLrNrp>9=ad||>$;Mb8H9>X5vi?ytMwc?dbKYz4C%*~FH1n^X
    zJs*u_J+0G6b52jjS(D?dXFL$DUAH+W?96R!c;vKIIX>qYr|WWLX8Ru`7RwlW1=tZ+
    zm2s}m`D$keW;-+9oio-4-e+$5-%4b-XCHX@YXesYuDx>gm7ASePk=T({d&$gVuMTa~N?yblJKd0V!{KY*E!_kKnr|vW4m`18_$fH6p%EpT{2U7^
    zV1=7zK66%Ns_X7M>k7_3-#v2s*sWs=8|vpa)PK%gR
    zrd(U@JGXp&uC4c-Tc3_=U6$|9aQ)EN_0WB1?b9(mljVCeT<_OoTASrhWw=ui$Xp4m
    zc+UNC^@}kfw9VEPud1&%6fQv
    z5PmP&FF6$Sf9aF98!!&rG(Pn=bgP7RVps_}6?m9Pq!GA&MW*zdRQ;n-S%80FPH>6f
    z99)VK6e%(qkG?tqXQ_&CPLh>Ip=0YfH72~jh2d_9ImAbbnxke2?L*jmWCCs(#1)C&
    zi=&ky;19r^1TaB)Qqpd?QLBx`G`kILrw)m%j|sdSZ9|yy1{34saIejH_t4u;#w*w%
    z90K9(ht!tWn)mH)Yu~m1g@&EGnvXW@-m`a4!~UIncQ-We5ANQ-Yft;`z59+_N|kp_
    z35M~eIC!C^OLNq21KcvliJ}8V0c!fx;HjZ^lQ0NgwNK(5L4xy=I@|}>2q)n@f3VBA
    zR5++d5C(%2AcDAZM!Tpt*nTk?gS&}jun#X63P&lF$pIIMKtn{tmaX!X4BH+35~1qv
    zPADDY$(V#Lp(Ii#OLai+FrljRBwUy}Ax)_j$4|7M4Fym4_O^HThY-_L_o)eqOlh9k
    zMYnD+;N1i#@t@c#K6Cl5HC}DJxn`ke=UmOsO!I}TYjQf6^Vcl+x6Jvs%*vVi
    zA7uRpFLzFN%)I)b+&eS%*1?ReW+k-Xu8%^?znjn!gPT3LvB<-V=n~6C_q$~!w*jVC
    z1s4Qyqv3h-MkCFZx_Ahnpaa+?TRw`DW<}lrf=l+aeGEst>?s92B8&t!M=add(tS&o
    zQE-u>kLbGs_qf`ad-}W4Gdb{;V{^b5aF4v~88g8tUy!zqRpsA|T-pI&s)H}Fq#Xc(
    zj95Xvk?jgzO`^{jMkAL!V|eLq*;Bd?vC@zk_>Cn;0l?``tu4SzdSf7>OeJCGMJ>Gh
    zAqFxYZpLH-CMd^;TQNaMe~4)R5PW;)A&MhVRuW5sP?U!e4O+U8hIkTXV6~xUEyiLi
    zcEJ$YV3)oJ)lM)h-Aeor!d!5pRacV2<4ut{-^MV1!row6=ItsQGsXVGI>`ns5B~?)
    z@n*XRWrS2Y=l1p8r4T?(U6e*0I`G$DwY(t2(q63!txBzsfcd
    zk46%r6goFCJS-8_38M)s3S=m7HSbb=eaB(GH1zC&Tct0l)^L1E<<3haF2$fi1r+ze
    zt!f2JyJ6G&l4_?HDwla@IwX=mf+4Bp+Ex{=&cH&6h^Sg&1mtbZ*&w%TB@))GDkyRr
    z*!~&*bzDr5kd>^SOd
    z?ps{LaQ=*QU1>N3EHuT)%7zse=qCV0y|cl>&@=V-3zwObGFU1
    zZFhEjq{sTHn_#bmCxZkWnFdi&N|pIFYr6&_#JoJviwdwKCZZS=<1<`^7^^*
    z`a69ep1phaW825#e0eZexn?F<%GJCXyxnoDWA?Qy-<;u^KP&fM+kbU`##W_4EC|4S
    zK+iRZ{Rw1lFlFe!F#xhmffvT)!_?qmAqRc>jM_HPeG~lpn9WQ+UQ^2uE6bc^-d;1w
    zT(q8LCfQ}BWdME{BcV^ka+c|1jG6&!H#K)UcI7q
    zu68sc5wK7Ox{4OrRaFR1@y>^eHHG{PnExC8tC`>*1zIgZPvfDvXBBAILE^m-DlP;s#E
    zp;#kTW&CfKmtO{Z`5|01fizG}2A~i_y2BHAj2a3NM0m~a@PtV%8=i>6-S$iZSQm$X=rIwp7h3}3Nd4F
    zX`$aiq~qeDc`aOv7Gyq1aIHh^lw**9tXTG!jQ7{f^S@%sK4Dy+G8;c-gkLklzgT^r
    z+O|D*q*=CZCh-_9j<9u0uUjkG%BAf-*0;1}J-cqHrIxK;>SjG`{i48B2HvTe-92Bi
    dZ7%SGY~WC~;_$Q=Y~Jo&v|7q7mz{Jp{|g;rCOZHC
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
    new file mode 100644
    index 0000000..afd3141
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
    @@ -0,0 +1,249 @@
    +"""Android."""
    +
    +from __future__ import annotations
    +
    +import os
    +import re
    +import sys
    +from functools import lru_cache
    +from typing import TYPE_CHECKING, cast
    +
    +from .api import PlatformDirsABC
    +
    +
    +class Android(PlatformDirsABC):
    +    """
    +    Follows the guidance `from here `_.
    +
    +    Makes use of the `appname `, `version
    +    `, `ensure_exists `.
    +
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """
    +        :return: config directory tied to the user, e.g. \
    +        ``/data/user///shared_prefs/``
    +        """
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `user_config_dir`"""
    +        return self.user_config_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user, e.g.,``/data/user///cache/``"""
    +        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, same as `user_cache_dir`"""
    +        return self.user_cache_dir
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """
    +        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
    +          e.g. ``/data/user///cache//log``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "log")  # noqa: PTH118
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
    +        return _android_documents_folder()
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
    +        return _android_downloads_folder()
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
    +        return _android_pictures_folder()
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
    +        return _android_videos_folder()
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
    +        return _android_music_folder()
    +
    +    @property
    +    def user_desktop_dir(self) -> str:
    +        """:return: desktop directory tied to the user e.g. ``/storage/emulated/0/Desktop``"""
    +        return "/storage/emulated/0/Desktop"
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
    +          e.g. ``/data/user///cache//tmp``
    +        """
    +        path = self.user_cache_dir
    +        if self.opinion:
    +            path = os.path.join(path, "tmp")  # noqa: PTH118
    +        return path
    +
    +    @property
    +    def site_runtime_dir(self) -> str:
    +        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
    +        return self.user_runtime_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_folder() -> str | None:  # noqa: C901, PLR0912
    +    """:return: base folder for the Android OS or None if it cannot be found"""
    +    result: str | None = None
    +    # type checker isn't happy with our "import android", just don't do this when type checking see
    +    # https://stackoverflow.com/a/61394121
    +    if not TYPE_CHECKING:
    +        try:
    +            # First try to get a path to android app using python4android (if available)...
    +            from android import mActivity  # noqa: PLC0415
    +
    +            context = cast("android.content.Context", mActivity.getApplicationContext())  # noqa: F821
    +            result = context.getFilesDir().getParentFile().getAbsolutePath()
    +        except Exception:  # noqa: BLE001
    +            result = None
    +    if result is None:
    +        try:
    +            # ...and fall back to using plain pyjnius, if python4android isn't available or doesn't deliver any useful
    +            # result...
    +            from jnius import autoclass  # noqa: PLC0415
    +
    +            context = autoclass("android.content.Context")
    +            result = context.getFilesDir().getParentFile().getAbsolutePath()
    +        except Exception:  # noqa: BLE001
    +            result = None
    +    if result is None:
    +        # and if that fails, too, find an android folder looking at path on the sys.path
    +        # warning: only works for apps installed under /data, not adopted storage etc.
    +        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
    +        for path in sys.path:
    +            if pattern.match(path):
    +                result = path.split("/files")[0]
    +                break
    +        else:
    +            result = None
    +    if result is None:
    +        # one last try: find an android folder looking at path on the sys.path taking adopted storage paths into
    +        # account
    +        pattern = re.compile(r"/mnt/expand/[a-fA-F0-9-]{36}/(data|user/\d+)/(.+)/files")
    +        for path in sys.path:
    +            if pattern.match(path):
    +                result = path.split("/files")[0]
    +                break
    +        else:
    +            result = None
    +    return result
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_documents_folder() -> str:
    +    """:return: documents folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass  # noqa: PLC0415
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        documents_dir = "/storage/emulated/0/Documents"
    +
    +    return documents_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_downloads_folder() -> str:
    +    """:return: downloads folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass  # noqa: PLC0415
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        downloads_dir = "/storage/emulated/0/Downloads"
    +
    +    return downloads_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_pictures_folder() -> str:
    +    """:return: pictures folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass  # noqa: PLC0415
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        pictures_dir = "/storage/emulated/0/Pictures"
    +
    +    return pictures_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_videos_folder() -> str:
    +    """:return: videos folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass  # noqa: PLC0415
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        videos_dir = "/storage/emulated/0/DCIM/Camera"
    +
    +    return videos_dir
    +
    +
    +@lru_cache(maxsize=1)
    +def _android_music_folder() -> str:
    +    """:return: music folder for the Android OS"""
    +    # Get directories with pyjnius
    +    try:
    +        from jnius import autoclass  # noqa: PLC0415
    +
    +        context = autoclass("android.content.Context")
    +        environment = autoclass("android.os.Environment")
    +        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
    +    except Exception:  # noqa: BLE001
    +        music_dir = "/storage/emulated/0/Music"
    +
    +    return music_dir
    +
    +
    +__all__ = [
    +    "Android",
    +]
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
    new file mode 100644
    index 0000000..c50caa6
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
    @@ -0,0 +1,292 @@
    +"""Base API."""
    +
    +from __future__ import annotations
    +
    +import os
    +from abc import ABC, abstractmethod
    +from pathlib import Path
    +from typing import TYPE_CHECKING
    +
    +if TYPE_CHECKING:
    +    from typing import Iterator, Literal
    +
    +
    +class PlatformDirsABC(ABC):  # noqa: PLR0904
    +    """Abstract base class for platform directories."""
    +
    +    def __init__(  # noqa: PLR0913, PLR0917
    +        self,
    +        appname: str | None = None,
    +        appauthor: str | None | Literal[False] = None,
    +        version: str | None = None,
    +        roaming: bool = False,  # noqa: FBT001, FBT002
    +        multipath: bool = False,  # noqa: FBT001, FBT002
    +        opinion: bool = True,  # noqa: FBT001, FBT002
    +        ensure_exists: bool = False,  # noqa: FBT001, FBT002
    +    ) -> None:
    +        """
    +        Create a new platform directory.
    +
    +        :param appname: See `appname`.
    +        :param appauthor: See `appauthor`.
    +        :param version: See `version`.
    +        :param roaming: See `roaming`.
    +        :param multipath: See `multipath`.
    +        :param opinion: See `opinion`.
    +        :param ensure_exists: See `ensure_exists`.
    +
    +        """
    +        self.appname = appname  #: The name of application.
    +        self.appauthor = appauthor
    +        """
    +        The name of the app author or distributing body for this application.
    +
    +        Typically, it is the owning company name. Defaults to `appname`. You may pass ``False`` to disable it.
    +
    +        """
    +        self.version = version
    +        """
    +        An optional version path element to append to the path.
    +
    +        You might want to use this if you want multiple versions of your app to be able to run independently. If used,
    +        this would typically be ``.``.
    +
    +        """
    +        self.roaming = roaming
    +        """
    +        Whether to use the roaming appdata directory on Windows.
    +
    +        That means that for users on a Windows network setup for roaming profiles, this user data will be synced on
    +        login (see
    +        `here `_).
    +
    +        """
    +        self.multipath = multipath
    +        """
    +        An optional parameter which indicates that the entire list of data dirs should be returned.
    +
    +        By default, the first item would only be returned.
    +
    +        """
    +        self.opinion = opinion  #: A flag to indicating to use opinionated values.
    +        self.ensure_exists = ensure_exists
    +        """
    +        Optionally create the directory (and any missing parents) upon access if it does not exist.
    +
    +        By default, no directories are created.
    +
    +        """
    +
    +    def _append_app_name_and_version(self, *base: str) -> str:
    +        params = list(base[1:])
    +        if self.appname:
    +            params.append(self.appname)
    +            if self.version:
    +                params.append(self.version)
    +        path = os.path.join(base[0], *params)  # noqa: PTH118
    +        self._optionally_create_directory(path)
    +        return path
    +
    +    def _optionally_create_directory(self, path: str) -> None:
    +        if self.ensure_exists:
    +            Path(path).mkdir(parents=True, exist_ok=True)
    +
    +    @property
    +    @abstractmethod
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users"""
    +
    +    @property
    +    @abstractmethod
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_desktop_dir(self) -> str:
    +        """:return: desktop directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def user_runtime_dir(self) -> str:
    +        """:return: runtime directory tied to the user"""
    +
    +    @property
    +    @abstractmethod
    +    def site_runtime_dir(self) -> str:
    +        """:return: runtime directory shared by users"""
    +
    +    @property
    +    def user_data_path(self) -> Path:
    +        """:return: data path tied to the user"""
    +        return Path(self.user_data_dir)
    +
    +    @property
    +    def site_data_path(self) -> Path:
    +        """:return: data path shared by users"""
    +        return Path(self.site_data_dir)
    +
    +    @property
    +    def user_config_path(self) -> Path:
    +        """:return: config path tied to the user"""
    +        return Path(self.user_config_dir)
    +
    +    @property
    +    def site_config_path(self) -> Path:
    +        """:return: config path shared by the users"""
    +        return Path(self.site_config_dir)
    +
    +    @property
    +    def user_cache_path(self) -> Path:
    +        """:return: cache path tied to the user"""
    +        return Path(self.user_cache_dir)
    +
    +    @property
    +    def site_cache_path(self) -> Path:
    +        """:return: cache path shared by users"""
    +        return Path(self.site_cache_dir)
    +
    +    @property
    +    def user_state_path(self) -> Path:
    +        """:return: state path tied to the user"""
    +        return Path(self.user_state_dir)
    +
    +    @property
    +    def user_log_path(self) -> Path:
    +        """:return: log path tied to the user"""
    +        return Path(self.user_log_dir)
    +
    +    @property
    +    def user_documents_path(self) -> Path:
    +        """:return: documents a path tied to the user"""
    +        return Path(self.user_documents_dir)
    +
    +    @property
    +    def user_downloads_path(self) -> Path:
    +        """:return: downloads path tied to the user"""
    +        return Path(self.user_downloads_dir)
    +
    +    @property
    +    def user_pictures_path(self) -> Path:
    +        """:return: pictures path tied to the user"""
    +        return Path(self.user_pictures_dir)
    +
    +    @property
    +    def user_videos_path(self) -> Path:
    +        """:return: videos path tied to the user"""
    +        return Path(self.user_videos_dir)
    +
    +    @property
    +    def user_music_path(self) -> Path:
    +        """:return: music path tied to the user"""
    +        return Path(self.user_music_dir)
    +
    +    @property
    +    def user_desktop_path(self) -> Path:
    +        """:return: desktop path tied to the user"""
    +        return Path(self.user_desktop_dir)
    +
    +    @property
    +    def user_runtime_path(self) -> Path:
    +        """:return: runtime path tied to the user"""
    +        return Path(self.user_runtime_dir)
    +
    +    @property
    +    def site_runtime_path(self) -> Path:
    +        """:return: runtime path shared by users"""
    +        return Path(self.site_runtime_dir)
    +
    +    def iter_config_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site configuration directories."""
    +        yield self.user_config_dir
    +        yield self.site_config_dir
    +
    +    def iter_data_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site data directories."""
    +        yield self.user_data_dir
    +        yield self.site_data_dir
    +
    +    def iter_cache_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site cache directories."""
    +        yield self.user_cache_dir
    +        yield self.site_cache_dir
    +
    +    def iter_runtime_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site runtime directories."""
    +        yield self.user_runtime_dir
    +        yield self.site_runtime_dir
    +
    +    def iter_config_paths(self) -> Iterator[Path]:
    +        """:yield: all user and site configuration paths."""
    +        for path in self.iter_config_dirs():
    +            yield Path(path)
    +
    +    def iter_data_paths(self) -> Iterator[Path]:
    +        """:yield: all user and site data paths."""
    +        for path in self.iter_data_dirs():
    +            yield Path(path)
    +
    +    def iter_cache_paths(self) -> Iterator[Path]:
    +        """:yield: all user and site cache paths."""
    +        for path in self.iter_cache_dirs():
    +            yield Path(path)
    +
    +    def iter_runtime_paths(self) -> Iterator[Path]:
    +        """:yield: all user and site runtime paths."""
    +        for path in self.iter_runtime_dirs():
    +            yield Path(path)
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
    new file mode 100644
    index 0000000..eb1ba5d
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
    @@ -0,0 +1,130 @@
    +"""macOS."""
    +
    +from __future__ import annotations
    +
    +import os.path
    +import sys
    +
    +from .api import PlatformDirsABC
    +
    +
    +class MacOS(PlatformDirsABC):
    +    """
    +    Platform directories for the macOS operating system.
    +
    +    Follows the guidance from
    +    `Apple documentation `_.
    +    Makes use of the `appname `,
    +    `version `,
    +    `ensure_exists `.
    +
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """
    +        :return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``.
    +          If we're using a Python binary managed by `Homebrew `_, the directory
    +          will be under the Homebrew prefix, e.g. ``/opt/homebrew/share/$appname/$version``.
    +          If `multipath ` is enabled, and we're in Homebrew,
    +          the response is a multi-path string separated by ":", e.g.
    +          ``/opt/homebrew/share/$appname/$version:/Library/Application Support/$appname/$version``
    +        """
    +        is_homebrew = sys.prefix.startswith("/opt/homebrew")
    +        path_list = [self._append_app_name_and_version("/opt/homebrew/share")] if is_homebrew else []
    +        path_list.append(self._append_app_name_and_version("/Library/Application Support"))
    +        if self.multipath:
    +            return os.pathsep.join(path_list)
    +        return path_list[0]
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `site_data_dir`"""
    +        return self.site_data_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """
    +        :return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``.
    +          If we're using a Python binary managed by `Homebrew `_, the directory
    +          will be under the Homebrew prefix, e.g. ``/opt/homebrew/var/cache/$appname/$version``.
    +          If `multipath ` is enabled, and we're in Homebrew,
    +          the response is a multi-path string separated by ":", e.g.
    +          ``/opt/homebrew/var/cache/$appname/$version:/Library/Caches/$appname/$version``
    +        """
    +        is_homebrew = sys.prefix.startswith("/opt/homebrew")
    +        path_list = [self._append_app_name_and_version("/opt/homebrew/var/cache")] if is_homebrew else []
    +        path_list.append(self._append_app_name_and_version("/Library/Caches"))
    +        if self.multipath:
    +            return os.pathsep.join(path_list)
    +        return path_list[0]
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
    +        return os.path.expanduser("~/Documents")  # noqa: PTH111
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
    +        return os.path.expanduser("~/Downloads")  # noqa: PTH111
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
    +        return os.path.expanduser("~/Pictures")  # noqa: PTH111
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
    +        return os.path.expanduser("~/Movies")  # noqa: PTH111
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user, e.g. ``~/Music``"""
    +        return os.path.expanduser("~/Music")  # noqa: PTH111
    +
    +    @property
    +    def user_desktop_dir(self) -> str:
    +        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
    +        return os.path.expanduser("~/Desktop")  # noqa: PTH111
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
    +        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
    +
    +    @property
    +    def site_runtime_dir(self) -> str:
    +        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
    +        return self.user_runtime_dir
    +
    +
    +__all__ = [
    +    "MacOS",
    +]
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed
    new file mode 100644
    index 0000000..e69de29
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
    new file mode 100644
    index 0000000..9500ade
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
    @@ -0,0 +1,275 @@
    +"""Unix."""
    +
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from configparser import ConfigParser
    +from pathlib import Path
    +from typing import Iterator, NoReturn
    +
    +from .api import PlatformDirsABC
    +
    +if sys.platform == "win32":
    +
    +    def getuid() -> NoReturn:
    +        msg = "should only be used on Unix"
    +        raise RuntimeError(msg)
    +
    +else:
    +    from os import getuid
    +
    +
    +class Unix(PlatformDirsABC):  # noqa: PLR0904
    +    """
    +    On Unix/Linux, we follow the `XDG Basedir Spec `_.
    +
    +    The spec allows overriding directories with environment variables. The examples shown are the default values,
    +    alongside the name of the environment variable that overrides them. Makes use of the `appname
    +    `, `version `, `multipath
    +    `, `opinion `, `ensure_exists
    +    `.
    +
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """
    +        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
    +         ``$XDG_DATA_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_DATA_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def _site_data_dirs(self) -> list[str]:
    +        path = os.environ.get("XDG_DATA_DIRS", "")
    +        if not path.strip():
    +            path = f"/usr/local/share{os.pathsep}/usr/share"
    +        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """
    +        :return: data directories shared by users (if `multipath ` is
    +         enabled and ``XDG_DATA_DIRS`` is set and a multi path the response is also a multi path separated by the
    +         OS path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
    +        """
    +        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
    +        dirs = self._site_data_dirs
    +        if not self.multipath:
    +            return dirs[0]
    +        return os.pathsep.join(dirs)
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """
    +        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
    +         ``$XDG_CONFIG_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_CONFIG_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.config")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def _site_config_dirs(self) -> list[str]:
    +        path = os.environ.get("XDG_CONFIG_DIRS", "")
    +        if not path.strip():
    +            path = "/etc/xdg"
    +        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """
    +        :return: config directories shared by users (if `multipath `
    +         is enabled and ``XDG_CONFIG_DIRS`` is set and a multi path the response is also a multi path separated by
    +         the OS path separator), e.g. ``/etc/xdg/$appname/$version``
    +        """
    +        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
    +        dirs = self._site_config_dirs
    +        if not self.multipath:
    +            return dirs[0]
    +        return os.pathsep.join(dirs)
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """
    +        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
    +         ``~/$XDG_CACHE_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_CACHE_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.cache")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, e.g. ``/var/cache/$appname/$version``"""
    +        return self._append_app_name_and_version("/var/cache")
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """
    +        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
    +         ``$XDG_STATE_HOME/$appname/$version``
    +        """
    +        path = os.environ.get("XDG_STATE_HOME", "")
    +        if not path.strip():
    +            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
    +        path = self.user_state_dir
    +        if self.opinion:
    +            path = os.path.join(path, "log")  # noqa: PTH118
    +            self._optionally_create_directory(path)
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
    +        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
    +        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
    +        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
    +        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user, e.g. ``~/Music``"""
    +        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
    +
    +    @property
    +    def user_desktop_dir(self) -> str:
    +        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
    +        return _get_user_media_dir("XDG_DESKTOP_DIR", "~/Desktop")
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
    +         ``$XDG_RUNTIME_DIR/$appname/$version``.
    +
    +         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
    +         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
    +         is not set.
    +        """
    +        path = os.environ.get("XDG_RUNTIME_DIR", "")
    +        if not path.strip():
    +            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
    +                path = f"/var/run/user/{getuid()}"
    +                if not Path(path).exists():
    +                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
    +            else:
    +                path = f"/run/user/{getuid()}"
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory shared by users, e.g. ``/run/$appname/$version`` or \
    +        ``$XDG_RUNTIME_DIR/$appname/$version``.
    +
    +        Note that this behaves almost exactly like `user_runtime_dir` if ``$XDG_RUNTIME_DIR`` is set, but will
    +        fall back to paths associated to the root user instead of a regular logged-in user if it's not set.
    +
    +        If you wish to ensure that a logged-in root user path is returned e.g. ``/run/user/0``, use `user_runtime_dir`
    +        instead.
    +
    +        For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/$appname/$version`` if ``$XDG_RUNTIME_DIR`` is not set.
    +        """
    +        path = os.environ.get("XDG_RUNTIME_DIR", "")
    +        if not path.strip():
    +            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
    +                path = "/var/run"
    +            else:
    +                path = "/run"
    +        return self._append_app_name_and_version(path)
    +
    +    @property
    +    def site_data_path(self) -> Path:
    +        """:return: data path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_data_dir)
    +
    +    @property
    +    def site_config_path(self) -> Path:
    +        """:return: config path shared by the users, returns the first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_config_dir)
    +
    +    @property
    +    def site_cache_path(self) -> Path:
    +        """:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
    +        return self._first_item_as_path_if_multipath(self.site_cache_dir)
    +
    +    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
    +        if self.multipath:
    +            # If multipath is True, the first path is returned.
    +            directory = directory.split(os.pathsep)[0]
    +        return Path(directory)
    +
    +    def iter_config_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site configuration directories."""
    +        yield self.user_config_dir
    +        yield from self._site_config_dirs
    +
    +    def iter_data_dirs(self) -> Iterator[str]:
    +        """:yield: all user and site data directories."""
    +        yield self.user_data_dir
    +        yield from self._site_data_dirs
    +
    +
    +def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
    +    media_dir = _get_user_dirs_folder(env_var)
    +    if media_dir is None:
    +        media_dir = os.environ.get(env_var, "").strip()
    +        if not media_dir:
    +            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
    +
    +    return media_dir
    +
    +
    +def _get_user_dirs_folder(key: str) -> str | None:
    +    """
    +    Return directory from user-dirs.dirs config file.
    +
    +    See https://freedesktop.org/wiki/Software/xdg-user-dirs/.
    +
    +    """
    +    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
    +    if user_dirs_config_path.exists():
    +        parser = ConfigParser()
    +
    +        with user_dirs_config_path.open() as stream:
    +            # Add fake section header, so ConfigParser doesn't complain
    +            parser.read_string(f"[top]\n{stream.read()}")
    +
    +        if key not in parser["top"]:
    +            return None
    +
    +        path = parser["top"][key].strip('"')
    +        # Handle relative home paths
    +        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
    +
    +    return None
    +
    +
    +__all__ = [
    +    "Unix",
    +]
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
    new file mode 100644
    index 0000000..6483ddc
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
    @@ -0,0 +1,16 @@
    +# file generated by setuptools_scm
    +# don't change, don't track in version control
    +TYPE_CHECKING = False
    +if TYPE_CHECKING:
    +    from typing import Tuple, Union
    +    VERSION_TUPLE = Tuple[Union[int, str], ...]
    +else:
    +    VERSION_TUPLE = object
    +
    +version: str
    +__version__: str
    +__version_tuple__: VERSION_TUPLE
    +version_tuple: VERSION_TUPLE
    +
    +__version__ = version = '4.2.2'
    +__version_tuple__ = version_tuple = (4, 2, 2)
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
    new file mode 100644
    index 0000000..d7bc960
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
    @@ -0,0 +1,272 @@
    +"""Windows."""
    +
    +from __future__ import annotations
    +
    +import os
    +import sys
    +from functools import lru_cache
    +from typing import TYPE_CHECKING
    +
    +from .api import PlatformDirsABC
    +
    +if TYPE_CHECKING:
    +    from collections.abc import Callable
    +
    +
    +class Windows(PlatformDirsABC):
    +    """
    +    `MSDN on where to store app data files `_.
    +
    +    Makes use of the `appname `, `appauthor
    +    `, `version `, `roaming
    +    `, `opinion `, `ensure_exists
    +    `.
    +
    +    """
    +
    +    @property
    +    def user_data_dir(self) -> str:
    +        """
    +        :return: data directory tied to the user, e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname`` (not roaming) or
    +         ``%USERPROFILE%\\AppData\\Roaming\\$appauthor\\$appname`` (roaming)
    +        """
    +        const = "CSIDL_APPDATA" if self.roaming else "CSIDL_LOCAL_APPDATA"
    +        path = os.path.normpath(get_win_folder(const))
    +        return self._append_parts(path)
    +
    +    def _append_parts(self, path: str, *, opinion_value: str | None = None) -> str:
    +        params = []
    +        if self.appname:
    +            if self.appauthor is not False:
    +                author = self.appauthor or self.appname
    +                params.append(author)
    +            params.append(self.appname)
    +            if opinion_value is not None and self.opinion:
    +                params.append(opinion_value)
    +            if self.version:
    +                params.append(self.version)
    +        path = os.path.join(path, *params)  # noqa: PTH118
    +        self._optionally_create_directory(path)
    +        return path
    +
    +    @property
    +    def site_data_dir(self) -> str:
    +        """:return: data directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname``"""
    +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
    +        return self._append_parts(path)
    +
    +    @property
    +    def user_config_dir(self) -> str:
    +        """:return: config directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def site_config_dir(self) -> str:
    +        """:return: config directory shared by the users, same as `site_data_dir`"""
    +        return self.site_data_dir
    +
    +    @property
    +    def user_cache_dir(self) -> str:
    +        """
    +        :return: cache directory tied to the user (if opinionated with ``Cache`` folder within ``$appname``) e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\$appauthor\\$appname\\Cache\\$version``
    +        """
    +        path = os.path.normpath(get_win_folder("CSIDL_LOCAL_APPDATA"))
    +        return self._append_parts(path, opinion_value="Cache")
    +
    +    @property
    +    def site_cache_dir(self) -> str:
    +        """:return: cache directory shared by users, e.g. ``C:\\ProgramData\\$appauthor\\$appname\\Cache\\$version``"""
    +        path = os.path.normpath(get_win_folder("CSIDL_COMMON_APPDATA"))
    +        return self._append_parts(path, opinion_value="Cache")
    +
    +    @property
    +    def user_state_dir(self) -> str:
    +        """:return: state directory tied to the user, same as `user_data_dir`"""
    +        return self.user_data_dir
    +
    +    @property
    +    def user_log_dir(self) -> str:
    +        """:return: log directory tied to the user, same as `user_data_dir` if not opinionated else ``Logs`` in it"""
    +        path = self.user_data_dir
    +        if self.opinion:
    +            path = os.path.join(path, "Logs")  # noqa: PTH118
    +            self._optionally_create_directory(path)
    +        return path
    +
    +    @property
    +    def user_documents_dir(self) -> str:
    +        """:return: documents directory tied to the user e.g. ``%USERPROFILE%\\Documents``"""
    +        return os.path.normpath(get_win_folder("CSIDL_PERSONAL"))
    +
    +    @property
    +    def user_downloads_dir(self) -> str:
    +        """:return: downloads directory tied to the user e.g. ``%USERPROFILE%\\Downloads``"""
    +        return os.path.normpath(get_win_folder("CSIDL_DOWNLOADS"))
    +
    +    @property
    +    def user_pictures_dir(self) -> str:
    +        """:return: pictures directory tied to the user e.g. ``%USERPROFILE%\\Pictures``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYPICTURES"))
    +
    +    @property
    +    def user_videos_dir(self) -> str:
    +        """:return: videos directory tied to the user e.g. ``%USERPROFILE%\\Videos``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYVIDEO"))
    +
    +    @property
    +    def user_music_dir(self) -> str:
    +        """:return: music directory tied to the user e.g. ``%USERPROFILE%\\Music``"""
    +        return os.path.normpath(get_win_folder("CSIDL_MYMUSIC"))
    +
    +    @property
    +    def user_desktop_dir(self) -> str:
    +        """:return: desktop directory tied to the user, e.g. ``%USERPROFILE%\\Desktop``"""
    +        return os.path.normpath(get_win_folder("CSIDL_DESKTOPDIRECTORY"))
    +
    +    @property
    +    def user_runtime_dir(self) -> str:
    +        """
    +        :return: runtime directory tied to the user, e.g.
    +         ``%USERPROFILE%\\AppData\\Local\\Temp\\$appauthor\\$appname``
    +        """
    +        path = os.path.normpath(os.path.join(get_win_folder("CSIDL_LOCAL_APPDATA"), "Temp"))  # noqa: PTH118
    +        return self._append_parts(path)
    +
    +    @property
    +    def site_runtime_dir(self) -> str:
    +        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
    +        return self.user_runtime_dir
    +
    +
    +def get_win_folder_from_env_vars(csidl_name: str) -> str:
    +    """Get folder from environment variables."""
    +    result = get_win_folder_if_csidl_name_not_env_var(csidl_name)
    +    if result is not None:
    +        return result
    +
    +    env_var_name = {
    +        "CSIDL_APPDATA": "APPDATA",
    +        "CSIDL_COMMON_APPDATA": "ALLUSERSPROFILE",
    +        "CSIDL_LOCAL_APPDATA": "LOCALAPPDATA",
    +    }.get(csidl_name)
    +    if env_var_name is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +    result = os.environ.get(env_var_name)
    +    if result is None:
    +        msg = f"Unset environment variable: {env_var_name}"
    +        raise ValueError(msg)
    +    return result
    +
    +
    +def get_win_folder_if_csidl_name_not_env_var(csidl_name: str) -> str | None:
    +    """Get a folder for a CSIDL name that does not exist as an environment variable."""
    +    if csidl_name == "CSIDL_PERSONAL":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Documents")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_DOWNLOADS":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Downloads")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYPICTURES":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Pictures")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYVIDEO":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Videos")  # noqa: PTH118
    +
    +    if csidl_name == "CSIDL_MYMUSIC":
    +        return os.path.join(os.path.normpath(os.environ["USERPROFILE"]), "Music")  # noqa: PTH118
    +    return None
    +
    +
    +def get_win_folder_from_registry(csidl_name: str) -> str:
    +    """
    +    Get folder from the registry.
    +
    +    This is a fallback technique at best. I'm not sure if using the registry for these guarantees us the correct answer
    +    for all CSIDL_* names.
    +
    +    """
    +    shell_folder_name = {
    +        "CSIDL_APPDATA": "AppData",
    +        "CSIDL_COMMON_APPDATA": "Common AppData",
    +        "CSIDL_LOCAL_APPDATA": "Local AppData",
    +        "CSIDL_PERSONAL": "Personal",
    +        "CSIDL_DOWNLOADS": "{374DE290-123F-4565-9164-39C4925E467B}",
    +        "CSIDL_MYPICTURES": "My Pictures",
    +        "CSIDL_MYVIDEO": "My Video",
    +        "CSIDL_MYMUSIC": "My Music",
    +    }.get(csidl_name)
    +    if shell_folder_name is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +    if sys.platform != "win32":  # only needed for mypy type checker to know that this code runs only on Windows
    +        raise NotImplementedError
    +    import winreg  # noqa: PLC0415
    +
    +    key = winreg.OpenKey(winreg.HKEY_CURRENT_USER, r"Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders")
    +    directory, _ = winreg.QueryValueEx(key, shell_folder_name)
    +    return str(directory)
    +
    +
    +def get_win_folder_via_ctypes(csidl_name: str) -> str:
    +    """Get folder with ctypes."""
    +    # There is no 'CSIDL_DOWNLOADS'.
    +    # Use 'CSIDL_PROFILE' (40) and append the default folder 'Downloads' instead.
    +    # https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid
    +
    +    import ctypes  # noqa: PLC0415
    +
    +    csidl_const = {
    +        "CSIDL_APPDATA": 26,
    +        "CSIDL_COMMON_APPDATA": 35,
    +        "CSIDL_LOCAL_APPDATA": 28,
    +        "CSIDL_PERSONAL": 5,
    +        "CSIDL_MYPICTURES": 39,
    +        "CSIDL_MYVIDEO": 14,
    +        "CSIDL_MYMUSIC": 13,
    +        "CSIDL_DOWNLOADS": 40,
    +        "CSIDL_DESKTOPDIRECTORY": 16,
    +    }.get(csidl_name)
    +    if csidl_const is None:
    +        msg = f"Unknown CSIDL name: {csidl_name}"
    +        raise ValueError(msg)
    +
    +    buf = ctypes.create_unicode_buffer(1024)
    +    windll = getattr(ctypes, "windll")  # noqa: B009 # using getattr to avoid false positive with mypy type checker
    +    windll.shell32.SHGetFolderPathW(None, csidl_const, None, 0, buf)
    +
    +    # Downgrade to short path name if it has high-bit chars.
    +    if any(ord(c) > 255 for c in buf):  # noqa: PLR2004
    +        buf2 = ctypes.create_unicode_buffer(1024)
    +        if windll.kernel32.GetShortPathNameW(buf.value, buf2, 1024):
    +            buf = buf2
    +
    +    if csidl_name == "CSIDL_DOWNLOADS":
    +        return os.path.join(buf.value, "Downloads")  # noqa: PTH118
    +
    +    return buf.value
    +
    +
    +def _pick_get_win_folder() -> Callable[[str], str]:
    +    try:
    +        import ctypes  # noqa: PLC0415
    +    except ImportError:
    +        pass
    +    else:
    +        if hasattr(ctypes, "windll"):
    +            return get_win_folder_via_ctypes
    +    try:
    +        import winreg  # noqa: PLC0415, F401
    +    except ImportError:
    +        return get_win_folder_from_env_vars
    +    else:
    +        return get_win_folder_from_registry
    +
    +
    +get_win_folder = lru_cache(maxsize=None)(_pick_get_win_folder())
    +
    +__all__ = [
    +    "Windows",
    +]
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
    new file mode 100644
    index 0000000..60ae9bb
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
    @@ -0,0 +1,82 @@
    +"""
    +    Pygments
    +    ~~~~~~~~
    +
    +    Pygments is a syntax highlighting package written in Python.
    +
    +    It is a generic syntax highlighter for general use in all kinds of software
    +    such as forum systems, wikis or other applications that need to prettify
    +    source code. Highlights are:
    +
    +    * a wide range of common languages and markup formats is supported
    +    * special attention is paid to details, increasing quality by a fair amount
    +    * support for new languages and formats are added easily
    +    * a number of output formats, presently HTML, LaTeX, RTF, SVG, all image
    +      formats that PIL supports, and ANSI sequences
    +    * it is usable as a command-line tool and as a library
    +    * ... and it highlights even Brainfuck!
    +
    +    The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
    +
    +    .. _Pygments master branch:
    +       https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
    +
    +    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +from io import StringIO, BytesIO
    +
    +__version__ = '2.18.0'
    +__docformat__ = 'restructuredtext'
    +
    +__all__ = ['lex', 'format', 'highlight']
    +
    +
    +def lex(code, lexer):
    +    """
    +    Lex `code` with the `lexer` (must be a `Lexer` instance)
    +    and return an iterable of tokens. Currently, this only calls
    +    `lexer.get_tokens()`.
    +    """
    +    try:
    +        return lexer.get_tokens(code)
    +    except TypeError:
    +        # Heuristic to catch a common mistake.
    +        from pip._vendor.pygments.lexer import RegexLexer
    +        if isinstance(lexer, type) and issubclass(lexer, RegexLexer):
    +            raise TypeError('lex() argument must be a lexer instance, '
    +                            'not a class')
    +        raise
    +
    +
    +def format(tokens, formatter, outfile=None):  # pylint: disable=redefined-builtin
    +    """
    +    Format ``tokens`` (an iterable of tokens) with the formatter ``formatter``
    +    (a `Formatter` instance).
    +
    +    If ``outfile`` is given and a valid file object (an object with a
    +    ``write`` method), the result will be written to it, otherwise it
    +    is returned as a string.
    +    """
    +    try:
    +        if not outfile:
    +            realoutfile = getattr(formatter, 'encoding', None) and BytesIO() or StringIO()
    +            formatter.format(tokens, realoutfile)
    +            return realoutfile.getvalue()
    +        else:
    +            formatter.format(tokens, outfile)
    +    except TypeError:
    +        # Heuristic to catch a common mistake.
    +        from pip._vendor.pygments.formatter import Formatter
    +        if isinstance(formatter, type) and issubclass(formatter, Formatter):
    +            raise TypeError('format() argument must be a formatter instance, '
    +                            'not a class')
    +        raise
    +
    +
    +def highlight(code, lexer, formatter, outfile=None):
    +    """
    +    This is the most high-level highlighting function. It combines `lex` and
    +    `format` in one function.
    +    """
    +    return format(lex(code, lexer), formatter, outfile)
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
    new file mode 100644
    index 0000000..dcc6e5a
    --- /dev/null
    +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
    @@ -0,0 +1,17 @@
    +"""
    +    pygments.__main__
    +    ~~~~~~~~~~~~~~~~~
    +
    +    Main entry point for ``python -m pygments``.
    +
    +    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
    +    :license: BSD, see LICENSE for details.
    +"""
    +
    +import sys
    +from pip._vendor.pygments.cmdline import main
    +
    +try:
    +    sys.exit(main(sys.argv))
    +except KeyboardInterrupt:
    +    sys.exit(1)
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..06edf8a2a69253c8df4b9fbbea3913609a17fc8c
    GIT binary patch
    literal 3493
    zcmaJ@O>7&-72YK&i6ZsmO16q9u06KvShOWdR*l+GV*|G1#6lF=u+%hV1(2)V5xLfK
    zmzkNBL{%;fBZnSSw19I+0iy`e6z(C%92=y!UhGJP-GvJnEqdt9jRLgDso$IBl5VPY
    zAPr|{cHX@A_WQnhf9UVe8E8Mg`sdoO^M>(PdPrKTHQ2p?!Ck{KN`_-PDbK8@N~wCf
    zlr{|~UCKC_QdiY*x_)Jrx}ENKjZ%-3bF%N6r7V7X@!Q+%DdepK8N4a
    zho7`s?mw28E1AV)(^u98tGU&hhkxbzRo1ZVRjbO`x^R`^K68E8Q?SjM<*`t5GGTchTXlU$vS5YDU`4H4f@_atXxEq}X;WB-HK}-Ajb3>)V1`k`nt)XnC$`vgIaRSg~9LRS!a6CH7+bI(a@{|C&FE
    zBM5|9j)Tz2suxF1G5KMA8F@lHL8uy`N?aeO1W9=4HQCk0H|NILoVCc`9%nZeUmIr&
    zZ@oUQzl~c*=-LyO?2OZVeReJh9pO-FF3vB^GRfZwxo`6rV<(xbQ4vaO*@J_GElMk1
    zpYU9t<2wb&6gKN6&s`RlNPI6Ai+Twr+CY?yuK|0Pgys4xp}l$}{&vOZ0ugou8(I{$x
    zu$cQh$xI;?WfznH5@)YPJ(rq_%h_w2-P6U>=ZaI&K7d4t&{m<~j^Z1tkdD$G--xQxO%
    z&{@Yl?Qq+B=BGC0w?aO4uan{0X4;Zzyibyc|xe?>PA)7>!)#q0Q%D}g8B$h$Jp=6x+016&R=C;hOOnW}BP~ODN>DrTm
    z-PS=QOQZcYeX&BGV-{4vy*&w4=#VrPB2xTHr9G}xw7D@5Ha3a%=SZ8>EGyW9dvV3}
    zIF14>tI%oUFm5EahI`pzw8nzvo7`5~m)1~ggryIuRH!B*19gsq$SDxTQAltZdJ2A`
    z#DR1qbrVVxSB=Nz%eqTdP<+$l@K`}`hwIxAx(iW`MIg%JQVkqD&nJ4&+m37VdvVx%
    zD?&RZ|3ek>Q4drB)rt_P6AeMY6oi#1i+SWAL6pE%#5;TRY9SS;o*XY^
    z1o2)_oZ?054x*D3U*|(*X`Z?_X>AnUZR5+F(KqyqWA8cdU)dfydT;il_3ixG2br_G
    zSVdIxgf=jbpjzwPsgwFkqAr9k5
    z!zRkUQV*Qa;}^tBm?IsQ6X>3$P1F2G>IF0N&ohR3&g
    zUi?51J@w)r5KsOD&mKi63q5)2t(uGU$ry?
    z%FP0D;xb_8;eY30HS2?5U3P4OEoB{S!s5h}?;4U8Mm>-Cg6o#$+0?hJH2Umc)6(#5
    zS%G9Vi%=L)U!aEpL!C|-iGJXtl6N?*)6qvAh7*JlqrJW`P%VR~TB%$wRV&qNs2d^C
    zCunV~0tsS!R}d!zE!=O_@7!zZDY4;FhxnWrXt8-~lwWDomR6ffsRT@fOdX1L)C!q`SAK7nCEbKukrbFsBzjn+@$T6zhS6E+~s)FsKlbZOTdm0Z>5t0t#{
    zltSBiZ1)H^rIzwoOF7e0&VGed7Z+}L0p4)QO?FyxCJXU~eD)Ox;jdf)s>5>tPVR!z
    zzN*0K9re`n+N=7D`kU7K+3mRxb8jE~P-p(^l=_MgRZ+
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..0f98a1067451fd74d24be031da82b05d80b31bf2
    GIT binary patch
    literal 26589
    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
    MrjE;KGcl6?UlYV99{>OV
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..a477153fc251a9d9af572618ee879b4fdb215b0a
    GIT binary patch
    literal 2633
    zcmbVN%WoS+7@vLlwRW0!nuNlV#-&bLCr#2_P?R(j(q5c^V|%C0CibqGU8k{|
    zB3nYj6-c$EN;S6>aiHp*e}D@TmskqOtU!vyDYwwxH~`=5uA>krrHr&Q-|u_Q_sz_=
    z-vt6b1mn)tpBKM&A@mCcjUhP1vwjAlhe$>dBr_34K@nDFF?{Di0W&g}rz~pZ_V84R{4sLSr0S7lzoJ4ZV7fghMwG~!gZi@&k!Y<5V{t0XE_%eF`
    zFhcWyBJPL>cG!-EJY;A4!EVQIyW9bMFxexs_bAAn`2bi8p9Og|=brP-36P(w+s?C#
    z+RFz&MiH;v4YN<~fmzJ;hF-~k+DS4LzLDR9#D9i}}&M;j_4t8cD|tDWRn_
    zf@N4O14+vonXD1Eb;c7~CP$RyqA@OAYLL>%@bIbQBf}$OQamRai&(nuM3oF2OCOVT
    zjHQX2H?F?(-fY+kHJ(xuSk>{kbaD2wEuVh-(v_LnE7C2ENHR8JN=gs=@@(&%iSpjj
    zv**Uno*N!cn*zZ)HcW2#MB3!zT1p0T1lYG?ib~m|Y15+{F;#|b0~|}6-mEHPl2TL*
    z_#~*tfnEms6sT$|wkYJG{8$3`kh>`)3C61F%HdQ>yA6R-S!}w~u_Tl-X7Y(#Of~r=
    ziRHjfj9c}vt-Us&J{-R7$#3%=f4+tZcn#Qe!?z={A_%t^6$5X-O78_1RMOk@w71~}
    zAo3ba3HWvgy>A?R&)Q*nh>Tr<%+R|siypHxgep8{Od+AkSbvP3QKjGFm&WHW-k6SN
    za>k;jTI6+`)G>kb%!gO7x-y?q;`6r3X!yj)ybe1%o`HfvP4xMUk{ODEnyitb#*G_t
    zE>Jj=GezsvqSnlKvR9<=rGhDD|0>QE~TCq!SzxR-2Wqj=cOWepBv!?+1m%b
    zC;NZYUt?aRv8SHCzwSjAmm0s9J!i1SHayOvkU#&ek2X`MLoO`PJG8JM-Byf6DQ0&}
    z33|>D^e$aXV<~1BM2Tk&tdEb|jgy*N_ly!SRN8D)Hp}u&nFE%_03{{b+xCg=_Y<|m
    zyG?Ds(xByI(Dp$)ouVf9_?aPnkmdFtFid8Uz^?_F%mASkFqtS3VYS)>q4zJunXXtS
    z1Miv~p$hzxrl`Q=X@2B5Wx3#GXH$kwFF(YzUz9JV>IyV+_??h5AQ*;E--4-tc3M$W
    zb78XX7E2dP?-o|eV^y}wmCtUv53h6IyARhrP4@%$0uONYt%|zo3Dys^l_$#aQoh9h
    z2b;-CdehVYayC=7&ZC>2&|V|n_sO;5wFki}Um4uwU#;7?+`q|pIW)-JmGCD2dR+|M
    zKYj0X`P8RxZty);W0(o~O?NaZYl&#o$V*jLB0K
    zQ?O)Ko3uKTRYLLxl+SYSG_CV#P0pt91u_8w+8p%XVcOvshWVBCF#JwCayJ#YEsw7t
    z)cs8bp%5>6>n-i&JGGWRK*?g$R&!e!S404}iUBIhR(fqoy}hd%tV{t|s-c#8$HD5!
    z${e8O8fyI)#iu-TV4xtv(tM`i-*F+qU0{A}>nz_{pZ=lkL~*KcxfHCoc2tFR=5udl
    zsBop!U!1D9byhpp`_?~vbfnfDsdmQn1{z)zVpB
    ZsT{KR`P9WQJx@IhGxp5W$@E(F`4e^ylk)%o
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..6c91eafd6dfd2575c62fd02779c7706e94d31150
    GIT binary patch
    literal 3226
    zcmaJ@-)|g89iQ3Ty}Mk`c49jYI8Hoiity3o;<^wNQ=7K=K_XhW!bvNg4D0pnp1omx
    zd(7BC0;|{m$%O?o8-N
    zH#a-;{m#tyJD<;I=A)jT41w~_*?%srqzL&GKjLCUjn>Q1XcC(gh@G~zby}cyVx1H;
    zjeL*T`Z}?VJDRdBBxGL_`ch8fP9o~nYc#j3{?`nHQmHL2JLN#+ORg6{er-VUBQ-}V9B>x;4`aI@oLN}GZ)fjEkH{AQWUv>ap`6;5pakn&(4*Y
    z=ls;+4CYvLR~&Tvy1=ckTHJQzjF3XrlUlF`t3zH}w020!kX>B9)_E)itd_&BlG
    ztMoRV$3*zWN-pg&Dh!(*2&4aSI@s@R%(!~vTVMon!@2L4xh_I
    z23F=gcVSMMyqJGsVopFNk5;VWkF7;V%vIdVF%!&epC60Cc`QO!r4}Ylc>whT^3PNQ
    zBL9--7cEar=hbjOY)I^f>hph*&)3NPf#K%#&FRgry+5=)Fn%vR{&9Nz3z3EKpA8+N
    z@6u8IcgaKaHpv+rSV!VG1y92lM@sS}R03he*gRu=7qr5ju08M`=)*b1VW?o$&$85b
    z;nRWPtEs>5*|(9}9NOM9b}jiZK?e7K^30yK*IQslik-)U%SqT?ghrDD?J+pU&Z9<0
    zC;=Y1EF~J?#${;`yM4IehjZ>IV4=O&mIHu$qW%wwz*A1q=T-o`k~A;+WjM4zFpHI{
    zxRF)J0xL0su
    zk(+Egp(Bzz2x=AQ2wSndssjs09^H0mTXP)`nABmNmursY=6Ap!RQDd_SZFlsu)l2m)Hd(pvmDKwj{
    zE)+dWfMB7xsU{@68fngaXDIV>2Kxy#d{zW;3qbf*%dzrBdKB*vw~T-Voh2w-fvz7%C+|jzwap4xOVS)O(_B
    zl_X5?$`Kg&8hOxrXuJ3DR{F5q)=VzR2ccgfFl(AWsal?bnnV;I#X+2rqr3ExLc@pg
    z6RRBj1fp-9JkkSIn^K{5C7}*J#7%=!~C?snd$lqQttKXF;{>lO{
    z)G7uMJOCRuUfSK*z#B0_gTjn-jX4#ggMo11L!so=^6We`c1+R+m-M!(fxm18E(ki@
    zv}$(2LU<-b=Y_~Nymkd)&mOv#6cbx~xl0Xf2nWiMNX)2US&`3xffGIl}C4pAo*R5`C
    zQhgV#zXKKEw{Pf1uu=G1-`Iox{Tsm_FTZ>F-sthWqsO-np4d8ZVQb{A?f$p7vTr{~
    z_x`%?THl6#H$AqQ+D?!CFAXv0hvC;MK=oyB6VM6m>DOKSe*Ll+i=wh7vnZ8>KMU(U
    zg|mBiM6bAe3XK_5^4ajoz`o|x&8f}3?z$*iJZ5Zi?S+aX@?d)ScVdPpF&6rm7miCB5
    zU@EGBd~(REMoEMm@79hm{gS%-rujF(1A!^9@i0LteWazS-Wtl#{>Q^TH1!{rq0c=c
    TP<=MMn@-<&>)!U^$?VK>
    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
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..f6d6001347949db7278b0aed1c5f0c6fe24ea6e7
    GIT binary patch
    literal 38366
    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
    bAk24Pz|Z}TYOyNP9_!lk_X3_6kM;ip`dpZR
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..91993030813975a069c3564878a773219920eb46
    GIT binary patch
    literal 1564
    zcmZV;T~FIq^j_OZOcK6VRw5={ZKI0W8Yuga7PTOtNL_`}s$qLbLn9}?2~HiywGC}D
    zGi6ez!Keh<3+#=@R{WH`urYPaV$!5N@h~YHecH=*t{p?gj^uOCx#!&Tef&drcN779
    zaqG9`KY4`yU`zl)hd6xz#12wW4k=jSG@Qcmu)F)$Z%i#sle{uUq-m1&T&Ko7
    zQP~E?z$B1XL-(;Qv)4CBlH7lg&Ra|G5h+^2K@;GFMtk4sA`m;sJ`+`$qt
    zJJ{@Za5Z#61y}_KT3OUU5|=q)k0joW1@$kO)D2ryHcQKHsAASv42g5G=Hi;g#)6Q4
    zN^|M_?BYVfXxPhj-6QY%B=mHZn)%c!)mQVHTFm<@AEd5L<}KBxR}H!JP_9rbZ>Yw2
    z0o0VbIUdZ?co0I$Xt+cFZv-1NGY&Bf!Dl4_wa~FR_=}kMQB3S!I~3n)&HNe>k9zyI
    z9&bF}eze&<5Qp1561z@87nM3w&1l3*!-{zN6QCXBpz7;|hdT!Q{(;swhf|=aF{E%!
    z*h2+>%@2d@CR!RqXpOhe+Trj)dDjF-u<)~fM<{U^Ws!jFvvxQb_7m@SUV)WSuo7}Y
    zcBJDFIb2}pAw&&!243^QIU(jf(CB!2=iF0+mxSg*l#owZne*sLEKt>YWsAXuX&Dvpk{cuC3tXHVZYgCuQE)Txk
    zuA2O$;HkJF{}9;W^5DOasEI>lc7?36_hKELguo{3`s4b%IzOBqg<}g0enm_8h
    zv|Zelb`yIu-;eAS4~CLI_etx*anHMZi-$d9>oCJTM}tG(-fl-w|JW-L^$c!*vRmAH
    z`(^j&IzEcUpIO@;~@=
    zK4Ixfq8lj`lzOR9a5>lvU}Q}LCQ_=`4ERsDk*Kr*9w}{XI5%5WUihw8N-(c)hq)-Ke$^pAdi#i{IqF
    W%AH2|-u_nX?>LVWuj0MfkMuujuZUg%
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..15d07b9c205a04e57df13c0d751fcf18ad808964
    GIT binary patch
    literal 2613
    zcmd5;&rcgi6rQmSHs&`84pFPJZB-?vU>q8yiXo|hfP(4*!mbotr>n&~*xRmmt(k>j
    z1Wi=+0BWW5RMJy(MYR7y|AAhRh!9$(Ql(zn8^Nkndg`0mU4tD&d(24t_U)T*-kbNm
    zH)H?O+8RbM*6#jV$ORGloqu@4=PH#kP_~eYGDyX$Psc@H#)pyW&-m3qCZINC8q~&2
    zqZ<4QWrAu5WJqlS*`$U+hSg?}&E=M8tMW6r3`;Od<$RGC7K@eirMzYc+ZVMXER3@*
    zP;!8hW>|zSDmfB!=5?|{s5{9L3CGAId{PY|And+y$7jms5_Oi{5_-{8mvoYt2Xm5p
    zb9^kCw5V7R?0n}{SY3dsU2=j{zeSu$&v|uIgE6vV{RdWnM;YI=lv50e5z=4%P|2cZ
    z5DB~xgK4J0BnT;41;XD>CSv^q%_>NWq!UHejJ(8jg%w;bS=q3ZmGkpuR#_)?xeA-R
    zccF_MQyl4Xsp%&~o?WCx0jVvLWAjK60Ea!Hh8^FDoLMSUEnlz_(zvHeL-F{HfuZ=&
    zb!nk2NT~LaMU-Mcr%oFEIDL0!E)^5BBy=qY#F2zFmb&B2C#S|Irc)DwN0nHLrn6Z1
    zPktt%*lvODrDeHfLPN6E_PS3rcI_s#6&}Bliv1MW`XLW5M>paXF=((5p_f!uWznDO>C_1
    zwa0ctvBMBIt!}P9>3h1c*B;#sMJuov<+$($r{HaPD)&Hqh;U7TEVmE{d34`F_b)=h
    z&>A|cFkV5w!&?}mZz2IyMnCx<;B7n|^@|kj&g8_si8*;a}g8M*~9dcyn4y3RL^gcX{Z~YJSHxLrJ^6cu({YYXXe9+eO*xWSt
    z+Isgwy)XRe((p0kJ^1C-K3tPKH;UX#p!~1gB{z4zvTgt)XSAWm$fD2XGDa}F&RYMREms%bA|H~BIziT%j%c^xz2@G>23v4gU#nmJjv
    zyR>4-q!wI#u_FA?sEVbCJC=5Ue;VQ9H7?%Zf;YZ6$f9ROdBk3}5pCsD;_!z?oPRa9
    zDL<&Z{~530p&w)X!uKW){B;K--2dCfcXmOOGv?kl^f>!`5__Z{{4uyhpm
    M;cG%vxF$mU3mbxiga7~l
    
    literal 0
    HcmV?d00001
    
    diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc
    new file mode 100644
    index 0000000000000000000000000000000000000000..9d93a217e687762608f6220003ec33cb77ed4e72
    GIT binary patch
    literal 4082
    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
    uTj}(i)E>&r@K7Uc29Sw
    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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d23fa5d2f69c2de871b4e014b3c239ed80433ffc GIT binary patch literal 8194 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58d64cab0c5809b3ceb8548d7b99bc4d0c6d8f80 GIT binary patch literal 14074 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 is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f{})'.format(info[-2].split('\n')[0].strip()[1:]) + print(file=sys.stderr) + print('*** Error while highlighting:', file=sys.stderr) + print(msg, file=sys.stderr) + print('*** If this is a bug you want to report, please rerun with -v.', + file=sys.stderr) + return 1 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..4c1a062 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +esc = "\x1b[" + +codes = {} +codes[""] = "" +codes["reset"] = esc + "39;49;00m" + +codes["bold"] = esc + "01m" +codes["faint"] = esc + "02m" +codes["standout"] = esc + "03m" +codes["underline"] = esc + "04m" +codes["blink"] = esc + "05m" +codes["overline"] = esc + "06m" + +dark_colors = ["black", "red", "green", "yellow", "blue", + "magenta", "cyan", "gray"] +light_colors = ["brightblack", "brightred", "brightgreen", "brightyellow", "brightblue", + "brightmagenta", "brightcyan", "white"] + +x = 30 +for dark, light in zip(dark_colors, light_colors): + codes[dark] = esc + "%im" % x + codes[light] = esc + "%im" % (60 + x) + x += 1 + +del dark, light, x + +codes["white"] = codes["bold"] + + +def reset_color(): + return codes["reset"] + + +def colorize(color_key, text): + return codes[color_key] + text + codes["reset"] + + +def ansiformat(attr, text): + """ + Format ``text`` with a color and/or some attributes:: + + color normal color + *color* bold color + _color_ underlined color + +color+ blinking color + """ + result = [] + if attr[:1] == attr[-1:] == '+': + result.append(codes['blink']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '*': + result.append(codes['bold']) + attr = attr[1:-1] + if attr[:1] == attr[-1:] == '_': + result.append(codes['underline']) + attr = attr[1:-1] + result.append(codes[attr]) + result.append(text) + result.append(codes['reset']) + return ''.join(result) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..aa6f760 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,70 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +def apply_filters(stream, filters, lexer=None): + """ + Use this method to apply an iterable of filters to + a stream. If lexer is given it's forwarded to the + filter, otherwise the filter receives `None`. + """ + def _apply(filter_, stream): + yield from filter_.filter(lexer, stream) + for filter_ in filters: + stream = _apply(filter_, stream) + return stream + + +def simplefilter(f): + """ + Decorator that converts a function into a filter:: + + @simplefilter + def lowercase(self, lexer, stream, options): + for ttype, value in stream: + yield ttype, value.lower() + """ + return type(f.__name__, (FunctionFilter,), { + '__module__': getattr(f, '__module__'), + '__doc__': f.__doc__, + 'function': f, + }) + + +class Filter: + """ + Default filter. Subclass this class or use the `simplefilter` + decorator to create own filters. + """ + + def __init__(self, **options): + self.options = options + + def filter(self, lexer, stream): + raise NotImplementedError() + + +class FunctionFilter(Filter): + """ + Abstract class used by `simplefilter` to create simple + function filters on the fly. The `simplefilter` decorator + automatically creates subclasses of this class for + functions passed to it. + """ + function = None + + def __init__(self, **options): + if not hasattr(self, 'function'): + raise TypeError(f'{self.__class__.__name__!r} used without bound function') + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..9255ca2 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py @@ -0,0 +1,940 @@ +""" + pygments.filters + ~~~~~~~~~~~~~~~~ + + Module containing filter lookup functions and default + filters. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re + +from pip._vendor.pygments.token import String, Comment, Keyword, Name, Error, Whitespace, \ + string_to_tokentype +from pip._vendor.pygments.filter import Filter +from pip._vendor.pygments.util import get_list_opt, get_int_opt, get_bool_opt, \ + get_choice_opt, ClassNotFound, OptionError +from pip._vendor.pygments.plugin import find_plugin_filters + + +def find_filter_class(filtername): + """Lookup a filter by name. Return None if not found.""" + if filtername in FILTERS: + return FILTERS[filtername] + for name, cls in find_plugin_filters(): + if name == filtername: + return cls + return None + + +def get_filter_by_name(filtername, **options): + """Return an instantiated filter. + + Options are passed to the filter initializer if wanted. + Raise a ClassNotFound if not found. + """ + cls = find_filter_class(filtername) + if cls: + return cls(**options) + else: + raise ClassNotFound(f'filter {filtername!r} not found') + + +def get_all_filters(): + """Return a generator of all filter names.""" + yield from FILTERS + for name, _ in find_plugin_filters(): + yield name + + +def _replace_special(ttype, value, regex, specialttype, + replacefunc=lambda x: x): + last = 0 + for match in regex.finditer(value): + start, end = match.start(), match.end() + if start != last: + yield ttype, value[last:start] + yield specialttype, replacefunc(value[start:end]) + last = end + if last != len(value): + yield ttype, value[last:] + + +class CodeTagFilter(Filter): + """Highlight special code tags in comments and docstrings. + + Options accepted: + + `codetags` : list of strings + A list of strings that are flagged as code tags. The default is to + highlight ``XXX``, ``TODO``, ``FIXME``, ``BUG`` and ``NOTE``. + + .. versionchanged:: 2.13 + Now recognizes ``FIXME`` by default. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + tags = get_list_opt(options, 'codetags', + ['XXX', 'TODO', 'FIXME', 'BUG', 'NOTE']) + self.tag_re = re.compile(r'\b({})\b'.format('|'.join([ + re.escape(tag) for tag in tags if tag + ]))) + + def filter(self, lexer, stream): + regex = self.tag_re + for ttype, value in stream: + if ttype in String.Doc or \ + ttype in Comment and \ + ttype not in Comment.Preproc: + yield from _replace_special(ttype, value, regex, Comment.Special) + else: + yield ttype, value + + +class SymbolFilter(Filter): + """Convert mathematical symbols such as \\ in Isabelle + or \\longrightarrow in LaTeX into Unicode characters. + + This is mostly useful for HTML or console output when you want to + approximate the source rendering you'd see in an IDE. + + Options accepted: + + `lang` : string + The symbol language. Must be one of ``'isabelle'`` or + ``'latex'``. The default is ``'isabelle'``. + """ + + latex_symbols = { + '\\alpha' : '\U000003b1', + '\\beta' : '\U000003b2', + '\\gamma' : '\U000003b3', + '\\delta' : '\U000003b4', + '\\varepsilon' : '\U000003b5', + '\\zeta' : '\U000003b6', + '\\eta' : '\U000003b7', + '\\vartheta' : '\U000003b8', + '\\iota' : '\U000003b9', + '\\kappa' : '\U000003ba', + '\\lambda' : '\U000003bb', + '\\mu' : '\U000003bc', + '\\nu' : '\U000003bd', + '\\xi' : '\U000003be', + '\\pi' : '\U000003c0', + '\\varrho' : '\U000003c1', + '\\sigma' : '\U000003c3', + '\\tau' : '\U000003c4', + '\\upsilon' : '\U000003c5', + '\\varphi' : '\U000003c6', + '\\chi' : '\U000003c7', + '\\psi' : '\U000003c8', + '\\omega' : '\U000003c9', + '\\Gamma' : '\U00000393', + '\\Delta' : '\U00000394', + '\\Theta' : '\U00000398', + '\\Lambda' : '\U0000039b', + '\\Xi' : '\U0000039e', + '\\Pi' : '\U000003a0', + '\\Sigma' : '\U000003a3', + '\\Upsilon' : '\U000003a5', + '\\Phi' : '\U000003a6', + '\\Psi' : '\U000003a8', + '\\Omega' : '\U000003a9', + '\\leftarrow' : '\U00002190', + '\\longleftarrow' : '\U000027f5', + '\\rightarrow' : '\U00002192', + '\\longrightarrow' : '\U000027f6', + '\\Leftarrow' : '\U000021d0', + '\\Longleftarrow' : '\U000027f8', + '\\Rightarrow' : '\U000021d2', + '\\Longrightarrow' : '\U000027f9', + '\\leftrightarrow' : '\U00002194', + '\\longleftrightarrow' : '\U000027f7', + '\\Leftrightarrow' : '\U000021d4', + '\\Longleftrightarrow' : '\U000027fa', + '\\mapsto' : '\U000021a6', + '\\longmapsto' : '\U000027fc', + '\\relbar' : '\U00002500', + '\\Relbar' : '\U00002550', + '\\hookleftarrow' : '\U000021a9', + '\\hookrightarrow' : '\U000021aa', + '\\leftharpoondown' : '\U000021bd', + '\\rightharpoondown' : '\U000021c1', + '\\leftharpoonup' : '\U000021bc', + '\\rightharpoonup' : '\U000021c0', + '\\rightleftharpoons' : '\U000021cc', + '\\leadsto' : '\U0000219d', + '\\downharpoonleft' : '\U000021c3', + '\\downharpoonright' : '\U000021c2', + '\\upharpoonleft' : '\U000021bf', + '\\upharpoonright' : '\U000021be', + '\\restriction' : '\U000021be', + '\\uparrow' : '\U00002191', + '\\Uparrow' : '\U000021d1', + '\\downarrow' : '\U00002193', + '\\Downarrow' : '\U000021d3', + '\\updownarrow' : '\U00002195', + '\\Updownarrow' : '\U000021d5', + '\\langle' : '\U000027e8', + '\\rangle' : '\U000027e9', + '\\lceil' : '\U00002308', + '\\rceil' : '\U00002309', + '\\lfloor' : '\U0000230a', + '\\rfloor' : '\U0000230b', + '\\flqq' : '\U000000ab', + '\\frqq' : '\U000000bb', + '\\bot' : '\U000022a5', + '\\top' : '\U000022a4', + '\\wedge' : '\U00002227', + '\\bigwedge' : '\U000022c0', + '\\vee' : '\U00002228', + '\\bigvee' : '\U000022c1', + '\\forall' : '\U00002200', + '\\exists' : '\U00002203', + '\\nexists' : '\U00002204', + '\\neg' : '\U000000ac', + '\\Box' : '\U000025a1', + '\\Diamond' : '\U000025c7', + '\\vdash' : '\U000022a2', + '\\models' : '\U000022a8', + '\\dashv' : '\U000022a3', + '\\surd' : '\U0000221a', + '\\le' : '\U00002264', + '\\ge' : '\U00002265', + '\\ll' : '\U0000226a', + '\\gg' : '\U0000226b', + '\\lesssim' : '\U00002272', + '\\gtrsim' : '\U00002273', + '\\lessapprox' : '\U00002a85', + '\\gtrapprox' : '\U00002a86', + '\\in' : '\U00002208', + '\\notin' : '\U00002209', + '\\subset' : '\U00002282', + '\\supset' : '\U00002283', + '\\subseteq' : '\U00002286', + '\\supseteq' : '\U00002287', + '\\sqsubset' : '\U0000228f', + '\\sqsupset' : '\U00002290', + '\\sqsubseteq' : '\U00002291', + '\\sqsupseteq' : '\U00002292', + '\\cap' : '\U00002229', + '\\bigcap' : '\U000022c2', + '\\cup' : '\U0000222a', + '\\bigcup' : '\U000022c3', + '\\sqcup' : '\U00002294', + '\\bigsqcup' : '\U00002a06', + '\\sqcap' : '\U00002293', + '\\Bigsqcap' : '\U00002a05', + '\\setminus' : '\U00002216', + '\\propto' : '\U0000221d', + '\\uplus' : '\U0000228e', + '\\bigplus' : '\U00002a04', + '\\sim' : '\U0000223c', + '\\doteq' : '\U00002250', + '\\simeq' : '\U00002243', + '\\approx' : '\U00002248', + '\\asymp' : '\U0000224d', + '\\cong' : '\U00002245', + '\\equiv' : '\U00002261', + '\\Join' : '\U000022c8', + '\\bowtie' : '\U00002a1d', + '\\prec' : '\U0000227a', + '\\succ' : '\U0000227b', + '\\preceq' : '\U0000227c', + '\\succeq' : '\U0000227d', + '\\parallel' : '\U00002225', + '\\mid' : '\U000000a6', + '\\pm' : '\U000000b1', + '\\mp' : '\U00002213', + '\\times' : '\U000000d7', + '\\div' : '\U000000f7', + '\\cdot' : '\U000022c5', + '\\star' : '\U000022c6', + '\\circ' : '\U00002218', + '\\dagger' : '\U00002020', + '\\ddagger' : '\U00002021', + '\\lhd' : '\U000022b2', + '\\rhd' : '\U000022b3', + '\\unlhd' : '\U000022b4', + '\\unrhd' : '\U000022b5', + '\\triangleleft' : '\U000025c3', + '\\triangleright' : '\U000025b9', + '\\triangle' : '\U000025b3', + '\\triangleq' : '\U0000225c', + '\\oplus' : '\U00002295', + '\\bigoplus' : '\U00002a01', + '\\otimes' : '\U00002297', + '\\bigotimes' : '\U00002a02', + '\\odot' : '\U00002299', + '\\bigodot' : '\U00002a00', + '\\ominus' : '\U00002296', + '\\oslash' : '\U00002298', + '\\dots' : '\U00002026', + '\\cdots' : '\U000022ef', + '\\sum' : '\U00002211', + '\\prod' : '\U0000220f', + '\\coprod' : '\U00002210', + '\\infty' : '\U0000221e', + '\\int' : '\U0000222b', + '\\oint' : '\U0000222e', + '\\clubsuit' : '\U00002663', + '\\diamondsuit' : '\U00002662', + '\\heartsuit' : '\U00002661', + '\\spadesuit' : '\U00002660', + '\\aleph' : '\U00002135', + '\\emptyset' : '\U00002205', + '\\nabla' : '\U00002207', + '\\partial' : '\U00002202', + '\\flat' : '\U0000266d', + '\\natural' : '\U0000266e', + '\\sharp' : '\U0000266f', + '\\angle' : '\U00002220', + '\\copyright' : '\U000000a9', + '\\textregistered' : '\U000000ae', + '\\textonequarter' : '\U000000bc', + '\\textonehalf' : '\U000000bd', + '\\textthreequarters' : '\U000000be', + '\\textordfeminine' : '\U000000aa', + '\\textordmasculine' : '\U000000ba', + '\\euro' : '\U000020ac', + '\\pounds' : '\U000000a3', + '\\yen' : '\U000000a5', + '\\textcent' : '\U000000a2', + '\\textcurrency' : '\U000000a4', + '\\textdegree' : '\U000000b0', + } + + isabelle_symbols = { + '\\' : '\U0001d7ec', + '\\' : '\U0001d7ed', + '\\' : '\U0001d7ee', + '\\' : '\U0001d7ef', + '\\' : '\U0001d7f0', + '\\' : '\U0001d7f1', + '\\' : '\U0001d7f2', + '\\' : '\U0001d7f3', + '\\' : '\U0001d7f4', + '\\' : '\U0001d7f5', + '\\' : '\U0001d49c', + '\\' : '\U0000212c', + '\\' : '\U0001d49e', + '\\' : '\U0001d49f', + '\\' : '\U00002130', + '\\' : '\U00002131', + '\\' : '\U0001d4a2', + '\\' : '\U0000210b', + '\\' : '\U00002110', + '\\' : '\U0001d4a5', + '\\' : '\U0001d4a6', + '\\' : '\U00002112', + '\\' : '\U00002133', + '\\' : '\U0001d4a9', + '\\' : '\U0001d4aa', + '\\

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

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

    ' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
    ' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
    ' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
    ' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f875dcb9c83a5a634983e134e8a1fbd09db7a94 GIT binary patch literal 37916 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 ZTgZPihw^S5%A0v`, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) + + # Allow writing Formatter[str] or Formatter[bytes]. That's equivalent to + # Formatter. This helps when using third-party type stubs from typeshed. + def __class_getitem__(cls, name): + return cls diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..f19e993 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,157 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import re +import sys +import types +import fnmatch +from os.path import basename + +from pip._vendor.pygments.formatters._mapping import FORMATTERS +from pip._vendor.pygments.plugin import find_plugin_formatters +from pip._vendor.pygments.util import ClassNotFound + +__all__ = ['get_formatter_by_name', 'get_formatter_for_filename', + 'get_all_formatters', 'load_formatter_from_file'] + list(FORMATTERS) + +_formatter_cache = {} # classes by name +_pattern_cache = {} + + +def _fn_matches(fn, glob): + """Return whether the supplied file name fn matches pattern filename.""" + if glob not in _pattern_cache: + pattern = _pattern_cache[glob] = re.compile(fnmatch.translate(glob)) + return pattern.match(fn) + return _pattern_cache[glob].match(fn) + + +def _load_formatters(module_name): + """Load a formatter (and all others in the module too).""" + mod = __import__(module_name, None, None, ['__all__']) + for formatter_name in mod.__all__: + cls = getattr(mod, formatter_name) + _formatter_cache[cls.name] = cls + + +def get_all_formatters(): + """Return a generator for all formatter classes.""" + # NB: this returns formatter classes, not info like get_all_lexers(). + for info in FORMATTERS.values(): + if info[1] not in _formatter_cache: + _load_formatters(info[0]) + yield _formatter_cache[info[1]] + for _, formatter in find_plugin_formatters(): + yield formatter + + +def find_formatter_class(alias): + """Lookup a formatter by alias. + + Returns None if not found. + """ + for module_name, name, aliases, _, _ in FORMATTERS.values(): + if alias in aliases: + if name not in _formatter_cache: + _load_formatters(module_name) + return _formatter_cache[name] + for _, cls in find_plugin_formatters(): + if alias in cls.aliases: + return cls + + +def get_formatter_by_name(_alias, **options): + """ + Return an instance of a :class:`.Formatter` subclass that has `alias` in its + aliases list. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter with that + alias is found. + """ + cls = find_formatter_class(_alias) + if cls is None: + raise ClassNotFound(f"no formatter found for name {_alias!r}") + return cls(**options) + + +def load_formatter_from_file(filename, formattername="CustomFormatter", **options): + """ + Return a `Formatter` subclass instance loaded from the provided file, relative + to the current directory. + + The file is expected to contain a Formatter class named ``formattername`` + (by default, CustomFormatter). Users should be very careful with the input, because + this method is equivalent to running ``eval()`` on the input file. The formatter is + given the `options` at its instantiation. + + :exc:`pygments.util.ClassNotFound` is raised if there are any errors loading + the formatter. + + .. versionadded:: 2.2 + """ + try: + # This empty dict will contain the namespace for the exec'd file + custom_namespace = {} + with open(filename, 'rb') as f: + exec(f.read(), custom_namespace) + # Retrieve the class `formattername` from that namespace + if formattername not in custom_namespace: + raise ClassNotFound(f'no valid {formattername} class found in {filename}') + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound(f'cannot read {filename}: {err}') + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound(f'error when loading custom formatter: {err}') + + +def get_formatter_for_filename(fn, **options): + """ + Return a :class:`.Formatter` subclass instance that has a filename pattern + matching `fn`. The formatter is given the `options` at its instantiation. + + Will raise :exc:`pygments.util.ClassNotFound` if no formatter for that filename + is found. + """ + fn = basename(fn) + for modname, name, _, filenames, _ in FORMATTERS.values(): + for filename in filenames: + if _fn_matches(fn, filename): + if name not in _formatter_cache: + _load_formatters(modname) + return _formatter_cache[name](**options) + for _name, cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound(f"no formatter found for file name {fn!r}") + + +class _automodule(types.ModuleType): + """Automatically import formatters.""" + + def __getattr__(self, name): + info = FORMATTERS.get(name) + if info: + _load_formatters(info[0]) + cls = _formatter_cache[info[1]] + setattr(self, name, cls) + return cls + raise AttributeError(name) + + +oldmod = sys.modules[__name__] +newmod = _automodule(__name__) +newmod.__dict__.update(oldmod.__dict__) +sys.modules[__name__] = newmod +del newmod.newmod, newmod.oldmod, newmod.sys, newmod.types diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4391fbf607a28eaa41ac46f5decf4bab549cd0f GIT binary patch literal 6907 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 ZQ1ce!TDg>YE;Ewbp9^lpK8zET`~_}|yrBR9 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..998e8cdb198e44bfeadda02ed40700183b36820d GIT binary patch literal 4220 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

    vZ~sZ3ZaK@Uk}9)`hegMk*4 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 AB>(^b literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0c1d6fc7c1471dac44baca1ccbea3364f58d8a6 GIT binary patch literal 41031 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 Hl=^=GO@d7# literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd7daf409e39bc9e5c3fdb86f0b007c49854ee12 GIT binary patch literal 6060 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..332d6c34497ec950ca777aa4cd8b6f1350cd6907 GIT binary patch literal 13778 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..087164871121b53b28fe8dcff650c0433e3c75a2 GIT binary patch literal 5824 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 W1kZ;4eUd-L^YR_vHyqC9ZT=Un(UD#N literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87fe99f1ad4d57006eb3555bffc89abb97c0299d GIT binary patch literal 15123 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 literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py new file mode 100644 index 0000000..72ca840 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py @@ -0,0 +1,23 @@ +# Automatically generated by scripts/gen_mapfiles.py. +# DO NOT EDIT BY HAND; run `tox -e mapfiles` instead. + +FORMATTERS = { + 'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'), + 'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GifImageFormatter': ('pygments.formatters.img', 'img_gif', ('gif',), ('*.gif',), 'Create a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'GroffFormatter': ('pygments.formatters.groff', 'groff', ('groff', 'troff', 'roff'), (), 'Format tokens with groff escapes to change their color and font style.'), + 'HtmlFormatter': ('pygments.formatters.html', 'HTML', ('html',), ('*.html', '*.htm'), "Format tokens as HTML 4 ```` tags. By default, the content is enclosed in a ``

    `` tag, itself wrapped in a ``
    `` tag (but see the `nowrap` option). The ``
    ``'s CSS class can be set by the `cssclass` option."), + 'IRCFormatter': ('pygments.formatters.irc', 'IRC', ('irc', 'IRC'), (), 'Format tokens with IRC color sequences'), + 'ImageFormatter': ('pygments.formatters.img', 'img', ('img', 'IMG', 'png'), ('*.png',), 'Create a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'JpgImageFormatter': ('pygments.formatters.img', 'img_jpg', ('jpg', 'jpeg'), ('*.jpg',), 'Create a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'), + 'LatexFormatter': ('pygments.formatters.latex', 'LaTeX', ('latex', 'tex'), ('*.tex',), 'Format tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.'), + 'NullFormatter': ('pygments.formatters.other', 'Text only', ('text', 'null'), ('*.txt',), 'Output the text unchanged without any formatting.'), + 'PangoMarkupFormatter': ('pygments.formatters.pangomarkup', 'Pango Markup', ('pango', 'pangomarkup'), (), 'Format tokens as Pango Markup code. It can then be rendered to an SVG.'), + 'RawTokenFormatter': ('pygments.formatters.other', 'Raw tokens', ('raw', 'tokens'), ('*.raw',), 'Format tokens as a raw representation for storing token streams.'), + 'RtfFormatter': ('pygments.formatters.rtf', 'RTF', ('rtf',), ('*.rtf',), 'Format tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.'), + 'SvgFormatter': ('pygments.formatters.svg', 'SVG', ('svg',), ('*.svg',), 'Format tokens as an SVG graphics file. This formatter is still experimental. Each line of code is a ```` element with explicit ``x`` and ``y`` coordinates containing ```` elements with the individual token styles.'), + 'Terminal256Formatter': ('pygments.formatters.terminal256', 'Terminal256', ('terminal256', 'console256', '256'), (), 'Format tokens with ANSI color sequences, for output in a 256-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalFormatter': ('pygments.formatters.terminal', 'Terminal', ('terminal', 'console'), (), 'Format tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TerminalTrueColorFormatter': ('pygments.formatters.terminal256', 'TerminalTrueColor', ('terminal16m', 'console16m', '16m'), (), 'Format tokens with ANSI color sequences, for output in a true-color terminal or console. Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.'), + 'TestcaseFormatter': ('pygments.formatters.other', 'Testcase', ('testcase',), (), 'Format tokens as appropriate for a new testcase.'), +} diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..5a05bd9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt + +__all__ = ['BBCodeFormatter'] + + +class BBCodeFormatter(Formatter): + """ + Format tokens with BBcodes. These formatting codes are used by many + bulletin boards, so you can highlight your sourcecode with pygments before + posting it there. + + This formatter has no support for background colors and borders, as there + are no common BBcode tags for that. + + Some board systems (e.g. phpBB) don't support colors in their [code] tag, + so you can't use the highlighting together with that tag. + Text in a [code] tag usually is shown with a monospace font (which this + formatter can do with the ``monofont`` option) and no spaces (which you + need for indentation) are removed. + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `codetag` + If set to true, put the output into ``[code]`` tags (default: + ``false``) + + `monofont` + If set to true, add a tag to show the code with a monospace font + (default: ``false``). + """ + name = 'BBCode' + aliases = ['bbcode', 'bb'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + self._code = get_bool_opt(options, 'codetag', False) + self._mono = get_bool_opt(options, 'monofont', False) + + self.styles = {} + self._make_styles() + + def _make_styles(self): + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '[color=#{}]'.format(ndef['color']) + end = '[/color]' + end + if ndef['bold']: + start += '[b]' + end = '[/b]' + end + if ndef['italic']: + start += '[i]' + end = '[/i]' + end + if ndef['underline']: + start += '[u]' + end = '[/u]' + end + # there are no common BBcodes for background-color and border + + self.styles[ttype] = start, end + + def format_unencoded(self, tokensource, outfile): + if self._code: + outfile.write('[code]') + if self._mono: + outfile.write('[font=monospace]') + + lastval = '' + lasttype = None + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + if ttype == lasttype: + lastval += value + else: + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + lastval = value + lasttype = ttype + + if lastval: + start, end = self.styles[lasttype] + outfile.write(''.join((start, lastval, end))) + + if self._mono: + outfile.write('[/font]') + if self._code: + outfile.write('[/code]') + if self._code or self._mono: + outfile.write('\n') diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..5c8a958 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py @@ -0,0 +1,170 @@ +""" + pygments.formatters.groff + ~~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for groff output. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import math +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.util import get_bool_opt, get_int_opt + +__all__ = ['GroffFormatter'] + + +class GroffFormatter(Formatter): + """ + Format tokens with groff escapes to change their color and font style. + + .. versionadded:: 2.11 + + Additional options accepted: + + `style` + The style to use, can be a string or a Style subclass (default: + ``'default'``). + + `monospaced` + If set to true, monospace font will be used (default: ``true``). + + `linenos` + If set to true, print the line numbers (default: ``false``). + + `wrap` + Wrap lines to the specified number of characters. Disabled if set to 0 + (default: ``0``). + """ + + name = 'groff' + aliases = ['groff','troff','roff'] + filenames = [] + + def __init__(self, **options): + Formatter.__init__(self, **options) + + self.monospaced = get_bool_opt(options, 'monospaced', True) + self.linenos = get_bool_opt(options, 'linenos', False) + self._lineno = 0 + self.wrap = get_int_opt(options, 'wrap', 0) + self._linelen = 0 + + self.styles = {} + self._make_styles() + + + def _make_styles(self): + regular = '\\f[CR]' if self.monospaced else '\\f[R]' + bold = '\\f[CB]' if self.monospaced else '\\f[B]' + italic = '\\f[CI]' if self.monospaced else '\\f[I]' + + for ttype, ndef in self.style: + start = end = '' + if ndef['color']: + start += '\\m[{}]'.format(ndef['color']) + end = '\\m[]' + end + if ndef['bold']: + start += bold + end = regular + end + if ndef['italic']: + start += italic + end = regular + end + if ndef['bgcolor']: + start += '\\M[{}]'.format(ndef['bgcolor']) + end = '\\M[]' + end + + self.styles[ttype] = start, end + + + def _define_colors(self, outfile): + colors = set() + for _, ndef in self.style: + if ndef['color'] is not None: + colors.add(ndef['color']) + + for color in sorted(colors): + outfile.write('.defcolor ' + color + ' rgb #' + color + '\n') + + + def _write_lineno(self, outfile): + self._lineno += 1 + outfile.write("%s% 4d " % (self._lineno != 1 and '\n' or '', self._lineno)) + + + def _wrap_line(self, line): + length = len(line.rstrip('\n')) + space = ' ' if self.linenos else '' + newline = '' + + if length > self.wrap: + for i in range(0, math.floor(length / self.wrap)): + chunk = line[i*self.wrap:i*self.wrap+self.wrap] + newline += (chunk + '\n' + space) + remainder = length % self.wrap + if remainder > 0: + newline += line[-remainder-1:] + self._linelen = remainder + elif self._linelen + length > self.wrap: + newline = ('\n' + space) + line + self._linelen = length + else: + newline = line + self._linelen += length + + return newline + + + def _escape_chars(self, text): + text = text.replace('\\', '\\[u005C]'). \ + replace('.', '\\[char46]'). \ + replace('\'', '\\[u0027]'). \ + replace('`', '\\[u0060]'). \ + replace('~', '\\[u007E]') + copy = text + + for char in copy: + if len(char) != len(char.encode()): + uni = char.encode('unicode_escape') \ + .decode()[1:] \ + .replace('x', 'u00') \ + .upper() + text = text.replace(char, '\\[u' + uni[1:] + ']') + + return text + + + def format_unencoded(self, tokensource, outfile): + self._define_colors(outfile) + + outfile.write('.nf\n\\f[CR]\n') + + if self.linenos: + self._write_lineno(outfile) + + for ttype, value in tokensource: + while ttype not in self.styles: + ttype = ttype.parent + start, end = self.styles[ttype] + + for line in value.splitlines(True): + if self.wrap > 0: + line = self._wrap_line(line) + + if start and end: + text = self._escape_chars(line.rstrip('\n')) + if text != '': + outfile.write(''.join((start, text, end))) + else: + outfile.write(self._escape_chars(line.rstrip('\n'))) + + if line.endswith('\n'): + if self.linenos: + self._write_lineno(outfile) + self._linelen = 0 + else: + outfile.write('\n') + self._linelen = 0 + + outfile.write('\n.fi') diff --git a/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..7aa938f --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,987 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import functools +import os +import sys +import os.path +from io import StringIO + +from pip._vendor.pygments.formatter import Formatter +from pip._vendor.pygments.token import Token, Text, STANDARD_TYPES +from pip._vendor.pygments.util import get_bool_opt, get_int_opt, get_list_opt + +try: + import ctags +except ImportError: + ctags = None + +__all__ = ['HtmlFormatter'] + + +_escape_html_table = { + ord('&'): '&', + ord('<'): '<', + ord('>'): '>', + ord('"'): '"', + ord("'"): ''', +} + + +def escape_html(text, table=_escape_html_table): + """Escape &, <, > as well as single and double quotes for HTML.""" + return text.translate(table) + + +def webify(color): + if color.startswith('calc') or color.startswith('var'): + return color + else: + return '#' + color + + +def _get_ttype_class(ttype): + fname = STANDARD_TYPES.get(ttype) + if fname: + return fname + aname = '' + while fname is None: + aname = '-' + ttype[-1] + aname + ttype = ttype.parent + fname = STANDARD_TYPES.get(ttype) + return fname + aname + + +CSSFILE_TEMPLATE = '''\ +/* +generated by Pygments +Copyright 2006-2024 by the Pygments team. +Licensed under the BSD license, see LICENSE for details. +*/ +%(styledefs)s +''' + +DOC_HEADER = '''\ + + + + + %(title)s + + + + +

    %(title)s

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

    %(title)s

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

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

  • vvM?_dKZhZryk49u&daQg}?x*zJbvU_SKm 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 t3;W#=^jwZ-tc{xtmAS{{RjrJ!Aj? literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aefbcfb7317dca0fdbd0fb3ae625127a3c6819bb GIT binary patch literal 13618 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 Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = get_requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + "--disable-pip-version-check", + # 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:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..6b45126 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just reuse the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py @@ -0,0 +1,4 @@ +"""Subpackage containing all of pip's command line interface related code +""" + +# This file intentionally does not import submodules diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2d91589fe466cc1d62f17034df8d32da33136b7b GIT binary patch literal 281 zcmX@j%ge<81l1mQGg^T3V-N=h7@>^M96-i&h7^Vc1ycJ2WN_kHm`K#?K^@zQC@BrRE%D2dTQQio+TR6qzbBmsc{-7~!8!4|#i z)Pi262>J-2)K;0QQpHr+Dbs&q`PVwBq{{Xt6+)mF(1@<})+$x;KT1@ptW-W0*ef{ujlSz-DyngbV;ba*?zb7wp(dCHsJ3!1M2K6C^ViX~& zkCL8>K85sD_9@}14ACR1J{3iH=#Y9u)2A8H_Gw3SeYz2SpI&NLg$yIcKBGjdL#7dP zpLxX6XOZ4DA?t{(&jz%O(Y;Cc*%>{nV;!Y1He+C&jFHu{8tF~T>a*>GTE+yNF2>9{ z7z_Ngz$5h-R5MoiQZ%LT*sr~GIx-aSyZK=s?;edzu$XiE#`uUoGBO%s`9LJ>4um=0 z7YebA`^uDiU|=*b>Mnd87--RdM@(_nLy0Q?urCny(4z84cuLfE@htXT39%x5I>7Ow zwtJMw^M!!Z?#HZ;XT2l9?;Z7Fj>R5@Xacz-zA(dinSh@c%{iuAD|9O!VtFsa4*JGI zyq67+2XG`j!iITKjahyShy6qoxe(te;kRA{z5)+Xy!-_P6?rmGj8mAJQv5JaP?cxT z6O8ghD*J+~{};V!xi|OB(HSN2a8Q#UI!}C5+gPf>F&@XRcYLsV@`3sgGNy!jBCUVf)T6@zKR<78hLCXuPKGDTWIwE zY-2dhz{W=6zo~eq;q>`Y^Z0a(bCJ=w+5?|6}#yx93Mt%QB)C!4j;O+Y8Si z=(V|kE-!<&R>2zFx%nGHe3RT3Y>}zL^XdUa)^LrWg5J9d?J@IXkX?NO&-7aZdh%+LUoQ_{r>eN@sn(#w_a1^Y(o z<$_+WE!Vd~_72D^5nMTWm6AN@#e*%gg`78ky8k{T=Q)&Ukx+yyH?B9KNM3KzVxbtc zHRr6P25z%pW-QW-w2}s9Vui~M@TEj3$yz8{3Y3c23R~qiM!{IiAmU0Vlu9UN%#v41 zH>~7Rd7iM6Jv53_VOmfI4@yctRe?rjIgP;P(K4Yd2xrFT0)8SkFNg2t!521vMF?bX z(W{^Xe^~Ald{L$fPoZ4qj8;7B6vZzI6=0(d(DnbeTj(FVTO=FP*ALMsT(@bRR6ON> z*M>N>;p8c-g#2vjg2xzp@MyszG9}PtS8Uo>TSOUQIZ7FIMmN%~Jcl_? zmE|em^f<1yb%uF7QWGBWEjI~4oIs`}*6LcghxhYPh*-7Bl1Hi>RHxb~6v4MP3g$NQB zD*}LEy?Oi#s1!N}u8a{F%K<#~g(Kkr(KqZHVMWy_CSy7XeD>xLG7I3AALcOeuBgre zUD1*?pqJ?41!Rp0_7SzvDlv$r^A~%1&UKzY?>*Uhx<}M|Ly_>17d~^M!3##ieD*~Z z_TeE;EFqwn3?mN;+Ijh@QC2kN1{%VVu~F!}VO&w|8y#iC3??V4Xd1+k5igl-7Ow|k zHFzpTwSOXl84hqgd5RkU7{-9MF^Q9+p|B#r1zFLYXeqR2twKv(U7+?@h{;YlZ%|PQ zo)Z-zzep3)in_v=k}WzA-8f9nXz*BmIf_acTT;La-Vv!uQ8$X&@vMocagn+zT5{gV z8%8C0MO0_C7IpCShJ07pkVpkY8s5OWgCQT!vtgEzByj`_x__wr*Wl5%{+BMC_Kr^R z!;!E=_GC%8-HfxizhxYz+aC&C>Cdw4ZP~r2p98BmkNW&qeM2nQ50|S}Sa9G7xF@yx zLxI+(FJmpEQ=)N06N@i`UIdSG{WL<;Xibf@<+rwdu=D25q^2pOH9uA(qj|P%rfv4n z%%McnilN~n{PDHh*FOHq?VsEUt+bv3o>h}&wr{2{VN9B~r%jDXQ)9~1yy#oJvTWKt zeSFnuc~>#7pVKEglGYt5qi4EvO`%k|GWL>$Yr%G-G-q(iNU*u zIv8*E?Ihw(w(m8NLF-wK`&QytW=y?SE)+PzpFSCKbCP6rycc4 zM}69{JL%ZHv~9()KjSP(I~$VDhQ;wE-_n)EYf0zxL`PTJTAQ-gW-89CsgS8?4S|q{ zW@IhBU$H%YY}HwssC)0!ni5skKd?IHwR75p?Og+mZYxP!w%cyT+4? z-FK#vO(%g_SMv~jQ@2{uxOige<=>Qa#OYP5E6%)UfRCjwJSdpqfva|*JLTFJ(|_xz zOgrk5j=HpC--=@&%+_L`ot&Bc<-v6M?qvDylx26uTAVr9{wwom<}V!oR{dr5-Gi^J zD-{*?dk0@xycEBb@V_6p5xDEzv3&5Ahot=>QrPTs8km@K|C$-K?qBM?P1_;cmC4crNsGn`WI^6@h-O%1$L{TDU9lg(t+_Fncx|C(Y4@G3yL&t1 zN8+!&{oJA^rb*h5|E|7y#eU-E&|^54efUu+EbQ}WJCKxO`MuHy<=K#Xphm$mX3_pIBS?O z#E++)^+{*_ind|3v?^WNlq_vpypSs06EkNF_OzigX{b#2R}9->dgO$pS0KiUWD_{pPP zunL|$(j!+V_2j<&_>W~`hU$+^0JLrE^I?hq_vZLsn+PJ)v zhB|36^j0a8l@!$Yc@T^VuEpn|^5-x5ijdFx1PNl;RG55L z2Sy!&QRz+kZq+BB<6zVz#tAeTRl0F1gT_q*z$K_ zPEa0&N14SV`u_*|9)Ji^?6lu&>sjiJA6YKlwc^~BZ0mW#k!|)3WQiwTvM*V(Z|VF>$@3YDS;hPI2E$+0XK5406;8K>x#Un{e%Ti6svNuy) zHvjtDuix@RVBKlYw7u}F#?KnlZKslLr@lD4($)jPc&Gh8k)pv40HLD#{q`H}E6)0d z24vq3P{ZnkNMy9GgXRdglj;mq{*5OV$^X{EZ~YOp{#=_~06a8g%T}k`R(We7pZAq= zIf}Qm&yYdJ-Bb$qVaN*SmuQfj+M9}?+#o%F*DWx~*&E1$KO;{cgv{9HGLz5#zNL+6 z2jPF1H?z*OevBeznSyikOG`VAB<{5HaKO_g@$?a$K-)d$W zh@d&U=d}2j{9&f@5!ZGN!r8y+UI+0cz(I31+>qD;e^*IyrpZk%+itjQyD>X77V=>? zVdA92o1{13L}dMZ1P55oEoB1&;UPCk2#`^-*WQ7Fc6S5<9i9kq5C$Mckrle3t0eA^ zc5it)$YrHw!wb12lZbMKl_Mw1WCKesBIf^&lWz7~$C;4&0az7C3USm~4~@wsJsaq>;Rqh_`{3qH!VHAJe)5TgI#EkJPck+f38ZfK zv=sI5Wq7$(zeVz9i%@q9csY{o|6Y!DHuXJ6W6TG4>xtVF>DI%^*2AAusn(a$t!I+0 zXTBKzy7kg^D(Pr^!jZ%AXL}D(pK12q8x8L_-)LUcq{?Eh|G z*yO6iHGg34!2IF4!wb)+9L>|G9~ext&(Ay`@4vO@g9A4YtQZWaOotT+OTdI?m z>IH4e;+a0VPAhC`(!Xu4EfHFAG(zCCsi(Wv)yP~NqgKt<*`b-C+0aZV(XnVtnHyuu zRcF!siMbPLXI;`+ckA2-mu_DAp#Nt7lIKouYWv}o^Tn8M4N?W=3HGj`_9Ml|n%kO> z&9}`<+{%vjjJ^C9-6RomY39=G<(bQgyi7H#6m{d+FuH?t|nO&kPMF+NCk z8pt>#b%g(dR5hd`ds%WW{&PZIA=L$_L~X}Ngc%F5hwvo4l1<7*p@KUkMLkqd6b&w+ ztoM=bKGJ`K%72S?rO>W_M;*UKFMfmC*406Zvaa_I^jI@-JJa@uF_n?W z`RTcLu>eIgR@%<=4tXEvp8GoY?0H@Mi^td{zM=gNK}R^Y1qod6E)$Q#J2FZ zL~Xd1!rk$@M18nE(GYG(Y!7cw>r_N4Y)j`0m0pY$tXK5JBI8L# z)nd_ev6KNT?@Ov$Bo4#^A{d~m0a=?;@GEeLq#P~5E6-v1QcOv!r_!;w)Dy!L9jM@o zPRP+$#8gC^5S6JUoW`QpoWja0a&kzM-~#%U@o_l0F}+8XwRB318!$lS#$`=RVP#w| zOA>m-V;PxF22*bvmJ=yh3ihGk>EY>=d|n=hYs1qpuxdQ6j7H+31~^g-i@*bsaUiwN z1Yi@F(Q9xznS?!v>7*oM@lp(H=}25oUeX-}8buApGID33vHm$!-hi)JM)38buw?|k z%P=cjWt(I<27MA6w#yD^S!t_MvdLD-4*w3>A#sv(jGIMcjO2RV6Xv8U$^E)D?38%f zMf;4#U4wgkMe>)A=AzmV+vnC@6 zS$C*u`26s+&c#%Pes#JX!yV(~K-3Den2FGoe7)-y3qn6)ZXnI6KZvu)1zW4N^$=EvwKtmfU^Ct1i^lRgt( zDreZ+?7I%54eJ+Im0(@5xGs#{c*?@?$?DQPW^Kc6tUs|_v1;U+Xqv1wYo!wAtthq3 z+Klzx0##rSWhPYHVb&%EvsNm#?Ph&)r&%kNTd!lTa>cfF|71&P2D3I}Gi5g1ADY~4 z!b_z|0R~N@plv{BgwsI>ZUO||N+p1E%#?__HzG;m1PDpdkhhqusJkUujp7)Uz?iI% z;RHj@s=X%Y?=fzXQ z{bFibn^2Opdd{eV2D&8Uiy`vaUW~^^FB&KZLi_e#RAZXlo&xm-AG&%m6-#vh^*|?q zPV9)rV;!TQV#TPTVneBE{1mL1@fD|4j?zr7GxuxHD6uT~vcs(N~*zHz0za;2vJ9sVZ2 zQrYm(%T>EzpnENVj-6y?t;<})njO^(?;O2(G+)<|tLs>*+n24~f2TED^Nm^0YK@Su zY0K5LEe^l;@~xNOZ(pi83&TAR?I^H4@9)U@J68FsJl~w-n^$<>wddxZTeqd(NHbnsZ$9!i&pX=mE#)xf(dfeXe#LPKKfdlZ4c1qT-Bv{WpN2Z!rV6P>{jj zfVN671^f);xD&FBX(@y@T>Ah)Bv#{9w8HWDB-C_=!6a(5DEk0PR-j7>PyxAF+{O%8 zmgbj=EzhFY7_f@i%$UpI2tgR0h^YenMTDf%uA~H25wwYjCKRqy6-K88$uLL+NdY8{ z6xxI=03QgzGAeLvaW<;wL&c`fB^6*5Nxn=BE5}4c1zQG`KcxWffxW8a6oNqqy=DRo zvpA^sSPIk!omr$aW=sPv^v5v1N#-IF^(uN;h5~i-hZmk*_IG5tj;yyM>+djVXN}-- zHA)C&CPFAmI3g)GDxB9CdQbOhW7cq*9$Xi6_sXTg@p zxXlj$8exLMK?bZ})|llQjs5U(`H~zLlj+2$j2}~lq%EU)udtaFyhjSK<9Nx}^pVIP_%?Pjf1O6+ZGNhDhkD33zt5OSi8?JKqo zO4U}{hsj(jWv&_95NbkNQS~(=+;zpS5m`#pWKp@A5HM$KGj_=?u`%Yh!!+I*v|&tn z3D>NFam3zsnrj1gQ4vNhFM(rq#r_@pP@$Y+w17Dd_S5^=ezs7;C8axKH)&&*|KoiT zRYKF2`>Hp4OA1&MOxPIv|GwL=r{Yd?XRxp1Pog5Z)eZMk;(-7AZ8mS%$IEadL=(~^ zxwKZZKDo!NmCD=h(vD^rtbk zy`RM*|OeEsr*V==H)9eUskb)G5shKFml7=k|3b+#xIQeoEHZ`VX z1R4(L6u^g<1x*oD>SGI25zyw;=>}};SS&7Q>IUIV)Uy|&kz`bk#~~sD8b1x@V8&Hk zsx#Q2vtaV+E=e9ukBbRKlJzpOF|io>&>b-&P@ubFDy_nNm~en@C$2nL-8Pv<8EkYC zOnfk0Mfy3g*CFHp5f&C4cT7|MTr0E$VLx-}+Wj-}4(;Boo+*asCWuQ3)G=NtndyJp6X|BLu}7k9dFH z-Ehy{u*%ow`JFj_=c0C>KlqWq;fKev{Ejtio3rtw${jzvID2~4-!MP+)9A8)PnO@4 z_3v5nZ<~Goi&byq=P=c_Rled{|6KokU|wB3bm!n=XtsZuKU#ohx9xkshXA@h^Vj^K z{|~F)W-_RabPvuAzTLgR{`l-N-?9bz-uwLCKYYf+{;F2_oof!O&-FRtoZB9{kjMX| z!Nyv3#SOw*^F0eq%lxh_Rx*%xe~uh5yB&EdvK0q^e&8QFf7W@QKfU6udwc4gD>tv) z^R}(}w&i_IIbYLl|9iE!YVZ3F!l}OBzv>k>E|jf5y3BWOwGKh8{~WQ-#=`mM`|li_ z9bD#*eC8MK@xqz|y1rD$;L?6x+f|M3Ry+GV>|No|se1O8RSeXBSI)e1?3PjMIX^yx{JD~A~An&6|8S+wQjJ!aU2jc5SXNq(oku@ z-vGQ|T0ijmuf00=YTnzD^R_HVOWwU%ZZ9=uAKO1MH0l1ofC>@(aDpuaziDbdjc7E0 zjM$V)=ZRV*Fz2MAq5#$PwT7)ZHv?*_3GD-SYs$i)mtZ9ZC0RplIsfE2rioGeC$9In z>aps4A`(l2cTD5Ix(#BGu_TVdL3K`@NP}daO5y}GAM=E)1S?|(XG5g*w*==RWQP3M z0d8=_DsG=oX-b}uqK%TG9@%8ul?T;J=^vkdGeDUU) zBG#8`BP{Tmud50DRe2Y~{=E}wcNtrk%W>E4AoZrIuA`4LE0MMIvi}`C70RqzT(wrb zT=QZ~jSfMoBL3EFQX>53v6O9yr?e@R*ybWI_!Y|)X2vo}_PHqmwCJgnx-tNRT@}5h zQa}*!eI-1zcDwk|0aFrvM-!Z-X!Dvdn0Lz=09y1=O1QTzrZ;qj)rwXj;1V^sDVfwP z;b}$BW3uRFlm?mj8KC_Y>x>nLN*>50;eky_VkPTj(znlA``zqSuB~0v>9ACdL zi8}`9aH^s;yY)ZHXIIVLN5Sr={?YIdwzZ-SqEpJ6l zx4EAuQu9P{?!v88YMwNqr4nDzy3H2QU<(X$%^8a*n3!6xS^N4i>h34-E&oTx7kLvx z^&8d&TAndiE|oJZJTEZj*9eav9um$Xv8|{QS1`O3Iw4#&sz97{8f!34_Yeb`ykLpc z%&X zj|>d-4V)4C2E?I}Q|HbPcJ~eqWxB|O?d?X4Rxl!hLL#kd!YBmh;_w;?X1omU0oebA zP@S3{jTT-(X{?ypr}JcifkBx2+{iE{4zpfPK)o;a4Gj;8UERZdg9DlU-AXzx(a7Hz z#PZ~fQZSVHPqIIFaWh`!gxxLbZb899Oj89gEFg}yp%a3S zB&tZ>1tp4Pw5Px)AS5B~2suMEjp;x_*${*+0TO}Wpa4NdII5h48C6QckkCzD8;yg@ zI1y7xh!Thmd#8_&f-(l35aTRvFeLPi3G!t*N}htpX=HOMrcDTHT2k7CX(cUyS4M~c zi&NlkRcJpejKw44pUjD_fE$3C)TGiK25-o^4Iaj14W~&D(OQ&MFnQw9 zSzr}#X=F|Jnam*;IKp^9sP5{2q3fj~v3H>BRDW-ec)GW1c;tNV5Pq2qcT7bvdAroD zlS(WJ&WeH|QVEY1G`6o>6jgUXTt9}DBqrV}j*wAS`EpF7Zdf5sn@WRU1VB|&MRLVT zQs*~5=V20g!Q>?g6FsOq=?#cLMqEdLL`h*{s|Ia`Cq?}y>PZowO0PC}-8`9S9+if; z!I>(APjL#6Gal0tr54lQ0Z3g1Sp(J&hZ)xy|yzCoU_4#jb*SY0w?aRIp z9Z-MIUB4=X7N_zZCvzPqmxQj_Gt1x?`kNNcDhbF|ZiDwT)KqsOto>W|GY`Xgrt!9TVtdpKK%vfw~^V&l9&FM7+)y0uJhu%N<3-)J6vj=)|?Y-*+xW?IR zJ0OS>b5Jg?pit|3xiWFOJexVA%>#7Yg%rmPT;34z-KKXbvv z%EEs^G9q|rc!u7BZr7$$Ah(Q*APyEKzwUz)XGIW5j=8DtKNtLRU0QMdC(=Fx)gR z#EFbBooYm}XaI|N2S#Lz2DNDLYtvewf#Pb2SPc;1f}g2Sp{mzCz99ptKx7&gGt|hY zJs4=90Hel}HWAW#{Z>#{4CXq0F|Et}S<4G6JY_Ag|`|gCY1% zo$$k*ej5A3e@Tu`lokC|<2< zG4g(loF60C$H?~ys{0hR=1}Xuq1I2(5t?^>iY`2|*cc1&D`R=YJ0L@l{oaR|W1phI zPtoyD(8#Cgo1dWW2kyY^-m8uW&f3}Pyt6jvteroy E1M$!U-2eap literal 0 HcmV?d00001 diff --git a/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/server/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1afbc3583d035cbf9c0041dfcf1b4814dcf0aa8 GIT binary patch literal 30398 zcmd6Q31A%8dEV@S#hw6&`yx36KmriCE8dhKQWgY)hk1&iC-*bLC1+8H;LdYhHNFKOgN^~G?kl6O4`J!lZG&*a5<)8>Nr=w|9>;H zg9YT+Zku)~yt)2&{qKMO_5Szt)lkSU;rH~Rw}*drOp^YT9?V~(akDrZlBAcUhb2Yo zmlTKMOgj3Ve0BA^`0DO=^R=YE1XowmlPc{mbr7sO=}r0ieJOvxKNaW?q=NmyRH#41 z-%64tsj~huzV{@{Qx*LcsWts;QkDIcsjB{}RCRwfe=AMaq-y(X`QDqXOV#(+^Sv+G zkZSC2XzDb?KHoLbwzmY)O3b*c6J>-j#Ilv5k}H}HKZ*^+AQZ{_>4WLs)u|3939pb6~E~P>ZDr;1~QmJlMsubs-SE+v9-M>YtQSnBt z7<4uO6j1d_l^PiID7E++o^~i3m3lR#G^i2IX+k0%iy{`!VK^y#jrB^wC90zUK-&+KKzy^OvIjp>wTXe+MqJ2d<-fPQoR5_*` zACi<4pK&NBm51g|SvbAFDAzG7*LI~(IjuaboKYUZzendDyXrNt^`4?UXRJJarC)iR z`~HNj?++BgKW>A6Qh5sPilSZbQ(|)i7BzJj<$21MC$1=psthVabHf(=gGKO)4L+fq zRn93%C1r!}DS|(1gC9}S%Bb>wMN=|Lc5ck-_x_?h@25PNdzd52dCak1o*mnj3(7^t z+4x+}YTtpPycezdwkuC76M%Q(@6y}{tdTiblw-om;a8qfCY5KE=ae5)H=Laoqhe2$ z=jZ;7)#}4VO2D%((vu?vESy zKY{xb#{Ey?{v>m!7YwdN{E+ydUzx_YhYak!sC-oUx5`f`KMj2R4BoB1YIIF`NqtC} znfut)pm@=Ls;G4z=hl4!ypp(V6*#I#`6Np2dzV^2g>R?d<=fBV+rvi7KaKk{#{Der zA2BfYvho?_v&t(Nxu2W+d28GrEo#+gxK)BnSF6?PW6CCjr-Ew}#}`k7Zsl_*yZ>F< za|PcXH|l*=`8@u;q&|*W;KaK!<*F%V=H{;Y4D38n)Q-166->~|o z6qWV5t#5BAzp4BdQ~rOlaZ|M@$A7lv_-*BP0RI)6tQjnV{v8|i?<)UA`Kt1J%J19e z)ld=qf3?B?fpVQ&GjD?*E`q;K@JuNyaq%_aB4Oa-hVmxLaw>1x$~vo7K$^d4tMLy3 z^^%%UoT_i`riK4=441cRS~+WPp{Ar!ldgPSxs7@KlA2WBR{m)28x|d=irRkLR`WZ` zA1n2st3R3hQ){e7is1j)2LETuHvwI*{I|J3x8T!7@ZYq-{{>_6TXTPDX$7N2(Er^A z{Z|bAKWxzNFM|GS8}#2O3k-k9hFh%&e!&L+ZDmne!oTkfIhDVi`=3_(Gevn8DbKrb zf$sw2Sp(yLr+g3C&MJSe{KMQoTB9~rRN6n;TJX=%B_(Pzt`1wP&o9qIP*$$(cp}O4 zi1G^VT+@y@x7G3sEAo|a+eup`zV1d24_bVYTTCUD;?K(^`EcjQUjQWrt=5mPC^2NU zgrLjtS8nv6!q$V_ihSji572AyS2^VDe_CJ-PgVG<#$S!{$`C=+4ms4Pa{?NenX9)X z=fsLq8nL*1qBR`;m)s$J?{b)Whk^#Qe8 zeNgRD_p80?G4+6YP#sVeRa5U%bLxb8X{Z6^Z}_CM{{wcbLEVYBEk>!W>S6W0>Jjzm z5RCxAKC=S0jbO)}9h+dD#CnkUGs7`WRpj(&Hjy65$gvSc9@5fdqZz;d^sp+AYKf6} zVl=7B!)T10$jI5Wtf+&D5!K3*9*L`4%GqHx z2V%+Octk#dY?>O&q(|fdH8C=T@3E{^(1k>HSdPW1CHvZAqoeAG(k{niBly#_aT%p% zRsVpRy`ZWi@@P!UsF{d7niw_i9fK$Y=@|9Fb3_(I`0%G$b-vbtDV$WTCJN2|Ns@lgac2v>J#|)J$S%B;x-TP%0ho zbm*mM5_+BNEYU-K51%}Fs<*E%dZ_p4N!@dT(W?i<^&lZw4~mDA)DKPfoQWmJ)C`L8 zK)$1Pl;Y|h8P~l%Xhm!wsp{_iiFj7`ifpl@UUGU21M{jwUjrPaM-uT^GLciGBe9f< zVk&#mBZG+{dnI@q>`A9m8020}OKY7@z3kz>-c!+@?w&)v(fx-{>19J|Hk#4m(NPV9 zd=WW92hv(9mPKhi>yk2rnNM{XI$__u_G$9<)xU18h z`+{G_?^G<2Q9)D&#W5WcRjY(uc`QTsqURBQ)zKO8bH;9MDAUDvvH{RV#n=bSm_~6m zV!#R1+2B?{0I6Lxcyc^8{w?-BEL9-W^XS?vAGv(Zft+bX>302(?l1Cdv)c zHlhADYREn$lhQ(^R8~E8X!_7h-%Rgyf6HXgZGYtp;mhF}*QdQ7^UhX%uHof|&o?W^_;>3qK+tCO-u?FG&T0n{Z5k5J_*pYQPhz zDD1o0FFjc=Ntaw8H9ILAr8=bvS24Lcq>nVZr3q)B)alB7NRSfGg#r;UkC4*?XVrL? z0l2ZU91hFiT4O2jY;a=mD+NqJX3p78GrygAT)TnFcKMt-p5gq04mm&5D?iI8nfow+ z?xy^DsgbqQsnKNA{V_!`#-Y=#b>J1#g&s7$$P7Bde_f;*T3xftoJQ% z=YmVBYJDeAcimm5wIlZdZ8K6m7#~*S=b~9=MazcL;w0|{*H|``t8x#_duo2s4{xcQ zq95KGP7(WuA@@~-KY>#P%r9BEL&eV|0>v@xu!zWovdT<|!ga!RZjU5gbZBsX0-~bu z#k>njm)sLhEi~cQ0@*6_tzz-1=NuCbtpjn!cba1`q54 z1;#9ZE}7Jg6D%GCQJPr=3p1eY!`&r6GOU8#X)>At&4VTcf2VeY!-6JAWf7{zSca-5 z`plJdp($OtZzKN*^byD@Od@91X0u5TV)g_%i2kuwkOfZ~$z}|`9u5oU76!-5Kx5g0 zD$QQgeQY4Hg&GzPCsGj8DTwqKX*OGA6>1KO42MV3VMQIy$SL5ArgBDw&cRvIBgygb zKw>1Ojql^O+F^Kxb8Z14z7YaM8FB~8u$4)8>4Jiwc6CN_gFTQl1PgSapmEzsX)@X@ zXGYa{VlWXm(JzmUBvt51tkorxgr)O|nA~n6xSd)oL>=BK+IUzS8)-k@8Pr`UUM~|^ ziW*qbeI|}Fx*OGH^s?pX(P}`6x(le#%ZPwt*(fwJQa$u4s9R}GjRI%T3{~i*YDTLh z@KRJ8MYXzL40=>aXq_d@A+);*pjv@S7qvz@Jrbn~0s?Hp z49-?7sIa(9?S6pKU*^}5FneoW|4y*#X0T;G*pjE4we!KXxOw5|<)i#e9~OKiKL4Vt zwApjrUB6T*RmrcoK3j67bawnk<+jNq?|92^de_Z+*UfI8_lCdbedyZI&D{^p?|$g| z_J_a}OV-~hlf2FIa@Xy$#s#N4RJZ8zl=~MXkI#RnLh@GU%WGeF=EKj-x9)kp^yUMn zzV^VW+m-7UoQ^f!jzyQNs%$}Wh00J+x1-N-y>-vjGr0FwGmq6>;PHCNdD2XmX=x