From fe0e29e2e99e6b4eeea21509584d0afe8afff0c6 Mon Sep 17 00:00:00 2001 From: Danil Kapnik Date: Tue, 1 Apr 2025 17:04:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82?= =?UTF-8?q?=D0=BE=D1=80=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0=203=20=D0=BF=D0=BE=20pygame?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yap_lab_3/.venv/bin/Activate.ps1 | 247 + yap_lab_3/.venv/bin/activate | 70 + yap_lab_3/.venv/bin/activate.csh | 27 + yap_lab_3/.venv/bin/activate.fish | 69 + yap_lab_3/.venv/bin/pip | 8 + yap_lab_3/.venv/bin/pip3 | 8 + yap_lab_3/.venv/bin/pip3.12 | 8 + yap_lab_3/.venv/bin/python | 1 + yap_lab_3/.venv/bin/python3 | 1 + yap_lab_3/.venv/bin/python3.12 | 1 + .../site/python3.12/pygame/_blit_info.h | 21 + .../include/site/python3.12/pygame/_camera.h | 26 + .../include/site/python3.12/pygame/_pygame.h | 374 + .../include/site/python3.12/pygame/_surface.h | 30 + .../include/site/python3.12/pygame/camera.h | 218 + .../include/site/python3.12/pygame/font.h | 15 + .../include/site/python3.12/pygame/freetype.h | 114 + .../site/python3.12/pygame/include/_pygame.h | 949 ++ .../site/python3.12/pygame/include/bitmask.h | 171 + .../site/python3.12/pygame/include/pgcompat.h | 102 + .../site/python3.12/pygame/include/pgimport.h | 67 + .../python3.12/pygame/include/pgplatform.h | 83 + .../site/python3.12/pygame/include/pygame.h | 34 + .../pygame/include/pygame_bufferproxy.h | 56 + .../python3.12/pygame/include/pygame_font.h | 50 + .../pygame/include/pygame_freetype.h | 42 + .../python3.12/pygame/include/pygame_mask.h | 45 + .../python3.12/pygame/include/pygame_mixer.h | 71 + .../site/python3.12/pygame/include/sse2neon.h | 6203 +++++++++ .../include/site/python3.12/pygame/mask.h | 7 + .../include/site/python3.12/pygame/mixer.h | 14 + .../include/site/python3.12/pygame/palette.h | 123 + .../site/python3.12/pygame/pgarrinter.h | 26 + .../site/python3.12/pygame/pgbufferproxy.h | 7 + .../include/site/python3.12/pygame/pgcompat.h | 27 + .../include/site/python3.12/pygame/pgopengl.h | 20 + .../site/python3.12/pygame/pgplatform.h | 23 + .../include/site/python3.12/pygame/pygame.h | 32 + .../include/site/python3.12/pygame/scrap.h | 147 + .../site/python3.12/pygame/simd_blitters.h | 84 + .../include/site/python3.12/pygame/surface.h | 361 + .../pip-25.0.1.dist-info/AUTHORS.txt | 806 ++ .../pip-25.0.1.dist-info/INSTALLER | 1 + .../pip-25.0.1.dist-info/LICENSE.txt | 20 + .../pip-25.0.1.dist-info/METADATA | 90 + .../site-packages/pip-25.0.1.dist-info/RECORD | 854 ++ .../pip-25.0.1.dist-info/REQUESTED | 0 .../site-packages/pip-25.0.1.dist-info/WHEEL | 5 + .../pip-25.0.1.dist-info/entry_points.txt | 3 + .../pip-25.0.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 -> 687 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 841 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2204 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 787 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14815 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12665 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17665 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 36873 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 670 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 5129 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10417 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13638 bytes .../site-packages/pip/_internal/build_env.py | 322 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 278 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8632 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10519 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30404 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1781 bytes .../__pycache__/index_command.cpython-312.pyc | Bin 0 -> 7192 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2300 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4905 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15093 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 3873 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 12275 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7840 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 375 bytes .../pip/_internal/cli/autocompletion.py | 176 + .../pip/_internal/cli/base_command.py | 240 + .../pip/_internal/cli/cmdoptions.py | 1075 ++ .../pip/_internal/cli/command_context.py | 27 + .../pip/_internal/cli/index_command.py | 171 + .../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 -> 4002 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9938 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2616 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5192 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13212 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10114 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7508 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4390 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2983 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1673 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6676 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3976 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 29141 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15768 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7545 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 10952 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4733 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8875 bytes .../pip/_internal/commands/cache.py | 228 + .../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 | 784 ++ .../pip/_internal/commands/list.py | 375 + .../pip/_internal/commands/search.py | 172 + .../pip/_internal/commands/show.py | 224 + .../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 -> 941 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2893 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1700 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8482 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2281 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 -> 232 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21627 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 41399 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12540 bytes .../pip/_internal/index/collector.py | 494 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 284 + .../pip/_internal/locations/__init__.py | 456 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16451 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6795 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8033 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3781 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 -> 5880 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2971 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35224 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 16105 bytes .../pip/_internal/metadata/_json.py | 86 + .../pip/_internal/metadata/base.py | 688 + .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4491 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 12887 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11143 bytes .../_internal/metadata/importlib/_compat.py | 85 + .../_internal/metadata/importlib/_dists.py | 228 + .../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 -> 266 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1604 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 10839 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4227 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1694 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2272 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26970 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1023 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 4996 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1851 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4954 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 6572 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 | 604 + .../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 -> 254 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22108 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 7117 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8508 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11663 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18914 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2260 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2949 bytes .../pip/_internal/network/auth.py | 566 + .../pip/_internal/network/cache.py | 118 + .../pip/_internal/network/download.py | 187 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 523 + .../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 -> 197 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7153 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10301 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25870 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7719 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1880 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1934 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3027 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1684 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2025 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3857 bytes .../operations/build/build_tracker.py | 138 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 42 + .../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 | 256 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1819 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34246 bytes .../operations/install/editable_legacy.py | 47 + .../pip/_internal/operations/install/wheel.py | 741 ++ .../pip/_internal/operations/prepare.py | 732 ++ .../site-packages/pip/_internal/pyproject.py | 185 + .../pip/_internal/req/__init__.py | 90 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3476 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21276 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 24297 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38534 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 5475 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32250 bytes .../pip/_internal/req/constructors.py | 560 + .../pip/_internal/req/req_file.py | 623 + .../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 -> 197 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1185 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 204 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22617 bytes .../_internal/resolution/legacy/resolver.py | 597 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8148 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 29429 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32541 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6807 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10523 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 5045 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 15350 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12351 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 | 252 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4532 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1863 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2407 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2904 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 6341 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 681 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4187 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3533 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3223 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3990 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7349 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1161 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2416 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7646 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13887 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 33231 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2657 bytes .../utils/__pycache__/retry.cpython-312.pyc | Bin 0 -> 2105 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4547 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8661 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12059 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 13528 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2074 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4477 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5896 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/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 | 354 + .../site-packages/pip/_internal/utils/misc.py | 773 ++ .../pip/_internal/utils/packaging.py | 58 + .../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 -> 531 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5061 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19027 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7612 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12525 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29008 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 -> 4550 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 139546 bytes .../pip/_vendor/cachecontrol/__init__.py | 29 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 903 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2647 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6465 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3810 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16225 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4348 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6698 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 5266 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1675 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 75 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 436 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7770 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2739 bytes .../_vendor/cachecontrol/caches/file_cache.py | 182 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 500 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 157 + .../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 -> 319 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 646 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3221 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 -> 1270 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45601 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65926 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24367 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60090 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15126 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7659 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41698 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17326 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19777 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88275 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30366 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52956 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 -> 961 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 293 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53846 bytes .../pip/_vendor/distro/distro.py | 1403 ++ .../site-packages/pip/_vendor/distro/py.typed | 0 .../pip/_vendor/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 887 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4987 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 891 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16177 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99477 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2639 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158847 bytes .../site-packages/pip/_vendor/idna/codec.py | 122 + .../site-packages/pip/_vendor/idna/compat.py | 15 + .../site-packages/pip/_vendor/idna/core.py | 437 + .../pip/_vendor/idna/idnadata.py | 4243 ++++++ .../pip/_vendor/idna/intranges.py | 57 + .../pip/_vendor/idna/package_data.py | 1 + .../site-packages/pip/_vendor/idna/py.typed | 0 .../pip/_vendor/idna/uts46data.py | 8681 ++++++++++++ .../pip/_vendor/msgpack/__init__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1740 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2026 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8294 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 41520 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 170 + .../pip/_vendor/msgpack/fallback.py | 929 ++ .../pip/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 559 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5031 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9757 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4570 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14001 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3242 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7912 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11377 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 27255 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4411 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 39068 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 23144 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 6636 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 20481 bytes .../pip/_vendor/packaging/_elffile.py | 110 + .../pip/_vendor/packaging/_manylinux.py | 263 + .../pip/_vendor/packaging/_musllinux.py | 85 + .../pip/_vendor/packaging/_parser.py | 354 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/_tokenizer.py | 194 + .../_vendor/packaging/licenses/__init__.py | 145 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4130 bytes .../__pycache__/_spdx.cpython-312.pyc | Bin 0 -> 47365 bytes .../pip/_vendor/packaging/licenses/_spdx.py | 759 ++ .../pip/_vendor/packaging/markers.py | 331 + .../pip/_vendor/packaging/metadata.py | 863 ++ .../pip/_vendor/packaging/py.typed | 0 .../pip/_vendor/packaging/requirements.py | 91 + .../pip/_vendor/packaging/specifiers.py | 1020 ++ .../pip/_vendor/packaging/tags.py | 617 + .../pip/_vendor/packaging/utils.py | 163 + .../pip/_vendor/packaging/version.py | 582 + .../pip/_vendor/pkg_resources/__init__.py | 3676 ++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 161534 bytes .../pip/_vendor/platformdirs/__init__.py | 631 + .../pip/_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19848 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1969 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10708 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 13325 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8825 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 14686 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 598 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13674 bytes .../pip/_vendor/platformdirs/android.py | 249 + .../pip/_vendor/platformdirs/api.py | 298 + .../pip/_vendor/platformdirs/macos.py | 144 + .../pip/_vendor/platformdirs/py.typed | 0 .../pip/_vendor/platformdirs/unix.py | 269 + .../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 -> 3490 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 736 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26670 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2635 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3228 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4722 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38467 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1571 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 2630 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4083 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4758 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 12143 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6719 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8196 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33013 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14085 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 -> 37981 bytes .../pip/_vendor/pygments/formatter.py | 129 + .../_vendor/pygments/formatters/__init__.py | 157 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6955 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4217 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4234 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7334 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 41099 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 28655 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6067 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 20173 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6901 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2970 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 13826 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9153 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5831 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15159 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 -> 14737 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 68265 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42971 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 -> 2673 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 3650 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 | 31 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 749 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 18081 bytes .../pip/_vendor/pyproject_hooks/_impl.py | 410 + .../pyproject_hooks/_in_process/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1078 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 15360 bytes .../_in_process/_in_process.py | 389 + .../pip/_vendor/pyproject_hooks/py.typed | 0 .../pip/_vendor/requests/__init__.py | 179 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5255 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 586 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2026 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28439 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7206 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13925 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 680 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1679 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25278 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7600 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4230 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1054 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35480 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1289 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27884 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6033 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5619 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36444 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 | 17 + .../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 -> 636 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6853 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2656 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25899 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10508 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 422 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 -> 7017 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10306 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7874 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205978 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1731 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2351 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 539 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 857 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12028 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4149 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1887 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3631 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5162 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 728 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6579 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13181 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 967 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 867 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28813 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2492 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3575 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 3338 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1610 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12428 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9123 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4274 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11860 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5580 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26555 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1703 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8589 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 114805 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2260 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9233 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10931 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10447 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1489 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4211 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1847 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3579 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3059 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9902 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6037 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5211 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20222 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19144 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4896 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 14066 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9592 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6378 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 6945 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1822 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5316 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12777 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40635 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75920 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10391 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 15999 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1794 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 569 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6626 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6570 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3832 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2486 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28585 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6092 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6070 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33492 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2141 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 40215 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43930 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3350 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 61256 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6334 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 316 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 32931 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11798 bytes .../pip/_vendor/rich/_cell_widths.py | 454 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 268 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 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 | 661 + .../pip/_vendor/rich/_windows.py | 71 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 93 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 312 + .../site-packages/pip/_vendor/rich/ansi.py | 241 + .../site-packages/pip/_vendor/rich/bar.py | 93 + .../site-packages/pip/_vendor/rich/box.py | 480 + .../site-packages/pip/_vendor/rich/cells.py | 174 + .../site-packages/pip/_vendor/rich/color.py | 621 + .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2661 ++++ .../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 | 191 + .../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 | 88 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 139 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 442 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 112 + .../site-packages/pip/_vendor/rich/logging.py | 297 + .../site-packages/pip/_vendor/rich/markup.py | 251 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 318 + .../site-packages/pip/_vendor/rich/pretty.py | 1016 ++ .../pip/_vendor/rich/progress.py | 1715 +++ .../pip/_vendor/rich/progress_bar.py | 223 + .../site-packages/pip/_vendor/rich/prompt.py | 400 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/py.typed | 0 .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 752 ++ .../site-packages/pip/_vendor/rich/spinner.py | 138 + .../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 | 966 ++ .../site-packages/pip/_vendor/rich/table.py | 1007 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1361 ++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 797 ++ .../site-packages/pip/_vendor/rich/tree.py | 257 + .../pip/_vendor/tomli/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 340 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 29382 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 4041 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 368 bytes .../pip/_vendor/tomli/_parser.py | 770 ++ .../site-packages/pip/_vendor/tomli/_re.py | 112 + .../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 -> 1346 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 16776 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 18994 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2217 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1101 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15777 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 -> 3407 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16490 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20409 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36545 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13495 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10411 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4020 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20474 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7296 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33970 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 -> 200 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1850 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11566 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5721 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24452 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35555 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7513 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17429 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14803 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 -> 201 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41321 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1827 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7333 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 -> 1148 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4758 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1554 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1354 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4185 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2991 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21720 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15379 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5073 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10774 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11141 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15797 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4405 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 + .../pygame-2.6.1.dist-info/INSTALLER | 1 + .../pygame-2.6.1.dist-info/METADATA | 311 + .../pygame-2.6.1.dist-info/RECORD | 786 ++ .../pygame-2.6.1.dist-info/REQUESTED | 0 .../pygame-2.6.1.dist-info/WHEEL | 5 + .../pygame-2.6.1.dist-info/entry_points.txt | 2 + .../pygame-2.6.1.dist-info/top_level.txt | 1 + .../pygame/.dylibs/libFLAC.8.dylib | Bin 0 -> 306928 bytes .../pygame/.dylibs/libSDL2-2.0.0.dylib | Bin 0 -> 2375008 bytes .../pygame/.dylibs/libSDL2_image-2.0.0.dylib | Bin 0 -> 212192 bytes .../pygame/.dylibs/libSDL2_mixer-2.0.0.dylib | Bin 0 -> 258928 bytes .../pygame/.dylibs/libSDL2_ttf-2.0.0.dylib | Bin 0 -> 2271616 bytes .../.dylibs/libbrotlicommon.1.0.9.dylib | Bin 0 -> 185360 bytes .../pygame/.dylibs/libbrotlidec.1.0.9.dylib | Bin 0 -> 88208 bytes .../pygame/.dylibs/libfluidsynth.3.1.1.dylib | Bin 0 -> 477840 bytes .../pygame/.dylibs/libfreetype.6.dylib | Bin 0 -> 1025440 bytes .../pygame/.dylibs/libglib-2.0.0.dylib | Bin 0 -> 1707040 bytes .../pygame/.dylibs/libgthread-2.0.0.dylib | Bin 0 -> 52064 bytes .../pygame/.dylibs/libintl.8.dylib | Bin 0 -> 109616 bytes .../pygame/.dylibs/libjpeg.62.3.0.dylib | Bin 0 -> 775168 bytes .../pygame/.dylibs/libmpg123.0.dylib | Bin 0 -> 388016 bytes .../pygame/.dylibs/libogg.0.8.5.dylib | Bin 0 -> 72480 bytes .../pygame/.dylibs/libopus.0.dylib | Bin 0 -> 578528 bytes .../pygame/.dylibs/libopusfile.0.dylib | Bin 0 -> 98656 bytes .../pygame/.dylibs/libpng16.16.dylib | Bin 0 -> 301552 bytes .../pygame/.dylibs/libportmidi.2.0.3.dylib | Bin 0 -> 97712 bytes .../pygame/.dylibs/libsharpyuv.0.dylib | Bin 0 -> 57504 bytes .../pygame/.dylibs/libsndfile.1.0.34.dylib | Bin 0 -> 584944 bytes .../pygame/.dylibs/libtiff.5.8.0.dylib | Bin 0 -> 572416 bytes .../pygame/.dylibs/libvorbis.0.4.9.dylib | Bin 0 -> 278160 bytes .../pygame/.dylibs/libvorbisenc.2.0.12.dylib | Bin 0 -> 735088 bytes .../pygame/.dylibs/libvorbisfile.3.3.8.dylib | Bin 0 -> 74208 bytes .../pygame/.dylibs/libwebp.7.dylib | Bin 0 -> 711264 bytes .../pygame/.dylibs/libz.1.2.11.zlib-ng.dylib | Bin 0 -> 161280 bytes .../site-packages/pygame/__init__.py | 345 + .../site-packages/pygame/__init__.pyi | 632 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 11211 bytes .../_camera_opencv.cpython-312.pyc | Bin 0 -> 8640 bytes .../_camera_vidcapture.cpython-312.pyc | Bin 0 -> 4933 bytes .../pygame/__pycache__/camera.cpython-312.pyc | Bin 0 -> 7048 bytes .../__pycache__/colordict.cpython-312.pyc | Bin 0 -> 35125 bytes .../__pycache__/cursors.cpython-312.pyc | Bin 0 -> 16506 bytes .../__pycache__/draw_py.cpython-312.pyc | Bin 0 -> 21347 bytes .../__pycache__/fastevent.cpython-312.pyc | Bin 0 -> 2973 bytes .../__pycache__/freetype.cpython-312.pyc | Bin 0 -> 2394 bytes .../pygame/__pycache__/ftfont.cpython-312.pyc | Bin 0 -> 8120 bytes .../pygame/__pycache__/locals.cpython-312.pyc | Bin 0 -> 541 bytes .../pygame/__pycache__/macosx.cpython-312.pyc | Bin 0 -> 868 bytes .../pygame/__pycache__/midi.cpython-312.pyc | Bin 0 -> 26995 bytes .../__pycache__/pkgdata.cpython-312.pyc | Bin 0 -> 3007 bytes .../__pycache__/sndarray.cpython-312.pyc | Bin 0 -> 3680 bytes .../pygame/__pycache__/sprite.cpython-312.pyc | Bin 0 -> 69283 bytes .../__pycache__/surfarray.cpython-312.pyc | Bin 0 -> 15778 bytes .../__pycache__/sysfont.cpython-312.pyc | Bin 0 -> 15457 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 3152 bytes .../pygame/__pyinstaller/__init__.py | 5 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 434 bytes .../__pycache__/hook-pygame.cpython-312.pyc | Bin 0 -> 1700 bytes .../pygame/__pyinstaller/hook-pygame.py | 45 + .../pygame/_camera.cpython-312-darwin.so | Bin 0 -> 75072 bytes .../site-packages/pygame/_camera_opencv.py | 210 + .../pygame/_camera_vidcapture.py | 118 + .../site-packages/pygame/_common.pyi | 40 + .../pygame/_freetype.cpython-312-darwin.so | Bin 0 -> 147312 bytes .../site-packages/pygame/_sdl2/__init__.py | 3 + .../site-packages/pygame/_sdl2/__init__.pyi | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 251 bytes .../pygame/_sdl2/audio.cpython-312-darwin.so | Bin 0 -> 258944 bytes .../site-packages/pygame/_sdl2/audio.pyi | 54 + .../_sdl2/controller.cpython-312-darwin.so | Bin 0 -> 176624 bytes .../site-packages/pygame/_sdl2/controller.pyi | 35 + .../pygame/_sdl2/mixer.cpython-312-darwin.so | Bin 0 -> 235280 bytes .../pygame/_sdl2/sdl2.cpython-312-darwin.so | Bin 0 -> 86768 bytes .../site-packages/pygame/_sdl2/sdl2.pyi | 16 + .../pygame/_sdl2/touch.cpython-312-darwin.so | Bin 0 -> 55648 bytes .../site-packages/pygame/_sdl2/touch.pyi | 6 + .../pygame/_sdl2/video.cpython-312-darwin.so | Bin 0 -> 355680 bytes .../site-packages/pygame/_sdl2/video.pyi | 159 + .../pygame/_sprite.cpython-312-darwin.so | Bin 0 -> 507728 bytes .../pygame/base.cpython-312-darwin.so | Bin 0 -> 79888 bytes .../python3.12/site-packages/pygame/base.pyi | 19 + .../pygame/bufferproxy.cpython-312-darwin.so | Bin 0 -> 58768 bytes .../site-packages/pygame/bufferproxy.pyi | 15 + .../python3.12/site-packages/pygame/camera.py | 219 + .../site-packages/pygame/camera.pyi | 49 + .../pygame/color.cpython-312-darwin.so | Bin 0 -> 81120 bytes .../python3.12/site-packages/pygame/color.pyi | 56 + .../site-packages/pygame/colordict.py | 692 + .../pygame/constants.cpython-312-darwin.so | Bin 0 -> 86192 bytes .../site-packages/pygame/constants.pyi | 560 + .../site-packages/pygame/cursors.py | 837 ++ .../site-packages/pygame/cursors.pyi | 91 + .../pygame/display.cpython-312-darwin.so | Bin 0 -> 86096 bytes .../site-packages/pygame/display.pyi | 77 + .../site-packages/pygame/docs/__main__.py | 37 + .../docs/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 2153 bytes .../pygame/docs/generated/LGPL.txt | 504 + .../_images/AdvancedInputOutput1.gif | Bin 0 -> 5649 bytes .../_images/AdvancedInputOutput11.gif | Bin 0 -> 5649 bytes .../_images/AdvancedInputOutput2.gif | Bin 0 -> 72233 bytes .../_images/AdvancedInputOutput21.gif | Bin 0 -> 72233 bytes .../_images/AdvancedInputOutput3.gif | Bin 0 -> 6294 bytes .../_images/AdvancedInputOutput31.gif | Bin 0 -> 6294 bytes .../_images/AdvancedInputOutput4.gif | Bin 0 -> 29185 bytes .../_images/AdvancedInputOutput41.gif | Bin 0 -> 29185 bytes .../_images/AdvancedInputOutput5.gif | Bin 0 -> 37349 bytes .../_images/AdvancedInputOutput51.gif | Bin 0 -> 37349 bytes .../_images/AdvancedOutputAlpha1.gif | Bin 0 -> 14915 bytes .../_images/AdvancedOutputAlpha11.gif | Bin 0 -> 14915 bytes .../_images/AdvancedOutputAlpha2.gif | Bin 0 -> 71819 bytes .../_images/AdvancedOutputAlpha21.gif | Bin 0 -> 71819 bytes .../_images/AdvancedOutputAlpha3.gif | Bin 0 -> 30380 bytes .../_images/AdvancedOutputAlpha31.gif | Bin 0 -> 30380 bytes .../_images/AdvancedOutputProcess1.gif | Bin 0 -> 15951 bytes .../_images/AdvancedOutputProcess11.gif | Bin 0 -> 15951 bytes .../_images/AdvancedOutputProcess2.gif | Bin 0 -> 1868 bytes .../_images/AdvancedOutputProcess21.gif | Bin 0 -> 1868 bytes .../_images/AdvancedOutputProcess3.gif | Bin 0 -> 1912 bytes .../_images/AdvancedOutputProcess31.gif | Bin 0 -> 1912 bytes .../_images/AdvancedOutputProcess4.gif | Bin 0 -> 14500 bytes .../_images/AdvancedOutputProcess41.gif | Bin 0 -> 14500 bytes .../_images/AdvancedOutputProcess5.gif | Bin 0 -> 16896 bytes .../_images/AdvancedOutputProcess51.gif | Bin 0 -> 16896 bytes .../_images/AdvancedOutputProcess6.gif | Bin 0 -> 34058 bytes .../_images/AdvancedOutputProcess61.gif | Bin 0 -> 34058 bytes .../_images/Bagic-INPUT-resultscreen.png | Bin 0 -> 5973 bytes .../_images/Bagic-INPUT-resultscreen1.png | Bin 0 -> 5973 bytes .../_images/Bagic-INPUT-sourcecode.png | Bin 0 -> 77061 bytes .../_images/Bagic-INPUT-sourcecode1.png | Bin 0 -> 77061 bytes .../_images/Bagic-PROCESS-resultscreen.png | Bin 0 -> 5348 bytes .../_images/Bagic-PROCESS-resultscreen1.png | Bin 0 -> 5348 bytes .../_images/Bagic-PROCESS-sourcecode.png | Bin 0 -> 66070 bytes .../_images/Bagic-PROCESS-sourcecode1.png | Bin 0 -> 66070 bytes .../_images/Bagic-ouput-result-screen.png | Bin 0 -> 4819 bytes .../_images/Bagic-ouput-result-screen1.png | Bin 0 -> 4819 bytes .../_images/Basic-ouput-sourcecode.png | Bin 0 -> 57466 bytes .../_images/Basic-ouput-sourcecode1.png | Bin 0 -> 57466 bytes .../docs/generated/_images/angle_to.png | Bin 0 -> 25349 bytes .../docs/generated/_images/camera_average.jpg | Bin 0 -> 20881 bytes .../generated/_images/camera_background.jpg | Bin 0 -> 7493 bytes .../docs/generated/_images/camera_green.jpg | Bin 0 -> 10219 bytes .../docs/generated/_images/camera_hsv.jpg | Bin 0 -> 36673 bytes .../docs/generated/_images/camera_mask.jpg | Bin 0 -> 18779 bytes .../docs/generated/_images/camera_rgb.jpg | Bin 0 -> 32488 bytes .../docs/generated/_images/camera_thresh.jpg | Bin 0 -> 4346 bytes .../generated/_images/camera_thresholded.jpg | Bin 0 -> 23678 bytes .../docs/generated/_images/camera_yuv.jpg | Bin 0 -> 20105 bytes .../docs/generated/_images/chimpshot.gif | Bin 0 -> 46010 bytes .../generated/_images/draw_module_example.png | Bin 0 -> 6476 bytes .../docs/generated/_images/intro_ball.gif | Bin 0 -> 5015 bytes .../docs/generated/_images/intro_blade.jpg | Bin 0 -> 2631 bytes .../docs/generated/_images/intro_freedom.jpg | Bin 0 -> 7050 bytes .../_images/introduction-Battleship.png | Bin 0 -> 165586 bytes .../_images/introduction-Battleship1.png | Bin 0 -> 165586 bytes .../_images/introduction-PuyoPuyo.png | Bin 0 -> 31388 bytes .../_images/introduction-PuyoPuyo1.png | Bin 0 -> 31388 bytes .../generated/_images/introduction-TPS.png | Bin 0 -> 136031 bytes .../generated/_images/introduction-TPS1.png | Bin 0 -> 136031 bytes .../docs/generated/_images/joystick_calls.png | Bin 0 -> 30004 bytes .../docs/generated/_images/pygame_lofi.png | Bin 0 -> 134242 bytes .../docs/generated/_images/pygame_logo.png | Bin 0 -> 132068 bytes .../docs/generated/_images/pygame_powered.png | Bin 0 -> 179911 bytes .../_images/pygame_powered_lowres.png | Bin 0 -> 179911 bytes .../docs/generated/_images/pygame_tiny.png | Bin 0 -> 15310 bytes .../generated/_images/surfarray_allblack.png | Bin 0 -> 125 bytes .../generated/_images/surfarray_flipped.png | Bin 0 -> 50835 bytes .../generated/_images/surfarray_redimg.png | Bin 0 -> 23443 bytes .../generated/_images/surfarray_rgbarray.png | Bin 0 -> 50897 bytes .../generated/_images/surfarray_scaledown.png | Bin 0 -> 15109 bytes .../generated/_images/surfarray_scaleup.png | Bin 0 -> 67759 bytes .../generated/_images/surfarray_soften.png | Bin 0 -> 47540 bytes .../generated/_images/surfarray_striped.png | Bin 0 -> 392 bytes .../generated/_images/surfarray_xfade.png | Bin 0 -> 41834 bytes .../docs/generated/_images/tom_basic.png | Bin 0 -> 5139 bytes .../generated/_images/tom_event-flowchart.png | Bin 0 -> 5528 bytes .../docs/generated/_images/tom_formulae.png | Bin 0 -> 6763 bytes .../docs/generated/_images/tom_radians.png | Bin 0 -> 17409 bytes .../docs/generated/_sources/c_api.rst.txt | 25 + .../docs/generated/_sources/filepaths.rst.txt | 17 + .../docs/generated/_sources/index.rst.txt | 213 + .../docs/generated/_sources/logos.rst.txt | 47 + .../_sources/ref/bufferproxy.rst.txt | 113 + .../generated/_sources/ref/camera.rst.txt | 250 + .../docs/generated/_sources/ref/cdrom.rst.txt | 310 + .../docs/generated/_sources/ref/color.rst.txt | 283 + .../generated/_sources/ref/color_list.rst.txt | 2014 +++ .../generated/_sources/ref/cursors.rst.txt | 251 + .../generated/_sources/ref/display.rst.txt | 737 ++ .../docs/generated/_sources/ref/draw.rst.txt | 557 + .../docs/generated/_sources/ref/event.rst.txt | 565 + .../generated/_sources/ref/examples.rst.txt | 451 + .../generated/_sources/ref/fastevent.rst.txt | 109 + .../docs/generated/_sources/ref/font.rst.txt | 499 + .../generated/_sources/ref/freetype.rst.txt | 770 ++ .../generated/_sources/ref/gfxdraw.rst.txt | 628 + .../docs/generated/_sources/ref/image.rst.txt | 375 + .../generated/_sources/ref/joystick.rst.txt | 697 + .../docs/generated/_sources/ref/key.rst.txt | 455 + .../generated/_sources/ref/locals.rst.txt | 27 + .../docs/generated/_sources/ref/mask.rst.txt | 642 + .../docs/generated/_sources/ref/math.rst.txt | 1143 ++ .../docs/generated/_sources/ref/midi.rst.txt | 484 + .../docs/generated/_sources/ref/mixer.rst.txt | 605 + .../docs/generated/_sources/ref/mouse.rst.txt | 219 + .../docs/generated/_sources/ref/music.rst.txt | 274 + .../generated/_sources/ref/overlay.rst.txt | 79 + .../generated/_sources/ref/pixelarray.rst.txt | 295 + .../generated/_sources/ref/pixelcopy.rst.txt | 104 + .../generated/_sources/ref/pygame.rst.txt | 505 + .../docs/generated/_sources/ref/rect.rst.txt | 604 + .../docs/generated/_sources/ref/scrap.rst.txt | 240 + .../_sources/ref/sdl2_controller.rst.txt | 290 + .../generated/_sources/ref/sdl2_video.rst.txt | 334 + .../generated/_sources/ref/sndarray.rst.txt | 95 + .../generated/_sources/ref/sprite.rst.txt | 895 ++ .../generated/_sources/ref/surface.rst.txt | 949 ++ .../generated/_sources/ref/surfarray.rst.txt | 337 + .../docs/generated/_sources/ref/tests.rst.txt | 113 + .../docs/generated/_sources/ref/time.rst.txt | 165 + .../docs/generated/_sources/ref/touch.rst.txt | 66 + .../generated/_sources/ref/transform.rst.txt | 325 + .../_sphinx_javascript_frameworks_compat.js | 134 + .../pygame/docs/generated/_static/basic.css | 925 ++ .../pygame/docs/generated/_static/doctools.js | 156 + .../_static/documentation_options.js | 13 + .../pygame/docs/generated/_static/file.png | Bin 0 -> 286 bytes .../docs/generated/_static/jquery-3.6.0.js | 10881 ++++++++++++++++ .../pygame/docs/generated/_static/jquery.js | 2 + .../docs/generated/_static/language_data.js | 199 + .../docs/generated/_static/legacy_logos.zip | Bin 0 -> 51315 bytes .../pygame/docs/generated/_static/minus.png | Bin 0 -> 90 bytes .../pygame/docs/generated/_static/plus.png | Bin 0 -> 90 bytes .../pygame/docs/generated/_static/pygame.css | 707 + .../pygame/docs/generated/_static/pygame.ico | Bin 0 -> 1078 bytes .../docs/generated/_static/pygame_lofi.png | Bin 0 -> 134242 bytes .../docs/generated/_static/pygame_lofi.svg | 234 + .../docs/generated/_static/pygame_logo.png | Bin 0 -> 132068 bytes .../docs/generated/_static/pygame_logo.svg | 234 + .../docs/generated/_static/pygame_powered.png | Bin 0 -> 179911 bytes .../docs/generated/_static/pygame_powered.svg | 326 + .../_static/pygame_powered_lowres.png | Bin 0 -> 179911 bytes .../docs/generated/_static/pygame_tiny.png | Bin 0 -> 15310 bytes .../docs/generated/_static/pygments.css | 75 + .../pygame/docs/generated/_static/reset.css | 49 + .../docs/generated/_static/searchtools.js | 620 + .../generated/_static/sphinx_highlight.js | 154 + .../pygame/docs/generated/_static/tooltip.css | 44 + .../generated/_static/underscore-1.13.1.js | 2042 +++ .../docs/generated/_static/underscore.js | 6 + .../pygame/docs/generated/c_api.html | 152 + .../pygame/docs/generated/c_api/base.html | 357 + .../docs/generated/c_api/bufferproxy.html | 179 + .../pygame/docs/generated/c_api/color.html | 168 + .../pygame/docs/generated/c_api/display.html | 173 + .../pygame/docs/generated/c_api/event.html | 188 + .../pygame/docs/generated/c_api/freetype.html | 176 + .../pygame/docs/generated/c_api/mixer.html | 209 + .../pygame/docs/generated/c_api/rect.html | 204 + .../pygame/docs/generated/c_api/rwobject.html | 200 + .../pygame/docs/generated/c_api/slots.html | 153 + .../pygame/docs/generated/c_api/surface.html | 198 + .../pygame/docs/generated/c_api/surflock.html | 227 + .../pygame/docs/generated/c_api/version.html | 169 + .../pygame/docs/generated/filepaths.html | 145 + .../pygame/docs/generated/genindex.html | 2676 ++++ .../pygame/docs/generated/index.html | 343 + .../pygame/docs/generated/logos.html | 168 + .../pygame/docs/generated/py-modindex.html | 249 + .../docs/generated/ref/bufferproxy.html | 274 + .../pygame/docs/generated/ref/camera.html | 462 + .../pygame/docs/generated/ref/cdrom.html | 578 + .../pygame/docs/generated/ref/color.html | 523 + .../pygame/docs/generated/ref/color_list.html | 2805 ++++ .../pygame/docs/generated/ref/cursors.html | 438 + .../pygame/docs/generated/ref/display.html | 1006 ++ .../pygame/docs/generated/ref/draw.html | 956 ++ .../pygame/docs/generated/ref/event.html | 796 ++ .../pygame/docs/generated/ref/examples.html | 703 + .../pygame/docs/generated/ref/fastevent.html | 277 + .../pygame/docs/generated/ref/font.html | 817 ++ .../pygame/docs/generated/ref/freetype.html | 1261 ++ .../pygame/docs/generated/ref/gfxdraw.html | 1049 ++ .../pygame/docs/generated/ref/image.html | 557 + .../pygame/docs/generated/ref/joystick.html | 1137 ++ .../pygame/docs/generated/ref/key.html | 642 + .../pygame/docs/generated/ref/locals.html | 157 + .../pygame/docs/generated/ref/mask.html | 1109 ++ .../pygame/docs/generated/ref/math.html | 1818 +++ .../pygame/docs/generated/ref/midi.html | 826 ++ .../pygame/docs/generated/ref/mixer.html | 977 ++ .../pygame/docs/generated/ref/mouse.html | 397 + .../pygame/docs/generated/ref/music.html | 493 + .../pygame/docs/generated/ref/overlay.html | 222 + .../pygame/docs/generated/ref/pixelarray.html | 477 + .../pygame/docs/generated/ref/pixelcopy.html | 253 + .../pygame/docs/generated/ref/pygame.html | 696 + .../pygame/docs/generated/ref/rect.html | 901 ++ .../pygame/docs/generated/ref/scrap.html | 449 + .../docs/generated/ref/sdl2_controller.html | 559 + .../pygame/docs/generated/ref/sdl2_video.html | 1062 ++ .../pygame/docs/generated/ref/sndarray.html | 265 + .../pygame/docs/generated/ref/sprite.html | 1381 ++ .../pygame/docs/generated/ref/surface.html | 1332 ++ .../pygame/docs/generated/ref/surfarray.html | 562 + .../pygame/docs/generated/ref/tests.html | 234 + .../pygame/docs/generated/ref/time.html | 356 + .../pygame/docs/generated/ref/touch.html | 231 + .../pygame/docs/generated/ref/transform.html | 598 + .../pygame/docs/generated/search.html | 92 + .../pygame/docs/generated/searchindex.js | 1 + .../docs/generated/tut/CameraIntro.html | 374 + .../docs/generated/tut/ChimpLineByLine.html | 593 + .../docs/generated/tut/DisplayModes.html | 323 + .../pygame/docs/generated/tut/ImportInit.html | 193 + .../pygame/docs/generated/tut/MakeGames.html | 233 + .../pygame/docs/generated/tut/MoveIt.html | 653 + .../docs/generated/tut/PygameIntro.html | 419 + .../docs/generated/tut/SpriteIntro.html | 494 + .../docs/generated/tut/SurfarrayIntro.html | 655 + .../pygame/docs/generated/tut/chimp.py.html | 338 + .../docs/generated/tut/newbieguide.html | 542 + .../pygame/docs/generated/tut/tom_games2.html | 236 + .../pygame/docs/generated/tut/tom_games3.html | 216 + .../pygame/docs/generated/tut/tom_games4.html | 245 + .../pygame/docs/generated/tut/tom_games5.html | 234 + .../pygame/docs/generated/tut/tom_games6.html | 433 + .../pygame/draw.cpython-312-darwin.so | Bin 0 -> 91728 bytes .../python3.12/site-packages/pygame/draw.pyi | 74 + .../site-packages/pygame/draw_py.py | 562 + .../pygame/event.cpython-312-darwin.so | Bin 0 -> 82496 bytes .../python3.12/site-packages/pygame/event.pyi | 51 + .../site-packages/pygame/examples/README.rst | 154 + .../site-packages/pygame/examples/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 188 bytes .../__pycache__/aacircle.cpython-312.pyc | Bin 0 -> 2279 bytes .../__pycache__/aliens.cpython-312.pyc | Bin 0 -> 20594 bytes .../__pycache__/arraydemo.cpython-312.pyc | Bin 0 -> 5043 bytes .../__pycache__/audiocapture.cpython-312.pyc | Bin 0 -> 2364 bytes .../__pycache__/blend_fill.cpython-312.pyc | Bin 0 -> 5285 bytes .../__pycache__/blit_blends.cpython-312.pyc | Bin 0 -> 10129 bytes .../__pycache__/camera.cpython-312.pyc | Bin 0 -> 4927 bytes .../__pycache__/chimp.cpython-312.pyc | Bin 0 -> 10833 bytes .../__pycache__/cursors.cpython-312.pyc | Bin 0 -> 10700 bytes .../__pycache__/dropevent.cpython-312.pyc | Bin 0 -> 3391 bytes .../__pycache__/eventlist.cpython-312.pyc | Bin 0 -> 10210 bytes .../__pycache__/font_viewer.cpython-312.pyc | Bin 0 -> 14057 bytes .../__pycache__/fonty.cpython-312.pyc | Bin 0 -> 2906 bytes .../__pycache__/freetype_misc.cpython-312.pyc | Bin 0 -> 4972 bytes .../__pycache__/glcube.cpython-312.pyc | Bin 0 -> 22398 bytes .../__pycache__/go_over_there.cpython-312.pyc | Bin 0 -> 3966 bytes .../examples/__pycache__/grid.cpython-312.pyc | Bin 0 -> 3934 bytes ...headless_no_windows_needed.cpython-312.pyc | Bin 0 -> 2110 bytes .../__pycache__/joystick.cpython-312.pyc | Bin 0 -> 6511 bytes .../__pycache__/liquid.cpython-312.pyc | Bin 0 -> 3236 bytes .../examples/__pycache__/mask.cpython-312.pyc | Bin 0 -> 8300 bytes .../examples/__pycache__/midi.cpython-312.pyc | Bin 0 -> 33073 bytes .../__pycache__/moveit.cpython-312.pyc | Bin 0 -> 5734 bytes .../music_drop_fade.cpython-312.pyc | Bin 0 -> 12475 bytes .../__pycache__/pixelarray.cpython-312.pyc | Bin 0 -> 5691 bytes .../__pycache__/playmus.cpython-312.pyc | Bin 0 -> 8385 bytes .../__pycache__/resizing_new.cpython-312.pyc | Bin 0 -> 2233 bytes .../__pycache__/scaletest.cpython-312.pyc | Bin 0 -> 6822 bytes .../scrap_clipboard.cpython-312.pyc | Bin 0 -> 4927 bytes .../__pycache__/scroll.cpython-312.pyc | Bin 0 -> 9427 bytes .../__pycache__/setmodescale.cpython-312.pyc | Bin 0 -> 3376 bytes .../__pycache__/sound.cpython-312.pyc | Bin 0 -> 1985 bytes .../sound_array_demos.cpython-312.pyc | Bin 0 -> 8157 bytes .../sprite_texture.cpython-312.pyc | Bin 0 -> 5768 bytes .../__pycache__/stars.cpython-312.pyc | Bin 0 -> 4619 bytes .../__pycache__/testsprite.cpython-312.pyc | Bin 0 -> 9905 bytes .../__pycache__/textinput.cpython-312.pyc | Bin 0 -> 10247 bytes .../__pycache__/vgrade.cpython-312.pyc | Bin 0 -> 5111 bytes .../__pycache__/video.cpython-312.pyc | Bin 0 -> 6593 bytes .../site-packages/pygame/examples/aacircle.py | 41 + .../site-packages/pygame/examples/aliens.py | 395 + .../pygame/examples/arraydemo.py | 120 + .../pygame/examples/audiocapture.py | 78 + .../pygame/examples/blend_fill.py | 114 + .../pygame/examples/blit_blends.py | 197 + .../site-packages/pygame/examples/camera.py | 121 + .../site-packages/pygame/examples/chimp.py | 203 + .../site-packages/pygame/examples/cursors.py | 259 + .../pygame/examples/data/BGR.png | Bin 0 -> 244 bytes .../pygame/examples/data/alien1.gif | Bin 0 -> 3826 bytes .../pygame/examples/data/alien1.jpg | Bin 0 -> 3103 bytes .../pygame/examples/data/alien1.png | Bin 0 -> 3522 bytes .../pygame/examples/data/alien2.gif | Bin 0 -> 3834 bytes .../pygame/examples/data/alien2.png | Bin 0 -> 3526 bytes .../pygame/examples/data/alien3.gif | Bin 0 -> 3829 bytes .../pygame/examples/data/alien3.png | Bin 0 -> 3518 bytes .../pygame/examples/data/arraydemo.bmp | Bin 0 -> 76854 bytes .../pygame/examples/data/asprite.bmp | Bin 0 -> 578 bytes .../pygame/examples/data/background.gif | Bin 0 -> 9133 bytes .../pygame/examples/data/black.ppm | 3076 +++++ .../pygame/examples/data/blue.gif | Bin 0 -> 84 bytes .../pygame/examples/data/blue.mpg | Bin 0 -> 6144 bytes .../pygame/examples/data/bomb.gif | Bin 0 -> 1170 bytes .../pygame/examples/data/boom.wav | Bin 0 -> 12562 bytes .../pygame/examples/data/brick.png | Bin 0 -> 170 bytes .../pygame/examples/data/car_door.wav | Bin 0 -> 3910 bytes .../pygame/examples/data/chimp.png | Bin 0 -> 826 bytes .../pygame/examples/data/city.png | Bin 0 -> 143 bytes .../pygame/examples/data/crimson.pnm | 5 + .../pygame/examples/data/cursor.png | Bin 0 -> 2708 bytes .../pygame/examples/data/danger.gif | Bin 0 -> 2761 bytes .../pygame/examples/data/explosion1.gif | Bin 0 -> 6513 bytes .../pygame/examples/data/fist.png | Bin 0 -> 86196 bytes .../pygame/examples/data/green.pcx | Bin 0 -> 320 bytes .../pygame/examples/data/grey.pgm | 1028 ++ .../pygame/examples/data/house_lo.mp3 | Bin 0 -> 116320 bytes .../pygame/examples/data/house_lo.ogg | Bin 0 -> 31334 bytes .../pygame/examples/data/house_lo.wav | Bin 0 -> 78464 bytes .../pygame/examples/data/laplacian.png | Bin 0 -> 253 bytes .../pygame/examples/data/liquid.bmp | Bin 0 -> 11734 bytes .../pygame/examples/data/midikeys.png | Bin 0 -> 19666 bytes .../pygame/examples/data/player1.gif | Bin 0 -> 3470 bytes .../pygame/examples/data/punch.wav | Bin 0 -> 4176 bytes .../pygame/examples/data/purple.xpm | 36 + .../pygame/examples/data/red.jpg | Bin 0 -> 1251 bytes .../pygame/examples/data/sans.ttf | Bin 0 -> 133088 bytes .../pygame/examples/data/scarlet.webp | Bin 0 -> 82 bytes .../pygame/examples/data/secosmic_lo.wav | Bin 0 -> 18700 bytes .../pygame/examples/data/shot.gif | Bin 0 -> 129 bytes .../pygame/examples/data/static.png | Bin 0 -> 1202 bytes .../pygame/examples/data/teal.svg | 9 + .../pygame/examples/data/turquoise.tif | Bin 0 -> 1186 bytes .../pygame/examples/data/whiff.wav | Bin 0 -> 5850 bytes .../pygame/examples/data/yellow.tga | Bin 0 -> 3116 bytes .../pygame/examples/dropevent.py | 72 + .../pygame/examples/eventlist.py | 194 + .../pygame/examples/font_viewer.py | 278 + .../site-packages/pygame/examples/fonty.py | 81 + .../pygame/examples/freetype_misc.py | 157 + .../site-packages/pygame/examples/glcube.py | 591 + .../pygame/examples/go_over_there.py | 89 + .../site-packages/pygame/examples/grid.py | 64 + .../examples/headless_no_windows_needed.py | 50 + .../site-packages/pygame/examples/joystick.py | 151 + .../site-packages/pygame/examples/liquid.py | 89 + .../site-packages/pygame/examples/mask.py | 202 + .../site-packages/pygame/examples/midi.py | 932 ++ .../site-packages/pygame/examples/moveit.py | 119 + .../pygame/examples/music_drop_fade.py | 253 + .../pygame/examples/pixelarray.py | 142 + .../site-packages/pygame/examples/playmus.py | 165 + .../pygame/examples/resizing_new.py | 44 + .../pygame/examples/scaletest.py | 154 + .../pygame/examples/scrap_clipboard.py | 94 + .../site-packages/pygame/examples/scroll.py | 197 + .../pygame/examples/setmodescale.py | 67 + .../site-packages/pygame/examples/sound.py | 45 + .../pygame/examples/sound_array_demos.py | 217 + .../pygame/examples/sprite_texture.py | 110 + .../site-packages/pygame/examples/stars.py | 100 + .../pygame/examples/testsprite.py | 250 + .../pygame/examples/textinput.py | 235 + .../site-packages/pygame/examples/vgrade.py | 102 + .../site-packages/pygame/examples/video.py | 158 + .../site-packages/pygame/fastevent.py | 88 + .../site-packages/pygame/fastevent.pyi | 11 + .../pygame/font.cpython-312-darwin.so | Bin 0 -> 62768 bytes .../python3.12/site-packages/pygame/font.pyi | 61 + .../site-packages/pygame/freesansbold.ttf | Bin 0 -> 98600 bytes .../site-packages/pygame/freetype.py | 78 + .../site-packages/pygame/freetype.pyi | 128 + .../python3.12/site-packages/pygame/ftfont.py | 203 + .../pygame/gfxdraw.cpython-312-darwin.so | Bin 0 -> 117424 bytes .../site-packages/pygame/gfxdraw.pyi | 91 + .../pygame/image.cpython-312-darwin.so | Bin 0 -> 75232 bytes .../python3.12/site-packages/pygame/image.pyi | 45 + .../pygame/imageext.cpython-312-darwin.so | Bin 0 -> 57680 bytes .../pygame/joystick.cpython-312-darwin.so | Bin 0 -> 60304 bytes .../site-packages/pygame/joystick.pyi | 35 + .../pygame/key.cpython-312-darwin.so | Bin 0 -> 58224 bytes .../python3.12/site-packages/pygame/key.pyi | 17 + .../python3.12/site-packages/pygame/locals.py | 30 + .../site-packages/pygame/locals.pyi | 562 + .../python3.12/site-packages/pygame/macosx.py | 13 + .../pygame/mask.cpython-312-darwin.so | Bin 0 -> 114304 bytes .../python3.12/site-packages/pygame/mask.pyi | 59 + .../pygame/math.cpython-312-darwin.so | Bin 0 -> 126688 bytes .../python3.12/site-packages/pygame/math.pyi | 342 + .../python3.12/site-packages/pygame/midi.py | 717 + .../python3.12/site-packages/pygame/midi.pyi | 49 + .../pygame/mixer.cpython-312-darwin.so | Bin 0 -> 84656 bytes .../python3.12/site-packages/pygame/mixer.pyi | 98 + .../pygame/mixer_music.cpython-312-darwin.so | Bin 0 -> 59984 bytes .../site-packages/pygame/mixer_music.pyi | 20 + .../pygame/mouse.cpython-312-darwin.so | Bin 0 -> 57968 bytes .../python3.12/site-packages/pygame/mouse.pyi | 35 + .../pygame/newbuffer.cpython-312-darwin.so | Bin 0 -> 60256 bytes .../pygame/pixelarray.cpython-312-darwin.so | Bin 0 -> 96320 bytes .../site-packages/pygame/pixelarray.pyi | 41 + .../pygame/pixelcopy.cpython-312-darwin.so | Bin 0 -> 89456 bytes .../site-packages/pygame/pixelcopy.pyi | 20 + .../site-packages/pygame/pkgdata.py | 77 + .../python3.12/site-packages/pygame/py.typed | 0 .../site-packages/pygame/pygame.ico | Bin 0 -> 145516 bytes .../site-packages/pygame/pygame_icon.bmp | Bin 0 -> 630 bytes .../site-packages/pygame/pygame_icon.icns | Bin 0 -> 264148 bytes .../site-packages/pygame/pygame_icon_mac.bmp | Bin 0 -> 262282 bytes .../pygame/pypm.cpython-312-darwin.so | Bin 0 -> 176288 bytes .../pygame/rect.cpython-312-darwin.so | Bin 0 -> 85840 bytes .../python3.12/site-packages/pygame/rect.pyi | 208 + .../pygame/rwobject.cpython-312-darwin.so | Bin 0 -> 58272 bytes .../site-packages/pygame/rwobject.pyi | 18 + .../pygame/scrap.cpython-312-darwin.so | Bin 0 -> 57888 bytes .../python3.12/site-packages/pygame/scrap.pyi | 11 + .../pygame/sdlmain_osx.cpython-312-darwin.so | Bin 0 -> 57840 bytes .../site-packages/pygame/sndarray.py | 139 + .../site-packages/pygame/sndarray.pyi | 12 + .../python3.12/site-packages/pygame/sprite.py | 1813 +++ .../site-packages/pygame/sprite.pyi | 287 + .../pygame/surface.cpython-312-darwin.so | Bin 0 -> 293904 bytes .../site-packages/pygame/surface.pyi | 149 + .../site-packages/pygame/surfarray.py | 448 + .../site-packages/pygame/surfarray.pyi | 31 + .../pygame/surflock.cpython-312-darwin.so | Bin 0 -> 55936 bytes .../site-packages/pygame/surflock.pyi | 2 + .../site-packages/pygame/sysfont.py | 515 + .../site-packages/pygame/tests/__init__.py | 40 + .../site-packages/pygame/tests/__main__.py | 143 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1725 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 4419 bytes .../__pycache__/base_test.cpython-312.pyc | Bin 0 -> 34812 bytes .../__pycache__/blit_test.cpython-312.pyc | Bin 0 -> 10779 bytes .../bufferproxy_test.cpython-312.pyc | Bin 0 -> 25713 bytes .../__pycache__/camera_test.cpython-312.pyc | Bin 0 -> 2110 bytes .../__pycache__/color_test.cpython-312.pyc | Bin 0 -> 89847 bytes .../constants_test.cpython-312.pyc | Bin 0 -> 10085 bytes .../controller_test.cpython-312.pyc | Bin 0 -> 19558 bytes .../__pycache__/cursors_test.cpython-312.pyc | Bin 0 -> 7244 bytes .../__pycache__/display_test.cpython-312.pyc | Bin 0 -> 69808 bytes .../__pycache__/docs_test.cpython-312.pyc | Bin 0 -> 1896 bytes .../__pycache__/draw_test.cpython-312.pyc | Bin 0 -> 256455 bytes .../__pycache__/event_test.cpython-312.pyc | Bin 0 -> 57993 bytes .../__pycache__/font_test.cpython-312.pyc | Bin 0 -> 43419 bytes .../__pycache__/freetype_tags.cpython-312.pyc | Bin 0 -> 471 bytes .../__pycache__/freetype_test.cpython-312.pyc | Bin 0 -> 87867 bytes .../__pycache__/ftfont_tags.cpython-312.pyc | Bin 0 -> 467 bytes .../__pycache__/ftfont_test.cpython-312.pyc | Bin 0 -> 818 bytes .../__pycache__/gfxdraw_test.cpython-312.pyc | Bin 0 -> 41927 bytes ...mage__save_gl_surface_test.cpython-312.pyc | Bin 0 -> 2508 bytes .../__pycache__/image_tags.cpython-312.pyc | Bin 0 -> 397 bytes .../__pycache__/image_test.cpython-312.pyc | Bin 0 -> 53636 bytes .../__pycache__/imageext_tags.cpython-312.pyc | Bin 0 -> 403 bytes .../__pycache__/imageext_test.cpython-312.pyc | Bin 0 -> 6145 bytes .../__pycache__/joystick_test.cpython-312.pyc | Bin 0 -> 7965 bytes .../__pycache__/key_test.cpython-312.pyc | Bin 0 -> 13782 bytes .../__pycache__/locals_test.cpython-312.pyc | Bin 0 -> 1083 bytes .../__pycache__/mask_test.cpython-312.pyc | Bin 0 -> 306633 bytes .../__pycache__/math_test.cpython-312.pyc | Bin 0 -> 241632 bytes .../__pycache__/midi_test.cpython-312.pyc | Bin 0 -> 30133 bytes .../mixer_music_tags.cpython-312.pyc | Bin 0 -> 409 bytes .../mixer_music_test.cpython-312.pyc | Bin 0 -> 26037 bytes .../__pycache__/mixer_tags.cpython-312.pyc | Bin 0 -> 397 bytes .../__pycache__/mixer_test.cpython-312.pyc | Bin 0 -> 86865 bytes .../__pycache__/mouse_test.cpython-312.pyc | Bin 0 -> 21005 bytes .../pixelarray_test.cpython-312.pyc | Bin 0 -> 90500 bytes .../pixelcopy_test.cpython-312.pyc | Bin 0 -> 34215 bytes .../__pycache__/rect_test.cpython-312.pyc | Bin 0 -> 172120 bytes .../__pycache__/rwobject_test.cpython-312.pyc | Bin 0 -> 7207 bytes .../__pycache__/scrap_tags.cpython-312.pyc | Bin 0 -> 240 bytes .../__pycache__/scrap_test.cpython-312.pyc | Bin 0 -> 14943 bytes .../__pycache__/sndarray_tags.cpython-312.pyc | Bin 0 -> 473 bytes .../__pycache__/sndarray_test.cpython-312.pyc | Bin 0 -> 9749 bytes .../__pycache__/sprite_test.cpython-312.pyc | Bin 0 -> 78870 bytes .../__pycache__/surface_test.cpython-312.pyc | Bin 0 -> 221155 bytes .../surfarray_tags.cpython-312.pyc | Bin 0 -> 544 bytes .../surfarray_test.cpython-312.pyc | Bin 0 -> 35995 bytes .../__pycache__/surflock_test.cpython-312.pyc | Bin 0 -> 8034 bytes .../__pycache__/sysfont_test.cpython-312.pyc | Bin 0 -> 3416 bytes .../__pycache__/threads_test.cpython-312.pyc | Bin 0 -> 10467 bytes .../__pycache__/time_test.cpython-312.pyc | Bin 0 -> 17768 bytes .../__pycache__/touch_test.cpython-312.pyc | Bin 0 -> 6211 bytes .../transform_test.cpython-312.pyc | Bin 0 -> 65490 bytes .../__pycache__/version_test.cpython-312.pyc | Bin 0 -> 2744 bytes .../__pycache__/video_test.cpython-312.pyc | Bin 0 -> 1574 bytes .../site-packages/pygame/tests/base_test.py | 623 + .../site-packages/pygame/tests/blit_test.py | 192 + .../pygame/tests/bufferproxy_test.py | 504 + .../site-packages/pygame/tests/camera_test.py | 35 + .../site-packages/pygame/tests/color_test.py | 1360 ++ .../pygame/tests/constants_test.py | 426 + .../pygame/tests/controller_test.py | 357 + .../pygame/tests/cursors_test.py | 290 + .../pygame/tests/display_test.py | 1199 ++ .../site-packages/pygame/tests/docs_test.py | 35 + .../site-packages/pygame/tests/draw_test.py | 6577 ++++++++++ .../site-packages/pygame/tests/event_test.py | 961 ++ .../tests/fixtures/fonts/A_PyGameMono-8.png | Bin 0 -> 92 bytes .../fonts/PlayfairDisplaySemibold.ttf | Bin 0 -> 236636 bytes .../fixtures/fonts/PyGameMono-18-100dpi.bdf | 165 + .../fixtures/fonts/PyGameMono-18-75dpi.bdf | 143 + .../tests/fixtures/fonts/PyGameMono-8.bdf | 103 + .../tests/fixtures/fonts/PyGameMono.otf | Bin 0 -> 3128 bytes .../tests/fixtures/fonts/test_fixed.otf | Bin 0 -> 58464 bytes .../pygame/tests/fixtures/fonts/test_sans.ttf | Bin 0 -> 133088 bytes .../fixtures/fonts/u13079_PyGameMono-8.png | Bin 0 -> 89 bytes .../fixtures/xbm_cursors/white_sizing.xbm | 8 + .../xbm_cursors/white_sizing_mask.xbm | 8 + .../site-packages/pygame/tests/font_test.py | 748 ++ .../pygame/tests/freetype_tags.py | 11 + .../pygame/tests/freetype_test.py | 1796 +++ .../site-packages/pygame/tests/ftfont_tags.py | 11 + .../site-packages/pygame/tests/ftfont_test.py | 17 + .../pygame/tests/gfxdraw_test.py | 876 ++ .../tests/image__save_gl_surface_test.py | 46 + .../site-packages/pygame/tests/image_tags.py | 7 + .../site-packages/pygame/tests/image_test.py | 1282 ++ .../pygame/tests/imageext_tags.py | 7 + .../pygame/tests/imageext_test.py | 93 + .../pygame/tests/joystick_test.py | 166 + .../site-packages/pygame/tests/key_test.py | 306 + .../site-packages/pygame/tests/locals_test.py | 17 + .../site-packages/pygame/tests/mask_test.py | 6441 +++++++++ .../site-packages/pygame/tests/math_test.py | 2929 +++++ .../site-packages/pygame/tests/midi_test.py | 463 + .../pygame/tests/mixer_music_tags.py | 7 + .../pygame/tests/mixer_music_test.py | 493 + .../site-packages/pygame/tests/mixer_tags.py | 7 + .../site-packages/pygame/tests/mixer_test.py | 1479 +++ .../site-packages/pygame/tests/mouse_test.py | 348 + .../pygame/tests/pixelarray_test.py | 1667 +++ .../pygame/tests/pixelcopy_test.py | 710 + .../site-packages/pygame/tests/rect_test.py | 3312 +++++ .../pygame/tests/run_tests__tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 202 bytes .../run_tests__test.cpython-312.pyc | Bin 0 -> 5277 bytes .../tests/run_tests__tests/all_ok/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2378 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2378 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2378 bytes .../__pycache__/fake_5_test.cpython-312.pyc | Bin 0 -> 2378 bytes .../__pycache__/fake_6_test.cpython-312.pyc | Bin 0 -> 2378 bytes ...tions__ret_code_of_1__test.cpython-312.pyc | Bin 0 -> 2178 bytes .../zero_tests_test.cpython-312.pyc | Bin 0 -> 1368 bytes .../run_tests__tests/all_ok/fake_2_test.py | 39 + .../run_tests__tests/all_ok/fake_3_test.py | 39 + .../run_tests__tests/all_ok/fake_4_test.py | 39 + .../run_tests__tests/all_ok/fake_5_test.py | 39 + .../run_tests__tests/all_ok/fake_6_test.py | 39 + .../no_assertions__ret_code_of_1__test.py | 39 + .../all_ok/zero_tests_test.py | 23 + .../run_tests__tests/everything/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2382 bytes .../incomplete_todo_test.cpython-312.pyc | Bin 0 -> 2411 bytes .../magic_tag_test.cpython-312.pyc | Bin 0 -> 2247 bytes .../__pycache__/sleep_test.cpython-312.pyc | Bin 0 -> 1853 bytes .../everything/fake_2_test.py | 39 + .../everything/incomplete_todo_test.py | 39 + .../everything/magic_tag_test.py | 38 + .../run_tests__tests/everything/sleep_test.py | 29 + .../run_tests__tests/exclude/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2379 bytes .../invisible_tag_test.cpython-312.pyc | Bin 0 -> 2420 bytes .../magic_tag_test.cpython-312.pyc | Bin 0 -> 2244 bytes .../run_tests__tests/exclude/fake_2_test.py | 39 + .../exclude/invisible_tag_test.py | 41 + .../exclude/magic_tag_test.py | 38 + .../run_tests__tests/failures1/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2381 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2381 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2398 bytes .../run_tests__tests/failures1/fake_2_test.py | 39 + .../run_tests__tests/failures1/fake_3_test.py | 39 + .../run_tests__tests/failures1/fake_4_test.py | 41 + .../run_tests__tests/incomplete/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2410 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2382 bytes .../incomplete/fake_2_test.py | 39 + .../incomplete/fake_3_test.py | 39 + .../incomplete_todo/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2407 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2387 bytes .../incomplete_todo/fake_2_test.py | 39 + .../incomplete_todo/fake_3_test.py | 39 + .../infinite_loop/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/fake_1_test.cpython-312.pyc | Bin 0 -> 2366 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2385 bytes .../infinite_loop/fake_1_test.py | 40 + .../infinite_loop/fake_2_test.py | 39 + .../run_tests__tests/print_stderr/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2384 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2529 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2401 bytes .../print_stderr/fake_2_test.py | 39 + .../print_stderr/fake_3_test.py | 41 + .../print_stderr/fake_4_test.py | 41 + .../run_tests__tests/print_stdout/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2384 bytes .../__pycache__/fake_3_test.cpython-312.pyc | Bin 0 -> 2653 bytes .../__pycache__/fake_4_test.cpython-312.pyc | Bin 0 -> 2401 bytes .../print_stdout/fake_2_test.py | 39 + .../print_stdout/fake_3_test.py | 42 + .../print_stdout/fake_4_test.py | 41 + .../tests/run_tests__tests/run_tests__test.py | 145 + .../run_tests__tests/timeout/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 210 bytes .../__pycache__/fake_2_test.cpython-312.pyc | Bin 0 -> 2379 bytes .../__pycache__/sleep_test.cpython-312.pyc | Bin 0 -> 1852 bytes .../run_tests__tests/timeout/fake_2_test.py | 39 + .../run_tests__tests/timeout/sleep_test.py | 30 + .../pygame/tests/rwobject_test.py | 139 + .../site-packages/pygame/tests/scrap_tags.py | 26 + .../site-packages/pygame/tests/scrap_test.py | 301 + .../pygame/tests/sndarray_tags.py | 12 + .../pygame/tests/sndarray_test.py | 154 + .../site-packages/pygame/tests/sprite_test.py | 1412 ++ .../pygame/tests/surface_test.py | 4064 ++++++ .../pygame/tests/surfarray_tags.py | 16 + .../pygame/tests/surfarray_test.py | 743 ++ .../pygame/tests/surflock_test.py | 144 + .../pygame/tests/sysfont_test.py | 51 + .../pygame/tests/test_utils/__init__.py | 201 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8071 bytes .../__pycache__/arrinter.cpython-312.pyc | Bin 0 -> 24059 bytes .../__pycache__/async_sub.cpython-312.pyc | Bin 0 -> 12884 bytes .../__pycache__/buftools.cpython-312.pyc | Bin 0 -> 37582 bytes .../__pycache__/endian.cpython-312.pyc | Bin 0 -> 845 bytes .../__pycache__/png.cpython-312.pyc | Bin 0 -> 167750 bytes .../__pycache__/run_tests.cpython-312.pyc | Bin 0 -> 12338 bytes .../test_machinery.cpython-312.pyc | Bin 0 -> 4034 bytes .../__pycache__/test_runner.cpython-312.pyc | Bin 0 -> 11276 bytes .../pygame/tests/test_utils/arrinter.py | 438 + .../pygame/tests/test_utils/async_sub.py | 301 + .../pygame/tests/test_utils/buftools.py | 607 + .../pygame/tests/test_utils/endian.py | 20 + .../pygame/tests/test_utils/png.py | 4005 ++++++ .../pygame/tests/test_utils/run_tests.py | 350 + .../pygame/tests/test_utils/test_machinery.py | 89 + .../pygame/tests/test_utils/test_runner.py | 324 + .../pygame/tests/threads_test.py | 238 + .../site-packages/pygame/tests/time_test.py | 410 + .../site-packages/pygame/tests/touch_test.py | 97 + .../pygame/tests/transform_test.py | 1420 ++ .../pygame/tests/version_test.py | 48 + .../site-packages/pygame/tests/video_test.py | 26 + .../site-packages/pygame/threads/__init__.py | 271 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9430 bytes .../pygame/time.cpython-312-darwin.so | Bin 0 -> 58560 bytes .../python3.12/site-packages/pygame/time.pyi | 15 + .../pygame/transform.cpython-312-darwin.so | Bin 0 -> 114592 bytes .../site-packages/pygame/transform.pyi | 58 + .../site-packages/pygame/version.py | 72 + .../site-packages/pygame/version.pyi | 23 + yap_lab_3/.venv/pyvenv.cfg | 5 + yap_lab_3/num1.py | 72 + yap_lab_3/num2.py | 91 + yap_lab_3/num3.py | 134 + 1651 files changed, 305101 insertions(+) create mode 100644 yap_lab_3/.venv/bin/Activate.ps1 create mode 100644 yap_lab_3/.venv/bin/activate create mode 100644 yap_lab_3/.venv/bin/activate.csh create mode 100644 yap_lab_3/.venv/bin/activate.fish create mode 100755 yap_lab_3/.venv/bin/pip create mode 100755 yap_lab_3/.venv/bin/pip3 create mode 100755 yap_lab_3/.venv/bin/pip3.12 create mode 120000 yap_lab_3/.venv/bin/python create mode 120000 yap_lab_3/.venv/bin/python3 create mode 120000 yap_lab_3/.venv/bin/python3.12 create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/_blit_info.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/_camera.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/_pygame.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/_surface.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/camera.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/font.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/freetype.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/_pygame.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/bitmask.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pgcompat.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pgimport.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pgplatform.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_bufferproxy.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_font.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_freetype.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mask.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mixer.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/include/sse2neon.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/mask.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/mixer.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/palette.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pgarrinter.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pgbufferproxy.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pgcompat.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pgopengl.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pgplatform.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/pygame.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/scrap.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/simd_blitters.h create mode 100644 yap_lab_3/.venv/include/site/python3.12/pygame/surface.h create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/AUTHORS.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/INSTALLER create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/LICENSE.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/METADATA create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/RECORD create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/REQUESTED create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/WHEEL create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/entry_points.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/top_level.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/INSTALLER create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/METADATA create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/RECORD create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/REQUESTED create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/WHEEL create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/entry_points.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame-2.6.1.dist-info/top_level.txt create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libFLAC.8.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libSDL2-2.0.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libSDL2_image-2.0.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libSDL2_mixer-2.0.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libSDL2_ttf-2.0.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libbrotlicommon.1.0.9.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libbrotlidec.1.0.9.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libfluidsynth.3.1.1.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libfreetype.6.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libglib-2.0.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libgthread-2.0.0.dylib create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libintl.8.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libjpeg.62.3.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libmpg123.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libogg.0.8.5.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libopus.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libopusfile.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libpng16.16.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libportmidi.2.0.3.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libsharpyuv.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libsndfile.1.0.34.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libtiff.5.8.0.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libvorbis.0.4.9.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libvorbisenc.2.0.12.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libvorbisfile.3.3.8.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libwebp.7.dylib create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/.dylibs/libz.1.2.11.zlib-ng.dylib create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__init__.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/_camera_opencv.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/_camera_vidcapture.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/camera.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/colordict.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/cursors.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/draw_py.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/fastevent.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/freetype.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/ftfont.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/locals.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/macosx.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/midi.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/pkgdata.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/sndarray.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/sprite.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/surfarray.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/sysfont.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pycache__/version.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pyinstaller/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pyinstaller/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pyinstaller/__pycache__/hook-pygame.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/__pyinstaller/hook-pygame.py create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_camera.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_camera_opencv.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_camera_vidcapture.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_common.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_freetype.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/__init__.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/__pycache__/__init__.cpython-312.pyc create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/audio.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/audio.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/controller.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/controller.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/mixer.cpython-312-darwin.so create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/sdl2.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/sdl2.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/touch.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/touch.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/video.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sdl2/video.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/_sprite.cpython-312-darwin.so create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/base.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/base.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/bufferproxy.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/bufferproxy.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/camera.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/camera.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/color.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/color.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/colordict.py create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/constants.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/constants.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/cursors.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/cursors.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/display.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/display.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/LGPL.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput11.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput2.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput21.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput3.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput31.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput4.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput41.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput5.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedInputOutput51.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha11.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha2.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha21.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha3.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputAlpha31.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess11.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess2.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess21.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess3.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess31.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess4.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess41.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess5.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess51.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess6.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/AdvancedOutputProcess61.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-INPUT-resultscreen.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-INPUT-resultscreen1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-INPUT-sourcecode.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-INPUT-sourcecode1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-resultscreen.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-resultscreen1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-sourcecode.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-PROCESS-sourcecode1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-ouput-result-screen.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Bagic-ouput-result-screen1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Basic-ouput-sourcecode.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/Basic-ouput-sourcecode1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/angle_to.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_average.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_background.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_green.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_hsv.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_mask.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_rgb.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_thresh.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_thresholded.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/camera_yuv.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/chimpshot.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/draw_module_example.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/intro_ball.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/intro_blade.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/intro_freedom.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-Battleship.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-Battleship1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-PuyoPuyo.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-PuyoPuyo1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-TPS.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/introduction-TPS1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/joystick_calls.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/pygame_lofi.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/pygame_logo.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/pygame_powered.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/pygame_powered_lowres.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/pygame_tiny.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_allblack.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_flipped.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_redimg.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_rgbarray.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_scaledown.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_scaleup.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_soften.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_striped.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/surfarray_xfade.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/tom_basic.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/tom_event-flowchart.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/tom_formulae.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_images/tom_radians.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/c_api.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/filepaths.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/index.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/logos.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/bufferproxy.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/camera.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/cdrom.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/color.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/color_list.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/cursors.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/display.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/draw.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/event.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/examples.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/fastevent.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/font.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/freetype.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/gfxdraw.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/image.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/joystick.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/key.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/locals.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/mask.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/math.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/midi.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/mixer.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/mouse.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/music.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/overlay.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/pixelarray.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/pixelcopy.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/pygame.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/rect.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/scrap.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/sdl2_controller.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/sdl2_video.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/sndarray.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/sprite.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/surface.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/surfarray.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/tests.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/time.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/touch.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_sources/ref/transform.rst.txt create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/_sphinx_javascript_frameworks_compat.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/basic.css create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/doctools.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/documentation_options.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/file.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/jquery-3.6.0.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/jquery.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/language_data.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/legacy_logos.zip create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/minus.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/plus.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame.css create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame.ico create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_lofi.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_lofi.svg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_logo.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_logo.svg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_powered.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_powered.svg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_powered_lowres.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygame_tiny.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/pygments.css create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/reset.css create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/searchtools.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/sphinx_highlight.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/tooltip.css create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/underscore-1.13.1.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/_static/underscore.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/base.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/bufferproxy.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/color.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/display.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/event.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/freetype.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/mixer.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/rect.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/rwobject.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/slots.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/surface.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/surflock.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/c_api/version.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/filepaths.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/genindex.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/index.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/logos.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/py-modindex.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/bufferproxy.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/camera.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/cdrom.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/color.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/color_list.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/cursors.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/display.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/draw.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/event.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/examples.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/fastevent.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/font.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/freetype.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/gfxdraw.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/image.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/joystick.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/key.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/locals.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/mask.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/math.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/midi.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/mixer.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/mouse.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/music.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/overlay.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/pixelarray.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/pixelcopy.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/pygame.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/rect.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/scrap.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/sdl2_controller.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/sdl2_video.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/sndarray.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/sprite.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/surface.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/surfarray.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/tests.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/time.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/touch.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/ref/transform.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/search.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/searchindex.js create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/CameraIntro.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/ChimpLineByLine.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/DisplayModes.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/ImportInit.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/MakeGames.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/MoveIt.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/PygameIntro.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/SpriteIntro.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/SurfarrayIntro.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/chimp.py.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/newbieguide.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/tom_games2.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/tom_games3.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/tom_games4.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/tom_games5.html create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/docs/generated/tut/tom_games6.html create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/draw.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/draw.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/draw_py.py create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/event.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/event.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/README.rst create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/aacircle.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/aliens.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/arraydemo.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/audiocapture.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/blend_fill.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/blit_blends.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/camera.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/chimp.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/cursors.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/dropevent.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/eventlist.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/font_viewer.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/fonty.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/freetype_misc.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/glcube.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/go_over_there.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/grid.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/headless_no_windows_needed.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/joystick.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/liquid.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/mask.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/midi.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/moveit.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/music_drop_fade.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/pixelarray.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/playmus.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/resizing_new.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/scaletest.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/scrap_clipboard.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/scroll.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/setmodescale.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/sound.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/sound_array_demos.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/sprite_texture.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/stars.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/testsprite.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/textinput.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/vgrade.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/__pycache__/video.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/aacircle.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/aliens.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/arraydemo.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/audiocapture.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/blend_fill.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/blit_blends.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/camera.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/chimp.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/cursors.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/BGR.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien1.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien1.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien2.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien2.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien3.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/alien3.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/arraydemo.bmp create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/asprite.bmp create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/background.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/black.ppm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/blue.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/blue.mpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/bomb.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/boom.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/brick.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/car_door.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/chimp.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/city.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/crimson.pnm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/cursor.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/danger.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/explosion1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/fist.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/green.pcx create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/grey.pgm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/house_lo.mp3 create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/house_lo.ogg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/house_lo.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/laplacian.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/liquid.bmp create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/midikeys.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/player1.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/punch.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/purple.xpm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/red.jpg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/sans.ttf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/scarlet.webp create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/secosmic_lo.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/shot.gif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/static.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/teal.svg create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/turquoise.tif create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/whiff.wav create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/data/yellow.tga create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/dropevent.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/eventlist.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/font_viewer.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/fonty.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/freetype_misc.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/glcube.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/go_over_there.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/grid.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/headless_no_windows_needed.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/joystick.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/liquid.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/mask.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/midi.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/moveit.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/music_drop_fade.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/pixelarray.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/playmus.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/resizing_new.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/scaletest.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/scrap_clipboard.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/scroll.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/setmodescale.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/sound.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/sound_array_demos.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/sprite_texture.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/stars.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/testsprite.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/textinput.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/vgrade.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/examples/video.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/fastevent.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/fastevent.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/font.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/font.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/freesansbold.ttf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/freetype.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/freetype.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/ftfont.py create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/gfxdraw.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/gfxdraw.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/image.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/image.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/imageext.cpython-312-darwin.so create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/joystick.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/joystick.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/key.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/key.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/locals.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/locals.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/macosx.py create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mask.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mask.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/math.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/math.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/midi.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/midi.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mixer.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mixer.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mixer_music.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mixer_music.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mouse.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/mouse.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/newbuffer.cpython-312-darwin.so create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pixelarray.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pixelarray.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pixelcopy.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pixelcopy.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pkgdata.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/py.typed create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pygame.ico create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pygame_icon.bmp create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pygame_icon.icns create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pygame_icon_mac.bmp create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/pypm.cpython-312-darwin.so create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/rect.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/rect.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/rwobject.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/rwobject.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/scrap.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/scrap.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sdlmain_osx.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sndarray.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sndarray.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sprite.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sprite.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surface.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surface.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surfarray.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surfarray.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surflock.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/surflock.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/sysfont.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__main__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/__main__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/base_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/blit_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/bufferproxy_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/camera_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/color_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/constants_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/controller_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/cursors_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/display_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/docs_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/draw_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/event_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/font_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/freetype_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/freetype_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/ftfont_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/ftfont_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/gfxdraw_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/image__save_gl_surface_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/image_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/image_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/imageext_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/imageext_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/joystick_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/key_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/locals_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mask_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/math_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/midi_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mixer_music_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mixer_music_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mixer_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mixer_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/mouse_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/pixelarray_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/pixelcopy_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/rect_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/rwobject_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/scrap_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/scrap_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/sndarray_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/sndarray_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/sprite_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/surface_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/surfarray_tags.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/surfarray_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/surflock_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/sysfont_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/threads_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/time_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/touch_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/transform_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/version_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/__pycache__/video_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/base_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/blit_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/bufferproxy_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/camera_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/color_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/constants_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/controller_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/cursors_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/display_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/docs_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/draw_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/event_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/A_PyGameMono-8.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/PlayfairDisplaySemibold.ttf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/PyGameMono-18-100dpi.bdf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/PyGameMono-18-75dpi.bdf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/PyGameMono-8.bdf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/PyGameMono.otf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/test_fixed.otf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/test_sans.ttf create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/fonts/u13079_PyGameMono-8.png create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/xbm_cursors/white_sizing.xbm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/fixtures/xbm_cursors/white_sizing_mask.xbm create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/font_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/freetype_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/freetype_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/ftfont_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/ftfont_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/gfxdraw_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/image__save_gl_surface_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/image_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/image_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/imageext_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/imageext_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/joystick_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/key_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/locals_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mask_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/math_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/midi_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mixer_music_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mixer_music_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mixer_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mixer_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/mouse_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/pixelarray_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/pixelcopy_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/rect_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/__pycache__/run_tests__test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_5_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/fake_6_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/no_assertions__ret_code_of_1__test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/__pycache__/zero_tests_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/fake_4_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/fake_5_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/fake_6_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/no_assertions__ret_code_of_1__test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/all_ok/zero_tests_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/incomplete_todo_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/magic_tag_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/__pycache__/sleep_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/incomplete_todo_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/magic_tag_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/everything/sleep_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/invisible_tag_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/__pycache__/magic_tag_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/invisible_tag_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/exclude/magic_tag_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/failures1/fake_4_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/incomplete_todo/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/fake_1_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/fake_1_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/infinite_loop/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stderr/fake_4_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_3_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/__pycache__/fake_4_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_3_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/print_stdout/fake_4_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/run_tests__test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/fake_2_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/__pycache__/sleep_test.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/fake_2_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/run_tests__tests/timeout/sleep_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/rwobject_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/scrap_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/scrap_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/sndarray_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/sndarray_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/sprite_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/surface_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/surfarray_tags.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/surfarray_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/surflock_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/sysfont_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/__init__.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/arrinter.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/async_sub.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/buftools.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/endian.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/png.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/run_tests.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/test_machinery.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/__pycache__/test_runner.cpython-312.pyc create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/arrinter.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/async_sub.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/buftools.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/endian.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/png.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/run_tests.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/test_machinery.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/test_utils/test_runner.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/threads_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/time_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/touch_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/transform_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/version_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/tests/video_test.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/threads/__init__.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/threads/__pycache__/__init__.cpython-312.pyc create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/time.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/time.pyi create mode 100755 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/transform.cpython-312-darwin.so create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/transform.pyi create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/version.py create mode 100644 yap_lab_3/.venv/lib/python3.12/site-packages/pygame/version.pyi create mode 100644 yap_lab_3/.venv/pyvenv.cfg create mode 100644 yap_lab_3/num1.py create mode 100644 yap_lab_3/num2.py create mode 100644 yap_lab_3/num3.py diff --git a/yap_lab_3/.venv/bin/Activate.ps1 b/yap_lab_3/.venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/bin/activate b/yap_lab_3/.venv/bin/activate new file mode 100644 index 0000000..9990b2c --- /dev/null +++ b/yap_lab_3/.venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath "/Users/danilkapnik/yap_lab_3/.venv") +else + # use the path as-is + export VIRTUAL_ENV="/Users/danilkapnik/yap_lab_3/.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/yap_lab_3/.venv/bin/activate.csh b/yap_lab_3/.venv/bin/activate.csh new file mode 100644 index 0000000..ad74f2b --- /dev/null +++ b/yap_lab_3/.venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/Users/danilkapnik/yap_lab_3/.venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(.venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(.venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/yap_lab_3/.venv/bin/activate.fish b/yap_lab_3/.venv/bin/activate.fish new file mode 100644 index 0000000..4485f49 --- /dev/null +++ b/yap_lab_3/.venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/Users/danilkapnik/yap_lab_3/.venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(.venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(.venv) " +end diff --git a/yap_lab_3/.venv/bin/pip b/yap_lab_3/.venv/bin/pip new file mode 100755 index 0000000..4d0d122 --- /dev/null +++ b/yap_lab_3/.venv/bin/pip @@ -0,0 +1,8 @@ +#!/Users/danilkapnik/yap_lab_3/.venv/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/yap_lab_3/.venv/bin/pip3 b/yap_lab_3/.venv/bin/pip3 new file mode 100755 index 0000000..4d0d122 --- /dev/null +++ b/yap_lab_3/.venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/Users/danilkapnik/yap_lab_3/.venv/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/yap_lab_3/.venv/bin/pip3.12 b/yap_lab_3/.venv/bin/pip3.12 new file mode 100755 index 0000000..4d0d122 --- /dev/null +++ b/yap_lab_3/.venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/Users/danilkapnik/yap_lab_3/.venv/bin/python +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/yap_lab_3/.venv/bin/python b/yap_lab_3/.venv/bin/python new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/yap_lab_3/.venv/bin/python @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/yap_lab_3/.venv/bin/python3 b/yap_lab_3/.venv/bin/python3 new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/yap_lab_3/.venv/bin/python3 @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/yap_lab_3/.venv/bin/python3.12 b/yap_lab_3/.venv/bin/python3.12 new file mode 120000 index 0000000..a7a5fcc --- /dev/null +++ b/yap_lab_3/.venv/bin/python3.12 @@ -0,0 +1 @@ +/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 \ No newline at end of file diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/_blit_info.h b/yap_lab_3/.venv/include/site/python3.12/pygame/_blit_info.h new file mode 100644 index 0000000..5320d0b --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/_blit_info.h @@ -0,0 +1,21 @@ +#define NO_PYGAME_C_API +#include "_surface.h" + +/* The structure passed to the low level blit functions */ +typedef struct { + int width; + int height; + Uint8 *s_pixels; + int s_pxskip; + int s_skip; + Uint8 *d_pixels; + int d_pxskip; + int d_skip; + SDL_PixelFormat *src; + SDL_PixelFormat *dst; + Uint8 src_blanket_alpha; + int src_has_colorkey; + Uint32 src_colorkey; + SDL_BlendMode src_blend; + SDL_BlendMode dst_blend; +} SDL_BlitInfo; diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/_camera.h b/yap_lab_3/.venv/include/site/python3.12/pygame/_camera.h new file mode 100644 index 0000000..075ef6f --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/_camera.h @@ -0,0 +1,26 @@ +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +#ifndef _CAMERA_H +#define _CAMERA_H + +#include "_pygame.h" +#include "camera.h" + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/_pygame.h b/yap_lab_3/.venv/include/site/python3.12/pygame/_pygame.h new file mode 100644 index 0000000..e3521b3 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/_pygame.h @@ -0,0 +1,374 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* This will use PYGAMEAPI_EXTERN_SLOTS instead + * of PYGAMEAPI_DEFINE_SLOTS for base modules. + */ +#ifndef _PYGAME_INTERNAL_H +#define _PYGAME_INTERNAL_H + +#include "pgplatform.h" +/* + If PY_SSIZE_T_CLEAN is defined before including Python.h, length is a + Py_ssize_t rather than an int for all # variants of formats (s#, y#, etc.) +*/ +#define PY_SSIZE_T_CLEAN +#include + +/* Ensure PyPy-specific code is not in use when running on GraalPython (PR + * #2580) */ +#if defined(GRAALVM_PYTHON) && defined(PYPY_VERSION) +#undef PYPY_VERSION +#endif + +#include + +/* SDL 1.2 constants removed from SDL 2 */ +typedef enum { + SDL_HWSURFACE = 0, + SDL_RESIZABLE = SDL_WINDOW_RESIZABLE, + SDL_ASYNCBLIT = 0, + SDL_OPENGL = SDL_WINDOW_OPENGL, + SDL_OPENGLBLIT = 0, + SDL_ANYFORMAT = 0, + SDL_HWPALETTE = 0, + SDL_DOUBLEBUF = 0, + SDL_FULLSCREEN = SDL_WINDOW_FULLSCREEN, + SDL_HWACCEL = 0, + SDL_SRCCOLORKEY = 0, + SDL_RLEACCELOK = 0, + SDL_SRCALPHA = 0, + SDL_NOFRAME = SDL_WINDOW_BORDERLESS, + SDL_GL_SWAP_CONTROL = 0, + TIMER_RESOLUTION = 0 +} PygameVideoFlags; + +/* the wheel button constants were removed from SDL 2 */ +typedef enum { + PGM_BUTTON_LEFT = SDL_BUTTON_LEFT, + PGM_BUTTON_RIGHT = SDL_BUTTON_RIGHT, + PGM_BUTTON_MIDDLE = SDL_BUTTON_MIDDLE, + PGM_BUTTON_WHEELUP = 4, + PGM_BUTTON_WHEELDOWN = 5, + PGM_BUTTON_X1 = SDL_BUTTON_X1 + 2, + PGM_BUTTON_X2 = SDL_BUTTON_X2 + 2, + PGM_BUTTON_KEEP = 0x80 +} PygameMouseFlags; + +typedef enum { + /* Any SDL_* events here are for backward compatibility. */ + SDL_NOEVENT = 0, + + SDL_ACTIVEEVENT = SDL_USEREVENT, + SDL_VIDEORESIZE, + SDL_VIDEOEXPOSE, + + PGE_MIDIIN, + PGE_MIDIOUT, + PGE_KEYREPEAT, /* Special internal pygame event, for managing key-presses + */ + + /* DO NOT CHANGE THE ORDER OF EVENTS HERE */ + PGE_WINDOWSHOWN, + PGE_WINDOWHIDDEN, + PGE_WINDOWEXPOSED, + PGE_WINDOWMOVED, + PGE_WINDOWRESIZED, + PGE_WINDOWSIZECHANGED, + PGE_WINDOWMINIMIZED, + PGE_WINDOWMAXIMIZED, + PGE_WINDOWRESTORED, + PGE_WINDOWENTER, + PGE_WINDOWLEAVE, + PGE_WINDOWFOCUSGAINED, + PGE_WINDOWFOCUSLOST, + PGE_WINDOWCLOSE, + PGE_WINDOWTAKEFOCUS, + PGE_WINDOWHITTEST, + PGE_WINDOWICCPROFCHANGED, + PGE_WINDOWDISPLAYCHANGED, + + /* Here we define PGPOST_* events, events that act as a one-to-one + * proxy for SDL events (and some extra events too!), the proxy is used + * internally when pygame users use event.post() + * + * At a first glance, these may look redundant, but they are really + * important, especially with event blocking. If proxy events are + * not there, blocked events dont make it to our event filter, and + * that can break a lot of stuff. + * + * IMPORTANT NOTE: Do not post events directly with these proxy types, + * use the appropriate functions from event.c, that handle these proxy + * events for you. + * Proxy events are for internal use only */ + PGPOST_EVENTBEGIN, /* mark start of proxy-events */ + PGPOST_ACTIVEEVENT = PGPOST_EVENTBEGIN, + PGPOST_APP_TERMINATING, + PGPOST_APP_LOWMEMORY, + PGPOST_APP_WILLENTERBACKGROUND, + PGPOST_APP_DIDENTERBACKGROUND, + PGPOST_APP_WILLENTERFOREGROUND, + PGPOST_APP_DIDENTERFOREGROUND, + PGPOST_AUDIODEVICEADDED, + PGPOST_AUDIODEVICEREMOVED, + PGPOST_CLIPBOARDUPDATE, + PGPOST_CONTROLLERAXISMOTION, + PGPOST_CONTROLLERBUTTONDOWN, + PGPOST_CONTROLLERBUTTONUP, + PGPOST_CONTROLLERDEVICEADDED, + PGPOST_CONTROLLERDEVICEREMOVED, + PGPOST_CONTROLLERDEVICEREMAPPED, + PGPOST_CONTROLLERTOUCHPADDOWN, + PGPOST_CONTROLLERTOUCHPADMOTION, + PGPOST_CONTROLLERTOUCHPADUP, + PGPOST_CONTROLLERSENSORUPDATE, + PGPOST_DOLLARGESTURE, + PGPOST_DOLLARRECORD, + PGPOST_DROPFILE, + PGPOST_DROPTEXT, + PGPOST_DROPBEGIN, + PGPOST_DROPCOMPLETE, + PGPOST_FINGERMOTION, + PGPOST_FINGERDOWN, + PGPOST_FINGERUP, + PGPOST_KEYDOWN, + PGPOST_KEYMAPCHANGED, + PGPOST_KEYUP, + PGPOST_JOYAXISMOTION, + PGPOST_JOYBALLMOTION, + PGPOST_JOYHATMOTION, + PGPOST_JOYBUTTONDOWN, + PGPOST_JOYBUTTONUP, + PGPOST_JOYDEVICEADDED, + PGPOST_JOYDEVICEREMOVED, + PGPOST_LOCALECHANGED, + PGPOST_MIDIIN, + PGPOST_MIDIOUT, + PGPOST_MOUSEMOTION, + PGPOST_MOUSEBUTTONDOWN, + PGPOST_MOUSEBUTTONUP, + PGPOST_MOUSEWHEEL, + PGPOST_MULTIGESTURE, + PGPOST_NOEVENT, + PGPOST_QUIT, + PGPOST_RENDER_TARGETS_RESET, + PGPOST_RENDER_DEVICE_RESET, + PGPOST_SYSWMEVENT, + PGPOST_TEXTEDITING, + PGPOST_TEXTINPUT, + PGPOST_VIDEORESIZE, + PGPOST_VIDEOEXPOSE, + PGPOST_WINDOWSHOWN, + PGPOST_WINDOWHIDDEN, + PGPOST_WINDOWEXPOSED, + PGPOST_WINDOWMOVED, + PGPOST_WINDOWRESIZED, + PGPOST_WINDOWSIZECHANGED, + PGPOST_WINDOWMINIMIZED, + PGPOST_WINDOWMAXIMIZED, + PGPOST_WINDOWRESTORED, + PGPOST_WINDOWENTER, + PGPOST_WINDOWLEAVE, + PGPOST_WINDOWFOCUSGAINED, + PGPOST_WINDOWFOCUSLOST, + PGPOST_WINDOWCLOSE, + PGPOST_WINDOWTAKEFOCUS, + PGPOST_WINDOWHITTEST, + PGPOST_WINDOWICCPROFCHANGED, + PGPOST_WINDOWDISPLAYCHANGED, + + PGE_USEREVENT, /* this event must stay in this position only */ + + PG_NUMEVENTS = + SDL_LASTEVENT /* Not an event. Indicates end of user events. */ +} PygameEventCode; + +/* SDL1 ACTIVEEVENT state attribute can take the following values */ +/* These constant values are directly picked from SDL1 source */ +#define SDL_APPMOUSEFOCUS 0x01 +#define SDL_APPINPUTFOCUS 0x02 +#define SDL_APPACTIVE 0x04 + +/* Surface flags: based on SDL 1.2 flags */ +typedef enum { + PGS_SWSURFACE = 0x00000000, + PGS_HWSURFACE = 0x00000001, + PGS_ASYNCBLIT = 0x00000004, + + PGS_ANYFORMAT = 0x10000000, + PGS_HWPALETTE = 0x20000000, + PGS_DOUBLEBUF = 0x40000000, + PGS_FULLSCREEN = 0x80000000, + PGS_SCALED = 0x00000200, + + PGS_OPENGL = 0x00000002, + PGS_OPENGLBLIT = 0x0000000A, + PGS_RESIZABLE = 0x00000010, + PGS_NOFRAME = 0x00000020, + PGS_SHOWN = 0x00000040, /* Added from SDL 2 */ + PGS_HIDDEN = 0x00000080, /* Added from SDL 2 */ + + PGS_HWACCEL = 0x00000100, + PGS_SRCCOLORKEY = 0x00001000, + PGS_RLEACCELOK = 0x00002000, + PGS_RLEACCEL = 0x00004000, + PGS_SRCALPHA = 0x00010000, + PGS_PREALLOC = 0x01000000 +} PygameSurfaceFlags; + +// TODO Implement check below in a way that does not break CI +/* New buffer protocol (PEP 3118) implemented on all supported Py versions. +#if !defined(Py_TPFLAGS_HAVE_NEWBUFFER) +#error No support for PEP 3118/Py_TPFLAGS_HAVE_NEWBUFFER. Please use a +supported Python version. #endif */ + +#define RAISE(x, y) (PyErr_SetString((x), (y)), NULL) +#define DEL_ATTR_NOT_SUPPORTED_CHECK(name, value) \ + do { \ + if (!value) { \ + PyErr_Format(PyExc_AttributeError, "Cannot delete attribute %s", \ + name); \ + return -1; \ + } \ + } while (0) + +#define DEL_ATTR_NOT_SUPPORTED_CHECK_NO_NAME(value) \ + do { \ + if (!value) { \ + PyErr_SetString(PyExc_AttributeError, "Cannot delete attribute"); \ + return -1; \ + } \ + } while (0) + +/* + * Initialization checks + */ + +#define VIDEO_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_VIDEO)) \ + return RAISE(pgExc_SDLError, "video system not initialized") + +#define JOYSTICK_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_JOYSTICK)) \ + return RAISE(pgExc_SDLError, "joystick system not initialized") + +/* thread check */ +#ifdef WITH_THREAD +#define PG_CHECK_THREADS() (1) +#else /* ~WITH_THREAD */ +#define PG_CHECK_THREADS() \ + (RAISE(PyExc_NotImplementedError, "Python built without thread support")) +#endif /* ~WITH_THREAD */ + +#define PyType_Init(x) (((x).ob_type) = &PyType_Type) + +/* CPython 3.6 had initial and undocumented FASTCALL support, but we play it + * safe by not relying on implementation details */ +#if PY_VERSION_HEX < 0x03070000 + +/* Macro for naming a pygame fastcall wrapper function */ +#define PG_FASTCALL_NAME(func) _##func##_fastcall_wrap + +/* used to forward declare compat functions */ +#define PG_DECLARE_FASTCALL_FUNC(func, self_type) \ + static PyObject *PG_FASTCALL_NAME(func)(self_type * self, PyObject * args) + +/* Using this macro on a function defined with the FASTCALL calling convention + * adds a wrapper definition that uses regular python VARARGS convention. + * Since it is guaranteed that the 'args' object is a tuple, we can directly + * call PySequence_Fast_ITEMS and PyTuple_GET_SIZE on it (which are macros that + * assume the same, and don't do error checking) */ +#define PG_WRAP_FASTCALL_FUNC(func, self_type) \ + PG_DECLARE_FASTCALL_FUNC(func, self_type) \ + { \ + return func(self, (PyObject *const *)PySequence_Fast_ITEMS(args), \ + PyTuple_GET_SIZE(args)); \ + } + +#define PG_FASTCALL METH_VARARGS + +#else /* PY_VERSION_HEX >= 0x03070000 */ +/* compat macros are no-op on python versions that support fastcall */ +#define PG_FASTCALL_NAME(func) func +#define PG_DECLARE_FASTCALL_FUNC(func, self_type) +#define PG_WRAP_FASTCALL_FUNC(func, self_type) + +#define PG_FASTCALL METH_FASTCALL + +#endif /* PY_VERSION_HEX >= 0x03070000 */ + +/* + * event module internals + */ +struct pgEventObject { + PyObject_HEAD int type; + PyObject *dict; +}; + +/* + * surflock module internals + */ +typedef struct { + PyObject_HEAD PyObject *surface; + PyObject *lockobj; + PyObject *weakrefs; +} pgLifetimeLockObject; + +/* + * surface module internals + */ +struct pgSubSurface_Data { + PyObject *owner; + int pixeloffset; + int offsetx, offsety; +}; + +/* + * color module internals + */ +struct pgColorObject { + PyObject_HEAD Uint8 data[4]; + Uint8 len; +}; + +/* + * include public API + */ +#include "include/_pygame.h" + +/* Slot counts. + * Remember to keep these constants up to date. + */ + +#define PYGAMEAPI_RECT_NUMSLOTS 5 +#define PYGAMEAPI_JOYSTICK_NUMSLOTS 2 +#define PYGAMEAPI_DISPLAY_NUMSLOTS 2 +#define PYGAMEAPI_SURFACE_NUMSLOTS 4 +#define PYGAMEAPI_SURFLOCK_NUMSLOTS 8 +#define PYGAMEAPI_RWOBJECT_NUMSLOTS 6 +#define PYGAMEAPI_PIXELARRAY_NUMSLOTS 2 +#define PYGAMEAPI_COLOR_NUMSLOTS 5 +#define PYGAMEAPI_MATH_NUMSLOTS 2 +#define PYGAMEAPI_BASE_NUMSLOTS 27 +#define PYGAMEAPI_EVENT_NUMSLOTS 6 + +#endif /* _PYGAME_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/_surface.h b/yap_lab_3/.venv/include/site/python3.12/pygame/_surface.h new file mode 100644 index 0000000..b2b4644 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/_surface.h @@ -0,0 +1,30 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Marcus von Appen + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef _SURFACE_H +#define _SURFACE_H + +#include "_pygame.h" +#include "surface.h" + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/camera.h b/yap_lab_3/.venv/include/site/python3.12/pygame/camera.h new file mode 100644 index 0000000..f170b7d --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/camera.h @@ -0,0 +1,218 @@ +#ifndef CAMERA_H +#define CAMERA_H +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ + +#include "pygame.h" +#include "pgcompat.h" +#include "doc/camera_doc.h" + +#if defined(__unix__) +#include +#include +#include +#include +#include + +#include /* low-level i/o */ +#include +#include +#include +#include +#include +#include +#include + +/* on freebsd there is no asm/types */ +#ifdef __linux__ +#include /* for videodev2.h */ +#include +#endif + +/* on openbsd and netbsd we need to include videoio.h */ +#if defined(__OpenBSD__) || defined(__NetBSD__) +#include +#endif + +#ifdef __FreeBSD__ +#include +#endif + +#endif /* defined(__unix__) */ + +#if defined(__WIN32__) + +#ifdef __MINGW32__ +#undef WINVER +/** _WIN32_WINNT_WINBLUE sets minimum platform SDK to Windows 8.1. */ +#define WINVER _WIN32_WINNT_WINBLUE +#endif + +#include +#include +#include +#include +#include +#include +#endif + +/* some constants used which are not defined on non-v4l machines. */ +#ifndef V4L2_PIX_FMT_RGB24 +#define V4L2_PIX_FMT_RGB24 'RGB3' +#endif +#ifndef V4L2_PIX_FMT_RGB444 +#define V4L2_PIX_FMT_RGB444 'R444' +#endif +#ifndef V4L2_PIX_FMT_YUYV +#define V4L2_PIX_FMT_YUYV 'YUYV' +#endif +#ifndef V4L2_PIX_FMT_XBGR32 +#define V4L2_PIX_FMT_XBGR32 'XR24' +#endif + +#define CLEAR(x) memset(&(x), 0, sizeof(x)) +#define SAT(c) \ + if (c & (~255)) { \ + if (c < 0) \ + c = 0; \ + else \ + c = 255; \ + } +#define SAT2(c) ((c) & (~255) ? ((c) < 0 ? 0 : 255) : (c)) +#define DEFAULT_WIDTH 640 +#define DEFAULT_HEIGHT 480 +#define RGB_OUT 1 +#define YUV_OUT 2 +#define HSV_OUT 4 +#define CAM_V4L \ + 1 /* deprecated. the incomplete support in pygame was removed */ +#define CAM_V4L2 2 + +struct buffer { + void *start; + size_t length; +}; + +#if defined(__unix__) +typedef struct pgCameraObject { + PyObject_HEAD char *device_name; + int camera_type; + unsigned long pixelformat; + unsigned int color_out; + struct buffer *buffers; + unsigned int n_buffers; + int width; + int height; + int size; + int hflip; + int vflip; + int brightness; + int fd; +} pgCameraObject; +#else +/* generic definition. + */ + +typedef struct pgCameraObject { + PyObject_HEAD char *device_name; + int camera_type; + unsigned long pixelformat; + unsigned int color_out; + struct buffer *buffers; + unsigned int n_buffers; + int width; + int height; + int size; + int hflip; + int vflip; + int brightness; + int fd; +} pgCameraObject; +#endif + +/* internal functions for colorspace conversion */ +void +colorspace(SDL_Surface *src, SDL_Surface *dst, int cspace); +void +rgb24_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +bgr32_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +rgb444_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +rgb_to_yuv(const void *src, void *dst, int length, unsigned long source, + SDL_PixelFormat *format); +void +rgb_to_hsv(const void *src, void *dst, int length, unsigned long source, + SDL_PixelFormat *format); +void +yuyv_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +yuyv_to_yuv(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +uyvy_to_rgb(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +uyvy_to_yuv(const void *src, void *dst, int length, SDL_PixelFormat *format); +void +sbggr8_to_rgb(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); +void +yuv420_to_rgb(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); +void +yuv420_to_yuv(const void *src, void *dst, int width, int height, + SDL_PixelFormat *format); + +#if defined(__unix__) +/* internal functions specific to v4l2 */ +char ** +v4l2_list_cameras(int *num_devices); +int +v4l2_get_control(int fd, int id, int *value); +int +v4l2_set_control(int fd, int id, int value); +PyObject * +v4l2_read_raw(pgCameraObject *self); +int +v4l2_xioctl(int fd, int request, void *arg); +int +v4l2_process_image(pgCameraObject *self, const void *image, int buffer_size, + SDL_Surface *surf); +int +v4l2_query_buffer(pgCameraObject *self); +int +v4l2_read_frame(pgCameraObject *self, SDL_Surface *surf, int *errno_code); +int +v4l2_stop_capturing(pgCameraObject *self); +int +v4l2_start_capturing(pgCameraObject *self); +int +v4l2_uninit_device(pgCameraObject *self); +int +v4l2_init_mmap(pgCameraObject *self); +int +v4l2_init_device(pgCameraObject *self); +int +v4l2_close_device(pgCameraObject *self); +int +v4l2_open_device(pgCameraObject *self); + +#endif + +#endif /* !CAMERA_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/font.h b/yap_lab_3/.venv/include/site/python3.12/pygame/font.h new file mode 100644 index 0000000..f5eedb2 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/font.h @@ -0,0 +1,15 @@ +#ifndef PGFONT_INTERNAL_H +#define PGFONT_INTERNAL_H + +#include + +/* test font initialization */ +#define FONT_INIT_CHECK() \ + if (!(*(int *)PyFONT_C_API[2])) \ + return RAISE(pgExc_SDLError, "font system not initialized") + +#include "include/pygame_font.h" + +#define PYGAMEAPI_FONT_NUMSLOTS 3 + +#endif /* ~PGFONT_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/freetype.h b/yap_lab_3/.venv/include/site/python3.12/pygame/freetype.h new file mode 100644 index 0000000..fd86bc2 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/freetype.h @@ -0,0 +1,114 @@ +/* + pygame - Python Game Library + Copyright (C) 2009 Vicent Marti + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +#ifndef _PYGAME_FREETYPE_INTERNAL_H_ +#define _PYGAME_FREETYPE_INTERNAL_H_ + +#include "pgcompat.h" +#include "pgplatform.h" + +#include +#include FT_FREETYPE_H +#include FT_CACHE_H +#include FT_XFREE86_H +#include FT_TRIGONOMETRY_H + +/********************************************************** + * Global module constants + **********************************************************/ + +/* Render styles */ +#define FT_STYLE_NORMAL 0x00 +#define FT_STYLE_STRONG 0x01 +#define FT_STYLE_OBLIQUE 0x02 +#define FT_STYLE_UNDERLINE 0x04 +#define FT_STYLE_WIDE 0x08 +#define FT_STYLE_DEFAULT 0xFF + +/* Bounding box modes */ +#define FT_BBOX_EXACT FT_GLYPH_BBOX_SUBPIXELS +#define FT_BBOX_EXACT_GRIDFIT FT_GLYPH_BBOX_GRIDFIT +#define FT_BBOX_PIXEL FT_GLYPH_BBOX_TRUNCATE +#define FT_BBOX_PIXEL_GRIDFIT FT_GLYPH_BBOX_PIXELS + +/* Rendering flags */ +#define FT_RFLAG_NONE (0) +#define FT_RFLAG_ANTIALIAS (1 << 0) +#define FT_RFLAG_AUTOHINT (1 << 1) +#define FT_RFLAG_VERTICAL (1 << 2) +#define FT_RFLAG_HINTED (1 << 3) +#define FT_RFLAG_KERNING (1 << 4) +#define FT_RFLAG_TRANSFORM (1 << 5) +#define FT_RFLAG_PAD (1 << 6) +#define FT_RFLAG_ORIGIN (1 << 7) +#define FT_RFLAG_UCS4 (1 << 8) +#define FT_RFLAG_USE_BITMAP_STRIKES (1 << 9) +#define FT_RFLAG_DEFAULTS \ + (FT_RFLAG_HINTED | FT_RFLAG_USE_BITMAP_STRIKES | FT_RFLAG_ANTIALIAS) + +#define FT_RENDER_NEWBYTEARRAY 0x0 +#define FT_RENDER_NEWSURFACE 0x1 +#define FT_RENDER_EXISTINGSURFACE 0x2 + +/********************************************************** + * Global module types + **********************************************************/ + +typedef struct _scale_s { + FT_UInt x, y; +} Scale_t; +typedef FT_Angle Angle_t; + +struct fontinternals_; +struct freetypeinstance_; + +typedef struct { + FT_Long font_index; + FT_Open_Args open_args; +} pgFontId; + +typedef struct { + PyObject_HEAD pgFontId id; + PyObject *path; + int is_scalable; + int is_bg_col_set; + + Scale_t face_size; + FT_Int16 style; + FT_Int16 render_flags; + double strength; + double underline_adjustment; + FT_UInt resolution; + Angle_t rotation; + FT_Matrix transform; + FT_Byte fgcolor[4]; + FT_Byte bgcolor[4]; + + struct freetypeinstance_ *freetype; /* Personal reference */ + struct fontinternals_ *_internals; +} pgFontObject; + +#define pgFont_IS_ALIVE(o) (((pgFontObject *)(o))->_internals != 0) + +/* import public API */ +#include "include/pygame_freetype.h" + +#define PYGAMEAPI_FREETYPE_NUMSLOTS 2 + +#endif /* ~_PYGAME_FREETYPE_INTERNAL_H_ */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/_pygame.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/_pygame.h new file mode 100644 index 0000000..f98f3f5 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/_pygame.h @@ -0,0 +1,949 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef _PYGAME_H +#define _PYGAME_H + +/** This header file includes all the definitions for the + ** base pygame extensions. This header only requires + ** Python includes (and SDL.h for functions that use SDL types). + ** The reason for functions prototyped with #define's is + ** to allow for maximum Python portability. It also uses + ** Python as the runtime linker, which allows for late binding. + '' For more information on this style of development, read + ** the Python docs on this subject. + ** http://www.python.org/doc/current/ext/using-cobjects.html + ** + ** If using this to build your own derived extensions, + ** you'll see that the functions available here are mainly + ** used to help convert between python objects and SDL objects. + ** Since this library doesn't add a lot of functionality to + ** the SDL library, it doesn't need to offer a lot either. + ** + ** When initializing your extension module, you must manually + ** import the modules you want to use. (this is the part about + ** using python as the runtime linker). Each module has its + ** own import_xxx() routine. You need to perform this import + ** after you have initialized your own module, and before + ** you call any routines from that module. Since every module + ** in pygame does this, there are plenty of examples. + ** + ** The base module does include some useful conversion routines + ** that you are free to use in your own extension. + **/ + +#include "pgplatform.h" +#include + +/* version macros (defined since version 1.9.5) */ +#define PG_MAJOR_VERSION 2 +#define PG_MINOR_VERSION 6 +#define PG_PATCH_VERSION 1 +#define PG_VERSIONNUM(MAJOR, MINOR, PATCH) \ + (1000 * (MAJOR) + 100 * (MINOR) + (PATCH)) +#define PG_VERSION_ATLEAST(MAJOR, MINOR, PATCH) \ + (PG_VERSIONNUM(PG_MAJOR_VERSION, PG_MINOR_VERSION, PG_PATCH_VERSION) >= \ + PG_VERSIONNUM(MAJOR, MINOR, PATCH)) + +#include "pgcompat.h" + +/* Flag indicating a pg_buffer; used for assertions within callbacks */ +#ifndef NDEBUG +#define PyBUF_PYGAME 0x4000 +#endif +#define PyBUF_HAS_FLAG(f, F) (((f) & (F)) == (F)) + +/* Array information exchange struct C type; inherits from Py_buffer + * + * Pygame uses its own Py_buffer derived C struct as an internal representation + * of an imported array buffer. The extended Py_buffer allows for a + * per-instance release callback, + */ +typedef void (*pybuffer_releaseproc)(Py_buffer *); + +typedef struct pg_bufferinfo_s { + Py_buffer view; + PyObject *consumer; /* Input: Borrowed reference */ + pybuffer_releaseproc release_buffer; +} pg_buffer; + +#include "pgimport.h" + +/* + * BASE module + */ +#ifndef PYGAMEAPI_BASE_INTERNAL +#define pgExc_SDLError ((PyObject *)PYGAMEAPI_GET_SLOT(base, 0)) + +#define pg_RegisterQuit \ + (*(void (*)(void (*)(void)))PYGAMEAPI_GET_SLOT(base, 1)) + +/** + * \brief Convert number like object *obj* to C int and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_IntFromObj \ + (*(int (*)(PyObject *, int *))PYGAMEAPI_GET_SLOT(base, 2)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* + * to C int and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_IntFromObjIndex \ + (*(int (*)(PyObject *, int, int *))PYGAMEAPI_GET_SLOT(base, 3)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * int and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C integer to store the result. + * \param val2 A pointer to the C integer to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + * \note This function will convert floats to integers. + */ +#define pg_TwoIntsFromObj \ + (*(int (*)(PyObject *, int *, int *))PYGAMEAPI_GET_SLOT(base, 4)) + +/** + * \brief Convert number like object *obj* to C float and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_FloatFromObj \ + (*(int (*)(PyObject *, float *))PYGAMEAPI_GET_SLOT(base, 5)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * float and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_FloatFromObjIndex \ + (*(int (*)(PyObject *, int, float *))PYGAMEAPI_GET_SLOT(base, 6)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * float and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C float to store the result. + * \param val2 A pointer to the C float to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_TwoFloatsFromObj \ + (*(int (*)(PyObject *, float *, float *))PYGAMEAPI_GET_SLOT(base, 7)) + +/** + * \brief Convert number like object *obj* to C Uint32 and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C int to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_UintFromObj \ + (*(int (*)(PyObject *, Uint32 *))PYGAMEAPI_GET_SLOT(base, 8)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * Uint32 and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C int to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_UintFromObjIndex \ + (*(int (*)(PyObject *, int, Uint32 *))PYGAMEAPI_GET_SLOT(base, 9)) + +/** + * \brief Initialize all of the pygame modules. + * \returns 1 on success, 0 on failure with PyErr set. + */ +#define pg_mod_autoinit (*(int (*)(const char *))PYGAMEAPI_GET_SLOT(base, 10)) + +/** + * \brief Quit all of the pygame modules. + */ +#define pg_mod_autoquit (*(void (*)(const char *))PYGAMEAPI_GET_SLOT(base, 11)) + +/** + * \brief Convert the color represented by object *obj* into a red, green, + * blue, alpha length 4 C array *RGBA*. + * + * The object must be a length 3 or 4 sequence of numbers having values between + * 0 and 255 inclusive. For a length 3 sequence an alpha value of 255 is + * assumed. + * + * \param obj The Python object to convert. + * \param RGBA A pointer to the C array to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_RGBAFromObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(base, 12)) + +/** + * \brief Given a Py_buffer, return a python dictionary representing the array + * interface. + * + * \param view_p A pointer to the Py_buffer to convert to a dictionary. + * + * \returns A Python dictionary representing the array interface of the object. + */ +#define pgBuffer_AsArrayInterface \ + (*(PyObject * (*)(Py_buffer *)) PYGAMEAPI_GET_SLOT(base, 13)) + +/** + * \brief Given a Py_buffer, return a python capsule representing the array + * interface. + * + * \param view_p A pointer to the Py_buffer to convert to a capsule. + * + * \returns A Python capsule representing the array interface of the object. + */ +#define pgBuffer_AsArrayStruct \ + (*(PyObject * (*)(Py_buffer *)) PYGAMEAPI_GET_SLOT(base, 14)) + +/** + * \brief Get a buffer object from a given Python object. + * + * \param obj The Python object to get the buffer from. + * \param pg_view_p A pointer to a pg_buffer struct to store the buffer in. + * \param flags The desired buffer access mode. + * + * \returns 0 on success, -1 on failure. + * + * \note This function attempts to get a buffer object from a given Python + * object. If the object supports the buffer protocol, it will be used to + * create the buffer. If not, it will try to get an array interface or + * dictionary representation of the object and use that to create the buffer. + * If none of these methods work, it will raise a ValueError. + * + */ +#define pgObject_GetBuffer \ + (*(int (*)(PyObject *, pg_buffer *, int))PYGAMEAPI_GET_SLOT(base, 15)) + +/** + * \brief Release a pg_buffer object. + * + * \param pg_view_p The pg_buffer object to release. + * + * \note This function releases a pg_buffer object. + * \note some calls to this function expect this function to not clear + * previously set errors. + */ +#define pgBuffer_Release (*(void (*)(pg_buffer *))PYGAMEAPI_GET_SLOT(base, 16)) + +/** + * \brief Write the array interface dictionary buffer description *dict* into a + * Pygame buffer description struct *pg_view_p*. + * + * \param pg_view_p The Pygame buffer description struct to write into. + * \param dict The array interface dictionary to read from. + * \param flags The PyBUF flags describing the view type requested. + * + * \returns 0 on success, or -1 on failure. + */ +#define pgDict_AsBuffer \ + (*(int (*)(pg_buffer *, PyObject *, int))PYGAMEAPI_GET_SLOT(base, 17)) + +#define pgExc_BufferError ((PyObject *)PYGAMEAPI_GET_SLOT(base, 18)) + +/** + * \brief Get the default SDL window created by a pygame.display.set_mode() + * call, or *NULL*. + * + * \return The default window, or *NULL* if no window has been created. + */ +#define pg_GetDefaultWindow \ + (*(SDL_Window * (*)(void)) PYGAMEAPI_GET_SLOT(base, 19)) + +/** + * \brief Set the default SDL window created by a pygame.display.set_mode() + * call. The previous window, if any, is destroyed. Argument *win* may be + * *NULL*. This function is called by pygame.display.set_mode(). + * + * \param win The new default window. May be NULL. + */ +#define pg_SetDefaultWindow \ + (*(void (*)(SDL_Window *))PYGAMEAPI_GET_SLOT(base, 20)) + +/** + * \brief Return a borrowed reference to the Pygame default window display + * surface, or *NULL* if no default window is open. + * + * \return The default renderer, or *NULL* if no renderer has been created. + */ +#define pg_GetDefaultWindowSurface \ + (*(pgSurfaceObject * (*)(void)) PYGAMEAPI_GET_SLOT(base, 21)) + +/** + * \brief Set the Pygame default window display surface. The previous + * surface, if any, is destroyed. Argument *screen* may be *NULL*. This + * function is called by pygame.display.set_mode(). + * + * \param screen The new default window display surface. May be NULL. + */ +#define pg_SetDefaultWindowSurface \ + (*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(base, 22)) + +/** + * \returns NULL if the environment variable PYGAME_BLEND_ALPHA_SDL2 is not + * set, otherwise returns a pointer to the environment variable. + */ +#define pg_EnvShouldBlendAlphaSDL2 \ + (*(char *(*)(void))PYGAMEAPI_GET_SLOT(base, 23)) + +/** + * \brief Convert number like object *obj* to C double and in *val*. + * + * \param obj The Python object to convert. + * \param val A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_DoubleFromObj \ + (*(int (*)(PyObject *, double *))PYGAMEAPI_GET_SLOT(base, 24)) + +/** + * \brief Convert number like object at position *i* in sequence *obj* to C + * double and place in argument *val*. + * + * \param obj The Python object to convert. + * \param i The index of the object to convert. + * \param val A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + * + * \note This function will clear any Python errors. + */ +#define pg_DoubleFromObjIndex \ + (*(int (*)(PyObject *, int, double *))PYGAMEAPI_GET_SLOT(base, 25)) + +/** + * \brief Convert the two number like objects in length 2 sequence *obj* to C + * double and place in arguments *val1* and *val2*. + * + * \param obj The Python two element sequence object to convert. + * \param val A pointer to the C double to store the result. + * \param val2 A pointer to the C double to store the result. + * \returns 1 if the conversion was successful, 0 otherwise. + */ +#define pg_TwoDoublesFromObj \ + (*(int (*)(PyObject *, double *, double *))PYGAMEAPI_GET_SLOT(base, 26)) + +#define import_pygame_base() IMPORT_PYGAME_MODULE(base) +#endif /* ~PYGAMEAPI_BASE_INTERNAL */ + +typedef struct { + /** + * \brief The SDL rect wrapped by this object. + */ + PyObject_HEAD SDL_Rect r; + /** + * \brief A list of weak references to this rect. + */ + PyObject *weakreflist; +} pgRectObject; + +/** + * \brief Convert a pgRectObject to an SDL_Rect. + * + * \param obj A pgRectObject instance. + * \returns the SDL_Rect field of *obj*, a pgRect_Type instance. + * + * \note SDL_Rect pgRect_AsRect(PyObject *obj) + */ +#define pgRect_AsRect(x) (((pgRectObject *)x)->r) + +#ifndef PYGAMEAPI_RECT_INTERNAL + +/** + * \brief The Pygame rectangle object type pygame.Rect. + */ +#define pgRect_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(rect, 0)) + +/** + * \brief Check if *obj* is a `pygame.Rect` instance. + * + * \returns true if *obj* is a `pygame.Rect` instance + */ +#define pgRect_Check(obj) ((obj)->ob_type == &pgRect_Type) + +/** + * \brief Create a new `pygame.Rect` instance. + * + * \param r A pointer to an SDL_Rect struct. + * \returns a new `pygame.Rect` object for the SDL_Rect *r*. + * Returns *NULL* on error. + * + * \note PyObject* pgRect_New(SDL_Rect *r) + */ +#define pgRect_New (*(PyObject * (*)(SDL_Rect *)) PYGAMEAPI_GET_SLOT(rect, 1)) + +/** + * \brief Create a new `pygame.Rect` instance from x, y, w, h. + * + * \param x The x coordinate of the rectangle. + * \param y The y coordinate of the rectangle. + * \param w The width of the rectangle. + * \param h The height of the rectangle. + * \returns a new `pygame.Rect` object. Returns *NULL* on error. + * + * \note PyObject* pgRect_New4(int x, int y, int w, int h) + */ +#define pgRect_New4 \ + (*(PyObject * (*)(int, int, int, int)) PYGAMEAPI_GET_SLOT(rect, 2)) + +/** + * \brief Convert a Python object to a `pygame.Rect` instance. + * + * \param obj A Python object. + * A rectangle can be a length 4 sequence integers (x, y, w, h), or a length 2 + * sequence of position (x, y) and size (w, h), or a length 1 tuple containing + * a rectangle representation, or have a method *rect* that returns a + * rectangle. + * + * \param temp A pointer to an SDL_Rect struct to store the result in. + * \returns a pointer to the SDL_Rect field of the `pygame.Rect` instance + * *obj*. Returns *NULL* on error. + * + * \note This function will clear any Python errors. + * \note SDL_Rect* pgRect_FromObject(PyObject *obj, SDL_Rect *temp) + */ +#define pgRect_FromObject \ + (*(SDL_Rect * (*)(PyObject *, SDL_Rect *)) PYGAMEAPI_GET_SLOT(rect, 3)) + +/** + * \brief Normalize a `pygame.Rect` instance. A rect with a negative size + * (negative width and/or height) will be adjusted to have a positive size. + * + * \param rect A pointer to a `pygame.Rect` instance. + * \returns *rect* normalized with positive values only. + * + * \note void pgRect_Normalize(SDL_Rect *rect) + */ +#define pgRect_Normalize (*(void (*)(SDL_Rect *))PYGAMEAPI_GET_SLOT(rect, 4)) + +#define import_pygame_rect() IMPORT_PYGAME_MODULE(rect) +#endif /* ~PYGAMEAPI_RECT_INTERNAL */ + +/* + * JOYSTICK module + */ +typedef struct pgJoystickObject { + PyObject_HEAD int id; + SDL_Joystick *joy; + + /* Joysticks form an intrusive linked list. + * + * Note that we don't maintain refcounts for these so they are weakrefs + * from the Python side. + */ + struct pgJoystickObject *next; + struct pgJoystickObject *prev; +} pgJoystickObject; + +#define pgJoystick_AsID(x) (((pgJoystickObject *)x)->id) +#define pgJoystick_AsSDL(x) (((pgJoystickObject *)x)->joy) + +#ifndef PYGAMEAPI_JOYSTICK_INTERNAL +#define pgJoystick_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(joystick, 0)) + +#define pgJoystick_Check(x) ((x)->ob_type == &pgJoystick_Type) +#define pgJoystick_New (*(PyObject * (*)(int)) PYGAMEAPI_GET_SLOT(joystick, 1)) + +#define import_pygame_joystick() IMPORT_PYGAME_MODULE(joystick) +#endif + +/* + * DISPLAY module + */ + +typedef struct { + Uint32 hw_available : 1; + Uint32 wm_available : 1; + Uint32 blit_hw : 1; + Uint32 blit_hw_CC : 1; + Uint32 blit_hw_A : 1; + Uint32 blit_sw : 1; + Uint32 blit_sw_CC : 1; + Uint32 blit_sw_A : 1; + Uint32 blit_fill : 1; + Uint32 video_mem; + SDL_PixelFormat *vfmt; + SDL_PixelFormat vfmt_data; + int current_w; + int current_h; +} pg_VideoInfo; + +/** + * A pygame object that wraps an SDL_VideoInfo struct. + * The object returned by `pygame.display.Info()` + */ +typedef struct { + PyObject_HEAD pg_VideoInfo info; +} pgVidInfoObject; + +/** + * \brief Convert a pgVidInfoObject to an SDL_VideoInfo. + * + * \note SDL_VideoInfo pgVidInfo_AsVidInfo(PyObject *obj) + * + * \returns the SDL_VideoInfo field of *obj*, a pgVidInfo_Type instance. + * \param obj A pgVidInfo_Type instance. + * + * \note Does not check that *obj* is not `NULL` or an `pgVidInfoObject` + * object. + */ +#define pgVidInfo_AsVidInfo(x) (((pgVidInfoObject *)x)->info) + +#ifndef PYGAMEAPI_DISPLAY_INTERNAL +/** + * \brief The pgVidInfoObject object Python type. + * \note pgVideoInfo_Type is used for the `pygame.display.Info()` object. + */ +#define pgVidInfo_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(display, 0)) + +/** + * \brief Check if *obj* is a pgVidInfoObject. + * + * \returns true if *x* is a `pgVidInfo_Type` instance + * \note Will return false if *x* is a subclass of `pgVidInfo_Type`. + * \note This macro does not check that *x* is not ``NULL``. + * \note int pgVidInfo_Check(PyObject *x) + */ +#define pgVidInfo_Check(x) ((x)->ob_type == &pgVidInfo_Type) + +/** + * \brief Create a new pgVidInfoObject. + * + * \param i A pointer to an SDL_VideoInfo struct. + * \returns a new `pgVidInfoObject` object for the SDL_VideoInfo *i*. + * + * \note PyObject* pgVidInfo_New(SDL_VideoInfo *i) + * \note On failure, raise a Python exception and return `NULL`. + */ +#define pgVidInfo_New \ + (*(PyObject * (*)(pg_VideoInfo *)) PYGAMEAPI_GET_SLOT(display, 1)) + +#define import_pygame_display() IMPORT_PYGAME_MODULE(display) +#endif /* ~PYGAMEAPI_DISPLAY_INTERNAL */ + +/* + * SURFACE module + */ +struct pgSubSurface_Data; +struct SDL_Surface; + +/** + * \brief A pygame object that wraps an SDL_Surface. A `pygame.Surface` + * instance. + */ +typedef struct { + PyObject_HEAD struct SDL_Surface *surf; + /** + * \brief If true, the surface will be freed when the python object is + * destroyed. + */ + int owner; + /** + * \brief The subsurface data for this surface (if a subsurface). + */ + struct pgSubSurface_Data *subsurface; + /** + * \brief A list of weak references to this surface. + */ + PyObject *weakreflist; + /** + * \brief A list of locks for this surface. + */ + PyObject *locklist; + /** + * \brief Usually a buffer object which the surface gets its data from. + */ + PyObject *dependency; +} pgSurfaceObject; + +/** + * \brief Convert a `pygame.Surface` instance to an SDL_Surface. + * + * \param x A `pygame.Surface` instance. + * \returns the SDL_Surface field of *x*, a `pygame.Surface` instance. + * + * \note SDL_Surface* pgSurface_AsSurface(PyObject *x) + */ +#define pgSurface_AsSurface(x) (((pgSurfaceObject *)x)->surf) + +#ifndef PYGAMEAPI_SURFACE_INTERNAL +/** + * \brief The `pygame.Surface` object Python type. + */ +#define pgSurface_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(surface, 0)) + +/** + * \brief Check if *x* is a `pygame.Surface` instance. + * + * \param x The object to check. + * \returns true if *x* is a `pygame.Surface` instance + * + * \note Will return false if *x* is a subclass of `pygame.Surface`. + * \note This macro does not check that *x* is not ``NULL``. + * \note int pgSurface_Check(PyObject *x) + */ +#define pgSurface_Check(x) \ + (PyObject_IsInstance((x), (PyObject *)&pgSurface_Type)) + +/** + * \brief Create a new `pygame.Surface` instance. + * + * \param s The SDL surface to wrap in a python object. + * \param owner If true, the surface will be freed when the python object is + * destroyed. \returns A new new pygame surface instance for SDL surface *s*. + * Returns *NULL* on error. + * + * \note pgSurfaceObject* pgSurface_New2(SDL_Surface *s, int owner) + */ +#define pgSurface_New2 \ + (*(pgSurfaceObject * (*)(SDL_Surface *, int)) \ + PYGAMEAPI_GET_SLOT(surface, 1)) + +/** + * \brief Sets the SDL surface for a `pygame.Surface` instance. + * + * \param self The `pygame.Surface` instance to set the surface for. + * \param s The SDL surface to set. + * \param owner If true, the surface will be freed when the python object is + * destroyed. \returns 0 on success, -1 on failure. + * + * \note int pgSurface_SetSurface(pgSurfaceObject *self, SDL_Surface *s, int + * owner) + */ +#define pgSurface_SetSurface \ + (*(int (*)(pgSurfaceObject *, SDL_Surface *, int))PYGAMEAPI_GET_SLOT( \ + surface, 3)) + +/** + * \brief Blit one surface onto another. + * + * \param dstobj The destination surface. + * \param srcobj The source surface. + * \param dstrect The destination rectangle. + * \param srcrect The source rectangle. + * \param the_args The blit flags. + * \return 0 for success, -1 or -2 for error. + * + * \note Is accessible through the C api. + * \note int pgSurface_Blit(PyObject *dstobj, PyObject *srcobj, SDL_Rect + * *dstrect, SDL_Rect *srcrect, int the_args) + */ +#define pgSurface_Blit \ + (*(int (*)(pgSurfaceObject *, pgSurfaceObject *, SDL_Rect *, SDL_Rect *, \ + int))PYGAMEAPI_GET_SLOT(surface, 2)) + +#define import_pygame_surface() \ + do { \ + IMPORT_PYGAME_MODULE(surface); \ + if (PyErr_Occurred() != NULL) \ + break; \ + IMPORT_PYGAME_MODULE(surflock); \ + } while (0) + +#define pgSurface_New(surface) pgSurface_New2((surface), 1) +#define pgSurface_NewNoOwn(surface) pgSurface_New2((surface), 0) + +#endif /* ~PYGAMEAPI_SURFACE_INTERNAL */ + +/* + * SURFLOCK module + * auto imported/initialized by surface + */ +#ifndef PYGAMEAPI_SURFLOCK_INTERNAL +#define pgLifetimeLock_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(surflock, 0)) + +#define pgLifetimeLock_Check(x) ((x)->ob_type == &pgLifetimeLock_Type) + +#define pgSurface_Prep(x) \ + if ((x)->subsurface) \ + (*(*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 1)))(x) + +#define pgSurface_Unprep(x) \ + if ((x)->subsurface) \ + (*(*(void (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 2)))(x) + +#define pgSurface_Lock \ + (*(int (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 3)) + +#define pgSurface_Unlock \ + (*(int (*)(pgSurfaceObject *))PYGAMEAPI_GET_SLOT(surflock, 4)) + +#define pgSurface_LockBy \ + (*(int (*)(pgSurfaceObject *, PyObject *))PYGAMEAPI_GET_SLOT(surflock, 5)) + +#define pgSurface_UnlockBy \ + (*(int (*)(pgSurfaceObject *, PyObject *))PYGAMEAPI_GET_SLOT(surflock, 6)) + +#define pgSurface_LockLifetime \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(surflock, 7)) +#endif + +/* + * EVENT module + */ +typedef struct pgEventObject pgEventObject; + +#ifndef PYGAMEAPI_EVENT_INTERNAL +#define pgEvent_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(event, 0)) + +#define pgEvent_Check(x) ((x)->ob_type == &pgEvent_Type) + +#define pgEvent_New \ + (*(PyObject * (*)(SDL_Event *)) PYGAMEAPI_GET_SLOT(event, 1)) + +#define pgEvent_New2 \ + (*(PyObject * (*)(int, PyObject *)) PYGAMEAPI_GET_SLOT(event, 2)) + +#define pgEvent_FillUserEvent \ + (*(int (*)(pgEventObject *, SDL_Event *))PYGAMEAPI_GET_SLOT(event, 3)) + +#define pg_EnableKeyRepeat (*(int (*)(int, int))PYGAMEAPI_GET_SLOT(event, 4)) + +#define pg_GetKeyRepeat (*(void (*)(int *, int *))PYGAMEAPI_GET_SLOT(event, 5)) + +#define import_pygame_event() IMPORT_PYGAME_MODULE(event) +#endif + +/* + * RWOBJECT module + * the rwobject are only needed for C side work, not accessible from python. + */ +#ifndef PYGAMEAPI_RWOBJECT_INTERNAL +#define pgRWops_FromObject \ + (*(SDL_RWops * (*)(PyObject *, char **)) PYGAMEAPI_GET_SLOT(rwobject, 0)) + +#define pgRWops_IsFileObject \ + (*(int (*)(SDL_RWops *))PYGAMEAPI_GET_SLOT(rwobject, 1)) + +#define pg_EncodeFilePath \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(rwobject, 2)) + +#define pg_EncodeString \ + (*(PyObject * (*)(PyObject *, const char *, const char *, PyObject *)) \ + PYGAMEAPI_GET_SLOT(rwobject, 3)) + +#define pgRWops_FromFileObject \ + (*(SDL_RWops * (*)(PyObject *)) PYGAMEAPI_GET_SLOT(rwobject, 4)) + +#define pgRWops_ReleaseObject \ + (*(int (*)(SDL_RWops *))PYGAMEAPI_GET_SLOT(rwobject, 5)) + +#define import_pygame_rwobject() IMPORT_PYGAME_MODULE(rwobject) + +#endif + +/* + * PixelArray module + */ +#ifndef PYGAMEAPI_PIXELARRAY_INTERNAL +#define PyPixelArray_Type ((PyTypeObject *)PYGAMEAPI_GET_SLOT(pixelarray, 0)) + +#define PyPixelArray_Check(x) ((x)->ob_type == &PyPixelArray_Type) +#define PyPixelArray_New (*(PyObject * (*)) PYGAMEAPI_GET_SLOT(pixelarray, 1)) + +#define import_pygame_pixelarray() IMPORT_PYGAME_MODULE(pixelarray) +#endif /* PYGAMEAPI_PIXELARRAY_INTERNAL */ + +/* + * Color module + */ +typedef struct pgColorObject pgColorObject; + +#ifndef PYGAMEAPI_COLOR_INTERNAL +#define pgColor_Type (*(PyObject *)PYGAMEAPI_GET_SLOT(color, 0)) + +#define pgColor_Check(x) ((x)->ob_type == &pgColor_Type) +#define pgColor_New (*(PyObject * (*)(Uint8 *)) PYGAMEAPI_GET_SLOT(color, 1)) + +#define pgColor_NewLength \ + (*(PyObject * (*)(Uint8 *, Uint8)) PYGAMEAPI_GET_SLOT(color, 3)) + +#define pg_RGBAFromColorObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(color, 2)) + +#define pg_RGBAFromFuzzyColorObj \ + (*(int (*)(PyObject *, Uint8 *))PYGAMEAPI_GET_SLOT(color, 4)) + +#define pgColor_AsArray(x) (((pgColorObject *)x)->data) +#define pgColor_NumComponents(x) (((pgColorObject *)x)->len) + +#define import_pygame_color() IMPORT_PYGAME_MODULE(color) +#endif /* PYGAMEAPI_COLOR_INTERNAL */ + +/* + * Math module + */ +#ifndef PYGAMEAPI_MATH_INTERNAL +#define pgVector2_Check(x) \ + ((x)->ob_type == (PyTypeObject *)PYGAMEAPI_GET_SLOT(math, 0)) + +#define pgVector3_Check(x) \ + ((x)->ob_type == (PyTypeObject *)PYGAMEAPI_GET_SLOT(math, 1)) +/* +#define pgVector2_New \ + (*(PyObject*(*)) \ + PYGAMEAPI_GET_SLOT(PyGAME_C_API, 1)) +*/ +#define import_pygame_math() IMPORT_PYGAME_MODULE(math) +#endif /* PYGAMEAPI_MATH_INTERNAL */ + +#define IMPORT_PYGAME_MODULE _IMPORT_PYGAME_MODULE + +/* + * base pygame API slots + * disable slots with NO_PYGAME_C_API + */ +#ifdef PYGAME_H +PYGAMEAPI_DEFINE_SLOTS(base); +PYGAMEAPI_DEFINE_SLOTS(rect); +PYGAMEAPI_DEFINE_SLOTS(cdrom); +PYGAMEAPI_DEFINE_SLOTS(joystick); +PYGAMEAPI_DEFINE_SLOTS(display); +PYGAMEAPI_DEFINE_SLOTS(surface); +PYGAMEAPI_DEFINE_SLOTS(surflock); +PYGAMEAPI_DEFINE_SLOTS(event); +PYGAMEAPI_DEFINE_SLOTS(rwobject); +PYGAMEAPI_DEFINE_SLOTS(pixelarray); +PYGAMEAPI_DEFINE_SLOTS(color); +PYGAMEAPI_DEFINE_SLOTS(math); +#else /* ~PYGAME_H */ +PYGAMEAPI_EXTERN_SLOTS(base); +PYGAMEAPI_EXTERN_SLOTS(rect); +PYGAMEAPI_EXTERN_SLOTS(cdrom); +PYGAMEAPI_EXTERN_SLOTS(joystick); +PYGAMEAPI_EXTERN_SLOTS(display); +PYGAMEAPI_EXTERN_SLOTS(surface); +PYGAMEAPI_EXTERN_SLOTS(surflock); +PYGAMEAPI_EXTERN_SLOTS(event); +PYGAMEAPI_EXTERN_SLOTS(rwobject); +PYGAMEAPI_EXTERN_SLOTS(pixelarray); +PYGAMEAPI_EXTERN_SLOTS(color); +PYGAMEAPI_EXTERN_SLOTS(math); +#endif /* ~PYGAME_H */ + +#endif /* PYGAME_H */ + +/* Use the end of this file for other cross module inline utility + * functions There seems to be no good reason to stick to macro only + * functions in Python 3. + */ + +static PG_INLINE PyObject * +pg_tuple_couple_from_values_int(int val1, int val2) +{ + /* This function turns two input integers into a python tuple object. + * Currently, 5th November 2022, this is faster than using Py_BuildValue + * to do the same thing. + */ + PyObject *tup = PyTuple_New(2); + if (!tup) { + return NULL; + } + + PyObject *tmp = PyLong_FromLong(val1); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 0, tmp); + + tmp = PyLong_FromLong(val2); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 1, tmp); + + return tup; +} + +static PG_INLINE PyObject * +pg_tuple_triple_from_values_int(int val1, int val2, int val3) +{ + /* This function turns three input integers into a python tuple object. + * Currently, 5th November 2022, this is faster than using Py_BuildValue + * to do the same thing. + */ + PyObject *tup = PyTuple_New(3); + if (!tup) { + return NULL; + } + + PyObject *tmp = PyLong_FromLong(val1); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 0, tmp); + + tmp = PyLong_FromLong(val2); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 1, tmp); + + tmp = PyLong_FromLong(val3); + if (!tmp) { + Py_DECREF(tup); + return NULL; + } + PyTuple_SET_ITEM(tup, 2, tmp); + + return tup; +} diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/bitmask.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/bitmask.h new file mode 100644 index 0000000..eee09b7 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/bitmask.h @@ -0,0 +1,171 @@ +/* + Bitmask 1.7 - A pixel-perfect collision detection library. + + Copyright (C) 2002-2005 Ulf Ekstrom except for the bitcount + function which is copyright (C) Donald W. Gillies, 1992. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ +#ifndef BITMASK_H +#define BITMASK_H + +#ifdef __cplusplus +extern "C" { +#endif + +#include +/* Define INLINE for different compilers. If your compiler does not + support inlining then there might be a performance hit in + bitmask_overlap_area(). +*/ +#ifndef INLINE +#ifdef __GNUC__ +#define INLINE inline +#else +#ifdef _MSC_VER +#define INLINE __inline +#else +#define INLINE +#endif +#endif +#endif + +#define BITMASK_W unsigned long int +#define BITMASK_W_LEN (sizeof(BITMASK_W) * CHAR_BIT) +#define BITMASK_W_MASK (BITMASK_W_LEN - 1) +#define BITMASK_N(n) ((BITMASK_W)1 << (n)) + +typedef struct bitmask { + int w, h; + BITMASK_W bits[1]; +} bitmask_t; + +/* Creates a bitmask of width w and height h, where + w and h must both be greater than or equal to 0. + The mask is automatically cleared when created. + */ +bitmask_t * +bitmask_create(int w, int h); + +/* Frees all the memory allocated by bitmask_create for m. */ +void +bitmask_free(bitmask_t *m); + +/* Create a copy of the given bitmask. */ +bitmask_t * +bitmask_copy(bitmask_t *m); + +/* Clears all bits in the mask */ +void +bitmask_clear(bitmask_t *m); + +/* Sets all bits in the mask */ +void +bitmask_fill(bitmask_t *m); + +/* Flips all bits in the mask */ +void +bitmask_invert(bitmask_t *m); + +/* Counts the bits in the mask */ +unsigned int +bitmask_count(bitmask_t *m); + +/* Returns nonzero if the bit at (x,y) is set. Coordinates start at + (0,0) */ +static INLINE int +bitmask_getbit(const bitmask_t *m, int x, int y) +{ + return (m->bits[x / BITMASK_W_LEN * m->h + y] & + BITMASK_N(x & BITMASK_W_MASK)) != 0; +} + +/* Sets the bit at (x,y) */ +static INLINE void +bitmask_setbit(bitmask_t *m, int x, int y) +{ + m->bits[x / BITMASK_W_LEN * m->h + y] |= BITMASK_N(x & BITMASK_W_MASK); +} + +/* Clears the bit at (x,y) */ +static INLINE void +bitmask_clearbit(bitmask_t *m, int x, int y) +{ + m->bits[x / BITMASK_W_LEN * m->h + y] &= ~BITMASK_N(x & BITMASK_W_MASK); +} + +/* Returns nonzero if the masks overlap with the given offset. + The overlap tests uses the following offsets (which may be negative): + + +----+----------.. + |A | yoffset + | +-+----------.. + +--|B + |xoffset + | | + : : +*/ +int +bitmask_overlap(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset); + +/* Like bitmask_overlap(), but will also give a point of intersection. + x and y are given in the coordinates of mask a, and are untouched + if there is no overlap. */ +int +bitmask_overlap_pos(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset, int *x, int *y); + +/* Returns the number of overlapping 'pixels' */ +int +bitmask_overlap_area(const bitmask_t *a, const bitmask_t *b, int xoffset, + int yoffset); + +/* Fills a mask with the overlap of two other masks. A bitwise AND. */ +void +bitmask_overlap_mask(const bitmask_t *a, const bitmask_t *b, bitmask_t *c, + int xoffset, int yoffset); + +/* Draws mask b onto mask a (bitwise OR). Can be used to compose large + (game background?) mask from several submasks, which may speed up + the testing. */ + +void +bitmask_draw(bitmask_t *a, const bitmask_t *b, int xoffset, int yoffset); + +void +bitmask_erase(bitmask_t *a, const bitmask_t *b, int xoffset, int yoffset); + +/* Return a new scaled bitmask, with dimensions w*h. The quality of the + scaling may not be perfect for all circumstances, but it should + be reasonable. If either w or h is 0 a clear 1x1 mask is returned. */ +bitmask_t * +bitmask_scale(const bitmask_t *m, int w, int h); + +/* Convolve b into a, drawing the output into o, shifted by offset. If offset + * is 0, then the (x,y) bit will be set if and only if + * bitmask_overlap(a, b, x - b->w - 1, y - b->h - 1) returns true. + * + * Modifies bits o[xoffset ... xoffset + a->w + b->w - 1) + * [yoffset ... yoffset + a->h + b->h - 1). */ +void +bitmask_convolve(const bitmask_t *a, const bitmask_t *b, bitmask_t *o, + int xoffset, int yoffset); + +#ifdef __cplusplus +} /* End of extern "C" { */ +#endif + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgcompat.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgcompat.h new file mode 100644 index 0000000..3c09099 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgcompat.h @@ -0,0 +1,102 @@ +#if !defined(PGCOMPAT_H) +#define PGCOMPAT_H + +#include + +/* In CPython, Py_Exit finalises the python interpreter before calling C exit() + * This does not exist on PyPy, so use exit() directly here */ +#ifdef PYPY_VERSION +#define PG_EXIT(n) exit(n) +#else +#define PG_EXIT(n) Py_Exit(n) +#endif + +/* define common types where SDL is not included */ +#ifndef SDL_VERSION_ATLEAST +#ifdef _MSC_VER +typedef unsigned __int8 uint8_t; +typedef unsigned __int32 uint32_t; +#else +#include +#endif +typedef uint32_t Uint32; +typedef uint8_t Uint8; +#endif /* no SDL */ + +#if defined(SDL_VERSION_ATLEAST) + +#ifndef SDL_WINDOW_VULKAN +#define SDL_WINDOW_VULKAN 0 +#endif + +#ifndef SDL_WINDOW_ALWAYS_ON_TOP +#define SDL_WINDOW_ALWAYS_ON_TOP 0 +#endif + +#ifndef SDL_WINDOW_SKIP_TASKBAR +#define SDL_WINDOW_SKIP_TASKBAR 0 +#endif + +#ifndef SDL_WINDOW_UTILITY +#define SDL_WINDOW_UTILITY 0 +#endif + +#ifndef SDL_WINDOW_TOOLTIP +#define SDL_WINDOW_TOOLTIP 0 +#endif + +#ifndef SDL_WINDOW_POPUP_MENU +#define SDL_WINDOW_POPUP_MENU 0 +#endif + +#ifndef SDL_WINDOW_INPUT_GRABBED +#define SDL_WINDOW_INPUT_GRABBED 0 +#endif + +#ifndef SDL_WINDOW_INPUT_FOCUS +#define SDL_WINDOW_INPUT_FOCUS 0 +#endif + +#ifndef SDL_WINDOW_MOUSE_FOCUS +#define SDL_WINDOW_MOUSE_FOCUS 0 +#endif + +#ifndef SDL_WINDOW_FOREIGN +#define SDL_WINDOW_FOREIGN 0 +#endif + +#ifndef SDL_WINDOW_ALLOW_HIGHDPI +#define SDL_WINDOW_ALLOW_HIGHDPI 0 +#endif + +#ifndef SDL_WINDOW_MOUSE_CAPTURE +#define SDL_WINDOW_MOUSE_CAPTURE 0 +#endif + +#ifndef SDL_WINDOW_ALWAYS_ON_TOP +#define SDL_WINDOW_ALWAYS_ON_TOP 0 +#endif + +#ifndef SDL_WINDOW_SKIP_TASKBAR +#define SDL_WINDOW_SKIP_TASKBAR 0 +#endif + +#ifndef SDL_WINDOW_UTILITY +#define SDL_WINDOW_UTILITY 0 +#endif + +#ifndef SDL_WINDOW_TOOLTIP +#define SDL_WINDOW_TOOLTIP 0 +#endif + +#ifndef SDL_WINDOW_POPUP_MENU +#define SDL_WINDOW_POPUP_MENU 0 +#endif + +#ifndef SDL_MOUSEWHEEL_FLIPPED +#define NO_SDL_MOUSEWHEEL_FLIPPED +#endif + +#endif /* defined(SDL_VERSION_ATLEAST) */ + +#endif /* ~defined(PGCOMPAT_H) */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgimport.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgimport.h new file mode 100644 index 0000000..2c2e8cf --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgimport.h @@ -0,0 +1,67 @@ +#ifndef PGIMPORT_H +#define PGIMPORT_H + +/* Prefix when importing module */ +#define IMPPREFIX "pygame." + +#include "pgcompat.h" + +#define PYGAMEAPI_LOCAL_ENTRY "_PYGAME_C_API" +#define PG_CAPSULE_NAME(m) (IMPPREFIX m "." PYGAMEAPI_LOCAL_ENTRY) + +/* + * fill API slots defined by PYGAMEAPI_DEFINE_SLOTS/PYGAMEAPI_EXTERN_SLOTS + */ +#define _IMPORT_PYGAME_MODULE(module) \ + { \ + PyObject *_mod_##module = PyImport_ImportModule(IMPPREFIX #module); \ + \ + if (_mod_##module != NULL) { \ + PyObject *_c_api = \ + PyObject_GetAttrString(_mod_##module, PYGAMEAPI_LOCAL_ENTRY); \ + \ + Py_DECREF(_mod_##module); \ + if (_c_api != NULL && PyCapsule_CheckExact(_c_api)) { \ + void **localptr = (void **)PyCapsule_GetPointer( \ + _c_api, PG_CAPSULE_NAME(#module)); \ + _PGSLOTS_##module = localptr; \ + } \ + Py_XDECREF(_c_api); \ + } \ + } + +#define PYGAMEAPI_IS_IMPORTED(module) (_PGSLOTS_##module != NULL) + +/* + * source file must include one of these in order to use _IMPORT_PYGAME_MODULE. + * this is set by import_pygame_*() functions. + * disable with NO_PYGAME_C_API + */ +#define PYGAMEAPI_DEFINE_SLOTS(module) void **_PGSLOTS_##module = NULL +#define PYGAMEAPI_EXTERN_SLOTS(module) extern void **_PGSLOTS_##module +#define PYGAMEAPI_GET_SLOT(module, index) _PGSLOTS_##module[(index)] + +/* + * disabled API with NO_PYGAME_C_API; do nothing instead + */ +#ifdef NO_PYGAME_C_API + +#undef PYGAMEAPI_DEFINE_SLOTS +#undef PYGAMEAPI_EXTERN_SLOTS + +#define PYGAMEAPI_DEFINE_SLOTS(module) +#define PYGAMEAPI_EXTERN_SLOTS(module) + +/* intentionally leave this defined to cause a compiler error * +#define PYGAMEAPI_GET_SLOT(api_root, index) +#undef PYGAMEAPI_GET_SLOT*/ + +#undef _IMPORT_PYGAME_MODULE +#define _IMPORT_PYGAME_MODULE(module) + +#endif /* NO_PYGAME_C_API */ + +#define encapsulate_api(ptr, module) \ + PyCapsule_New(ptr, PG_CAPSULE_NAME(module), NULL) + +#endif /* ~PGIMPORT_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgplatform.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgplatform.h new file mode 100644 index 0000000..9465dc5 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pgplatform.h @@ -0,0 +1,83 @@ +/* platform/compiler adjustments */ +#ifndef PG_PLATFORM_H +#define PG_PLATFORM_H + +#if defined(HAVE_SNPRINTF) /* defined in python.h (pyerrors.h) and SDL.h \ + (SDL_config.h) */ +#undef HAVE_SNPRINTF /* remove GCC redefine warning */ +#endif /* HAVE_SNPRINTF */ + +#ifndef PG_INLINE +#if defined(__clang__) +#define PG_INLINE __inline__ __attribute__((__unused__)) +#elif defined(__GNUC__) +#define PG_INLINE __inline__ +#elif defined(_MSC_VER) +#define PG_INLINE __inline +#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#define PG_INLINE inline +#else +#define PG_INLINE +#endif +#endif /* ~PG_INLINE */ + +// Worth trying this on MSVC/win32 builds to see if provides any speed up +#ifndef PG_FORCEINLINE +#if defined(__clang__) +#define PG_FORCEINLINE __inline__ __attribute__((__unused__)) +#elif defined(__GNUC__) +#define PG_FORCEINLINE __inline__ +#elif defined(_MSC_VER) +#define PG_FORCEINLINE __forceinline +#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L +#define PG_FORCEINLINE inline +#else +#define PG_FORCEINLINE +#endif +#endif /* ~PG_FORCEINLINE */ + +/* This is unconditionally defined in Python.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#if defined(HAVE_SNPRINTF) +#undef HAVE_SNPRINTF +#endif + +/* SDL needs WIN32 */ +#if !defined(WIN32) && \ + (defined(MS_WIN32) || defined(_WIN32) || defined(__WIN32) || \ + defined(__WIN32__) || defined(_WINDOWS)) +#define WIN32 +#endif + +#ifndef PG_TARGET_SSE4_2 +#if defined(__clang__) || \ + (defined(__GNUC__) && \ + ((__GNUC__ == 4 && __GNUC_MINOR__ >= 9) || __GNUC__ >= 5)) +// The old gcc 4.8 on centos used by manylinux1 does not seem to get sse4.2 +// intrinsics +#define PG_FUNCTION_TARGET_SSE4_2 __attribute__((target("sse4.2"))) +// No else; we define the fallback later +#endif +#endif /* ~PG_TARGET_SSE4_2 */ + +#ifdef PG_FUNCTION_TARGET_SSE4_2 +#if !defined(__SSE4_2__) && !defined(PG_COMPILE_SSE4_2) +#if defined(__x86_64__) || defined(__i386__) +#define PG_COMPILE_SSE4_2 1 +#endif +#endif +#endif /* ~PG_TARGET_SSE4_2 */ + +/* Fallback definition of target attribute */ +#ifndef PG_FUNCTION_TARGET_SSE4_2 +#define PG_FUNCTION_TARGET_SSE4_2 +#endif + +#ifndef PG_COMPILE_SSE4_2 +#define PG_COMPILE_SSE4_2 0 +#endif + +#endif /* ~PG_PLATFORM_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame.h new file mode 100644 index 0000000..3772ae6 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame.h @@ -0,0 +1,34 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* To allow the Pygame C api to be globally shared by all code within an + * extension module built from multiple C files, only include the pygame.h + * header within the top level C file, the one which calls the + * 'import_pygame_*' macros. All other C source files of the module should + * include _pygame.h instead. + */ +#ifndef PYGAME_H +#define PYGAME_H + +#include "_pygame.h" + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_bufferproxy.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_bufferproxy.h new file mode 100644 index 0000000..9284ff2 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_bufferproxy.h @@ -0,0 +1,56 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Rene Dudfield, Richard Goedeken + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* Bufferproxy module C api. */ +#if !defined(PG_BUFPROXY_HEADER) +#define PG_BUFPROXY_HEADER + +#include + +typedef PyObject *(*_pgbufproxy_new_t)(PyObject *, getbufferproc); +typedef PyObject *(*_pgbufproxy_get_obj_t)(PyObject *); +typedef int (*_pgbufproxy_trip_t)(PyObject *); + +#ifndef PYGAMEAPI_BUFPROXY_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(bufferproxy); + +#define pgBufproxy_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(bufferproxy, 0)) + +#define pgBufproxy_Check(x) ((x)->ob_type == &pgBufproxy_Type) + +#define pgBufproxy_New (*(_pgbufproxy_new_t)PYGAMEAPI_GET_SLOT(bufferproxy, 1)) + +#define pgBufproxy_GetParent \ + (*(_pgbufproxy_get_obj_t)PYGAMEAPI_GET_SLOT(bufferproxy, 2)) + +#define pgBufproxy_Trip \ + (*(_pgbufproxy_trip_t)PYGAMEAPI_GET_SLOT(bufferproxy, 3)) + +#define import_pygame_bufferproxy() _IMPORT_PYGAME_MODULE(bufferproxy) + +#endif /* ~PYGAMEAPI_BUFPROXY_INTERNAL */ + +#endif /* ~defined(PG_BUFPROXY_HEADER) */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_font.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_font.h new file mode 100644 index 0000000..aae41bf --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_font.h @@ -0,0 +1,50 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#include +#include "pgplatform.h" + +struct TTF_Font; + +typedef struct { + PyObject_HEAD TTF_Font *font; + PyObject *weakreflist; + unsigned int ttf_init_generation; +} PyFontObject; +#define PyFont_AsFont(x) (((PyFontObject *)x)->font) + +#ifndef PYGAMEAPI_FONT_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(font); + +#define PyFont_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(font, 0)) +#define PyFont_Check(x) ((x)->ob_type == &PyFont_Type) + +#define PyFont_New (*(PyObject * (*)(TTF_Font *)) PYGAMEAPI_GET_SLOT(font, 1)) + +/*slot 2 taken by FONT_INIT_CHECK*/ + +#define import_pygame_font() _IMPORT_PYGAME_MODULE(font) + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_freetype.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_freetype.h new file mode 100644 index 0000000..90172cc --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_freetype.h @@ -0,0 +1,42 @@ +/* + pygame - Python Game Library + Copyright (C) 2009 Vicent Marti + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +*/ +#ifndef PYGAME_FREETYPE_H_ +#define PYGAME_FREETYPE_H_ + +#include "pgplatform.h" +#include "pgimport.h" +#include "pgcompat.h" + +#ifndef PYGAME_FREETYPE_INTERNAL + +PYGAMEAPI_DEFINE_SLOTS(_freetype); + +#define pgFont_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(_freetype, 0)) + +#define pgFont_Check(x) ((x)->ob_type == &pgFont_Type) + +#define pgFont_New \ + (*(PyObject * (*)(const char *, long)) PYGAMEAPI_GET_SLOT(_freetype, 1)) + +#define import_pygame_freetype() _IMPORT_PYGAME_MODULE(_freetype) + +#endif /* PYGAME_FREETYPE_INTERNAL */ + +#endif /* PYGAME_FREETYPE_H_ */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mask.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mask.h new file mode 100644 index 0000000..8dd8f17 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mask.h @@ -0,0 +1,45 @@ +/* + pygame - Python Game Library + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef PGMASK_H +#define PGMASK_H + +#include +#include "bitmask.h" + +typedef struct { + PyObject_HEAD bitmask_t *mask; + void *bufdata; +} pgMaskObject; + +#define pgMask_AsBitmap(x) (((pgMaskObject *)x)->mask) + +#ifndef PYGAMEAPI_MASK_INTERNAL + +#include "pgimport.h" + +PYGAMEAPI_DEFINE_SLOTS(mask); + +#define pgMask_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mask, 0)) +#define pgMask_Check(x) ((x)->ob_type == &pgMask_Type) + +#define import_pygame_mask() _IMPORT_PYGAME_MODULE(mask) + +#endif /* ~PYGAMEAPI_MASK_INTERNAL */ + +#endif /* ~PGMASK_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mixer.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mixer.h new file mode 100644 index 0000000..e19d273 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/pygame_mixer.h @@ -0,0 +1,71 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef PGMIXER_H +#define PGMIXER_H + +#include +#include + +#include "pgcompat.h" + +struct Mix_Chunk; + +typedef struct { + PyObject_HEAD Mix_Chunk *chunk; + Uint8 *mem; + PyObject *weakreflist; +} pgSoundObject; + +typedef struct { + PyObject_HEAD int chan; +} pgChannelObject; + +#define pgSound_AsChunk(x) (((pgSoundObject *)x)->chunk) +#define pgChannel_AsInt(x) (((pgChannelObject *)x)->chan) + +#include "pgimport.h" + +#ifndef PYGAMEAPI_MIXER_INTERNAL + +PYGAMEAPI_DEFINE_SLOTS(mixer); + +#define pgSound_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mixer, 0)) + +#define pgSound_Check(x) ((x)->ob_type == &pgSound_Type) + +#define pgSound_New \ + (*(PyObject * (*)(Mix_Chunk *)) PYGAMEAPI_GET_SLOT(mixer, 1)) + +#define pgSound_Play \ + (*(PyObject * (*)(PyObject *, PyObject *)) PYGAMEAPI_GET_SLOT(mixer, 2)) + +#define pgChannel_Type (*(PyTypeObject *)PYGAMEAPI_GET_SLOT(mixer, 3)) +#define pgChannel_Check(x) ((x)->ob_type == &pgChannel_Type) + +#define pgChannel_New (*(PyObject * (*)(int)) PYGAMEAPI_GET_SLOT(mixer, 4)) + +#define import_pygame_mixer() _IMPORT_PYGAME_MODULE(mixer) + +#endif /* PYGAMEAPI_MIXER_INTERNAL */ + +#endif /* ~PGMIXER_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/include/sse2neon.h b/yap_lab_3/.venv/include/site/python3.12/pygame/include/sse2neon.h new file mode 100644 index 0000000..a3e3ac0 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/include/sse2neon.h @@ -0,0 +1,6203 @@ +#ifndef SSE2NEON_H +#define SSE2NEON_H + +// This header file provides a simple API translation layer +// between SSE intrinsics to their corresponding Arm/Aarch64 NEON versions +// +// This header file does not yet translate all of the SSE intrinsics. +// +// Contributors to this work are: +// John W. Ratcliff +// Brandon Rowlett +// Ken Fast +// Eric van Beurden +// Alexander Potylitsin +// Hasindu Gamaarachchi +// Jim Huang +// Mark Cheng +// Malcolm James MacLeod +// Devin Hussey (easyaspi314) +// Sebastian Pop +// Developer Ecosystem Engineering +// Danila Kutenin +// François Turban (JishinMaster) +// Pei-Hsuan Hung +// Yang-Hao Yuan + +/* + * sse2neon is freely redistributable under the MIT License. + * + * 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. + */ + +/* Tunable configurations */ + +/* Enable precise implementation of _mm_min_ps and _mm_max_ps + * This would slow down the computation a bit, but gives consistent result with + * x86 SSE2. (e.g. would solve a hole or NaN pixel in the rendering result) + */ +#ifndef SSE2NEON_PRECISE_MINMAX +#define SSE2NEON_PRECISE_MINMAX (0) +#endif + +#if defined(__GNUC__) || defined(__clang__) +#pragma push_macro("FORCE_INLINE") +#pragma push_macro("ALIGN_STRUCT") +#define FORCE_INLINE static inline __attribute__((always_inline)) +#define ALIGN_STRUCT(x) __attribute__((aligned(x))) +#else +#error "Macro name collisions may happen with unsupported compiler." +#ifdef FORCE_INLINE +#undef FORCE_INLINE +#endif +#define FORCE_INLINE static inline +#ifndef ALIGN_STRUCT +#define ALIGN_STRUCT(x) __declspec(align(x)) +#endif +#endif + +#include +#include + +// These cause the build to fail on raspberry pi with 'unsupported target' +// and don't seem to do anything particularly useful +///* Architecture-specific build options */ +///* FIXME: #pragma GCC push_options is only available on GCC */ +//#if defined(__GNUC__) +//#if defined(__arm__) && __ARM_ARCH == 7 +///* According to ARM C Language Extensions Architecture specification, +// * __ARM_NEON is defined to a value indicating the Advanced SIMD (NEON) +// * architecture supported. +// */ +//#if !defined(__ARM_NEON) || !defined(__ARM_NEON__) +//#error "You must enable NEON instructions (e.g. -mfpu=neon) to use SSE2NEON." +//#endif +//#pragma GCC push_options +//#pragma GCC target("fpu=neon") +//#elif defined(__aarch64__) +//#pragma GCC push_options +//#pragma GCC target("+simd") +//#else +//#error "Unsupported target. Must be either ARMv7-A+NEON or ARMv8-A." +//#endif +//#endif + +#include + +/* Rounding functions require either Aarch64 instructions or libm failback */ +#if !defined(__aarch64__) +#include +#endif + +/* "__has_builtin" can be used to query support for built-in functions + * provided by gcc/clang and other compilers that support it. + */ +#ifndef __has_builtin /* GCC prior to 10 or non-clang compilers */ +/* Compatibility with gcc <= 9 */ +#if __GNUC__ <= 9 +#define __has_builtin(x) HAS##x +#define HAS__builtin_popcount 1 +#define HAS__builtin_popcountll 1 +#else +#define __has_builtin(x) 0 +#endif +#endif + +/** + * MACRO for shuffle parameter for _mm_shuffle_ps(). + * Argument fp3 is a digit[0123] that represents the fp from argument "b" + * of mm_shuffle_ps that will be placed in fp3 of result. fp2 is the same + * for fp2 in result. fp1 is a digit[0123] that represents the fp from + * argument "a" of mm_shuffle_ps that will be places in fp1 of result. + * fp0 is the same for fp0 of result. + */ +#define _MM_SHUFFLE(fp3, fp2, fp1, fp0) \ + (((fp3) << 6) | ((fp2) << 4) | ((fp1) << 2) | ((fp0))) + +/* Rounding mode macros. */ +#define _MM_FROUND_TO_NEAREST_INT 0x00 +#define _MM_FROUND_TO_NEG_INF 0x01 +#define _MM_FROUND_TO_POS_INF 0x02 +#define _MM_FROUND_TO_ZERO 0x03 +#define _MM_FROUND_CUR_DIRECTION 0x04 +#define _MM_FROUND_NO_EXC 0x08 + +/* indicate immediate constant argument in a given range */ +#define __constrange(a, b) const + +/* A few intrinsics accept traditional data types like ints or floats, but + * most operate on data types that are specific to SSE. + * If a vector type ends in d, it contains doubles, and if it does not have + * a suffix, it contains floats. An integer vector type can contain any type + * of integer, from chars to shorts to unsigned long longs. + */ +typedef int64x1_t __m64; +typedef float32x4_t __m128; /* 128-bit vector containing 4 floats */ +// On ARM 32-bit architecture, the float64x2_t is not supported. +// The data type __m128d should be represented in a different way for related +// intrinsic conversion. +#if defined(__aarch64__) +typedef float64x2_t __m128d; /* 128-bit vector containing 2 doubles */ +#else +typedef float32x4_t __m128d; +#endif +typedef int64x2_t __m128i; /* 128-bit vector containing integers */ + +/* type-safe casting between types */ + +#define vreinterpretq_m128_f16(x) vreinterpretq_f32_f16(x) +#define vreinterpretq_m128_f32(x) (x) +#define vreinterpretq_m128_f64(x) vreinterpretq_f32_f64(x) + +#define vreinterpretq_m128_u8(x) vreinterpretq_f32_u8(x) +#define vreinterpretq_m128_u16(x) vreinterpretq_f32_u16(x) +#define vreinterpretq_m128_u32(x) vreinterpretq_f32_u32(x) +#define vreinterpretq_m128_u64(x) vreinterpretq_f32_u64(x) + +#define vreinterpretq_m128_s8(x) vreinterpretq_f32_s8(x) +#define vreinterpretq_m128_s16(x) vreinterpretq_f32_s16(x) +#define vreinterpretq_m128_s32(x) vreinterpretq_f32_s32(x) +#define vreinterpretq_m128_s64(x) vreinterpretq_f32_s64(x) + +#define vreinterpretq_f16_m128(x) vreinterpretq_f16_f32(x) +#define vreinterpretq_f32_m128(x) (x) +#define vreinterpretq_f64_m128(x) vreinterpretq_f64_f32(x) + +#define vreinterpretq_u8_m128(x) vreinterpretq_u8_f32(x) +#define vreinterpretq_u16_m128(x) vreinterpretq_u16_f32(x) +#define vreinterpretq_u32_m128(x) vreinterpretq_u32_f32(x) +#define vreinterpretq_u64_m128(x) vreinterpretq_u64_f32(x) + +#define vreinterpretq_s8_m128(x) vreinterpretq_s8_f32(x) +#define vreinterpretq_s16_m128(x) vreinterpretq_s16_f32(x) +#define vreinterpretq_s32_m128(x) vreinterpretq_s32_f32(x) +#define vreinterpretq_s64_m128(x) vreinterpretq_s64_f32(x) + +#define vreinterpretq_m128i_s8(x) vreinterpretq_s64_s8(x) +#define vreinterpretq_m128i_s16(x) vreinterpretq_s64_s16(x) +#define vreinterpretq_m128i_s32(x) vreinterpretq_s64_s32(x) +#define vreinterpretq_m128i_s64(x) (x) + +#define vreinterpretq_m128i_u8(x) vreinterpretq_s64_u8(x) +#define vreinterpretq_m128i_u16(x) vreinterpretq_s64_u16(x) +#define vreinterpretq_m128i_u32(x) vreinterpretq_s64_u32(x) +#define vreinterpretq_m128i_u64(x) vreinterpretq_s64_u64(x) + +#define vreinterpretq_s8_m128i(x) vreinterpretq_s8_s64(x) +#define vreinterpretq_s16_m128i(x) vreinterpretq_s16_s64(x) +#define vreinterpretq_s32_m128i(x) vreinterpretq_s32_s64(x) +#define vreinterpretq_s64_m128i(x) (x) + +#define vreinterpretq_u8_m128i(x) vreinterpretq_u8_s64(x) +#define vreinterpretq_u16_m128i(x) vreinterpretq_u16_s64(x) +#define vreinterpretq_u32_m128i(x) vreinterpretq_u32_s64(x) +#define vreinterpretq_u64_m128i(x) vreinterpretq_u64_s64(x) + +#define vreinterpret_m64_s8(x) vreinterpret_s64_s8(x) +#define vreinterpret_m64_s16(x) vreinterpret_s64_s16(x) +#define vreinterpret_m64_s32(x) vreinterpret_s64_s32(x) +#define vreinterpret_m64_s64(x) (x) + +#define vreinterpret_m64_u8(x) vreinterpret_s64_u8(x) +#define vreinterpret_m64_u16(x) vreinterpret_s64_u16(x) +#define vreinterpret_m64_u32(x) vreinterpret_s64_u32(x) +#define vreinterpret_m64_u64(x) vreinterpret_s64_u64(x) + +#define vreinterpret_m64_f16(x) vreinterpret_s64_f16(x) +#define vreinterpret_m64_f32(x) vreinterpret_s64_f32(x) +#define vreinterpret_m64_f64(x) vreinterpret_s64_f64(x) + +#define vreinterpret_u8_m64(x) vreinterpret_u8_s64(x) +#define vreinterpret_u16_m64(x) vreinterpret_u16_s64(x) +#define vreinterpret_u32_m64(x) vreinterpret_u32_s64(x) +#define vreinterpret_u64_m64(x) vreinterpret_u64_s64(x) + +#define vreinterpret_s8_m64(x) vreinterpret_s8_s64(x) +#define vreinterpret_s16_m64(x) vreinterpret_s16_s64(x) +#define vreinterpret_s32_m64(x) vreinterpret_s32_s64(x) +#define vreinterpret_s64_m64(x) (x) + +#define vreinterpret_f32_m64(x) vreinterpret_f32_s64(x) + +#if defined(__aarch64__) +#define vreinterpretq_m128d_s32(x) vreinterpretq_f64_s32(x) +#define vreinterpretq_m128d_s64(x) vreinterpretq_f64_s64(x) + +#define vreinterpretq_m128d_f64(x) (x) + +#define vreinterpretq_s64_m128d(x) vreinterpretq_s64_f64(x) + +#define vreinterpretq_f64_m128d(x) (x) +#else +#define vreinterpretq_m128d_s32(x) vreinterpretq_f32_s32(x) +#define vreinterpretq_m128d_s64(x) vreinterpretq_f32_s64(x) + +#define vreinterpretq_m128d_f32(x) (x) + +#define vreinterpretq_s64_m128d(x) vreinterpretq_s64_f32(x) + +#define vreinterpretq_f32_m128d(x) (x) +#endif + +// A struct is defined in this header file called 'SIMDVec' which can be used +// by applications which attempt to access the contents of an _m128 struct +// directly. It is important to note that accessing the __m128 struct directly +// is bad coding practice by Microsoft: @see: +// https://msdn.microsoft.com/en-us/library/ayeb3ayc.aspx +// +// However, some legacy source code may try to access the contents of an __m128 +// struct directly so the developer can use the SIMDVec as an alias for it. Any +// casting must be done manually by the developer, as you cannot cast or +// otherwise alias the base NEON data type for intrinsic operations. +// +// union intended to allow direct access to an __m128 variable using the names +// that the MSVC compiler provides. This union should really only be used when +// trying to access the members of the vector as integer values. GCC/clang +// allow native access to the float members through a simple array access +// operator (in C since 4.6, in C++ since 4.8). +// +// Ideally direct accesses to SIMD vectors should not be used since it can cause +// a performance hit. If it really is needed however, the original __m128 +// variable can be aliased with a pointer to this union and used to access +// individual components. The use of this union should be hidden behind a macro +// that is used throughout the codebase to access the members instead of always +// declaring this type of variable. +typedef union ALIGN_STRUCT(16) SIMDVec { + float m128_f32[4]; // as floats - DON'T USE. Added for convenience. + int8_t m128_i8[16]; // as signed 8-bit integers. + int16_t m128_i16[8]; // as signed 16-bit integers. + int32_t m128_i32[4]; // as signed 32-bit integers. + int64_t m128_i64[2]; // as signed 64-bit integers. + uint8_t m128_u8[16]; // as unsigned 8-bit integers. + uint16_t m128_u16[8]; // as unsigned 16-bit integers. + uint32_t m128_u32[4]; // as unsigned 32-bit integers. + uint64_t m128_u64[2]; // as unsigned 64-bit integers. +} SIMDVec; + +// casting using SIMDVec +#define vreinterpretq_nth_u64_m128i(x, n) (((SIMDVec *) &x)->m128_u64[n]) +#define vreinterpretq_nth_u32_m128i(x, n) (((SIMDVec *) &x)->m128_u32[n]) +#define vreinterpretq_nth_u8_m128i(x, n) (((SIMDVec *) &x)->m128_u8[n]) + +/* Backwards compatibility for compilers with lack of specific type support */ + +// Older gcc does not define vld1q_u8_x4 type +#if defined(__GNUC__) && !defined(__clang__) +#if __GNUC__ <= 9 +FORCE_INLINE uint8x16x4_t vld1q_u8_x4(const uint8_t *p) +{ + uint8x16x4_t ret; + ret.val[0] = vld1q_u8(p + 0); + ret.val[1] = vld1q_u8(p + 16); + ret.val[2] = vld1q_u8(p + 32); + ret.val[3] = vld1q_u8(p + 48); + return ret; +} +#endif +#endif + +/* Function Naming Conventions + * The naming convention of SSE intrinsics is straightforward. A generic SSE + * intrinsic function is given as follows: + * _mm__ + * + * The parts of this format are given as follows: + * 1. describes the operation performed by the intrinsic + * 2. identifies the data type of the function's primary arguments + * + * This last part, , is a little complicated. It identifies the + * content of the input values, and can be set to any of the following values: + * + ps - vectors contain floats (ps stands for packed single-precision) + * + pd - vectors cantain doubles (pd stands for packed double-precision) + * + epi8/epi16/epi32/epi64 - vectors contain 8-bit/16-bit/32-bit/64-bit + * signed integers + * + epu8/epu16/epu32/epu64 - vectors contain 8-bit/16-bit/32-bit/64-bit + * unsigned integers + * + si128 - unspecified 128-bit vector or 256-bit vector + * + m128/m128i/m128d - identifies input vector types when they are different + * than the type of the returned vector + * + * For example, _mm_setzero_ps. The _mm implies that the function returns + * a 128-bit vector. The _ps at the end implies that the argument vectors + * contain floats. + * + * A complete example: Byte Shuffle - pshufb (_mm_shuffle_epi8) + * // Set packed 16-bit integers. 128 bits, 8 short, per 16 bits + * __m128i v_in = _mm_setr_epi16(1, 2, 3, 4, 5, 6, 7, 8); + * // Set packed 8-bit integers + * // 128 bits, 16 chars, per 8 bits + * __m128i v_perm = _mm_setr_epi8(1, 0, 2, 3, 8, 9, 10, 11, + * 4, 5, 12, 13, 6, 7, 14, 15); + * // Shuffle packed 8-bit integers + * __m128i v_out = _mm_shuffle_epi8(v_in, v_perm); // pshufb + * + * Data (Number, Binary, Byte Index): + +------+------+-------------+------+------+-------------+ + | 1 | 2 | 3 | 4 | Number + +------+------+------+------+------+------+------+------+ + | 0000 | 0001 | 0000 | 0010 | 0000 | 0011 | 0000 | 0100 | Binary + +------+------+------+------+------+------+------+------+ + | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | Index + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 5 | 6 | 7 | 8 | Number + +------+------+------+------+------+------+------+------+ + | 0000 | 0101 | 0000 | 0110 | 0000 | 0111 | 0000 | 1000 | Binary + +------+------+------+------+------+------+------+------+ + | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | Index + +------+------+------+------+------+------+------+------+ + * Index (Byte Index): + +------+------+------+------+------+------+------+------+ + | 1 | 0 | 2 | 3 | 8 | 9 | 10 | 11 | + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 4 | 5 | 12 | 13 | 6 | 7 | 14 | 15 | + +------+------+------+------+------+------+------+------+ + * Result: + +------+------+------+------+------+------+------+------+ + | 1 | 0 | 2 | 3 | 8 | 9 | 10 | 11 | Index + +------+------+------+------+------+------+------+------+ + | 0001 | 0000 | 0000 | 0010 | 0000 | 0101 | 0000 | 0110 | Binary + +------+------+------+------+------+------+------+------+ + | 256 | 2 | 5 | 6 | Number + +------+------+------+------+------+------+------+------+ + + +------+------+------+------+------+------+------+------+ + | 4 | 5 | 12 | 13 | 6 | 7 | 14 | 15 | Index + +------+------+------+------+------+------+------+------+ + | 0000 | 0011 | 0000 | 0111 | 0000 | 0100 | 0000 | 1000 | Binary + +------+------+------+------+------+------+------+------+ + | 3 | 7 | 4 | 8 | Number + +------+------+------+------+------+------+-------------+ + */ + +/* Set/get methods */ + +/* Constants for use with _mm_prefetch. */ +enum _mm_hint { + _MM_HINT_NTA = 0, /* load data to L1 and L2 cache, mark it as NTA */ + _MM_HINT_T0 = 1, /* load data to L1 and L2 cache */ + _MM_HINT_T1 = 2, /* load data to L2 cache only */ + _MM_HINT_T2 = 3, /* load data to L2 cache only, mark it as NTA */ + _MM_HINT_ENTA = 4, /* exclusive version of _MM_HINT_NTA */ + _MM_HINT_ET0 = 5, /* exclusive version of _MM_HINT_T0 */ + _MM_HINT_ET1 = 6, /* exclusive version of _MM_HINT_T1 */ + _MM_HINT_ET2 = 7 /* exclusive version of _MM_HINT_T2 */ +}; + +// Loads one cache line of data from address p to a location closer to the +// processor. https://msdn.microsoft.com/en-us/library/84szxsww(v=vs.100).aspx +FORCE_INLINE void _mm_prefetch(const void *p, int i) +{ + (void) i; + __builtin_prefetch(p); +} + +// Copy the lower single-precision (32-bit) floating-point element of a to dst. +// +// dst[31:0] := a[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_f32 +FORCE_INLINE float _mm_cvtss_f32(__m128 a) +{ + return vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_si32 +#define _mm_cvtss_si32(a) _mm_cvt_ss2si(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 64-bit integer, and store the result in dst. +// +// dst[63:0] := Convert_FP32_To_Int64(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtss_si64 +FORCE_INLINE int _mm_cvtss_si64(__m128 a) +{ +#if defined(__aarch64__) + return vgetq_lane_s64( + vreinterpretq_s64_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a))), 0); +#else + float32_t data = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t diff = data - floor(data); + if (diff > 0.5) + return (int64_t) ceil(data); + if (diff == 0.5) { + int64_t f = (int64_t) floor(data); + int64_t c = (int64_t) ceil(data); + return c & 1 ? f : c; + } + return (int64_t) floor(data); +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers with truncation, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32_Truncate(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtt_ps2pi +FORCE_INLINE __m64 _mm_cvtt_ps2pi(__m128 a) +{ + return vreinterpret_m64_s32( + vget_low_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer with truncation, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtt_ss2si +FORCE_INLINE int _mm_cvtt_ss2si(__m128 a) +{ + return vgetq_lane_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)), 0); +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers with truncation, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32_Truncate(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttps_pi32 +#define _mm_cvttps_pi32(a) _mm_cvtt_ps2pi(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer with truncation, and store the result in dst. +// +// dst[31:0] := Convert_FP32_To_Int32_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttss_si32 +#define _mm_cvttss_si32(a) _mm_cvtt_ss2si(a) + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP32_To_Int64_Truncate(a[31:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttss_si64 +FORCE_INLINE int64_t _mm_cvttss_si64(__m128 a) +{ + return vgetq_lane_s64( + vmovl_s32(vget_low_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a)))), 0); +} + +// Sets the 128-bit value to zero +// https://msdn.microsoft.com/en-us/library/vstudio/ys7dw0kh(v=vs.100).aspx +FORCE_INLINE __m128i _mm_setzero_si128(void) +{ + return vreinterpretq_m128i_s32(vdupq_n_s32(0)); +} + +// Clears the four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/tk1t2tbz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_setzero_ps(void) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(0)); +} + +// Return vector of type __m128d with all elements set to zero. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setzero_pd +FORCE_INLINE __m128d _mm_setzero_pd(void) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vdupq_n_f64(0)); +#else + return vreinterpretq_m128d_f32(vdupq_n_f32(0)); +#endif +} + +// Sets the four single-precision, floating-point values to w. +// +// r0 := r1 := r2 := r3 := w +// +// https://msdn.microsoft.com/en-us/library/vstudio/2x1se8ha(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set1_ps(float _w) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(_w)); +} + +// Sets the four single-precision, floating-point values to w. +// https://msdn.microsoft.com/en-us/library/vstudio/2x1se8ha(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set_ps1(float _w) +{ + return vreinterpretq_m128_f32(vdupq_n_f32(_w)); +} + +// Sets the four single-precision, floating-point values to the four inputs. +// https://msdn.microsoft.com/en-us/library/vstudio/afh0zf75(v=vs.100).aspx +FORCE_INLINE __m128 _mm_set_ps(float w, float z, float y, float x) +{ + float ALIGN_STRUCT(16) data[4] = {x, y, z, w}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Copy single-precision (32-bit) floating-point element a to the lower element +// of dst, and zero the upper 3 elements. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set_ss +FORCE_INLINE __m128 _mm_set_ss(float a) +{ + float ALIGN_STRUCT(16) data[4] = {a, 0, 0, 0}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Sets the four single-precision, floating-point values to the four inputs in +// reverse order. +// https://msdn.microsoft.com/en-us/library/vstudio/d2172ct3(v=vs.100).aspx +FORCE_INLINE __m128 _mm_setr_ps(float w, float z, float y, float x) +{ + float ALIGN_STRUCT(16) data[4] = {w, z, y, x}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +} + +// Sets the 8 signed 16-bit integer values in reverse order. +// +// Return Value +// r0 := w0 +// r1 := w1 +// ... +// r7 := w7 +FORCE_INLINE __m128i _mm_setr_epi16(short w0, + short w1, + short w2, + short w3, + short w4, + short w5, + short w6, + short w7) +{ + int16_t ALIGN_STRUCT(16) data[8] = {w0, w1, w2, w3, w4, w5, w6, w7}; + return vreinterpretq_m128i_s16(vld1q_s16((int16_t *) data)); +} + +// Sets the 4 signed 32-bit integer values in reverse order +// https://technet.microsoft.com/en-us/library/security/27yb3ee5(v=vs.90).aspx +FORCE_INLINE __m128i _mm_setr_epi32(int i3, int i2, int i1, int i0) +{ + int32_t ALIGN_STRUCT(16) data[4] = {i3, i2, i1, i0}; + return vreinterpretq_m128i_s32(vld1q_s32(data)); +} + +// Set packed 64-bit integers in dst with the supplied values in reverse order. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_setr_epi64 +FORCE_INLINE __m128i _mm_setr_epi64(__m64 e1, __m64 e0) +{ + return vreinterpretq_m128i_s64(vcombine_s64(e1, e0)); +} + +// Sets the 16 signed 8-bit integer values to b. +// +// r0 := b +// r1 := b +// ... +// r15 := b +// +// https://msdn.microsoft.com/en-us/library/6e14xhyf(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set1_epi8(signed char w) +{ + return vreinterpretq_m128i_s8(vdupq_n_s8(w)); +} + +// Sets the 8 signed 16-bit integer values to w. +// +// r0 := w +// r1 := w +// ... +// r7 := w +// +// https://msdn.microsoft.com/en-us/library/k0ya3x0e(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set1_epi16(short w) +{ + return vreinterpretq_m128i_s16(vdupq_n_s16(w)); +} + +// Sets the 16 signed 8-bit integer values. +// https://msdn.microsoft.com/en-us/library/x0cx8zd3(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set_epi8(signed char b15, + signed char b14, + signed char b13, + signed char b12, + signed char b11, + signed char b10, + signed char b9, + signed char b8, + signed char b7, + signed char b6, + signed char b5, + signed char b4, + signed char b3, + signed char b2, + signed char b1, + signed char b0) +{ + int8_t ALIGN_STRUCT(16) + data[16] = {(int8_t) b0, (int8_t) b1, (int8_t) b2, (int8_t) b3, + (int8_t) b4, (int8_t) b5, (int8_t) b6, (int8_t) b7, + (int8_t) b8, (int8_t) b9, (int8_t) b10, (int8_t) b11, + (int8_t) b12, (int8_t) b13, (int8_t) b14, (int8_t) b15}; + return (__m128i) vld1q_s8(data); +} + +// Sets the 8 signed 16-bit integer values. +// https://msdn.microsoft.com/en-au/library/3e0fek84(v=vs.90).aspx +FORCE_INLINE __m128i _mm_set_epi16(short i7, + short i6, + short i5, + short i4, + short i3, + short i2, + short i1, + short i0) +{ + int16_t ALIGN_STRUCT(16) data[8] = {i0, i1, i2, i3, i4, i5, i6, i7}; + return vreinterpretq_m128i_s16(vld1q_s16(data)); +} + +// Sets the 16 signed 8-bit integer values in reverse order. +// https://msdn.microsoft.com/en-us/library/2khb9c7k(v=vs.90).aspx +FORCE_INLINE __m128i _mm_setr_epi8(signed char b0, + signed char b1, + signed char b2, + signed char b3, + signed char b4, + signed char b5, + signed char b6, + signed char b7, + signed char b8, + signed char b9, + signed char b10, + signed char b11, + signed char b12, + signed char b13, + signed char b14, + signed char b15) +{ + int8_t ALIGN_STRUCT(16) + data[16] = {(int8_t) b0, (int8_t) b1, (int8_t) b2, (int8_t) b3, + (int8_t) b4, (int8_t) b5, (int8_t) b6, (int8_t) b7, + (int8_t) b8, (int8_t) b9, (int8_t) b10, (int8_t) b11, + (int8_t) b12, (int8_t) b13, (int8_t) b14, (int8_t) b15}; + return (__m128i) vld1q_s8(data); +} + +// Sets the 4 signed 32-bit integer values to i. +// +// r0 := i +// r1 := i +// r2 := i +// r3 := I +// +// https://msdn.microsoft.com/en-us/library/vstudio/h4xscxat(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set1_epi32(int _i) +{ + return vreinterpretq_m128i_s32(vdupq_n_s32(_i)); +} + +// Sets the 2 signed 64-bit integer values to i. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/whtfzhzk(v=vs.100) +FORCE_INLINE __m128i _mm_set1_epi64(__m64 _i) +{ + return vreinterpretq_m128i_s64(vdupq_n_s64((int64_t) _i)); +} + +// Sets the 2 signed 64-bit integer values to i. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set1_epi64x +FORCE_INLINE __m128i _mm_set1_epi64x(int64_t _i) +{ + return vreinterpretq_m128i_s64(vdupq_n_s64(_i)); +} + +// Sets the 4 signed 32-bit integer values. +// https://msdn.microsoft.com/en-us/library/vstudio/019beekt(v=vs.100).aspx +FORCE_INLINE __m128i _mm_set_epi32(int i3, int i2, int i1, int i0) +{ + int32_t ALIGN_STRUCT(16) data[4] = {i0, i1, i2, i3}; + return vreinterpretq_m128i_s32(vld1q_s32(data)); +} + +// Returns the __m128i structure with its two 64-bit integer values +// initialized to the values of the two 64-bit integers passed in. +// https://msdn.microsoft.com/en-us/library/dk2sdw0h(v=vs.120).aspx +FORCE_INLINE __m128i _mm_set_epi64x(int64_t i1, int64_t i2) +{ + int64_t ALIGN_STRUCT(16) data[2] = {i2, i1}; + return vreinterpretq_m128i_s64(vld1q_s64(data)); +} + +// Returns the __m128i structure with its two 64-bit integer values +// initialized to the values of the two 64-bit integers passed in. +// https://msdn.microsoft.com/en-us/library/dk2sdw0h(v=vs.120).aspx +FORCE_INLINE __m128i _mm_set_epi64(__m64 i1, __m64 i2) +{ + return _mm_set_epi64x((int64_t) i1, (int64_t) i2); +} + +// Set packed double-precision (64-bit) floating-point elements in dst with the +// supplied values. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_set_pd +FORCE_INLINE __m128d _mm_set_pd(double e1, double e0) +{ + double ALIGN_STRUCT(16) data[2] = {e0, e1}; +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_f64((float64_t *) data)); +#else + return vreinterpretq_m128d_f32(vld1q_f32((float32_t *) data)); +#endif +} + +// Stores four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/s3h4ay6y(v=vs.100).aspx +FORCE_INLINE void _mm_store_ps(float *p, __m128 a) +{ + vst1q_f32(p, vreinterpretq_f32_m128(a)); +} + +// Stores four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/44e30x22(v=vs.100).aspx +FORCE_INLINE void _mm_storeu_ps(float *p, __m128 a) +{ + vst1q_f32(p, vreinterpretq_f32_m128(a)); +} + +// Stores four 32-bit integer values as (as a __m128i value) at the address p. +// https://msdn.microsoft.com/en-us/library/vstudio/edk11s13(v=vs.100).aspx +FORCE_INLINE void _mm_store_si128(__m128i *p, __m128i a) +{ + vst1q_s32((int32_t *) p, vreinterpretq_s32_m128i(a)); +} + +// Stores four 32-bit integer values as (as a __m128i value) at the address p. +// https://msdn.microsoft.com/en-us/library/vstudio/edk11s13(v=vs.100).aspx +FORCE_INLINE void _mm_storeu_si128(__m128i *p, __m128i a) +{ + vst1q_s32((int32_t *) p, vreinterpretq_s32_m128i(a)); +} + +// Stores the lower single - precision, floating - point value. +// https://msdn.microsoft.com/en-us/library/tzz10fbx(v=vs.100).aspx +FORCE_INLINE void _mm_store_ss(float *p, __m128 a) +{ + vst1q_lane_f32(p, vreinterpretq_f32_m128(a), 0); +} + +// Store 128-bits (composed of 2 packed double-precision (64-bit) floating-point +// elements) from a into memory. mem_addr must be aligned on a 16-byte boundary +// or a general-protection exception may be generated. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_store_pd +FORCE_INLINE void _mm_store_pd(double *mem_addr, __m128d a) +{ +#if defined(__aarch64__) + vst1q_f64((float64_t *) mem_addr, vreinterpretq_f64_m128d(a)); +#else + vst1q_f32((float32_t *) mem_addr, vreinterpretq_f32_m128d(a)); +#endif +} + +// Store 128-bits (composed of 2 packed double-precision (64-bit) floating-point +// elements) from a into memory. mem_addr does not need to be aligned on any +// particular boundary. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_storeu_pd +FORCE_INLINE void _mm_storeu_pd(double *mem_addr, __m128d a) +{ + _mm_store_pd(mem_addr, a); +} + +// Reads the lower 64 bits of b and stores them into the lower 64 bits of a. +// https://msdn.microsoft.com/en-us/library/hhwf428f%28v=vs.90%29.aspx +FORCE_INLINE void _mm_storel_epi64(__m128i *a, __m128i b) +{ + uint64x1_t hi = vget_high_u64(vreinterpretq_u64_m128i(*a)); + uint64x1_t lo = vget_low_u64(vreinterpretq_u64_m128i(b)); + *a = vreinterpretq_m128i_u64(vcombine_u64(lo, hi)); +} + +// Stores the lower two single-precision floating point values of a to the +// address p. +// +// *p0 := a0 +// *p1 := a1 +// +// https://msdn.microsoft.com/en-us/library/h54t98ks(v=vs.90).aspx +FORCE_INLINE void _mm_storel_pi(__m64 *p, __m128 a) +{ + *p = vreinterpret_m64_f32(vget_low_f32(a)); +} + +// Stores the upper two single-precision, floating-point values of a to the +// address p. +// +// *p0 := a2 +// *p1 := a3 +// +// https://msdn.microsoft.com/en-us/library/a7525fs8(v%3dvs.90).aspx +FORCE_INLINE void _mm_storeh_pi(__m64 *p, __m128 a) +{ + *p = vreinterpret_m64_f32(vget_high_f32(a)); +} + +// Loads a single single-precision, floating-point value, copying it into all +// four words +// https://msdn.microsoft.com/en-us/library/vstudio/5cdkf716(v=vs.100).aspx +FORCE_INLINE __m128 _mm_load1_ps(const float *p) +{ + return vreinterpretq_m128_f32(vld1q_dup_f32(p)); +} + +// Load a single-precision (32-bit) floating-point element from memory into all +// elements of dst. +// +// dst[31:0] := MEM[mem_addr+31:mem_addr] +// dst[63:32] := MEM[mem_addr+31:mem_addr] +// dst[95:64] := MEM[mem_addr+31:mem_addr] +// dst[127:96] := MEM[mem_addr+31:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_ps1 +#define _mm_load_ps1 _mm_load1_ps + +// Sets the lower two single-precision, floating-point values with 64 +// bits of data loaded from the address p; the upper two values are passed +// through from a. +// +// Return Value +// r0 := *p0 +// r1 := *p1 +// r2 := a2 +// r3 := a3 +// +// https://msdn.microsoft.com/en-us/library/s57cyak2(v=vs.100).aspx +FORCE_INLINE __m128 _mm_loadl_pi(__m128 a, __m64 const *p) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vld1_f32((const float32_t *) p), vget_high_f32(a))); +} + +// Load 4 single-precision (32-bit) floating-point elements from memory into dst +// in reverse order. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[31:0] := MEM[mem_addr+127:mem_addr+96] +// dst[63:32] := MEM[mem_addr+95:mem_addr+64] +// dst[95:64] := MEM[mem_addr+63:mem_addr+32] +// dst[127:96] := MEM[mem_addr+31:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadr_ps +FORCE_INLINE __m128 _mm_loadr_ps(const float *p) +{ + float32x4_t v = vrev64q_f32(vld1q_f32(p)); + return vreinterpretq_m128_f32(vextq_f32(v, v, 2)); +} + +// Sets the upper two single-precision, floating-point values with 64 +// bits of data loaded from the address p; the lower two values are passed +// through from a. +// +// r0 := a0 +// r1 := a1 +// r2 := *p0 +// r3 := *p1 +// +// https://msdn.microsoft.com/en-us/library/w92wta0x(v%3dvs.100).aspx +FORCE_INLINE __m128 _mm_loadh_pi(__m128 a, __m64 const *p) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vget_low_f32(a), vld1_f32((const float32_t *) p))); +} + +// Loads four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/zzd50xxt(v=vs.100).aspx +FORCE_INLINE __m128 _mm_load_ps(const float *p) +{ + return vreinterpretq_m128_f32(vld1q_f32(p)); +} + +// Loads four single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/x1b16s7z%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_loadu_ps(const float *p) +{ + // for neon, alignment doesn't matter, so _mm_load_ps and _mm_loadu_ps are + // equivalent for neon + return vreinterpretq_m128_f32(vld1q_f32(p)); +} + +// Load unaligned 16-bit integer from memory into the first element of dst. +// +// dst[15:0] := MEM[mem_addr+15:mem_addr] +// dst[MAX:16] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si16 +FORCE_INLINE __m128i _mm_loadu_si16(const void *p) +{ + return vreinterpretq_m128i_s16( + vsetq_lane_s16(*(const int16_t *) p, vdupq_n_s16(0), 0)); +} + +// Load unaligned 64-bit integer from memory into the first element of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[MAX:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si64 +FORCE_INLINE __m128i _mm_loadu_si64(const void *p) +{ + return vreinterpretq_m128i_s64( + vcombine_s64(vld1_s64((const int64_t *) p), vdup_n_s64(0))); +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// lower of dst, and zero the upper element. mem_addr does not need to be +// aligned on any particular boundary. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_sd +FORCE_INLINE __m128d _mm_load_sd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vsetq_lane_f64(*p, vdupq_n_f64(0), 0)); +#else + const float *fp = (const float *) p; + float ALIGN_STRUCT(16) data[4] = {fp[0], fp[1], 0, 0}; + return vreinterpretq_m128d_f32(vld1q_f32(data)); +#endif +} + +// Loads two double-precision from 16-byte aligned memory, floating-point +// values. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_pd +FORCE_INLINE __m128d _mm_load_pd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_f64(p)); +#else + const float *fp = (const float *) p; + float ALIGN_STRUCT(16) data[4] = {fp[0], fp[1], fp[2], fp[3]}; + return vreinterpretq_m128d_f32(vld1q_f32(data)); +#endif +} + +// Loads two double-precision from unaligned memory, floating-point values. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_pd +FORCE_INLINE __m128d _mm_loadu_pd(const double *p) +{ + return _mm_load_pd(p); +} + +// Loads an single - precision, floating - point value into the low word and +// clears the upper three words. +// https://msdn.microsoft.com/en-us/library/548bb9h4%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_load_ss(const float *p) +{ + return vreinterpretq_m128_f32(vsetq_lane_f32(*p, vdupq_n_f32(0), 0)); +} + +FORCE_INLINE __m128i _mm_loadl_epi64(__m128i const *p) +{ + /* Load the lower 64 bits of the value pointed to by p into the + * lower 64 bits of the result, zeroing the upper 64 bits of the result. + */ + return vreinterpretq_m128i_s32( + vcombine_s32(vld1_s32((int32_t const *) p), vcreate_s32(0))); +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// lower element of dst, and copy the upper element from a to dst. mem_addr does +// not need to be aligned on any particular boundary. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := a[127:64] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadl_pd +FORCE_INLINE __m128d _mm_loadl_pd(__m128d a, const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcombine_f64(vld1_f64(p), vget_high_f64(vreinterpretq_f64_m128d(a)))); +#else + return vreinterpretq_m128d_f32( + vcombine_f32(vld1_f32((const float *) p), + vget_high_f32(vreinterpretq_f32_m128d(a)))); +#endif +} + +// Load 2 double-precision (64-bit) floating-point elements from memory into dst +// in reverse order. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[63:0] := MEM[mem_addr+127:mem_addr+64] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadr_pd +FORCE_INLINE __m128d _mm_loadr_pd(const double *p) +{ +#if defined(__aarch64__) + float64x2_t v = vld1q_f64(p); + return vreinterpretq_m128d_f64(vextq_f64(v, v, 1)); +#else + int64x2_t v = vld1q_s64((const int64_t *) p); + return vreinterpretq_m128d_s64(vextq_s64(v, v, 1)); +#endif +} + +// Sets the low word to the single-precision, floating-point value of b +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/35hdzazd(v=vs.100) +FORCE_INLINE __m128 _mm_move_ss(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32(vgetq_lane_f32(vreinterpretq_f32_m128(b), 0), + vreinterpretq_f32_m128(a), 0)); +} + +// Copy the lower 64-bit integer in a to the lower element of dst, and zero the +// upper element. +// +// dst[63:0] := a[63:0] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_move_epi64 +FORCE_INLINE __m128i _mm_move_epi64(__m128i a) +{ + return vreinterpretq_m128i_s64( + vsetq_lane_s64(0, vreinterpretq_s64_m128i(a), 1)); +} + +// Return vector of type __m128 with undefined elements. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_undefined_ps +FORCE_INLINE __m128 _mm_undefined_ps(void) +{ + __m128 a; + return a; +} + +/* Logic/Binary operations */ + +// Computes the bitwise AND-NOT of the four single-precision, floating-point +// values of a and b. +// +// r0 := ~a0 & b0 +// r1 := ~a1 & b1 +// r2 := ~a2 & b2 +// r3 := ~a3 & b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/68h7wd02(v=vs.100).aspx +FORCE_INLINE __m128 _mm_andnot_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vbicq_s32(vreinterpretq_s32_m128(b), + vreinterpretq_s32_m128(a))); // *NOTE* argument swap +} + +// Compute the bitwise NOT of packed double-precision (64-bit) floating-point +// elements in a and then AND with b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := ((NOT a[i+63:i]) AND b[i+63:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_andnot_pd +FORCE_INLINE __m128d _mm_andnot_pd(__m128d a, __m128d b) +{ + // *NOTE* argument swap + return vreinterpretq_m128d_s64( + vbicq_s64(vreinterpretq_s64_m128d(b), vreinterpretq_s64_m128d(a))); +} + +// Computes the bitwise AND of the 128-bit value in b and the bitwise NOT of the +// 128-bit value in a. +// +// r := (~a) & b +// +// https://msdn.microsoft.com/en-us/library/vstudio/1beaceh8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_andnot_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vbicq_s32(vreinterpretq_s32_m128i(b), + vreinterpretq_s32_m128i(a))); // *NOTE* argument swap +} + +// Computes the bitwise AND of the 128-bit value in a and the 128-bit value in +// b. +// +// r := a & b +// +// https://msdn.microsoft.com/en-us/library/vstudio/6d1txsa8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_and_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vandq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the bitwise AND of the four single-precision, floating-point values +// of a and b. +// +// r0 := a0 & b0 +// r1 := a1 & b1 +// r2 := a2 & b2 +// r3 := a3 & b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/73ck1xc5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_and_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vandq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Compute the bitwise AND of packed double-precision (64-bit) floating-point +// elements in a and b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := a[i+63:i] AND b[i+63:i] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_and_pd +FORCE_INLINE __m128d _mm_and_pd(__m128d a, __m128d b) +{ + return vreinterpretq_m128d_s64( + vandq_s64(vreinterpretq_s64_m128d(a), vreinterpretq_s64_m128d(b))); +} + +// Computes the bitwise OR of the four single-precision, floating-point values +// of a and b. +// https://msdn.microsoft.com/en-us/library/vstudio/7ctdsyy0(v=vs.100).aspx +FORCE_INLINE __m128 _mm_or_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + vorrq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Computes bitwise EXOR (exclusive-or) of the four single-precision, +// floating-point values of a and b. +// https://msdn.microsoft.com/en-us/library/ss6k3wk8(v=vs.100).aspx +FORCE_INLINE __m128 _mm_xor_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_s32( + veorq_s32(vreinterpretq_s32_m128(a), vreinterpretq_s32_m128(b))); +} + +// Compute the bitwise XOR of packed double-precision (64-bit) floating-point +// elements in a and b, and store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// dst[i+63:i] := a[i+63:i] XOR b[i+63:i] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_xor_pd +FORCE_INLINE __m128d _mm_xor_pd(__m128d a, __m128d b) +{ + return vreinterpretq_m128d_s64( + veorq_s64(vreinterpretq_s64_m128d(a), vreinterpretq_s64_m128d(b))); +} + +// Computes the bitwise OR of the 128-bit value in a and the 128-bit value in b. +// +// r := a | b +// +// https://msdn.microsoft.com/en-us/library/vstudio/ew8ty0db(v=vs.100).aspx +FORCE_INLINE __m128i _mm_or_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vorrq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the bitwise XOR of the 128-bit value in a and the 128-bit value in +// b. https://msdn.microsoft.com/en-us/library/fzt08www(v=vs.100).aspx +FORCE_INLINE __m128i _mm_xor_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + veorq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Duplicate odd-indexed single-precision (32-bit) floating-point elements +// from a, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movehdup_ps +FORCE_INLINE __m128 _mm_movehdup_ps(__m128 a) +{ +#if __has_builtin(__builtin_shufflevector) + return vreinterpretq_m128_f32(__builtin_shufflevector( + vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 1, 1, 3, 3)); +#else + float32_t a1 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 1); + float32_t a3 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 3); + float ALIGN_STRUCT(16) data[4] = {a1, a1, a3, a3}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +#endif +} + +// Duplicate even-indexed single-precision (32-bit) floating-point elements +// from a, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_moveldup_ps +FORCE_INLINE __m128 _mm_moveldup_ps(__m128 a) +{ +#if __has_builtin(__builtin_shufflevector) + return vreinterpretq_m128_f32(__builtin_shufflevector( + vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 0, 0, 2, 2)); +#else + float32_t a0 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t a2 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 2); + float ALIGN_STRUCT(16) data[4] = {a0, a0, a2, a2}; + return vreinterpretq_m128_f32(vld1q_f32(data)); +#endif +} + +// Moves the upper two values of B into the lower two values of A. +// +// r3 := a3 +// r2 := a2 +// r1 := b3 +// r0 := b2 +FORCE_INLINE __m128 _mm_movehl_ps(__m128 __A, __m128 __B) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(__A)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(__B)); + return vreinterpretq_m128_f32(vcombine_f32(b32, a32)); +} + +// Moves the lower two values of B into the upper two values of A. +// +// r3 := b1 +// r2 := b0 +// r1 := a1 +// r0 := a0 +FORCE_INLINE __m128 _mm_movelh_ps(__m128 __A, __m128 __B) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(__A)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(__B)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b10)); +} + +// Compute the absolute value of packed signed 32-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// dst[i+31:i] := ABS(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi32 +FORCE_INLINE __m128i _mm_abs_epi32(__m128i a) +{ + return vreinterpretq_m128i_s32(vabsq_s32(vreinterpretq_s32_m128i(a))); +} + +// Compute the absolute value of packed signed 16-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// dst[i+15:i] := ABS(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi16 +FORCE_INLINE __m128i _mm_abs_epi16(__m128i a) +{ + return vreinterpretq_m128i_s16(vabsq_s16(vreinterpretq_s16_m128i(a))); +} + +// Compute the absolute value of packed signed 8-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 15 +// i := j*8 +// dst[i+7:i] := ABS(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_epi8 +FORCE_INLINE __m128i _mm_abs_epi8(__m128i a) +{ + return vreinterpretq_m128i_s8(vabsq_s8(vreinterpretq_s8_m128i(a))); +} + +// Compute the absolute value of packed signed 32-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 1 +// i := j*32 +// dst[i+31:i] := ABS(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi32 +FORCE_INLINE __m64 _mm_abs_pi32(__m64 a) +{ + return vreinterpret_m64_s32(vabs_s32(vreinterpret_s32_m64(a))); +} + +// Compute the absolute value of packed signed 16-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := ABS(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi16 +FORCE_INLINE __m64 _mm_abs_pi16(__m64 a) +{ + return vreinterpret_m64_s16(vabs_s16(vreinterpret_s16_m64(a))); +} + +// Compute the absolute value of packed signed 8-bit integers in a, and store +// the unsigned results in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := ABS(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_abs_pi8 +FORCE_INLINE __m64 _mm_abs_pi8(__m64 a) +{ + return vreinterpret_m64_s8(vabs_s8(vreinterpret_s8_m64(a))); +} + +// Takes the upper 64 bits of a and places it in the low end of the result +// Takes the lower 64 bits of b and places it into the high end of the result. +FORCE_INLINE __m128 _mm_shuffle_ps_1032(__m128 a, __m128 b) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a32, b10)); +} + +// takes the lower two 32-bit values from a and swaps them and places in high +// end of result takes the higher two 32 bit values from b and swaps them and +// places in low end of result. +FORCE_INLINE __m128 _mm_shuffle_ps_2301(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b23 = vrev64_f32(vget_high_f32(vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vcombine_f32(a01, b23)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0321(__m128 a, __m128 b) +{ + float32x2_t a21 = vget_high_f32( + vextq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 3)); + float32x2_t b03 = vget_low_f32( + vextq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b), 3)); + return vreinterpretq_m128_f32(vcombine_f32(a21, b03)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2103(__m128 a, __m128 b) +{ + float32x2_t a03 = vget_low_f32( + vextq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a), 3)); + float32x2_t b21 = vget_high_f32( + vextq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b), 3)); + return vreinterpretq_m128_f32(vcombine_f32(a03, b21)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1010(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b10)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1001(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a01, b10)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0101(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32x2_t b01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vcombine_f32(a01, b01)); +} + +// keeps the low 64 bits of b in the low and puts the high 64 bits of a in the +// high +FORCE_INLINE __m128 _mm_shuffle_ps_3210(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a10, b32)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0011(__m128 a, __m128 b) +{ + float32x2_t a11 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(a)), 1); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a11, b00)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_0022(__m128 a, __m128 b) +{ + float32x2_t a22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a22, b00)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2200(__m128 a, __m128 b) +{ + float32x2_t a00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t b22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(b)), 0); + return vreinterpretq_m128_f32(vcombine_f32(a00, b22)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_3202(__m128 a, __m128 b) +{ + float32_t a0 = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32x2_t a22 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 0); + float32x2_t a02 = vset_lane_f32(a0, a22, 1); /* TODO: use vzip ?*/ + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32(vcombine_f32(a02, b32)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_1133(__m128 a, __m128 b) +{ + float32x2_t a33 = + vdup_lane_f32(vget_high_f32(vreinterpretq_f32_m128(a)), 1); + float32x2_t b11 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 1); + return vreinterpretq_m128_f32(vcombine_f32(a33, b11)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2010(__m128 a, __m128 b) +{ + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32_t b2 = vgetq_lane_f32(vreinterpretq_f32_m128(b), 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a10, b20)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2001(__m128 a, __m128 b) +{ + float32x2_t a01 = vrev64_f32(vget_low_f32(vreinterpretq_f32_m128(a))); + float32_t b2 = vgetq_lane_f32(b, 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a01, b20)); +} + +FORCE_INLINE __m128 _mm_shuffle_ps_2032(__m128 a, __m128 b) +{ + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32_t b2 = vgetq_lane_f32(b, 2); + float32x2_t b00 = vdup_lane_f32(vget_low_f32(vreinterpretq_f32_m128(b)), 0); + float32x2_t b20 = vset_lane_f32(b2, b00, 1); + return vreinterpretq_m128_f32(vcombine_f32(a32, b20)); +} + +// NEON does not support a general purpose permute intrinsic +// Selects four specific single-precision, floating-point values from a and b, +// based on the mask i. +// +// C equivalent: +// __m128 _mm_shuffle_ps_default(__m128 a, __m128 b, +// __constrange(0, 255) int imm) { +// __m128 ret; +// ret[0] = a[imm & 0x3]; ret[1] = a[(imm >> 2) & 0x3]; +// ret[2] = b[(imm >> 4) & 0x03]; ret[3] = b[(imm >> 6) & 0x03]; +// return ret; +// } +// +// https://msdn.microsoft.com/en-us/library/vstudio/5f0858x0(v=vs.100).aspx +#define _mm_shuffle_ps_default(a, b, imm) \ + __extension__({ \ + float32x4_t ret; \ + ret = vmovq_n_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(a), (imm) & (0x3))); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(a), ((imm) >> 2) & 0x3), \ + ret, 1); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(b), ((imm) >> 4) & 0x3), \ + ret, 2); \ + ret = vsetq_lane_f32( \ + vgetq_lane_f32(vreinterpretq_f32_m128(b), ((imm) >> 6) & 0x3), \ + ret, 3); \ + vreinterpretq_m128_f32(ret); \ + }) + +// FORCE_INLINE __m128 _mm_shuffle_ps(__m128 a, __m128 b, __constrange(0,255) +// int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shuffle_ps(a, b, imm) \ + __extension__({ \ + float32x4_t _input1 = vreinterpretq_f32_m128(a); \ + float32x4_t _input2 = vreinterpretq_f32_m128(b); \ + float32x4_t _shuf = __builtin_shufflevector( \ + _input1, _input2, (imm) & (0x3), ((imm) >> 2) & 0x3, \ + (((imm) >> 4) & 0x3) + 4, (((imm) >> 6) & 0x3) + 4); \ + vreinterpretq_m128_f32(_shuf); \ + }) +#else // generic +#define _mm_shuffle_ps(a, b, imm) \ + __extension__({ \ + __m128 ret; \ + switch (imm) { \ + case _MM_SHUFFLE(1, 0, 3, 2): \ + ret = _mm_shuffle_ps_1032((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 3, 0, 1): \ + ret = _mm_shuffle_ps_2301((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 3, 2, 1): \ + ret = _mm_shuffle_ps_0321((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 1, 0, 3): \ + ret = _mm_shuffle_ps_2103((a), (b)); \ + break; \ + case _MM_SHUFFLE(1, 0, 1, 0): \ + ret = _mm_movelh_ps((a), (b)); \ + break; \ + case _MM_SHUFFLE(1, 0, 0, 1): \ + ret = _mm_shuffle_ps_1001((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 1, 0, 1): \ + ret = _mm_shuffle_ps_0101((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 1, 0): \ + ret = _mm_shuffle_ps_3210((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 0, 1, 1): \ + ret = _mm_shuffle_ps_0011((a), (b)); \ + break; \ + case _MM_SHUFFLE(0, 0, 2, 2): \ + ret = _mm_shuffle_ps_0022((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 2, 0, 0): \ + ret = _mm_shuffle_ps_2200((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 0, 2): \ + ret = _mm_shuffle_ps_3202((a), (b)); \ + break; \ + case _MM_SHUFFLE(3, 2, 3, 2): \ + ret = _mm_movehl_ps((b), (a)); \ + break; \ + case _MM_SHUFFLE(1, 1, 3, 3): \ + ret = _mm_shuffle_ps_1133((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 1, 0): \ + ret = _mm_shuffle_ps_2010((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 0, 1): \ + ret = _mm_shuffle_ps_2001((a), (b)); \ + break; \ + case _MM_SHUFFLE(2, 0, 3, 2): \ + ret = _mm_shuffle_ps_2032((a), (b)); \ + break; \ + default: \ + ret = _mm_shuffle_ps_default((a), (b), (imm)); \ + break; \ + } \ + ret; \ + }) +#endif + +// Takes the upper 64 bits of a and places it in the low end of the result +// Takes the lower 64 bits of a and places it into the high end of the result. +FORCE_INLINE __m128i _mm_shuffle_epi_1032(__m128i a) +{ + int32x2_t a32 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a32, a10)); +} + +// takes the lower two 32-bit values from a and swaps them and places in low end +// of result takes the higher two 32 bit values from a and swaps them and places +// in high end of result. +FORCE_INLINE __m128i _mm_shuffle_epi_2301(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + int32x2_t a23 = vrev64_s32(vget_high_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a23)); +} + +// rotates the least significant 32 bits into the most signficant 32 bits, and +// shifts the rest down +FORCE_INLINE __m128i _mm_shuffle_epi_0321(__m128i a) +{ + return vreinterpretq_m128i_s32( + vextq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(a), 1)); +} + +// rotates the most significant 32 bits into the least signficant 32 bits, and +// shifts the rest up +FORCE_INLINE __m128i _mm_shuffle_epi_2103(__m128i a) +{ + return vreinterpretq_m128i_s32( + vextq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(a), 3)); +} + +// gets the lower 64 bits of a, and places it in the upper 64 bits +// gets the lower 64 bits of a and places it in the lower 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_1010(__m128i a) +{ + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a10, a10)); +} + +// gets the lower 64 bits of a, swaps the 0 and 1 elements, and places it in the +// lower 64 bits gets the lower 64 bits of a, and places it in the upper 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_1001(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + int32x2_t a10 = vget_low_s32(vreinterpretq_s32_m128i(a)); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a10)); +} + +// gets the lower 64 bits of a, swaps the 0 and 1 elements and places it in the +// upper 64 bits gets the lower 64 bits of a, swaps the 0 and 1 elements, and +// places it in the lower 64 bits +FORCE_INLINE __m128i _mm_shuffle_epi_0101(__m128i a) +{ + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a01, a01)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_2211(__m128i a) +{ + int32x2_t a11 = vdup_lane_s32(vget_low_s32(vreinterpretq_s32_m128i(a)), 1); + int32x2_t a22 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 0); + return vreinterpretq_m128i_s32(vcombine_s32(a11, a22)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_0122(__m128i a) +{ + int32x2_t a22 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 0); + int32x2_t a01 = vrev64_s32(vget_low_s32(vreinterpretq_s32_m128i(a))); + return vreinterpretq_m128i_s32(vcombine_s32(a22, a01)); +} + +FORCE_INLINE __m128i _mm_shuffle_epi_3332(__m128i a) +{ + int32x2_t a32 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t a33 = vdup_lane_s32(vget_high_s32(vreinterpretq_s32_m128i(a)), 1); + return vreinterpretq_m128i_s32(vcombine_s32(a32, a33)); +} + +// Shuffle packed 8-bit integers in a according to shuffle control mask in the +// corresponding 8-bit element of b, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_shuffle_epi8 +FORCE_INLINE __m128i _mm_shuffle_epi8(__m128i a, __m128i b) +{ + int8x16_t tbl = vreinterpretq_s8_m128i(a); // input a + uint8x16_t idx = vreinterpretq_u8_m128i(b); // input b + uint8x16_t idx_masked = + vandq_u8(idx, vdupq_n_u8(0x8F)); // avoid using meaningless bits +#if defined(__aarch64__) + return vreinterpretq_m128i_s8(vqtbl1q_s8(tbl, idx_masked)); +#elif defined(__GNUC__) + int8x16_t ret; + // %e and %f represent the even and odd D registers + // respectively. + __asm__ __volatile__( + "vtbl.8 %e[ret], {%e[tbl], %f[tbl]}, %e[idx]\n" + "vtbl.8 %f[ret], {%e[tbl], %f[tbl]}, %f[idx]\n" + : [ret] "=&w"(ret) + : [tbl] "w"(tbl), [idx] "w"(idx_masked)); + return vreinterpretq_m128i_s8(ret); +#else + // use this line if testing on aarch64 + int8x8x2_t a_split = {vget_low_s8(tbl), vget_high_s8(tbl)}; + return vreinterpretq_m128i_s8( + vcombine_s8(vtbl2_s8(a_split, vget_low_u8(idx_masked)), + vtbl2_s8(a_split, vget_high_u8(idx_masked)))); +#endif +} + +// C equivalent: +// __m128i _mm_shuffle_epi32_default(__m128i a, +// __constrange(0, 255) int imm) { +// __m128i ret; +// ret[0] = a[imm & 0x3]; ret[1] = a[(imm >> 2) & 0x3]; +// ret[2] = a[(imm >> 4) & 0x03]; ret[3] = a[(imm >> 6) & 0x03]; +// return ret; +// } +#define _mm_shuffle_epi32_default(a, imm) \ + __extension__({ \ + int32x4_t ret; \ + ret = vmovq_n_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm) & (0x3))); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 2) & 0x3), \ + ret, 1); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 4) & 0x3), \ + ret, 2); \ + ret = vsetq_lane_s32( \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), ((imm) >> 6) & 0x3), \ + ret, 3); \ + vreinterpretq_m128i_s32(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shuffle_epi32_splat(__m128i a, __constrange(0,255) +// int imm) +#if defined(__aarch64__) +#define _mm_shuffle_epi32_splat(a, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vdupq_laneq_s32(vreinterpretq_s32_m128i(a), (imm))); \ + }) +#else +#define _mm_shuffle_epi32_splat(a, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vdupq_n_s32(vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm)))); \ + }) +#endif + +// Shuffles the 4 signed or unsigned 32-bit integers in a as specified by imm. +// https://msdn.microsoft.com/en-us/library/56f67xbk%28v=vs.90%29.aspx +// FORCE_INLINE __m128i _mm_shuffle_epi32(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shuffle_epi32(a, imm) \ + __extension__({ \ + int32x4_t _input = vreinterpretq_s32_m128i(a); \ + int32x4_t _shuf = __builtin_shufflevector( \ + _input, _input, (imm) & (0x3), ((imm) >> 2) & 0x3, \ + ((imm) >> 4) & 0x3, ((imm) >> 6) & 0x3); \ + vreinterpretq_m128i_s32(_shuf); \ + }) +#else // generic +#define _mm_shuffle_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + switch (imm) { \ + case _MM_SHUFFLE(1, 0, 3, 2): \ + ret = _mm_shuffle_epi_1032((a)); \ + break; \ + case _MM_SHUFFLE(2, 3, 0, 1): \ + ret = _mm_shuffle_epi_2301((a)); \ + break; \ + case _MM_SHUFFLE(0, 3, 2, 1): \ + ret = _mm_shuffle_epi_0321((a)); \ + break; \ + case _MM_SHUFFLE(2, 1, 0, 3): \ + ret = _mm_shuffle_epi_2103((a)); \ + break; \ + case _MM_SHUFFLE(1, 0, 1, 0): \ + ret = _mm_shuffle_epi_1010((a)); \ + break; \ + case _MM_SHUFFLE(1, 0, 0, 1): \ + ret = _mm_shuffle_epi_1001((a)); \ + break; \ + case _MM_SHUFFLE(0, 1, 0, 1): \ + ret = _mm_shuffle_epi_0101((a)); \ + break; \ + case _MM_SHUFFLE(2, 2, 1, 1): \ + ret = _mm_shuffle_epi_2211((a)); \ + break; \ + case _MM_SHUFFLE(0, 1, 2, 2): \ + ret = _mm_shuffle_epi_0122((a)); \ + break; \ + case _MM_SHUFFLE(3, 3, 3, 2): \ + ret = _mm_shuffle_epi_3332((a)); \ + break; \ + case _MM_SHUFFLE(0, 0, 0, 0): \ + ret = _mm_shuffle_epi32_splat((a), 0); \ + break; \ + case _MM_SHUFFLE(1, 1, 1, 1): \ + ret = _mm_shuffle_epi32_splat((a), 1); \ + break; \ + case _MM_SHUFFLE(2, 2, 2, 2): \ + ret = _mm_shuffle_epi32_splat((a), 2); \ + break; \ + case _MM_SHUFFLE(3, 3, 3, 3): \ + ret = _mm_shuffle_epi32_splat((a), 3); \ + break; \ + default: \ + ret = _mm_shuffle_epi32_default((a), (imm)); \ + break; \ + } \ + ret; \ + }) +#endif + +// Shuffles the lower 4 signed or unsigned 16-bit integers in a as specified +// by imm. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/y41dkk37(v=vs.100) +// FORCE_INLINE __m128i _mm_shufflelo_epi16_function(__m128i a, +// __constrange(0,255) int +// imm) +#define _mm_shufflelo_epi16_function(a, imm) \ + __extension__({ \ + int16x8_t ret = vreinterpretq_s16_m128i(a); \ + int16x4_t lowBits = vget_low_s16(ret); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, (imm) & (0x3)), ret, 0); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 2) & 0x3), ret, \ + 1); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 4) & 0x3), ret, \ + 2); \ + ret = vsetq_lane_s16(vget_lane_s16(lowBits, ((imm) >> 6) & 0x3), ret, \ + 3); \ + vreinterpretq_m128i_s16(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shufflelo_epi16(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shufflelo_epi16(a, imm) \ + __extension__({ \ + int16x8_t _input = vreinterpretq_s16_m128i(a); \ + int16x8_t _shuf = __builtin_shufflevector( \ + _input, _input, ((imm) & (0x3)), (((imm) >> 2) & 0x3), \ + (((imm) >> 4) & 0x3), (((imm) >> 6) & 0x3), 4, 5, 6, 7); \ + vreinterpretq_m128i_s16(_shuf); \ + }) +#else // generic +#define _mm_shufflelo_epi16(a, imm) _mm_shufflelo_epi16_function((a), (imm)) +#endif + +// Shuffles the upper 4 signed or unsigned 16-bit integers in a as specified +// by imm. +// https://msdn.microsoft.com/en-us/library/13ywktbs(v=vs.100).aspx +// FORCE_INLINE __m128i _mm_shufflehi_epi16_function(__m128i a, +// __constrange(0,255) int +// imm) +#define _mm_shufflehi_epi16_function(a, imm) \ + __extension__({ \ + int16x8_t ret = vreinterpretq_s16_m128i(a); \ + int16x4_t highBits = vget_high_s16(ret); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, (imm) & (0x3)), ret, 4); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 2) & 0x3), ret, \ + 5); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 4) & 0x3), ret, \ + 6); \ + ret = vsetq_lane_s16(vget_lane_s16(highBits, ((imm) >> 6) & 0x3), ret, \ + 7); \ + vreinterpretq_m128i_s16(ret); \ + }) + +// FORCE_INLINE __m128i _mm_shufflehi_epi16(__m128i a, +// __constrange(0,255) int imm) +#if __has_builtin(__builtin_shufflevector) +#define _mm_shufflehi_epi16(a, imm) \ + __extension__({ \ + int16x8_t _input = vreinterpretq_s16_m128i(a); \ + int16x8_t _shuf = __builtin_shufflevector( \ + _input, _input, 0, 1, 2, 3, ((imm) & (0x3)) + 4, \ + (((imm) >> 2) & 0x3) + 4, (((imm) >> 4) & 0x3) + 4, \ + (((imm) >> 6) & 0x3) + 4); \ + vreinterpretq_m128i_s16(_shuf); \ + }) +#else // generic +#define _mm_shufflehi_epi16(a, imm) _mm_shufflehi_epi16_function((a), (imm)) +#endif + +// Blend packed 16-bit integers from a and b using control mask imm8, and store +// the results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// IF imm8[j] +// dst[i+15:i] := b[i+15:i] +// ELSE +// dst[i+15:i] := a[i+15:i] +// FI +// ENDFOR +// FORCE_INLINE __m128i _mm_blend_epi16(__m128i a, __m128i b, +// __constrange(0,255) int imm) +#define _mm_blend_epi16(a, b, imm) \ + __extension__({ \ + const uint16_t _mask[8] = {((imm) & (1 << 0)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 1)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 2)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 3)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 4)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 5)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 6)) ? 0xFFFF : 0x0000, \ + ((imm) & (1 << 7)) ? 0xFFFF : 0x0000}; \ + uint16x8_t _mask_vec = vld1q_u16(_mask); \ + uint16x8_t _a = vreinterpretq_u16_m128i(a); \ + uint16x8_t _b = vreinterpretq_u16_m128i(b); \ + vreinterpretq_m128i_u16(vbslq_u16(_mask_vec, _b, _a)); \ + }) + +// Blend packed 8-bit integers from a and b using mask, and store the results in +// dst. +// +// FOR j := 0 to 15 +// i := j*8 +// IF mask[i+7] +// dst[i+7:i] := b[i+7:i] +// ELSE +// dst[i+7:i] := a[i+7:i] +// FI +// ENDFOR +FORCE_INLINE __m128i _mm_blendv_epi8(__m128i _a, __m128i _b, __m128i _mask) +{ + // Use a signed shift right to create a mask with the sign bit + uint8x16_t mask = + vreinterpretq_u8_s8(vshrq_n_s8(vreinterpretq_s8_m128i(_mask), 7)); + uint8x16_t a = vreinterpretq_u8_m128i(_a); + uint8x16_t b = vreinterpretq_u8_m128i(_b); + return vreinterpretq_m128i_u8(vbslq_u8(mask, b, a)); +} + +/* Shifts */ + + +// Shift packed 16-bit integers in a right by imm while shifting in sign +// bits, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srai_epi16 +FORCE_INLINE __m128i _mm_srai_epi16(__m128i a, int imm) +{ + const int count = (imm & ~15) ? 15 : imm; + return (__m128i) vshlq_s16((int16x8_t) a, vdupq_n_s16(-count)); +} + +// Shifts the 8 signed or unsigned 16-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// ... +// r7 := a7 << count +// +// https://msdn.microsoft.com/en-us/library/es73bcsy(v=vs.90).aspx +#define _mm_slli_epi16(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s16( \ + vshlq_n_s16(vreinterpretq_s16_m128i(a), (imm))); \ + } \ + ret; \ + }) + +// Shifts the 4 signed or unsigned 32-bit integers in a left by count bits while +// shifting in zeros. : +// https://msdn.microsoft.com/en-us/library/z2k3bbtb%28v=vs.90%29.aspx +// FORCE_INLINE __m128i _mm_slli_epi32(__m128i a, __constrange(0,255) int imm) +FORCE_INLINE __m128i _mm_slli_epi32(__m128i a, int imm) +{ + if (imm <= 0) /* TODO: add constant range macro: [0, 255] */ + return a; + if (imm > 31) /* TODO: add unlikely macro */ + return _mm_setzero_si128(); + return vreinterpretq_m128i_s32( + vshlq_s32(vreinterpretq_s32_m128i(a), vdupq_n_s32(imm))); +} + +// Shift packed 64-bit integers in a left by imm8 while shifting in zeros, and +// store the results in dst. +FORCE_INLINE __m128i _mm_slli_epi64(__m128i a, int imm) +{ + if (imm <= 0) /* TODO: add constant range macro: [0, 255] */ + return a; + if (imm > 63) /* TODO: add unlikely macro */ + return _mm_setzero_si128(); + return vreinterpretq_m128i_s64( + vshlq_s64(vreinterpretq_s64_m128i(a), vdupq_n_s64(imm))); +} + +// Shift packed 16-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// IF imm8[7:0] > 15 +// dst[i+15:i] := 0 +// ELSE +// dst[i+15:i] := ZeroExtend16(a[i+15:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi16 +#define _mm_srli_epi16(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 16) { \ + ret = vreinterpretq_m128i_u16( \ + vshlq_u16(vreinterpretq_u16_m128i(a), vdupq_n_s16(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 32-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// IF imm8[7:0] > 31 +// dst[i+31:i] := 0 +// ELSE +// dst[i+31:i] := ZeroExtend32(a[i+31:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi32 +// FORCE_INLINE __m128i _mm_srli_epi32(__m128i a, __constrange(0,255) int imm) +#define _mm_srli_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 32) { \ + ret = vreinterpretq_m128i_u32( \ + vshlq_u32(vreinterpretq_u32_m128i(a), vdupq_n_s32(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 64-bit integers in a right by imm8 while shifting in zeros, and +// store the results in dst. +// +// FOR j := 0 to 1 +// i := j*64 +// IF imm8[7:0] > 63 +// dst[i+63:i] := 0 +// ELSE +// dst[i+63:i] := ZeroExtend64(a[i+63:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srli_epi64 +#define _mm_srli_epi64(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 64) { \ + ret = vreinterpretq_m128i_u64( \ + vshlq_u64(vreinterpretq_u64_m128i(a), vdupq_n_s64(-imm))); \ + } else { \ + ret = _mm_setzero_si128(); \ + } \ + ret; \ + }) + +// Shift packed 32-bit integers in a right by imm8 while shifting in sign bits, +// and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*32 +// IF imm8[7:0] > 31 +// dst[i+31:i] := (a[i+31] ? 0xFFFFFFFF : 0x0) +// ELSE +// dst[i+31:i] := SignExtend32(a[i+31:i] >> imm8[7:0]) +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_srai_epi32 +// FORCE_INLINE __m128i _mm_srai_epi32(__m128i a, __constrange(0,255) int imm) +#define _mm_srai_epi32(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) == 0) { \ + ret = a; \ + } else if (0 < (imm) && (imm) < 32) { \ + ret = vreinterpretq_m128i_s32( \ + vshlq_s32(vreinterpretq_s32_m128i(a), vdupq_n_s32(-imm))); \ + } else { \ + ret = vreinterpretq_m128i_s32( \ + vshrq_n_s32(vreinterpretq_s32_m128i(a), 31)); \ + } \ + ret; \ + }) + +// Shifts the 128 - bit value in a right by imm bytes while shifting in +// zeros.imm must be an immediate. +// +// r := srl(a, imm*8) +// +// https://msdn.microsoft.com/en-us/library/305w28yz(v=vs.100).aspx +// FORCE_INLINE _mm_srli_si128(__m128i a, __constrange(0,255) int imm) +#define _mm_srli_si128(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s8( \ + vextq_s8(vreinterpretq_s8_m128i(a), vdupq_n_s8(0), (imm))); \ + } \ + ret; \ + }) + +// Shifts the 128-bit value in a left by imm bytes while shifting in zeros. imm +// must be an immediate. +// +// r := a << (imm * 8) +// +// https://msdn.microsoft.com/en-us/library/34d3k2kt(v=vs.100).aspx +// FORCE_INLINE __m128i _mm_slli_si128(__m128i a, __constrange(0,255) int imm) +#define _mm_slli_si128(a, imm) \ + __extension__({ \ + __m128i ret; \ + if ((imm) <= 0) { \ + ret = a; \ + } else if ((imm) > 15) { \ + ret = _mm_setzero_si128(); \ + } else { \ + ret = vreinterpretq_m128i_s8(vextq_s8( \ + vdupq_n_s8(0), vreinterpretq_s8_m128i(a), 16 - (imm))); \ + } \ + ret; \ + }) + +// Shifts the 8 signed or unsigned 16-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// ... +// r7 := a7 << count +// +// https://msdn.microsoft.com/en-us/library/c79w388h(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi16(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 15) + return _mm_setzero_si128(); + + int16x8_t vc = vdupq_n_s16((int16_t) c); + return vreinterpretq_m128i_s16(vshlq_s16(vreinterpretq_s16_m128i(a), vc)); +} + +// Shifts the 4 signed or unsigned 32-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// r2 := a2 << count +// r3 := a3 << count +// +// https://msdn.microsoft.com/en-us/library/6fe5a6s9(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi32(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 31) + return _mm_setzero_si128(); + + int32x4_t vc = vdupq_n_s32((int32_t) c); + return vreinterpretq_m128i_s32(vshlq_s32(vreinterpretq_s32_m128i(a), vc)); +} + +// Shifts the 2 signed or unsigned 64-bit integers in a left by count bits while +// shifting in zeros. +// +// r0 := a0 << count +// r1 := a1 << count +// +// https://msdn.microsoft.com/en-us/library/6ta9dffd(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sll_epi64(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 63) + return _mm_setzero_si128(); + + int64x2_t vc = vdupq_n_s64((int64_t) c); + return vreinterpretq_m128i_s64(vshlq_s64(vreinterpretq_s64_m128i(a), vc)); +} + +// Shifts the 8 signed or unsigned 16-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// ... +// r7 := srl(a7, count) +// +// https://msdn.microsoft.com/en-us/library/wd5ax830(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi16(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 15) + return _mm_setzero_si128(); + + int16x8_t vc = vdupq_n_s16(-(int16_t) c); + return vreinterpretq_m128i_u16(vshlq_u16(vreinterpretq_u16_m128i(a), vc)); +} + +// Shifts the 4 signed or unsigned 32-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// r2 := srl(a2, count) +// r3 := srl(a3, count) +// +// https://msdn.microsoft.com/en-us/library/a9cbttf4(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi32(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 31) + return _mm_setzero_si128(); + + int32x4_t vc = vdupq_n_s32(-(int32_t) c); + return vreinterpretq_m128i_u32(vshlq_u32(vreinterpretq_u32_m128i(a), vc)); +} + +// Shifts the 2 signed or unsigned 64-bit integers in a right by count bits +// while shifting in zeros. +// +// r0 := srl(a0, count) +// r1 := srl(a1, count) +// +// https://msdn.microsoft.com/en-us/library/yf6cf9k8(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_srl_epi64(__m128i a, __m128i count) +{ + uint64_t c = vreinterpretq_nth_u64_m128i(count, 0); + if (c > 63) + return _mm_setzero_si128(); + + int64x2_t vc = vdupq_n_s64(-(int64_t) c); + return vreinterpretq_m128i_u64(vshlq_u64(vreinterpretq_u64_m128i(a), vc)); +} + +// NEON does not provide a version of this function. +// Creates a 16-bit mask from the most significant bits of the 16 signed or +// unsigned 8-bit integers in a and zero extends the upper bits. +// https://msdn.microsoft.com/en-us/library/vstudio/s090c8fk(v=vs.100).aspx +FORCE_INLINE int _mm_movemask_epi8(__m128i a) +{ +#if defined(__aarch64__) + uint8x16_t input = vreinterpretq_u8_m128i(a); + const int8_t ALIGN_STRUCT(16) + xr[16] = {-7, -6, -5, -4, -3, -2, -1, 0, -7, -6, -5, -4, -3, -2, -1, 0}; + const uint8x16_t mask_and = vdupq_n_u8(0x80); + const int8x16_t mask_shift = vld1q_s8(xr); + const uint8x16_t mask_result = + vshlq_u8(vandq_u8(input, mask_and), mask_shift); + uint8x8_t lo = vget_low_u8(mask_result); + uint8x8_t hi = vget_high_u8(mask_result); + + return vaddv_u8(lo) + (vaddv_u8(hi) << 8); +#else + // Use increasingly wide shifts+adds to collect the sign bits + // together. + // Since the widening shifts would be rather confusing to follow in little + // endian, everything will be illustrated in big endian order instead. This + // has a different result - the bits would actually be reversed on a big + // endian machine. + + // Starting input (only half the elements are shown): + // 89 ff 1d c0 00 10 99 33 + uint8x16_t input = vreinterpretq_u8_m128i(a); + + // Shift out everything but the sign bits with an unsigned shift right. + // + // Bytes of the vector:: + // 89 ff 1d c0 00 10 99 33 + // \ \ \ \ \ \ \ \ high_bits = (uint16x4_t)(input >> 7) + // | | | | | | | | + // 01 01 00 01 00 00 01 00 + // + // Bits of first important lane(s): + // 10001001 (89) + // \______ + // | + // 00000001 (01) + uint16x8_t high_bits = vreinterpretq_u16_u8(vshrq_n_u8(input, 7)); + + // Merge the even lanes together with a 16-bit unsigned shift right + add. + // 'xx' represents garbage data which will be ignored in the final result. + // In the important bytes, the add functions like a binary OR. + // + // 01 01 00 01 00 00 01 00 + // \_ | \_ | \_ | \_ | paired16 = (uint32x4_t)(input + (input >> 7)) + // \| \| \| \| + // xx 03 xx 01 xx 00 xx 02 + // + // 00000001 00000001 (01 01) + // \_______ | + // \| + // xxxxxxxx xxxxxx11 (xx 03) + uint32x4_t paired16 = + vreinterpretq_u32_u16(vsraq_n_u16(high_bits, high_bits, 7)); + + // Repeat with a wider 32-bit shift + add. + // xx 03 xx 01 xx 00 xx 02 + // \____ | \____ | paired32 = (uint64x1_t)(paired16 + (paired16 >> + // 14)) + // \| \| + // xx xx xx 0d xx xx xx 02 + // + // 00000011 00000001 (03 01) + // \\_____ || + // '----.\|| + // xxxxxxxx xxxx1101 (xx 0d) + uint64x2_t paired32 = + vreinterpretq_u64_u32(vsraq_n_u32(paired16, paired16, 14)); + + // Last, an even wider 64-bit shift + add to get our result in the low 8 bit + // lanes. xx xx xx 0d xx xx xx 02 + // \_________ | paired64 = (uint8x8_t)(paired32 + (paired32 >> + // 28)) + // \| + // xx xx xx xx xx xx xx d2 + // + // 00001101 00000010 (0d 02) + // \ \___ | | + // '---. \| | + // xxxxxxxx 11010010 (xx d2) + uint8x16_t paired64 = + vreinterpretq_u8_u64(vsraq_n_u64(paired32, paired32, 28)); + + // Extract the low 8 bits from each 64-bit lane with 2 8-bit extracts. + // xx xx xx xx xx xx xx d2 + // || return paired64[0] + // d2 + // Note: Little endian would return the correct value 4b (01001011) instead. + return vgetq_lane_u8(paired64, 0) | ((int) vgetq_lane_u8(paired64, 8) << 8); +#endif +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movepi64_pi64 +FORCE_INLINE __m64 _mm_movepi64_pi64(__m128i a) +{ + return vreinterpret_m64_s64(vget_low_s64(vreinterpretq_s64_m128i(a))); +} + +// Copy the 64-bit integer a to the lower element of dst, and zero the upper +// element. +// +// dst[63:0] := a[63:0] +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_movpi64_epi64 +FORCE_INLINE __m128i _mm_movpi64_epi64(__m64 a) +{ + return vreinterpretq_m128i_s64( + vcombine_s64(vreinterpret_s64_m64(a), vdup_n_s64(0))); +} + +// NEON does not provide this method +// Creates a 4-bit mask from the most significant bits of the four +// single-precision, floating-point values. +// https://msdn.microsoft.com/en-us/library/vstudio/4490ys29(v=vs.100).aspx +FORCE_INLINE int _mm_movemask_ps(__m128 a) +{ + uint32x4_t input = vreinterpretq_u32_m128(a); +#if defined(__aarch64__) + static const int32x4_t shift = {0, 1, 2, 3}; + uint32x4_t tmp = vshrq_n_u32(input, 31); + return vaddvq_u32(vshlq_u32(tmp, shift)); +#else + // Uses the exact same method as _mm_movemask_epi8, see that for details. + // Shift out everything but the sign bits with a 32-bit unsigned shift + // right. + uint64x2_t high_bits = vreinterpretq_u64_u32(vshrq_n_u32(input, 31)); + // Merge the two pairs together with a 64-bit unsigned shift right + add. + uint8x16_t paired = + vreinterpretq_u8_u64(vsraq_n_u64(high_bits, high_bits, 31)); + // Extract the result. + return vgetq_lane_u8(paired, 0) | (vgetq_lane_u8(paired, 8) << 2); +#endif +} + +// Compute the bitwise NOT of a and then AND with a 128-bit vector containing +// all 1's, and return 1 if the result is zero, otherwise return 0. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_test_all_ones +FORCE_INLINE int _mm_test_all_ones(__m128i a) +{ + return (uint64_t)(vgetq_lane_s64(a, 0) & vgetq_lane_s64(a, 1)) == + ~(uint64_t) 0; +} + +// Compute the bitwise AND of 128 bits (representing integer data) in a and +// mask, and return 1 if the result is zero, otherwise return 0. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_test_all_zeros +FORCE_INLINE int _mm_test_all_zeros(__m128i a, __m128i mask) +{ + int64x2_t a_and_mask = + vandq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(mask)); + return (vgetq_lane_s64(a_and_mask, 0) | vgetq_lane_s64(a_and_mask, 1)) ? 0 + : 1; +} + +/* Math operations */ + +// Subtracts the four single-precision, floating-point values of a and b. +// +// r0 := a0 - b0 +// r1 := a1 - b1 +// r2 := a2 - b2 +// r3 := a3 - b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/1zad2k61(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sub_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vsubq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Subtract the lower single-precision (32-bit) floating-point element in b from +// the lower single-precision (32-bit) floating-point element in a, store the +// result in the lower element of dst, and copy the upper 3 packed elements from +// a to the upper elements of dst. +// +// dst[31:0] := a[31:0] - b[31:0] +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sub_ss +FORCE_INLINE __m128 _mm_sub_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_sub_ps(a, b)); +} + +// Subtract 2 packed 64-bit integers in b from 2 packed 64-bit integers in a, +// and store the results in dst. +// r0 := a0 - b0 +// r1 := a1 - b1 +FORCE_INLINE __m128i _mm_sub_epi64(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s64( + vsubq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +} + +// Subtracts the 4 signed or unsigned 32-bit integers of b from the 4 signed or +// unsigned 32-bit integers of a. +// +// r0 := a0 - b0 +// r1 := a1 - b1 +// r2 := a2 - b2 +// r3 := a3 - b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/fhh866h0(v=vs.100).aspx +FORCE_INLINE __m128i _mm_sub_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vsubq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +FORCE_INLINE __m128i _mm_sub_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vsubq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +FORCE_INLINE __m128i _mm_sub_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vsubq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Subtract 64-bit integer b from 64-bit integer a, and store the result in dst. +// +// dst[63:0] := a[63:0] - b[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sub_si64 +FORCE_INLINE __m64 _mm_sub_si64(__m64 a, __m64 b) +{ + return vreinterpret_m64_s64( + vsub_s64(vreinterpret_s64_m64(a), vreinterpret_s64_m64(b))); +} + +// Subtracts the 8 unsigned 16-bit integers of bfrom the 8 unsigned 16-bit +// integers of a and saturates.. +// https://technet.microsoft.com/en-us/subscriptions/index/f44y0s19(v=vs.90).aspx +FORCE_INLINE __m128i _mm_subs_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vqsubq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Subtracts the 16 unsigned 8-bit integers of b from the 16 unsigned 8-bit +// integers of a and saturates. +// +// r0 := UnsignedSaturate(a0 - b0) +// r1 := UnsignedSaturate(a1 - b1) +// ... +// r15 := UnsignedSaturate(a15 - b15) +// +// https://technet.microsoft.com/en-us/subscriptions/yadkxc18(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vqsubq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Subtracts the 16 signed 8-bit integers of b from the 16 signed 8-bit integers +// of a and saturates. +// +// r0 := SignedSaturate(a0 - b0) +// r1 := SignedSaturate(a1 - b1) +// ... +// r15 := SignedSaturate(a15 - b15) +// +// https://technet.microsoft.com/en-us/subscriptions/by7kzks1(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vqsubq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Subtracts the 8 signed 16-bit integers of b from the 8 signed 16-bit integers +// of a and saturates. +// +// r0 := SignedSaturate(a0 - b0) +// r1 := SignedSaturate(a1 - b1) +// ... +// r7 := SignedSaturate(a7 - b7) +// +// https://technet.microsoft.com/en-us/subscriptions/3247z5b8(v=vs.90) +FORCE_INLINE __m128i _mm_subs_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vqsubq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +FORCE_INLINE __m128i _mm_adds_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vqaddq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Negate packed 8-bit integers in a when the corresponding signed +// 8-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..15 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi8(__m128i _a, __m128i _b) +{ + int8x16_t a = vreinterpretq_s8_m128i(_a); + int8x16_t b = vreinterpretq_s8_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFF : 0 + uint8x16_t ltMask = vreinterpretq_u8_s8(vshrq_n_s8(b, 7)); + + // (b == 0) ? 0xFF : 0 +#if defined(__aarch64__) + int8x16_t zeroMask = vreinterpretq_s8_u8(vceqzq_s8(b)); +#else + int8x16_t zeroMask = vreinterpretq_s8_u8(vceqq_s8(b, vdupq_n_s8(0))); +#endif + + // bitwise select either a or nagative 'a' (vnegq_s8(a) return nagative 'a') + // based on ltMask + int8x16_t masked = vbslq_s8(ltMask, vnegq_s8(a), a); + // res = masked & (~zeroMask) + int8x16_t res = vbicq_s8(masked, zeroMask); + + return vreinterpretq_m128i_s8(res); +} + +// Negate packed 16-bit integers in a when the corresponding signed +// 16-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..7 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi16(__m128i _a, __m128i _b) +{ + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFF : 0 + uint16x8_t ltMask = vreinterpretq_u16_s16(vshrq_n_s16(b, 15)); + // (b == 0) ? 0xFFFF : 0 +#if defined(__aarch64__) + int16x8_t zeroMask = vreinterpretq_s16_u16(vceqzq_s16(b)); +#else + int16x8_t zeroMask = vreinterpretq_s16_u16(vceqq_s16(b, vdupq_n_s16(0))); +#endif + + // bitwise select either a or negative 'a' (vnegq_s16(a) equals to negative + // 'a') based on ltMask + int16x8_t masked = vbslq_s16(ltMask, vnegq_s16(a), a); + // res = masked & (~zeroMask) + int16x8_t res = vbicq_s16(masked, zeroMask); + return vreinterpretq_m128i_s16(res); +} + +// Negate packed 32-bit integers in a when the corresponding signed +// 32-bit integer in b is negative, and store the results in dst. +// Element in dst are zeroed out when the corresponding element +// in b is zero. +// +// for i in 0..3 +// if b[i] < 0 +// r[i] := -a[i] +// else if b[i] == 0 +// r[i] := 0 +// else +// r[i] := a[i] +// fi +// done +FORCE_INLINE __m128i _mm_sign_epi32(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFFFFFF : 0 + uint32x4_t ltMask = vreinterpretq_u32_s32(vshrq_n_s32(b, 31)); + + // (b == 0) ? 0xFFFFFFFF : 0 +#if defined(__aarch64__) + int32x4_t zeroMask = vreinterpretq_s32_u32(vceqzq_s32(b)); +#else + int32x4_t zeroMask = vreinterpretq_s32_u32(vceqq_s32(b, vdupq_n_s32(0))); +#endif + + // bitwise select either a or negative 'a' (vnegq_s32(a) equals to negative + // 'a') based on ltMask + int32x4_t masked = vbslq_s32(ltMask, vnegq_s32(a), a); + // res = masked & (~zeroMask) + int32x4_t res = vbicq_s32(masked, zeroMask); + return vreinterpretq_m128i_s32(res); +} + +// Negate packed 16-bit integers in a when the corresponding signed 16-bit +// integer in b is negative, and store the results in dst. Element in dst are +// zeroed out when the corresponding element in b is zero. +// +// FOR j := 0 to 3 +// i := j*16 +// IF b[i+15:i] < 0 +// dst[i+15:i] := -(a[i+15:i]) +// ELSE IF b[i+15:i] == 0 +// dst[i+15:i] := 0 +// ELSE +// dst[i+15:i] := a[i+15:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi16 +FORCE_INLINE __m64 _mm_sign_pi16(__m64 _a, __m64 _b) +{ + int16x4_t a = vreinterpret_s16_m64(_a); + int16x4_t b = vreinterpret_s16_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFF : 0 + uint16x4_t ltMask = vreinterpret_u16_s16(vshr_n_s16(b, 15)); + + // (b == 0) ? 0xFFFF : 0 +#if defined(__aarch64__) + int16x4_t zeroMask = vreinterpret_s16_u16(vceqz_s16(b)); +#else + int16x4_t zeroMask = vreinterpret_s16_u16(vceq_s16(b, vdup_n_s16(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s16(a) return nagative 'a') + // based on ltMask + int16x4_t masked = vbsl_s16(ltMask, vneg_s16(a), a); + // res = masked & (~zeroMask) + int16x4_t res = vbic_s16(masked, zeroMask); + + return vreinterpret_m64_s16(res); +} + +// Negate packed 32-bit integers in a when the corresponding signed 32-bit +// integer in b is negative, and store the results in dst. Element in dst are +// zeroed out when the corresponding element in b is zero. +// +// FOR j := 0 to 1 +// i := j*32 +// IF b[i+31:i] < 0 +// dst[i+31:i] := -(a[i+31:i]) +// ELSE IF b[i+31:i] == 0 +// dst[i+31:i] := 0 +// ELSE +// dst[i+31:i] := a[i+31:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi32 +FORCE_INLINE __m64 _mm_sign_pi32(__m64 _a, __m64 _b) +{ + int32x2_t a = vreinterpret_s32_m64(_a); + int32x2_t b = vreinterpret_s32_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFFFFFFFF : 0 + uint32x2_t ltMask = vreinterpret_u32_s32(vshr_n_s32(b, 31)); + + // (b == 0) ? 0xFFFFFFFF : 0 +#if defined(__aarch64__) + int32x2_t zeroMask = vreinterpret_s32_u32(vceqz_s32(b)); +#else + int32x2_t zeroMask = vreinterpret_s32_u32(vceq_s32(b, vdup_n_s32(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s32(a) return nagative 'a') + // based on ltMask + int32x2_t masked = vbsl_s32(ltMask, vneg_s32(a), a); + // res = masked & (~zeroMask) + int32x2_t res = vbic_s32(masked, zeroMask); + + return vreinterpret_m64_s32(res); +} + +// Negate packed 8-bit integers in a when the corresponding signed 8-bit integer +// in b is negative, and store the results in dst. Element in dst are zeroed out +// when the corresponding element in b is zero. +// +// FOR j := 0 to 7 +// i := j*8 +// IF b[i+7:i] < 0 +// dst[i+7:i] := -(a[i+7:i]) +// ELSE IF b[i+7:i] == 0 +// dst[i+7:i] := 0 +// ELSE +// dst[i+7:i] := a[i+7:i] +// FI +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sign_pi8 +FORCE_INLINE __m64 _mm_sign_pi8(__m64 _a, __m64 _b) +{ + int8x8_t a = vreinterpret_s8_m64(_a); + int8x8_t b = vreinterpret_s8_m64(_b); + + // signed shift right: faster than vclt + // (b < 0) ? 0xFF : 0 + uint8x8_t ltMask = vreinterpret_u8_s8(vshr_n_s8(b, 7)); + + // (b == 0) ? 0xFF : 0 +#if defined(__aarch64__) + int8x8_t zeroMask = vreinterpret_s8_u8(vceqz_s8(b)); +#else + int8x8_t zeroMask = vreinterpret_s8_u8(vceq_s8(b, vdup_n_s8(0))); +#endif + + // bitwise select either a or nagative 'a' (vneg_s8(a) return nagative 'a') + // based on ltMask + int8x8_t masked = vbsl_s8(ltMask, vneg_s8(a), a); + // res = masked & (~zeroMask) + int8x8_t res = vbic_s8(masked, zeroMask); + + return vreinterpret_m64_s8(res); +} + +// Average packed unsigned 16-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := (a[i+15:i] + b[i+15:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_avg_pu16 +FORCE_INLINE __m64 _mm_avg_pu16(__m64 a, __m64 b) +{ + return vreinterpret_m64_u16( + vrhadd_u16(vreinterpret_u16_m64(a), vreinterpret_u16_m64(b))); +} + +// Average packed unsigned 8-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := (a[i+7:i] + b[i+7:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_avg_pu8 +FORCE_INLINE __m64 _mm_avg_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vrhadd_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Average packed unsigned 8-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := (a[i+7:i] + b[i+7:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pavgb +#define _m_pavgb(a, b) _mm_avg_pu8(a, b) + +// Average packed unsigned 16-bit integers in a and b, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := (a[i+15:i] + b[i+15:i] + 1) >> 1 +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pavgw +#define _m_pavgw(a, b) _mm_avg_pu16(a, b) + +// Computes the average of the 16 unsigned 8-bit integers in a and the 16 +// unsigned 8-bit integers in b and rounds. +// +// r0 := (a0 + b0) / 2 +// r1 := (a1 + b1) / 2 +// ... +// r15 := (a15 + b15) / 2 +// +// https://msdn.microsoft.com/en-us/library/vstudio/8zwh554a(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_avg_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vrhaddq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the average of the 8 unsigned 16-bit integers in a and the 8 +// unsigned 16-bit integers in b and rounds. +// +// r0 := (a0 + b0) / 2 +// r1 := (a1 + b1) / 2 +// ... +// r7 := (a7 + b7) / 2 +// +// https://msdn.microsoft.com/en-us/library/vstudio/y13ca3c8(v=vs.90).aspx +FORCE_INLINE __m128i _mm_avg_epu16(__m128i a, __m128i b) +{ + return (__m128i) vrhaddq_u16(vreinterpretq_u16_m128i(a), + vreinterpretq_u16_m128i(b)); +} + +// Adds the four single-precision, floating-point values of a and b. +// +// r0 := a0 + b0 +// r1 := a1 + b1 +// r2 := a2 + b2 +// r3 := a3 + b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/c9848chc(v=vs.100).aspx +FORCE_INLINE __m128 _mm_add_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vaddq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Add packed double-precision (64-bit) floating-point elements in a and b, and +// store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_add_pd +FORCE_INLINE __m128d _mm_add_pd(__m128d a, __m128d b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vaddq_f64(vreinterpretq_f64_m128d(a), vreinterpretq_f64_m128d(b))); +#else + double *da = (double *) &a; + double *db = (double *) &b; + double c[2]; + c[0] = da[0] + db[0]; + c[1] = da[1] + db[1]; + return vld1q_f32((float32_t *) c); +#endif +} + +// Add 64-bit integers a and b, and store the result in dst. +// +// dst[63:0] := a[63:0] + b[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_add_si64 +FORCE_INLINE __m64 _mm_add_si64(__m64 a, __m64 b) +{ + return vreinterpret_m64_s64( + vadd_s64(vreinterpret_s64_m64(a), vreinterpret_s64_m64(b))); +} + +// adds the scalar single-precision floating point values of a and b. +// https://msdn.microsoft.com/en-us/library/be94x2y6(v=vs.100).aspx +FORCE_INLINE __m128 _mm_add_ss(__m128 a, __m128 b) +{ + float32_t b0 = vgetq_lane_f32(vreinterpretq_f32_m128(b), 0); + float32x4_t value = vsetq_lane_f32(b0, vdupq_n_f32(0), 0); + // the upper values in the result must be the remnants of . + return vreinterpretq_m128_f32(vaddq_f32(a, value)); +} + +// Adds the 4 signed or unsigned 64-bit integers in a to the 4 signed or +// unsigned 32-bit integers in b. +// https://msdn.microsoft.com/en-us/library/vstudio/09xs4fkk(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi64(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s64( + vaddq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +} + +// Adds the 4 signed or unsigned 32-bit integers in a to the 4 signed or +// unsigned 32-bit integers in b. +// +// r0 := a0 + b0 +// r1 := a1 + b1 +// r2 := a2 + b2 +// r3 := a3 + b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/09xs4fkk(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vaddq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Adds the 8 signed or unsigned 16-bit integers in a to the 8 signed or +// unsigned 16-bit integers in b. +// https://msdn.microsoft.com/en-us/library/fceha5k4(v=vs.100).aspx +FORCE_INLINE __m128i _mm_add_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vaddq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Adds the 16 signed or unsigned 8-bit integers in a to the 16 signed or +// unsigned 8-bit integers in b. +// https://technet.microsoft.com/en-us/subscriptions/yc7tcyzs(v=vs.90) +FORCE_INLINE __m128i _mm_add_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vaddq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Adds the 8 signed 16-bit integers in a to the 8 signed 16-bit integers in b +// and saturates. +// +// r0 := SignedSaturate(a0 + b0) +// r1 := SignedSaturate(a1 + b1) +// ... +// r7 := SignedSaturate(a7 + b7) +// +// https://msdn.microsoft.com/en-us/library/1a306ef8(v=vs.100).aspx +FORCE_INLINE __m128i _mm_adds_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vqaddq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Add packed signed 8-bit integers in a and b using saturation, and store the +// results in dst. +// +// FOR j := 0 to 15 +// i := j*8 +// dst[i+7:i] := Saturate8( a[i+7:i] + b[i+7:i] ) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_adds_epi8 +FORCE_INLINE __m128i _mm_adds_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vqaddq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Adds the 16 unsigned 8-bit integers in a to the 16 unsigned 8-bit integers in +// b and saturates.. +// https://msdn.microsoft.com/en-us/library/9hahyddy(v=vs.100).aspx +FORCE_INLINE __m128i _mm_adds_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vqaddq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Multiplies the 8 signed or unsigned 16-bit integers from a by the 8 signed or +// unsigned 16-bit integers from b. +// +// r0 := (a0 * b0)[15:0] +// r1 := (a1 * b1)[15:0] +// ... +// r7 := (a7 * b7)[15:0] +// +// https://msdn.microsoft.com/en-us/library/vstudio/9ks1472s(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mullo_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vmulq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Multiplies the 4 signed or unsigned 32-bit integers from a by the 4 signed or +// unsigned 32-bit integers from b. +// https://msdn.microsoft.com/en-us/library/vstudio/bb531409(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mullo_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vmulq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// tmp[31:0] := a[i+15:i] * b[i+15:i] +// dst[i+15:i] := tmp[31:16] +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_pmulhuw +#define _m_pmulhuw(a, b) _mm_mulhi_pu16(a, b) + +// Multiplies the four single-precision, floating-point values of a and b. +// +// r0 := a0 * b0 +// r1 := a1 * b1 +// r2 := a2 * b2 +// r3 := a3 * b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/22kbk6t9(v=vs.100).aspx +FORCE_INLINE __m128 _mm_mul_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_f32( + vmulq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Multiply packed double-precision (64-bit) floating-point elements in a and b, +// and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_pd +FORCE_INLINE __m128d _mm_mul_pd(__m128d a, __m128d b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vmulq_f64(vreinterpretq_f64_m128d(a), vreinterpretq_f64_m128d(b))); +#else + double *da = (double *) &a; + double *db = (double *) &b; + double c[2]; + c[0] = da[0] * db[0]; + c[1] = da[1] * db[1]; + return vld1q_f32((float32_t *) c); +#endif +} + +// Multiply the lower single-precision (32-bit) floating-point element in a and +// b, store the result in the lower element of dst, and copy the upper 3 packed +// elements from a to the upper elements of dst. +// +// dst[31:0] := a[31:0] * b[31:0] +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_ss +FORCE_INLINE __m128 _mm_mul_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_mul_ps(a, b)); +} + +// Multiply the low unsigned 32-bit integers from each packed 64-bit element in +// a and b, and store the unsigned 64-bit results in dst. +// +// r0 := (a0 & 0xFFFFFFFF) * (b0 & 0xFFFFFFFF) +// r1 := (a2 & 0xFFFFFFFF) * (b2 & 0xFFFFFFFF) +FORCE_INLINE __m128i _mm_mul_epu32(__m128i a, __m128i b) +{ + // vmull_u32 upcasts instead of masking, so we downcast. + uint32x2_t a_lo = vmovn_u64(vreinterpretq_u64_m128i(a)); + uint32x2_t b_lo = vmovn_u64(vreinterpretq_u64_m128i(b)); + return vreinterpretq_m128i_u64(vmull_u32(a_lo, b_lo)); +} + +// Multiply the low unsigned 32-bit integers from a and b, and store the +// unsigned 64-bit result in dst. +// +// dst[63:0] := a[31:0] * b[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mul_su32 +FORCE_INLINE __m64 _mm_mul_su32(__m64 a, __m64 b) +{ + return vreinterpret_m64_u64(vget_low_u64( + vmull_u32(vreinterpret_u32_m64(a), vreinterpret_u32_m64(b)))); +} + +// Multiply the low signed 32-bit integers from each packed 64-bit element in +// a and b, and store the signed 64-bit results in dst. +// +// r0 := (int64_t)(int32_t)a0 * (int64_t)(int32_t)b0 +// r1 := (int64_t)(int32_t)a2 * (int64_t)(int32_t)b2 +FORCE_INLINE __m128i _mm_mul_epi32(__m128i a, __m128i b) +{ + // vmull_s32 upcasts instead of masking, so we downcast. + int32x2_t a_lo = vmovn_s64(vreinterpretq_s64_m128i(a)); + int32x2_t b_lo = vmovn_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vmull_s32(a_lo, b_lo)); +} + +// Multiplies the 8 signed 16-bit integers from a by the 8 signed 16-bit +// integers from b. +// +// r0 := (a0 * b0) + (a1 * b1) +// r1 := (a2 * b2) + (a3 * b3) +// r2 := (a4 * b4) + (a5 * b5) +// r3 := (a6 * b6) + (a7 * b7) +// https://msdn.microsoft.com/en-us/library/yht36sa6(v=vs.90).aspx +FORCE_INLINE __m128i _mm_madd_epi16(__m128i a, __m128i b) +{ + int32x4_t low = vmull_s16(vget_low_s16(vreinterpretq_s16_m128i(a)), + vget_low_s16(vreinterpretq_s16_m128i(b))); + int32x4_t high = vmull_s16(vget_high_s16(vreinterpretq_s16_m128i(a)), + vget_high_s16(vreinterpretq_s16_m128i(b))); + + int32x2_t low_sum = vpadd_s32(vget_low_s32(low), vget_high_s32(low)); + int32x2_t high_sum = vpadd_s32(vget_low_s32(high), vget_high_s32(high)); + + return vreinterpretq_m128i_s32(vcombine_s32(low_sum, high_sum)); +} + +// Multiply packed signed 16-bit integers in a and b, producing intermediate +// signed 32-bit integers. Shift right by 15 bits while rounding up, and store +// the packed 16-bit integers in dst. +// +// r0 := Round(((int32_t)a0 * (int32_t)b0) >> 15) +// r1 := Round(((int32_t)a1 * (int32_t)b1) >> 15) +// r2 := Round(((int32_t)a2 * (int32_t)b2) >> 15) +// ... +// r7 := Round(((int32_t)a7 * (int32_t)b7) >> 15) +FORCE_INLINE __m128i _mm_mulhrs_epi16(__m128i a, __m128i b) +{ + // Has issues due to saturation + // return vreinterpretq_m128i_s16(vqrdmulhq_s16(a, b)); + + // Multiply + int32x4_t mul_lo = vmull_s16(vget_low_s16(vreinterpretq_s16_m128i(a)), + vget_low_s16(vreinterpretq_s16_m128i(b))); + int32x4_t mul_hi = vmull_s16(vget_high_s16(vreinterpretq_s16_m128i(a)), + vget_high_s16(vreinterpretq_s16_m128i(b))); + + // Rounding narrowing shift right + // narrow = (int16_t)((mul + 16384) >> 15); + int16x4_t narrow_lo = vrshrn_n_s32(mul_lo, 15); + int16x4_t narrow_hi = vrshrn_n_s32(mul_hi, 15); + + // Join together + return vreinterpretq_m128i_s16(vcombine_s16(narrow_lo, narrow_hi)); +} + +// Vertically multiply each unsigned 8-bit integer from a with the corresponding +// signed 8-bit integer from b, producing intermediate signed 16-bit integers. +// Horizontally add adjacent pairs of intermediate signed 16-bit integers, +// and pack the saturated results in dst. +// +// FOR j := 0 to 7 +// i := j*16 +// dst[i+15:i] := Saturate_To_Int16( a[i+15:i+8]*b[i+15:i+8] + +// a[i+7:i]*b[i+7:i] ) +// ENDFOR +FORCE_INLINE __m128i _mm_maddubs_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + uint8x16_t a = vreinterpretq_u8_m128i(_a); + int8x16_t b = vreinterpretq_s8_m128i(_b); + int16x8_t tl = vmulq_s16(vreinterpretq_s16_u16(vmovl_u8(vget_low_u8(a))), + vmovl_s8(vget_low_s8(b))); + int16x8_t th = vmulq_s16(vreinterpretq_s16_u16(vmovl_u8(vget_high_u8(a))), + vmovl_s8(vget_high_s8(b))); + return vreinterpretq_m128i_s16( + vqaddq_s16(vuzp1q_s16(tl, th), vuzp2q_s16(tl, th))); +#else + // This would be much simpler if x86 would choose to zero extend OR sign + // extend, not both. This could probably be optimized better. + uint16x8_t a = vreinterpretq_u16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + + // Zero extend a + int16x8_t a_odd = vreinterpretq_s16_u16(vshrq_n_u16(a, 8)); + int16x8_t a_even = vreinterpretq_s16_u16(vbicq_u16(a, vdupq_n_u16(0xff00))); + + // Sign extend by shifting left then shifting right. + int16x8_t b_even = vshrq_n_s16(vshlq_n_s16(b, 8), 8); + int16x8_t b_odd = vshrq_n_s16(b, 8); + + // multiply + int16x8_t prod1 = vmulq_s16(a_even, b_even); + int16x8_t prod2 = vmulq_s16(a_odd, b_odd); + + // saturated add + return vreinterpretq_m128i_s16(vqaddq_s16(prod1, prod2)); +#endif +} + +// Computes the fused multiple add product of 32-bit floating point numbers. +// +// Return Value +// Multiplies A and B, and adds C to the temporary result before returning it. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_fmadd +FORCE_INLINE __m128 _mm_fmadd_ps(__m128 a, __m128 b, __m128 c) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vfmaq_f32(vreinterpretq_f32_m128(c), + vreinterpretq_f32_m128(b), + vreinterpretq_f32_m128(a))); +#else + return _mm_add_ps(_mm_mul_ps(a, b), c); +#endif +} + +// Alternatively add and subtract packed single-precision (32-bit) +// floating-point elements in a to/from packed elements in b, and store the +// results in dst. +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=addsub_ps +FORCE_INLINE __m128 _mm_addsub_ps(__m128 a, __m128 b) +{ + __m128 mask = {-1.0f, 1.0f, -1.0f, 1.0f}; + return _mm_fmadd_ps(b, mask, a); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce two +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of 64-bit elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sad_epu8 +FORCE_INLINE __m128i _mm_sad_epu8(__m128i a, __m128i b) +{ + uint16x8_t t = vpaddlq_u8(vabdq_u8((uint8x16_t) a, (uint8x16_t) b)); + uint16_t r0 = t[0] + t[1] + t[2] + t[3]; + uint16_t r4 = t[4] + t[5] + t[6] + t[7]; + uint16x8_t r = vsetq_lane_u16(r0, vdupq_n_u16(0), 0); + return (__m128i) vsetq_lane_u16(r4, r, 4); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce four +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_sad_pu8 +FORCE_INLINE __m64 _mm_sad_pu8(__m64 a, __m64 b) +{ + uint16x4_t t = + vpaddl_u8(vabd_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); + uint16_t r0 = t[0] + t[1] + t[2] + t[3]; + return vreinterpret_m64_u16(vset_lane_u16(r0, vdup_n_u16(0), 0)); +} + +// Compute the absolute differences of packed unsigned 8-bit integers in a and +// b, then horizontally sum each consecutive 8 differences to produce four +// unsigned 16-bit integers, and pack these unsigned 16-bit integers in the low +// 16 bits of dst. +// +// FOR j := 0 to 7 +// i := j*8 +// tmp[i+7:i] := ABS(a[i+7:i] - b[i+7:i]) +// ENDFOR +// dst[15:0] := tmp[7:0] + tmp[15:8] + tmp[23:16] + tmp[31:24] + tmp[39:32] + +// tmp[47:40] + tmp[55:48] + tmp[63:56] dst[63:16] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_m_psadbw +#define _m_psadbw(a, b) _mm_sad_pu8(a, b) + +// Divides the four single-precision, floating-point values of a and b. +// +// r0 := a0 / b0 +// r1 := a1 / b1 +// r2 := a2 / b2 +// r3 := a3 / b3 +// +// https://msdn.microsoft.com/en-us/library/edaw8147(v=vs.100).aspx +FORCE_INLINE __m128 _mm_div_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vdivq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x4_t recip0 = vrecpeq_f32(vreinterpretq_f32_m128(b)); + float32x4_t recip1 = + vmulq_f32(recip0, vrecpsq_f32(recip0, vreinterpretq_f32_m128(b))); + return vreinterpretq_m128_f32(vmulq_f32(vreinterpretq_f32_m128(a), recip1)); +#endif +} + +// Divides the scalar single-precision floating point value of a by b. +// https://msdn.microsoft.com/en-us/library/4y73xa49(v=vs.100).aspx +FORCE_INLINE __m128 _mm_div_ss(__m128 a, __m128 b) +{ + float32_t value = + vgetq_lane_f32(vreinterpretq_f32_m128(_mm_div_ps(a, b)), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Compute the approximate reciprocal of packed single-precision (32-bit) +// floating-point elements in a, and store the results in dst. The maximum +// relative error for this approximation is less than 1.5*2^-12. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rcp_ps +FORCE_INLINE __m128 _mm_rcp_ps(__m128 in) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vdivq_f32(vdupq_n_f32(1.0f), vreinterpretq_f32_m128(in))); +#else + float32x4_t recip = vrecpeq_f32(vreinterpretq_f32_m128(in)); + recip = vmulq_f32(recip, vrecpsq_f32(recip, vreinterpretq_f32_m128(in))); + return vreinterpretq_m128_f32(recip); +#endif +} + +// Compute the approximate reciprocal of the lower single-precision (32-bit) +// floating-point element in a, store the result in the lower element of dst, +// and copy the upper 3 packed elements from a to the upper elements of dst. The +// maximum relative error for this approximation is less than 1.5*2^-12. +// +// dst[31:0] := (1.0 / a[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rcp_ss +FORCE_INLINE __m128 _mm_rcp_ss(__m128 a) +{ + return _mm_move_ss(a, _mm_rcp_ps(a)); +} + +// Computes the approximations of square roots of the four single-precision, +// floating-point values of a. First computes reciprocal square roots and then +// reciprocals of the four values. +// +// r0 := sqrt(a0) +// r1 := sqrt(a1) +// r2 := sqrt(a2) +// r3 := sqrt(a3) +// +// https://msdn.microsoft.com/en-us/library/vstudio/8z67bwwk(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sqrt_ps(__m128 in) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vsqrtq_f32(vreinterpretq_f32_m128(in))); +#else + float32x4_t recipsq = vrsqrteq_f32(vreinterpretq_f32_m128(in)); + float32x4_t sq = vrecpeq_f32(recipsq); + // ??? use step versions of both sqrt and recip for better accuracy? + return vreinterpretq_m128_f32(sq); +#endif +} + +// Computes the approximation of the square root of the scalar single-precision +// floating point value of in. +// https://msdn.microsoft.com/en-us/library/ahfsc22d(v=vs.100).aspx +FORCE_INLINE __m128 _mm_sqrt_ss(__m128 in) +{ + float32_t value = + vgetq_lane_f32(vreinterpretq_f32_m128(_mm_sqrt_ps(in)), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(in), 0)); +} + +// Computes the approximations of the reciprocal square roots of the four +// single-precision floating point values of in. +// https://msdn.microsoft.com/en-us/library/22hfsh53(v=vs.100).aspx +FORCE_INLINE __m128 _mm_rsqrt_ps(__m128 in) +{ + return vreinterpretq_m128_f32(vrsqrteq_f32(vreinterpretq_f32_m128(in))); +} + +// Compute the approximate reciprocal square root of the lower single-precision +// (32-bit) floating-point element in a, store the result in the lower element +// of dst, and copy the upper 3 packed elements from a to the upper elements of +// dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_rsqrt_ss +FORCE_INLINE __m128 _mm_rsqrt_ss(__m128 in) +{ + return vsetq_lane_f32(vgetq_lane_f32(_mm_rsqrt_ps(in), 0), in, 0); +} + +// Compare packed signed 16-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MAX(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pi16 +FORCE_INLINE __m64 _mm_max_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vmax_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Compare packed signed 16-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MAX(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pi16 +#define _m_pmaxsw(a, b) _mm_max_pi16(a, b) + +// Computes the maximums of the four single-precision, floating-point values of +// a and b. +// https://msdn.microsoft.com/en-us/library/vstudio/ff5d607a(v=vs.100).aspx +FORCE_INLINE __m128 _mm_max_ps(__m128 a, __m128 b) +{ +#if SSE2NEON_PRECISE_MINMAX + float32x4_t _a = vreinterpretq_f32_m128(a); + float32x4_t _b = vreinterpretq_f32_m128(b); + return vbslq_f32(vcltq_f32(_b, _a), _a, _b); +#else + return vreinterpretq_m128_f32( + vmaxq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#endif +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MAX(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pu8 +FORCE_INLINE __m64 _mm_max_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vmax_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed maximum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MAX(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_pu8 +#define _m_pmaxub(a, b) _mm_max_pu8(a, b) + +// Compare packed signed 16-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MIN(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pi16 +FORCE_INLINE __m64 _mm_min_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vmin_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Compare packed signed 16-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// dst[i+15:i] := MIN(a[i+15:i], b[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pi16 +#define _m_pminsw(a, b) _mm_min_pi16(a, b) + +// Computes the minima of the four single-precision, floating-point values of a +// and b. +// https://msdn.microsoft.com/en-us/library/vstudio/wh13kadz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_min_ps(__m128 a, __m128 b) +{ +#if SSE2NEON_PRECISE_MINMAX + float32x4_t _a = vreinterpretq_f32_m128(a); + float32x4_t _b = vreinterpretq_f32_m128(b); + return vbslq_f32(vcltq_f32(_a, _b), _a, _b); +#else + return vreinterpretq_m128_f32( + vminq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#endif +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MIN(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pu8 +FORCE_INLINE __m64 _mm_min_pu8(__m64 a, __m64 b) +{ + return vreinterpret_m64_u8( + vmin_u8(vreinterpret_u8_m64(a), vreinterpret_u8_m64(b))); +} + +// Compare packed unsigned 8-bit integers in a and b, and store packed minimum +// values in dst. +// +// FOR j := 0 to 7 +// i := j*8 +// dst[i+7:i] := MIN(a[i+7:i], b[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_pu8 +#define _m_pminub(a, b) _mm_min_pu8(a, b) + +// Computes the maximum of the two lower scalar single-precision floating point +// values of a and b. +// https://msdn.microsoft.com/en-us/library/s6db5esz(v=vs.100).aspx +FORCE_INLINE __m128 _mm_max_ss(__m128 a, __m128 b) +{ + float32_t value = vgetq_lane_f32(_mm_max_ps(a, b), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Computes the minimum of the two lower scalar single-precision floating point +// values of a and b. +// https://msdn.microsoft.com/en-us/library/0a9y7xaa(v=vs.100).aspx +FORCE_INLINE __m128 _mm_min_ss(__m128 a, __m128 b) +{ + float32_t value = vgetq_lane_f32(_mm_min_ps(a, b), 0); + return vreinterpretq_m128_f32( + vsetq_lane_f32(value, vreinterpretq_f32_m128(a), 0)); +} + +// Computes the pairwise maxima of the 16 unsigned 8-bit integers from a and the +// 16 unsigned 8-bit integers from b. +// https://msdn.microsoft.com/en-us/library/st6634za(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vmaxq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the pairwise minima of the 16 unsigned 8-bit integers from a and the +// 16 unsigned 8-bit integers from b. +// https://msdn.microsoft.com/ko-kr/library/17k8cf58(v=vs.100).aspxx +FORCE_INLINE __m128i _mm_min_epu8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vminq_u8(vreinterpretq_u8_m128i(a), vreinterpretq_u8_m128i(b))); +} + +// Computes the pairwise minima of the 8 signed 16-bit integers from a and the 8 +// signed 16-bit integers from b. +// https://msdn.microsoft.com/en-us/library/vstudio/6te997ew(v=vs.100).aspx +FORCE_INLINE __m128i _mm_min_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vminq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compare packed signed 8-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epi8 +FORCE_INLINE __m128i _mm_max_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vmaxq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compare packed unsigned 16-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu16 +FORCE_INLINE __m128i _mm_max_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vmaxq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Compare packed signed 8-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_epi8 +FORCE_INLINE __m128i _mm_min_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vminq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compare packed unsigned 16-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_min_epu16 +FORCE_INLINE __m128i _mm_min_epu16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vminq_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b))); +} + +// Computes the pairwise maxima of the 8 signed 16-bit integers from a and the 8 +// signed 16-bit integers from b. +// https://msdn.microsoft.com/en-us/LIBRary/3x060h7c(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vmaxq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// epi versions of min/max +// Computes the pariwise maximums of the four signed 32-bit integer values of a +// and b. +// +// A 128-bit parameter that can be defined with the following equations: +// r0 := (a0 > b0) ? a0 : b0 +// r1 := (a1 > b1) ? a1 : b1 +// r2 := (a2 > b2) ? a2 : b2 +// r3 := (a3 > b3) ? a3 : b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/bb514055(v=vs.100).aspx +FORCE_INLINE __m128i _mm_max_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vmaxq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Computes the pariwise minima of the four signed 32-bit integer values of a +// and b. +// +// A 128-bit parameter that can be defined with the following equations: +// r0 := (a0 < b0) ? a0 : b0 +// r1 := (a1 < b1) ? a1 : b1 +// r2 := (a2 < b2) ? a2 : b2 +// r3 := (a3 < b3) ? a3 : b3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/bb531476(v=vs.100).aspx +FORCE_INLINE __m128i _mm_min_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s32( + vminq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compare packed unsigned 32-bit integers in a and b, and store packed maximum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu32 +FORCE_INLINE __m128i _mm_max_epu32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vmaxq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b))); +} + +// Compare packed unsigned 32-bit integers in a and b, and store packed minimum +// values in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_max_epu32 +FORCE_INLINE __m128i _mm_min_epu32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vminq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b))); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mulhi_pu16 +FORCE_INLINE __m64 _mm_mulhi_pu16(__m64 a, __m64 b) +{ + return vreinterpret_m64_u16(vshrn_n_u32( + vmull_u16(vreinterpret_u16_m64(a), vreinterpret_u16_m64(b)), 16)); +} + +// Multiplies the 8 signed 16-bit integers from a by the 8 signed 16-bit +// integers from b. +// +// r0 := (a0 * b0)[31:16] +// r1 := (a1 * b1)[31:16] +// ... +// r7 := (a7 * b7)[31:16] +// +// https://msdn.microsoft.com/en-us/library/vstudio/59hddw1d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_mulhi_epi16(__m128i a, __m128i b) +{ + /* FIXME: issue with large values because of result saturation */ + // int16x8_t ret = vqdmulhq_s16(vreinterpretq_s16_m128i(a), + // vreinterpretq_s16_m128i(b)); /* =2*a*b */ return + // vreinterpretq_m128i_s16(vshrq_n_s16(ret, 1)); + int16x4_t a3210 = vget_low_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b3210 = vget_low_s16(vreinterpretq_s16_m128i(b)); + int32x4_t ab3210 = vmull_s16(a3210, b3210); /* 3333222211110000 */ + int16x4_t a7654 = vget_high_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b7654 = vget_high_s16(vreinterpretq_s16_m128i(b)); + int32x4_t ab7654 = vmull_s16(a7654, b7654); /* 7777666655554444 */ + uint16x8x2_t r = + vuzpq_u16(vreinterpretq_u16_s32(ab3210), vreinterpretq_u16_s32(ab7654)); + return vreinterpretq_m128i_u16(r.val[1]); +} + +// Multiply the packed unsigned 16-bit integers in a and b, producing +// intermediate 32-bit integers, and store the high 16 bits of the intermediate +// integers in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_mulhi_epu16 +FORCE_INLINE __m128i _mm_mulhi_epu16(__m128i a, __m128i b) +{ + uint16x4_t a3210 = vget_low_u16(vreinterpretq_u16_m128i(a)); + uint16x4_t b3210 = vget_low_u16(vreinterpretq_u16_m128i(b)); + uint32x4_t ab3210 = vmull_u16(a3210, b3210); +#if defined(__aarch64__) + uint32x4_t ab7654 = + vmull_high_u16(vreinterpretq_u16_m128i(a), vreinterpretq_u16_m128i(b)); + uint16x8_t r = vuzp2q_u16(vreinterpretq_u16_u32(ab3210), + vreinterpretq_u16_u32(ab7654)); + return vreinterpretq_m128i_u16(r); +#else + uint16x4_t a7654 = vget_high_u16(vreinterpretq_u16_m128i(a)); + uint16x4_t b7654 = vget_high_u16(vreinterpretq_u16_m128i(b)); + uint32x4_t ab7654 = vmull_u16(a7654, b7654); + uint16x8x2_t r = + vuzpq_u16(vreinterpretq_u16_u32(ab3210), vreinterpretq_u16_u32(ab7654)); + return vreinterpretq_m128i_u16(r.val[1]); +#endif +} + +// Computes pairwise add of each argument as single-precision, floating-point +// values a and b. +// https://msdn.microsoft.com/en-us/library/yd9wecaa.aspx +FORCE_INLINE __m128 _mm_hadd_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vpaddq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a10 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t a32 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b10 = vget_low_f32(vreinterpretq_f32_m128(b)); + float32x2_t b32 = vget_high_f32(vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_f32( + vcombine_f32(vpadd_f32(a10, a32), vpadd_f32(b10, b32))); +#endif +} + +// Computes pairwise add of each argument as a 16-bit signed or unsigned integer +// values a and b. +FORCE_INLINE __m128i _mm_hadd_epi16(__m128i _a, __m128i _b) +{ + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); +#if defined(__aarch64__) + return vreinterpretq_m128i_s16(vpaddq_s16(a, b)); +#else + return vreinterpretq_m128i_s16( + vcombine_s16(vpadd_s16(vget_low_s16(a), vget_high_s16(a)), + vpadd_s16(vget_low_s16(b), vget_high_s16(b)))); +#endif +} + +// Horizontally substract adjacent pairs of single-precision (32-bit) +// floating-point elements in a and b, and pack the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hsub_ps +FORCE_INLINE __m128 _mm_hsub_ps(__m128 _a, __m128 _b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32(vsubq_f32( + vuzp1q_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)), + vuzp2q_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)))); +#else + float32x4x2_t c = + vuzpq_f32(vreinterpretq_f32_m128(_a), vreinterpretq_f32_m128(_b)); + return vreinterpretq_m128_f32(vsubq_f32(c.val[0], c.val[1])); +#endif +} + +// Horizontally add adjacent pairs of 16-bit integers in a and b, and pack the +// signed 16-bit results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hadd_pi16 +FORCE_INLINE __m64 _mm_hadd_pi16(__m64 a, __m64 b) +{ + return vreinterpret_m64_s16( + vpadd_s16(vreinterpret_s16_m64(a), vreinterpret_s16_m64(b))); +} + +// Horizontally add adjacent pairs of 32-bit integers in a and b, and pack the +// signed 32-bit results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hadd_pi32 +FORCE_INLINE __m64 _mm_hadd_pi32(__m64 a, __m64 b) +{ + return vreinterpret_m64_s32( + vpadd_s32(vreinterpret_s32_m64(a), vreinterpret_s32_m64(b))); +} + +// Computes pairwise difference of each argument as a 16-bit signed or unsigned +// integer values a and b. +FORCE_INLINE __m128i _mm_hsub_epi16(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Subtract + return vreinterpretq_m128i_s16(vsubq_s16(ab0246, ab1357)); +} + +// Computes saturated pairwise sub of each argument as a 16-bit signed +// integer values a and b. +FORCE_INLINE __m128i _mm_hadds_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + return vreinterpretq_s64_s16( + vqaddq_s16(vuzp1q_s16(a, b), vuzp2q_s16(a, b))); +#else + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Saturated add + return vreinterpretq_m128i_s16(vqaddq_s16(ab0246, ab1357)); +#endif +} + +// Computes saturated pairwise difference of each argument as a 16-bit signed +// integer values a and b. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_hsubs_epi16 +FORCE_INLINE __m128i _mm_hsubs_epi16(__m128i _a, __m128i _b) +{ +#if defined(__aarch64__) + int16x8_t a = vreinterpretq_s16_m128i(_a); + int16x8_t b = vreinterpretq_s16_m128i(_b); + return vreinterpretq_s64_s16( + vqsubq_s16(vuzp1q_s16(a, b), vuzp2q_s16(a, b))); +#else + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|a4|a6|b0|b2|b4|b6] + // [a1|a3|a5|a7|b1|b3|b5|b7] + int16x8_t ab0246 = vcombine_s16(vmovn_s32(a), vmovn_s32(b)); + int16x8_t ab1357 = vcombine_s16(vshrn_n_s32(a, 16), vshrn_n_s32(b, 16)); + // Saturated subtract + return vreinterpretq_m128i_s16(vqsubq_s16(ab0246, ab1357)); +#endif +} + +// Computes pairwise add of each argument as a 32-bit signed or unsigned integer +// values a and b. +FORCE_INLINE __m128i _mm_hadd_epi32(__m128i _a, __m128i _b) +{ + int32x4_t a = vreinterpretq_s32_m128i(_a); + int32x4_t b = vreinterpretq_s32_m128i(_b); + return vreinterpretq_m128i_s32( + vcombine_s32(vpadd_s32(vget_low_s32(a), vget_high_s32(a)), + vpadd_s32(vget_low_s32(b), vget_high_s32(b)))); +} + +// Computes pairwise difference of each argument as a 32-bit signed or unsigned +// integer values a and b. +FORCE_INLINE __m128i _mm_hsub_epi32(__m128i _a, __m128i _b) +{ + int64x2_t a = vreinterpretq_s64_m128i(_a); + int64x2_t b = vreinterpretq_s64_m128i(_b); + // Interleave using vshrn/vmovn + // [a0|a2|b0|b2] + // [a1|a2|b1|b3] + int32x4_t ab02 = vcombine_s32(vmovn_s64(a), vmovn_s64(b)); + int32x4_t ab13 = vcombine_s32(vshrn_n_s64(a, 32), vshrn_n_s64(b, 32)); + // Subtract + return vreinterpretq_m128i_s32(vsubq_s32(ab02, ab13)); +} + +// Kahan summation for accurate summation of floating-point numbers. +// http://blog.zachbjornson.com/2019/08/11/fast-float-summation.html +FORCE_INLINE void sse2neon_kadd_f32(float *sum, float *c, float y) +{ + y -= *c; + float t = *sum + y; + *c = (t - *sum) - y; + *sum = t; +} + +// Conditionally multiply the packed single-precision (32-bit) floating-point +// elements in a and b using the high 4 bits in imm8, sum the four products, +// and conditionally store the sum in dst using the low 4 bits of imm. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_dp_ps +FORCE_INLINE __m128 _mm_dp_ps(__m128 a, __m128 b, const int imm) +{ +#if defined(__aarch64__) + /* shortcuts */ + if (imm == 0xFF) { + return _mm_set1_ps(vaddvq_f32(_mm_mul_ps(a, b))); + } + if (imm == 0x7F) { + float32x4_t m = _mm_mul_ps(a, b); + m[3] = 0; + return _mm_set1_ps(vaddvq_f32(m)); + } +#endif + + float s = 0, c = 0; + float32x4_t f32a = vreinterpretq_f32_m128(a); + float32x4_t f32b = vreinterpretq_f32_m128(b); + + /* To improve the accuracy of floating-point summation, Kahan algorithm + * is used for each operation. + */ + if (imm & (1 << 4)) + sse2neon_kadd_f32(&s, &c, f32a[0] * f32b[0]); + if (imm & (1 << 5)) + sse2neon_kadd_f32(&s, &c, f32a[1] * f32b[1]); + if (imm & (1 << 6)) + sse2neon_kadd_f32(&s, &c, f32a[2] * f32b[2]); + if (imm & (1 << 7)) + sse2neon_kadd_f32(&s, &c, f32a[3] * f32b[3]); + s += c; + + float32x4_t res = { + (imm & 0x1) ? s : 0, + (imm & 0x2) ? s : 0, + (imm & 0x4) ? s : 0, + (imm & 0x8) ? s : 0, + }; + return vreinterpretq_m128_f32(res); +} + +/* Compare operations */ + +// Compares for less than +// https://msdn.microsoft.com/en-us/library/vstudio/f330yhc8(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmplt_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcltq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for less than +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/fy94wye7(v=vs.100) +FORCE_INLINE __m128 _mm_cmplt_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmplt_ps(a, b)); +} + +// Compares for greater than. +// +// r0 := (a0 > b0) ? 0xffffffff : 0x0 +// r1 := (a1 > b1) ? 0xffffffff : 0x0 +// r2 := (a2 > b2) ? 0xffffffff : 0x0 +// r3 := (a3 > b3) ? 0xffffffff : 0x0 +// +// https://msdn.microsoft.com/en-us/library/vstudio/11dy102s(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpgt_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcgtq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/1xyyyy9e(v=vs.100) +FORCE_INLINE __m128 _mm_cmpgt_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpgt_ps(a, b)); +} + +// Compares for greater than or equal. +// https://msdn.microsoft.com/en-us/library/vstudio/fs813y2t(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpge_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcgeq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/kesh3ddc(v=vs.100) +FORCE_INLINE __m128 _mm_cmpge_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpge_ps(a, b)); +} + +// Compares for less than or equal. +// +// r0 := (a0 <= b0) ? 0xffffffff : 0x0 +// r1 := (a1 <= b1) ? 0xffffffff : 0x0 +// r2 := (a2 <= b2) ? 0xffffffff : 0x0 +// r3 := (a3 <= b3) ? 0xffffffff : 0x0 +// +// https://msdn.microsoft.com/en-us/library/vstudio/1s75w83z(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmple_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/a7x0hbhw(v=vs.100) +FORCE_INLINE __m128 _mm_cmple_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmple_ps(a, b)); +} + +// Compares for equality. +// https://msdn.microsoft.com/en-us/library/vstudio/36aectz5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpeq_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +} + +// Compares for equality. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/k423z28e(v=vs.100) +FORCE_INLINE __m128 _mm_cmpeq_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpeq_ps(a, b)); +} + +// Compares for inequality. +// https://msdn.microsoft.com/en-us/library/sf44thbx(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cmpneq_ps(__m128 a, __m128 b) +{ + return vreinterpretq_m128_u32(vmvnq_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)))); +} + +// Compares for inequality. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/ekya8fh4(v=vs.100) +FORCE_INLINE __m128 _mm_cmpneq_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpneq_ps(a, b)); +} + +// Compares for not greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/wsexys62(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnge_ps(__m128 a, __m128 b) +{ + return _mm_cmplt_ps(a, b); +} + +// Compares for not greater than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/fk2y80s8(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnge_ss(__m128 a, __m128 b) +{ + return _mm_cmplt_ss(a, b); +} + +// Compares for not greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/d0xh7w0s(v=vs.100) +FORCE_INLINE __m128 _mm_cmpngt_ps(__m128 a, __m128 b) +{ + return _mm_cmple_ps(a, b); +} + +// Compares for not greater than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/z7x9ydwh(v=vs.100) +FORCE_INLINE __m128 _mm_cmpngt_ss(__m128 a, __m128 b) +{ + return _mm_cmple_ss(a, b); +} + +// Compares for not less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/6a330kxw(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnle_ps(__m128 a, __m128 b) +{ + return _mm_cmpgt_ps(a, b); +} + +// Compares for not less than or equal. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/z7x9ydwh(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnle_ss(__m128 a, __m128 b) +{ + return _mm_cmpgt_ss(a, b); +} + +// Compares for not less than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/4686bbdw(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnlt_ps(__m128 a, __m128 b) +{ + return _mm_cmpge_ps(a, b); +} + +// Compares for not less than. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/56b9z2wf(v=vs.100) +FORCE_INLINE __m128 _mm_cmpnlt_ss(__m128 a, __m128 b) +{ + return _mm_cmpge_ss(a, b); +} + +// Compares the 16 signed or unsigned 8-bit integers in a and the 16 signed or +// unsigned 8-bit integers in b for equality. +// https://msdn.microsoft.com/en-us/library/windows/desktop/bz5xk21a(v=vs.90).aspx +FORCE_INLINE __m128i _mm_cmpeq_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vceqq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 8 signed or unsigned 16-bit integers in a and the 8 signed or +// unsigned 16-bit integers in b for equality. +// https://msdn.microsoft.com/en-us/library/2ay060te(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpeq_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vceqq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compare packed 32-bit integers in a and b for equality, and store the results +// in dst +FORCE_INLINE __m128i _mm_cmpeq_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vceqq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compare packed 64-bit integers in a and b for equality, and store the results +// in dst +FORCE_INLINE __m128i _mm_cmpeq_epi64(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_u64( + vceqq_u64(vreinterpretq_u64_m128i(a), vreinterpretq_u64_m128i(b))); +#else + // ARMv7 lacks vceqq_u64 + // (a == b) -> (a_lo == b_lo) && (a_hi == b_hi) + uint32x4_t cmp = + vceqq_u32(vreinterpretq_u32_m128i(a), vreinterpretq_u32_m128i(b)); + uint32x4_t swapped = vrev64q_u32(cmp); + return vreinterpretq_m128i_u32(vandq_u32(cmp, swapped)); +#endif +} + +// Compares the 16 signed 8-bit integers in a and the 16 signed 8-bit integers +// in b for lesser than. +// https://msdn.microsoft.com/en-us/library/windows/desktop/9s46csht(v=vs.90).aspx +FORCE_INLINE __m128i _mm_cmplt_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vcltq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 16 signed 8-bit integers in a and the 16 signed 8-bit integers +// in b for greater than. +// +// r0 := (a0 > b0) ? 0xff : 0x0 +// r1 := (a1 > b1) ? 0xff : 0x0 +// ... +// r15 := (a15 > b15) ? 0xff : 0x0 +// +// https://msdn.microsoft.com/zh-tw/library/wf45zt2b(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi8(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vcgtq_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +} + +// Compares the 8 signed 16-bit integers in a and the 8 signed 16-bit integers +// in b for less than. +// +// r0 := (a0 < b0) ? 0xffff : 0x0 +// r1 := (a1 < b1) ? 0xffff : 0x0 +// ... +// r7 := (a7 < b7) ? 0xffff : 0x0 +// +// https://technet.microsoft.com/en-us/library/t863edb2(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmplt_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcltq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + +// Compares the 8 signed 16-bit integers in a and the 8 signed 16-bit integers +// in b for greater than. +// +// r0 := (a0 > b0) ? 0xffff : 0x0 +// r1 := (a1 > b1) ? 0xffff : 0x0 +// ... +// r7 := (a7 > b7) ? 0xffff : 0x0 +// +// https://technet.microsoft.com/en-us/library/xd43yfsa(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcgtq_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +} + + +// Compares the 4 signed 32-bit integers in a and the 4 signed 32-bit integers +// in b for less than. +// https://msdn.microsoft.com/en-us/library/vstudio/4ak0bf5d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmplt_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vcltq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compares the 4 signed 32-bit integers in a and the 4 signed 32-bit integers +// in b for greater than. +// https://msdn.microsoft.com/en-us/library/vstudio/1s9f2z0y(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cmpgt_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u32( + vcgtq_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +} + +// Compares the 2 signed 64-bit integers in a and the 2 signed 64-bit integers +// in b for greater than. +FORCE_INLINE __m128i _mm_cmpgt_epi64(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_u64( + vcgtq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b))); +#else + // ARMv7 lacks vcgtq_s64. + // This is based off of Clang's SSE2 polyfill: + // (a > b) -> ((a_hi > b_hi) || (a_lo > b_lo && a_hi == b_hi)) + + // Mask the sign bit out since we need a signed AND an unsigned comparison + // and it is ugly to try and split them. + int32x4_t mask = vreinterpretq_s32_s64(vdupq_n_s64(0x80000000ull)); + int32x4_t a_mask = veorq_s32(vreinterpretq_s32_m128i(a), mask); + int32x4_t b_mask = veorq_s32(vreinterpretq_s32_m128i(b), mask); + // Check if a > b + int64x2_t greater = vreinterpretq_s64_u32(vcgtq_s32(a_mask, b_mask)); + // Copy upper mask to lower mask + // a_hi > b_hi + int64x2_t gt_hi = vshrq_n_s64(greater, 63); + // Copy lower mask to upper mask + // a_lo > b_lo + int64x2_t gt_lo = vsliq_n_s64(greater, greater, 32); + // Compare for equality + int64x2_t equal = vreinterpretq_s64_u32(vceqq_s32(a_mask, b_mask)); + // Copy upper mask to lower mask + // a_hi == b_hi + int64x2_t eq_hi = vshrq_n_s64(equal, 63); + // a_hi > b_hi || (a_lo > b_lo && a_hi == b_hi) + int64x2_t ret = vorrq_s64(gt_hi, vandq_s64(gt_lo, eq_hi)); + return vreinterpretq_m128i_s64(ret); +#endif +} + +// Compares the four 32-bit floats in a and b to check if any values are NaN. +// Ordered compare between each value returns true for "orderable" and false for +// "not orderable" (NaN). +// https://msdn.microsoft.com/en-us/library/vstudio/0h9w00fx(v=vs.100).aspx see +// also: +// http://stackoverflow.com/questions/8627331/what-does-ordered-unordered-comparison-mean +// http://stackoverflow.com/questions/29349621/neon-isnanval-intrinsics +FORCE_INLINE __m128 _mm_cmpord_ps(__m128 a, __m128 b) +{ + // Note: NEON does not have ordered compare builtin + // Need to compare a eq a and b eq b to check for NaN + // Do AND of results to get final + uint32x4_t ceqaa = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t ceqbb = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_u32(vandq_u32(ceqaa, ceqbb)); +} + +// Compares for ordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/343t62da(v=vs.100) +FORCE_INLINE __m128 _mm_cmpord_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpord_ps(a, b)); +} + +// Compares for unordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/khy6fk1t(v=vs.100) +FORCE_INLINE __m128 _mm_cmpunord_ps(__m128 a, __m128 b) +{ + uint32x4_t f32a = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t f32b = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + return vreinterpretq_m128_u32(vmvnq_u32(vandq_u32(f32a, f32b))); +} + +// Compares for unordered. +// https://docs.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/2as2387b(v=vs.100) +FORCE_INLINE __m128 _mm_cmpunord_ss(__m128 a, __m128 b) +{ + return _mm_move_ss(a, _mm_cmpunord_ps(a, b)); +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a less than operation. : +// https://msdn.microsoft.com/en-us/library/2kwe606b(v=vs.90).aspx Important +// note!! The documentation on MSDN is incorrect! If either of the values is a +// NAN the docs say you will get a one, but in fact, it will return a zero!! +FORCE_INLINE int _mm_comilt_ss(__m128 a, __m128 b) +{ + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_lt_b = + vcltq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_lt_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a greater than operation. : +// https://msdn.microsoft.com/en-us/library/b0738e0t(v=vs.100).aspx +FORCE_INLINE int _mm_comigt_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcgtq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_gt_b = + vcgtq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_gt_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a less than or equal operation. : +// https://msdn.microsoft.com/en-us/library/1w4t7c57(v=vs.90).aspx +FORCE_INLINE int _mm_comile_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcleq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_le_b = + vcleq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_le_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using a greater than or equal operation. : +// https://msdn.microsoft.com/en-us/library/8t80des6(v=vs.100).aspx +FORCE_INLINE int _mm_comige_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vcgeq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_ge_b = + vcgeq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_ge_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using an equality operation. : +// https://msdn.microsoft.com/en-us/library/93yx2h2b(v=vs.100).aspx +FORCE_INLINE int _mm_comieq_ss(__m128 a, __m128 b) +{ + // return vgetq_lane_u32(vceqq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_and_b_not_nan = vandq_u32(a_not_nan, b_not_nan); + uint32x4_t a_eq_b = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b)); + return (vgetq_lane_u32(vandq_u32(a_and_b_not_nan, a_eq_b), 0) != 0) ? 1 : 0; +} + +// Compares the lower single-precision floating point scalar values of a and b +// using an inequality operation. : +// https://msdn.microsoft.com/en-us/library/bafh5e0a(v=vs.90).aspx +FORCE_INLINE int _mm_comineq_ss(__m128 a, __m128 b) +{ + // return !vgetq_lane_u32(vceqq_f32(vreinterpretq_f32_m128(a), + // vreinterpretq_f32_m128(b)), 0); + uint32x4_t a_not_nan = + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(a)); + uint32x4_t b_not_nan = + vceqq_f32(vreinterpretq_f32_m128(b), vreinterpretq_f32_m128(b)); + uint32x4_t a_or_b_nan = vmvnq_u32(vandq_u32(a_not_nan, b_not_nan)); + uint32x4_t a_neq_b = vmvnq_u32( + vceqq_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); + return (vgetq_lane_u32(vorrq_u32(a_or_b_nan, a_neq_b), 0) != 0) ? 1 : 0; +} + +// according to the documentation, these intrinsics behave the same as the +// non-'u' versions. We'll just alias them here. +#define _mm_ucomilt_ss _mm_comilt_ss +#define _mm_ucomile_ss _mm_comile_ss +#define _mm_ucomigt_ss _mm_comigt_ss +#define _mm_ucomige_ss _mm_comige_ss +#define _mm_ucomieq_ss _mm_comieq_ss +#define _mm_ucomineq_ss _mm_comineq_ss + +/* Conversions */ + +// Convert packed signed 32-bit integers in b to packed single-precision +// (32-bit) floating-point elements, store the results in the lower 2 elements +// of dst, and copy the upper 2 packed elements from a to the upper elements of +// dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(b[63:32]) +// dst[95:64] := a[95:64] +// dst[127:96] := a[127:96] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_pi2ps +FORCE_INLINE __m128 _mm_cvt_pi2ps(__m128 a, __m64 b) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vcvt_f32_s32(vreinterpret_s32_m64(b)), + vget_high_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert the signed 32-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_si2ss +FORCE_INLINE __m128 _mm_cvt_si2ss(__m128 a, int b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32((float) b, vreinterpretq_f32_m128(a), 0)); +} + +// Convert the signed 32-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi32_ss +#define _mm_cvtsi32_ss(a, b) _mm_cvt_si2ss(a, b) + +// Convert the signed 64-bit integer b to a single-precision (32-bit) +// floating-point element, store the result in the lower element of dst, and +// copy the upper 3 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int64_To_FP32(b[63:0]) +// dst[127:32] := a[127:32] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi64_ss +FORCE_INLINE __m128 _mm_cvtsi64_ss(__m128 a, int64_t b) +{ + return vreinterpretq_m128_f32( + vsetq_lane_f32((float) b, vreinterpretq_f32_m128(a), 0)); +} + +// Convert the lower single-precision (32-bit) floating-point element in a to a +// 32-bit integer, and store the result in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_ss2si +FORCE_INLINE int _mm_cvt_ss2si(__m128 a) +{ +#if defined(__aarch64__) + return vgetq_lane_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a)), 0); +#else + float32_t data = vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + float32_t diff = data - floor(data); + if (diff > 0.5) + return (int32_t) ceil(data); + if (diff == 0.5) { + int32_t f = (int32_t) floor(data); + int32_t c = (int32_t) ceil(data); + return c & 1 ? f : c; + } + return (int32_t) floor(data); +#endif +} + +// Convert packed 16-bit integers in a to packed single-precision (32-bit) +// floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// m := j*32 +// dst[m+31:m] := Convert_Int16_To_FP32(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi16_ps +FORCE_INLINE __m128 _mm_cvtpi16_ps(__m64 a) +{ + return vreinterpretq_m128_f32( + vcvtq_f32_s32(vmovl_s16(vreinterpret_s16_m64(a)))); +} + +// Convert packed 32-bit integers in b to packed single-precision (32-bit) +// floating-point elements, store the results in the lower 2 elements of dst, +// and copy the upper 2 packed elements from a to the upper elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(b[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(b[63:32]) +// dst[95:64] := a[95:64] +// dst[127:96] := a[127:96] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi32_ps +FORCE_INLINE __m128 _mm_cvtpi32_ps(__m128 a, __m64 b) +{ + return vreinterpretq_m128_f32( + vcombine_f32(vcvt_f32_s32(vreinterpret_s32_m64(b)), + vget_high_f32(vreinterpretq_f32_m128(a)))); +} + +// Convert packed signed 32-bit integers in a to packed single-precision +// (32-bit) floating-point elements, store the results in the lower 2 elements +// of dst, then covert the packed signed 32-bit integers in b to +// single-precision (32-bit) floating-point element, and store the results in +// the upper 2 elements of dst. +// +// dst[31:0] := Convert_Int32_To_FP32(a[31:0]) +// dst[63:32] := Convert_Int32_To_FP32(a[63:32]) +// dst[95:64] := Convert_Int32_To_FP32(b[31:0]) +// dst[127:96] := Convert_Int32_To_FP32(b[63:32]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi32x2_ps +FORCE_INLINE __m128 _mm_cvtpi32x2_ps(__m64 a, __m64 b) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32( + vcombine_s32(vreinterpret_s32_m64(a), vreinterpret_s32_m64(b)))); +} + +// Convert the lower packed 8-bit integers in a to packed single-precision +// (32-bit) floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*8 +// m := j*32 +// dst[m+31:m] := Convert_Int8_To_FP32(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpi8_ps +FORCE_INLINE __m128 _mm_cvtpi8_ps(__m64 a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32( + vmovl_s16(vget_low_s16(vmovl_s8(vreinterpret_s8_m64(a)))))); +} + +// Convert packed unsigned 16-bit integers in a to packed single-precision +// (32-bit) floating-point elements, and store the results in dst. +// +// FOR j := 0 to 3 +// i := j*16 +// m := j*32 +// dst[m+31:m] := Convert_UInt16_To_FP32(a[i+15:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpu16_ps +FORCE_INLINE __m128 _mm_cvtpu16_ps(__m64 a) +{ + return vreinterpretq_m128_f32( + vcvtq_f32_u32(vmovl_u16(vreinterpret_u16_m64(a)))); +} + +// Convert the lower packed unsigned 8-bit integers in a to packed +// single-precision (32-bit) floating-point elements, and store the results in +// dst. +// +// FOR j := 0 to 3 +// i := j*8 +// m := j*32 +// dst[m+31:m] := Convert_UInt8_To_FP32(a[i+7:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpu8_ps +FORCE_INLINE __m128 _mm_cvtpu8_ps(__m64 a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_u32( + vmovl_u16(vget_low_u16(vmovl_u8(vreinterpret_u8_m64(a)))))); +} + +// Converts the four single-precision, floating-point values of a to signed +// 32-bit integer values using truncate. +// https://msdn.microsoft.com/en-us/library/vstudio/1h005y6x(v=vs.100).aspx +FORCE_INLINE __m128i _mm_cvttps_epi32(__m128 a) +{ + return vreinterpretq_m128i_s32(vcvtq_s32_f32(vreinterpretq_f32_m128(a))); +} + +// Convert the lower double-precision (64-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP64_To_Int64_Truncate(a[63:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttsd_si64 +FORCE_INLINE int64_t _mm_cvttsd_si64(__m128d a) +{ +#if defined(__aarch64__) + return vgetq_lane_s64(vcvtq_s64_f64(vreinterpretq_f64_m128d(a)), 0); +#else + double ret = *((double *) &a); + return (int64_t) ret; +#endif +} + +// Convert the lower double-precision (64-bit) floating-point element in a to a +// 64-bit integer with truncation, and store the result in dst. +// +// dst[63:0] := Convert_FP64_To_Int64_Truncate(a[63:0]) +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvttsd_si64x +#define _mm_cvttsd_si64x(a) _mm_cvttsd_si64(a) + +// Converts the four signed 32-bit integer values of a to single-precision, +// floating-point values +// https://msdn.microsoft.com/en-us/library/vstudio/36bwxcx5(v=vs.100).aspx +FORCE_INLINE __m128 _mm_cvtepi32_ps(__m128i a) +{ + return vreinterpretq_m128_f32(vcvtq_f32_s32(vreinterpretq_s32_m128i(a))); +} + +// Converts the four unsigned 8-bit integers in the lower 16 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepu8_epi16(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx DCBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + return vreinterpretq_m128i_u16(u16x8); +} + +// Converts the four unsigned 8-bit integers in the lower 32 bits to four +// unsigned 32-bit integers. +// https://msdn.microsoft.com/en-us/library/bb531467%28v=vs.100%29.aspx +FORCE_INLINE __m128i _mm_cvtepu8_epi32(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx DCBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000D 000C 000B 000A */ + return vreinterpretq_m128i_u32(u32x4); +} + +// Converts the two unsigned 8-bit integers in the lower 16 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu8_epi64(__m128i a) +{ + uint8x16_t u8x16 = vreinterpretq_u8_m128i(a); /* xxxx xxxx xxxx xxBA */ + uint16x8_t u16x8 = vmovl_u8(vget_low_u8(u8x16)); /* 0x0x 0x0x 0x0x 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ + uint64x2_t u64x2 = vmovl_u32(vget_low_u32(u32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_u64(u64x2); +} + +// Converts the four unsigned 8-bit integers in the lower 16 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi16(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + return vreinterpretq_m128i_s16(s16x8); +} + +// Converts the four unsigned 8-bit integers in the lower 32 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi32(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx DCBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0D0C 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000D 000C 000B 000A */ + return vreinterpretq_m128i_s32(s32x4); +} + +// Converts the two signed 8-bit integers in the lower 32 bits to four +// signed 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepi8_epi64(__m128i a) +{ + int8x16_t s8x16 = vreinterpretq_s8_m128i(a); /* xxxx xxxx xxxx xxBA */ + int16x8_t s16x8 = vmovl_s8(vget_low_s8(s8x16)); /* 0x0x 0x0x 0x0x 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ + int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_s64(s64x2); +} + +// Converts the four signed 16-bit integers in the lower 64 bits to four signed +// 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi16_epi32(__m128i a) +{ + return vreinterpretq_m128i_s32( + vmovl_s16(vget_low_s16(vreinterpretq_s16_m128i(a)))); +} + +// Converts the two signed 16-bit integers in the lower 32 bits two signed +// 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepi16_epi64(__m128i a) +{ + int16x8_t s16x8 = vreinterpretq_s16_m128i(a); /* xxxx xxxx xxxx 0B0A */ + int32x4_t s32x4 = vmovl_s16(vget_low_s16(s16x8)); /* 000x 000x 000B 000A */ + int64x2_t s64x2 = vmovl_s32(vget_low_s32(s32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_s64(s64x2); +} + +// Converts the four unsigned 16-bit integers in the lower 64 bits to four +// unsigned 32-bit integers. +FORCE_INLINE __m128i _mm_cvtepu16_epi32(__m128i a) +{ + return vreinterpretq_m128i_u32( + vmovl_u16(vget_low_u16(vreinterpretq_u16_m128i(a)))); +} + +// Converts the two unsigned 16-bit integers in the lower 32 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu16_epi64(__m128i a) +{ + uint16x8_t u16x8 = vreinterpretq_u16_m128i(a); /* xxxx xxxx xxxx 0B0A */ + uint32x4_t u32x4 = vmovl_u16(vget_low_u16(u16x8)); /* 000x 000x 000B 000A */ + uint64x2_t u64x2 = vmovl_u32(vget_low_u32(u32x4)); /* 0000 000B 0000 000A */ + return vreinterpretq_m128i_u64(u64x2); +} + +// Converts the two unsigned 32-bit integers in the lower 64 bits to two +// unsigned 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepu32_epi64(__m128i a) +{ + return vreinterpretq_m128i_u64( + vmovl_u32(vget_low_u32(vreinterpretq_u32_m128i(a)))); +} + +// Converts the two signed 32-bit integers in the lower 64 bits to two signed +// 64-bit integers. +FORCE_INLINE __m128i _mm_cvtepi32_epi64(__m128i a) +{ + return vreinterpretq_m128i_s64( + vmovl_s32(vget_low_s32(vreinterpretq_s32_m128i(a)))); +} + +// Converts the four single-precision, floating-point values of a to signed +// 32-bit integer values. +// +// r0 := (int) a0 +// r1 := (int) a1 +// r2 := (int) a2 +// r3 := (int) a3 +// +// https://msdn.microsoft.com/en-us/library/vstudio/xdc42k5e(v=vs.100).aspx +// *NOTE*. The default rounding mode on SSE is 'round to even', which ARMv7-A +// does not support! It is supported on ARMv8-A however. +FORCE_INLINE __m128i _mm_cvtps_epi32(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32(vcvtnq_s32_f32(a)); +#else + uint32x4_t signmask = vdupq_n_u32(0x80000000); + float32x4_t half = vbslq_f32(signmask, vreinterpretq_f32_m128(a), + vdupq_n_f32(0.5f)); /* +/- 0.5 */ + int32x4_t r_normal = vcvtq_s32_f32(vaddq_f32( + vreinterpretq_f32_m128(a), half)); /* round to integer: [a + 0.5]*/ + int32x4_t r_trunc = + vcvtq_s32_f32(vreinterpretq_f32_m128(a)); /* truncate to integer: [a] */ + int32x4_t plusone = vreinterpretq_s32_u32(vshrq_n_u32( + vreinterpretq_u32_s32(vnegq_s32(r_trunc)), 31)); /* 1 or 0 */ + int32x4_t r_even = vbicq_s32(vaddq_s32(r_trunc, plusone), + vdupq_n_s32(1)); /* ([a] + {0,1}) & ~1 */ + float32x4_t delta = vsubq_f32( + vreinterpretq_f32_m128(a), + vcvtq_f32_s32(r_trunc)); /* compute delta: delta = (a - [a]) */ + uint32x4_t is_delta_half = vceqq_f32(delta, half); /* delta == +/- 0.5 */ + return vreinterpretq_m128i_s32(vbslq_s32(is_delta_half, r_even, r_normal)); +#endif +} + +// Copy the lower 32-bit integer in a to dst. +// +// dst[31:0] := a[31:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si32 +FORCE_INLINE int _mm_cvtsi128_si32(__m128i a) +{ + return vgetq_lane_s32(vreinterpretq_s32_m128i(a), 0); +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si64 +FORCE_INLINE int64_t _mm_cvtsi128_si64(__m128i a) +{ + return vgetq_lane_s64(vreinterpretq_s64_m128i(a), 0); +} + +// Copy the lower 64-bit integer in a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsi128_si64x +#define _mm_cvtsi128_si64x(a) _mm_cvtsi128_si64(a) + +// Moves 32-bit integer a to the least significant 32 bits of an __m128 object, +// zero extending the upper bits. +// +// r0 := a +// r1 := 0x0 +// r2 := 0x0 +// r3 := 0x0 +// +// https://msdn.microsoft.com/en-us/library/ct3539ha%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_cvtsi32_si128(int a) +{ + return vreinterpretq_m128i_s32(vsetq_lane_s32(a, vdupq_n_s32(0), 0)); +} + +// Moves 64-bit integer a to the least significant 64 bits of an __m128 object, +// zero extending the upper bits. +// +// r0 := a +// r1 := 0x0 +FORCE_INLINE __m128i _mm_cvtsi64_si128(int64_t a) +{ + return vreinterpretq_m128i_s64(vsetq_lane_s64(a, vdupq_n_s64(0), 0)); +} + +// Cast vector of type __m128 to type __m128d. This intrinsic is only used for +// compilation and does not generate any instructions, thus it has zero latency. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_castps_pd +FORCE_INLINE __m128d _mm_castps_pd(__m128 a) +{ + return vreinterpretq_m128d_s32(vreinterpretq_s32_m128(a)); +} + +// Applies a type cast to reinterpret four 32-bit floating point values passed +// in as a 128-bit parameter as packed 32-bit integers. +// https://msdn.microsoft.com/en-us/library/bb514099.aspx +FORCE_INLINE __m128i _mm_castps_si128(__m128 a) +{ + return vreinterpretq_m128i_s32(vreinterpretq_s32_m128(a)); +} + +// Applies a type cast to reinterpret four 32-bit integers passed in as a +// 128-bit parameter as packed 32-bit floating point values. +// https://msdn.microsoft.com/en-us/library/bb514029.aspx +FORCE_INLINE __m128 _mm_castsi128_ps(__m128i a) +{ + return vreinterpretq_m128_s32(vreinterpretq_s32_m128i(a)); +} + +// Loads 128-bit value. : +// https://msdn.microsoft.com/en-us/library/atzzad1h(v=vs.80).aspx +FORCE_INLINE __m128i _mm_load_si128(const __m128i *p) +{ + return vreinterpretq_m128i_s32(vld1q_s32((const int32_t *) p)); +} + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load1_pd +FORCE_INLINE __m128d _mm_load1_pd(const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64(vld1q_dup_f64(p)); +#else + return vreinterpretq_m128d_s64(vdupq_n_s64(*(const int64_t *) p)); +#endif +} + +// Load a double-precision (64-bit) floating-point element from memory into the +// upper element of dst, and copy the lower element from a to dst. mem_addr does +// not need to be aligned on any particular boundary. +// +// dst[63:0] := a[63:0] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadh_pd +FORCE_INLINE __m128d _mm_loadh_pd(__m128d a, const double *p) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcombine_f64(vget_low_f64(vreinterpretq_f64_m128d(a)), vld1_f64(p))); +#else + return vreinterpretq_m128d_f32(vcombine_f32( + vget_low_f32(vreinterpretq_f32_m128d(a)), vld1_f32((const float *) p))); +#endif +} + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_load_pd1 +#define _mm_load_pd1 _mm_load1_pd + +// Load a double-precision (64-bit) floating-point element from memory into both +// elements of dst. +// +// dst[63:0] := MEM[mem_addr+63:mem_addr] +// dst[127:64] := MEM[mem_addr+63:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loaddup_pd +#define _mm_loaddup_pd _mm_load1_pd + +// Loads 128-bit value. : +// https://msdn.microsoft.com/zh-cn/library/f4k12ae8(v=vs.90).aspx +FORCE_INLINE __m128i _mm_loadu_si128(const __m128i *p) +{ + return vreinterpretq_m128i_s32(vld1q_s32((const int32_t *) p)); +} + +// Load unaligned 32-bit integer from memory into the first element of dst. +// +// dst[31:0] := MEM[mem_addr+31:mem_addr] +// dst[MAX:32] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_loadu_si32 +FORCE_INLINE __m128i _mm_loadu_si32(const void *p) +{ + return vreinterpretq_m128i_s32( + vsetq_lane_s32(*(const int32_t *) p, vdupq_n_s32(0), 0)); +} + +// Convert packed double-precision (64-bit) floating-point elements in a to +// packed single-precision (32-bit) floating-point elements, and store the +// results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// k := 64*j +// dst[i+31:i] := Convert_FP64_To_FP32(a[k+64:k]) +// ENDFOR +// dst[127:64] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtpd_ps +FORCE_INLINE __m128 _mm_cvtpd_ps(__m128d a) +{ +#if defined(__aarch64__) + float32x2_t tmp = vcvt_f32_f64(vreinterpretq_f64_m128d(a)); + return vreinterpretq_m128_f32(vcombine_f32(tmp, vdup_n_f32(0))); +#else + float a0 = (float) ((double *) &a)[0]; + float a1 = (float) ((double *) &a)[1]; + return _mm_set_ps(0, 0, a1, a0); +#endif +} + +// Copy the lower double-precision (64-bit) floating-point element of a to dst. +// +// dst[63:0] := a[63:0] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtsd_f64 +FORCE_INLINE double _mm_cvtsd_f64(__m128d a) +{ +#if defined(__aarch64__) + return (double) vgetq_lane_f64(vreinterpretq_f64_m128d(a), 0); +#else + return ((double *) &a)[0]; +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed double-precision (64-bit) floating-point elements, and store the +// results in dst. +// +// FOR j := 0 to 1 +// i := 64*j +// k := 32*j +// dst[i+63:i] := Convert_FP32_To_FP64(a[k+31:k]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvtps_pd +FORCE_INLINE __m128d _mm_cvtps_pd(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpretq_m128d_f64( + vcvt_f64_f32(vget_low_f32(vreinterpretq_f32_m128(a)))); +#else + double a0 = (double) vgetq_lane_f32(vreinterpretq_f32_m128(a), 0); + double a1 = (double) vgetq_lane_f32(vreinterpretq_f32_m128(a), 1); + return _mm_set_pd(a1, a0); +#endif +} + +// Cast vector of type __m128d to type __m128i. This intrinsic is only used for +// compilation and does not generate any instructions, thus it has zero latency. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_castpd_si128 +FORCE_INLINE __m128i _mm_castpd_si128(__m128d a) +{ + return vreinterpretq_m128i_s64(vreinterpretq_s64_m128d(a)); +} + +// Blend packed single-precision (32-bit) floating-point elements from a and b +// using mask, and store the results in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_blendv_ps +FORCE_INLINE __m128 _mm_blendv_ps(__m128 a, __m128 b, __m128 mask) +{ + return vreinterpretq_m128_f32(vbslq_f32(vreinterpretq_u32_m128(mask), + vreinterpretq_f32_m128(b), + vreinterpretq_f32_m128(a))); +} + +// Round the packed single-precision (32-bit) floating-point elements in a using +// the rounding parameter, and store the results as packed single-precision +// floating-point elements in dst. +// software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_round_ps +FORCE_INLINE __m128 _mm_round_ps(__m128 a, int rounding) +{ +#if defined(__aarch64__) + switch (rounding) { + case (_MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndnq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndmq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndpq_f32(vreinterpretq_f32_m128(a))); + case (_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC): + return vreinterpretq_m128_f32(vrndq_f32(vreinterpretq_f32_m128(a))); + default: //_MM_FROUND_CUR_DIRECTION + return vreinterpretq_m128_f32(vrndiq_f32(vreinterpretq_f32_m128(a))); + } +#else + float *v_float = (float *) &a; + __m128 zero, neg_inf, pos_inf; + + switch (rounding) { + case (_MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC): + return _mm_cvtepi32_ps(_mm_cvtps_epi32(a)); + case (_MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC): + return (__m128){floorf(v_float[0]), floorf(v_float[1]), + floorf(v_float[2]), floorf(v_float[3])}; + case (_MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC): + return (__m128){ceilf(v_float[0]), ceilf(v_float[1]), ceilf(v_float[2]), + ceilf(v_float[3])}; + case (_MM_FROUND_TO_ZERO | _MM_FROUND_NO_EXC): + zero = _mm_set_ps(0.0f, 0.0f, 0.0f, 0.0f); + neg_inf = _mm_set_ps(floorf(v_float[0]), floorf(v_float[1]), + floorf(v_float[2]), floorf(v_float[3])); + pos_inf = _mm_set_ps(ceilf(v_float[0]), ceilf(v_float[1]), + ceilf(v_float[2]), ceilf(v_float[3])); + return _mm_blendv_ps(pos_inf, neg_inf, _mm_cmple_ps(a, zero)); + default: //_MM_FROUND_CUR_DIRECTION + return (__m128){roundf(v_float[0]), roundf(v_float[1]), + roundf(v_float[2]), roundf(v_float[3])}; + } +#endif +} + +// Convert packed single-precision (32-bit) floating-point elements in a to +// packed 32-bit integers, and store the results in dst. +// +// FOR j := 0 to 1 +// i := 32*j +// dst[i+31:i] := Convert_FP32_To_Int32(a[i+31:i]) +// ENDFOR +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_cvt_ps2pi +FORCE_INLINE __m64 _mm_cvt_ps2pi(__m128 a) +{ +#if defined(__aarch64__) + return vreinterpret_m64_s32( + vget_low_s32(vcvtnq_s32_f32(vreinterpretq_f32_m128(a)))); +#else + return vreinterpret_m64_s32( + vcvt_s32_f32(vget_low_f32(vreinterpretq_f32_m128( + _mm_round_ps(a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC))))); +#endif +} + +// Round the packed single-precision (32-bit) floating-point elements in a up to +// an integer value, and store the results as packed single-precision +// floating-point elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_ceil_ps +FORCE_INLINE __m128 _mm_ceil_ps(__m128 a) +{ + return _mm_round_ps(a, _MM_FROUND_TO_POS_INF | _MM_FROUND_NO_EXC); +} + +// Round the packed single-precision (32-bit) floating-point elements in a down +// to an integer value, and store the results as packed single-precision +// floating-point elements in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_floor_ps +FORCE_INLINE __m128 _mm_floor_ps(__m128 a) +{ + return _mm_round_ps(a, _MM_FROUND_TO_NEG_INF | _MM_FROUND_NO_EXC); +} + + +// Load 128-bits of integer data from unaligned memory into dst. This intrinsic +// may perform better than _mm_loadu_si128 when the data crosses a cache line +// boundary. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_lddqu_si128 +#define _mm_lddqu_si128 _mm_loadu_si128 + +/* Miscellaneous Operations */ + +// Shifts the 8 signed 16-bit integers in a right by count bits while shifting +// in the sign bit. +// +// r0 := a0 >> count +// r1 := a1 >> count +// ... +// r7 := a7 >> count +// +// https://msdn.microsoft.com/en-us/library/3c9997dk(v%3dvs.90).aspx +FORCE_INLINE __m128i _mm_sra_epi16(__m128i a, __m128i count) +{ + int64_t c = (int64_t) vget_low_s64((int64x2_t) count); + if (c > 15) + return _mm_cmplt_epi16(a, _mm_setzero_si128()); + return vreinterpretq_m128i_s16(vshlq_s16((int16x8_t) a, vdupq_n_s16(-c))); +} + +// Shifts the 4 signed 32-bit integers in a right by count bits while shifting +// in the sign bit. +// +// r0 := a0 >> count +// r1 := a1 >> count +// r2 := a2 >> count +// r3 := a3 >> count +// +// https://msdn.microsoft.com/en-us/library/ce40009e(v%3dvs.100).aspx +FORCE_INLINE __m128i _mm_sra_epi32(__m128i a, __m128i count) +{ + int64_t c = (int64_t) vget_low_s64((int64x2_t) count); + if (c > 31) + return _mm_cmplt_epi32(a, _mm_setzero_si128()); + return vreinterpretq_m128i_s32(vshlq_s32((int32x4_t) a, vdupq_n_s32(-c))); +} + +// Packs the 16 signed 16-bit integers from a and b into 8-bit integers and +// saturates. +// https://msdn.microsoft.com/en-us/library/k4y4f7w5%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_packs_epi16(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s8( + vcombine_s8(vqmovn_s16(vreinterpretq_s16_m128i(a)), + vqmovn_s16(vreinterpretq_s16_m128i(b)))); +} + +// Packs the 16 signed 16 - bit integers from a and b into 8 - bit unsigned +// integers and saturates. +// +// r0 := UnsignedSaturate(a0) +// r1 := UnsignedSaturate(a1) +// ... +// r7 := UnsignedSaturate(a7) +// r8 := UnsignedSaturate(b0) +// r9 := UnsignedSaturate(b1) +// ... +// r15 := UnsignedSaturate(b7) +// +// https://msdn.microsoft.com/en-us/library/07ad1wx4(v=vs.100).aspx +FORCE_INLINE __m128i _mm_packus_epi16(const __m128i a, const __m128i b) +{ + return vreinterpretq_m128i_u8( + vcombine_u8(vqmovun_s16(vreinterpretq_s16_m128i(a)), + vqmovun_s16(vreinterpretq_s16_m128i(b)))); +} + +// Packs the 8 signed 32-bit integers from a and b into signed 16-bit integers +// and saturates. +// +// r0 := SignedSaturate(a0) +// r1 := SignedSaturate(a1) +// r2 := SignedSaturate(a2) +// r3 := SignedSaturate(a3) +// r4 := SignedSaturate(b0) +// r5 := SignedSaturate(b1) +// r6 := SignedSaturate(b2) +// r7 := SignedSaturate(b3) +// +// https://msdn.microsoft.com/en-us/library/393t56f9%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_packs_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_s16( + vcombine_s16(vqmovn_s32(vreinterpretq_s32_m128i(a)), + vqmovn_s32(vreinterpretq_s32_m128i(b)))); +} + +// Packs the 8 unsigned 32-bit integers from a and b into unsigned 16-bit +// integers and saturates. +// +// r0 := UnsignedSaturate(a0) +// r1 := UnsignedSaturate(a1) +// r2 := UnsignedSaturate(a2) +// r3 := UnsignedSaturate(a3) +// r4 := UnsignedSaturate(b0) +// r5 := UnsignedSaturate(b1) +// r6 := UnsignedSaturate(b2) +// r7 := UnsignedSaturate(b3) +FORCE_INLINE __m128i _mm_packus_epi32(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u16( + vcombine_u16(vqmovun_s32(vreinterpretq_s32_m128i(a)), + vqmovun_s32(vreinterpretq_s32_m128i(b)))); +} + +// Interleaves the lower 8 signed or unsigned 8-bit integers in a with the lower +// 8 signed or unsigned 8-bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// ... +// r14 := a7 +// r15 := b7 +// +// https://msdn.microsoft.com/en-us/library/xf7k860c%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_unpacklo_epi8(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s8( + vzip1q_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +#else + int8x8_t a1 = vreinterpret_s8_s16(vget_low_s16(vreinterpretq_s16_m128i(a))); + int8x8_t b1 = vreinterpret_s8_s16(vget_low_s16(vreinterpretq_s16_m128i(b))); + int8x8x2_t result = vzip_s8(a1, b1); + return vreinterpretq_m128i_s8(vcombine_s8(result.val[0], result.val[1])); +#endif +} + +// Interleaves the lower 4 signed or unsigned 16-bit integers in a with the +// lower 4 signed or unsigned 16-bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// r4 := a2 +// r5 := b2 +// r6 := a3 +// r7 := b3 +// +// https://msdn.microsoft.com/en-us/library/btxb17bw%28v=vs.90%29.aspx +FORCE_INLINE __m128i _mm_unpacklo_epi16(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s16( + vzip1q_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +#else + int16x4_t a1 = vget_low_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b1 = vget_low_s16(vreinterpretq_s16_m128i(b)); + int16x4x2_t result = vzip_s16(a1, b1); + return vreinterpretq_m128i_s16(vcombine_s16(result.val[0], result.val[1])); +#endif +} + +// Interleaves the lower 2 signed or unsigned 32 - bit integers in a with the +// lower 2 signed or unsigned 32 - bit integers in b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// +// https://msdn.microsoft.com/en-us/library/x8atst9d(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpacklo_epi32(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32( + vzip1q_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +#else + int32x2_t a1 = vget_low_s32(vreinterpretq_s32_m128i(a)); + int32x2_t b1 = vget_low_s32(vreinterpretq_s32_m128i(b)); + int32x2x2_t result = vzip_s32(a1, b1); + return vreinterpretq_m128i_s32(vcombine_s32(result.val[0], result.val[1])); +#endif +} + +FORCE_INLINE __m128i _mm_unpacklo_epi64(__m128i a, __m128i b) +{ + int64x1_t a_l = vget_low_s64(vreinterpretq_s64_m128i(a)); + int64x1_t b_l = vget_low_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vcombine_s64(a_l, b_l)); +} + +// Selects and interleaves the lower two single-precision, floating-point values +// from a and b. +// +// r0 := a0 +// r1 := b0 +// r2 := a1 +// r3 := b1 +// +// https://msdn.microsoft.com/en-us/library/25st103b%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_unpacklo_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vzip1q_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a1 = vget_low_f32(vreinterpretq_f32_m128(a)); + float32x2_t b1 = vget_low_f32(vreinterpretq_f32_m128(b)); + float32x2x2_t result = vzip_f32(a1, b1); + return vreinterpretq_m128_f32(vcombine_f32(result.val[0], result.val[1])); +#endif +} + +// Selects and interleaves the upper two single-precision, floating-point values +// from a and b. +// +// r0 := a2 +// r1 := b2 +// r2 := a3 +// r3 := b3 +// +// https://msdn.microsoft.com/en-us/library/skccxx7d%28v=vs.90%29.aspx +FORCE_INLINE __m128 _mm_unpackhi_ps(__m128 a, __m128 b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128_f32( + vzip2q_f32(vreinterpretq_f32_m128(a), vreinterpretq_f32_m128(b))); +#else + float32x2_t a1 = vget_high_f32(vreinterpretq_f32_m128(a)); + float32x2_t b1 = vget_high_f32(vreinterpretq_f32_m128(b)); + float32x2x2_t result = vzip_f32(a1, b1); + return vreinterpretq_m128_f32(vcombine_f32(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 8 signed or unsigned 8-bit integers in a with the upper +// 8 signed or unsigned 8-bit integers in b. +// +// r0 := a8 +// r1 := b8 +// r2 := a9 +// r3 := b9 +// ... +// r14 := a15 +// r15 := b15 +// +// https://msdn.microsoft.com/en-us/library/t5h7783k(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi8(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s8( + vzip2q_s8(vreinterpretq_s8_m128i(a), vreinterpretq_s8_m128i(b))); +#else + int8x8_t a1 = + vreinterpret_s8_s16(vget_high_s16(vreinterpretq_s16_m128i(a))); + int8x8_t b1 = + vreinterpret_s8_s16(vget_high_s16(vreinterpretq_s16_m128i(b))); + int8x8x2_t result = vzip_s8(a1, b1); + return vreinterpretq_m128i_s8(vcombine_s8(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 4 signed or unsigned 16-bit integers in a with the +// upper 4 signed or unsigned 16-bit integers in b. +// +// r0 := a4 +// r1 := b4 +// r2 := a5 +// r3 := b5 +// r4 := a6 +// r5 := b6 +// r6 := a7 +// r7 := b7 +// +// https://msdn.microsoft.com/en-us/library/03196cz7(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi16(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s16( + vzip2q_s16(vreinterpretq_s16_m128i(a), vreinterpretq_s16_m128i(b))); +#else + int16x4_t a1 = vget_high_s16(vreinterpretq_s16_m128i(a)); + int16x4_t b1 = vget_high_s16(vreinterpretq_s16_m128i(b)); + int16x4x2_t result = vzip_s16(a1, b1); + return vreinterpretq_m128i_s16(vcombine_s16(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper 2 signed or unsigned 32-bit integers in a with the +// upper 2 signed or unsigned 32-bit integers in b. +// https://msdn.microsoft.com/en-us/library/65sa7cbs(v=vs.100).aspx +FORCE_INLINE __m128i _mm_unpackhi_epi32(__m128i a, __m128i b) +{ +#if defined(__aarch64__) + return vreinterpretq_m128i_s32( + vzip2q_s32(vreinterpretq_s32_m128i(a), vreinterpretq_s32_m128i(b))); +#else + int32x2_t a1 = vget_high_s32(vreinterpretq_s32_m128i(a)); + int32x2_t b1 = vget_high_s32(vreinterpretq_s32_m128i(b)); + int32x2x2_t result = vzip_s32(a1, b1); + return vreinterpretq_m128i_s32(vcombine_s32(result.val[0], result.val[1])); +#endif +} + +// Interleaves the upper signed or unsigned 64-bit integer in a with the +// upper signed or unsigned 64-bit integer in b. +// +// r0 := a1 +// r1 := b1 +FORCE_INLINE __m128i _mm_unpackhi_epi64(__m128i a, __m128i b) +{ + int64x1_t a_h = vget_high_s64(vreinterpretq_s64_m128i(a)); + int64x1_t b_h = vget_high_s64(vreinterpretq_s64_m128i(b)); + return vreinterpretq_m128i_s64(vcombine_s64(a_h, b_h)); +} + +// Horizontally compute the minimum amongst the packed unsigned 16-bit integers +// in a, store the minimum and index in dst, and zero the remaining bits in dst. +// +// index[2:0] := 0 +// min[15:0] := a[15:0] +// FOR j := 0 to 7 +// i := j*16 +// IF a[i+15:i] < min[15:0] +// index[2:0] := j +// min[15:0] := a[i+15:i] +// FI +// ENDFOR +// dst[15:0] := min[15:0] +// dst[18:16] := index[2:0] +// dst[127:19] := 0 +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_minpos_epu16 +FORCE_INLINE __m128i _mm_minpos_epu16(__m128i a) +{ + __m128i dst; + uint16_t min, idx = 0; + // Find the minimum value +#if defined(__aarch64__) + min = vminvq_u16(vreinterpretq_u16_m128i(a)); +#else + __m64 tmp; + tmp = vreinterpret_m64_u16( + vmin_u16(vget_low_u16(vreinterpretq_u16_m128i(a)), + vget_high_u16(vreinterpretq_u16_m128i(a)))); + tmp = vreinterpret_m64_u16( + vpmin_u16(vreinterpret_u16_m64(tmp), vreinterpret_u16_m64(tmp))); + tmp = vreinterpret_m64_u16( + vpmin_u16(vreinterpret_u16_m64(tmp), vreinterpret_u16_m64(tmp))); + min = vget_lane_u16(vreinterpret_u16_m64(tmp), 0); +#endif + // Get the index of the minimum value + int i; + for (i = 0; i < 8; i++) { + if (min == vgetq_lane_u16(vreinterpretq_u16_m128i(a), 0)) { + idx = (uint16_t) i; + break; + } + a = _mm_srli_si128(a, 2); + } + // Generate result + dst = _mm_setzero_si128(); + dst = vreinterpretq_m128i_u16( + vsetq_lane_u16(min, vreinterpretq_u16_m128i(dst), 0)); + dst = vreinterpretq_m128i_u16( + vsetq_lane_u16(idx, vreinterpretq_u16_m128i(dst), 1)); + return dst; +} + +// shift to right +// https://msdn.microsoft.com/en-us/library/bb514041(v=vs.120).aspx +// http://blog.csdn.net/hemmingway/article/details/44828303 +// Clang requires a macro here, as it is extremely picky about c being a +// literal. +#define _mm_alignr_epi8(a, b, c) \ + ((__m128i) vextq_s8((int8x16_t)(b), (int8x16_t)(a), (c))) + +// Compute the bitwise AND of 128 bits (representing integer data) in a and b, +// and set ZF to 1 if the result is zero, otherwise set ZF to 0. Compute the +// bitwise NOT of a and then AND with b, and set CF to 1 if the result is zero, +// otherwise set CF to 0. Return the CF value. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_testc_si128 +FORCE_INLINE int _mm_testc_si128(__m128i a, __m128i b) +{ + int64x2_t s64 = + vandq_s64(vreinterpretq_s64_s32(vmvnq_s32(vreinterpretq_s32_m128i(a))), + vreinterpretq_s64_m128i(b)); + return !(vgetq_lane_s64(s64, 0) | vgetq_lane_s64(s64, 1)); +} + +// Compute the bitwise AND of 128 bits (representing integer data) in a and b, +// and set ZF to 1 if the result is zero, otherwise set ZF to 0. Compute the +// bitwise NOT of a and then AND with b, and set CF to 1 if the result is zero, +// otherwise set CF to 0. Return the ZF value. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_testz_si128 +FORCE_INLINE int _mm_testz_si128(__m128i a, __m128i b) +{ + int64x2_t s64 = + vandq_s64(vreinterpretq_s64_m128i(a), vreinterpretq_s64_m128i(b)); + return !(vgetq_lane_s64(s64, 0) | vgetq_lane_s64(s64, 1)); +} + +// Extracts the selected signed or unsigned 8-bit integer from a and zero +// extends. +// FORCE_INLINE int _mm_extract_epi8(__m128i a, __constrange(0,16) int imm) +#define _mm_extract_epi8(a, imm) vgetq_lane_u8(vreinterpretq_u8_m128i(a), (imm)) + +// Inserts the least significant 8 bits of b into the selected 8-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi8(__m128i a, int b, +// __constrange(0,16) int imm) +#define _mm_insert_epi8(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s8( \ + vsetq_lane_s8((b), vreinterpretq_s8_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 16-bit integer from a and zero +// extends. +// https://msdn.microsoft.com/en-us/library/6dceta0c(v=vs.100).aspx +// FORCE_INLINE int _mm_extract_epi16(__m128i a, __constrange(0,8) int imm) +#define _mm_extract_epi16(a, imm) \ + vgetq_lane_u16(vreinterpretq_u16_m128i(a), (imm)) + +// Inserts the least significant 16 bits of b into the selected 16-bit integer +// of a. +// https://msdn.microsoft.com/en-us/library/kaze8hz1%28v=vs.100%29.aspx +// FORCE_INLINE __m128i _mm_insert_epi16(__m128i a, int b, +// __constrange(0,8) int imm) +#define _mm_insert_epi16(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s16( \ + vsetq_lane_s16((b), vreinterpretq_s16_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 32-bit integer from a and zero +// extends. +// FORCE_INLINE int _mm_extract_epi32(__m128i a, __constrange(0,4) int imm) +#define _mm_extract_epi32(a, imm) \ + vgetq_lane_s32(vreinterpretq_s32_m128i(a), (imm)) + +// Extracts the selected single-precision (32-bit) floating-point from a. +// FORCE_INLINE int _mm_extract_ps(__m128 a, __constrange(0,4) int imm) +#define _mm_extract_ps(a, imm) vgetq_lane_s32(vreinterpretq_s32_m128(a), (imm)) + +// Inserts the least significant 32 bits of b into the selected 32-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi32(__m128i a, int b, +// __constrange(0,4) int imm) +#define _mm_insert_epi32(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s32( \ + vsetq_lane_s32((b), vreinterpretq_s32_m128i(a), (imm))); \ + }) + +// Extracts the selected signed or unsigned 64-bit integer from a and zero +// extends. +// FORCE_INLINE __int64 _mm_extract_epi64(__m128i a, __constrange(0,2) int imm) +#define _mm_extract_epi64(a, imm) \ + vgetq_lane_s64(vreinterpretq_s64_m128i(a), (imm)) + +// Inserts the least significant 64 bits of b into the selected 64-bit integer +// of a. +// FORCE_INLINE __m128i _mm_insert_epi64(__m128i a, __int64 b, +// __constrange(0,2) int imm) +#define _mm_insert_epi64(a, b, imm) \ + __extension__({ \ + vreinterpretq_m128i_s64( \ + vsetq_lane_s64((b), vreinterpretq_s64_m128i(a), (imm))); \ + }) + +// Count the number of bits set to 1 in unsigned 32-bit integer a, and +// return that count in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_popcnt_u32 +FORCE_INLINE int _mm_popcnt_u32(unsigned int a) +{ +#if defined(__aarch64__) +#if __has_builtin(__builtin_popcount) + return __builtin_popcount(a); +#else + return (int) vaddlv_u8(vcnt_u8(vcreate_u8((uint64_t) a))); +#endif +#else + uint32_t count = 0; + uint8x8_t input_val, count8x8_val; + uint16x4_t count16x4_val; + uint32x2_t count32x2_val; + + input_val = vld1_u8((uint8_t *) &a); + count8x8_val = vcnt_u8(input_val); + count16x4_val = vpaddl_u8(count8x8_val); + count32x2_val = vpaddl_u16(count16x4_val); + + vst1_u32(&count, count32x2_val); + return count; +#endif +} + +// Count the number of bits set to 1 in unsigned 64-bit integer a, and +// return that count in dst. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_popcnt_u64 +FORCE_INLINE int64_t _mm_popcnt_u64(uint64_t a) +{ +#if defined(__aarch64__) +#if __has_builtin(__builtin_popcountll) + return __builtin_popcountll(a); +#else + return (int64_t) vaddlv_u8(vcnt_u8(vcreate_u8(a))); +#endif +#else + uint64_t count = 0; + uint8x8_t input_val, count8x8_val; + uint16x4_t count16x4_val; + uint32x2_t count32x2_val; + uint64x1_t count64x1_val; + + input_val = vld1_u8((uint8_t *) &a); + count8x8_val = vcnt_u8(input_val); + count16x4_val = vpaddl_u8(count8x8_val); + count32x2_val = vpaddl_u16(count16x4_val); + count64x1_val = vpaddl_u32(count32x2_val); + vst1_u64(&count, count64x1_val); + return count; +#endif +} + +// Macro: Transpose the 4x4 matrix formed by the 4 rows of single-precision +// (32-bit) floating-point elements in row0, row1, row2, and row3, and store the +// transposed matrix in these vectors (row0 now contains column 0, etc.). +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=MM_TRANSPOSE4_PS +#define _MM_TRANSPOSE4_PS(row0, row1, row2, row3) \ + do { \ + float32x4x2_t ROW01 = vtrnq_f32(row0, row1); \ + float32x4x2_t ROW23 = vtrnq_f32(row2, row3); \ + row0 = vcombine_f32(vget_low_f32(ROW01.val[0]), \ + vget_low_f32(ROW23.val[0])); \ + row1 = vcombine_f32(vget_low_f32(ROW01.val[1]), \ + vget_low_f32(ROW23.val[1])); \ + row2 = vcombine_f32(vget_high_f32(ROW01.val[0]), \ + vget_high_f32(ROW23.val[0])); \ + row3 = vcombine_f32(vget_high_f32(ROW01.val[1]), \ + vget_high_f32(ROW23.val[1])); \ + } while (0) + +/* Crypto Extensions */ + +#if defined(__ARM_FEATURE_CRYPTO) +// Wraps vmull_p64 +FORCE_INLINE uint64x2_t _sse2neon_vmull_p64(uint64x1_t _a, uint64x1_t _b) +{ + poly64_t a = vget_lane_p64(vreinterpret_p64_u64(_a), 0); + poly64_t b = vget_lane_p64(vreinterpret_p64_u64(_b), 0); + return vreinterpretq_u64_p128(vmull_p64(a, b)); +} +#else // ARMv7 polyfill +// ARMv7/some A64 lacks vmull_p64, but it has vmull_p8. +// +// vmull_p8 calculates 8 8-bit->16-bit polynomial multiplies, but we need a +// 64-bit->128-bit polynomial multiply. +// +// It needs some work and is somewhat slow, but it is still faster than all +// known scalar methods. +// +// Algorithm adapted to C from +// https://www.workofard.com/2017/07/ghash-for-low-end-cores/, which is adapted +// from "Fast Software Polynomial Multiplication on ARM Processors Using the +// NEON Engine" by Danilo Camara, Conrado Gouvea, Julio Lopez and Ricardo Dahab +// (https://hal.inria.fr/hal-01506572) +static uint64x2_t _sse2neon_vmull_p64(uint64x1_t _a, uint64x1_t _b) +{ + poly8x8_t a = vreinterpret_p8_u64(_a); + poly8x8_t b = vreinterpret_p8_u64(_b); + + // Masks + uint8x16_t k48_32 = vcombine_u8(vcreate_u8(0x0000ffffffffffff), + vcreate_u8(0x00000000ffffffff)); + uint8x16_t k16_00 = vcombine_u8(vcreate_u8(0x000000000000ffff), + vcreate_u8(0x0000000000000000)); + + // Do the multiplies, rotating with vext to get all combinations + uint8x16_t d = vreinterpretq_u8_p16(vmull_p8(a, b)); // D = A0 * B0 + uint8x16_t e = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 1))); // E = A0 * B1 + uint8x16_t f = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 1), b)); // F = A1 * B0 + uint8x16_t g = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 2))); // G = A0 * B2 + uint8x16_t h = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 2), b)); // H = A2 * B0 + uint8x16_t i = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 3))); // I = A0 * B3 + uint8x16_t j = + vreinterpretq_u8_p16(vmull_p8(vext_p8(a, a, 3), b)); // J = A3 * B0 + uint8x16_t k = + vreinterpretq_u8_p16(vmull_p8(a, vext_p8(b, b, 4))); // L = A0 * B4 + + // Add cross products + uint8x16_t l = veorq_u8(e, f); // L = E + F + uint8x16_t m = veorq_u8(g, h); // M = G + H + uint8x16_t n = veorq_u8(i, j); // N = I + J + + // Interleave. Using vzip1 and vzip2 prevents Clang from emitting TBL + // instructions. +#if defined(__aarch64__) + uint8x16_t lm_p0 = vreinterpretq_u8_u64( + vzip1q_u64(vreinterpretq_u64_u8(l), vreinterpretq_u64_u8(m))); + uint8x16_t lm_p1 = vreinterpretq_u8_u64( + vzip2q_u64(vreinterpretq_u64_u8(l), vreinterpretq_u64_u8(m))); + uint8x16_t nk_p0 = vreinterpretq_u8_u64( + vzip1q_u64(vreinterpretq_u64_u8(n), vreinterpretq_u64_u8(k))); + uint8x16_t nk_p1 = vreinterpretq_u8_u64( + vzip2q_u64(vreinterpretq_u64_u8(n), vreinterpretq_u64_u8(k))); +#else + uint8x16_t lm_p0 = vcombine_u8(vget_low_u8(l), vget_low_u8(m)); + uint8x16_t lm_p1 = vcombine_u8(vget_high_u8(l), vget_high_u8(m)); + uint8x16_t nk_p0 = vcombine_u8(vget_low_u8(n), vget_low_u8(k)); + uint8x16_t nk_p1 = vcombine_u8(vget_high_u8(n), vget_high_u8(k)); +#endif + // t0 = (L) (P0 + P1) << 8 + // t1 = (M) (P2 + P3) << 16 + uint8x16_t t0t1_tmp = veorq_u8(lm_p0, lm_p1); + uint8x16_t t0t1_h = vandq_u8(lm_p1, k48_32); + uint8x16_t t0t1_l = veorq_u8(t0t1_tmp, t0t1_h); + + // t2 = (N) (P4 + P5) << 24 + // t3 = (K) (P6 + P7) << 32 + uint8x16_t t2t3_tmp = veorq_u8(nk_p0, nk_p1); + uint8x16_t t2t3_h = vandq_u8(nk_p1, k16_00); + uint8x16_t t2t3_l = veorq_u8(t2t3_tmp, t2t3_h); + + // De-interleave +#if defined(__aarch64__) + uint8x16_t t0 = vreinterpretq_u8_u64( + vuzp1q_u64(vreinterpretq_u64_u8(t0t1_l), vreinterpretq_u64_u8(t0t1_h))); + uint8x16_t t1 = vreinterpretq_u8_u64( + vuzp2q_u64(vreinterpretq_u64_u8(t0t1_l), vreinterpretq_u64_u8(t0t1_h))); + uint8x16_t t2 = vreinterpretq_u8_u64( + vuzp1q_u64(vreinterpretq_u64_u8(t2t3_l), vreinterpretq_u64_u8(t2t3_h))); + uint8x16_t t3 = vreinterpretq_u8_u64( + vuzp2q_u64(vreinterpretq_u64_u8(t2t3_l), vreinterpretq_u64_u8(t2t3_h))); +#else + uint8x16_t t1 = vcombine_u8(vget_high_u8(t0t1_l), vget_high_u8(t0t1_h)); + uint8x16_t t0 = vcombine_u8(vget_low_u8(t0t1_l), vget_low_u8(t0t1_h)); + uint8x16_t t3 = vcombine_u8(vget_high_u8(t2t3_l), vget_high_u8(t2t3_h)); + uint8x16_t t2 = vcombine_u8(vget_low_u8(t2t3_l), vget_low_u8(t2t3_h)); +#endif + // Shift the cross products + uint8x16_t t0_shift = vextq_u8(t0, t0, 15); // t0 << 8 + uint8x16_t t1_shift = vextq_u8(t1, t1, 14); // t1 << 16 + uint8x16_t t2_shift = vextq_u8(t2, t2, 13); // t2 << 24 + uint8x16_t t3_shift = vextq_u8(t3, t3, 12); // t3 << 32 + + // Accumulate the products + uint8x16_t cross1 = veorq_u8(t0_shift, t1_shift); + uint8x16_t cross2 = veorq_u8(t2_shift, t3_shift); + uint8x16_t mix = veorq_u8(d, cross1); + uint8x16_t r = veorq_u8(mix, cross2); + return vreinterpretq_u64_u8(r); +} +#endif // ARMv7 polyfill + +FORCE_INLINE __m128i _mm_clmulepi64_si128(__m128i _a, __m128i _b, const int imm) +{ + uint64x2_t a = vreinterpretq_u64_m128i(_a); + uint64x2_t b = vreinterpretq_u64_m128i(_b); + switch (imm & 0x11) { + case 0x00: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_low_u64(a), vget_low_u64(b))); + case 0x01: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_high_u64(a), vget_low_u64(b))); + case 0x10: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_low_u64(a), vget_high_u64(b))); + case 0x11: + return vreinterpretq_m128i_u64( + _sse2neon_vmull_p64(vget_high_u64(a), vget_high_u64(b))); + default: + abort(); + } +} + +#if !defined(__ARM_FEATURE_CRYPTO) +/* clang-format off */ +#define SSE2NEON_AES_DATA(w) \ + { \ + w(0x63), w(0x7c), w(0x77), w(0x7b), w(0xf2), w(0x6b), w(0x6f), \ + w(0xc5), w(0x30), w(0x01), w(0x67), w(0x2b), w(0xfe), w(0xd7), \ + w(0xab), w(0x76), w(0xca), w(0x82), w(0xc9), w(0x7d), w(0xfa), \ + w(0x59), w(0x47), w(0xf0), w(0xad), w(0xd4), w(0xa2), w(0xaf), \ + w(0x9c), w(0xa4), w(0x72), w(0xc0), w(0xb7), w(0xfd), w(0x93), \ + w(0x26), w(0x36), w(0x3f), w(0xf7), w(0xcc), w(0x34), w(0xa5), \ + w(0xe5), w(0xf1), w(0x71), w(0xd8), w(0x31), w(0x15), w(0x04), \ + w(0xc7), w(0x23), w(0xc3), w(0x18), w(0x96), w(0x05), w(0x9a), \ + w(0x07), w(0x12), w(0x80), w(0xe2), w(0xeb), w(0x27), w(0xb2), \ + w(0x75), w(0x09), w(0x83), w(0x2c), w(0x1a), w(0x1b), w(0x6e), \ + w(0x5a), w(0xa0), w(0x52), w(0x3b), w(0xd6), w(0xb3), w(0x29), \ + w(0xe3), w(0x2f), w(0x84), w(0x53), w(0xd1), w(0x00), w(0xed), \ + w(0x20), w(0xfc), w(0xb1), w(0x5b), w(0x6a), w(0xcb), w(0xbe), \ + w(0x39), w(0x4a), w(0x4c), w(0x58), w(0xcf), w(0xd0), w(0xef), \ + w(0xaa), w(0xfb), w(0x43), w(0x4d), w(0x33), w(0x85), w(0x45), \ + w(0xf9), w(0x02), w(0x7f), w(0x50), w(0x3c), w(0x9f), w(0xa8), \ + w(0x51), w(0xa3), w(0x40), w(0x8f), w(0x92), w(0x9d), w(0x38), \ + w(0xf5), w(0xbc), w(0xb6), w(0xda), w(0x21), w(0x10), w(0xff), \ + w(0xf3), w(0xd2), w(0xcd), w(0x0c), w(0x13), w(0xec), w(0x5f), \ + w(0x97), w(0x44), w(0x17), w(0xc4), w(0xa7), w(0x7e), w(0x3d), \ + w(0x64), w(0x5d), w(0x19), w(0x73), w(0x60), w(0x81), w(0x4f), \ + w(0xdc), w(0x22), w(0x2a), w(0x90), w(0x88), w(0x46), w(0xee), \ + w(0xb8), w(0x14), w(0xde), w(0x5e), w(0x0b), w(0xdb), w(0xe0), \ + w(0x32), w(0x3a), w(0x0a), w(0x49), w(0x06), w(0x24), w(0x5c), \ + w(0xc2), w(0xd3), w(0xac), w(0x62), w(0x91), w(0x95), w(0xe4), \ + w(0x79), w(0xe7), w(0xc8), w(0x37), w(0x6d), w(0x8d), w(0xd5), \ + w(0x4e), w(0xa9), w(0x6c), w(0x56), w(0xf4), w(0xea), w(0x65), \ + w(0x7a), w(0xae), w(0x08), w(0xba), w(0x78), w(0x25), w(0x2e), \ + w(0x1c), w(0xa6), w(0xb4), w(0xc6), w(0xe8), w(0xdd), w(0x74), \ + w(0x1f), w(0x4b), w(0xbd), w(0x8b), w(0x8a), w(0x70), w(0x3e), \ + w(0xb5), w(0x66), w(0x48), w(0x03), w(0xf6), w(0x0e), w(0x61), \ + w(0x35), w(0x57), w(0xb9), w(0x86), w(0xc1), w(0x1d), w(0x9e), \ + w(0xe1), w(0xf8), w(0x98), w(0x11), w(0x69), w(0xd9), w(0x8e), \ + w(0x94), w(0x9b), w(0x1e), w(0x87), w(0xe9), w(0xce), w(0x55), \ + w(0x28), w(0xdf), w(0x8c), w(0xa1), w(0x89), w(0x0d), w(0xbf), \ + w(0xe6), w(0x42), w(0x68), w(0x41), w(0x99), w(0x2d), w(0x0f), \ + w(0xb0), w(0x54), w(0xbb), w(0x16) \ + } +/* clang-format on */ + +/* X Macro trick. See https://en.wikipedia.org/wiki/X_Macro */ +#define SSE2NEON_AES_H0(x) (x) +static const uint8_t SSE2NEON_sbox[256] = SSE2NEON_AES_DATA(SSE2NEON_AES_H0); +#undef SSE2NEON_AES_H0 + +// In the absence of crypto extensions, implement aesenc using regular neon +// intrinsics instead. See: +// https://www.workofard.com/2017/01/accelerated-aes-for-the-arm64-linux-kernel/ +// https://www.workofard.com/2017/07/ghash-for-low-end-cores/ and +// https://github.com/ColinIanKing/linux-next-mirror/blob/b5f466091e130caaf0735976648f72bd5e09aa84/crypto/aegis128-neon-inner.c#L52 +// for more information Reproduced with permission of the author. +FORCE_INLINE __m128i _mm_aesenc_si128(__m128i EncBlock, __m128i RoundKey) +{ +#if defined(__aarch64__) + static const uint8_t shift_rows[] = {0x0, 0x5, 0xa, 0xf, 0x4, 0x9, + 0xe, 0x3, 0x8, 0xd, 0x2, 0x7, + 0xc, 0x1, 0x6, 0xb}; + static const uint8_t ror32by8[] = {0x1, 0x2, 0x3, 0x0, 0x5, 0x6, 0x7, 0x4, + 0x9, 0xa, 0xb, 0x8, 0xd, 0xe, 0xf, 0xc}; + + uint8x16_t v; + uint8x16_t w = vreinterpretq_u8_m128i(EncBlock); + + // shift rows + w = vqtbl1q_u8(w, vld1q_u8(shift_rows)); + + // sub bytes + v = vqtbl4q_u8(vld1q_u8_x4(SSE2NEON_sbox), w); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x40), w - 0x40); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0x80), w - 0x80); + v = vqtbx4q_u8(v, vld1q_u8_x4(SSE2NEON_sbox + 0xc0), w - 0xc0); + + // mix columns + w = (v << 1) ^ (uint8x16_t)(((int8x16_t) v >> 7) & 0x1b); + w ^= (uint8x16_t) vrev32q_u16((uint16x8_t) v); + w ^= vqtbl1q_u8(v ^ w, vld1q_u8(ror32by8)); + + // add round key + return vreinterpretq_m128i_u8(w) ^ RoundKey; + +#else /* ARMv7-A NEON implementation */ +#define SSE2NEON_AES_B2W(b0, b1, b2, b3) \ + (((uint32_t)(b3) << 24) | ((uint32_t)(b2) << 16) | ((uint32_t)(b1) << 8) | \ + (b0)) +#define SSE2NEON_AES_F2(x) ((x << 1) ^ (((x >> 7) & 1) * 0x011b /* WPOLY */)) +#define SSE2NEON_AES_F3(x) (SSE2NEON_AES_F2(x) ^ x) +#define SSE2NEON_AES_U0(p) \ + SSE2NEON_AES_B2W(SSE2NEON_AES_F2(p), p, p, SSE2NEON_AES_F3(p)) +#define SSE2NEON_AES_U1(p) \ + SSE2NEON_AES_B2W(SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p), p, p) +#define SSE2NEON_AES_U2(p) \ + SSE2NEON_AES_B2W(p, SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p), p) +#define SSE2NEON_AES_U3(p) \ + SSE2NEON_AES_B2W(p, p, SSE2NEON_AES_F3(p), SSE2NEON_AES_F2(p)) + static const uint32_t ALIGN_STRUCT(16) aes_table[4][256] = { + SSE2NEON_AES_DATA(SSE2NEON_AES_U0), + SSE2NEON_AES_DATA(SSE2NEON_AES_U1), + SSE2NEON_AES_DATA(SSE2NEON_AES_U2), + SSE2NEON_AES_DATA(SSE2NEON_AES_U3), + }; +#undef SSE2NEON_AES_B2W +#undef SSE2NEON_AES_F2 +#undef SSE2NEON_AES_F3 +#undef SSE2NEON_AES_U0 +#undef SSE2NEON_AES_U1 +#undef SSE2NEON_AES_U2 +#undef SSE2NEON_AES_U3 + + uint32_t x0 = _mm_cvtsi128_si32(EncBlock); + uint32_t x1 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0x55)); + uint32_t x2 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0xAA)); + uint32_t x3 = _mm_cvtsi128_si32(_mm_shuffle_epi32(EncBlock, 0xFF)); + + __m128i out = _mm_set_epi32( + (aes_table[0][x3 & 0xff] ^ aes_table[1][(x0 >> 8) & 0xff] ^ + aes_table[2][(x1 >> 16) & 0xff] ^ aes_table[3][x2 >> 24]), + (aes_table[0][x2 & 0xff] ^ aes_table[1][(x3 >> 8) & 0xff] ^ + aes_table[2][(x0 >> 16) & 0xff] ^ aes_table[3][x1 >> 24]), + (aes_table[0][x1 & 0xff] ^ aes_table[1][(x2 >> 8) & 0xff] ^ + aes_table[2][(x3 >> 16) & 0xff] ^ aes_table[3][x0 >> 24]), + (aes_table[0][x0 & 0xff] ^ aes_table[1][(x1 >> 8) & 0xff] ^ + aes_table[2][(x2 >> 16) & 0xff] ^ aes_table[3][x3 >> 24])); + + return _mm_xor_si128(out, RoundKey); +#endif +} + +FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) +{ + /* FIXME: optimized for NEON */ + uint8_t v[4][4] = { + [0] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 0)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 5)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 10)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 15)]}, + [1] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 4)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 9)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 14)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 3)]}, + [2] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 8)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 13)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 2)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 7)]}, + [3] = {SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 12)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 1)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 6)], + SSE2NEON_sbox[vreinterpretq_nth_u8_m128i(a, 11)]}, + }; + for (int i = 0; i < 16; i++) + vreinterpretq_nth_u8_m128i(a, i) = + v[i / 4][i % 4] ^ vreinterpretq_nth_u8_m128i(RoundKey, i); + return a; +} + +// Emits the Advanced Encryption Standard (AES) instruction aeskeygenassist. +// This instruction generates a round key for AES encryption. See +// https://kazakov.life/2017/11/01/cryptocurrency-mining-on-ios-devices/ +// for details. +// +// https://msdn.microsoft.com/en-us/library/cc714138(v=vs.120).aspx +FORCE_INLINE __m128i _mm_aeskeygenassist_si128(__m128i key, const int rcon) +{ + uint32_t X1 = _mm_cvtsi128_si32(_mm_shuffle_epi32(key, 0x55)); + uint32_t X3 = _mm_cvtsi128_si32(_mm_shuffle_epi32(key, 0xFF)); + for (int i = 0; i < 4; ++i) { + ((uint8_t *) &X1)[i] = SSE2NEON_sbox[((uint8_t *) &X1)[i]]; + ((uint8_t *) &X3)[i] = SSE2NEON_sbox[((uint8_t *) &X3)[i]]; + } + return _mm_set_epi32(((X3 >> 8) | (X3 << 24)) ^ rcon, X3, + ((X1 >> 8) | (X1 << 24)) ^ rcon, X1); +} +#undef SSE2NEON_AES_DATA + +#else /* __ARM_FEATURE_CRYPTO */ +// Implements equivalent of 'aesenc' by combining AESE (with an empty key) and +// AESMC and then manually applying the real key as an xor operation. This +// unfortunately means an additional xor op; the compiler should be able to +// optimize this away for repeated calls however. See +// https://blog.michaelbrase.com/2018/05/08/emulating-x86-aes-intrinsics-on-armv8-a +// for more details. +FORCE_INLINE __m128i _mm_aesenc_si128(__m128i a, __m128i b) +{ + return vreinterpretq_m128i_u8( + vaesmcq_u8(vaeseq_u8(vreinterpretq_u8_m128i(a), vdupq_n_u8(0))) ^ + vreinterpretq_u8_m128i(b)); +} + +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_aesenclast_si128 +FORCE_INLINE __m128i _mm_aesenclast_si128(__m128i a, __m128i RoundKey) +{ + return _mm_xor_si128(vreinterpretq_m128i_u8(vaeseq_u8( + vreinterpretq_u8_m128i(a), vdupq_n_u8(0))), + RoundKey); +} + +FORCE_INLINE __m128i _mm_aeskeygenassist_si128(__m128i a, const int rcon) +{ + // AESE does ShiftRows and SubBytes on A + uint8x16_t u8 = vaeseq_u8(vreinterpretq_u8_m128i(a), vdupq_n_u8(0)); + + uint8x16_t dest = { + // Undo ShiftRows step from AESE and extract X1 and X3 + u8[0x4], u8[0x1], u8[0xE], u8[0xB], // SubBytes(X1) + u8[0x1], u8[0xE], u8[0xB], u8[0x4], // ROT(SubBytes(X1)) + u8[0xC], u8[0x9], u8[0x6], u8[0x3], // SubBytes(X3) + u8[0x9], u8[0x6], u8[0x3], u8[0xC], // ROT(SubBytes(X3)) + }; + uint32x4_t r = {0, (unsigned) rcon, 0, (unsigned) rcon}; + return vreinterpretq_m128i_u8(dest) ^ vreinterpretq_m128i_u32(r); +} +#endif + +/* Streaming Extensions */ + +// Guarantees that every preceding store is globally visible before any +// subsequent store. +// https://msdn.microsoft.com/en-us/library/5h2w73d1%28v=vs.90%29.aspx +FORCE_INLINE void _mm_sfence(void) +{ + __sync_synchronize(); +} + +// Store 128-bits (composed of 4 packed single-precision (32-bit) floating- +// point elements) from a into memory using a non-temporal memory hint. +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_stream_ps +FORCE_INLINE void _mm_stream_ps(float *p, __m128 a) +{ +#if __has_builtin(__builtin_nontemporal_store) + __builtin_nontemporal_store(a, (float32x4_t *) p); +#else + vst1q_f32(p, vreinterpretq_f32_m128(a)); +#endif +} + +// Stores the data in a to the address p without polluting the caches. If the +// cache line containing address p is already in the cache, the cache will be +// updated. +// https://msdn.microsoft.com/en-us/library/ba08y07y%28v=vs.90%29.aspx +FORCE_INLINE void _mm_stream_si128(__m128i *p, __m128i a) +{ +#if __has_builtin(__builtin_nontemporal_store) + __builtin_nontemporal_store(a, p); +#else + vst1q_s64((int64_t *) p, vreinterpretq_s64_m128i(a)); +#endif +} + +// Load 128-bits of integer data from memory into dst using a non-temporal +// memory hint. mem_addr must be aligned on a 16-byte boundary or a +// general-protection exception may be generated. +// +// dst[127:0] := MEM[mem_addr+127:mem_addr] +// +// https://software.intel.com/sites/landingpage/IntrinsicsGuide/#text=_mm_stream_load_si128 +FORCE_INLINE __m128i _mm_stream_load_si128(__m128i *p) +{ +#if __has_builtin(__builtin_nontemporal_store) + return __builtin_nontemporal_load(p); +#else + return vreinterpretq_m128i_s64(vld1q_s64((int64_t *) p)); +#endif +} + +// Cache line containing p is flushed and invalidated from all caches in the +// coherency domain. : +// https://msdn.microsoft.com/en-us/library/ba08y07y(v=vs.100).aspx +FORCE_INLINE void _mm_clflush(void const *p) +{ + (void) p; + // no corollary for Neon? +} + +// Allocate aligned blocks of memory. +// https://software.intel.com/en-us/ +// cpp-compiler-developer-guide-and-reference-allocating-and-freeing-aligned-memory-blocks +FORCE_INLINE void *_mm_malloc(size_t size, size_t align) +{ + void *ptr; + if (align == 1) + return malloc(size); + if (align == 2 || (sizeof(void *) == 8 && align == 4)) + align = sizeof(void *); + if (!posix_memalign(&ptr, align, size)) + return ptr; + return NULL; +} + +FORCE_INLINE void _mm_free(void *addr) +{ + free(addr); +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 8-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb514036(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u8(uint32_t crc, uint8_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cb %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc ^= v; + for (int bit = 0; bit < 8; bit++) { + if (crc & 1) + crc = (crc >> 1) ^ UINT32_C(0x82f63b78); + else + crc = (crc >> 1); + } +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 16-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb531411(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u16(uint32_t crc, uint16_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32ch %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u8(crc, v & 0xff); + crc = _mm_crc32_u8(crc, (v >> 8) & 0xff); +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 32-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb531394(v=vs.100) +FORCE_INLINE uint32_t _mm_crc32_u32(uint32_t crc, uint32_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cw %w[c], %w[c], %w[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u16(crc, v & 0xffff); + crc = _mm_crc32_u16(crc, (v >> 16) & 0xffff); +#endif + return crc; +} + +// Starting with the initial value in crc, accumulates a CRC32 value for +// unsigned 64-bit integer v. +// https://msdn.microsoft.com/en-us/library/bb514033(v=vs.100) +FORCE_INLINE uint64_t _mm_crc32_u64(uint64_t crc, uint64_t v) +{ +#if defined(__aarch64__) && defined(__ARM_FEATURE_CRC32) + __asm__ __volatile__("crc32cx %w[c], %w[c], %x[v]\n\t" + : [c] "+r"(crc) + : [v] "r"(v)); +#else + crc = _mm_crc32_u32((uint32_t)(crc), v & 0xffffffff); + crc = _mm_crc32_u32((uint32_t)(crc), (v >> 32) & 0xffffffff); +#endif + return crc; +} + +#if defined(__GNUC__) || defined(__clang__) +#pragma pop_macro("ALIGN_STRUCT") +#pragma pop_macro("FORCE_INLINE") +#endif + +#if defined(__GNUC__) +#pragma GCC pop_options +#endif + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/mask.h b/yap_lab_3/.venv/include/site/python3.12/pygame/mask.h new file mode 100644 index 0000000..45ad8c5 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/mask.h @@ -0,0 +1,7 @@ +#ifndef PGMASK_INTERNAL_H +#define PGMASK_INTERNAL_H + +#include "include/pygame_mask.h" +#define PYGAMEAPI_MASK_NUMSLOTS 1 + +#endif /* ~PGMASK_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/mixer.h b/yap_lab_3/.venv/include/site/python3.12/pygame/mixer.h new file mode 100644 index 0000000..97f5a0f --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/mixer.h @@ -0,0 +1,14 @@ +#ifndef MIXER_INTERNAL_H +#define MIXER_INTERNAL_H + +#include + +/* test mixer initializations */ +#define MIXER_INIT_CHECK() \ + if (!SDL_WasInit(SDL_INIT_AUDIO)) \ + return RAISE(pgExc_SDLError, "mixer not initialized") + +#define PYGAMEAPI_MIXER_NUMSLOTS 5 +#include "include/pygame_mixer.h" + +#endif /* ~MIXER_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/palette.h b/yap_lab_3/.venv/include/site/python3.12/pygame/palette.h new file mode 100644 index 0000000..1ae4cf6 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/palette.h @@ -0,0 +1,123 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef PALETTE_H +#define PALETTE_H + +#include + +/* SDL 2 does not assign a default palette color scheme to a new 8 bit + * surface. Instead, the palette is set all white. This defines the SDL 1.2 + * default palette. + */ +static const SDL_Color default_palette_colors[] = { + {0, 0, 0, 255}, {0, 0, 85, 255}, {0, 0, 170, 255}, + {0, 0, 255, 255}, {0, 36, 0, 255}, {0, 36, 85, 255}, + {0, 36, 170, 255}, {0, 36, 255, 255}, {0, 73, 0, 255}, + {0, 73, 85, 255}, {0, 73, 170, 255}, {0, 73, 255, 255}, + {0, 109, 0, 255}, {0, 109, 85, 255}, {0, 109, 170, 255}, + {0, 109, 255, 255}, {0, 146, 0, 255}, {0, 146, 85, 255}, + {0, 146, 170, 255}, {0, 146, 255, 255}, {0, 182, 0, 255}, + {0, 182, 85, 255}, {0, 182, 170, 255}, {0, 182, 255, 255}, + {0, 219, 0, 255}, {0, 219, 85, 255}, {0, 219, 170, 255}, + {0, 219, 255, 255}, {0, 255, 0, 255}, {0, 255, 85, 255}, + {0, 255, 170, 255}, {0, 255, 255, 255}, {85, 0, 0, 255}, + {85, 0, 85, 255}, {85, 0, 170, 255}, {85, 0, 255, 255}, + {85, 36, 0, 255}, {85, 36, 85, 255}, {85, 36, 170, 255}, + {85, 36, 255, 255}, {85, 73, 0, 255}, {85, 73, 85, 255}, + {85, 73, 170, 255}, {85, 73, 255, 255}, {85, 109, 0, 255}, + {85, 109, 85, 255}, {85, 109, 170, 255}, {85, 109, 255, 255}, + {85, 146, 0, 255}, {85, 146, 85, 255}, {85, 146, 170, 255}, + {85, 146, 255, 255}, {85, 182, 0, 255}, {85, 182, 85, 255}, + {85, 182, 170, 255}, {85, 182, 255, 255}, {85, 219, 0, 255}, + {85, 219, 85, 255}, {85, 219, 170, 255}, {85, 219, 255, 255}, + {85, 255, 0, 255}, {85, 255, 85, 255}, {85, 255, 170, 255}, + {85, 255, 255, 255}, {170, 0, 0, 255}, {170, 0, 85, 255}, + {170, 0, 170, 255}, {170, 0, 255, 255}, {170, 36, 0, 255}, + {170, 36, 85, 255}, {170, 36, 170, 255}, {170, 36, 255, 255}, + {170, 73, 0, 255}, {170, 73, 85, 255}, {170, 73, 170, 255}, + {170, 73, 255, 255}, {170, 109, 0, 255}, {170, 109, 85, 255}, + {170, 109, 170, 255}, {170, 109, 255, 255}, {170, 146, 0, 255}, + {170, 146, 85, 255}, {170, 146, 170, 255}, {170, 146, 255, 255}, + {170, 182, 0, 255}, {170, 182, 85, 255}, {170, 182, 170, 255}, + {170, 182, 255, 255}, {170, 219, 0, 255}, {170, 219, 85, 255}, + {170, 219, 170, 255}, {170, 219, 255, 255}, {170, 255, 0, 255}, + {170, 255, 85, 255}, {170, 255, 170, 255}, {170, 255, 255, 255}, + {255, 0, 0, 255}, {255, 0, 85, 255}, {255, 0, 170, 255}, + {255, 0, 255, 255}, {255, 36, 0, 255}, {255, 36, 85, 255}, + {255, 36, 170, 255}, {255, 36, 255, 255}, {255, 73, 0, 255}, + {255, 73, 85, 255}, {255, 73, 170, 255}, {255, 73, 255, 255}, + {255, 109, 0, 255}, {255, 109, 85, 255}, {255, 109, 170, 255}, + {255, 109, 255, 255}, {255, 146, 0, 255}, {255, 146, 85, 255}, + {255, 146, 170, 255}, {255, 146, 255, 255}, {255, 182, 0, 255}, + {255, 182, 85, 255}, {255, 182, 170, 255}, {255, 182, 255, 255}, + {255, 219, 0, 255}, {255, 219, 85, 255}, {255, 219, 170, 255}, + {255, 219, 255, 255}, {255, 255, 0, 255}, {255, 255, 85, 255}, + {255, 255, 170, 255}, {255, 255, 255, 255}, {0, 0, 0, 255}, + {0, 0, 85, 255}, {0, 0, 170, 255}, {0, 0, 255, 255}, + {0, 36, 0, 255}, {0, 36, 85, 255}, {0, 36, 170, 255}, + {0, 36, 255, 255}, {0, 73, 0, 255}, {0, 73, 85, 255}, + {0, 73, 170, 255}, {0, 73, 255, 255}, {0, 109, 0, 255}, + {0, 109, 85, 255}, {0, 109, 170, 255}, {0, 109, 255, 255}, + {0, 146, 0, 255}, {0, 146, 85, 255}, {0, 146, 170, 255}, + {0, 146, 255, 255}, {0, 182, 0, 255}, {0, 182, 85, 255}, + {0, 182, 170, 255}, {0, 182, 255, 255}, {0, 219, 0, 255}, + {0, 219, 85, 255}, {0, 219, 170, 255}, {0, 219, 255, 255}, + {0, 255, 0, 255}, {0, 255, 85, 255}, {0, 255, 170, 255}, + {0, 255, 255, 255}, {85, 0, 0, 255}, {85, 0, 85, 255}, + {85, 0, 170, 255}, {85, 0, 255, 255}, {85, 36, 0, 255}, + {85, 36, 85, 255}, {85, 36, 170, 255}, {85, 36, 255, 255}, + {85, 73, 0, 255}, {85, 73, 85, 255}, {85, 73, 170, 255}, + {85, 73, 255, 255}, {85, 109, 0, 255}, {85, 109, 85, 255}, + {85, 109, 170, 255}, {85, 109, 255, 255}, {85, 146, 0, 255}, + {85, 146, 85, 255}, {85, 146, 170, 255}, {85, 146, 255, 255}, + {85, 182, 0, 255}, {85, 182, 85, 255}, {85, 182, 170, 255}, + {85, 182, 255, 255}, {85, 219, 0, 255}, {85, 219, 85, 255}, + {85, 219, 170, 255}, {85, 219, 255, 255}, {85, 255, 0, 255}, + {85, 255, 85, 255}, {85, 255, 170, 255}, {85, 255, 255, 255}, + {170, 0, 0, 255}, {170, 0, 85, 255}, {170, 0, 170, 255}, + {170, 0, 255, 255}, {170, 36, 0, 255}, {170, 36, 85, 255}, + {170, 36, 170, 255}, {170, 36, 255, 255}, {170, 73, 0, 255}, + {170, 73, 85, 255}, {170, 73, 170, 255}, {170, 73, 255, 255}, + {170, 109, 0, 255}, {170, 109, 85, 255}, {170, 109, 170, 255}, + {170, 109, 255, 255}, {170, 146, 0, 255}, {170, 146, 85, 255}, + {170, 146, 170, 255}, {170, 146, 255, 255}, {170, 182, 0, 255}, + {170, 182, 85, 255}, {170, 182, 170, 255}, {170, 182, 255, 255}, + {170, 219, 0, 255}, {170, 219, 85, 255}, {170, 219, 170, 255}, + {170, 219, 255, 255}, {170, 255, 0, 255}, {170, 255, 85, 255}, + {170, 255, 170, 255}, {170, 255, 255, 255}, {255, 0, 0, 255}, + {255, 0, 85, 255}, {255, 0, 170, 255}, {255, 0, 255, 255}, + {255, 36, 0, 255}, {255, 36, 85, 255}, {255, 36, 170, 255}, + {255, 36, 255, 255}, {255, 73, 0, 255}, {255, 73, 85, 255}, + {255, 73, 170, 255}, {255, 73, 255, 255}, {255, 109, 0, 255}, + {255, 109, 85, 255}, {255, 109, 170, 255}, {255, 109, 255, 255}, + {255, 146, 0, 255}, {255, 146, 85, 255}, {255, 146, 170, 255}, + {255, 146, 255, 255}, {255, 182, 0, 255}, {255, 182, 85, 255}, + {255, 182, 170, 255}, {255, 182, 255, 255}, {255, 219, 0, 255}, + {255, 219, 85, 255}, {255, 219, 170, 255}, {255, 219, 255, 255}, + {255, 255, 0, 255}, {255, 255, 85, 255}, {255, 255, 170, 255}, + {255, 255, 255, 255}}; + +static const int default_palette_size = + (int)(sizeof(default_palette_colors) / sizeof(SDL_Color)); + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pgarrinter.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pgarrinter.h new file mode 100644 index 0000000..5ba096b --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pgarrinter.h @@ -0,0 +1,26 @@ +/* array structure interface version 3 declarations */ + +#if !defined(PG_ARRAYINTER_HEADER) +#define PG_ARRAYINTER_HEADER + +static const int PAI_CONTIGUOUS = 0x01; +static const int PAI_FORTRAN = 0x02; +static const int PAI_ALIGNED = 0x100; +static const int PAI_NOTSWAPPED = 0x200; +static const int PAI_WRITEABLE = 0x400; +static const int PAI_ARR_HAS_DESCR = 0x800; + +typedef struct { + int two; /* contains the integer 2 -- simple sanity check */ + int nd; /* number of dimensions */ + char typekind; /* kind in array -- character code of typestr */ + int itemsize; /* size of each element */ + int flags; /* flags indicating how the data should be */ + /* interpreted */ + Py_intptr_t *shape; /* A length-nd array of shape information */ + Py_intptr_t *strides; /* A length-nd array of stride information */ + void *data; /* A pointer to the first element of the array */ + PyObject *descr; /* NULL or a data-description */ +} PyArrayInterface; + +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pgbufferproxy.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pgbufferproxy.h new file mode 100644 index 0000000..1507608 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pgbufferproxy.h @@ -0,0 +1,7 @@ +#ifndef PG_BUFPROXY_INTERNAL_H +#define PG_BUFPROXY_INTERNAL_H + +#include "include/pygame_bufferproxy.h" +#define PYGAMEAPI_BUFPROXY_NUMSLOTS 4 + +#endif /* ~PG_BUFPROXY_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pgcompat.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pgcompat.h new file mode 100644 index 0000000..1bc0d24 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pgcompat.h @@ -0,0 +1,27 @@ +/* Python 2.x/3.x compatibility tools (internal) + */ +#ifndef PGCOMPAT_INTERNAL_H +#define PGCOMPAT_INTERNAL_H + +#include "include/pgcompat.h" + +/* Module init function returns new module instance. */ +#define MODINIT_DEFINE(mod_name) PyMODINIT_FUNC PyInit_##mod_name(void) + +/* Defaults for unicode file path encoding */ +#if defined(MS_WIN32) +#define UNICODE_DEF_FS_ERROR "replace" +#else +#define UNICODE_DEF_FS_ERROR "surrogateescape" +#endif + +#define RELATIVE_MODULE(m) ("." m) + +#ifndef Py_TPFLAGS_HAVE_NEWBUFFER +#define Py_TPFLAGS_HAVE_NEWBUFFER 0 +#endif + +#define Slice_GET_INDICES_EX(slice, length, start, stop, step, slicelength) \ + PySlice_GetIndicesEx(slice, length, start, stop, step, slicelength) + +#endif /* ~PGCOMPAT_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pgopengl.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pgopengl.h new file mode 100644 index 0000000..a845cbf --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pgopengl.h @@ -0,0 +1,20 @@ +#if !defined(PGOPENGL_H) +#define PGOPENGL_H + +/** This header includes definitions of Opengl functions as pointer types for + ** use with the SDL function SDL_GL_GetProcAddress. + **/ + +#if defined(_WIN32) +#define GL_APIENTRY __stdcall +#else +#define GL_APIENTRY +#endif + +typedef void(GL_APIENTRY *GL_glReadPixels_Func)(int, int, int, int, + unsigned int, unsigned int, + void *); + +typedef void(GL_APIENTRY *GL_glViewport_Func)(int, int, unsigned int, + unsigned int); +#endif diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pgplatform.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pgplatform.h new file mode 100644 index 0000000..54310eb --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pgplatform.h @@ -0,0 +1,23 @@ +/* platform/compiler adjustments (internal) */ +#ifndef PG_PLATFORM_INTERNAL_H +#define PG_PLATFORM_INTERNAL_H + +#include "include/pgplatform.h" + +#ifndef MIN +#define MIN(a, b) ((a) < (b) ? (a) : (b)) +#endif +#ifndef MAX +#define MAX(a, b) ((a) > (b) ? (a) : (b)) +#endif +#ifndef ABS +#define ABS(a) (((a) < 0) ? -(a) : (a)) +#endif + +/* warnings */ +#define PG_STRINGIZE_HELPER(x) #x +#define PG_STRINGIZE(x) PG_STRINGIZE_HELPER(x) +#define PG_WARN(desc) \ + message(__FILE__ "(" PG_STRINGIZE(__LINE__) "): WARNING: " #desc) + +#endif /* ~PG_PLATFORM_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/pygame.h b/yap_lab_3/.venv/include/site/python3.12/pygame/pygame.h new file mode 100644 index 0000000..d7eaf73 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/pygame.h @@ -0,0 +1,32 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +/* This will use PYGAMEAPI_DEFINE_SLOTS instead + * of PYGAMEAPI_EXTERN_SLOTS for base modules. + */ +#ifndef PYGAME_INTERNAL_H +#define PYGAME_INTERNAL_H + +#define PYGAME_H +#include "_pygame.h" + +#endif /* ~PYGAME_INTERNAL_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/scrap.h b/yap_lab_3/.venv/include/site/python3.12/pygame/scrap.h new file mode 100644 index 0000000..5866b56 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/scrap.h @@ -0,0 +1,147 @@ +/* + pygame - Python Game Library + Copyright (C) 2006, 2007 Rene Dudfield, Marcus von Appen + + Originally put in the public domain by Sam Lantinga. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +*/ + +#ifndef SCRAP_H +#define SCRAP_H + +/* This is unconditionally defined in Python.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#include + +/* Handle clipboard text and data in arbitrary formats */ + +/** + * Predefined supported pygame scrap types. + */ +#define PYGAME_SCRAP_TEXT "text/plain" +#define PYGAME_SCRAP_BMP "image/bmp" +#define PYGAME_SCRAP_PPM "image/ppm" +#define PYGAME_SCRAP_PBM "image/pbm" + +/** + * The supported scrap clipboard types. + * + * This is only relevant in a X11 environment, which supports mouse + * selections as well. For Win32 and MacOS environments the default + * clipboard is used, no matter what value is passed. + */ +typedef enum { + SCRAP_CLIPBOARD, + SCRAP_SELECTION /* only supported in X11 environments. */ +} ScrapClipType; + +/** + * Macro for initialization checks. + */ +#define PYGAME_SCRAP_INIT_CHECK() \ + if (!pygame_scrap_initialized()) \ + return (PyErr_SetString(pgExc_SDLError, "scrap system not initialized."), \ + NULL) + +/** + * \brief Checks, whether the pygame scrap module was initialized. + * + * \return 1 if the modules was initialized, 0 otherwise. + */ +extern int +pygame_scrap_initialized(void); + +/** + * \brief Initializes the pygame scrap module internals. Call this before any + * other method. + * + * \return 1 on successful initialization, 0 otherwise. + */ +extern int +pygame_scrap_init(void); + +/** + * \brief Checks, whether the pygame window lost the clipboard focus or not. + * + * \return 1 if the window lost the focus, 0 otherwise. + */ +extern int +pygame_scrap_lost(void); + +/** + * \brief Places content of a specific type into the clipboard. + * + * \note For X11 the following notes are important: The following types + * are reserved for internal usage and thus will throw an error on + * setting them: "TIMESTAMP", "TARGETS", "SDL_SELECTION". + * Setting PYGAME_SCRAP_TEXT ("text/plain") will also automatically + * set the X11 types "STRING" (XA_STRING), "TEXT" and "UTF8_STRING". + * + * For Win32 the following notes are important: Setting + * PYGAME_SCRAP_TEXT ("text/plain") will also automatically set + * the Win32 type "TEXT" (CF_TEXT). + * + * For QNX the following notes are important: Setting + * PYGAME_SCRAP_TEXT ("text/plain") will also automatically set + * the QNX type "TEXT" (Ph_CL_TEXT). + * + * \param type The type of the content. + * \param srclen The length of the content. + * \param src The NULL terminated content. + * \return 1, if the content could be successfully pasted into the clipboard, + * 0 otherwise. + */ +extern int +pygame_scrap_put(char *type, Py_ssize_t srclen, char *src); + +/** + * \brief Gets the current content from the clipboard. + * + * \note The received content does not need to be the content previously + * placed in the clipboard using pygame_put_scrap(). See the + * pygame_put_scrap() notes for more details. + * + * \param type The type of the content to receive. + * \param count The size of the returned content. + * \return The content or NULL in case of an error or if no content of the + * specified type was available. + */ +extern char * +pygame_scrap_get(char *type, size_t *count); + +/** + * \brief Gets the currently available content types from the clipboard. + * + * \return The different available content types or NULL in case of an + * error or if no content type is available. + */ +extern char ** +pygame_scrap_get_types(void); + +/** + * \brief Checks whether content for the specified scrap type is currently + * available in the clipboard. + * + * \param type The type to check for. + * \return 1, if there is content and 0 otherwise. + */ +extern int +pygame_scrap_contains(char *type); + +#endif /* SCRAP_H */ diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/simd_blitters.h b/yap_lab_3/.venv/include/site/python3.12/pygame/simd_blitters.h new file mode 100644 index 0000000..da0ecbb --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/simd_blitters.h @@ -0,0 +1,84 @@ +#define NO_PYGAME_C_API +#include "_surface.h" +#include "_blit_info.h" + +#if !defined(PG_ENABLE_ARM_NEON) && defined(__aarch64__) +// arm64 has neon optimisations enabled by default, even when fpu=neon is not +// passed +#define PG_ENABLE_ARM_NEON 1 +#endif + +int +pg_sse2_at_runtime_but_uncompiled(); +int +pg_neon_at_runtime_but_uncompiled(); +int +pg_avx2_at_runtime_but_uncompiled(); + +#if (defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)) +void +alphablit_alpha_sse2_argb_surf_alpha(SDL_BlitInfo *info); +void +alphablit_alpha_sse2_argb_no_surf_alpha(SDL_BlitInfo *info); +void +alphablit_alpha_sse2_argb_no_surf_alpha_opaque_dst(SDL_BlitInfo *info); +void +blit_blend_rgba_mul_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_mul_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_add_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_add_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_sub_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_sub_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_max_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_max_sse2(SDL_BlitInfo *info); +void +blit_blend_rgba_min_sse2(SDL_BlitInfo *info); +void +blit_blend_rgb_min_sse2(SDL_BlitInfo *info); +void +blit_blend_premultiplied_sse2(SDL_BlitInfo *info); +#endif /* (defined(__SSE2__) || defined(PG_ENABLE_ARM_NEON)) */ + +/* Deliberately putting these outside of the preprocessor guards as I want to + move to a system of trusting the runtime checks to head to the right + function and having a fallback function there if pygame is not compiled + with the right stuff (this is the strategy used for AVX2 right now. + Potentially I might want to shift both these into a slightly different + file as they are not exactly blits (though v. similar) - or I could rename + the SIMD trilogy of files to replace the word blit with something more + generic like surface_ops*/ + +void +premul_surf_color_by_alpha_non_simd(SDL_Surface *src, SDL_Surface *dst); +void +premul_surf_color_by_alpha_sse2(SDL_Surface *src, SDL_Surface *dst); + +int +pg_has_avx2(); +void +blit_blend_rgba_mul_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_mul_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_add_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_add_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_sub_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_sub_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_max_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_max_avx2(SDL_BlitInfo *info); +void +blit_blend_rgba_min_avx2(SDL_BlitInfo *info); +void +blit_blend_rgb_min_avx2(SDL_BlitInfo *info); diff --git a/yap_lab_3/.venv/include/site/python3.12/pygame/surface.h b/yap_lab_3/.venv/include/site/python3.12/pygame/surface.h new file mode 100644 index 0000000..21508c6 --- /dev/null +++ b/yap_lab_3/.venv/include/site/python3.12/pygame/surface.h @@ -0,0 +1,361 @@ +/* + pygame - Python Game Library + Copyright (C) 2000-2001 Pete Shinners + Copyright (C) 2007 Marcus von Appen + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + Pete Shinners + pete@shinners.org +*/ + +#ifndef SURFACE_H +#define SURFACE_H + +/* This is defined in SDL.h */ +#if defined(_POSIX_C_SOURCE) +#undef _POSIX_C_SOURCE +#endif + +#include +#include "pygame.h" + +/* Blend modes */ +#define PYGAME_BLEND_ADD 0x1 +#define PYGAME_BLEND_SUB 0x2 +#define PYGAME_BLEND_MULT 0x3 +#define PYGAME_BLEND_MIN 0x4 +#define PYGAME_BLEND_MAX 0x5 + +#define PYGAME_BLEND_RGB_ADD 0x1 +#define PYGAME_BLEND_RGB_SUB 0x2 +#define PYGAME_BLEND_RGB_MULT 0x3 +#define PYGAME_BLEND_RGB_MIN 0x4 +#define PYGAME_BLEND_RGB_MAX 0x5 + +#define PYGAME_BLEND_RGBA_ADD 0x6 +#define PYGAME_BLEND_RGBA_SUB 0x7 +#define PYGAME_BLEND_RGBA_MULT 0x8 +#define PYGAME_BLEND_RGBA_MIN 0x9 +#define PYGAME_BLEND_RGBA_MAX 0x10 +#define PYGAME_BLEND_PREMULTIPLIED 0x11 +#define PYGAME_BLEND_ALPHA_SDL2 0x12 + +#if SDL_BYTEORDER == SDL_LIL_ENDIAN +#define GET_PIXEL_24(b) (b[0] + (b[1] << 8) + (b[2] << 16)) +#else +#define GET_PIXEL_24(b) (b[2] + (b[1] << 8) + (b[0] << 16)) +#endif + +#define GET_PIXEL(pxl, bpp, source) \ + switch (bpp) { \ + case 2: \ + pxl = *((Uint16 *)(source)); \ + break; \ + case 4: \ + pxl = *((Uint32 *)(source)); \ + break; \ + default: { \ + Uint8 *b = (Uint8 *)source; \ + pxl = GET_PIXEL_24(b); \ + } break; \ + } + +#define GET_PIXELVALS(_sR, _sG, _sB, _sA, px, fmt, ppa) \ + SDL_GetRGBA(px, fmt, &(_sR), &(_sG), &(_sB), &(_sA)); \ + if (!ppa) { \ + _sA = 255; \ + } + +#define GET_PIXELVALS_1(sr, sg, sb, sa, _src, _fmt) \ + sr = _fmt->palette->colors[*((Uint8 *)(_src))].r; \ + sg = _fmt->palette->colors[*((Uint8 *)(_src))].g; \ + sb = _fmt->palette->colors[*((Uint8 *)(_src))].b; \ + sa = 255; + +/* For 1 byte palette pixels */ +#define SET_PIXELVAL(px, fmt, _dR, _dG, _dB, _dA) \ + *(px) = (Uint8)SDL_MapRGBA(fmt, _dR, _dG, _dB, _dA) + +#if SDL_BYTEORDER == SDL_LIL_ENDIAN +#define SET_OFFSETS_24(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 0 : fmt->Rshift == 8 ? 1 : 2); \ + og = (fmt->Gshift == 0 ? 0 : fmt->Gshift == 8 ? 1 : 2); \ + ob = (fmt->Bshift == 0 ? 0 : fmt->Bshift == 8 ? 1 : 2); \ + } + +#define SET_OFFSETS_32(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 0 \ + : fmt->Rshift == 8 ? 1 \ + : fmt->Rshift == 16 ? 2 \ + : 3); \ + og = (fmt->Gshift == 0 ? 0 \ + : fmt->Gshift == 8 ? 1 \ + : fmt->Gshift == 16 ? 2 \ + : 3); \ + ob = (fmt->Bshift == 0 ? 0 \ + : fmt->Bshift == 8 ? 1 \ + : fmt->Bshift == 16 ? 2 \ + : 3); \ + } +#else +#define SET_OFFSETS_24(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 2 : fmt->Rshift == 8 ? 1 : 0); \ + og = (fmt->Gshift == 0 ? 2 : fmt->Gshift == 8 ? 1 : 0); \ + ob = (fmt->Bshift == 0 ? 2 : fmt->Bshift == 8 ? 1 : 0); \ + } + +#define SET_OFFSETS_32(or, og, ob, fmt) \ + { \ + or = (fmt->Rshift == 0 ? 3 \ + : fmt->Rshift == 8 ? 2 \ + : fmt->Rshift == 16 ? 1 \ + : 0); \ + og = (fmt->Gshift == 0 ? 3 \ + : fmt->Gshift == 8 ? 2 \ + : fmt->Gshift == 16 ? 1 \ + : 0); \ + ob = (fmt->Bshift == 0 ? 3 \ + : fmt->Bshift == 8 ? 2 \ + : fmt->Bshift == 16 ? 1 \ + : 0); \ + } +#endif + +#define CREATE_PIXEL(buf, r, g, b, a, bp, ft) \ + switch (bp) { \ + case 2: \ + *((Uint16 *)(buf)) = ((r >> ft->Rloss) << ft->Rshift) | \ + ((g >> ft->Gloss) << ft->Gshift) | \ + ((b >> ft->Bloss) << ft->Bshift) | \ + ((a >> ft->Aloss) << ft->Ashift); \ + break; \ + case 4: \ + *((Uint32 *)(buf)) = ((r >> ft->Rloss) << ft->Rshift) | \ + ((g >> ft->Gloss) << ft->Gshift) | \ + ((b >> ft->Bloss) << ft->Bshift) | \ + ((a >> ft->Aloss) << ft->Ashift); \ + break; \ + } + +/* Pretty good idea from Tom Duff :-). */ +#define LOOP_UNROLLED4(code, n, width) \ + n = (width + 3) / 4; \ + switch (width & 3) { \ + case 0: \ + do { \ + code; \ + case 3: \ + code; \ + case 2: \ + code; \ + case 1: \ + code; \ + } while (--n > 0); \ + } + +/* Used in the srcbpp == dstbpp == 1 blend functions */ +#define REPEAT_3(code) \ + code; \ + code; \ + code; + +#define REPEAT_4(code) \ + code; \ + code; \ + code; \ + code; + +#define BLEND_ADD(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR + sR; \ + dR = (tmp <= 255 ? tmp : 255); \ + tmp = dG + sG; \ + dG = (tmp <= 255 ? tmp : 255); \ + tmp = dB + sB; \ + dB = (tmp <= 255 ? tmp : 255); + +#define BLEND_SUB(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR - sR; \ + dR = (tmp >= 0 ? tmp : 0); \ + tmp = dG - sG; \ + dG = (tmp >= 0 ? tmp : 0); \ + tmp = dB - sB; \ + dB = (tmp >= 0 ? tmp : 0); + +#define BLEND_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ + dR = (dR && sR) ? ((dR * sR) + 255) >> 8 : 0; \ + dG = (dG && sG) ? ((dG * sG) + 255) >> 8 : 0; \ + dB = (dB && sB) ? ((dB * sB) + 255) >> 8 : 0; + +#define BLEND_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR < dR) { \ + dR = sR; \ + } \ + if (sG < dG) { \ + dG = sG; \ + } \ + if (sB < dB) { \ + dB = sB; \ + } + +#define BLEND_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR > dR) { \ + dR = sR; \ + } \ + if (sG > dG) { \ + dG = sG; \ + } \ + if (sB > dB) { \ + dB = sB; \ + } + +#define BLEND_RGBA_ADD(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR + sR; \ + dR = (tmp <= 255 ? tmp : 255); \ + tmp = dG + sG; \ + dG = (tmp <= 255 ? tmp : 255); \ + tmp = dB + sB; \ + dB = (tmp <= 255 ? tmp : 255); \ + tmp = dA + sA; \ + dA = (tmp <= 255 ? tmp : 255); + +#define BLEND_RGBA_SUB(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + tmp = dR - sR; \ + dR = (tmp >= 0 ? tmp : 0); \ + tmp = dG - sG; \ + dG = (tmp >= 0 ? tmp : 0); \ + tmp = dB - sB; \ + dB = (tmp >= 0 ? tmp : 0); \ + tmp = dA - sA; \ + dA = (tmp >= 0 ? tmp : 0); + +#define BLEND_RGBA_MULT(sR, sG, sB, sA, dR, dG, dB, dA) \ + dR = (dR && sR) ? ((dR * sR) + 255) >> 8 : 0; \ + dG = (dG && sG) ? ((dG * sG) + 255) >> 8 : 0; \ + dB = (dB && sB) ? ((dB * sB) + 255) >> 8 : 0; \ + dA = (dA && sA) ? ((dA * sA) + 255) >> 8 : 0; + +#define BLEND_RGBA_MIN(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR < dR) { \ + dR = sR; \ + } \ + if (sG < dG) { \ + dG = sG; \ + } \ + if (sB < dB) { \ + dB = sB; \ + } \ + if (sA < dA) { \ + dA = sA; \ + } + +#define BLEND_RGBA_MAX(sR, sG, sB, sA, dR, dG, dB, dA) \ + if (sR > dR) { \ + dR = sR; \ + } \ + if (sG > dG) { \ + dG = sG; \ + } \ + if (sB > dB) { \ + dB = sB; \ + } \ + if (sA > dA) { \ + dA = sA; \ + } + +#if 1 +/* Choose an alpha blend equation. If the sign is preserved on a right shift + * then use a specialized, faster, equation. Otherwise a more general form, + * where all additions are done before the shift, is needed. + */ +#if (-1 >> 1) < 0 +#define ALPHA_BLEND_COMP(sC, dC, sA) ((((sC - dC) * sA + sC) >> 8) + dC) +#else +#define ALPHA_BLEND_COMP(sC, dC, sA) (((dC << 8) + (sC - dC) * sA + sC) >> 8) +#endif + +#define ALPHA_BLEND(sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + if (dA) { \ + dR = ALPHA_BLEND_COMP(sR, dR, sA); \ + dG = ALPHA_BLEND_COMP(sG, dG, sA); \ + dB = ALPHA_BLEND_COMP(sB, dB, sA); \ + dA = sA + dA - ((sA * dA) / 255); \ + } \ + else { \ + dR = sR; \ + dG = sG; \ + dB = sB; \ + dA = sA; \ + } \ + } while (0) + +#define ALPHA_BLEND_PREMULTIPLIED_COMP(sC, dC, sA) \ + (sC + dC - ((dC + 1) * sA >> 8)) + +#define ALPHA_BLEND_PREMULTIPLIED(tmp, sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + dR = ALPHA_BLEND_PREMULTIPLIED_COMP(sR, dR, sA); \ + dG = ALPHA_BLEND_PREMULTIPLIED_COMP(sG, dG, sA); \ + dB = ALPHA_BLEND_PREMULTIPLIED_COMP(sB, dB, sA); \ + dA = ALPHA_BLEND_PREMULTIPLIED_COMP(sA, dA, sA); \ + } while (0) +#elif 0 + +#define ALPHA_BLEND(sR, sG, sB, sA, dR, dG, dB, dA) \ + do { \ + if (sA) { \ + if (dA && sA < 255) { \ + int dContrib = dA * (255 - sA) / 255; \ + dA = sA + dA - ((sA * dA) / 255); \ + dR = (dR * dContrib + sR * sA) / dA; \ + dG = (dG * dContrib + sG * sA) / dA; \ + dB = (dB * dContrib + sB * sA) / dA; \ + } \ + else { \ + dR = sR; \ + dG = sG; \ + dB = sB; \ + dA = sA; \ + } \ + } \ + } while (0) +#endif + +int +surface_fill_blend(SDL_Surface *surface, SDL_Rect *rect, Uint32 color, + int blendargs); + +void +surface_respect_clip_rect(SDL_Surface *surface, SDL_Rect *rect); + +int +pygame_AlphaBlit(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, + SDL_Rect *dstrect, int the_args); + +int +pygame_Blit(SDL_Surface *src, SDL_Rect *srcrect, SDL_Surface *dst, + SDL_Rect *dstrect, int the_args); + +int +premul_surf_color_by_alpha(SDL_Surface *src, SDL_Surface *dst); + +int +pg_warn_simd_at_runtime_but_uncompiled(); + +#endif /* SURFACE_H */ diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/AUTHORS.txt b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/AUTHORS.txt new file mode 100644 index 0000000..f42daec --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/AUTHORS.txt @@ -0,0 +1,806 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adolfo Ochagavía +Adrien Morison +Agus +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Anton Zelenov +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +arena +arenasys +Arindam Choudhury +Armin Ronacher +Arnon Yaari +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Branch Vincent +Brandon L. Reiss +Brandt Bucher +Brannon Dorsey +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Brown +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Charlie Marsh +charwick +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris Markiewicz +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +chrysle +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +ctg123 +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Poznik +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +devsagul +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dimitri Papadopoulos Orfanos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dustin Rodrigues +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Fredrik Orderud +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ikko Ashimine +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Fleischman +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jinzhe Zeng +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John Sirois +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Cannon +Josh Hansen +Josh Schneier +Joshua +JoshuaPerdue +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +July Tikhonov +Jussi Kukkonen +Justin van Heek +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +Karolina Surma +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +konstin +kpinc +Krishna Oza +Kumar McMillan +Kuntal Majumder +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Luis Medel +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark McLoughlin +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +Matt Wozniski +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Hughes +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +morotti +mrKazzila +Muha Ajjan +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Shen +Peter Waller +Petr Viktorin +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Ran Benita +Randy Döring +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +rmorotti +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +S. Guliaev +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shenxianpeng +shireenrao +Shivansh-007 +Shixian Sheng +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Srishti Hegde +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Sviatoslav Sydorenko (Святослав Сидоренко) +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +Xianpeng Shen +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/INSTALLER b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/LICENSE.txt b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/METADATA b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/METADATA new file mode 100644 index 0000000..3315c06 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/METADATA @@ -0,0 +1,90 @@ +Metadata-Version: 2.2 +Name: pip +Version: 25.0.1 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/RECORD b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/RECORD new file mode 100644 index 0000000..a92da68 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/RECORD @@ -0,0 +1,854 @@ +../../../bin/pip,sha256=iec0Raz2U_4FII4y6z-SS49PiW89VLSyhWw_ylpTqag,250 +../../../bin/pip3,sha256=iec0Raz2U_4FII4y6z-SS49PiW89VLSyhWw_ylpTqag,250 +../../../bin/pip3.12,sha256=iec0Raz2U_4FII4y6z-SS49PiW89VLSyhWw_ylpTqag,250 +pip-25.0.1.dist-info/AUTHORS.txt,sha256=HqzpBVLfT1lBthqQfiDlVeFkg65hJ7ZQvvWhoq-BAsA,11018 +pip-25.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-25.0.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-25.0.1.dist-info/METADATA,sha256=T6cxjPMPl523zsRcEsu8K0-IoV8S7vv1mmKR0KA6-SY,3677 +pip-25.0.1.dist-info/RECORD,, +pip-25.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-25.0.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91 +pip-25.0.1.dist-info/entry_points.txt,sha256=eeIjuzfnfR2PrhbjnbzFU6MnSS70kZLxwaHHq6M-bD0,87 +pip-25.0.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=aKiv_sTe7UbE7qmtCinJutFjqN0MndZQZ1fKLNwFFLE,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=Dv4UCClSg4uNaal_hL-trg5-zl3Is9CuIDxkChCkXF4,10700 +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=NZin6KMzW9NSYzKk4Tc8isb_TQYKR4CKd5j9mSm46PI,8625 +pip/_internal/cli/cmdoptions.py,sha256=V3BB22F4_v_RkHaZ5onWnszhbBtjYZvNhbn9M0NO0HI,30116 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/index_command.py,sha256=i_sgNlPmXC5iHUaY-dmmrHKKTgc5O4hWzisr5Al1rr0,5677 +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=9GcgusWtwfqou2zhAQp1XNbQHIDslqyyz9UwLzw7Jgc,2717 +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=IOezTicHjGE5sWdBx2nwPVgbjuJHM3s-BZEkpZLemuY,8107 +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=r3yHQUxvxt7gD5j9n6zRDslAvtx9CT_whLuQJcktp6M,29390 +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=0YBhCga3PAd81vT3l7UWflktSpB5-aYqQcJxBVPazVM,7857 +pip/_internal/commands/uninstall.py,sha256=7pOR7enK76gimyxQbzxcG1OsyLXL3DvX939xmM8Fvtg,3892 +pip/_internal/commands/wheel.py,sha256=eJRhr_qoNNxWAkkdJCNiQM7CXd4E1_YyQhsqJnBPGGg,6414 +pip/_internal/configuration.py,sha256=-KOok6jh3hFzXMPQFPJ1_EFjBpAsge-RSreQuLHLmzo,14005 +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=mJHAljlHeHuclyuxtjvBZO6DtovKjsZjF_tCh_wux5E,38076 +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=CU8jK1TZso7jOLdr0sX9xDjrcs5iy8d7IRK-hvaIO5Y,4337 +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=ezrIYazHCINM2QUk1eA9wEAMj3aeGWeDVgGalgUzKpc,2707 +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=ftmYiyfUGUIjnVwt6W-Ijsimy5c28KgmXly5Q5IQ2P4,8279 +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=GQ8hq7x-FDFPv25Nbn2veIM-MlBrGZDGLd7aZeF4Xrg,21448 +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=0yGMA3Eet59xBSLtbPAenvI53dl29oUOeqZ2c0QL2Ss,4614 +pip/_internal/network/download.py,sha256=FLOP29dPYECBiAi7eEjvAbNkyzaKNqbyjOT2m8HPW8U,6048 +pip/_internal/network/lazy_wheel.py,sha256=PBdoMoNQQIA84Fhgne38jWF52W4x_KtsHjxgv4dkRKA,7622 +pip/_internal/network/session.py,sha256=msM4es16LmmNEYNkrYyg8fTc7gAHbKFltawfKP27LOI,18771 +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=xlAwcP9q_8_fmv_3I39w9EZ7SQV9hnJZr9VuTsq2Y68,1510 +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=1_M79jAQKnCxWr-KCCmHuVXOVFGaUJHmoWLfFzgh7K4,9843 +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=GLJ6rWRS5_2noKdajohoLyDty57Z7QXhcUAYghmTnWc,7286 +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=eys82McgaICOGic2UZRHjD720piKJPwmeSYdXlWwl6w,20234 +pip/_internal/req/req_install.py,sha256=BMptxHYg2uG_b-7HFEULPb3nuw0FMAbuea8zTq2rE7w,35786 +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=MJOLSZJY8_28PPdcutoQ6gjJ_1eBDt6Z1edtfTJyR4E,32659 +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=1PFtttvLAeyCVR3tPoBq2sOlPD0IJ-KSqU6bc1HUk9c,8318 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/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/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=ONfbrhaD248akkosK79if97n20EABxwjOxp5dE5RCRY,11845 +pip/_internal/utils/misc.py,sha256=DWnYxBUItjRp7hhxEg4ih6P6YpKrykM86dbi_EcU8SQ,23450 +pip/_internal/utils/packaging.py,sha256=cm-X_0HVHV_jRwUVZh6AuEWqSitzf8EpaJ7Uv2UGu6A,2142 +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=_gVdyzTRDMYktpnYljn4OoxrZTtMCf4xknSm4rK0WaA,11967 +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=LMC5CBe94ZRL5xhlzwyPDmHXvBD0p7lT4R3Z73D6a_I,677 +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=febjY4LV87iiCIK3jcl8iH58iaSA7b9WkovsByIDK0Y,6348 +pip/_vendor/cachecontrol/cache.py,sha256=OXwv7Fn2AwnKNiahJHnjtvaKLndvVLv_-zO-ltlV9qI,1953 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=b7oMgsRSqPmEsonVJw6uFEYUlFgD6GF8TyacOGG1x3M,5399 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=glbPj2iZlGqdBg8z09D2DtQOzoOGXnWvy7K2LEyBsEQ,18576 +pip/_vendor/cachecontrol/filewrapper.py,sha256=2ktXNPE0KqnyzF24aOsKCA58HQq1xeC6l2g6_zwjghc,4291 +pip/_vendor/cachecontrol/heuristics.py,sha256=gqMXU8w0gQuEQiSdu3Yg-0vd9kW7nrWKbLca75rheGE,4881 +pip/_vendor/cachecontrol/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/cachecontrol/serialize.py,sha256=HQd2IllQ05HzPkVLMXTF2uX5mjEQjDBkxCqUJUODpZk,5163 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__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=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422 +pip/_vendor/idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +pip/_vendor/idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239 +pip/_vendor/idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306 +pip/_vendor/idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +pip/_vendor/idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21 +pip/_vendor/idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289 +pip/_vendor/msgpack/__init__.py,sha256=reRaiOtEzSjPnr7TpxjgIvbfln5pV66FhricAs2eC-g,1109 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=kteJv03n9tYzd5oo3xYopVTo4vRaAxonBQQJhXohZZo,5726 +pip/_vendor/msgpack/fallback.py,sha256=0g1Pzp0vtmBEmJ5w9F3s_-JMVURP8RS4G1cc5TRaAsI,32390 +pip/_vendor/packaging/__init__.py,sha256=dk4Ta_vmdVJxYHDcfyhvQNw8V3PgSBomKNXqg-D2JDY,494 +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/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=cflAQAkE25tzhYmq_aCi72QfbT_tn891tPzfpbeHOwE,3306 +pip/_vendor/packaging/_manylinux.py,sha256=vl5OCoz4kx80H5rwXKeXWjl9WNISGmr4ZgTpTP9lU9c,9612 +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/licenses/__init__.py,sha256=A116-FU49_Dz4162M4y1uAiZN4Rgdc83FxNd8EjlfqI,5727 +pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc,, +pip/_vendor/packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 +pip/_vendor/packaging/markers.py,sha256=c89TNzB7ZdGYhkovm6PYmqGyHxXlYVaLW591PHUNKD8,10561 +pip/_vendor/packaging/metadata.py,sha256=YJibM7GYe4re8-0a3OlXmGS-XDgTEoO4tlBt2q25Bng,34762 +pip/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +pip/_vendor/packaging/specifiers.py,sha256=hGU6kuCd77bL-msIL6yLCp6MNT75RSMUKZDuju26c8U,40098 +pip/_vendor/packaging/tags.py,sha256=CFqrJzAzc2XNGexerH__T-Y5Iwq7WbsYXsiLERLWxY0,21014 +pip/_vendor/packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 +pip/_vendor/packaging/version.py,sha256=oiHqzTUv_p12hpjgsLDVcaF5hT7pDaSOViUNMD4GTW0,16688 +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=JueR2cRLkxY7iwik-qNWJCwKOrAlBgVgcZ_IHQzqGLE,22344 +pip/_vendor/platformdirs/__main__.py,sha256=jBJ8zb7Mpx5ebcqF83xrpO94MaeCpNGHVf9cvDN2JLg,1505 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=kV5oL3V3DZ6WZKu9yFiQupv18yp_jlSV2ChH1TmPcds,9007 +pip/_vendor/platformdirs/api.py,sha256=2dfUDNbEXeDhDKarqtR5NY7oUikUZ4RZhs3ozstmhBQ,9246 +pip/_vendor/platformdirs/macos.py,sha256=UlbyFZ8Rzu3xndCqQEHrfsYTeHwYdFap1Ioz-yxveT4,6154 +pip/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/platformdirs/unix.py,sha256=uRPJWRyQEtv7yOSvU94rUmsblo5XKDLA1SzFg55kbK0,10393 +pip/_vendor/platformdirs/version.py,sha256=oH4KgTfK4AklbTYVcV_yynvJ9JLI3pyvDVay0hRsLCs,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=cPB_a9LXz5xvsRbX1o2qyAdjLatZJdQ_Lc5McNX-X7Y,691 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_impl.py,sha256=jY-raxnmyRyB57ruAitrJRUzEexuAhGTpgMygqx67Z4,14936 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=MJNPpfIxcO-FghxpBbxkG1rFiQf6HOUbV4U5mq0HFns,557 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=qcXMhmx__MIJq10gGHW3mA4Tl8dy8YzHMccwnNoKlw0,12216 +pip/_vendor/pyproject_hooks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/requests/__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=kHDlkK_beuHXeMPc5jta2wgl8gdKeUWt5f2nTDVrvt8,441 +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=QM05lEFnFoTaFqpnbx-zBEI6k8oIKrD3cvjEOQNhKig,9655 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=ADGKp1yt-k70FMKV6tnqCqecB-rSJzp-WQsD7LPL-kg,1394 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=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=BSaDRIMwBLITn_m0mTRLPqME5q-quGdSMuYMpYeYJwc,22755 +pip/_vendor/rich/_windows.py,sha256=aBwaD_S56SbgopIvayVmpk0Y28uwY2C5Bab1wl3Bp-I,1925 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=FlSsom5EX0LVkA3KWy34yHnCfLtqX-ZIepXKh-70rpc,3404 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Rh-3adnDaN1Ao07EjR2PhgE62PGLPgO8SMwJBku1urQ,10469 +pip/_vendor/rich/ansi.py,sha256=Avs1LHbSdcyOvDOdpELZUoULcBiYewY76eNBp6uFBhs,6921 +pip/_vendor/rich/bar.py,sha256=ldbVHOzKJOnflVNuv1xS7g6dLX2E3wMnXkdPbpzJTcs,3263 +pip/_vendor/rich/box.py,sha256=nr5fYIUghB_iUCEq6y0Z3LlCT8gFPDrzN9u2kn7tJl4,10831 +pip/_vendor/rich/cells.py,sha256=KrQkj5-LghCCpJLSNQIyAZjndc4bnEqOEmi5YuZ9UCY,5130 +pip/_vendor/rich/color.py,sha256=3HSULVDj7qQkXUdFWv78JOiSZzfy5y1nkcYhna296V0,18211 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=nKjrEx_7xy8KGmDVT-BgNII0R5hm1cexhAHDwdwNVqg,100156 +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=dZxgaSD9VUy7SXQShO33aLYiAWspCr2sCQZFX_JK1j4,8159 +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=_iz9lIpRgvW7MNSeCZnLg-HwzbP4GETg543WqD8SFs0,2484 +pip/_vendor/rich/highlighter.py,sha256=G_sn-8DKjM1sEjLG_oc4ovkWmiUpWvj8bXi0yed2LnY,9586 +pip/_vendor/rich/json.py,sha256=vVEoKdawoJRjAFayPwXkMBPLy7RSTs-f44wSQDR2nJ0,5031 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=ajkSFAtEVv9EFTcFs-w4uZfft7nEXhNzL7ZVdgrT5rI,14004 +pip/_vendor/rich/live.py,sha256=DhzAPEnjTxQuq9_0Y2xh2MUwQcP_aGPkenLfKETslwM,14270 +pip/_vendor/rich/live_render.py,sha256=zJtB471jGziBtEwxc54x12wEQtH4BuQr1SA8v9kU82w,3666 +pip/_vendor/rich/logging.py,sha256=ZgpKMMBY_BuMAI_BYzo-UtXak6t5oH9VK8m9Q2Lm0f4,12458 +pip/_vendor/rich/markup.py,sha256=3euGKP5s41NCQwaSjTnJxus5iZMHjxpIM0W6fCxra38,8451 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=KVEI3tOwo9sgK1YNSuH__M1_jUWmLZwRVV_KmOtVzyM,4908 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=fFRHcviXvWhk3V3zx5Zwmsb_RL9KJ3esD-sU0NYEVyw,11235 +pip/_vendor/rich/pretty.py,sha256=gy3S72u4FRg2ytoo7N1ZDWDIvB4unbzd5iUGdgm-8fc,36391 +pip/_vendor/rich/progress.py,sha256=MtmCjTk5zYU_XtRHxRHTAEHG6hF9PeF7EMWbEPleIC0,60357 +pip/_vendor/rich/progress_bar.py,sha256=mZTPpJUwcfcdgQCTTz3kyY-fc79ddLwtx6Ghhxfo064,8162 +pip/_vendor/rich/prompt.py,sha256=l0RhQU-0UVTV9e08xW1BbIj0Jq2IXyChX4lC0lFNzt4,12447 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=5MZJZmONgC6kud-QW-_m1okXwL2aR6u6y-pUcUCJz28,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=otnKeKGEV-WRlQVosfJVeFDcDxAKHpvJ_hLzSu5lumM,24743 +pip/_vendor/rich/spinner.py,sha256=PT5qgXPG3ZpqRj7n3EZQ6NW56mx3ldZqZCU7gEMyZk4,4364 +pip/_vendor/rich/status.py,sha256=kkPph3YeAZBo-X-4wPp8gTqZyU466NLwZBA4PZTTewo,4424 +pip/_vendor/rich/style.py,sha256=aSoUNbVgfP1PAnduAqgbbl4AMQy668qs2S1FEwr3Oqs,27067 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=qqAnEUZ4K57Po81_5RBxnsuU4KRzSdvDPAhKw8ma_3E,35763 +pip/_vendor/rich/table.py,sha256=yXYUr0YsPpG466N50HCAw2bpb5ZUuuzdc-G66Zk-oTc,40103 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=AO7JPCz6-gaN1thVLXMBntEmDPVYFgFNG1oM61_sanU,47552 +pip/_vendor/rich/theme.py,sha256=oNyhXhGagtDlbDye3tVu3esWOWk0vNkuxFw-_unlaK0,3771 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=z8UoN7NbTQKW6YDDUVwOh7F8snZf6gYnUWtOrKsLE1w,31797 +pip/_vendor/rich/tree.py,sha256=yWnQ6rAvRGJ3qZGqBrxS2SW2TKBTNrP0SdY8QxOFPuw,9451 +pip/_vendor/tomli/__init__.py,sha256=PhNw_eyLgdn7McJ6nrAN8yIm3dXC75vr1sVGVVwDSpA,314 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=9w8LG0jB7fwmZZWB0vVXbeejDHcl4ANIJxB2scEnDlA,25591 +pip/_vendor/tomli/_re.py,sha256=sh4sBDRgO94KJZwNIrgdcyV_qQast50YvzOAUGpRDKA,3171 +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=EW-E3cE5XEAtVFzGInikArOMDxGP0DLUWzXpY4RZfFY,333 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/REQUESTED b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/WHEEL b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/WHEEL new file mode 100644 index 0000000..505164b --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.8.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/entry_points.txt b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/entry_points.txt new file mode 100644 index 0000000..25fcf7e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/top_level.txt b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip-25.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..d628f93 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "25.0.1" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__main__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..c633787 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bb458b4904e17e51e3f9cce3f9cc5cb6729c1ae GIT binary patch literal 687 zcmX|9&ubJh6i#MlXV+b8Q9-B&jb3CxXKd@QiWCG91ZjopWiLZ^lJ16`$%G`cbxMUE zdJw#LYyA%t{{#O8FM6GeiYM_>sa|^WWo>=TdwDN>`QDd#`8YGvMPNH0ehxWC=({V9 zt#yEcs^D9k2_0Tk-=C;x@0}cPphs^oG1qjd|Gtc#Zfid#X7T!Yd zkI-u<@;7&%j)WobQAvcfTtgRf|H&g#%Dg58r_z%3Qj^MXGN_3X>WU%dh9p@jO__6I zGA)!fakopr9s-myCjQAKj9V&lbCnp*$;et|?k34l*ikizv$9B3t!M(Ai7=+(Cb@lM z=}tT)(jKUfaMMXQG*yag_!$=g8K=i8JbQT`LH#!S?UpIkUtdJI9smFU literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eea1ca4408f699914ffcd2cb3d4e15d712f303be GIT binary patch literal 841 zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!%s#k7)uVkmm(p%^b!$Yt4Prs*V`&9b{jS3w#m zw82AH1Zz*dD)|rm7rbbzAX9{bC-D;KttV%iEGe`ee2018y!qyR-@cvCnM@KyY<&7t zd#nQdlAAChLvZ{G0qg()f=s9kGO8eo>Nup1GJz?vA&LSN>d{d>M7<$cRodXpT->9c z2-%}dpeJ0&KtLlzY1{yC9tn*LJk&D-=GpZ>n6XeP%oXJyKF7~03@`zz^ppV>P7_2u zb$U%q51Ywms**+^W`pX}=kJPoI-F0ajlf4f%0_-m`a=#puIo*MS-PG@97~iP<4Vir zs_VNP+lIHsqc!SPpAoLwEt{uw-8QNXqegX|#|U#Qqe*3#Rc6XklvyryJXw(^qB3bS zJEt?tqk?PZswT@x9Y?+g9ywL#m_BFTM>v+QPRiP{XyIzau$b8}Y>PEC->`MlSkdRS zT$@^L&15T@?R#r2Yc6*yuer>lH;2AlO$ch?XXR}FB!0KqB2P_v&zThc<$rhIiKVY1 zgbpEb2+4jLaBQ>KDQ+!v?gaV351bwUjsN!Lm&>zX)!857aIv$vxzt$-#y86SIN(dc z^?h}spM><-cA;C?E_F-q^LvHe!d_{&^r3h#Gk=h}z5XD)S?-jBg~0oUuO6wXtrz?1 d)K5HrgwyNyW#jJh>nGpwm3|EHv@;>B{RINmwgmtH literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5276d3b3b98f255abfa8119d4643697800a8409 GIT binary patch literal 2204 zcmaJ>O-vg{6n?Y2{>RvfArR6e8zoI~W$coqN>mY2H6;m&Lb(~mqe51Sl&U=x^+Mu9TTXrB^#-K09ckap?3?$^ zdvCt?ehPqHq-q*V;)ch~PI^N7i;~eMi))AErcfUv)e)-ZqoP9ZeK9CL& z=Bqy!%!kq;!t6urqb;tDJEy}OTn8nv1WM4wO}AoHC!9MD%BfQacg|WNh}*i}RJaHP z=piLE-3?&+Zi3R{>KEB*-_)6Z!3irNrS+T0I`8NRl(=|w?yG@WnkiaTq_c9y%9TWG zQZ>blUMPurRxGH6gm_=Yf0`(Ziki(*gKCyYwHejWwLGqq!QdD($*MUj;;hMes)({F zsupe&qNU?$vuIF6mMsT9uPa47osqRSEb%Uyl#}mD=TpfU%xx;C-c1!s)}*eTPxhWmnW{y53UX#zo}gw5 zA0;J8D0_^ercpzZl7-S`%VbN6`V@SXykMfZ4LWmTXK=3$iRW9-VjtZI@p z*Lzjg811l@#8;|{^)VS)sr9haqT`#vSU!ez?MIu2=XOBOSy+f>$&ANrpCl=I27Tsn zZ%2kd7`t(MNE#WqGd?&nFxn^}-(v-Hhcl zJI&srk;pxNpYy-pxPbpyy_*#jyF4M}IVTXI9t9HG^+N3ELga;)ke*#X2)->oR^?;M z?=9b{@ExnE4L<%P*tYE--0}}s{liaMI#&6u&hBbw_oKs)PE|S+wU(a855B)rOWmsT zTp(EIg^+g_1dq3V7)bajy!jN4{Sxc?^5WX1+Ob3})>DD#pI$#{dk!dej{p%q4u2Hh zg0?EOE#Ikjo~w0U*o3#A`6A2jZ1|2>V5D+#q=wRWd>f(*o-K%0A-deY*7cqBGxRkg F{s-E-B>VsX literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..1a5b7f8 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef4b11b76448ca2dfc7a82e02b89fdbbabc2e8f3 GIT binary patch literal 787 zcmZuvy=xRf6rb6hyKKIY7@Jt=C^iSWgGPuENhMYii)i6B>)h^SZ_MoOFf$ijiI5_N zU}I-&td;x+{tGq+1YsKyu@IX`v`OWg&1vOh=Y8=$e($|~KRY{xfOg*f$Z>$sS8x2K z&R98o0Ln|0p$scj;65&bet^9lsIVY?f>D43dDvF^n|v(y#wJ8hWJCl4i|zvW{L4CG zVx45&olZZh!(Q~=$M%AT+?Lig(H-q%RdUtC4M|j$uQr66+%{b!+{lzE_Tgg+LHc)i z1{fg4fDDj6#U9xf-a>oh=rz;}pS-?1l$OG$jj+OOij1yThE^)0X;s=v32IX#wX@U> zxuXTIsdZ8*IuO)|bzwxA$}*p#K+?rit#S)W@GO(ZsA(n~m&#tGRtP$DPTT8@<8)CVfs|x*%HJ`XZDb-Dme;M9VT>O0~gtDK}Wnb)xtnS!D61C^wms1Aya(Rk;{n zzQU|@;*#d+2G0SPhxo5COF)$_Nn%|$q~NkNGtkE$-p&ErM!#oJXZg$Y{EM5uL>4GyYD70Bh#|GnDZ^T{F{mfurY;(S+8SCWJBDW^a+1^(Cf(9Yr^a zDjO-WVorhSk8GEK9fTO;&*l&mQlR-L+Sf`zOvH NAh6%0zr1J*{{iR%&~g9( literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a08657f6ce363d3404aa0219d412e86cca3a8e4b GIT binary patch literal 14815 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 WY+?93Zf;|{bFD9Y!9Ywm!hZpK#|v)& literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1249d7a6bdc3b1d9af2b45a8aebc2d219c22f49 GIT binary patch literal 12665 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..738aaeecb73debf239ce9b59e7bd92b34e3fdb69 GIT binary patch literal 17665 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

5Q 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 aEx%YGm_MlhWy>#GjPh?TK4Eoill~9j(r$17 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df4f8f23b0ac20d0f685aa90ae0572ce2a079334 GIT binary patch literal 13638 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 EA8vd={Qv*} literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..e8d1aca --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/build_env.py @@ -0,0 +1,322 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.logging import VERBOSE +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = get_requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + "--disable-pip-version-check", + # 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]) + + if finder.proxy: + args.extend(["--proxy", finder.proxy]) + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.custom_cert: + args.extend(["--cert", finder.custom_cert]) + if finder.client_cert: + args.extend(["--client-cert", finder.client_cert]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + ) + + +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..6b45126 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c97b2c9188f4d7fc8c255972c6ed12dffeea8923 GIT binary patch literal 278 zcmXw!F;2rk5JkO71W}~iVLOxpk05PCOGkrfkkD%EotTl=OgRoBuJN&$6W5`**cV^J@tIQYW*YCi9xv>@n-rV)Sx*zbQPHHCCj{ zRwA;nR2rSr?OJ>G7a{GN2E}T}LYgH~x5komM-C&|bhb3RTd2=-V{BU*^Oo%g+TjTv z0(Ai_3cDJ;a1A|r literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..edda59f979ef177989cc89363d85c348883b0eb6 GIT binary patch literal 8632 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e245e02937048b61c1e17f8d49917225dc659dc GIT binary patch literal 10519 zcmcgSTWlNGm3KINb0|_G^_HyB%NAvcjNi6uJC-HcQKC?;B{>Zf?1bWsB+4X*xihpZ zRxXS-MWk*D$J-W`krWYj7Yi9S5bs~QD6mbNZnM}Q(UMo{L_rKR`?1>}C329!{n>Nx za7bBE`6z&k#t6!Nms;0VU`4!bVuB@ zY=yElQbNnNgeU2Zcxl<5C{30{%4pe<@Fo2bf3iGMPV3G@MY1wdnXHObC95OV$(l$F zg}V~9$+}2gvOZFu+!fiCY=|@@`3RqEj5N}AF42^1jx^Ju&ayg^MQOq0g4MtF*!9B zAJ1S?b*MNRlSZSli%@aKlA=s|C{Xj|XYP?xs&rX>K7P4B6)1gN$mgP1k+4=j zk`|+|l<{6^ESgEE$}>_TeMZK~sH#dhVAd>s=g$wG*Q(B)@4L`HI5H%h9_b(G6?*&6 z3wn!tB>Y@>@P%-`>c7x`et4vNpf7wu2oDYmX9h>Yy#cG{JRKGD%hI@fp$}sjYh}Ih z=y*z2)OhS%Jgvh@`%{VfH`HCUULtXlxtfeM5G zrB^d>9l|AYbmmkvDQPw(1CJ3;YxcMz(>JJDG2Agug=1zI#rVjXlDE8RG9mOc<_1!Y z7Bpv_K|co0dOHtc&O*E0YCcOr{n9s0x*xNR}4)Ygg6=7bXFfa7oy32g`$;#q5Mrq4x%s)3>F{|X7 z=r>tol!`fwTUM+Yr5W?>{HeeiN(`vlV3a0#qg2e*T}FAb$tV@`o#!!TxnkM5eX_MU zf>D~W7#tk#4^8ed;KkfH0R~N@fF=Bh;m-tYxCIb2Gvxq|F@ry9o~S4a6TmVBo%`b5 z1kEK%N({#-KgMkU$=Z3H>nZ`iW>GR}U;uVOh^OMJAkaRTECjnqLT19XB;g>@Y=R)l zF+tF*Y09!OIYwak(R3U*B(NdP4s+8s&85$B7Q{1lOBP8|sD+aFTm zs??bVNe8c738mxd5F8zdClHUJSRx)81!*h9bZHw*Pvd62~_!aNWQv? z*6r>&Th3m!Vy}7NubMT#;aIEO1sS(q(Y97raijfu`?|mGC(pileE!u1|AKX?bkBOl zf#r%rYjurlrR8f?b?hH|x` z<=TBqHT&pzX8;IiwWOC0R|H(pb$(RpMn&B3zDp%Gz7QY`5-hXM47yb*6bYahLUE} zDMX1C7#~2%40I|U3cxfA%a{R$(|D%X^ep;50}2wG9dqjB!1KcsafOG!D4&u$beOp%7CPjOr4N;pacFAP!f=9VKge_gN3SQPsuB~@!9Ry_o{UA<=~eWw1o>;{ zk1Ra9;tMU=Lrb2}k}ss6ojHofl~_SW06IA+dT@kIZk0CQXK)XIVA;N~toA2C2TV#p z^rEibu*EIlX8}(kgTR^63)NUqB(g5!0YK#?f?|gRNWY|U$=;~1hf7G8q=b;lBu6Fu zm>eW8mac07uJ(2Gy6JTm>wr1YCC zNLB*^x{PJUDq2N0&fKvXdOU-+^eHXk8YR$-*gFnmZon=`!IIugV*+G4}s`wcmV-1-$^)b>c~< zNN#n@{S+zS|9+b-#tFeXUV~S2V+@9Y)J!&?pu2i*R$e zMI}Ouev|u+QZawxYAjFss;+=QQp5ph2x0hY3BDtmM}Oy;|K^{UReogl41B@+n$ZZr5d zsR>g!ng+EocswD;q6y_>u!t$Z2+9FSK(W~{vF;;lm9;l6U%$LyTl6ni1|N9+tKQC> zw{vm)zW4A~Z<@E%9#Nt2gVNpTAAHByVURX1WkQ|;!i0*+=Y z`Yy*Lsw498l&%Pa0PX?=yL34QiyD)&JoOB8@nFtNyejhwHL&@qC`fZ^aRat_ES`|E zwS%xHYUJ~=XeuTp65t#GiJt)#G3zW$)fK4MSWx+hO+T6$7m~6lX(eP~Lct57+2Xp- zKy$_wT7>a1p#aTF?08VQEfRG&Sm+>_7+|=9wA(>h2k!$oTUfB#F%iX>uxw0t1uiEE zp<_%;A}+R&yW3mY{l2U#I-N^+Sh#5v(JCE?rHoShN@oY%B~H}4b1!JmBqt% z4=x602UfUadFWF0zV~_wp!-u_)sF}MwC-skojOSK;N0NbJqzqx&#Z8*JD~5q&+Yxw zryQ)WVx4Q+u$jHi&yn3x{m_Zrz9)6o=c+9%5ayciU1(n6cJDBgj=bk{WP{PI$X&Kn zcJP-6{<-THUH7>&Yo6M-r{1}8^U6I>$GW$A)!Ur&HsA5RTXU=CzV{&P>PG|X9)9aY zOLfOqxUQY%A*gkqBi7NF-~ar;-Gj4(E8Njfef&L+->^Z`BV`OO?Uyy(mFWFSN57kW zpFe!Mj{S871La@WaU^Z)>S<$t(?lS@X{#jZ(_Ot!vmYEIkPn_FIKOr6Kf|)WJwYJ< z!gjYn_PanAq#w4nLi(>9X?RSVCoGBlZxVicgP6&XZ~t~;lrsfJIfM+>M;Mdlr1q&m z)Zbfq?VDhfya04yK~=N^|aH5Ed0%82HgB=*Zp=uriEgUdNk8NLZKQWUC>YP{*6d=03QL#0~W<Z)#bRl``oTCZ3g_&4y|9kakhZ@NNI$*zVGdBMt@V<&9HyxfYSSnrQ2zH z-)bY}=8EoPkJBw-yY$}c;H)U!?r`gB;hv2Q;P1pFPGfp-e;59pJKKKj943hJ)`gK>8p z0iXqArHFgSWEe(QShb)a0&Z0i$0!-6S;SKdM#yBr;4rYkoti)MEaX?rGiDqt8Y7d9 zMLeSF0 zvkw{2$)}7`F;@$!ys6N(>z%iJAdo+G*21OVvaAUJw^@A zU@&v9#T(RA?;4fC(K?MY&{K004V=Wk z1gfWphQZ-BCMOc|6vU_aF$t7WEP>Y!OMEmj6`fXiDHR?I(w33h-4_5~Oa zd0(HB8I9#5s?^iW?9(_hL3j|xJ~uLq_mYK|5>VfF`iF*xgzlc<{=sl|e~+9=h}3mB z2F^eT#PU%HAYP)8*kX{4Z_CGx#6U3nUu1m{uhV0C{GL{24=-art|~leCg6zM(g@y5 z;+7;)MUf)u^(ina$dM3xhU_7h!L%be*&z5m0TKo8A`f0k*s7F*5fyrbLB5B?D)o&^ zI2l)nj}s0X)=op0ygUYt;3O?9Fv$0h@zP}}M#9SD)HOO4S0{KSBg!58w4C9=tRsg2 zlT+Xxh3|ZZA4^2XgW2}ZPVl|zSJ9dGdv;DmF$qNy*K9G48q79`jW7as-158}rVWs53uibSvJwGt<$W*e7N64;8G1@@Ma0=qRg@oi#5 zO`$OkybJD=YK59jr%p+;KwwW&@g>qiq%9>@OyrBk0sDfe;z&oZA|X#6(JAo+LzmYYs{S0$d~}vJn%3 zs#U|o)aNa@q4TT5MEK&1kOVBcu}IWt-B=`MqgJWEMq}rKaTL^x5B6f-LyTVqZ1_iDEZXxn}1=ozB59eGPnEWa?{fvG}FLH zFvkTqSyK<={0y0zolEwH&#Z`pwz6yCx$v5|d(G>=;kfR2d-qb~(dC+B%igYs7S>$? z@fpr{?c|S6F74|2py_w*@3-f64djilHSf?v*5ocBx~liuGjq@UbmWb}ykT5>&sDn? z=y>DwwP)v^ee-)cZubLM*{X}b=i=9b``(?nHF0-p^~gZ($iQ;&c^zx1vOUM`rDzTJ zTn&rn)wWaj+D?7y+q>fHT=!Po@LcyS@xv?Lk#(={hW)yIrMh#)8>AiT?z!sL`QYNz zYUorhbZVLJo;|w)rmwGg;p}S5pN%r71)vF0CX_!y^3@N~TB+}9-|T@O46gC5OXkXX|FXIDGjpA#c7A9B zLAH2+X79Do?8Ad!5a8x<#^T=sMYqJJ@VtC|+? zDw_ndVLf7LT=Z=q$nIXE*{_B_Y<~YmT3i~sut{1rFk`ZG%&QAMH>Woc6c+IVkzzw^_(g1Fh*iD!MiVH9WWE&-6#&UALWnQ@%*g&Mb$bLz4{o0OV zqFCy-T}j>}6$HZ%e)EG5k(R$E3E^ARK}Bytv#Qf+;Pd)LSV$W=e$5Lpups#Xg(%}7 zakS~|_C?ZGO52PGY!D)_I)iQe8XRV))_j4l6B|dX`Z^x9_OTxSCbo*U>+3kW2MmUS z=(_H_D*;UEIn#ORwsFBzraLMX-H%6Ic*H2ueS6fcN8Nu7kIw}nG@%3yp$8nCGTrSf z(y@qg1dc%XEsxH*Yj+wde-+eysLQHtE7ivWIUm#G{zMXJbvq43el$ddMLj|B4C_BU zGJbBPOHBIvfNkfe&rsBLs01QEEr8!x!E1KFubT#_j}-ru91xL+`itr%rEZd(g5;6? zxXuAi;@eOq`nK{zNH$o8VSbN-e?TQ4q4JNA=Og6!2suAO-j7l3C#Wrl+WrHzeTx0 z8juu+;!HXQoP2c+xcKTGaPzfnpbS@6(vvD5D0dL7JLygN27D?1fIk%&2&94o!Bl7< z#NW!2WvPmR3cmLwD^pbiRjE}2t5Vei)v20+npEvTEq^Od)}`tP>iOQAY)CZ@H1fSK z*_3J?Xy$u=vL)3z(3)C3u$rF($u+6918ey{n3PlN2G;R?DA|^3A86{lI#@ zuS{-8bq;hoB&VdhP9HZ>P`s+$mmT71;4Y;~4JxZtzf!GkRB9CGkXNaF-aW8MsZ;Sr ztr~JR0TfV;N{t#A@+kHA8lHA2>y<_|q%^4!&gD^>pD!EO%q6v;q*f|T-H6gw1Afa2 z@7Lh{R;P48Qr12%DYELn>@wQ44ec&Ri`FS^N<02_%&oudF}`hAS1B7*zi5@ZL+RXu z4+eaf(yiR3G$wifLz$?F0k z<>;`a9Q(9GIj%fBcf!Ky{Uy1MSh=<-{mMz@5#^NfDE>V*_xNS6fvtCy*Lw6O*yBW zXPk}C<*oMZFUfn}s&AX}v@!vBC;l$Xz26#{10^{otQ>yj8D&y=R(VeOF?HSPX)!AH zRC#{x-&w6bSW?b&wpM=tt$w#Lr$4An@yK1YjohJNkA41;4M(=+d_eYHT599u* zasLyzKW5zjB<_zhcY49#TEq{D5Bim9e0$iy-iyjdlz*@Ml=9QS$Isy1>dQvgl$X?p zm6^GZUJi;E11Cya_c3nW$H6O!%hrISdX!I~NHFLCKKvZmB4($BA@-R!z%i?G4nFG-}e7uPZk(uU}G=%3I1G&waz9!&FJzZ`x|U zrF>Iq1YP~f+@D%wl`et*rVakjly3pLQTgw4e{R8NO5nd`gZ~T0OQ8SC z2L0Cz{XcBb?<;}+8yocBDhmvM+lE`M1b)E={~hIyvWS1*9d;^zH}^lS_Ge4-+@U=0 zzy-bsjOPrD|Gn}yu$@!>LHWnIf3ikxtfaJmwzc42pi4^BW?UV%R-av(hoG!n+weq^ z=~3ks+_|P5b8f5U=a%IwMby-mC6b_o#c-cc~Ak zJ?evMuewj|Q;(?o)dT9Fs;HWJpPE-E)C1-~R&Lv_wRnCp5DgSUX zGZ;%I$0PDFWYg4GHj|bI)kJz2-(xwepmT}bh#ZSkOZIlgMn~1O(kaJdY5Zy0xQtSB zs((<;om17cJQ~xoYBnN|CPs~Wd00)WS}bXmmphk;qs{4@s->y^P29cgNMy5|_9R}YBm0Yb1I6c5L#ADZqt6-$n(Srp@e zd`Iml#nqD@*S)=HMQkvs>h67scux0fTIxC^2lW1aE`AnN$jc+^1<7t=p+rJksBHBHG*2`%qtW-@y}l#ju)-X0>>9RKp;j zM~=|`jFyV!P+CsQB=N$1eEj%9D(YlR1N8Cn+(;%(fc+;=96Nd-`cO~*Lw)^t;mhW< zTxKwnN$MURE%Y)Y5aCK?hjovp=Ek&i+%QWCjS{IP^n7Oq$xG6NW=t1V~;kR-OYEh0kE5ju@9CpjpAy= zfD@>*!7YOTQg_pgGwRQ&=W`-+-YZ`1mfv>BM?qO$`gTr>jq2_p(6#P9ok^tivg~Lw zk<-h#t=%q-d^%bSC9O!ZG%o1$+tJOBfMTs|CN{@Yis)W8GCHnTYlPRR zcoXH;Xd6&@2eo1^l1XWyTB@j>dT9Egnf{r+tNymh-kbjF7s40AGpC#k4*L!-2M+9e)jNm&71DJJ19WX%b3eSdo2EldYJYU+`J?escphB0V*V= z{jvd1bfU21W}oy_qaUfs(3nJwFOsxDY zA7|FX0J@v<>*Yq)Zl^{wQTN9b#TbWfx7LMMOcZ+17#nUElSr1FDxeNoTTdBRrDA8S z5fo4nyx)eu?EOe4rNy9ByLRU6?AWDKFJHJ;bNA%oLUqH8Z@#+iJCdX9t|?E!TYKHR zcHX=8WzT24Z+g2ITzGve&~Vk=pmm~%{n|#PdN4ks#?M4^%#4jA3uRT95XI|+>&z}m zI`7cn{scr-@r!vElrFd@oLXqYtp##5=3B+$RL?mk99kFh)|%gn*K7-NHsV`-@tt{> zwU_2Hd-R-R+%5ifm*rpIKbB@O4S}dZ5JJGF5^3Ugi6J>Ymd#~S@@O)a!`GB0jiG0d zK+T*}6@v@z1{uaIfZZ}F9LHEd2+B0G3MOVi+lPC%{OE`ZhNsDB26PXa75tsr5e^HQ zAf-hp8)I3jnus)Cwi`{^o&OH>W;r{m#uGz{xQTvwES*%LDY0IcOcIvPCSr1@iQrCZu@H86r)cA0Z7kh+ zv^%J~P`q9tuoN}0r29-9Wpy{I%jy+N(WBLY5_K0)p;r(A#d1;TWTbrPHBh)Rni>Vp zpc|^tOx3JbP2lCIHi~L>zZmqWlF+)#m_ulr37}SiQWv#GI+Ko41p$G-C}CS~&N7U> z@TftsS&|JzI0k#G7gShUrbeud{<6P;gn3-++FQYz>%q49U|WH1R?i1l9NFJa6c9rC-Q_tYuTgyCFcY)FC zWoJn@U81LvtYcaE0B*ork&53+n%T;FnaNrDrB@wCyIs071A-WhJkdbyHL9J01{IR5n`q~N*PQ|fd@r90H`5?Y(O$8-3)|Y*mZH&^}y=+!0H+GTA<^q zyMsHoa)%(zmkJAuq4rDKgZQXbQnDY((zZ0CEv(?M2EMdS2LXMWa*!;bHnq+?axKt) z)!i;yg16SsR3q+ac=eK`N&~RW2b@@GT0!I}4zghf-1y3Cb5<#QbJ`L;#rLKV8YsgW zP?_Q+i%|9A&c(K&8``1ocw$uWVdw$-@LdnuyQUq+D}H~p+oyY@qQ6nyAC0Cm%2-m3 zM)hDc`o6JPl9Y;QRHNAgbLH{lef=;SaEZd+=snbTLU+eAqvIN(hsW(ziSfaMs~w`Z zl%(;Oy%)*zQXyDPQ|D^S_W9uU$-Y8O)AgDS^EDf;*KC}x*?6rc3^k&C@8sd>HS=z{ z(1OS5`mebgMX6L)-WeXrd&1!nH3{XH(!9Ta1U4PrMnHyc*mXJGBg|0kB(g;GGWrMfhFa%F*QGUSOr^6kAQfS(9zWMan-P^N43moY?v(K%vdg) zP}nk-QxGR|c5D##AcPN$XkxKy4CeTdoXiXl6RU-!ND=?e=HL#{BCoo&N6;qi6cTVf zbtpEL%yBdGeh8Xu2J%Z)^pJVSjm-C-7=y(OOBwZn`H%scu1a-5b5CfQG)XG? zY)ng#*(rPiG#5z(!lE40Sc*mRwc)U)zHcm{sbOTxVYrb$UtxQTXFX`ZfdAv`ksdan zsVV3av0WKlo0|op!iCsdaUXD)Ff?4Wn@s^ZL&EbMEQAOw1<`=0tpN?;@F08)XTsTW zATwo|9ePU!B1i-7qcDC9mp~N8Fl-VfzjsN)fS1J3IH9WVv6Fo#j`kcr{CN0C&(WR( zefwl#@tWe0k&*YB$^cAVHhc0B6XmR)qsgXR1z}hvpcz8Fh+wAixDvsEM$hJbVbUuG zGg)Zm=1o~VGnUTf_Z>)_RWWu@s6aTQV>vihn9fMmfySQ5;k$5lz%xKP0ck$+7~_1q zoJ*wOI3aR@`Vr40Gn(#AXCP#8mv8JJ8%2{K?)e$nj4IHmQ%0jm+2KafO}?I|k0ISz zGodky0RDY6V?ZDfv}JtB{}{KNwTU0O<#Ja%qoIYPnY6+aBqKlCbK>a1qX#z0eJ4&F zJ0W`Bd*a~9gS|b6t%;OW&#K8R6d+J2rsFVmGCUa5z}$?dC_Q=NBN@1jSRkb#|AvNi zmlivxjnKdx?q}U-Ts~*$oiwgyb{W}a;a#$D{sgIeC}We1GM45L@t@{#Ln*P+g6o?Dukgm@kBl+rZ7`7$x z3_|5u%qdN;GTy*-B;Itpq2P_>GP)Of5|yRs9;kX5EeEDKHVCjdhCq8CA@;L90;B?G(B?$WJ~HMeKBf~;a$+67?YOIjEP&t#BbOaa&epz@ew(t#=(;lS!Sfj zAwNOw+641iv?%url3F-r^n{4)+^1xFJ7{MD1migkiPz%tRG z0_)}GjSJ??`0Tb9H*;o$Tax`c4 zS~fc^7zQQ|Y9!u)nVVllqL5{e`HD35xL$4m=w(C6Of2_p(v|Yt`XLsX17_l9=vEZ6 zLQN$LbZ~aK=VLfycZtONb0ymtB3qc0%Pdkv7DITSK&TBgP z;d}8N%~yuQU{%>%HY}vQ9ukjHL--G)OsGSStnNtYj&r(WPT`spn>MTF)wNq3ZNgg+wNjT_QASKab96+*3rP@P`Y zU8t%qR5lc<8es@j+`Cv42znNzK$(Y2Aq6R}VxGDw&40q=F30#wgOJ6nkWk-*+~jEvy=A-HMb%{4I=4gj!2M4qe+=vy zq6l1611F(!lCcEq3nrh-LjAW8VJNQL{go#(**83yJ8-jnGAnMH$a5ZZB@&ak{3vlE zsB>DZh(^7NU%=q$4ne`~JN4&C) z5vZ5fkI*e+DF`T{ZfY=mpnYYR0KaOCK6jd@uGMqxgVd&_6IZV+X}R_SfCgz2x8sH< zalzYC2(2wt)$#PLUT``q8Wux7n!Y}B`kEpg{WnB9?(#hcndvO;Gh9Wagp;5p0>^4x z7@9^}3B%8GCM)n{SS8(&I2vL7XqkjZYXffHX|xp2T)DZ*F!fT^O^N6TJpA;h`dGW0p!9PFfzxrLYu-skwP7=#^0 zg?&46R|M{%$Z($N7ra_c;?=p4WH%Rw)kLmQkTq9`im4(kFYKK{TKqIEpHEEmj7JZh{8gEE(P(X);2!h9L~IO9_u;U`B_G zrzkyT#prq;I@W*kXwQ+p{8L9_+8GQX*b{xHQKlWT{lYxdeu^k*1s1+@_ELof+lNZQz)MQd0*o*_g>RW6a!8SL7WDN%xu+YO}!F7YJ*l!WJ1;Z6VZX zVy$_>?Fj96EUsFjsPckk6cZ)xMo#lb29OJXcb-S`zvrCBLSDI9?8J&5SS+Hg;CV&B z0JQ)=1Plnjakoe7#WNf1dU9zH!C=J;2QD6X;n>AvGkw>BZIgXB-GQn7FC4jeWM=25?)&I{ zm&)FBM})2qF9S*-4^}oaro~m_KH@G6;YFr?@k!`;Xfz^3@KJYB;)N2J9E2j3pV?=r zf)H=)jwkm~k+KXjp|zx3hIo->6_CmZ=Y{1*Bx}BH5BUsP^54H1Rkkh7LH-C4T7=9z z%~3ApijToR1Z5VDGxBxYjj5sr%A(;_!Y|njuwa47pTpgfWn`i(rltsP?0U`w!c$gS z?l6~jq3<~Itp{N6#tbFcT*xw(_Tlu?%Mn6D<1fbD$<>PmbqX~w*PCjh6qh4R3bPRH z^8k30#+(*^C#63NR8Q{|qkApTdDY#?!@KgtAXRutS6nM~WTF`F;Lg#c;@^tv;m!&7 zO3M>?yTasHX=+esMCa>pr`H>_of;#*G90$?$x0!ER=e@1pEq9wr01=G&vslsp?-?}IDFJrBo8!PXI0SVKAmepzb9lARl4+_@b?FyA} zO0(;Y6f80?+1eyk&7@M&V#gqKd*ZZilr_Ty+IaoHjSNx4Vab7sB@Nglw}~Zw1|(13 zI4eAmFLD?3WD13(%E+ys&USN{0U`oOXJ(&@X$jMkT~_!3;1)Ak_Uh0lzw07ESW6XyjB zGQLq~iVCH}#5v0s!k_hJg zVd+qN4a2>h*oXsaUqWIhHRhz0V5^RlCCY?Wwi2nqG!UfLQ6#mt5=vvoU{b_WY1>hj z?lpsGgjeg=kC79HRyNqFL5p`OsFw*^z~S}BJtqA95!rBATkOaDWI7hHAj{59v3?qn zA3?G9>A94#(M%Q*L*qr3XBJ8R7sHhy4+?%{24zuHwz2l9{Uo{+r+I4rNQAP^^_RFo z7%)&fjv&m_b{GS;81Qz%Q4|Fe4l}$&ah=(R@j>|7ieJmlKx5WcPhigi1$aVaSONy> zk5Qje#%1^+G8l?Phf>}w4LdJ5e0Cw@eI7dDKFJhKW`2Z=I+gMvgnYJ3MG@2?X)cHK zxHRrNC!KdaE}e69`}2R~rzj&>_Au#5aWpJ@EdTQgeKK)ImD{$rVd`w(g%sSoZF^)_ zWP2N{)W`sP4TBEXCRFUK8EA*4A4FR3mV4xFVFA!(6bvuv5LUu?Wj%@jVh9G15cv0d ztyk}bR?V%VmLZBPe3aw{*4`*Yj<^rqgHa>XIfx5d{eU+D&O|Oj1l)Byj~;#75&1SD z7fapb_RM#}*_a}~Pi{oRih$Wu!NEM;4s9H{p@=&pTPXYpb=ws0w|#qPQ^EOB?f(2- zq#UwcdMa$0zz{Yd`h)eCxe`&t}|n zbqx*^4;`!(*t>7V?m?x%Fsj3<2Da0V0$N0Bctni^2O(qI(zI7s@8eo~>6fCqIrQ!ih3$ zE^uG)*ycS#awk04@kGRm9|CaQu>FZAmHeUx1oqT85Ei?gXURhx{Uft$h1bF0Q5O_r z28tSb9z!3^V}ynGa%HgHa^AUHe$^=q916q-DbQGPNW3taXac~*UBLv>zJgEi1QCtU z^cIo)r1R2b#*Y^a^?FmYUrO5A9{{k2XrdQ49M8CR=N0wZnmzOG7KB!H7s{)ymbVtF zwp^*Z;(M+7wS%wSceUcclD{UQ!lgxUzcret#AtcrO_fmv2* zn9^CfOO0SX0PLK5vpupUvV|CXWS9A37riL*cr51iAZYA#Mhhd}I-_xE_NK&=S>6{Q zyqwI84Z%TL0I5T0O|f2kJ=mH;$TvMD>?C<7g*%TCED74Z8zY$ilYdPOF^6?YJhZ%L zX<7F}91&hRM@Kt1$(^UiDUH)Tp`tS}+R5uQyig)Sm1(UR0!Rc`nBE`Tm{E9#EdZOm zL}Xw@WY%puN5?x!ivdN!Mp_CQj$zFVE`+$DSVi)1mmz9d+kyTfzIiYaI}Eb@0sBqS z)q9W>dpJHi9^J9^hwl)Tl#3zW-t5VbproOUA51@!4~UI*ko4o3F({O9sHasByG`{g zC5WZL@H9nBCp}>_ZOj*&dKrN~F~yrsvdg4BvD-VpkAx)sO3Gl7iI=KiyoiZF7zhamSY6E8ys7h z&RK09pdTQP4W$}i3g#(5MnknNyK%pbe1!x&@SA@HIB?XzK&rmXnn z6kCTvOHgRn`}AtwzqI7L_9pWG1fkZj=4$0ab<_3g_WA1eLgU)&jgk4rNFh}F!jl)D zEHtdS-VmN|2rv4|>O7N27NATuA-G>46XjSxA|^&=8*c2#6b>uJ%}y%A`6`@L2wQ^T zG^A>V)vt%dqu~qH9!E+0^Zmye#v zS&8Lh(3Ipo$^{Wchns zL`BL_Oh~!6f~iSKy zucD9pv0z0evGzNZY@p;UB|k?=0SRUpYn;~J46!%R1!sM!=eX9?FDcHL+D?P4eI12d zA$mE28|>+9l)Ry<<&7{AeES?XgLTvD8^P9vdTDKksX(@TZ?R6QYKC#Z5Nl@6UK;wf z_SfRS+I2nH`?X;2KfqkTm$%vYdOomDdfC?#aDA?!$K(34rwq3g{7X^KCjRo(`;0hO zi`1-$vZD4wbR}Y>DIdi_8XLDL`bgXs_aof{;C%Z&M6u;SuwwbybgtU>7De=OV1u@Q zhGv8^%@=&WwR9{po7K$i3j)L^bqdk^LD#q>r zyw)rEMO5qqpcetLi(v=~qL9t*?1VUcw5JtQ|t=CZL#ir+*!9qy0H#%vrRQEXx`mhcUh{{5{5#|fY~*<0-2#yDNe9~B1<9T(LLuX8jlJL z&Z1tTl)*(*w%kROZKnv;6?aONT{cR`UU)C|!GHhSd|+eNDhC>A{Gx^gWmDDvLopku z%HdIUlyD-(<452&7&jCXEh&bXO>7Ig*JH3dav)J8G#O%0_L+E#^>1PpNx86)Jcu9% z@_DkSNo=U3*>L>e@#xWGQJiZKH3kxE$jf%MSOuXH%GHKRQmm&9{!`lO!XYzer`c8j zXGQogHuGR}4AwrFM;FU70yEKqf2DddWVl*eomMf+>t;TJSYlzKQU94k!)xU)259JI zYz{9|n%PB0g4=SDwX=)Nq>L4nwiOA{@~IlGwDn6}X)eU9au_|r^K~~o?FeG!&_1$` z;q3Y{YNSIlgoB<0so{RmejE4sE}M)f(#i_nwK`0|>{?_I-nEK@S04TF_zUm9`2Opa zo%5BQm&&hKZkew*XgJ!sH#+j$4uTbnXfedRX4x%nxDiSy%vv_cm$7>@A24}1%*FkX zcq9j5_a&2B8}3*b>i%MLAv0HyiR^WO&)(>ImgXmoqUnCATe0if-vI2NNIs6@#wH(~ zWtG7x7dFuQS}ZRMTxeCDSfmbApzE)D->5kFM&KY+E`+N!ta)kT#fjO6t~G?O)<-U# zfs72nuO|6|i{2$gcqDnfDQR1Us|K+kMH1Ei8turx=Mi{c1PkBAlhl$5D+mMl8j!zq z9v7|cq&ggnk7J1uQG5x=66`X7db?yY0_l&SUXHgH%dxEWu}lsv;VUb1Y6a|tIQ2^Q zqGFNslOQT`4PNj};8;@Hd#}}jlj3dZ4~|1RmBjT)Yj3>6wgj*;_l31es%Xj2TBk0b zD4%RkNEgbBrw05m2l`*4VI?NoyUbTbrYVRZJfASMaF&6JYXCq;SrV?oN`b@d3Q<_O9gc)Ln?nr@bhn zx(nQyNheFVr`bk7;qYuQXPjWRv>BY^M6|yL=-tF%Ud0XOoJXo_e(BhY$7Xx4)pk95 zWU_avW-4BQ-#h+XzTmBRA$T!3ePQ;|*@IWZ2d~z>`wj1*n-quh(%u*M&TjbZ#+Nr< z3q&UO70LsX6NSoEQ|_DI%4yF_p%+6lXFv7yN1wj5?+x!(Do%O!>6?MNX=P^ni-}ii z-w13d1goZNE*`udY@H9b&h)<-Tz9K!^-TPuO|!jM8@s0VP1k(r;H}z*Dfd+WhkRnP zI>WuBkcuwB=P0_QSC;fq_nM#bS9M^?_T7 z7&NoO3h`*w7#B4ffoh^v+^v#o3B^{;6j6r}044=WO*;Z=gRN1t%1ehiS#9HH6>%Z9 z0mPGPES+B`3=)2zouFbAVTEx>A2yL;@3UaBMefSGLOC~_p71f`A3vDpI4r1NDoho8 z0&geZo)H>K;kTxr9**`0$IU%In|L=5uN9I;0JkHDs1{*$7nR?FU1h=?3uE_>xm+UD zd%el{6vZdY=fnDa{%O&A%AaQq-qvw21dFOUP(w0i|U4YL8f6@<1& z!*)K4umIkRND8QuIhV#pHqiM&+9CtBl$X<4MDd;x-V3Q^;Nyp!)69)zRrH25Ud`A` zrn}F@v^4fVvYD5Eut#jYgPlX$oKP)R8z|a6CR0xGPHXZLl*QPct=jjF(tB$sA`e#* zr2l=qAD4s(be#rR>2IaLzwD|64lY^=I%%71++4M8jHH6zha4|m@;cMpW*Udu@5Wtctrt-{YGY)r)x^vt(HPK48PPS)B|>pa})rz7l#OLyL;#E*kD{yBaujcLywVx%b?0M z7-%Vk+G9#ReStlSPhY?m@l805%rBH^55eL%mv(B*?@+?}KqKyS4~djmj#X|pd5o=u zLJu%h?w2Xg1C&s(G`1e2S{$aw=vt<6SDW%brQ#4fJY+|-0BHLsT@d}hj{Fe)ehG(7 z?7g`6dSLC>0&5Fv*G+j|2we=l;cZ=TmY4Yp4XrOd{o>QJ+b=n;HQaSE2uVByKd(3V zQ+wyjWkWY81b18y-Zvk-uTa%6Q~Rl=k2bxs_gd4|J1%FaV$tRH`B6(*fL2GZyBp`- zjo01n^X~T9eV5vxhI)n8QK)E{IWTkYg5+G^fF#uL zcU+tc5N~HmoqM(J!7b8nZCTU1%Jth-4y1hS1$ESej_Mw1Z5P~VFKmVQ+#)(oi`B<=<>y%~# z_|yp0fo;MxCuq`=AH%c|amIm&CWRmh9Xk#m7Q3+yW$Va8{fjCQi0HA2$vQluv z3um~N{O_N8z61XFAcVeJB~81ANlU_$43igaxpT_+VcEGtOVKI&5fLS`8@st2BkX zkO8Y-Ccy3~*;Zv<2YrWL)h1H*1jWd$2wj8@war~zv!7r2a1`TP43P77m*e3#JQ1T7gK1&%XI#?r+AJhAwmjo^$d+Ed3K z-+U{1hxwSXu*yd;gjwGe9&*}dh0zEPVfu_|s$ON>WTOIB(aViDdEZbho8!aG@_UT4 z97w+!G7gHv_PiX6A4yP6PYXOa;HFW-nE6^hz`+ilU=t&0rhU zMiUn}Wum2cZ$eou&Q}VT16U2t$^mBcLE{DO;m+pw8I3O%v0@*14IG`&)D#xfs1H2P zhp=5i!?`r|)W~8HW-IcQ#!9+zUP~5UvAc-Gh`#lZaei%-&r8hL9XB}8LEhPYjMs6p zdVtkV0n_c+-#w|9N2Ay$k3*N}AT?|oh5Ic+-Z$;fsnl{D|3L={iOokcz4Gy>(55bp zn1k*G8|1|zjb^%tpe7fUMpIlP<5?qhP50oS5-N#wIW0g*kdhE36-e|JD6?s^Fh&Vjpp`J)Lqmp#vv^>KqZXmpZaPYrkC@}Lvc#!bhY03T`dk@}GS3w# z!Kqu1(WfUVc@HH~O5RIJjFLDd3MDEfLzJW_$xuQbM{SIf^OQ_bGD*o4B^QxE4e3Oztq2zBUA@8O3x0H~RM|+!+f28D} zDEVhf{)G|=LPT>=LK-0*zzOoEq>>U6Fc1{kd|mQ=U8;ObTKx^_$eYrUx1^SDNW0#Yc702__gm7gx1_D#kRE(X z+WVHY@h$1Tx1=3!Ns(K==BbA3zUFyf^UOWhd>xaX1y8_HKQn<-J{+uu_|;GC;=_2IzR50Xn|I03C~7w<9v`S(I?O zT`$RkBn+xvRg0G>Nr3*V!!_KQxH62AfyJ6;u`Py#6rt@~Qv~w@#SzYjL zpbWl;76YE0fNhz1Y&L#r=j@sJ)!Xh!9>7*f>$(`WqToY6??u?iI_IQk$~#>%Jv7}i z?_GUIDg#`F)P{&1ftAXFueuPZE(Fo%V~dsEHs@sdRO58}^x5f+^S(8ABrh`5O6_-X z26VJWw7TGH2O8U*lisPW>FqO~>HFsWYfUtk7LQi11N5@81=5Q{gf>)(#w@sG_Iwv;Aw<7u=zOJ5X>} z72Lp01&#nDdhl&rT;*HioODe-HWi=VIdx{fteI%k3DV&{-$I6BpF2^*vOWt8ZQRC9 zYApC#^x!=xp1QDhu`;j`V^uZXHM4!zGjrd3b*DM5Mz^`o)E*4l@pq<71EoA%1RcV@ zc)yI31C}9GG{=H>6B*MW1GQAgUUYa_9&~u2G3fA2pS>gDa(j)mb^{}fCk^mK-EsM3 z9QCl)Iq9ApnaWP@pL%-U(?akxA{)XCUsLea6J9YK$bu%`jjj6|oRfj6$EM>mJEzag zhuTd1c5F0>a1{-Uua+7btfKA43r?568N=VA%!$Y`r(RH;fuHBo&b?1Y8y;bJBQ-<#g z^*%!-;JI0E02-f?2u=-FG#ptx*K8L z+1Glnod4q5*So&5{mbF2TaV3eJbs5hF6<6Cws3doO5LF=b%(Ch9bCCPxPr{Ow=m6s z#+nKSBHMX3SKaVcE;v0t?;V%d?^&#=?siUAOnYZ)W`<^3=Bw7d+=ENhwa))joK-(iM81lk#gZ;i?9BkwF4w%)@-vIab!<)?5^)om? ze|BiLWxg?N$|pq`}46bT6We?iEoToyREY!-5^^6y~ z5?<&^c%dud1y{xkuDAC)q#DR!j4kG-koIVe!@mnWwT7g9uPHm~S2I{0gJI_42xiQL zdSIlUq5U5SwCN`y>TB4k{-a$Ik3knY;bg+ecZaBMF4f;==BRvdWZ z^lw_M3Et(LtekF~X`eYevvGbEb0K21hRT7_M0IF4IPN}RWSPPtWUDb>(Do*#U7XnC z@b5$ymyvskoM-K);M;`3Tqf{@u0dRmXNFLeQ0|7sK>0FmCfc#%J_ZKqb%=4KcJw&V zkR2eErkQ(YdoR_`9-432Vq)DUPl47#sAl@Ht3eRik#`>cI>%lf0lLx%(3M7jt~3I; z@(AF1dy6@q~=Dj?uM`7 zhHuArm#I5k3{)3J_YL>D8z#DM_znVZrMO;XwYO0!TXnw+*FaV_THMh%Mp*6R?lK&yccNm@(XN*Wd7Mu$9tu!&{H4 zLLOufJWSb3nT5#TC56`9qB9bzX(KhAkx)_aR`P#%8Nk;6g13EOr3->oSp8v_@3|57_s5?zW_mCilhJl literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fbe1d8c3400def74213f7deb4e7679c3cb9dc9a6 GIT binary patch literal 1781 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 Vj$Q()3G~=*{})^lxitU) literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6339c6b109204562c01c9d0110a56122b7054f31 GIT binary patch literal 2300 zcma)7O>7fK6rTO{`X_c`f)fk@CpZX$VmAeeg3=0Fq6#$%2voIfE3FpqVAff$SF@WR zM-Jq`A(4>6twyDSW2$iItyK?IK~$>LOCll#Eks2sJ)m9!Nu>%deY4JHfnGYY_kHud znKy6Wy!ZCEmX-*DarMW)N=y`?Kj_3C!X{Y%3BXrKLo(7BjWrmV@gys=p5$cClf2A( zQji6ZoFP_1a;PH75<~a#Mz|7@BOVrvXeB1cJS-Y5mAD-DaL7nhTIE&`OGaBIDJL1k zBFvWe`A!8Aw=XcwnY>+#X<;nk5Kip?ivG0-?zqTn(W`>oSz~i8lbJI_uc)M!Q7y~R zi>jkn%?vgjQnRYM>Et8NsIlQ3>+(ao?YPoui!M=(9OK5+QKwq0RxATM80IaON^GnE zQ&CL~h?qn@765N=mjX66}l;v$**N^k_um&B1?to~7}w zqv>r9<-Jh`?(G3lMQJpJ9RH?JS$um9M1plBpVhcK`~p1#27?^9@#ZMUd=$uqO$h4} zJ{xdh+q9|h9c?c;Kfj{>QQ3!85XXCL(WD~u*xVaL#& zu&O#5C*9WrB`u?0ldy$j$HCaT=DekqHw)>humOBFMBTcAtU!!lftb$j*3YGt- z4X4xJQcn9QkiNfQc`GBzy8^wBG$vSi9x8H*yUbntzA49pmEg%l{(v=7QV6!I zqoj!K9OsH^k(QDxK?&eemDF6ZQq@KcJQ*51d-n9%V;L7s_MW2qb+eSgv}`iHc4qt% zHZwMM9LgHiq6#}AeSNxJHNX(9J827dxSUILOcAwP!Av4WvrC|EV; zQq??^?|-*ogZF)wS{zYJ*e+PQRZyS_VgmiHP&D)cbtiAtNH3h?JqiG9=;UY`Jq$&s z>yH!3xry0{2Gd|?>NEUC3<)hO{LUqQ=fgzDa?jz#_lN)HSV7!~Afa`I-?zl?Tjuva z(?<`5_8R`1|wN_p@!914YD^ll@)Oj;?tLsMBJi9C%+>lVB ztMU1FyMFFm>_4>}|77~(C(-2G!0bRndJyeiN;a+>P*3qGt`ke7?9r1vv`#{{;(fA=Cf> literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d99c2113453d14e19a4c93f2ffd4376bfb882749 GIT binary patch literal 4905 zcmb6dTWlN0aqmI$_!LEow5XTQiu|DEh?Q(dX&w$-DYERuk`cvC!a872yc2!&@ks0) zElVI%B?u51H6XbtU>R;;eX4Oj9JC)sztW&U3={=OONG>n0=uaD5%hT8o!9b@Uat#5`|x-FNPX)^=x=0THAk(pwE>+gNJMcYQX;KTams{r zoHij7X8NNl>k@`V-efkD0nxOCC?|EJh3ulq8CelNTM5vHEGS_U)~J zZqQX+kpd}#+vgD~P&aDYfi2o#U(Hza)(Allr__LWED(b%fU|)69P_YnB2DEsF^Y*c4IVWgmY4DzeEaW^Etzt zl2i!`N^R&TQdI@2VOV1Fm|Uh|lXWSh84fKE-i2ojHl3AK!!1f$63eE?f_nCvcYyDx zgp-EJ)f=ALp(JD#^xOj|jTk0R+M}PwPD8xVVxpkR$~hsY%I9J;LN1{QlZk_|zVniL zKBmZ%vD}P)Hme@&>mP_|Aj`8kA$bnYQj5VQ#DFs#0fd)WQjueiIci^S29v8cKg4pi zKfz}XJ+vbqzv1iMXzkn##8w0S8{W{SH}v!PL$}>$pBt(8kj=f$_LSM4HFnSaP|s>; z&)mp|W3bNOw%*iRZtDH?#QK5Z@`2&cr&gOz&W&!cu64G(%(gF$uCco-b`;zJ3todx zOL(#8es^rW`*6AY@M`zqKW$8#{jZ*``QgO_6$W|yi}ZYSv48Q*dMH{BMN2LF?{K|a z3=lm)Owc~}T7^SxUDqR5Bg-$YMq+a#Yi#(QyLs;9zqhVg%(ciQFXh78-SFs6Z2+pFk{{0nQWfjnZRLde${5t2I-b4NRD( z4Hjk|YM*pL0vo5Z8hEFmpEc~#1xRfgxP~Um81DvIqYUl^U@$;y(773n96VS#-cPXY zvM8y#JT;T3a;#cy4kC<%@j;*%fS;Cy4;UziIM+wh?@xd9-uv$@POUjQH{ITa!Ha_n zFJF9lDZJ+9!LnLk`W7+Xu0>`uwByQKm*2W_=JJ{4JuA( z?*4Od_eOi?FOF9nKwt5L(N!F%rEUHsaPj!JU`u4MBy>DsI^;S{(-~o(Okq~ghJ-++ z>#2-zskX+YH^O)tcx-R@6Oq!1{hBRJ0^GKCp2ADI+d>xTr*W|^w#XLPxz)$7T?(kn$5Z3SDp+1j@O8=66?W4>E4?4ZPJW*ewne0`S#%bh`T>g*SnH4;vqlA{wR_Pe0^Kzz)IVlYRMA~<;ZVVy?zbo#P=vWE zowXK9yL#~^deS6LY-4g%^zZI^eq>QQfmp z6U|IY{7g2_XCy(@`R-YUf0mE7o8^MxsuuZXMMaDTKMNnj0Tqdiv#J@fF{zv}iC`oh z=#nZLE-gO^)mu{1G=l-D3|H-OkQJfwo2XBkFAu{pK2hy3+6*KXNGUod?rqpLUCicn z!#0hf+%X)AtV)`cGZ;kzmN^XPVV00)d4}EQ5+RoZ3Cv7Ho+O#nIWVjzYV8cOPLhu&DN69i$j3!A=OBx&?6J~{KOXW=sGg_*OC9E`J zsgUm)&CGn5yeiBOB!8qmfGe3po8FzP-d#{?1yJ|C^<4wyT?01{t?qih%y!L1vnr|yUQZ^qUKM#}@EtKsAG?hSXioMu!G3 z(F?ANu2L{o=6(2IpJnB4sYJ#6gW_qi56Kv;6j| zzi-}luep2q`Q`m9M@vn8C0}fw`HS1X;b~epaq&bcvVZ09%HEsJr5y*?JcsW4+LjJq zf8pv2%gJl6tonLOTrc6=a{1`|G%093AC131z6j-P=RJ3D@$Hhkv&44(>)|V?xqaQg zzwF=t>9JDNp>GjI&MDAU+V#U*y|+3)pS&HsZ7b~@TMdktJmdeVFl7FbM&5p3?A&#% zAAQ*$8RePVuIABp=61Uc`q2)=C0GBPqhjx%0;P_=Ed;P~#83HGm{n literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d204924c887d862a758824e943830df5a279450 GIT binary patch literal 15093 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 RoQ3aQY2Nc2jxubF{~yn`on`<4 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ffeb9fdb5de18f7774feefb3ffa750a4c01ebc7 GIT binary patch literal 3873 zcmai1T}&L;6~43cySu|Kuwed-8UM8LR`ybdT9}kLwJ~vATssALs6EzRD`m#1|omzS5xwAV9 zn54OA?>+b2bI#nKbG~!2N%pu8r5G z>*96k`gnah5|6m@oY9bOj5oS8Z|q4o#hVy}Sm|b>TQi4`jYC3XasL8iqPzV8?$Jo0zC}hB(qW8z{;wQ!ejf*48toYB>CGE^FXu!113}Nnggu zrA;SvCNpUo8CCPXL(x-7{F1<-IqXb))6Y{9aO3hGKH{rvTXK zhMKjoXE#DwgE+0~rf!Z_~I$B*%1h~bHq%7`?$>qy#&95@Y{R}+yTUZW98wQCJrNHi9ZCF zy61`_bdAaTtk-N$7o6!{g`Qz;wjzWy&g0sAmB(wsqIi#f4Vo>MM}$1fwtpALbM>lB zil5=k-n{Q?zE!i!LUcGwEZ{Tkt&wO`$97TWFH`9XrWH!xtQ1#+*Jn zJf>TUHI~U4nvyY%DP;sJIdD-$Hx+vfD;iFzIm1@c84brARyR}Ahkur>_NQl{&e*B}gs5tlRWpgBA%{;vWZHzjGzrm;dJUfp>rfv(-L%h zq=8O_TvmfYw8o7Q))H=Xq4#cj9td&C8^qV;Qq6cI@R&3nKPtR!vT* zquA=q>e)^RXb56JrOu?GcX}UAKs;Nq?37cVAbJw6t8)32Phzl%X82iOLibPf#Vjhx zNNyxfQv+tXrxPBY`>bX+5fKo^L9K zyO(~v9PXZdV?DHIE!43b>R4buyt?wziTlTvU+P^}Uj67&G1RdV8kjx1?yq}{SiWby zvHc11`FrO2*Xx_!8CaJaZe6@_asKS$&{E^Q_}s;h`a}n@AK$HGY^UM{-f~W$T+lGOH7n?J@59NJ%HqUKEqZ{p~A=-sJyM>YYs?IcE8Cd4W zt2pWHWD7AZp4y}sOvrn`x(M$x6lHFn;Q$F-3=l7XpXUgHB;tBKp`Mhi zAhv6R?uMe^=1u5sqpdp`-!A2fA~asb{t5#Ijme{5Lq5qf(6b-#-W@UDWb6Oj14XhZ zcVXK9W+f7oX->(cl;=z!$~mkxWjTUnYnhzw@RJ0hjABO48jJeKcVSEJQ7yWEMIlFF za6+zBHL#|m38GF`r!>xDy+$Uf8rI3!PSI1KZgoL7i#DX-t-y`In$)~3HP81f{AA(W zo#CZ#Ej8Wu6PP8j6^fgFKFi(X*`pUUT~+jTDTD#-Lw;akv^@gv~l+dgDV2!_Qz zcUU^JNoOSqg=-;F<=S`76;93eZ$$RZ+bfYnv*$nK>I>cT{j1!8^}3cPi02#T_;o4# z%dSH1y;qi{_BnAq*t8aGUkZtx6xd_S%41e7w|PVHui2+D_`ZMHV5Kv z%R|kx=(|U4KpUbKSl2?^H&~$iavSJZV|)nNG$Xie2u1nnt7oyTsHTz`8OKQ*lBsGd zNtk;H*3Kvpc^W3=JX)Xm~4hwEgP68MF%%94cNjsA4}tf9y}gtKq?-Gzgeq zxb)E9x^4C4`wgq%lSS#|=i$g)kemQJ(GGGN213Kk5umVzTA9#CBlIN+bpt|QgiwDc z^bMRA$fmIbBwZ~-Vl-*Syj$H?9=LS_Ee{B-Bg?gfTUFH3sarhIs={e?jd`g#2B|q_ zm8*Qq4OFLXr$Elu4J&43Mn~yJ-GYN3nX<9vG<*M7c)&I2zCR`aS~ej)^t&{nyKmrL z=3V4ofg8ThrCun)at1z0E`ShCV%FcFE3pj2e1d8}L4m)cfi*Pnj0-ZpXUOaR-HMp5 zzoPC>+YT=L^bY=QqIl@|(v^?+-(M{rdVRU=Y!Nk=g#Anp&DTNpUwhE2+!pT+WeU!yeGeZGf25_FcGGqst+{iSF}VrlU~&FQ*I0$J@$l^ cL9?!*@ZE$)#p5 zJ~NcO%qkFE0ilaDvC*VfFF+I^KxN2njG_;5k%#oHXn{iO3wAS+5Eo5>7JcZ-RGP$3 z{r)qv%Oypj_Ctr*@B9S z6jLO{p-CwTZ>Q$SJ5x@H%3PW&?@qY|?AAK+o|Gr=O?mUalrQg3`9*n$)|n5a0s{7E z!F(tc60lbb=Od|zfPH|wQe6V}Yu)*1Dw^*}^@x0@)|>B3^$9qj_2*-$n1F-YKz=Ya zDBzG5&kv=B1RU0e^CPJd0Y|jayquB++@+1>$5Z11?$##qlc~x4uGFslBdJI7Q>iIY z9@Tc|6RCuNd$c|I>D07qk%OfI7FbV!`bxO11X91*5d^VCj-Gbx7$~JxWaVEV`6|Yp&E24)!cl2Cp$Cu10P- ztv0DA%Z|j*TH{2qU}SOyT{f0g`6cz0)f`vzYQZ>B%;z%&MZS>HRXM9=bUo?!FD&PD zDqS8+Yc(gb8ADcza-nF*8SQeWtosY9s>tUu*^8Ma z^;E8)s9erwN|_5eEoYR0TbMHB)j~nds=A)xIjt<`@}(j-h_HWayL=|QoGYljEYnys znkMHAUB09ilp;qbidq7w7P2{2-z%#|HtGLQn*P~@WO^`eBbU(tcD$U?R#iRWGM&c@ zWz+RSPB%>N7fMF1SjcFmdttStslfApd0ADp6X;XqvU#N_aCFplok2&hKFf=%C41>m z7(I_EfQVi4V(!&kA>l9sc7C4oA~$=_arIKJxT-(1n$wh%IWCIPI`~4aaPdS@)6}d{ z$AE!l-~3Aju6 zw7hHv4PYucp1z3vr<<b0^QdlwSDix%u;^UssK^f_-eL2?w75DN{0Zq9Mzl zetq^!y2|xgB~!?07c-?o?&54YQ%Y-@3+er{Nih1QSuJ;Awj_4?{^Z=FvwF@@XG)fI z(PvA!(rh|cFjNjsp3Q2xS=w#1bPyQHQrR5L77L5HrB$w`n|q?UENlBN=ZxiaR#P*D z)l%}XR?KEJ{psYxTRe_Y>$I3x*`2PbPnhJ}vwplD=&1!ptAWuQ(v5>31rqn1DBb`P zGhMo>Et(!%ikL2Nt)6XP*4AhETcCd*n-9xQEw?>a9nZ1XuuWE48*meWcRSeY&Yjye z6_3PxP*1PBDy$+^98DE*o=vdLZ9K_16zylB^%}d(UUhzzU6$UK&Vnr?+ZWdK7K+xg z@(>1^aPw)r_+Cn8C`nKvBhhIAuz9au<+}lyp36K_Dye*Jc;`=JS3gBfN!9-LDrN6IHgj z=Ohw1$pTK(;vT|tVsj>(VzT^EDy6yWv1 zfs|ME`LM;55yh+e1&&YcRQzf{=~RPCKn*EDHLQAsObn?JQ0Q9hR>IfZEehQh1)|dY zQ%04D+9fDZuU()J6%>eGH-1t4dhqLoHPnaNkf`kk)Pp`^iw??*GN; zk;tHpx9wS>-M8&AXeWzjrKOjeC5$z{#ir0GGY+4CB|1#Ez6!21y=lnWoRLnOUKmGd z$Ti*cXA}X!NZ~}4&ruVX#qxsNNotzDG$aD7%ye3((Gt&#-OryyZY};GHzk{WeE|si zJ|tlFJKo^yo~k!?ee$+<*NyS_y}Lg42EH47Jy`R~Rj>S`!P?k?>ezt~#vc2~`?%Qg zLh5W$eI!GP|2D>vkh90tH5VbwyFle$kY zsu`Fps-9L0WSA*$OJY7cZ3x+t9)n7Aa4@Q@QKc`ztj-jSwV553_2K9XAgafZ2%#Dn zzTv6KC#v}GJW-FvKMu#mf|?-`_vs5{%%)*CKywK*|@2!7%ly@r`WD@r?Q#Vfvw&(e&Fbj6RaNG-NK z&~`TST+xcKa;0@YTKqn z=oCMOzSn$<8Qqw{p4Zp@3Dz7ro~t^Uw_0Y6e8c8;f$@8p+_Pr&>4k-JGS3v2RB+=f zaPQz4!a6QqAa{4uGlX+lfHj@ZkQbGdg@>!Y3SpKbFF2#gHj7ceHj{yO;pQzZ%QG|B zwlg-uk=8hcFPbx`1$n(#4y7#STjKDMg}atqSbJ&{e>p>#vbwkk3!P?B5Yj>>y)OiX zB?nqkC7B4BzD)-6=sZiD#?N5A%&=9F1FMTUnGv|F*^5nv#5(eM;PF$09Kev4AQtrW zg$(D8~C@U^4 zK|^>hXLtc$kM{zPzevehN=S(FbCi4$Ng`-EvzpFNQh_iFTSFFu6oV4ewMG-&Dss|d zBYefHmG?WR>jRTF zJ+2MeQ2UKw7)vEzdk%!8$MVaK3E@| zLUnyWt_{po2WINgfqHzr7N4ue=cuZGtll?TADX^D9FF)KEbQ}J(%#!#A+u9#k93y8 zBW5JGR6qy@=75MHsEXNVm)P4&Pg_2l83y-dY0+&|GqPG*;u%Gym;eOHQrYyAhA63} zgL99Y;Zivboj_3)5ML}Nv+XjFzN^p+eCmCkqE zw`^T;o{2Gbey%Z+p5ONT|Bf-yv36=F9by|&pF?pV*x@TtQPmQN zd!f0KtvEzd2&Gk_acubn)6Ocz-i9sQj9A#FpFkC}prDPlBBu8x8{$jU?e2$mVQG&R zd47~e9Ohr45pOPr5VN!*mT=u^s$wl^zI>6A6cW>kZguiTnv&FhTLLv`i%4t8Ywae1 z?Gz`sVEhRP>Hm%7D!V_)h9>R=rs};zwcb6|-aQaO_dTv5KZIn%&xS^~%FTwC1%`y= z{6*mC$I-sGj=XuK7M-p}r)$y2s?o=4(WBMq(OUF$HF~-}Fjns$t`AMs$L8uI)Ah;e z+T_vdSI8b~*0#M7kUNHeT!%qBP&}0m_$;tCE3S7Ow``igng*7~X!RlN z#8zOk*%m=b=R2;JB=lC?J6X6DZ&MN?$T#C+-+smg8ytO{Kp(z#8&#oE@6ZcM+vT?1 zJwmIrmBdqVC>@HsITBc#HkB)%WlZxJ&yMyk#`ugFV@tMHd|0i|F~*0E(A!+=&osi5 zVuU-`*BBw+{ypul>AQu!Ko4-hpP%JxK5U&Uo|Qg}R(s0hJD0DJVB7X6Ew7}2@XtH` z&o%q6W6vP8Xf#7iOzFG^kK^P6K?d%juaj>1GZjhy_Re2czl!o5)>AhW(&r=FhL3EH zyh6u{{9p|~YD_ds9ZU(XOg3|yZ>1~8jHzb6;#Wc|iDqu|y)*qL_q-Es2Foc_(=2^W z+R}UEVZB%UTU%A!@Wi^;&bPGaIXZn2=L86L&(IN#j0p28IW}~92XBZxFq|nsr<95X zg}f@;JQFz9IROdu1)K-@5%(sO3=J*yDKy3@%oX8%uHr3RdARYbrIMCYm9u8p3YDi3 z;x|BCPq>Ln9`On~PZDh`1+AksH;^DOBw!+ERf$sPwjP1DiP38OKp1B~sB9cS@;s9$ zOu)Vt0ozcZ9A(>|Kb78+AkMn!%;K+|mnAE@J;8sUJFlr z6rQMt4*yO>#$M}-Nv5j+cX{nAUoEc6`BmKzkt7)htvIScu80ra_8rOX{RTC-BJa*; z%7{gksU1!=40)VfYP<3q*dZ77E8|BKpGqU82JN@~4(N)!=ysTJvLg4O;=;npRk~B-}>o0Bm3%+SUo;U=1go9|MxpPMnj*#TG{u8|9* GB`n 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 F{67M8&};wz literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..510092ca98421ad3439186d7895e1237588cb240 GIT binary patch literal 375 zcmXw!v1-Cl6ozk%QELfRYEh_j!J%GS*HW;W(olO-5@R9DshVlv8&e(habMN<{R-0XLwDG_Q;c2r9c=g|uqDuB zcE}(lzT>$h@EsS%B)}dS;|^>uY<~egXAFZldY<{6_QfS+PGp}4Wa5&k&0ydJ5IcTk zhd%M(#B(5vNHk}7GNU$Y2l2La^)jP#&%O?;{9^VrJLC8j1wly4hs$D8I#^0crMi@p WdSeA@$!T*18p-j=7pR0sy!r>5Lupw6 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..f3f70ac --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..362f84b --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,240 @@ +"""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.deprecation import deprecated +from pip._internal.utils.filesystem import check_path_owner +from pip._internal.utils.logging import BrokenStdoutLoggingError, setup_logging +from pip._internal.utils.misc import get_prog, normalize_path +from pip._internal.utils.temp_dir import TempDirectoryTypeRegistry as TempDirRegistry +from pip._internal.utils.temp_dir import global_tempdir_manager, tempdir_registry +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = ["Command"] + +logger = logging.getLogger(__name__) + + +class Command(CommandContextMixIn): + usage: str = "" + ignore_require_venv: bool = False + + def __init__(self, name: str, summary: str, isolated: bool = False) -> None: + super().__init__() + + self.name = name + self.summary = summary + self.parser = ConfigOptionParser( + usage=self.usage, + prog=f"{get_prog()} {name}", + formatter=UpdatingDefaultsHelpFormatter(), + add_help_option=False, + name=name, + description=self.__doc__, + isolated=isolated, + ) + + self.tempdir_registry: Optional[TempDirRegistry] = None + + # Commands should add options to this option group + optgroup_name = f"{self.name.capitalize()} Options" + self.cmd_opts = optparse.OptionGroup(self.parser, optgroup_name) + + # Add the general options + gen_opts = cmdoptions.make_option_group( + cmdoptions.general_group, + self.parser, + ) + self.parser.add_option_group(gen_opts) + + self.add_options() + + def add_options(self) -> None: + pass + + def handle_pip_version_check(self, options: Values) -> None: + """ + This is a no-op so that commands by default do not do the pip version + check. + """ + # Make sure we do the pip version check if the index_group options + # are present. + assert not hasattr(options, "no_index") + + def run(self, options: Values, args: List[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 + + if options.no_python_version_warning: + deprecated( + reason="--no-python-version-warning is deprecated.", + replacement="to remove the flag as it's a no-op", + gone_in="25.1", + issue=13154, + ) + + return self._run_wrapper(level_number, options, args) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..eeb7e65 --- /dev/null +++ b/yap_lab_3/.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 [auto, disabled, import, subprocess]." + " (default: %default)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py new file mode 100644 index 0000000..295108e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/index_command.py @@ -0,0 +1,171 @@ +""" +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 + session.pip_proxy = options.proxy + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +def _pip_self_version_check(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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..563ac79 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..bc4aca0 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..3d9dde8 --- /dev/null +++ b/yap_lab_3/.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(f"Progress {current} of {total}\n") + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..92900f9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ddae1052575335e8a573eb95b240388989fc51d7 GIT binary patch literal 4002 zcmaJ^&2JmW6`x&_%atgS`m|-sve&jGo3ce({)k)Iu`5eaEIXE*sCHT<0kPr?$+ecd z%td>o$$pbAG%;#2r^ z03G4zC?3OS0_a(ertmmE7eLQ*bONVwCV*bx=p?>~F9p!c9KC|y!dC<6&p7&XJcX|X z(CZw18{fb;1L!X}I*o7PnE*P=(Rc71em8*L=IA`WgYUjZmt#aCU8FNF9)XaPIDYRs zeDOWfg%?N!FOrVDgztYIUQTdqkwi%sv&@I_`+z2^V(Nq1Xy<)3x2hJ1k~0lk)eOxj zD5|b2WvvWQsiYd%>iid*(}k4ab{cAlV7pS*Nh;)qrj4o_p4D=;D=(I9%`{XUjG{AM zJ2%!U%o};Lrj$%v(Mh(f+QsuqPFF1}%hb**Rt37DRX3^`mJNN^jzj0^tY+ARf@0ct zBi-WN#Jp$NlCSl&>Pp!gi>^RhRl8^!3Nh9+Y8tGEv>Vnn%dQQz z82}^Q*n9By1qWH>4X%TdRW#SzDlyWHEy3GY8fO(y^2P|Mr>HCD8^e-zBe^2Ut=5jU zag(!d*9Xe&=KNRD&%^-OQ=F0xM7{=;jI(J?&Ow=*uE1%@x}wkVm`mC2r=cAMvWn z{p$UBmLmK4!vdv3Fxm%-u@ETs@zqBC6k%?{Zo&M9p`Wpo^&%nQGBXBc4MOy|tuklb zu6btUD_`=J4@~l!s_7~Vd!Cvl-*uQKXvo4J;k~x)hqG?ihs-sE(b{pQl>S-vzG9{2MR*_hWncsJo&6&2wyzR_^kxp1D)K0cd z7~jP0VVa(~-_69dQY3nrP=B*lDi&-BY+6B^?cO|9y+#loOjas|w&CHd+cnFK{2s>s zXQ4q4`HIf_;0+3JX0QN(AMFDKBm@ZFzV2bJ%Nhl}g`mV+j$2vGPL?n`BwT5AU8M!f zl_;?*)W`|!L~1<}d}Hw2dkn9q$Zo+1)e$@IK872~hPV;h2-~f@2||y;`$qePy7;W6 zx)HJc`x2^0>LLHGvmuG7E@82b>R~MWL97d33BMIKqV?z!N`-23oeDfNl&CQ6s^RS& zMvkz#XB%j1DP}Ka(lCIv47io?&WKCt$%`3Fv&n>iAZH-CGy5lc#_uDO z1x&NE*>t(;CUQJ-*%nE!fdeJ@S$E*oKtIUn?3L%g+&MF~6CP>Y{qpG6hu_5yeH$Oy ziH~f5v>Tsn%zf8Cv^BSVXSYAoxc9fj(2Kp~sbECc!TsKYP4{`%JYStQm)8mWs| zVA;8Zs-aZ4cGOP}mIsPjvCWB`NhzGYY07TeaINZrIfh9xEs}*(9d=b~Ar*0>Sj*=j z^z;T;xe?u5C)CT9@G7ZVsgRctoK1MG{pee4&@j7niZ$(L@|ISD?Unj-V9^<%s_?Vk zf>#55A5OiDC4V=yIrYW$#_X$sv2FWLpL{!Ub7$h_?!@%&z^%r@tLT7}9NtoQlFAEN zd712^>{^=YcB9!WHgnl5y$E$TmNRu7h6h`pMVTY6WLL|ulTfxaDT_K~VRe6c8Pv7( ziV89C(}b;5%97O^b;z=*o6Kfa!!Thb@W&SzSJhT@LcT3F>Bbr?(l6(?#HapYq_^+?S)rw*Y=_md$<9(UxUjyw!huhcxu zDFsF1o2!m|#*q&@@-?86Qu8FI#!)2ky04Vi*EvpIMv>U&T}K{u79{|ZcNjvg!N4@|gc(UY?AN!=|=4p@o z#3SCV4Q3yFwS3l@R1whF?B9`&_h8Gn^f!&`nLL- j2tHqj_~&_akJXxkF`<9UY9jb-KYkwi;MF literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a43727ca0b7381fa4a4ee1bd79cd7647dedbed4 GIT binary patch literal 9938 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40841962d863cb0221473dbc683f131bca8926af GIT binary patch literal 5192 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 O9Jm|(HwTq7*?$46Q4*v8 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8db1f0b88bb10184b400f08a7fa5a4ac4b67398 GIT binary patch literal 13212 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 z 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 f4<@u=;oO literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f4d64f802b80d9a554a844f1799e0311b0b78ab GIT binary patch literal 4390 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f82751dcb7369315358eeaf9c6d9a844558e9779 GIT binary patch literal 6676 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..892abd91f274d2cf9fb1c7f58fb9377ba4400b6e GIT binary patch literal 3976 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f0bf38c1986935bbfe7d9eefaccdc3f8416c791 GIT binary patch literal 7545 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 eSGEz0O)iDf&&h;r2>iD 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0db12bcb0da8c1619fc0a037db8cfab8cac38add GIT binary patch literal 8875 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..ad65641 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,228 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils import filesystem +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import format_size + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + bytes_removed = 0 + for filename in files: + bytes_removed += os.stat(filename).st_size + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s (%s)", len(files), format_size(bytes_removed)) + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..f54a16d --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..9e89e27 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..1a1dc6b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..567ca96 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..917bbb9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..885fdfe --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..2e2661b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..e810c13 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..232a34a --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,784 @@ +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 + +# Eagerly import self_outdated_check to avoid crashes. Otherwise, +# this module would be imported *after* pip was replaced, resulting +# in crashes if the new self_outdated_check module was incompatible +# with the rest of pip that's already imported, or allowing a +# wheel to execute arbitrary code on install by replacing +# self_outdated_check. +import pip._internal.self_outdated_check # noqa: F401 +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +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 + 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( + "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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..8494370 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..74b8d65 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..b47500c --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,224 @@ +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 + license_expression: 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", ""), + license_expression=metadata.get("License-Expression", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + metadata_version_tuple = tuple(map(int, dist.metadata_version.split("."))) + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + if metadata_version_tuple >= (2, 4) and dist.license_expression: + write_output("License-Expression: %s", dist.license_expression) + else: + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..bc0edea --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..278719f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..ffeda1d --- /dev/null +++ b/yap_lab_3/.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 ergonomic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cdee95c7b554ec73cfd4e07f682b8d007d1b36e GIT binary patch literal 941 zcmaJ;L2DC16rSmBcDE*JXzfLUvPBTKCA(-39xQ617cU-KM95{CWT(lP+0AxlQi=57 zq5q*CdlmnIf5A&I2W2rJcoHvx^wg7Y)~DVXd5I71PNFh?=2W32HKUy6;okz<3KaiLzwvB|C2uG@eM)Q&8Q56#FvHS12_ z@s_{qk{-_1cN>n0FiJLvXAlP*M8pSLOH3&FJ~iByF1eR|Ymg2psa zS&{vUg@PVsmY}L9k|v(Y&;}&td!hiGp%e5%M;DeTDxH_F6ZCHS{y=BXS~9x^3)%L} zozMP%4G+J%zn}AxE^+52xrbfhsy207?3gC*zv?_Qb7;gAX>ckuk<4K-e5qR_3gCKJ zXd+VcbuU}NGf9OEB9buPA!))oL7$`{Cyj7B@ZpQ&fU`!B_Eo!^Z2Ncb1(GRROG&ds zT2uxpOM{Rlii(8rAex(#3_`eIDh&O!pLsFq&~W}f1SOD=Pe)H;HXcz1W;w+N0A8bU z2|3q4+0~DB^-E>rd}~t{8ir1EA##|I=lIIJ&@?bo=FxK{F!Tgi^Ph?B{(jfowytI vIDIJA!PP^OciJz9ihh~^k{^3#?}hn`n-C3Y=He*xN%Vco7edXA4mm0 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60bfe1820623368a12c94d9f0fc3dda6b9bf1a30 GIT binary patch literal 2893 zcmb7G-H#Jh6u&d=wA1dkTRsGK0U2QpTVz{4d@yPZ3nFfeD-nFKJj~wCz1+)Q)(%u@-$1abR&IpV9Kn}!N;rf+sdYI%^~vab9vNM`#a3y+c1S&rp-kqyBQebL!)pVr7F zazUw;PLXmU+&oo>WKb*UPYV4=C1lE|L#_)v^&0S_pn z0bNUx-N5)=&RJ9w&sg-t0)!K}S#Q}6@Bv8+T&yLkuZVNp%4hpAO% zed9`2u_-HlTa19QrJd__Zzb{eX%LZ5!E%3@{Gb;uXK(A65W)$xF=%LAX}DdSVS52W)}# z@a7>{mdUThXZpMiGmYq@D6()Ej>K`=(sL*dv#?~%b8Eqj*)XQ0l?J)w`41pli>{oG zvM;uSw%CEoPFN(~2e9eZW9Jj=y>w{ZsGq1)K_lHt6$dL--hk5pKRc!w=1sHdv6h4M zuxXxaQKx&7HBIJOFfiah5{Y^>Owqa(mT32L>kAJiOVAb=OPGR=65Eg}CIW!hd5;PF zPbJ3iBwhDBN9;nf(49FJcO26!D`Eq1BM=;kAS&=5O0;14CE zJ1QLl@6Vq93tt_bWOCnXqqnuuj;d+n*CswWe0}mR0dh4(GGh_5Q;dYR-UfM9(Z+8* z_tISgZ;aXOhkiHtV>Q)yR6gE#QUp6+Ck(#iH+og7kmk}uvJ0xHtKrvepqLgY34 z{mNm#MuW9HEXE;#FcY+W_)Z9%P;u6_!$)@I3DC)SUM?1QNAbnAIZMo$P0JK dfuB>QJLx0$GW(SAYo|UwbN$TU1jy*3e*xgNBEtXx literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..238737424b5d7d548f303cf610bd5221d100ba68 GIT binary patch literal 1700 zcma)6&5zqe6d!-a$tIhi?QUsHi-ooo5vsj3$5u#12t*D`#mB{mjwYGO#*JgUGfuUR zIIK_(?TO=F;YQW}fPaBY5C@Q@l`0_)h)W>l(i3m&WJy*F>XZED=l9-x{N8&rKh$a! z1Ty*lkAt>`(691mDaHcK+W?LcMN|pUQ1KK+Vl_~Qny2Mh3-qDk89CMib6E093R2NW zh#C__O{P7AwWWAgT54LqOW0I0>ytR~qmTrEFWl{jgp+Rafe)kK8A%V=YxhWZKn~c4 zen=SyL*soS*lJK$uC^3w0p|Ar93zH2g(6R-il;H1s?1>KCGhlAs!jA~i(sz=9t&*x zMEA})KBz$MsX+Q zHQ2n!IhTa8O9w2$LzWOq5`tIrHg?a?%YRPTl1n?Fj?gdlt*;NC9R6J2{jt6~t?x~( z_ViZ!C(!l1b)U7%Uz6uBd-)a1>P6ap5e0eMWsPp1bqBaGQx=Q;u56@LS?eyo0WMwz z)ztZ>#5+=5l@W>r+Kfw&K9g8o!>!-7MZn=@50E`0O$cdc)4{)GU}wWV=ps>b!{JGbWu z#+hXrwdakiGXut%i7sE8l_avzl{aT)i7KeF`Cpg6q^x6?Vj zoz7~P38w=uDwjpc-dYcn4RPo!Za6ObqaeMr9=L4ZA~!kj^<2EP?iBfckKcfeBzoEM)=*|ghy)d_x+VqXRzY&Z%p??6*EXSn) literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40f2a017f2b927be38403a1a00853f3475afaeb4 GIT binary patch literal 8482 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..6e4d0c9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..ab8d53b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..28ea5ce --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..bfadd39 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..45a876a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b1c1aebe9400a1929517927a8b79f7bb46cc4a1 GIT binary patch literal 232 zcmX@j%ge<81TDK>r^^B9#~=<2FhUuhIe?7m3@Hpz43&(UOjY8Zc`2zC3YmE&sYQv& zC7Jno3d#8?sa$@VjJMe1<5TjJ+CZmYP?lpOcxSUrpdSymDlaid zKNDoLemqbhvm`!Vub}c5hfQvNN@-52T@f45K9G}(K|cDx%*e?2iHVVsrHBQ{1pua{ BLHPgx literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..35b01bc0e8bd1357bfb0ca04130c7f495dcbd481 GIT binary patch literal 21627 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fc21c641a29f11d6ed34489fbe284d7482a40dfa GIT binary patch literal 12540 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 Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..85628ee --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from 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 + + +@dataclass(frozen=True) +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + + :param all_candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + + all_candidates: List[InstallationCandidate] + applicable_candidates: List[InstallationCandidate] + best_candidate: Optional[InstallationCandidate] + + def __post_init__(self) -> None: + assert set(self.applicable_candidates) <= set(self.all_candidates) + + if self.best_candidate is None: + assert not self.applicable_candidates + else: + assert self.best_candidate in self.applicable_candidates + + +class CandidateEvaluator: + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: 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 proxy(self) -> Optional[str]: + return self._link_collector.session.pip_proxy + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def custom_cert(self) -> Optional[str]: + # session.verify is either a boolean (use default bundle/no SSL + # verification) or a string path to a custom CA bundle to use. We only + # care about the latter. + verify = self._link_collector.session.verify + return verify if isinstance(verify, str) else None + + @property + def client_cert(self) -> Optional[str]: + cert = self._link_collector.session.cert + assert not isinstance(cert, tuple), "pip only supports PEM client certs" + return cert + + @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: + # This is a hot method so don't waste time hashing links unless we're + # actually going to log 'em. + if not logger.isEnabledFor(logging.DEBUG): + return + + 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.all_candidates), + ) + + 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.applicable_candidates), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.applicable_candidates), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..3dafb30 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..32382be --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b3c1c2c5f8de7a072f1e869a9453aac94d7683d GIT binary patch literal 16451 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 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..ca860ea --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/main.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..1ea1e7f --- /dev/null +++ b/yap_lab_3/.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_resources`` 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 across 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8835d2efe079494f2833b11822f72097a8bb593d GIT binary patch literal 5880 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42e3210e3c11965001d20897d1d030063b4d0a0b GIT binary patch literal 2971 zcmZt|TWlOx_0DtGo?Wl)^$Xbv8=R1??e)gBiYmpJZv9A$9}RUv)D_WcymM`jJ&)zi zterKp$RGJ|iKW`2QXDAF7LZ5@5+ET_@fUviiMtKBBO@a5h4|Up5m0||?(B}&je4b- z^StMtIp^GS<}cxJBZ77NPyb&0F<}3sgulcZazp^Rixi|V8q%3GqqAvN=h7TQd923k zLR#=}P80P&I-m#BLA@c}pf{!)btx?|Xb~y=&zW>c5pY-$ad?4O0=M~elM=)N&_Nu= zfd%#}a1KZsKoTi5#-)Ez2jZM7zJ_H56F02jtf}D4Qk9f+dBrE^0yAuWGWrU=kgO_13w3E@u)OD~VHVH!zpib(s{X9cdg}S)%6b>H+Irr|86( zY1r7X6W0nk@6g~BF07eEv0&$V!)vCF6FK-CN`=PFHA6FHC2{@DX=+$ZA6*eTsA;OdsIpJI_fOj;c>n$g|iCZ=%hOALd=_)aoan`1vL+K`x+89C|TnsWwe?b_H^6C39*nnSu0qp-Sqt zB28wNEz=mx72F1jWS}51`6`@vksjR*uMM;>HNSKD?aOz*`8O%HC&fz9QnoDhJ?8t4 zK#W{Yw-&z;q5yEc5LLi+xZR9R^}J=*J{%#N2GU#A+o`apIK0B$=8KGqimdJT3N(&x zzK_uNz(SEL@($;qRfaHIlHK52a=3@JWE2I5Cl??&k}s>ny4E;)N6fN|D9hf24pkIc zrt+t^{ZLOd!4ilTATlc42r-HMOZt@-Xg3EA_+?ms{$3KIWGdc-B_)toh3=`1Was|cw|R?TlHu|l-hl69r_mh zQY{9ZAQ7CP!zv=R=CE@RHwK=fxONJQ2i7k`|5?Svj>)lFK)Kx~n7IEC?&)YbqWvrLQjxdr#Mb`p#rx`X-Ba$+5B;gsgqFogM}Q0$Ym zJB)A5hjXX&>R!&FUStP-SI#3s2OwAE-a=ccHFOK$8WZPd*F$+@#en9WczIs6*M+>j zka*b@VT!26P(0{1s+MY4wrpfEp_h@+`{s((Ip?;*)S?4#+#7ongqXw?mX&)^|q!CY_uPl6Qzuw#qfy^k1hM=RUyP$jrpG)OhMzDl_@|#Ps-_*HYcU zBDOQKrnwv-u3+Ufl>!^)IFaZ!i7Mpe0v*Wl26B!Xr2(Ro$jWQBHxOJw2UK-AaK~j< zU13$$^4Ja3_F1$Y(yVx^ni}a;Cdeqr`{A*mupsIcu}SE7@1_a}5 zKaRvIB4ld!!p_M4rI-FF{a*TLtbFN}zxJda4DEjB{*8M#e)iVmp49flUQg<2&$;_k z_ojY2vpuoj(Y+~dT0fF1z2M`sucJux-QivCe&k-H+!Zf3^=(}FG|;pky9ipvz2KRr zQp?87=Z6=-m(LGd(V15nD+J+q)DjsR6#v}OIW{cL#+%)c_uDgA{UfYjA@63m;i^!t z{udHDqg>H06I>mxm7#iBSfhtE4D(+RF(Z5E^54<9f1uVrgi&9 W1pz3vm9h_pOG_V|eMU*|wEqJ+`sM@x literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6a27787874404374d58928d5145f8655b8ec0fec GIT binary patch literal 35224 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
k@pw1KMm7x`j@0Q27$=F{J8+ z8?JHT%@o3`-{=DTEpx_DkaR<5vI%UJG}#Wt$r`SYte0}2AQb8~Cjt0;wdSNK9|oC= zU~h6~q}t4gM8vn!BpLzj4^2ExIr$3oTdkbXQ=4h2ZmBCyClI#D$ZJ;>W%4X&W z`wEN7Q>Vf{b+H6!c)01{e*gs-d_!&I$_{`x5Mk5EDeBS$^DaAOh=F!?+Q~2rY(*!T z*G1br`;QIR-6p_Us8ur?e*HM$u@v{Rs=Jv8PLmvmOg7UclSmW1gcNN~<`h`9Omx;R zZKk7k^=j5V3|&c+kX>OuwYy68?t;BLZ{PIkzVSZ~|7p0iZ?dp&@^6fWe&@>A?uYK4 z>_E{ym>Vd#M;;?^apIvPSmqhGujJ}0xcc&Z-{+65P(j)BA9=?eCfN#t2P}OsAZjQ{ z*B=}(bfl!|>aBtSVM^;8(P;TKtpSw53Lb89U7FSyToruYptb%6v|TVRn9_EwdfK6t zD$jW%v{1jYz|9+`U6nemBeb3f)Zzt92?P-dRjMtqzJnI|*W zVQ{4k#lT%baLqHeVdNkb@RS`wU&;(gO#@X?jf5IsAv@T5=na{X4JiqH1mcWrLO+bm zf!8ILRy0Znx<8Jo{uG%PlY(?PmcF1cJ)R=M@sNFZV$fSseR4up**F!K2p$=k#{mIf zBQk#$+%B}#q`@kqQt_Y}o&#usx)Y&H4v7-%L?tQKqLaFe^z%}8aBC}3f=fSz3=Xch zv*hh7c>8{I@Xq1ehl}1Vi~JKa(>HKu)9p=nhHekt=fe$ZDYdJG|ZtlUZhptx^O&_~FH^%dDUDtwf^ zzX=8K?y~c2jD>Tp^OZ(yecq7PEt7du<&4i8e{9fcl%q7tRne$%Qs$2xIx#*meq#Kt zQRX!_pW+9=p@GheEP$ND3>C+anViRR60;O$h$c7bb3_-3LK?`!s_CMGZoQ6(OAygk zBr{k|qr+co^dnh%7^Mnjuzu?dL9y`kh9Ex1NkS~je<3}h4cUN5%n zUuhe7VllaGi>605#_g@y8;&|zs57C)3_!A`yRa2b?h*q=e?!i$DQnLF?@c2ElXnzt^avL73Z{4 zsGP$k}ASopjCisI$~H;OLXra@(?PvBbVT;S8_-=V4TXsS*L zf7Jl46#i}gGMm(tN%=dN4L|rhno$i7$Pd;Tw2(H>M|1YFW zYY-ey!DtekF4Pwvq!hO`NC=>WoU#qPR+-ogo(AFvkjx`rKs#2pN$Ds_E3Ex2R1w@2 z*`i|0wu4b29Gf|eEm1lX2{Y=gsXMba<;-5f`abN#kU1ywD3~b6XCowvRcXxdXes9x zJ5kOr<_d4O(UVE1kZE0iWNF1Bw3Fas2v4ZVZau=TH2X`;tagQR zy*Z)Swd1D!2EW_`+`Fgmj{Ua%hfROOnR+~*20B+-JC?q6^IN&WT>HJz?As4ppDlAt zOWV>*H(y$ovg1YH#w;oLHb2}t@!+c;`HEX73%<#+5!&8pDl_o-jDs&d@mKML_N6y( zzNzqqlmF(;fB9yyWn!gmLj&IM`Qr^*2Xwr@e&S@@ttD4a0sT>|^|@6~*YfOpZ{K=5 zmo9q7?)T&!dw;#^>c+Yw?5d|XD`ZdQw;V(tRle_V(eq;7@#3$`My!1*y$tJf)%^m` ze7E=DbH;zY_ux+R2O|b3elW@d^d~zxDF5U+?gh^BA!`B1hrD;fYy7aI^@Z)m54St8 zyx%?HH2w!C2jwYUGC;prrhID{3SVR#G?E~i&&oh`bV^EhS?cbSuuoN zwotVwg}yP7*2eHJ>Sa#1Sx|qKc@n*>C_MChAwN((L7;i5S7mfzYTZGeSQ3seTn~ch zPrW_Mbl04i^$542Z|NvxSD0UT!QJ^U7Va(-z55pVkL})-*6zh4Pe6cmEng_QHs$$E zWh>+KynFgPr}3mL++2WakbsqHBjZzi?|&Z@qRgG@w%2gf6(W(FC}Ytl-Cj3oU^-ge zkD(>`UCg#ZRx?c8M@k{clu!Uy6rjd5(rD+W8<O6oO&bXB6t6LC_OsbLY!B?d* z$bg61jMlbQZ|kz@J=-l?DX_H=*jfsV76PM1sC`wvW95WHD_|C6ta=2e&Zq zTX!1&gxy)oBJ{I&0I+`Z*=w|}l{HkHBSvb=E1Uz>K~ldIPW{H3o}@aHptkbQpaTgd z9UKBzFzdV1e!IQYv#ZdvtLWOD=XbBCmA{V}!KFN2qDL+%x9SQ7ShTmg`H_DD!_820 zOS{L0D_VLT|L?13)46=&z3{DYX~Rfi!${G!EzfUTKbyZR7LH?Dw-I(^X6n!~ff_=r zs`&{Hx{jBl?91~#bi9=Q8~Z_Cf~H?6cW|TXQkC7J`yJMk*Kug2xVuA8Qk_P06xCif z*%FgzbV1!#sL=liO(j%P@lrsQP#X)bjX#odV?UfLx<>Q-==$xzG55j$+9}9h1_Arq z%&y`~IRyIkKY+e|->_u(ha3m}%rQHe>)by#!nK`YQnn~J2NKMUPL_J_>&Q&*fGd7d z;Uwy913gkwodxwJn12Bip_fMgi}@8S1>C*uxw%KVcFWBby}L{N?!V-Bt6Zcz#NK8% znSNjnfsYUxYRLozT$(jJt~Fdl-^K;Ff^MX0G%|!LQe3iE`5$#t=PKTgR)1d|M1U zq9>GhgjPKMrOh`tmpq|@CzR_idPWv4D|XM~^Av{y@{W-emw(Z@o|4g`q?Ei3Sj=xr z$(p6wX!EqX3Fb8T2B^ggDjIn8be{x#Sxr^AAX#;yl#Ql_hh&eqlc6grc>4ViNCyL#W7zBOIydbZH@Y_V%s zscV0sYk#rpz+=W}J;lB=xp?Tt&Xs|!cTV3v{lmy(xLZHP7Ti5IOgApB_Vj1JUhEky z_3SP5?7ja&vFE@|Csah2TUPzStZ--g_Vf?q_Xqxb%b#xfw?iMzKJ=d~x=%jhu!~1V z?EP~Ib+fAneFyz)jpBzi1AEJ?{VSl-8phI)0aOAi8Y+7#%OFO9U0{<20j@7-07nC_ zN#(Kw3pX=>#EnASZV8WzK7RJLH6H%)J-z_n6^DX|P-;Pq5p(t4nZDcasNfnxeq zXu&k{<`aL~rQtQk&?M=CG1*e(4{6w21vibNpQdTFcIpxYq8K$#4n%C477TAN*Kg_m z4=(e2Hib%q!964zlOTF(UEtxKVC)=3TZs@*g{MIY{e#FWj6{@zXR1SW2194`{;=N@ zWL6A9gW#F!a0tMH<`^TTd`*d_LVWT~7=MO;?d2DTj!qtaHPbo?v0AF@9AaXCzhgMe zfFv^zC1#6BRB2C6iHbC+I8w6E4Z#o~YU>en6UinRF_F#j)cNxwku8^_B#CjJoS2Bl z;9jZ%+ScsMI@A=$&|IKeW=h z@ttFzc5YleRyOd~cC;-aI4YYcwvK^;>1J9xm*O|$CI3*tKUDOOEZSFiZ;1~S_`q`D zA>X^=YA?Bh1y`_0P5)m#@iK1knV6v`(76`Av#{E$8MeLqZn}QayD^)-vv7N%*!#>4 z*Q&$w?&Ld@`Hr!BsfUikE3IwcIZ|$dwoj=x`hN5HUgm?nDDIi6;YbJ0obw;Bu~W<1HXk5 zL@a3v3$B&yB4S*;6itG(!i#H(U?jCvtGFnFMG$A;Vo6L+fnaJRSgPwEVJ8FZs+2w;PZQalKt;3llM;E z5K8_~!5_*E6#d)sEt89fA=5P>bR%V-ExI=6`OTj{HZuNKS$YKi#6KP~)d&yVA-em| zLgBYj)GN$az3x|*)O1mtlhzqgJ}OvMXMmtCWTt1m?5#uj99K!PY+-JSd#vQzRB&x7 zx{JijXe`1Y3%MQlugm^-(KWoW3?;G=jdkewmfcJ3yYeuaK z?u^XMWkWO9hT%!@$d5e#7@vruRFpT;l9Oxuv?EyN;0cuK^_MMJ;+fX=vK31<#@7DW z4kfiE!h*D=hihA&Ei>@Qy+9xNv5Cj{s$xQ^JV*z`a(&B#*&Vlrz=6Z{siTAvd=RI? zbA#CdY6x5Rj*#vi(y*ZmyckW)^;TzY&(MX?Y}~I)r&1FH)nJ-8GrRu=#3hMb2uBk zIn-yfrQqF?I|P2-qH9N<-?4rZkmL5j{~G#>zRacv+Z=2K2=2lyqp310)!uE^Y+X$R z{srJET=*oEYG&h&P#IXQzDt?z>S;AVu;Tpsp)1Aw^aYlV+&lvO#5%Azfj4S!m)2i& z^gjY8_Q2;!uY2b~vtvO3!P0=6F7wIZ7}yK=JCG`~B@st{62F;l>sKlQ+gGL1!IAY~j zNa{~UP;aL{8KGu#zzuIU(VjW2;6fxjth(A!q{J&6tb!bFEazjs!= z5WN(GQ2*4q;F&YEKled{se0sKG@Yp!N|WH+KnIEJr&|ldsX>;gDxm3-eSoOw248_v zo&M;9ql{ClX`cz!P)7p{`28Ux?T7BbG;uKPTXJK?wrz{f60Pq8I0}L={$)$>c9Fql@`5mg;oRAi^;F zKkzU85oD-)vYdZ;U#Vk9p@T-S`|q1j!SSPd1gay;4KKS;JpwC71L##_%WvgOx#M@O zh3@UBEREg!7NU;nsAFZbfg8xao*&*{791Z1suT5nDJY2;T+*Q9hk)#0pD73)vcOJ-S zBeE3^+bh(Mq!9TZV-H=J^i+{E$nsJE literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..f3aeab3 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,86 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union, cast + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("License-Expression", False), + ("License-File", True), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..9eabcdb --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a310752c49d1aa14ad0b4cc2d79d12059fe84a5a GIT binary patch literal 358 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c8ccd1bb9b85eea80e4d728dfebbdeaaa033881d GIT binary patch literal 12887 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4f88bf692eebdb2942fd089c3a6695c44dd3682 GIT binary patch literal 11143 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 gDRQXZlwmS>2V~K 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..d220b61 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,228 @@ +import email.message +import importlib.metadata +import pathlib +import zipfile +from os import PathLike +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + Union, + 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 + + def locate_file(self, path: Union[str, "PathLike[str]"]) -> pathlib.Path: + # This method doesn't make sense for our in-memory wheel, but the API + # requires us to define it. + raise NotImplementedError + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: 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 satisfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..4d906fd --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..4ea84f9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8da3c24a38d665210e9cead943f70aebf19e329c GIT binary patch literal 266 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 N9%TI2S`(4L{|7I=&^!PD literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85d44c644f94c05b555fca0931fb3fa26f4df120 GIT binary patch literal 4227 zcmahMTWl29_0DVG-luU57&DH|W5Hers0yXTl>*@rU{gc*St*(jKgUKAi2y+_Baw#s$r}(Up5;z9q zH8CrtBxf#YuB2ML_bd~+w)$|QVl(= z*#a!%oE^!ebwgJ(X-yp`ik{9A00xd4*=$@&afRqtdNuW8Z*I&QGV}w9efxV&)gnDrQJB3s zHP@@CxBr5w*U{k^0 zw$!@ywlsaJ^Hcsb;+Wl_54It6jazpwVS=mO zVI34KrUo6}jnL1yIgUfK+eNUJ-w2}|4FY9wdG{c((w0TzqRl7Xw7Fs03>!2Ioyo)@ z%afBd0+UtmkwK!9t2x>?zUz5ylFN#cIHDO4PRzbU9kGK^>4NU-f1|G_(c@_U!~RbW z=D$53S%`K1YV_{NgY?3#Lr-IeiqZaWoa27fxs!`awof%3KhrbB_9{w7OPi*m*ukV> zoyz7kk|kh!m~EMwVX-X%d@{~Ed^-Jx^KMB3L6zeDiI+p#R>wPnQ`3rZHTgqd9cPZBTuTb zyvoJnB5i|@nIp0guPAH5;2u{|GP5|jA|}A1Bu5*$YX#m3xaNN7CQ&KcGMBiSSd7Mt z(Rd-U=WfT{W4}$_OBVKi@8SN3c(E^8>`NBjdhfH#g*EBe(v`F}LTs0nreJp);-ds) z9bx?fIC6xw-WOn#HO$rgh59Xq?KI5Spg&|{W0an2Sg2uK6R92zWZ ze#t?Ee(iqU-`D71v33$r5HS2Nv0(gMTf@TAIPCqHe+yw3@WnwKft>De$jzRc5RRb_ z-T{9XCq(RGeoP~;<7;-a#lou7ChFV(1^!Z~245T3Fq|7VxY2ry*%K^&#NA+GJ>v&^ zdUT_wk^tpixu=Kaz}nhy>J6Ea%Off!ro2xEm5(sLO{{X=tI}cc*TY{h6_2|PLnT5E z$336nq?GTT*pQu2L2pZ8uiUOq$}jM0dfOf_#wU z{kEW!QCnm-Z!&X$q$gL6yk!Uq9E~X15o;u^DdcKK8^OdJ@7fp}8e{DQTIS!Nn?%e0 z@S=Zf(Z4l+^od_yinf=+r&a_$7AzyaDOh%)Q1kWSnc;lrLa=>WC5aw5V?MO z=Jf2@QXqQ$%*>hDB%8cD^X`q&CxPvyaIDbWeIqlc-c;w^3oX0v?kl!*1E>)0Sq^XPF^Bmf{+d&hGzw|p zU2R}(b^nB~t8L9wIb_wnZ=&wM=fUe52fkO(tjC0x(ZmAKtg*0edd*+ab-7b-aqN)W{APIE-F zYIR;Es>dMGD&TF#D8b4=rNSNW*l6tyP~HN9=3VGmtlyG9S%~bIc9r~_^Y1Ti>nXy| z-@_~^Ig`vEdJ^dRDu}|H^DPS@x!{q@O(@uwx9)s&>!V`RMl|1gG%o_T5Eol_7va~m zdjmb!dPK=Vyc4_?EH>?2kG2$QtsVMe{;j8!b8wB9rxY-b24!JmGrV6lYL10LK3P$Z zK)(YAtff}EgUOD?wrb3YK%8Ts zi5!N-KwB};_FuQ?^*J{OZjw*{1>lopJW9J@w0(*KwfP7{JH-wt%4G<6l`_C~D+)F; zknh_8k1{)^Oj_`SuqchPnaj9%iDWEWyl5C2l^F($es%z2w54XU1fB-Ca&aaT%It-* zGU^_3_;HMnvV7un9+;SahHeV|T|BcKY0GB|;qJ*(WeGJ@g3fd}UA4ms0DM?VujJ?Tsf{TH6G-4&sRUheiu9S=Io2!@C8M@Rpd zSYgwzS|zC>Z|7FYxEG3^WpMCT+z?g-Z@ESm6f#bM;puI)3_jB~!&(XgB PxsG$3?-^pf^ZEY)!0fI} literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..586cf373731981a01051ba7dccd37abed068e6f7 GIT binary patch literal 1694 zcmZ`(&u<$=6rTO*wd2SwNnFbWv{DerY3qfgY7hd1C=!W;LR4slETPeMXPm6F*=FRuM z*`LS9a|p)vPk*fHDnh>rV=%x@#_1xcJwyXR^VA+MsvN|Sl9?$gK%oH)nbjnJc5_>8a> zy2)&!?t+g;0fVzK2{vrkXBym*WkJL`qfwLj%Z}2&woqa&zSF-zd@1dr2y{Ajl@9t0 z(hvH!ggR0O;Xe2XMFaRy!x-e8>BiXEd@$=s2U0q3cO#4w2xA?v_S{>s z7TS!{*Z`A?eWVvzj2+MB9Ahr%Zkp!S z;}5MHoHA|^+jqTnJM`Ukt7V7Svv1*ftGY@3O$#cp!dA2v`1945<}B_;^m3Szja#7` zT2OODnQwd6MnI^?Emv@`8n&3gvpqG+%EqIDw=}zd z^{6xlp7CA|JqL^L8RjV*fdFTK$QjZITmpiGgg0R_O2NkHDu{{E5RCrc016DLa~1-+ z_4DCXO3M|Mor54d4 zOnu(j?Hm_ox`mlLZ+*M?_2ND`D$E}m^XvkwsAL7Be0zgp9Op2G_B7$O;y91-M@`%7 zM=}^5t^;mh2={^r7!oTyVoCdwdVp&wcO2?@7*`~gR3RSL8)?-7P9}u-_{$(3ZKM0@ zJHMX0zO~d-bK1gJ*Ln!l4^ExDjSCX_VcV>DB)c(vvp_0mzt=i|;qA29ASU|tf ztp;q>Y8S=-h6A?*AJ+mNQ6d6RkswsNILL@7k6_gx?P+0OenPGm=K)}#c{O=wX~)Dp zVs)jpvJ@NdL$a8ChtlFipB@{prf|N_o(EGv!RJ8q6iJePK@$)4r=%-?A|YmxF?l%o f!r^N-?q+UosrSb&oT$@>bMOAG$a(o=BiZv`&)Af) literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb2d2bbe51f8792f8937b0e5c24c477891d33f36 GIT binary patch literal 2272 zcmZ`)O>9(E6u$3g{yWUjALz7BGe9Xm3iCjy{8)_yqTr%2R0$bkULNyq%j>*(Gu-VcZNY(a6ek-w%|b-ek@@fA`#b z&UfyapOeWrf;Ic&Uz1`2q2IX>EZJw)-Ua3wGLRuys4NtOvRDwyQb7{9PPF85s1R~_ z$qJVvg^0_`Rk%dTCl?fnNyqFulTVmMhegNn#TvGY zSP@v4fhY8ugqjsw(?IMzWm8ADtkba3B$zuDy+b@2@rAXs zz+6KZ6$AqnL_@$5mNTH65DjrwE`)H{0F5Ez2#(^|gy`C2xVL=U4^fD>Sw$lZI}<#Y zr}xkuxY=o3tq_NGo8H|t^6YZ7=-0pv%6SQXYn?!@p&4NYX|92jI#Pr&NU=xTD2^gB znPO{#0BVTxK)KwLlKMV{;;4phn^sA$+Ga_u>s8It&ua(N{3R%*YMJNNYTda|u@B_; zzoJsp!F#KEv7}F8s#eXa3dcE^*t(^bD+acx>L2f>2D$Lu^3^(vYT#))nl|045MLD^O?(aM@C*O;1Ujqp-8Q{9e!UQ`tVn0`vFqqw{*n(G;DZZg?(fB*ik2At` z^pzMO^fAaA`A+d@Z7bLVJAyu6=K)%Ni?&6!Y^rvfpG4%xyb*)r`C*~-~u4LVt)wQAKed8kS3fFpHSG6?GKV_`2I3sY!IZ18zf zv?$>Zib(`h%CXPoawNqy-Rs|y=AS*iYoq>M_vivg4jWwrauq#Dbv0Al?xwaaM~^M< zJi2snX=r)Ju@w+f+gcrHV0$yGHnM6nd#I5;w30p2ilV-O#es!^Rv7Ic`9AhtY`%Lj zvyf?K_T0_vS*p4AW@fmN83vC`b}_k-yq;?Ijx>5l9_{K*#pk5fZq$)(CbD-E*&Bo3 z41YcR$Izae?|pmj*146TBXh@>)7u*zJMO1C=i+2D+_C7x3oJssLER^H6&M)hf&*V~ z&7i6EBgxmEK%WXlaS|2951@^%z+jpR1v{R7XM~`MJ{Ldfk-__l-~=Q0X-ga8m-0B+ z1lN8UX8srx_A4@r_>-I^VD1ECokjf0v&8zzFB2Y@a0tjCC;WXXBH_=)Mcbc&F3zMM zw9|bX!0JQ38|?Hr5I}Nk-!J_`4@Tc?j-F|Zp7~o6dpF%bc=$89nN}KU<>uhMw7SZb zk2}#z>Pr8j^@WN-cq}GShY${zmnl!?7IH!Lvg1RAa1w(b9S1UtTA~m- zdh_h^t0x+q&fe7<|W zc;mqQg@u8~2t@BZe#)4VU}2|THSJ07R{WA~7Ay zB=B*;^Sy(=mpse_{tKR@R}we3ef$94#BRP%qN83V-ykEP<9$sBfV3n*5Pm~L4K(x+ Vz5WpO|B6Qc39CYU6#;Sg{|CJqARzz% literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37dc6563ad16f7591d16b1cadd307a3a66ac2998 GIT binary patch literal 26970 zcmd6Q32+?Od1m)qm~kvMrd>a5&un2b=@y9+1Qc zkmy*6K}U(eI0=VqX9*_C5?m=|xGE{rNp`LEUaDkkYes`Cpb1@}ca>C<&DM@ZC3aM) z?0*02V+O;4EN8d2w#j+j{rcVS|Nr+N?|=B?%1S4P>-FFN@1yUX<+%SwFZxxXJv{!G zCXTzsiJZtsxMB6q5A*EZG;Csb^RSuSEyEUew+>s`-8Ni-yD4IiI))uQK=ASD~BtiRl`+L&#)(2JzO2F8Lo-e4%bHOhU-{bOT-(kAFgN5)<{FNak!B^+agWT z=HX`cToGxBt{GkvZ5?inwhgyM*AA~`@%G5Ns4y%<+lSkEPIAdM)a{6LMAr|m=Q$H6 znZ{1&9WC6Y&bN8>ZMaKx4sS#{hv<68t;d?Ur#Z3mbxy2$8)HJ(+v<%Q-c&ZN2WhLH zNb3`8q#CJG>Xy1kOwA~Peq!yDaU&M7?sd!XX3;Bk<9j#W>+!y&=)D2&J*e9{c3x{r z(M@bb{7Xd<+N0j0;jLm5N^X|=Sm`#g1*P?iYmC}j@jf87;a!ijiE9zJP2$GJo-CJ* z&pPy3&}%TpX9xS%j&B`O_1k7O@9<7>y|e>$??lfwpxj;P2{$G`S+dB#W6X`%g*+Qs zzP=HgxaoC^QOll5-sk%(%0A@da}F_>2!m$LoK=mmJ|Dw7%65v< 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 SK#B`~8x_3%NA#JY`u_&O%Nmma literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66a6c1cdc4c205a5abf72ba84cb04c36fb9e9874 GIT binary patch literal 1023 zcmZWo&ui2`6rLoT-EG!wEBK=a4}%J_pb54&DT+$9MJ+=0;2s>Nnc2FaPgzj5@Udy0gDK-K0H7`NJDdXDYH4|%* zS(8_af@e@!?P#^j(|Altxp?DXOf*Mr2gr7x1Kn+pSK2ae}GlxNm@dY6{lyCN&&0p?PeT7BHcX(g6me z+KLX1?f)~Q_-RQeoEvY^E)UCmU4b@qp&?x@T&-|*aO==nosg9FI3amJNKdi8EbtjZ zUiGOQzo`)dvx4o$#{JcmCoAO9%8QMBh7co_HL&j)tMfTRXqqZpDh75xpcD88I(->E zH!y*S(NxGSnx$eZ8q$n_R>)Em4tP3(`I!=#;)HhXWcaa=`i a;$_Oj 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d506b681f2fb7f46b101adb97f30d75bf1e4c4f1 GIT binary patch literal 1851 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 a(Z7->{ziWACvx&%A&cXVd`_@ryZsNu{n*$5 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc2092b0be2fa7abc79996a9500307c66a9bcf1d GIT binary patch literal 6572 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..f27f283 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,25 @@ +from dataclasses import dataclass + +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link + + +@dataclass(frozen=True) +class InstallationCandidate: + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + name: str + version: Version + link: Link + + def __init__(self, name: str, version: str, link: Link) -> None: + object.__setattr__(self, "name", name) + object.__setattr__(self, "version", parse_version(version)) + object.__setattr__(self, "link", link) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..fc5ec8d --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..27ad016 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,604 @@ +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?query#fragment`. + result = urllib.parse.urlsplit(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunsplit(result._replace(path=path)) + + +def _absolute_link_url(base_url: str, url: str) -> str: + """ + A faster implementation of urllib.parse.urljoin with a shortcut + for absolute http/https URLs. + """ + if url.startswith(("https://", "http://")): + return url + else: + return urllib.parse.urljoin(base_url, url) + + +@functools.total_ordering +class Link: + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_path", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "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 + # The .path property is hot, so calculate its value ahead of time. + self._path = urllib.parse.unquote(self._parsed_url.path) + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + self.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(_absolute_link_url(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # 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(_absolute_link_url(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{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 self._path + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> 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.1", + issue=13157, + ) + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..06a9a55 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..ee7bc86 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..e9b50aa --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..88925a9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..ea85600 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8a9a48fd80b54908be3f0369fd36e6563680c1a GIT binary patch literal 254 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..626ff94749830ace94c11259b5f3fd944dcb6d28 GIT binary patch literal 7117 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31a9bc10acc60e1dd55f595c78cfa4fbd801c1a1 GIT binary patch literal 8508 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dc2e27e3b94f96a2a01aed22b4e5d5c1acc8d46b GIT binary patch literal 11663 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 FV?L?^;34wmVP zNCby!r2j4PjX~+?dE0=Dn6~4PCSVwf5$O-aGQ!0EXa9=_3`Q2J3MI&?Z&N}cMZ->q z0A;1TcbVF+P`fLlMZzHk_YKUP4;%cn!Ov(=$sDbU`LNSv!xfAw>ZGzW0BF|#99^`3 zLSh;e4P48 zwWgk|uXk1GUEmjnA5_&W9b4L;?#|R^>e7eTYWHWWx}j0f#g%boeFq+Mc2C3N(89pN z*EhV?OGn;MY&0~cYtnDuu3wt^Zq-J0&Cb6_rc&_g~zoty>yh>VE&t zjhA1&ci^MJkB+YjFPH}C((`F2g4!9!kIO$SUmjYiUlU*WZx$?i?@aTVR(@M#BX8H_ zj{msdCH%>rDA+b&69<;4Wo=XHHE%bso0*@>+-cu%#z~5C68r8VRpE9Htzxy zIRz!puE&ioOBnLp2W<}SgINbGw$l44WYItCeoC@;C>KgB4yYFEK*)$tB%vWT6q)NA z@mHEQ6G>;2#Ypa(9CwXM2}&qbqLM+bLQZm~y+z>zT-Jaes`%Z{=0g~3rh>-V0lV@< zL{Q9p%y8SqH?#x{ondOfKmseQvgSr$G4QQ-VFP)39@Oni>vz6!`y0!{*}9_(Ll1l+ zv|P)FEz6@>-x1hh`#SE-+@4w9zf!j%-y6>EJM)-xR`%R1TXHUG8?9~Yto;Ft_jRrLx-yqO@g05yTdn7j2SYq@V|p;wJUwipPc;gW-#l}4u+skbmCnHi zH%yEDsKQyTI)@w?5wzutQWLw@;O|!VP#ILjsr!)NyRpYaYs?Vu|RM$auj`4UrqMoI9I;m0LproG?GA-1vQo?qZIbOs=ED)kfRFWwn z&qJN0gtkv5)->tn6qTTMIhEw9O1xo`4EYS|HAoz%L8D)#I%{_(gj|9Ql zpFXz9AzQYyY-MnZ-Zp)}vlOC1fJAWm)9++Lx4%Xp{uNXsBanJ?9`#!^r%i!(cBDr) zIb@l!Ey{2f?ecBfJkHjoxz+X~YmG-Ab9kW%n$=qkm24e`_&2a-g7bBLqaIEJE3|dw z3P-=RqTL%@x%#s{v*MwrX3I$+n?9fOyxD^ls0S+?>dh6t^paV4=&4;gj;mIobkogO zp!d2~>-yF_{aa1~-|Q)K_N28<4%spm3)zbAbIQyeKY%?R@gGqC1UXSKLc6%L=rZqz zs!Z~b&@sx`m71$ME+sND!<7Ks4JD`0yeQz(=g9OhiII^TqeEgYl@Tq`oZ*IH!1|B} z$b3Pg6*n3Cf;cFW<7%IIy%Bi&aK$sCv72byA*`!#eRQ@B2;wzH*+v6H#EdLNFZ!%| zcPc3X^M)G|G~ZVDL3>R?wvL6onLd$f6854<1T*g;(1TT|2cfz4^6AhfM>!Ea bzB+tqi&Z@7n6~jfkKz0ACK3D}#Gs}q literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdc4423bb47d58cefd6a90d25703aa20f86e7fab GIT binary patch literal 18914 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf5f4d7e8c53a6b3be5171bd1b689b6fedaca7b9 GIT binary patch literal 2949 zcmZuzO>7&-6`tk(^WT(3QL(NOgf1h7^%@TQ5?%{q8PD?CVS|5#T`jYFPF^h zQa{A1FaiOkfdq*I6jD!hfdEb69(pW#YLjCwB5Xv&#z9;ZITXFnm4h1YrEhk*WU6`q z&b&AC=5h9W?|U^oYqQj6X&c)*m^A zhmkdfny831Ns$<8$C+|1sziO6H)FN968B}nOw^J}l0jG`Nw5=5u9i|#wX~A<*Cq2% zEu&-@6hWA&&V+{B#$suKXqMfm6DM!f8YZq`%h4R8Zbkn=cgzxj28p;}@D> zS7f~GJa*RVT=@6V0%(x>P5s4ZfQ;_>|STy6r4% zG_aRYU)PAeqM4?)==+UbHd%x-MMoWP9RzeZ|bxD^2HBOJ|aXmq8u%su)!P`<)Pi^sv+(zq+61|Ly zhrA4Y#9Ka01BhC0ULy5XL&te7f8{X{UO9kae$~*Z=@5=9(LA*JVif=@`LZV)mX6oe zCNVwH4nXtbO#n>S9PAi1>f=29jV`Rv`I2QSA$o+6SX3c$|&RC6WN&BuTpzbY3jL4YoTr z=&SWcnv)ekes|OcBI_S_#590(>D76~z_J(oKLhPVhTTY&+^=UEd%yK%TgY$zt8c#R#DxEmgvL z1`49c_$l)js3njv{fYvK!Z;CXK-;apWJi9C-ep`=9VAY$PJ5SeBRbSZ9W4o)yfa9G zDm~wUR*fB)0M+FOsU-j}p}rc-rU?HPGWRSis@b6yN}-R-=mc_d;cNks7dK^BuF}9BXaQo*WH?J#HMFac#RYS@Mab=s<6 zkA+=?emgl#JBpnb1TgMHj?AMOqV&A!&b&`n9{z0Y#H2J+V{xn7xxK>`H~*RH1ulbbIo~h(BzY*U{pX{Vhg7QG* z63Jc^B{Ki%rC`@1o5ty{{7b2qN71LF^6V7*>CqQvbL?k19^@kPYB5Gjw58QBl<26c z*6MoGq;gzU-)U-Qe??SPyep{yW^8Re|++pV0`JkKi-oQ-}12D zn?U17@5d(j%)R7zkB6}*pv-7bq>_Zj3O$)hQIyH{s8uhHqN&}~iH=BG(1Le zoSX&O6KPrk6X5>!uc=ay<}~@eM8E38qX`)234!Vf&PD@v5L#D#2)rCz8l}OdQG(3G z4f;5;0}@RA?{fc6DfKVA0M#Rpw`n?tX$MTBh1Rd|aPz?lu)Tuy;0BO^&9C|FBHyP* z^fBlO{Zq?>r;HE(?@@pOrOG4eToCpjk~vUmwCp#b>#+>O+>bB}w=W 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..fca04e6 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,118 @@ +"""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) + # Inherit the read/write permissions of the cache directory + # to enable multi-user cache use-cases. + mode = ( + os.stat(self.directory).st_mode + & 0o666 # select read/write permissions of cache directory + | 0o600 # set owner read/write permissions + ) + # Change permissions only if there is no risk of following a symlink. + if os.chmod in os.supports_fd: + os.chmod(f.fileno(), mode) + elif os.chmod in os.supports_follow_symlinks: + os.chmod(f.name, mode, follow_symlinks=False) + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..5c3bce3 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..03f883c --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..5e10f8f --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,523 @@ +"""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]]] = [] + self.pip_proxy = None + + # 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..bba4c26 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8a375e4524698823fbaef9a328567874d771520 GIT binary patch literal 197 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 WZq1F*-F-(L{3HD59J{d*^?w2FjKCNG literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dae739a4ae0d880a154813c4d3bbe3c1e9f20660 GIT binary patch literal 203 zcmZ8au?@m75R3^(2q}Y5kQbyyj6g?ieTW55jBVLYB=_vV46MKkj6q3-(xt*~IqCoI z{!hABQ7p2E+w*fu{7&m1!!%y*S;&@b|H$klx*=u83mlxV4jNP>TQrJV2xz#(npaTv zLiHf21{3^QtEyaYz>ya#gU1$6!hsYyWU~iGKH?uW}q7s-&D$CSNDx@m4@#bMSurH~~i&QpcZx36UN=Q{MFB(i08+IS^ z|EJZmq!F2YNacXe>uKcBskblL7m2AbzS`$OaZ6Xng ziIGvWWJVdbZ!qXL6txR@<&AGOEDQ8Dfqb;O;c&UoEu9qr>|uDE;D zP3uCeKJFRyFoY#C8x2?=UoU0vXYhSYqdu8L-!SXtxnz?!NOoD2#11 z4M*g$aOCR6bV?2i20x@kbi;8{PRMFlPpXFaJ1JdBCc-g;$03IBUILmh)pt6f>ET%H zy!_#WqRMeOq0lZ z+XH5LmF#;@lU1!x3MZ7<)o?1ITz1q&+!{qclXZ>uWs6M z@9>?&ci(wV1fg@zGt18^1(tK{UG3cVfd6Fk>~MBN-ql{Pk><`>+pPY5SD_9D7U~^B z?-!yQ=-sXd%-$o$jt9%m}p7! z*GK7Yt1hvhbJp5c8AUm%O4DGaYOdt924=|TytRT=GDL@0(M-`stF~TBLWWp22*z%- zdVpGdv)~+ThW(gB`v8MPBOITbjaP;@06Q>J7oKt~4X zNF{M45Y_|TTF|97z(5tR$KcSqIExwy8gDp`Usv=CI>?LR23sSmmb$74Ck#Fn*2k&F z8n#&S3aGCkNb=ak6}1DpLEv~bnbZv~qF*=c#T{z+)Pmtr+i(Rhd@)4#W!VR{2k6`3 zr~L>r(*V@D=LhBn=8w!B$+h+@)%DH{J$3k39Bp|=+mfTBKvR-V_p~%M0HET-2|1PyC=zf+xtvCp!efC&N=;q^vJ}vh0exI9XFM3- zksxn~p%A_hp^)JWh2lwRB8GKWDD>e(I9BYjheA>^5(<4v)?hn?GED8m8fJK64NbsJ zkb@x=o0ML0AWQMra?o9QAc>WEiIaGMal%c0RFM3V4N4mTJb-Mn1AzwqBoW%QB{`r* zp&XqDunxx8Np-SI;$&RM1#LILxq6cZYuluHpn0lj9-uWy8>9v(y|S++)HGLt9RlR^ zQut_-d}Z*lG0g`XshEfN1KW-#varP9&0gKn1ubLsQW;Id(Y^ z)&k*x2G}k|dx}7?*XhL9_&eirVtoNc16InZuqsP$!E}q&imc&cUta{s31m23s;I_+ zhCQ_<+6YFN?W>u^N* zdPJr;x483*Fa+c;nbHE6lj_yLSTa7Q1?2dcETJUA#^PXxB1&=s4pjsWz3L7W8-#fy zk#gY51BHX%+9k+tBk&|4sF_J2(6Us8=s1?9TA)*cnNe#%S-EbU(aIPtRluzzXh3w-#~3N-zZ=ufbCkWG|6Xi3IdfG zQg9K68`<~A_2xmit8%)wWG})5;9P0LwH!BqGBrS!bs!6R)RKE^%rv|18bxUc06trm zq9uT}PK0Z$0jx5tB`+6>*C-nH@vt_IIKifkhj;Jp2PP#VNeLW}arwHWfNP+e=wchJ zZt&5hk}!pbGp~IJ$u?X>mMU>U9o4mT2m!`abEPz)7MeX5V7`XZ2=e4@zTN(V_WRtA zoS!)V+_mKGS@G`Ad-pGS56;@2dc5H5Ic>byHoQ-(;GgLe5X0<%x!sl@zml#uIa?= z$)~=y?3E?o8#&h-FWoo{XaD+{CxD){_ZO}Pbg8|s3iYJHpY6KWbEhZo*_IQxQ1V*pZDqIJxZZM{wS;$gaBT=TFU@`r(DF|D)eqcC{mp?|6xQUt#v@%eKHQKkuG% zFGTWU>oe=s-ShCmV%N`h`~=?JrJ+p2;o%-B+&3G z1Hprup;$1`Wsk$H7XF*rThnN+KQKkSYq6@##8JEp!A7(}@NlDzQ6c_I)bC7&d#09a@h+{T%D-?TR_tto|^DjMIck5csvlc!fy>Fq8KJGp{;e5qCxP|;|)WL z3DksJzcq>Zn4zKV+6r1RHqFp*4LkLVa+jK+OlxJXk+ zR{Q9?v(8n~H80MI3;u=Zve*gHTO`!Y)h!&$wmuQN{+oW`#@_u*kfrXV8GthDBf%yW z*Hm|5wi`1v?B>JyHr5VfhUQeoN6>H&hBf)P<=?6(9O^O5Xz&A{Y!xw>S~@(HceM*> zMt$+}tZ+8k4K;#UKV~#cf{`z}L7JhSY5xh?P4X3M6Al*|IN?b4LV-YW|Kb`JYfe_! zP!Mgx#xH#kk-qQFZ|cqa`U(P2AdC&Pp1gN^!H!Llcw4e<`G#!;2R5C=S-)0?wFXw$ znN1f66b~+}VNnoUgcD3|W3WK5^3Y+Hi_#ix7xvkOGfb}aEew2}VICed%YWFgM%!yX zUN`~{kF8-vXwM7n1y&Tgb1iQc2$T=E(qb`~8@iYuc<(vV);MD8_zFjv*Fa;0E%e&d z6L5aRjxj_)P39XRp#P`Q+lRk=q*K^|I<3+xEpbc57?aTke}d>O{RyHM06qSIK>y%I z*=20595bOSF|8N=^pXlmifRTl9T1Kjrh!aTVyMxR@uL)F;ol}`eA1KzJU|s&Ux|mz zXxb4q2EAx+v`-)d>%}l%5bqbHp8j|Il63qtIrxMe{5Nvwmt^0Uj@H?YD~{H@qcwYA z$wD|5*4^Md&vnq%GTeL_(kC;&UTZaOY0+w~>t zle0mv^seo?l!0bnqB-L)J1p=$>PJN>9{<4S5f~(gRGPJr1$D~#8O8z@kEK9n`#9dW z9hVYtHqM$pfU{ao)UbHyB!UN9?F9;I{UY_k_Z&v+QNY@9t|mZP)L)LZS{GWZ5xAz~ z@;Jk2)MS2L?!{XS8vKR4HIGH?Bj~$LWZ<@ZOX^Ciaz|e5%~K08t|}dL9AOkePP>gL zw|YKS)ec@1{-0?bHMI~sa|o<*&zOMN+4GahA(9cl6b} ztrUs{56$Xww$-52Wr9a6BeqKckCny1@rzj|_`yVi*nm(C^|wb}2)B(3{RJUqdZ!h{ z({=p$z!Iw}6>p6Tlp=ZQz@Y=2!guN=l&E!sI3ab>hn|CkXADz2;{?W)w4@Rc$jZ9tr=uvL}6O>accsq;sPp?nUZ46gF&pgx* zJkTfa>615?H}ujIq~t1iQAzs3OlOM?F=L?Mp0q##)<1E zZk)V+@|(gQ(Gvg3DZ5=) zn+c{}{uaRh_J#74`~xnJt3M6Db4t0RXF3;>1j3zq9}^|EOZb~jGsstD_a?a^N-Q#$LQFOBxC8XEW)$+SM- Yi}BUByW@xFlJSw6-Bw|py$sI&1<(xz*8l(j literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01349162a1fc1c9c45ebab885c206dccf60a6e0f GIT binary patch literal 1934 zcmZ`)+iw(A7(ZvOdz%&twn(eHu~=A<9kCS>(x6$bASx0HQTAmryL0GHJGY!O+p^78 z8^VJmCd4Ow@PStYe}I=K`$Y7m1QN&u6B2`o@uk?Bn)>2*W@na5@H9Q=e3$vo?|k3y zeEW;0l_%Qyj8(WK)%w~(SzDa=kc6gX zhGuDoc!Zjv?RzE1pRpUI^FA#xzeO9QWZ5jFcD==|tdjeKgFRWs(O|V@J66?f%n{Ez z?)!6Zn~p;$ShmHMDR17UzULAzEDO=_dmanHAwFcfRS&4&AdF2>>eFaf3glQ1$GfKO z5DS70)0PL|j0HPv8Z5A5!G%xF83JbQ3~_^ZY)TrTPuo$p&OsT(n~&6b7h0rRa827` zkwQt>qFzHx^34|&{<*yFVV?UC=I-DXxGr83y3&%^5oeQq>cQ6~se|4?7==*N?y#h5 zNsJ}AgJ*gCr$$FkJ@}Vd1YX&vTtMtRilbzarSQKL4b=51`7>o%IDszWurH1DEVQ%R zQ|qI(BXxRlr_m@1W1e#R9z+M0)KE)(JHquI@{W2@u#_eBQ*{9^pbO$Tw17v^LB#Na zfYCX)7e-%9|BwFTuD+};I!VDv$xW%)VzxH}Vxwt#Hgj3YBCG-YBUZ`wN~fkyl@1+x zt&+=?V4RNY$x309q!b3XUMMT2MJ4uL?00>OQ13wMa0YlO&Dow6ZJTlYI%j)houXx5#_FzyT5z~5QmTqX2frwlyo4}fj(rIC>BWI0RuyN;y544ahG zAllA)yf?b6jz)v{7-FQD40w4)LgM6H%DF`q9zpO~B+dG^SI$t*8On=A^W4 zfryc6dl{i4fQ}QF{S4DG+UP?=dsfRwZk)M2czXGx`#WB`vt#eg9ebBQxSt((i1P9@ z-pHVV19uBY)mlR`a8)(kRUL^4gWdmk(c=ygd1J;i_{hKfWrB|Fe-rJN3U1 zhEVqgE8i{L9z1sA?CQ4D|E`H#x3#IpXT>LOC1GQXTkK7^&NnYq_lw`-YEk}idlgGR zX&I1LaJD+4uH>}pkh(G?^ZkejE-OX3x-Yx3N98{I6K$(47!28iwRo z45*RiQ^;$=Qlkm&nNi;7qM_I$El;J_FR8?>yPmX?3k?#)jsGzczWAgM{4hAI@`&19 zu8%y+DTH3ldDndzBK)qz#r+no!`X-q!?cx|gjd>f$Wb~5B5$SaI82aEj2{XZOX~{4 zxd-Uz12nNIh*}5MJdY>t_7~SgzP|EScYXh4yxx~H8#3tW%Mk288K@V} literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..59825c4b2b52c2a91608a924ac733d2a4b060eb3 GIT binary patch literal 3027 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 Fe*r6F3Mv2q literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e69d7463121fdfd68fff28dade8bf443066098c2 GIT binary patch literal 3857 zcmb_fOKcm*8J^{Gm%Dt66!oCl$IF07&n(4ZGK7U06C{xi#mEF?K~ zsGa%$nSb8@_x+Fyu@UHBq^&_AitN|C1U@+%M?AQh>cj;7s`oA!Y2(fN{h z+FKH)1&-G9x>)i}`A?OifHes-fz!z=z?rKXhsF$=> zudo`2UhyiI>i&{0XDa1!ypu&@InvFtRWyy9p5mOKS=Nj!DHjbx!=Njr+=7-RnpG)V zrm2(cj0#<{i*uT$XLGnfV3bHcr|Vf#nJHs4uMy(JXH8tnS=qcCv~Wu^ zD^|H;IUZo<1OCFW0dp?01d&n>Gb&mMzyvo-? z2!Y1mLRNdcd4Y}jM)tU=Sz@btUTR65a^V_6n2zi1j9cgC!K)4@)zexR5$c@kVfGyK z1nm>_(AC+xQey4+4R%OM^B|O>;hq}YgaVSHn}tHrD5Pug@4LsSz;RbfnqiS~BOF(zOhc<3KV19M3el94CvR(b#stYS6*6ZoepHJdGW4fJOn2{ybY=}ZT?Ng$ zK0B-Bt>SHMQoF6`j<2~WN4R!<;)C}bNi$TkShVI+UMxdjOhMPVX;mY6$7^YKEaHU* z1=4FH^8wK?$*4J_s4wKoMsXoi&6TryZYDdHN#E9t+Znw$lPOoNInx+RpFWczMN2zb z&gBIbE4H-q>c@`Pojtp;DyO9%iFuAU7 z2al~xQQO$S#?;op*jDuHwsdyIyBCNozyA`}gB-!gl{Df=mR2ff)gpGhv?71dhpEia zkp^6R13CaHWRxMq!w@3W1&j7!sm|BEkDK^lo+?=MmROqiwWLm27h2xUp(=0D`(~+w zM%Bx(aaC?6$K|ibdCV@vo40RZ0k+Jr$gdFY78HF1Q|dlhC=bRbHD!4^7X$4qIUEGdVqLvLHyDkh|fQDo`g-^X&)$qfwS* z$h&(OdBF8`Z(Vr8J#HdtNmM-y1w6zj-vR9TT39-VmZWdToeCqie3wHqI)FS8B8#Uk zJrUdU$yOJvj-~lnOX`#z3@`aDdetn|{dK@ML#;UY zRb{t66{vkYLD`>SsbbJr0qARn45h+=MA3cB_32|x*f!rQX}_PkzRL)tO$SXXm{mw6 zPoFij6x^zfqTp1#@BW_$&TE@zO_ZUnYr!(^TMb+^&-*AqgVQk{s zTQ_pRE~>lpHzyw=Qz_va86p+H)cG;>3zusIRhy|4FbxroeEm*dW5{vD*`iS-b2v>6 z724?2;jIW;W|WZ%y3{j7n}=!EJ|mo>)_ym1(?_Kfq^r+D2qX~m@k!b&y3ZW8&Xz3& zGogWi-d`)Z6c#(kTkf^v3t;(O_{a;$fVuim?2IiX?A{@}XTa`zdtVk};_?q0VbqfX zDiSvrw<*gcfVuz zy$b{Ngja6t_n@x$1OI*h`njFx(G}r&;*=fhwG&CZD`EE!*hh};2gDx#iXUc-CSPS> z`2Wy3{=46eqWxbXUhcDl@q1INQ|lLYg9Fclv3rxNlUw~4e&4+tykf_DUmXE!wyZ`s z7{7j%Xz8yBy@p4<6X*FqM6O=+d@2ot`02${6Jx?>BOJ(|o#CiF##8ycF!4QKsvAe4 zljAc-F||l^LjDebT-1g#2I|kpkftul0Nu91jQ=z zD(9WAHEsVZ!JN!}mdX&5Cf%2*l+DsGna#TX$P){@p>U9{k>2v}5aWI33a_QhB~z{F z+7)~int-zr`4?mmTsZD;C=7ou(9ti@*x%8QU!a?Na&o2jnVj5~lj|3EsnPHF%Ks!d(pkN-zn88$K#YDBjD4 zkg4WJiM~dFN 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..3397ccf --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,42 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + assert distinfo_dir is not None + return os.path.join(metadata_dir, distinfo_dir) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..c01dd1c --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..3ee2a70 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..4b6fbc4 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..ae5dd37 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,256 @@ +import collections +import logging +import os +from dataclasses import dataclass, field +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import InvalidVersion + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: str + comments: List[str] + + +def freeze( + requirement: 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"], + ) + + +@dataclass(frozen=True) +class FrozenRequirement: + name: str + req: str + editable: bool + comments: Iterable[str] = field(default_factory=tuple) + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self.name) + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d9ca3527aa719dfc94cf4b661a7e33b04bdc337 GIT binary patch literal 266 zcmXv}F-`+95VS)CQKbCAZ6vrAT#G0v>1b$Hn|O6uov|(3L^^8zz#I4iU*HF{lr)HR zsql$pnw`-|vojxy#avaqynlCXy`Zf>Ol>9Ie9+64aqzP`{X#A#EuGE zQ-Tqn3pppgGm+Lkb)1{|-BN#^A=0zLVj#k)0vt_>p zCo70U*#zG7%Q6rT0|c-Q|)?3yN}-I7LNL~Qj3R3QWkf&*$(Bq9zqhv|BE;%u|tU1rv4 z9T_P|m7sz{Ikk6AC_Nw~IB@Hk3l&IMBO)pR2gGHo1Xaq3H@i*@QOBCM-+MEj_vXFt z%@4(54#Bwf{oh?#Md){-9E|E1?0yH}E^<&CIg*p{q_zZK*~|3gw%k+NiX`lcr}nhA zmSEM(_Vl)%V9hgnxppqWSufu!veGU;0Oz$A_vSsjm=WTz(rGeigegw9h>pOt37j!{8(X-YGPEL-3z+-rPHnwP&!Ft(-XfW${#Wth7h#9b7DOviO$Ju)0= zsBC9aql6-0QaXm}5Dm4VG|UX;` z@TC_xK#k>qMJ80NFKWyH5!lSwVzfqses?Wr!iWNMQs!o2+C24M-}ha=o38waTIOm% z%>~v_skkpM`9WG$JMdTCE){J_^FkCrY}Ug;v<7@VN>Jcs!47&o%XffR%;vIv!@1H> zxd!Cx63P|V2S*~^RAiruvNm#w&m%r)QLLAQC<{>$VhRLT1XG!aNZc|V`>gdokdU<; z%XhtXEA-v<*1!s}XLa!TR&xU=*Yey>D-Ha7^X$2nAnf8e#jF*&VGFx{L@4xBD+mcq zT9UQK4ca>BSnMSo47uZ#@fto@qjM0I2$u~&Y@xlANX>t8>Ela3R?dEX;b-OIANl7; zdTmr+7}ZaW%C%8(YIJOVub3@pTW{@6qg?f~6OWOmmPW;6kCAGWel5(6D%H`muZ*gT z|74Y7>4^;1Co*h_#l9yQP-C%ke`4Hc&w=-E{Gdzp26WAE@tSAr=gKNKj`A~i&fi{)4WZ>w^_e&? uPyyvjaZ#WWs@CJOKowM;iKhgbMin!j5vYpH`M4&~F{I`8>VW7A5a+*5c<-_R literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1fa80c39b3ff4e213c7e6959f75bc4faf045033d GIT binary patch literal 34246 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 SRjNlJs@=V8grt2~%l{u5bYyn` literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..9aaa699 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..aef42aa --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..e6aa344 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..0e8452f --- /dev/null +++ b/yap_lab_3/.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 falsy 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..422d851 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cdca72d496bedf536da0bd690c27d9b822824232 GIT binary patch literal 3476 zcmahMTWk~A_0EjPp7Gm`orJ^zL&zphAm$;KE{|oAcy57}2>Y?tqS3^2lZ+Y9c<+qK zqmCLODuuQZL6sV$svm8CsG!n*R{f&;kgE2_CZJfept5RL>Z(5uL87HUJ$K@9vTnCM z&fI&>z2}~L?!D)gKZQbm1aR|rf1kVx*k35&LPrx>e}_S687W9%G?d%unH&Q&tFc8c z$1!w_(>z5!#}~ahZ_$_Y6@{Eo6mz08=h6JdKrR3{uXwd!F_a5AxK9fgBe{r!3tF@o z%f%Qpi4^gdOfJqM%oN^mmD%iZ;y&m@A(sRmPVqkoxFak&iw+%=J9Rqp;z~Ej>zQRT+rFlnT*@%EsK}O_*JRVo@V0ms>zK%vL2ST!dMZj-J;|OV+f@ zo5L^~-a?LHE8`&{5JG~q2|#1V)s1D+qwQUIcp-<`|65vKg+WiA+y*8JlIzvOT(7#Fyaof+SH?l5D>u6%D1VQ9LL~AC+aT zIm4M2u_KZs>$+h%QcOwuHCm_pzrLD%-^9esDzdI>*W{9}UdztPB}tRVrGwc~IK=g= zrjBPzv(}WM9~|9(AZw}?-dmFM*W^iTW=m=*E2+AL30!#=4xE*MR4qvwEzOb`?BO(> zfS5jLet@3)LpRS8`nt}H9fU=#tGB%bTVnd-2O*0wx(%gWmUzasi zNn6I=alE(rv{*@RQTRwY!;m=ao?%HZbT&udocc~WO?v1+r{oBct#8^G*#VPuh50r# ze?$LRKn*X7rd}YHPc3rwNc{H94`-^vnQHGl4?7<6)oo{1gfojX^>FO=)UBzz++uM> z=w0K1`=2Jgpc~o!V4#zlF)nM8;rM`Qdx&9xxl9>FY?yZ%Qw;xe*YuT*G;3zw1h7VlCO zncLaikuJ*{AS!PGqsw$8Jz&nUd(v~=CoKyX!Ks0*tT!VOou%0&D3>im${YHGN{W{< zUP9l9?4k{Q8M2!;1GJ&lKqhVnnma*4G3~&6M8O0rr_{XV1SQ)G*>Ms>K2`Mz!}b&m zRkuCY@T^IwliEDQhoWgm%_*a-DUjou>eymSGu!8m#hQp@mh*Xx;Yw^T1eT&|+2ZM$ zJa*!gEf6^RI9!tLl}jb8D^6y}gq)B{(p2^Tc_!Nr7vOFwHWAoLfMDz-NIS44X4@St zMX@54WNXUAmPtbjHGvj5;hTi%=Cq+#X)0je3+Ux`6z^M&4b@^pk25D823Il{S7MhI z-u==Sdn$x)2W|!G!E8Mky?y@H`K7|LamQHc99#(wz2rI3-|(YY$HMu)iXA^nt)Ucu zv_6ns9XM1QIJ7cw_yy_}kJf@a7tbwSt4DfPBO{L@BTu89%Yi$AYU<733Xh{FpC)(w zG+BZ6YPUm_tEU)zongZGZEj+}cma;}~jTuqGD5~EKN z`<@4rtHD$)n0nlo{a9G(d+SN?$l760_!S4oXdFYqWYv>+b!c<{f5A;9`d%PUsPoH? zH|~9JHGAPv_JSjGUoElkapFKdnrw(L{rc7578$S2<8a%*PoLyYcXOZgcbrQ5K6x_$ z_@`|5sXd-gdyWGBS(-nU34Au-qxhc8>7?)TB<26Sn?JqFm+2)LkYW3%F@xLKfmYRs zO+s^+?X_l0FhgkeBs5nMnvMvKm4qfeyBCU^(N=LYTDDZp9Bs2iIdp6;CLCK|0R$S+Bn4$EtEFg&@*lr+J^nnaJ^A6 z(URh|aBQR0dz+jEl15w;f+%Wm48weZ;$NWfGqm&1==c+K{3~?eD>U>BjXXpBFFbsJ zUGO!+$ltrzwJP@1#Gbp~SrKFUE z%GBb+4GyU1e0Z_EG*<1|Q%&xvMfTpaKE6_oyjA0mtn)D4h#qE=TUG$|JdwIPcIRS) z2OR7&(6Myz*4~DXQi4l~l=7oca%t?=#YTWqLDajW5u#WaCAu3CibYX0(TGtjj=cV= PKUL%VUUmTO+|j=Q#?VP` literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e86afb192606cf01361c64bb5bf330df101e6040 GIT binary patch literal 21276 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 V)rDtrpsqxlto8S7h%sjMe*i91ornMc literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5af6771fc59d9d295cbf2f64b6b4ee165681de6e GIT binary patch literal 24297 zcmb_^32-A-|^qC|Fg&A1!>&G!a(CF~vb_4`JP`in-3`-?|Q`b$Pj`%6d5`pZVk`^!fw`YT2&`zuGQ`m0!ZYq)x} zroV=TZQ8~Yo1PWCBo^y3JNqfPxyEYBIWfA=_eAQoT+9d|RWic4CsGGem$gDBS+|$@$w@h!=3aB~F^`DfF|9@)f zl+2I(R<182B$W=DkTY+@b5E&^<$O1nVuYk}mh(L$o_k6aEa!J}DMm=DWH}2)Jol8U zSkAx7r5GWpdeAgv>+i+fSIK?(@Bw?IhUWRPr?u9Y%l?Z}Y5!9wXC8UmXgBwiFK5eL zK^eDH_kO*RV&YD7Qo|dZ)M!8uW9|B{7Az~GY||rUpLTHcCmoYE$!$`z)FQRYl~Nl) zIjLQ)#A&F>jmHSF+z$B}$uF16S0$5V8Z=Ydpj+DfhNb^mX$#u&%k6`L)cJP8FwnNgjPdSnk9*;cvrE03%hZ_vWV=*P&s(l)gCwQP%DK91ZB zAy8&1p6WS7dMqa&{vpz}nb@ zHulOdzGv2Fw?Bxo!pM(}xz0TYP0~Kp8j$wO?U~tq0&yuXegJVfFMbg5LFrItW!I0v zDji1dkaR@uV%1g?V@&yJ~4YM6?hR1~yUlRxfL81_YsT4s5u?z$`om4V^Q1CeoR z&2uq0@KSI{J{201WQCf)7#hDUt16n)O6Yy%fRZ;4Q>9<;7>-8AW8|qZnic>4DObnW zW6!Hw{LS5)Tc(;j4qrU*a!@(+e9QB%P%FX%Kav!!;nC!iC(d3udhEhU%Ac}KLe=Wg4rCvDrE%|(z_a^>Oe%o0)K7)!55xaH+Ouk>-p>581WTM zjCD|nOvz&dxlPJ(LMF0C#KLV(=0Fp2{U%U}e7{*1WQ$~CILL~SnT04#$fj9X$R^uS z){%#IEs`~pBhWcS9UH|b?S6+=%$8HiTjY1Gnk#ROG*?Is$WkcEc9e4i2K1sdk|&baMBXOyn&I_gXWIh-TFyW~a|QyV z5osb!VRs<#jfr45lj8^k)NmxKBEyXCG+!VP92<*7*&d}-;aVgTRy@?MojfbNceyqA z+!rtOTvcU7?U90Gq3}z=@v+cLJ(I!l0FF*zM^E?5^4QBg;n207@yY0LWNb(Gw(UJ? zC@Oc2>-$*k84r#31n`Ekf@9Nzd7)o`Hfs0yq*6!ykr%>GJq+*HxwO?*Y@IoqF5ybb zlR{al7=C%GsPvnCsiHDU@RZL>3p*Cg3wv*kB|NQ3p*2-pz0iEC{=U$lbQ&!d-Wf!I z{R?-74ePD%3_C*lPH;%rC4h?dH-s$ibIO$JlGz?Xo+B^MJ?ZqjaG2=;OBb-hev4+O zNuV{-thDB15lsjxL#ifVE2#QfZ>5*nM&5Svc92J#K(i_gAPr=wb0l#bL2>%69f5b7 zi)Qm;+=vND8{CL-TJq8j41bw>m+$qPmCeXwy=o3)2dnS$nxM+zL6zDUl`bkmTXd=- z_jcWRTmDQQK<9Pc zJmkTF?@-yD@MgGGm+$7jZ|_T$R^HxsYhT=5m+};^cR0uomD09EY1`sA5~cpQ z+n@54vPtUodz2P5ptO?LMqWF49pw4pX=WTWg3l(7} zg)LtXMai4SPkj#FuXC$KCuYvBdW*mLWXkRP=J}M<^UbpyS3LW>a_*zQi_NU z=xDbqG;0GEc!mS>&o$$>MwIq>j$gmsO~y8!wnS+kF&E=w7K2=xw#KX@`Ry5HxR_v+ zIl;Y9g$c1msW0YYwwO6)it+FB?`8JUv^{2@;omHe*?)(>&GX!wH3Bzj`l0zc?>7g( zf%Cymgcua_wn2t;364qPWJnH6;v@J&3=s`6HXy6rPNxXBe>|uJM;XaO;9@_eT?|Ht z#fTzKC}A-&_-F^+`86|h%qogGf+E||y2APr=w(Gl&R{6i2OxPjEzgbabwtX#${8%C z*B%Im#7x4vLOHaDa%Ts{s4^jU8pIrCE0?d6d7#RMWkrk*2glf3(fdC#qk0d3S(~s} z$|3R&!t3=5nr}#s1{hk!L;{;>6_@fzs4PjQXcm^QxzLdWL`qfs4ut_>YD;gGwNKkJ zgQ_!aS~E`V?iVxM=OS0SX|XL?;-5MH zz|*{Vdg*IP&%T*ctCjV)W4B_9XO>2imHR&9ESCCN*Mo8~<*r<;T(0=A@^iDP!a3{2 z5p-81TurHxx}>}Ap$p}Hsk+d`>xYio`Hy%Te9eYgj)Ih42YG2<(}`KrA@4dAl08Yt z&o~41N&NdJs4QI27%qO#t$tQ=~I9 z5($lov@oh3*YO}W4W)^oJQxYT?%ZTvbU!wbOnZyon)WkAAK6B1gZ(|BHqe+BoI@oF zRPB(*CPt}gS#zp1C^iDkNuyyat!lo|&{#x~1EB91hoY6qH^wpI04SsY$nOx5e_#=m zGiY0LvIdYhF{%=N!Gm!U5|yQZ zB!hD&J}h8xRstn4&PgSlt^?xCxvR{8{5*KT&b1Oi$-lr)eF$%cOFOyBj+Kh;L`65~ zpxeIh`sReiD=EACrf1GW57(S)%_dY@XZq4^&Rw+Ps!h0R@6;dwW{7#|^S4vwGrLFf|txGLG^1tg}*?b_e z`M?KPlADjE#Flp)Z#h=P?Fn)F^3H^~clP{(aL-+zwxEf$ohz?dXt}%P&X$GxMQLg0 zj}E?jaH%I=vLEQgRhKHOS}AKul(pmnrJINpJ$&nMs;D+q*7&){=C-Ceo5iYAYmD9{ zE@U8o(-M?tz~eWtVZS9jmQJsXW+tQLt`HaMjowQ6Iw zLi2;R3e?D(4X)5UD8Gk#1?ER$%<{A&3R+utg@nE%1aUUFFR4KQXoJg97{+L)onO)l zk$D?j%o%fJX&u*>)NkHU8PS-_=v^_zT+=|tK~?PPfi06D!b7Lh{~ctIS64gP!@zgpa~_v zSu=HS)%Zb%)KuzJ6lWMc_=V%Z5X90q#+5@;tr--hqcet`x(|dS1HrI*s5@KiGt^dT z+x>#E62K{)-c&{9^3e~TSvhz$aq#NBomaodKQtrxmnv_{jtBNnxr%Da)9^?Pt4k{VwVIXYSymy;iVO{b$+BG!Dq|4d zYTgV|4d?}wYpAJNGC1sG>8ln`p$|T_dl|W(Lu%RjXhUA-RuS zCqIBBMGnhBu+EwXkwIArTnmi_l}W9bO0G}xfQ40w>KKkthebh23gjpGeY)(9v66IH z@>oft?sL}Shxl2B`2@dB& zH)r=jZnffSxaVp}wfa|D_a<8R&Yr&S-UNze#UJ`9=bJjJ8~=X_O*A0-Wqx*@>XPdIN5eM zS#f0c^n;eRcTT@``kf1JU0AOCpf%ZYB<^l{;48j)eeU|rSLa@hqix^LR8`l!CD*BZ z-`(;zu98)nj@E=5%-DVRwofZJr7D}~zq}q(TIHN|gPLsIGHbnWuO*4#-f!>4Y_GUG z6YkFY?rt{O_4i!$ERkmQzPk;rrmE^zsx~L8Hs7n-x^xW(+;eDNNY#pq6^r&IVd>eW zbMfju^VU>RKUq(sUn>C1BLuKt8)c0D<5SldC})sYwlW0j&2!YUb7UY6F$zt#!Kj$b%iP)N2;3`ec&31XM1 zLorFbHVKS2)|JPy=z@`TeXSGyQ8Sr@uhb5kDqZ!dVzMtX?Zu^>>`aVY8<7Vvsk$(Q zy*Q>jm_M0pOr5Ny2xd~b9#To{Lh4ji?2U}cnMpkbVJ0=8lAJHf<+lWh4;m07 zW8q0-#`Lno!IxzSheUaB5TjvT1r}-#PTNOuxllp?oD#S~jjNU-otTltS(4|rvUQ~);75|^!m$j|GGkcA~Bg6Q0?ewph z4;npdjcwWWZ;+*oXp3X%^fjW_B~cnJ(J0PU2+D9{idah>!7vnp6GISEPbi`k8BoR0 z=s2w$TRxK2sbZE}_veX zf}BKHIgR2faj(=!MuBylnjo(Q$WVO}0U*TvI>oI^q{>Z#cpM6kikJ0dqi%N6Vr+ z5+Afe?Qmit3$Ge;JxMBddWxC^Qy=KxnEl4;HC8 zIexcM;3-;6(j_s$O|>{Hyy;2Rwa*Gau~+M&4MvbPp~SkEA@NW%ervx0&!GAX%0?l& z$P;e}D89jsP+J>ZjuDmk5I@8ljM_;^U|+!`{*LLk={GDEju74+?oA6*D4C`wAv!{GaiMg+I3IU+mi;pQ?pk<}*tC!U^)zdI+ znYNDAKBiuQ5oPO{Ay&>(ULzhX#Riw#tV&Z(=w48EMJH{8Tc>rk0MY&GzAW!$poH2V z%}TQh$(u$<4!^;DNsZbK#S#6I8U>_Ix!K5RlZ`P$^#GG|8W`kimYD5jSnWU(!(cIK zieH1NQOpj>1}RP~ka=ZgR51&r9#)ci#2h5~Fj|B%#5O|EX@fIlE7MNQuTxhnfP$tI zvB6;+)|hh$RP^uXgBfl;n3?C_{H>Uv3oH=+9*Hafc)Seo*mMhsQ&*EZPPG z?YInMy(h_@3<3rw7SOB^Lcq|7K_$(G2(kDZ0GjeL+Et?D6;lraLO| zWweFvF&3PSV#@y*X!Q6N`-<`ZOxze~R(YR|lm}uNPeB}?Pa9kB#_q&c8h0cbcPyXz zU^v-$`qr6Gt2eDw`xDjvrH=d6J5Wd5boct5>vw6>HG^Dk=Qnk$so8v8~KD_baNc^d*@rzH#tDXVQ zsjWzJrt%6Psg|uP%{vp#JCn`3<3(bsYZv^*szlM|6p1RfCu+B+%Ie|`J@M_w;@h5$ zpL_;B8mKD)(kdR@<{qZC0Wwzr)o}h@qbmvpW0&mt9l>8 z>j(>i#0+m0VPzk&TOrkFhL=XUtTXTz?0&gv^R$r1VP_!)sXZY@-NJFKly%zXAbD*e z;v*|FW+m-_LnJn04$#CJv&S6J$7FQ)86jpDL4;;5n#Ck7(7;XO!c5Et$YqK-3vusE zhU%49=(>qmub_}Ag&^lIrzxW03^xL%}GUFf^ zLg$l|_{uCs&D7+|970-&&gl@D1d2$vzBP}kLkt)&`zF780~pZwfO3Xfd5Rj)Z7-pd zzXnoChYe(r2LeRVb&^D%uu@ zmxVv|{IMrlerV1)%g^rlw7hZAmMrg>b*?sT`Hb^AypU!=%U6~*SvC7QOM5K zH!YSe4lM0mKK|~(c-!7Y)4oLA{lk(V(Txv8+yXw5(pfJlpn`wT-P3j7$_=R4bBi@Nt z)^$e5oyfPfHq7ex`F!iqEU|$mMrc4ATsGe%aWNAv7G&I|>_!VqaVEZ@L`Y>zZ2 zyV$_soAMSlp_`epDt@QF!Y3)+p6O3j{xwBindTTg+k_P5-;lS1JOW2dMxqjho`r3? z8p`N^n9Hf=4c2ryB@`o-7$g5jSQnKbC0Vmsxsrz8ZkV;ENVeaZDD6y^c0;gV-!yB# zZ?E~Ot2ouxxzhGTqV0*g@=SO2t%SY53jJG>6CASNi#M!)Gdn7WCX|8gE0O>VRoRLw9h*r zAfcAV=F>}L&Un&@Pw8~Lnpw8Z)#jY3xb8B|`v6$#eZ_2JOKFq6g(L=cAQ?EQl8f>l+Qu5q;}Kf+|du8?dE)$5_?uyTVE%;S-9#?WNMn3^>jc}X5q zbwhMIzM4f(A>hqUtj=lt5K)D^|3F*uH3XRW%Ug1@f3APQ{GGtesg%nzb0Xy}yYu)3UQX}aF)$EQH~_!Y%?LAwnA`idqW`j1F>(G1&QH8h2K84 zhn*8$sU!w-E3=u}faO5cF^^df&p>q`{u4EMk*E|w;} zt#Ny+zFq8^-2gF~JGb3H8k0qpLU&{|C%vK$de}WIwxu+IddGHSSiMNk4h#kda9c41 z0|oE8lu6B+Y2agenGMk452-8iKB1A0A^;R^=e!jwo=pkQrsZAt$<+MQ%8vV6jwC9N z#BtxMW;2*x%cfcHPm3Fq#ZAEEcJGS4I$^I~X#0u1iHr_6rQN)x?RT4LGq=6X_H^6Q zxiyM`JT7gRIrYZ*Raf!Mlll%PZfhORqrKUT-`e*uDxEQw_-USDHZl*oo1+SWvogCI z<+D!8ViBc0Pa;n*zrp43mU8hcm&AR+n841B5Hl%Vz=+v>oohbVGB6^av1Z11BnqCV z?05%FI+IQB`sM_vQ^81iGZr(crkELL^)dYwGSJJ-#Cw@}!ijxLz!_I+{^g^Z^c}B;~Laq z$JsEG_XDFsvB>QDv%2%(OAsMO##oEY1jsPg9}FpKl=ZJ8Q()5Pm4AyBP;SEWTQxg| z#c-(RJl^-@lP7zxkPOiRGvxsttul;ChW$!t90!WA{iWkdXcU$`x(-Tb|6%R~u^zpt z@;0@98Q#XD)JqxUeMU!#Y-tQVNNruaNpOuT3NGj<<``^@KawUnEBhjTRx;0wWcaJ z$15SV+6_Nd;a}SRqdo8LS>Bu6av)xD;9k*zRBin&`)Wng;?8(Qd$OqgZ%S)ZZQJ5S z%}~hP?3?RbIC1yfopX!PWL@V^++FEL4D4YGXD>?mHpPA2aeFuXl(%Vd`#XEy+OxDb z*}OCE-I=uSOj}Usmnxmo*N_yssi)Xk&0_!DTY0i=Q^-c+`RfCpNet zNklf57DCEPyt_QLzQ}&?jhI}e>?`mor+h3PyfnoWPxsAbyLdaflKSY#A$D@-v zX3=*M+dOpL@xNgFxFb7pP5G|~A%V6>-ue?d0imUnS$&j8UNLA8l_0aR`VAeQae}2K zv*cJ=G89_4w%C&NLH9^oU}|paJF!_obNNyw^$XE>NpsTO{Lq0)x>4Ti+Ya)7;yAc| znzJzS&(T-jG++9v)10HUu{b?Bh?)~97Ub5m+yDs~G4%~tpn?=aP9*|Jwha&`e~GSO ziF8O}3es9%lE=fr0Z`S@`QwUANQsQmy%{lkRR*V@>_9+h!zuv=BfxYo146tU3W_gA z)NXL0sPIkeXYvUTlGBli!iz1hJo#MU z>7$pcN6z z2`Qsz-|l_;_HEm@XWzaabgt{E@V?>DD6WL*4Pn`EIYd?lVACmv{S@oSr#+qzL!zyJx*wAd5 zD`1)(o15L&S7va888~HpTLz+BM501o9YK^Z0y;zyIf5v5i)cWUrY$Q?J0M6{K9Ovq zdw`CuBpg0H|LlXZ3c6msFq|xFpFR20Qiy@8=t}W{TL%_xOXbPZp1BiX*Bo2ZUd~su z0O;PBv^PF1M%x+aezf{%Ew7oOUt32=6YL@AxArDb9SCUzbytW3DJU(-O7{xE7y|kd z4~6L-V*c>mEz7i-XsCh;>1<2W0yr1YOYddr9MFbYnVvC17>o;r)YT+SfP^tCHH_h2 zmVtzJv3q1A#HVd=Su|uNLmWsruvFxDE}B&^|C$xD%uG66-iYB#0VHqShMQy8AyIh_ zr9qQb>#7gPA&LBF4sys+Tsh7vx1khscbUNBB1tgha^w&WK=JYL-PNQWa*p6o| zQ35_rjD_%x4jA##M!qDgex_H*A4h-WfHCioQn1-nm01ZBU z(LE*uT_`VgPeemuRar$v%?!|?d_o~13j22Y@`F642@r2dnyv4$F5xYr{33{sX`adW zo9V!CFPSRpHd22}p;an}y6U(hQP8CXuN#^&%?wJMDY^<>LtaF2g}glkcRoY_EMXDn zExY;r-19nHxVR(fXo%?8e@v&O-$7VaiAJI95xT^Rz(1d%IOh^ozzTOgXMV)>TQS>{jT zY6@#o&&A~d)0DqF1U{oO{Sh5=6n9WNeHu;fvdz`L1N_(FNGx9M$F zbp|}6?E!VFLte2JCewo;Q~-s=Yp|iyN!Ls!GZ$v}hkyrK)o%7B2C|l?f2LmtybgxN z$;brc*G$hv&^3jQne1P!+J+%9a z6j}@A19+MlpTg0s`m5;z@e;I%1_LL1kN2IxXS+aoDc_@_Rz?Bhmd%Nir;c8|a3xzp zE4iv;qZ15PGVn>)k#I#y*2(~D^-DX74C-5-1TcG(DpSp6<}RCIqgzavH-*SBTsr<= zG*Skt&DZehCde7|7IZTKe2#~RYFtQWo#AGep8Lo}W91*H9rEy{JWj<&KmltXRM(S$ zZP%P<);#+xyQeaDcwxs+T#dMv`@80a<3F%3IOC3mQluGH*G)a+W8lQjqK)ja!S^U9H@6Gxs-9(i`w_rUJE z>6`PVO=izg9^>{DJ-~-=+_m`syx0Ll=`t8fGhA{w>DzM8z9n6aHosu@yB~L#9XE4- zX+FB?M2Gpu?L2(HxwrR}Zb*z!uRo;Oa8W!mfbUsZG5PXFvAseKqS*IWz<&?n@epe5MP^nOsjOpeobAX$eln58qW8!QkrtT@SY zkw;Q!{cBo8i)zK|$pCy5MIpedRjp6gMP)=HDFpR&1Gc91W$=M7IjnZCyC_G%P}{V= z9Fv*hrP!zBKrRqN!@jAb)vqsT&?Ff$O8*EC<`FOh_wApcaghE~b6=9bL3G#!@LQ_# z4kh9HA*16+()hE=Z&N`Mo+v*dZ=CXd8!qgzi*3qxDgPGb+l>!OvAb`Y1Gft^_v>85 z$Y&x-j4F_nS|RDH=FY!Wr}-v8xRIPLbET5W(KTxy)8y!1MDh-WBiCTCr%S|fV~{Q( zYCe$3gP|dqpGWD6kIH243MmPcuaoy2dCyXZc6^F1aP`Wmy_zEv+Ob`8XM=%bC-Y+$ zPG*a3+nvqWwmZKVVi!&_$fsGZO-3=F|3tn0f_ifRNL^spCw0xzOO!(zGTl&SGldA- z=|)evdk@Dc?I?Li$onBY&2f?mU$LWf&Bl)@=MTy2C66RmjM-$A9|K9yu<#M~IjgNq z#Px;!fc{CjLrOaU6=5lLHx2-ZES~?&Wa5Q2JI8xJ;XI#k@O__f4)*W|J#=#+~Afjnwy+g@MH#3&VGO z317#IdljF0Q|IM{tBX69tcy=1>U-i9Jqgd&8Rx3IV)oe0b93k7m0e59kD~8JlkS}} zj+Ccz_7c-`dO@(xIH8vGR_Q76szXW7VI)~Oi*H4!N(fac!Mh?fB!mVQs7yd+ODQ!8 zp@s!&6GH9!tm=eN%~G<}vxVytLLJMhPYCr0e5?1hUKY=`LOrGHeNUL;T=D$Q1^Z&@ z;xOGdj5qB{RP9cb?pfn}yeZwr#%HwB_gWuog;ll*hf%qFKDuyb@$yo~k9ywiiMNs= zQlj#SHBLZfFRRQ7n@wkUlx|oQU^6f5&{&K4<^+CqJXKIMZgYajt09Q8Qb);;2bDY8Lh;9W67~ zhgQzyns2$!SN_~o#5blncxz_PRF$Ua!?s**8DEy>;AL_tx|8#F!FVfGiSH;?@%1Th zaoUXMs;4?_!4sPaTQq<>o@pCJNs%@`OqWR$p0>1ulAOTMX{w9aw))~eaj|7di2FJd zmaa7qCGU3d6$|DxhsUCOjUMSbZgclTOCxVhIm^;!Jn0~0o23kNY^_|gQRo7n8Drb# zho0j+e+ZvxOPeWx&$p#56rf=irEM$-%$pgpgT2BY8sGB!dy*N+eh`BOttHZ`nGs)lK?dLe#FSj06K;y-^DA8_Zr5An%P z-kY8>m19oMECv#FyV4xOA8cNuM|!K5?^?K==I~g&y0l~2ytMbNz#2tA-(=z|7pif= zn6FGb%lMM{;gyOli3;38MkL)`!|z%+kmm4My0Au%^dURnvgl4@JGCs=(XMJqS5)!h z;`3<^kLB69$3ghuX`3LHU$3M97XN_wVO&_S?I~OoaJQh{AB)G4Sn@Dg0wNR@?%95zn61_-@Z6pp15s(B5Aei?+Nkqs* zae1mpCp8vRRV`|g98optmRxq9$fvt2PIsLyr%rb#T{S%i5aj~=LU*aU-91&Ore*2HT4wai}@t&7$B z>zUsgZHP7c8=2o0ZHhJfo0;DpZHcw|TbbVhf1AIZ`OBkxti#{I{LW}+tjpgO>-KlE z_ljswY>R(Otk>Vm-YcVhF|Xgt{H|z!Y`{Md8}tvxhWtY@pWnyA-O=ILR{vJ!uZnJq zZTD|y{_5zC*oc3G`90B{v0eUM%wH4T9oysIqlE88_&(;ZjXn|E?;mCUy69N!fd2sV z*GHd>9rPcJ9r7Py?+wwzv2p)6^EXD1#E$xpGJjL_SnRm}IP*70PsC38PsX0|KNUOW zKNUOeKOLL!PsE<~KOK9<|4i&z|FbMzOZ2(e8UGpPZ;hUfo%5e#{sl_CiT) zPsnhgEHr?ai*p9=;9pab6JCQ<_N8ESHY~ztekPc>@C(+HwcPX~p|VFAAK=MWhY z!m;pl04N+Ix-oIMv~#cbTAf1p!G{(L6i%!%mf9I!s-sq zMxvoZ!O6?v>Co|b{PN)-8Yp;;lAFaGnZ6Pc;?q=(R5KBOdZsiKDXUIQiwR^4Qp1l3 zLR^q)pAo`WBJo*~B_EFnEEx4UE`}2Uaqu4kz7U#r7IQBfnBgl@{ppbI{yeRVsnuP$WU$s4&(Yk$W9bBax#*4P%YL(0HQpU??y% zHzUNSP-!3$k3}Un5%5emn}HieI4guh`X5ko1;xt&Dmf6ohOrVQ$9a6@*%^$GAUQF7GtuB2OCZ@UMMB}gtPqu| zBVs^l1M4oOZ9yGDG(9+rvMvbmSU|{6J*j3>EXqMsUGzx`5+bNsn4QLW2Cha>kT?@z zFR`#F1}}y&R265#u^IW>-~&q)_+&GvKX5rR9inwqK07^w9t1Ani{iC`N{dWi49rf4 zP$*_;Vm27Xj6s~~%A`0+D^Y!T#k29ROtgc9IodU_V;KAVY^8S=R*83K z*s6vVl;=`nP)~7eK^iwotO{4i<%O#8=D}Z0$aJACRQsycUm2Q`P0evsaVluZRG>sTrE2yHG1ZD664wxuAn zQ44J?2yF_T4z-~j%>|=F^_WBLuUh;qS{}Y2Pitr*)ImKCw;^38(zO@$r3?MzL*4jN zJxH~MrL+Qi_aeL_^mM2Xzn%E?;X`x#SLcLn(wt~=pv~4@uHh|w9_#MRW2!4lHY9H#`S&(`decy_(T}ZJFDR<*{ zJI(0OGod|&V}SW#3+=^d?Fj7)kFfb-4n2X?JCSQYes|$_6u-M!-Z6~J0XBB#@E)4A z*yWx??!BRdDD@Ej4&#qznk_VrT>CKM%6wAFK7!CE)U_r5hMr|>VSmBbKC0z9rumL* zz7uExeW8=o67;|wdJ1hAoill#ld4b1z_MT?O#T}OkLNjpnId*9kr(5D=a&E`_{61P zf{z8~`14_20de6Fk3B0a@bT$E7Ii6jg(5G+g&5n*SZTrY@!13qfG&jjM4Z16PE1}x zX<=RnN5fZw(+POAt(Xr^hxlMrjPsN6=|m6}@zMCj$Rv+4S!qhua*M*e7>tAp^ZQt$ zqZ4m%UaM4jF&aM~j0WNiBM>F$C4hhJ&4n7U1q8%!B7x!n;1PhG6qP2VvhX$dM5$s{ z1aK5*XJ(?2a7e0~2@A0ZHdb{%WBZgSna~Bw4`|Flykt{TNaiSZNXZ&whzBY`fq|Lu z%+77QC0j&{(*TBqCon;T{p5_2Ge*tM17Zkg)h&WMdL{hb(*K##c}i|Je8TgkR%-6f-4MNAfVX9?wPN6o@u7>KTP|I8}&zrB&Xls3k zze>%^Mo{ZNd-D{<$o6}^A@CTP(#@0Xx}zOW2&{B#WfeD)V|uh zO)$>erVSTqwzjHi=IsczPa7f>+NOm%@TPrPRtK-eRUocId$Z!LQ+-PuQ+);f>{i2A z>w1dbwy1BcRlVvPOWCKs&6lALulB}G5qv0lgaLfj=Sl+c8ZyjsLS5pl8Z-60>dXIz zug(O`=FYZwM+Y!bDY;aaWr{sXlOb<1h_UN!!OIkP316AhrZiA-qDqvtFO%h=>frgK85hQLAu>oWtZWpg2xG1`i!#d{&qY zGj!Yvw42ac$ru+UGa>Dg4NZtKpEY=1WF9*ukui1?kZggzuW$s8R1p^<7bBn<0}NO< zOa?(gyL7H8A(FBoaBneK_RlLS-A{mOD6PBDw6@eaFoh-ir5ZCP?w>= z`8mlgUW(5~L%{Bp%}jCy2w4xDCsLAis7i^!&NDd~4u>{v5t0pCG-yynJW1U+P7W^X)!8Oru(GoJT0YcyP{NEumOu8u>$D*ZZ{?F%ZKS56Ep|TR-{~6ecf4u7m^f0D4`LSqw)n6ns(kG3f)aQDWuG z9r@zzP;?<1;VK2sXD<(*!)`4Ohl10Q=;h$dbma2zTyQ234W19|81`Mkm<&fF=Z9zJ z5|`rBJAB)=4~vlmrY$-M8cH0ViOdXxegjH_xiE}Tp+A+N^UcgjwgBF+{|A!ICpKYE zJ~fg)hFF1Z^*Wd9=G>meuYZ5)p69L058L*oYzN*sykK4u4v1OaO@#9i| z8hE@_WVh^JG(WU;G|M$+wMluoJ$6h9d@wZ^qC!_aKW4flha(y!}CWJB|A{m%h2$lXms4yX$UN zE?4G^hS~#61DO;x<#;u8cJ*z>FBQv11JL_16iMvRwv z-k9$-O486awRDW@sf324>8D6&$dkIg3P2w8%33f@H|fXdA-*bdv0$1v33jyBGH?1G z7b^RKN&ZUnhBKglCX!`5@tgQ$&Hl~MYAk8n9}5F)&y9U%2GPbRt$ZI#{+Yq+b;@9R z7`?61> zL@3G{2p|tYYSZRM0;ICIpCh685uEEB0iivw?OAsZ-aGrF7v6Yb&An^!AT7+f*XFYB zsvB1xwr#&Z^5ea4@BQ)U+oNl32UD$wQniQE?!(K5Y(>@UFTVETy1RSz?A;gdymc@*}<(p zdiss0mmQB(yhDJTKC*=yzgqHre9r2u0-#3q-qD#?!g;|tjoP<6E36I zMNos*F@qX3u#o1^s)4WcnF35HeK1Fi34%K80n(>HBZLF#o6-n6H3i3g54^k|STUO{ z6Q3FOC+&RvJn>=o@ks}-lDMOv8OFeiwg&=}(V!>>0<=vM%RCSeW>Azc4(AO6n+PJ+ zsC;;&0uDo8UVk%{BOf7yxC_p8?op-dhM9nF#@(BC_oiHZ_w4Jg>Kh~9o?E=U(zH5$ z_w=39sjiXx2XiJv#qONRWOr;HKk6kLzkdbKZ<%g#1thaJBCnb9Pwu>zs?3`VPRn`X&mIiMK@Cl$-;uYWs>;{}Y<;lLr`78Uws~Idzu53SO>olO(LiKNScVbVAN>UEDT| z_En>Sdl5AmxM|Zh(~I0y0~pjLx#u>eo#W)RjKbe`mo*-2gzkADM@@^7?Aq2=FFe6oov*#h&n*?wO$kHvz!?>+%y#+3WgW!2WU}u!E zh%z~iNaLlV56x-|3Iu{`E0R8)sr5PO{|@Df{|F9d9HIKJeKYH6V5mUn16OCt)|qm3 z5)SdzrLTU(S?uQw>$O|6?!y}?%`7*tFt*2g#BxdY?rVz?;!R2HNG1fR&zdb){@waFvyxado6!9VuJK z=Cw~VgF!K3J-SzuauGScxmy~g_y?cUtzY+}Ef@-L zK@E!u87}v6+%<#17lOKk2FUW@OT|U>Xtt2?3Wp&!C0~7xi7iO}!$$f9AB^!#b{!&V zP;i+Va7?yMw_qS^DnC&75T-W%jZQhW_Y}IdmhJy^zOo}?i#EFJQzJTfq zu*eR=BA1N1gbFpUI!(yMQDlXh!Z#2g{E!?X zkcyB_;adnv?$CigkXKG#3MfK49elHmzF$9b%lPKUoUy(#yZ<1_5$Ccqvj+vr2RtWZN0MNLTZU)0D3YSC_L(RJ>9 z7csH;o|KdE==Lw|PnCDAd+Ih=Gmo76gc^jGn#vq!tf&NktfpZzkfHCurV5et#bl8l zo|K;oUPJPYl4Xvb@|UNT=Oe+(@te8-^%aDQVE>dXcJ$Bcc z(pe`eMo26x##*A~Uh;so)T>W;3XKT2l_bY2E6K4r93>IxAg0sP^Cms^n{XK6B)2Jf zl)rAa*V3G{PZ)NtD=Pd=^c)305fk=VF28D*YirX4?c7sIYh)gYTikV!#IBrqHR z3J#>Oe`37AVm=b>yD(k7BJA+d=;BO*W73+D21dDershTP)NP<%Qp z^5NL|a0mh&V!6p$5SsFX$diO>kR~itD#D^xl`3^2nHn+luxmo8D}0TIxC0yK&=3jI zg3(x9Oz<;dYCY+Qu`*Z&t)L6h;6>5LW0B24b%JD4bDNh~pSo8^ptga96~Pu9nT#Z& z7!g?sgZ5OA?rNyIT0>q?0SRTv<=1c|;p1bWoopDzOTq2iM;IVLFST|-`7wS~9uwBY zLEsA!sENpuGJbkCbTN#c#eoX|Yk=q}#51@Oj9!eRKhK8?O1c`H6Zxl~!+1nhIFX2h z4+1=IkPkx$lph!NT?#(fKFkE5C&epuAFpAFaXE^z$&-Qa>q5^)eLkO8sY`1JjZx`$ zqwg(?m%@obf?4P1_?h_3EGdC7(PN)CkN-?~%NdN4%#-n%IhhOldsqOnz>m;R$xL%l zvXjdgZju9{M@9KlDhtlckk}5`9OSfYGZYA3NaZwi49J05aRebMpF-J*%H)}yY}AK* z0MJmH=ET>K6WB}}SKpke>rL17X6gphb%SelzQywQ%Ns$c-`u;rcWImvOs{=))tuqC zKj60`Jmcv}dwQ0}A3>Tm{(iaZ#`w(>-#tMY#+JuYo}rX;2yWI{pK%gDb#>(K*qyQa z+t-}CGS1PobM&3iA4h%?dFVX8?y9|Ud5uwKo3}F!^C7D4aijnk8iqW^18|76rO%t_ zEj^6L*8#9lUHJmp%4S8J#{z33lLP3~qQ^=o0RKiPX8>E9Hzv{20x5tgxd(_ea0@=j zL!X)EUkGZ=Ky3;A#`?Ods%8-h)X7ws7|iJ8Cz8gYF|S3&lNlrTFv=F5BIj#xfNK$k zB?#nDl!9x?(}*R}MT#}yzzLd0lgL=Y;8}MPpVzi*`}XNY1M&O8OaHK#moBr=KZloo zcI9Ncc1zm5rI3%V3dcdBfiXFo04@;?C&H48);-j=qp}EIoGcuFjbHo@_71|IKabA( z7RkrZqtZtYfzlXFrHS#bm;MZ~-U?f$}p`ij()oO|PUv*~dse(Z+XId~P>eSSFV>P8I2&t(^ zAx>?FIFQg(hNd)CpnOV5{|xFl0hy>*W2T6!Q1awUMas`_Q%6Zwyg~s_8Jz>cGY!RukYorXYYz+H zwh@m{Qx<{p&Qa_fPoteunY>hlpWsFK=Wx7L!dJ*ou`-At>47i;N3uV6$s3jSz@DEt;ey;d2{{4@B4 zKP2bJl-7m>@~-Cw0s`Ij0{t1N{nNsR3d%*1U^8vTcw|0&ZFpJ)S5Zl>3Nn*@I@_IY zN|@7tK?O%<-ZZ9M-6>l)TqZzlPnWl+$_Lms*PHhAW;}xrJcB9cV9GOC7?@^(Oq$6U z+n?CD?rrO}of$~~Y6ss*fM)BiWEvHWT+4Wr!sL7)GaCEvb^oaEjlLfZy)m@buxHWs zetA>2sS|RrZ9hDF*MGg(TF`o>D+p{sA* zS^fH{rBkWKt@phTo%`3Fm9Iaw^wf&|p|f+nx%Kw$Tf1-XzqS9K{r;Y{=KU#K!$)OY zTi^28d*_Hr(UPs|$a-4Wt5j)2YsV*ci`((3gDZC}b?3@0cGu=znc$NNe;ZpcfREdi zzooJt3yCCTqDOZh{%SG7av9EK@GI zErl+ip-yW7 zg%xsck@Nd-B=ZCWDqb5~s90W#jgCMZDYl_Y71#oynXItkcR8~>BVY1aY7R|q{BWc%me&XIeZm!Dnu?UCMnVBIbI90zdW)rOe z_B>|qrMgQVHTOK@&P-C5iD$YMpvAeKs5Q%2(QreN3C{`Q5E(P6GFv5dJOd zNQRHeHeQ8ukcpWUr8-gog@h+GI|=emop*8q*`$jnQ6EzI_@j|){2Y`z`L6KAi=)VQ zK?q(X!#UB1E#MGplXsIpCEqLLgvbe#LsM1d)mEt0u-&0(!ZwiBVjw;ph($!kZ$q=m7r?f~6BnC$i4QtkX@tPb#c-2LOFd*Xrn+ zXPY)hnNdOj8nrM?0Jpk`lcY`A|NZl(Y!T6;p<2YdEqQ+Z$q7!BQIV~dltr(4+$McR z2R-gm$oQ5?19=5T6kuU~xp}@*)|aqcBN?!Z29@fv+YeC!UXhV?(^Jh^$&m1S)Y%Xr}Wt z(=|jSf~0()eK-J3?M@Wzm!vm;S+k@GTb0+A80R`#unJU%0PrkfNU5F zW^N=|)h*CZdCDWxY^724!j};u>|#YBn1Z17EvpU-G;t)G5WLF3iLC54jxd$;lBW0y zhU*f{p=Lu^IgG@wVAX~zUaWPHoK;(jAgqrNs0aGPuXts&O^8kA4fa}(lexJr z$C+#EAS&|?-7vrB?#a2hoo5WG+TmO^NzWEuTgdhe-Y`EzOc~eXr8FIny0@|4%}6Ik zL`FJ~!}GX}{Bxj|4q`{#_krpG< zIe2|;Y3{#S(9MycTNce5gmb8*w0)9CZHH`{%q$<0TXbfbPPz;=o!}^D8fF8e*n?@; z;QjHGYfs9yXY*&E4Tjy zdE(SU0Y;;@@d;#vXVX_|lx??RKa#h4kqtVMgF4^pv8n$(eX(azyFA&T;F7XEk?I_| zfA;>-6#vAU?TN*2uDhxjkvP9JPl(9VOHTuRdGXeZ4_Z&&8~M@RH}+-*PNoM=K4^XB z=jWmMLJDO@Jv~b^s$pOIH{tpJ;A`uAyZjd-6-M@zg#UonByHHtW@lj0@rFhB+kA*b zDmp2rg?3R9CRxEsKqxc((G}MgrT9-Y^7~Ni=Z(Cl_U7*8-8c6y?N22nI&*`y`?gmAQI(&-T=8EUCDGE zOm`hza~(?A4s9M0T2^dCs!`q-YX#`{9ich|XCZq=9UYa8NelLR9r9^R8MH%r1jgoJ z_%YffKXV3Vx2V0(8@_^XuwYyOs~C(`Gq7c?1;w~?o)JAyTYwHTdfqf|fx@-&O;M88 zCg9zc;6YS+3dfW%WL5hRKKfuxpj#kdJjmEKuo;9kA(_-e8^xtQ;Q{N|=g7WD?>= zNJ3GMRuV95#U?#pHIEZ;NV1JMrl}PIKNYs`(_u}O>ne;l8Md#La{-6*K%hijP#Q~A zMl^geI624n$pB$y&I`ID1aU5K_5ym~C=mosMXi)gbjUxu@o{Cv(Z40%Uy;KkQOr#K zJiP|V@sjf)Ig@a(;aH)L~M5 z#)KyMDO44eV;_oCMWGT6ZL5mQpMb^Dg=Kt`{ZF>sV|5;k`p!(>fDRFbLtR6_; z`5<2cN5atOASzhZwx;5D?b@oXJXFoHscVeZU69s2upDfvTDqj|8HMeZ{Af+gDMYye9K3F^9bW`iU{ z5?Y{4^rQ&3$S@lxb}`uUHxx&t{HC3_O+Bk4fA)t6GvmaZY%HDJrh~A2ewG?6Eb%(( z0`*i$%)isGozA*zZo0nf0;f7tGxDHjWL-gECYC2?pWd17+WD|%S4k+D-af3^{b6-i zwz_F$WMvCz=Z@phDmPc1Fo4JHfz}@w-JsrU_vB1mEexZ$+MRH!csLbJn}Gw7Qzrav zB+xJC3d9rQTk_=Np$xRE>+M58r&rDxFMxP}s5GpiXgn|tVWblWP z1IH095ChNak?Dh1DBuV=$H+g45CDKo zCtjBwp%}3}sNTL>yPCK=cV}+(a;km%qLpmIpcuqt>RZyDEh*3Tlyf`WM*yM~->qOk zbofEdum(*(>>tmzb>5!7HJxqYGcCjEmf>tm7cBP&s)=#f`-zhq*#AW-dJklq+HU)9 z`H(Qvwl&?hHQU^tY2KS|-kWV~z1@1NHQUhsNqJc>6W({p{7T~L5pG6|)c2fSkI3&$ zJ0Wx*cw}>CZ2f6l|9iH<&5+oPp=OYnu-;mqpR*lV&%&Z zUEVBM(2$dT59ZN?GvhFY2{Ofk#zM;0x_Nx4-E4e5Pn`g#G!^z0SxO%j{d=5>mGC9~ zF%nK9+*Vo|dL%0%l&diX0##kaS*^e5@B*E3^<-OWUR5#%6)jC;S`Wbmt1{`?jIHp= z!weyuj_2X4#+hU|A!48z9FFcIT&M`JlXW-7|DAl<^%&`;M%6 zj;5SPp@N#J=y*`ku^PG?`~4Vcn(kTNlk)VYoV{?@J>GS9JF(nG()`Gpd*`~lW3~Hk z-<`g@LwAPO+*>y+CNiBcRa8QU#?_jwMD!{|6ox)88RzwHm`tw6+0|+@6sP+BcfqA( zrIp7jqaMYKB&bpH=&f*JD^msd6;od^2n}DLaDYPupfI4UH3L_qprEM~o^ z)C-9G$wz7`=S(f0$TNjeKpF^04&@oPJ2QZH2-Pyvu>uu@KcO(h za_i=$=lk4Um+&v~e?V4Q+u*UAes~5MAp3*G)LB5|4XYGv)jp4ct|5G>ps2iCbb2eQ?ceALOfFa z(r&4!WFS~_kjca}NmGR)U0FgP8906hp2ram*Xg7a4Im?-^57#I=S|R1RpPKksZls& z0IW6>W3?4xgh55%LJc8{Kwx48cp#&;nV@)*bQ=j+(K%ajAt>M&OR`sHf*KI;gb^}5 z6omm-@aY{gH;6~^1oW7p2R~O-k772EACrA#VZpN)I7#7-{ zM;56jS)C>dTMJQ`WZfdRf=UGg-vu@+lit*2iW5neEapquCm$5K4}(F%daWLE>A!oJdc}z zih3bnO2Guv#H1H#BxHp*p$sEYxP;Zy&NKm=(v+lEXI0Awqm?H8F7;oQ_cF`!E?9Y{ zTmvcF0NiXl&f>yZQJWDRjU@j+KBr?EQB1>7@_eg5Z|$4cki<&VNvnZfU0rq+(EuPe z6teKAN@}E6wIrb>p&>)W1|SV^)UA^PG3Fmw)O_H_fyJKOr7e1O<6Wd~OTnQ{IK1vX=i&7V;9_@OcU%uEwgTVs;2e|P@0jmj0jf2&ExT>!kK5mFPi;L2 zeC&{6d(LF8+FroqvU8Q&Hm@FSU;6XUL&7@pb~<{e_Yg9zhej2w2NEFZpzWHahYp#g z#bLloA3fn$$auLAACj~`HIzz^sinWV^h#9M8j0M*HfUcwW@YLTA0=8E8sYJn+TEo+ z%tHt=VV%;H^785Q$9x{=Qh{NmUk7=X4|@CCQfj&<{WrV>{Jsh*e@MEL*{s*=ia2ETgrrsTj4 z1JG=vI|ho3tR$D*RgEdFs~}dA<{quje}*b$gc7_7#SS3reugoimtCJ&KFhn*aTy12lJyq!=5T_y5Mw%f_#WZOLafq^9@6{9{?A+U zGNG>J(^w`1F-o4t%xRr9t*t0hQtkKxqUnpFim{*sZO!K!hxMwd#X@&mvrW)juSki} zpob2m)-|mL7M_P_^JcJt%)x(%Ob!(h)~?xLXmg=LB|kYU5T;Amt886N`xxz9g~U_= zh7Ms=Y=%TlVJrz+u(9|R$^x_&@}9_rIeMW*Noy2tUQzYsmkVdW%P-S1J}b-?vVorq zUw}9cVz#)tUuwlFWnzOPX%dOuUw)bCkqY4pk!vVzNb7Cl(kxZ35R~$cPACLu$RMxW zn!y)bv_jYhER3UbS_yJbWHdl0gJP7dP$BtyIM5@l2s(Tizz98&O}Cgjta=^_aDOdf zvg^#{$PCULxkwZ)2wb2D7?}dC+HeSHQTx$2uKj=wH{11rYRDot*1LT~>^ky#v%*8n zmJ)q?9Fsz){BJ>wa@ZqNXvG=z_<&)sv@cPf8q692mp#G!ghhL_VT2+ZiT^>aiL}tz z%#w|>>{=RK+fgm{j|hm7x(p*D=s=a%t}VJ2udTbbthxF!uDxm3-gmnHxbG)@e?0V) zp*7d>Mf3YEk3#jPnxA~P`)A&tg8zC7%%F8!Xw%h<2I414=4cg?KyxPZ3$H@qlP3>BzVdxW)?xBL}@0LmqfQPe!*kJ)|LI zNuuU?<^n{NO|Tgvl>vLk3KC8rvWPIF&rI0ChDN_Aa0p@AQ+Q>;ugb)tX1uACB~~c9 zqd0#NM;02Pdasm?YX`UjT1B%24Vfr^h-=~&2zS$H6s<{I0Zyn5cRp5c;6r(fPLzqk zu}mb{(SUrinaRb8j{psQ99P0<5qZdX;U{E5&kD6!Xyjh z_Mu7K`XjGP9Mx1zrn+zxXE-<=NJeI4^OjK^`ZPd1RF#${?nnOIo09AqT5L2ofiZx0 zdSLlL)?N4g>f80V>TfsSYEHYmVXY`1E_1{HBdi;V8<$dTd*9jePE*P?zF{#|9Dz8R zQk3E38DRZKzgNB*yyZ$YcvBvn4o!tZ>G6lgyVg6_yXAMv@0}ro7Ybi|if#A;*;|6T zVdTsqv?M<+%tDQggQE8%>)7JbI8LBrdjt{Qm4W(m8jlNXJaWb| zd&3XAAYr#Ryd|=qe=2U!TaHeGDLUt=K(lt`#A;&Ag(IThceSk~R-a#Uf$&$1iRfU% z6)_Ffyt8!ltj#OaGpJL0h{j;J&68MHk7IKvl!bxLIKb)3IN4a2>!!;t##+$9YeHtS zgi*1B1yccD;?UZrd8Tx5l_GFs{(}4(CZiPzfTgZ=;a}&4_907NsBTLt^jcC7R;G?mo;FHo7Vf%&fAf4%^piu&P=^GT~DUY-Z#AW&;IzO zw_kd9Z+hqHwfc!g=X!nP&8y2-Z_Y2zub#L!zgEA0(fMI{#p}D5cE3KhG`2GMu)KG@ zeoMBx`TM8twXC)5N;U5WZ+A}*oT{Ej?(Pk%xuJ6LI5nYRWd{!7?bxzhnXPJEIrH6i z<=Tyvg}0*b>|gU8f9O83?ykORU$(CdLWM_7)v{%EeywHXhFwXYg*{>ozuK}^*Y<5;$H zOQv&Ax^oW{in5*FEZ+r@SQm-Jy6SE`g_gJVkbL&um*3fu9vWL~J#gb_c3{_yqYrEP zvNdg)n%;Cx@4d47#`kJ=32RFOLRKjy4eqc@J@-j+<)-gMXAYy+>A-MtTGch}uG zg|hk1+gER0y*+ z#I0Kv!HHR#rvbU@%0>sP_ zEAyqPKHTM{G12wdcOkSUzv<)>DkP` zWq(sao1qy@_pNEYWoOLmjT~dvqGlcaRhihyqpZJH|8&Zmw-iTr5q7V$x5YW(T%1B67&;ebW2ELDtwATmI212RX6p*JynqFTa z=dZ|N6NK~}7&3GgJQ6z1Msfj3#qAn0sHJ;+o~GF}K~WB182A|MLTfwWvP`wgTPw4K ziNKYMXC;r*E7S4oB_AQ?d5lh~SH62d9f~3iWUW=gOO%bN3(}&Kxjer|zAusUBpmef z68TwY+018afOZYmYJqi|b%OdQ5@;#KfRx7QVn9k!+7aXRF$9=n(zK@!c;izm)Yf;>4C}$6^^aS|r1DZL2kRTYtZG-C6gjZrlCt`*kXo zQ`?iXnQNan0BdM$&(<~nvbhrCwl>t4p(DS$w7bQOu+u2xY8!!NR8^C9R(E#Wfz-CA zZha&5?3rwRE2_rv3Df|bAI=(~DJ3hq$cnCVzc15&Jl%i%mmUXds^hkR>xNUl$h@pr zz$Z6AK5qX*TWw)~Nokp3J)Xw(7823h?%2L}I$PJC?bw+e+V-Qb{=rvoB!Cz`sQ12G zldWsY)b*w7`hHnuw>vPFow(BNJzE>&WqB<}CnhG2DhCtL`Pe7$xuBPH^e7Ih!*dqa zfMWvb5J-*yt@c?UxdF);2z(6(y%8#mH(VTr#f?jZXseKKi*%BY@d)1_UpqO3b_g^b z1S>hTYYVjZ2_iW}NDE7F=tf04^*u4iW;by0+386JLL`@RAEcIGnKBV~O4b2nGZiF1 zC)mijOU@sV(?`xfA?Iu4{EVD`M^1{Ib#mC!c|^Vs$@wdC{)U{tC5JW@;r}A%|0ai+ z=uEF#AU>S%_vC!WB4`|-fUxAuId{G%LsypcVu@zkv)1c+YB_a8%B%S z-ocMMDDqJS&Sp(l;NlsU6tlQ><=pCyRNwwo*Zy?tXu4)BXJt`P@u<()nb*O&>Te{L zrgP=&)ycu2X-m4QBUi!RE2)sP%M&>ldv#MrwIz)mt2L{WcN)_T1G!ojUB}h8gSUG4 zUd_G9HyT$b((OCabtAcY7TLfxb*^@=iuaD(@4BCO=kVKe_kHQXgQ?zw>CQvx#>2Tr zmaGYjFW1bxEnHRe%8q4Mu9dyEaX1jAoq2h#qbJ8Yo$KTrl^b0w^htA_rE0~q!Qm&j z)ogLBbOF7#fK;%&NCF$eF4Neu)AROZT9+R~P`oY8JM zXSjFvV`MuAt1hmrT@J!xrXq}%&XxT*mfq5-WQPv|d^yUuGD1;4Ey|}vSuHObD2{%W zNb-JE?XWc5yLA8ByQa4nphcbI@Sb}1+y?zBZMIr^SGy@^ua>d*qv}RW*Xr3EhoAdj z+Mu7@t_qC8p4G#*MmIQkb8TLWE8EzTGtqCqPyRi4g#A9UJ2xx{-}sWD#^Tr*bX&IP zy1Ojf@1aQi+z)NgPY&Q;9<|ODw7{fw89o{@HlTY~F;pfC%xu*F09%T}7r3|MWBL$E z6#FDfRKto$Q4LyDgO;mt)kIN^T2!MFWwabNte&CqJ*H@fLw_;h%E>o~4}2d3g`amYQ1rQNC~Bj-%5uVh0-t!&@R6y((goX>9Q)k?LqNPg zvR9=*tlGOaEO^U}I4%9FlQ}e{|Gxb5?qT-!^TX7>{#?sJgJu6}!@aIMtvOtmY1w~& zWP|Hw@=26oUR>wTnx!oRz&owO)R; zvsX~&jVqqzid;E+b>eExTm|!1($aG=FHT2m$g%RV={hPu@ldD?(ik*5L?G=1oJqht z?V&vY8$Gx2Djbr>GHrS-I`0upbS>p{E3kFYn5B;(9}kJU(Dmp?9Oa5*Bj*i*E3a-z zG#>6=vc6?2pz{n65!xqYR@#np)3m!4-DyvJNvJ2oIF_;F5DA2tuwD7CdNDb2M8_`q z3v;y*8mbgQN(-8?u6&ga4M)}x;W03@1WQTr2nIbqj2~I4O@KHY1Md#6n zHI!b~_h)55r9naVq2$0+u&2XUOOmUFfHa9mp~i)A<)iUwTxpy)u0|!GYN$)1FF7F7 z0Srk;<@s@!g}1>%Zf~TT$8>uR0|!-VhJue{&ahjd1wxO3=+K0etiU8dPQ{8;i(8q_ zC5Q}WO-{N^%GU`b<}f57lsZG$DREPwSy}16ek@yFNq1pptB);Nvv%j}Ew8m?tB=e6 zrq`OX)i9I$OKau2tvY8mR}B-odDMVYF=12p%X%l!vKG$ixjw8b3FjjcidynOfQi1*^VlP*2%{@`-c;U6 zH4^qRwh5_1mSiYjnGsUS?L$K>bVv?m+QdUcvW}4!hSgcXCWxHzL3Gf7#ZRRFCOQ~j z?hJjeFOhSWoO5uJXHQ_!GHot)S^Rliwl2(#?gK#Er>alW(uOL8$PVzsQZH%RFanAi z=Ho%j(r0H&O9-LE>?}~JQl{)_1to-dRH}mV5rdooRxM0>3a6J;MYE`AY@})mk}Ff@ zmsm3Ql*K9&`gFkU>?7bwsjM^nDUDOV!B`Zn{(>QG-hbFVIgHqs=zM3>YG*_IE6!T`Ynj$@=#5s}@e z+^EEeFsV~NO`*7qk#Q0!$?FuR?H?i|zNBXTWF$EfnT_G&TBTTh$)_BXxxesd)Q95o z<^ZJ0+&n-g;-cW86!ok|^@ez#JZqr*Cy;1TsHG$g#Yw`~Cc`ttWfJ9cB}fauv>27q zEegb3k?M*|P|am!ny-l}Y9@zlNR%dP4N}wk=&BlKYbmvtltyO?ky zZd#JIJhnnLFEe-*x~QU(Z?B!2A`|JP`%pU8nAkr21vI5aSz)r|i?HeHQz0y|;s{lc znu^;drvh98Zo>Eqr4vm~fFoKa<y<2b1HLuVug?GJ^wFN|7ZvR literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34fb752fe81292aefc8c7876ce23e66b623129a4 GIT binary patch literal 5475 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py new file mode 100644 index 0000000..56a964f --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py @@ -0,0 +1,560 @@ +"""Backing implementation for InstallRequirement's various constructors + +The idea here is that these formed a major chunk of InstallRequirement's size +so, moving them and support code dedicated to them outside of that class +helps creates for better understandability for the rest of the code. + +These are meant to be used elsewhere within pip to create instances of +InstallRequirement. +""" + +import copy +import logging +import os +import re +from dataclasses import dataclass +from typing import Collection, Dict, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement +from pip._vendor.packaging.specifiers import Specifier + +from pip._internal.exceptions import InstallationError +from pip._internal.models.index import PyPI, TestPyPI +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.req.req_file import ParsedRequirement +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import is_installable_dir +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import is_url, vcs + +__all__ = [ + "install_req_from_editable", + "install_req_from_line", + "parse_editable", +] + +logger = logging.getLogger(__name__) +operators = Specifier._operators.keys() + + +def _strip_extras(path: str) -> Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[{}]".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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..f6ba70f --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,623 @@ +""" +Requirements file parsing +""" + +import codecs +import locale +import logging +import optparse +import os +import re +import shlex +import sys +import urllib.parse +from dataclasses import dataclass +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 + +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 +] + +# order of BOMS is important: codecs.BOM_UTF16_LE is a prefix of codecs.BOM_UTF32_LE +# so data.startswith(BOM_UTF16_LE) would be true for UTF32_LE data +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), +] + +PEP263_ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") +DEFAULT_ENCODING = "utf-8" + +logger = logging.getLogger(__name__) + + +@dataclass(frozen=True) +class ParsedRequirement: + # TODO: replace this with slots=True when dropping Python 3.9 support. + __slots__ = ( + "requirement", + "is_editable", + "comes_from", + "constraint", + "options", + "line_source", + ) + + requirement: str + is_editable: bool + comes_from: str + constraint: bool + options: Optional[Dict[str, Any]] + line_source: Optional[str] + + +@dataclass(frozen=True) +class ParsedLine: + __slots__ = ("filename", "lineno", "args", "opts", "constraint") + + filename: str + lineno: int + args: str + opts: Values + constraint: bool + + @property + def is_editable(self) -> bool: + return bool(self.opts.editables) + + @property + def requirement(self) -> Optional[str]: + if self.args: + return self.args + elif self.is_editable: + # We don't support multiple -e on one line + return self.opts.editables[0] + return None + + +def parse_requirements( + filename: str, + session: "PipSession", + finder: 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.requirement is not None + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: 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.requirement is not None: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: "PipSession", + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse( + filename, constraint, [{os.path.abspath(filename): None}] + ) + + def _parse_and_recurse( + self, + filename: str, + constraint: bool, + parsed_files_stack: List[Dict[str, Optional[str]]], + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if line.requirement is None and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + # and then abspath so that we can identify recursive references + req_path = os.path.abspath( + os.path.join( + os.path.dirname(filename), + req_path, + ) + ) + parsed_files = parsed_files_stack[0] + if req_path in parsed_files: + initial_file = parsed_files[req_path] + tail = ( + f" and again in {initial_file}" + if initial_file is not None + else "" + ) + raise RequirementsFileParseError( + f"{req_path} recursively references itself in {filename}{tail}" + ) + # Keeping a track where was each file first included in + new_parsed_files = parsed_files.copy() + new_parsed_files[req_path] = filename + yield from self._parse_and_recurse( + req_path, nested_constraint, [new_parsed_files, *parsed_files_stack] + ) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + 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: + raw_content = f.read() + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + + content = _decode_req_file(raw_content, url) + + return url, content + + +def _decode_req_file(data: bytes, url: str) -> str: + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#": + result = PEP263_ENCODING_RE.search(line) + if result is not None: + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + + try: + return data.decode(DEFAULT_ENCODING) + except UnicodeDecodeError: + locale_encoding = locale.getpreferredencoding(False) or sys.getdefaultencoding() + logging.warning( + "unable to decode data from %s with default encoding %s, " + "falling back to encoding from locale: %s. " + "If this is intentional you should specify the encoding with a " + "PEP-263 style comment, e.g. '# -*- coding: %s -*-'", + url, + DEFAULT_ENCODING, + locale_encoding, + locale_encoding, + ) + return data.decode(locale_encoding) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..3262d82 --- /dev/null +++ b/yap_lab_3/.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.1", + 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=None, + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..ec7a6e0 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..26df208 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..442d76d61e7bd8b158523498422a8177a91454be GIT binary patch literal 197 zcmZ9FK?=e!5JeNKAVLq~!VKE2cm#K@Lux}E8k3Nuh3vh9XYdMM!DF~|CEaypvh~BC z|K>9=ud-Z`q}%h;=6vVzuW_E5JBegXj}PKzX&dv+)WFG0=b;fARVS>*4x+GJiJDiy z2B`;7Sc8q>Vsyo}JMb9f#)@+%TIs=}1&%sMr-cG1y-|HYqk*Ru1Lw@fX}Q0erdRUd Q7U?NX_8GnfrPLLPesKym00000 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee84b3b2f5e7f946f9f8c885685c041cb493ddd8 GIT binary patch literal 1185 zcma)5&1w`u5bmD8on4cNMxzlTt4Y*F-0|M=K0%#oizr$t6=x@Lj($cjsDi8J6}gAV2-zS-2kT-6A< zWsS|Vz}R4c`5M1Q=2p5^t@M>(O;`3^KZ^X72$b<4l)18(vOG)^KdNzcbRm&BZZAWt z9SVpc$uT>2AbbRQg9`1NH3a=R1e*+)%LC?W0Y_>E5ekr6po6t)At}Qx1twS+4|i9M zz{0HEE!Au_a>tjj3^I*6AXHhTY3>PVNj1?}gT}fi+gX;190Kpz8bBnKB_MB$q@nM# z!IgTZxIckzljR(j!d?&8mwbyaZgDlfnC1&{78PAWa8HO-pge|zXjRa}#36K&YE`S% zy{FD&2|_x7pM=r6pC#eC)AchCrSz^j^$sK*Ckj`btedZ;$+h~GtBwqFxRm*gb-xMH z$->O>!XyWQT04T;Y?JWL3U*!3x~f#+7R0JTNPyfO3 z--n8d$EfUabc?mJvOO>HWAHpx@w_+<+7aOq&ug{)Xs{#bmk@NVl(CYgktk6-PVOYS ztwFJZoG4S4TrsKJ2sYS`rkgYGC#QO+FKdihlR(xq)W4#5CsUX3HDsc6849M|N?WUHro4KCtVbre@!p m_NxoM@!9Rlxt?*pSG(CWZhqIb(^`+6`dKOSnI8;YQTrDlfinyM literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bf6abfcb9607cea00f6e764c04a3b1b30c2f10e GIT binary patch literal 204 zcmZ8aK?=e!5KOFs2z`hLyJ)ZC6TEp2+Zt*}OhS?ta`z9u!7um)pW)Gy^wyKf)q&la z*&UcyS*}RJ?fL04zw`RXI8T>5iDXTW58`IYjX5((IC<_ooKXuU(P|+fqGbvjRzo## zJ%ADo*cdKG*VT3hUIf0e*h=iU2P-Tvp#ygs6*%sV>Vq&E6z{N&z|vC$#wr`9<^F2U Uz2XPANZmAz&*EE9N?noE4<>#%s{jB1 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..735db94ac6c5b9205b37ee5643416db837d0bada GIT binary patch literal 22617 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..1dd0d70 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a10efd3b93819cd5771e4311bb3845779857ab40 GIT binary patch literal 208 zcmZ9FF%H5o3`H9X5<==h7^nqZ5l3KSj#6rY)sRF@5Cgv0Q>r&KR?Kq%Sr;I&lC1 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb7ca47d93fe1fad19dcfcd92bbea81294aa35b1 GIT binary patch literal 8148 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b9e49e10a69f9388a8914e2d3a880513a6457c24 GIT binary patch literal 29429 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 YyBvA|^pD4L)^5ILKJ*g~H-@eLA4N|SLI3~& literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..55e55423e337bd5f89e68a1c7ba6999d4a2183d3 GIT binary patch literal 32541 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24f2c78f5c38a3eb51403bc4c11bae97686591f5 GIT binary patch literal 6807 zcmcIoTWlLwdOkyPc&DhFE$R|`EGv;2JCtvm=3)o6oop;CD+i6Yh1p%uW6qH@GRa}i z3?<58qMbn8Sr>KD2IzJlN=GS>O^c%6 zKf@tqOKJ1a65zT1=b!(a^MC*4{9PguW%ynDt6$FkTZ*xNqK@|qwHoV(CB|+sjb)i8 zX}*G#m7Lm_^`Z6`{KY^vAkkc)AQyw#U@?>p6~ozZF_MiGquFRNmW>tT*|pF5##}PCOc5_@j!M!i|`2FPE=YHEq7Hwi(Lz3Q(Bz&ZaE*+5||(SALhF-KjdSt zGc9?IY2AF_j-MoijKfu5x<~yRi2Q9!FX)!eO~o>lf_h0WRF%Bos>Kzxq$vx!sar}O zOn(a_Ioers@n~JJDyTC>DStW0n78o04F0jfdWt2%v(Mt

3>UXF5- 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 Fe*>-`0Av6F literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cce35760111f2518032ab8dfcece19025781c66 GIT binary patch literal 10523 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 KKRIYTJ^uxNJ;oUT literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0023ca8cbb476fc5d2bdfdf5298e899bcdb5c9b GIT binary patch literal 15350 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..0f31dc9 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,139 @@ +from dataclasses import dataclass +from typing import FrozenSet, Iterable, Optional, Tuple + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName +from pip._vendor.packaging.version import Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] + + +def format_name(project: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +@dataclass(frozen=True) +class Constraint: + specifier: SpecifierSet + hashes: Hashes + links: FrozenSet[Link] + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> Version: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..6617644 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..6c273eb --- /dev/null +++ b/yap_lab_3/.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 = result.applicable_candidates + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..a1d57e0 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..fb0dd85 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..0594569 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..b04f41b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..2e0e3df --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,252 @@ +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 ( + ExternallyManagedEnvironment, + check_externally_managed, + ensure_dir, +) + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +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 + try: + check_externally_managed() + except ExternallyManagedEnvironment: + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0dd887cc6bcd1cde2d1c819dc6969519a5ac2d2 GIT binary patch literal 192 zcmX@j%ge<81TDK>r-SInAOanHW&w&!XQ*V*Wb|9fP{ah}eFmxd6|Wy!oLW?@pOToD znUkGZke8XQUzu1CpOcsrZ>+CZmYP?lpOcxSUrpdX)^SCU$kmzbkpT9TPltRD{)$SjGE*DI*}#bJ}1pHiBWYFESxw2u*pi$RQ! M%#4hTMa)1J064@m*Z=?k literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40c6c4364f2f4ad5151ba79a2b8e9bf8a95efc7e GIT binary patch literal 4532 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 C?8Bx2 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0a922b8864bc6777f594571725d04a84f0b1cf9 GIT binary patch literal 2407 zcma)7Pi)gx7`GiKPVA=1V8G~LGnB%jbuptzy>!zgrgA}LsO6FamTSKzZXMft&uN+} z-P#F>a)KL0nnZR3!J)@$Cyq$FG_+Eg*PX@=(=I{TWoUT9!t{Z%k-}nA}@B7~S z{l4${$8=ieKyLo&QCsq~WCrUO^P0vDV6&pTLgA!6_k!yJvS*qdtmW_#8_N zQ3TILY*-b;acYC=3_`x`7MbS&k$|YaLCBzNxR#3G!~wHYE$sPV173}(0AUq2s~u-> zOw}wIZV_2|`FG02SdI_HD>ey0_xO$xz|qU}#-RjPca1U%6VX*op4xXr1RaB~eIA;7 zT(Gk?Ep#mQs5S%zgr-yIv1>S5C9oZ$bt32e8m5`cnkER$)do&7SM+CRf_b>VRbeJs?4an6b@ z#OfU6-~W434)6r~x-2ck-mpJ?(Ejd8fMaoN^pSv*V1=pay!^G6H$8XCE^0Xm(|d$z z#QaJQ9jfL8UNm6FMPId$t?OXwHWWr?xqf zhqsiIP37c@x1r?M#XRnT5C><74=a!%&_;4l?O6QGM*v|@K=X=8ovZU*md3fD`=WBw z6zhEgl_x-c#k%>$cnK4hfvdJViZfuIi-$2%BVn>z{0y9kpv*qpa>6eDgeH9lXM6(s ztT_!GLf-@^8%e%ZU#j1odoF#rof&8pA67Rq!|TamhIW5b>2F+KtvoGmDr4*7SOn9~ zGXfrV3h8ecyd_M>cVRlHd?*}N?1|WgqsRk*JHY-IfO~f=@Nb|i&ghEOdFs2)PajZb z0nG>|)4ko^uI`qQl_>J_Fb$MRW0?N7MkfG&N^+PgSDe6(N(G1p661%YSO7#n0=}{~XiTAwnib0?Z!zP@MEUCrWyj#`H#ypyH@0W$$%zB>MS(jt5~#Qroo^+0{J$3{y}0+jR8m pgvejzSH@c$)ekR5dTpr9#;rpsURyC+9H@r%aOivcPugW?`v+2&B)I?p literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08ac017141126ef44c5b6bc81d49a6ce61c14ac2 GIT binary patch literal 2904 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb60d8bdd05dc434d8f0d3ba8ff2f6abce994648 GIT binary patch literal 681 zcmZuvF>ljA6uz_1NmLwEsSGgH2nH-fOsUvf7FxD;K`dFUi|>ftIA`m8NoABu8M<_W ztsOgpx-cUC0t=`E(uo0y39$si)QNYlBP7I=-uvEre(!znp8TQRUP2&;?|<}v0e&;V zLRz&mzXQ%OVyKH4W>$*3nAzN71k?d-aQk_SH4jObl$PIm(Rq?dZ$IY3%ah#Or$QB; z%DgD%(ZEwN_ZU^&gBq0#d1vXnq1n}>BmzhfCFmc`54SG zQeZD-&sunYanDr$BWHDdU@N@%^uOK-n&63bR&yVai9I2MErgyTAMg6MZkb1z2WVnE z?WhcP_8n!lICGbd*OP}f#PwH zCcPjpRh)_S&f0^ZNEE-9(`Z2Zya?d3L6``|rJ!jrQb}rtU2fFLOTAL96D9?WgrZQz zRLC~)H$jX0V5aDcd+p`U(avXg^^?1L?%tek*O`;sr_O0{?%thlf4#E&>fzDmM{<1* zJ;---GYnZ4g`qURhqhq{O?p|DR@2`gc@@&q1#{8b7-npg@<(z7LUZkkcxGdae_9xm ec?03)S%cskC(#T6yuMYz+s75W+xl&i)x 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 J6J#u}{s)$61bzSj literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8daa2b4fd699d3f414fe14f764cefd5e3de21498 GIT binary patch literal 3223 zcmbVO&2JmW6`x%$KShalZCSG0SmP+E&DbJiD@YJGDO#jX>OxV1I6(~-&SJzJl1nXj ziJ74o3Ur`D4iXSR6<|~W+92x9h0!9t75x`_NnslhHUe@;i=ya-jRF+#sqYQB)JGH~ z$bg)E^JeDF%zMB2z4_bdXof&}@2~%_2a$;ykY z%4L{tNiJ;ELEofk`M&E{?UwI=cF7g0#XRmWg(vr9+Yjuj7c4L@{64Q%ZO`==!Jeww z6%jOS*^#<+WTzLD8SW%Z3D&lK*5F}6aMcoi*}yFi3i>z(|J|QJwMo>luWo|kP;m^$ z?2>yp9*PrNhPq3B3(|*X)x1IS7Fz)W84Bg4z+d7*QAX!sZQ9_9IZQFS#Jm=#Du9jx zoM{HnL~(nU=t76GX4C6{TeJyP<5c2g*;Hm7Cg`+=em02Bk?Ei=zu9?V(bWrjVjqBStisN+^DTyS4eFQ~fZ zLPi_=C8x}j0qBB7S_uTj?SXIg=IMpDt7<_@Q9lq3G_IYW$K6WsdQ$~~C+V}#({hdZ zRqhNA*k&DE89gBPd8Fcc(7sSpswuA)i&e1RS}2r*MzPsxvf`f2qAO*K%i=SapM5Uh zKlbw2uipOYOo`1bKRxq&;nu}R#>{eh=xhL=DR>wIr{)bY0wI(bbo$6Hz6Ai4MThyW zx5%2lyIAb7rtPr>d$w3u0&o^RcL6p4C-r9wm#-8N%rgFaACC;`Ydi)u(=a z{gc$$UObjf^hhk8*o7J70Fo1+KxFRjK(!yqfY<@5ZyRce>beEP4wavgTl0k6HoFE$ zuYeR&XjPY^#@B(d4wtUkjollpa@+cb`RM&arE5jImB#xob*-{#5d7aD7J2`5ivZ`C z%fHa@nTwFP|0*GHG(4LksPl3kS^93ZnYRd6ivn#FkVFP|B%jc606=tPXkkZa1|Zb~ z*AEk}M1%Rb21+<~Fo0oNlM#TR5sn_{3R6*2BEujdP;ne2fiBb4IS}OAP(k2RR-z1Fh#bA0bL$b%j30UH2p!^A7u}P`~U@-s)A@^W3 z7V)F5QAao(DryLuC`<-X$!JhCTh6Ieq!TZHjiup;Jxl)6`{s>*`*~k8@~FKIA-C^Z z^Z}31k9Exf^evT*PEa36O0&$yr{a0g$$6yAra^eBko|wZ92U4tZpj$};zva07W& zuW>mKe6FYqS%>bWW!(jUR-%K6tm66(4nZ<3ymjN+8}^OsZ(h5EJL@ZlPXImfO1^K; z4`%wg{o7eSXk>O^q{HQRv$Ah{dwY%!cEJh!^O*f0)4{<8+l*cm`F=ip8B*Z%Wy;|2 z)3e%~fb1HyJcllD8aNK5TFJrZZS*dBL;INd6sVz}_QCcQy=G)u4g=y!d@|GmhqhhM zqxF_lwEuk35wExc6c9lOJG`JGD$5AGieUnt5!`nKQjfrECXmK8&4~$=PGL2P6+Zod z0r6IZag3l8XHd3K7C%5S3H!xYibNwwWD%9&%T-{7=}T@wwL*GNkjXPE*LIRq50dA$ zQ={wIwd|c+4^q=Rx#4(|re~z3SHXmfC_YeQa_!9#{+&(sr zWH_~I4ajf`$nezUW_6>w>1}vh&)j|N{;B6yU)fKF)rYwsZcm)OGlpb1g=9FjM~3<1 zeJA8#!(tq&Frhk4$P5DcP9SN76OhXb!(3h%#;5O6bVPXe;1Hee3wxJDM?yP4OxiZ{ zJllp8qeMRnIt!rd{y;QA>)h}t^+F?XS|0zg$U_%$vTQ)riy4OTDM{;J<}-5cU*v`V znK8rcWl8+;ZR;F73r5V9WG|aF5+9U%1U_5N-Pzx}yD0X~W{hKZr+WlGA7A*(?4M_L TQS6<0ysw5&U;QNkQE%t}3GN}1 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f28a8e83f0c976c386bba1bc52ff2b04e68f1100 GIT binary patch literal 3990 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ad7ad132faf252bb9dd2646119ab13ea7d1b7f3d GIT binary patch literal 7349 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a7613d74a9b98b33cb22f42a166992b0523cb9e GIT binary patch literal 7646 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 Q5&Ybt`TpM%h}cB`3nV|RX#fBK literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e26ff4f7b08fc3786d20dce6afdad4353ef9993e GIT binary patch literal 13887 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 PEk-^$hF;Xjxx)Vg{MgMn literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..201695ff1ddedbdbea1ff584b3b8b09de0d98ed2 GIT binary patch literal 33231 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 Zu{KhHm0$%y@t5J7vC`gwhqz8S_`l509MAv& literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75490b78126bce2f63ce991520f0c29fab340d65 GIT binary patch literal 12059 zcmcgyYiu0HeV^Uidy#j%- zv9h7Em~Y4z^AGuBFs1w=Qz~+pW#HHX9C8LnWgdr$Hboe=WiVA0VA{$tRRdE^ z4pR%}*peHomG`Jc4`;4N8?UQFUA@|tTSfb%5NP-{&2b1q4%iJYHe_PsB`z7Be(eHO1hd=^a#K<9!iL4Fkg@2D6_@ zOvII>`^-cns&uOHmy+e`_^2A|JUgnY(avxvJgO$$n)+fV?-8(>?uVZ|ak4MiKk$@U z-v9XV{!_uHkN5YV3?4ml^mxDNexm;yLEgjk2Mr9SM6_ULZJ3E_Ola|dZD3#^oH;L^ z5f!)Kzm^2}Iuk(2Mut)t%kK7r>^w6vw8GdF3ybH4kl+Tz{?Iln2y80zq@X5y8UmXH zVrn_d&e@(}XN4Bl!*t=SD6nTR4z*kLe_=Z-ToZ6O8WEmW1Ara0>->-^6H#U3YIK^4 zEZ+-uKdGyl-mQeR!I?H#)=&d$sg{@OnwNZBFVC-xj-V@462NSEU{H>$Yy&kL`P%KXD!q?mI=i z$JU6uW|_)J`atpsLpE@=bWwuzv8#5)p*j>%u?>U!QRn1!qUsoy6c?UdleR#KS-*}@ ziL#$iM?mk|WU~1bXBAzhO_H%m7BS0b)X~sOk%XqzV)%h@j(+e&M@7fFRsk@}BA}ii zN>-X=8ZrMh!7K~vqlpO|wW3BdLa^5O#4fr=!6=kiDeU&`9!y(Fw3UIDK?gEE6Aq=+G2gACLNKvMNWown#uo5|wLK8-!(^|FCm8%`l zwqTfmO(Sy9h}N_Y0G(!t7p)yB(N!a}Vae8YBNv`pSH9O?LQw^9fu&unZTqye>}pK8 z8t3{xc5Ttx(GbpYIUXeZ`IhWQ0b5dZL&m7bhBO7ao|OZq!OY2TJ)#;i#O-ioWI|IF zxnR-qa5OX`4<~5%tc_Z?64?L&?#S(nq7H{9qJ})EO{n?Z8ieeiV>4|ds)2HD(=w7G zvt4NX9kwgq>o8F2#Or*!{8h`ottsEuWnX*B*FJAt9bEG5T6FE=`*uyVXg}a4I*o^7 zYA|S)1cR}JG7+V+Cm4KjA{5QEIDkk23WIvMvYm#8!m3Bz>?Q?pXA-lSpXE*xR=qc@yAdGlR@4RsbRlOEY!eo}` zq?(pt?=Y%!iO#+S|Fy>fGI}A`2yKu%^{kEvF*h@EJ$@*1y}&|X6=(tESuH@)9uzV0 zxR!V+qNqBKT@NS5K@^s-<+25$Mb1tOEEEFqgyP^Dc|u1=BLUeHHo$qDF0$O0l}8aE z&GDJMj694fQ3TGZ)6l{wo%)M*N@|`cLP|m-@`U_E=qN)bv;XU zy^B&c1irmzwXFGLSM#k+J5#RuFBW*TXCvR)uo84+p^&l7qp8TH6^NRxMZ3Q3rgul?@)DXqys`6 z-XLLylNV)>^9^%I>9%(<3dhLr%mwp3Gvb&9f~3FB_QNT`xCG ziT3%}pefP8m=3FzD`wMg39jg5#@bfQ>c~hup{c>ls)MSgB{V&p^%y~-T(8=Yul+Z` z4+L1;#@|dRyra7mCS8R%KUW~)HJTFcO7s{cVo!K7we9HDg zMwpxzrUY1CIV=i2kxbx;jGbU^c2hPy<*-fJ@#M<&l(fwTnQ}Z`5Fcf)3i;=;>TF9s zpJLfLki|aEo2WW+8+R;Wd|Lh5;+N` z7fhyV!3;A7oR;1vtzFRlYxGF(nC>7B1kxZF)M<6Z4YGW}(y*k5lQn}l8k#%)QdKe_Hy)we^>!jjNR{i6QfTL)Kc%`XU8SD0e zsG9EsSuV5IYEjylitm6zW`B-L^6$I_ujw5-Rxb_Q6As=J^;E$iV_RQ5&3+0Qx z1B8*~`|OoxXO8{CyLq*`eYv_PRo!!= z^=|@y8Ca@5ICG4I#<5?PmalmHmrl-{e0?BoW1b3&?hCn?WEwvN8l_O56r=QFTWb&o zp2l+WK3fB84;thxL@eL2UC(Ki+_sBGNw(*hH(Sc*iZmr={Xx=Z;3IqT;8AYD$VF{1 zZl~#pl&NyW(78;JBXOBx0$n62?n#K5h-xM-WraayVqMFbB znei-E?^%F0IFx6}V~Lkw{1!KWb4EUSE#y=fGNPh}IyhiT!xQmvmqpA@2<9Ln zT08`?E~rHuU5WqNInW7NnTjw*+G0b>d-KI~UtTVNi!*QM`8iv2-Zo|XZ2}kVEKfaS zIoiojrJyxOM@3t6l$CECw!Or(y5DYzLbnUBh>35I1Qy@&75y>evD|4}ZxJlSF(Zu; z>2FB+eFDu$kagWB6C)6GXG2;X{!}K~^=<2R;M+2H4=m3Ven})gq23cplDm$DAeDHu zL$j!)P*Re_lDD<#+hk<|^pk*m>ncfBwCVD&_1f8pF-nyK0k0{IB_eUtZD^sedWNn( zsu6FCg$$^xu*xqnf{A!^5>5_+ZMZ8yJSsA-J&#qHj){0Q5`Td%5QtJuyB34nsD;p` zogqM>2h$N6A6MfFbfrRd+!#`+!D|f!OOeJh9hN7QQ=FFdZ8{UUS%Hg`Y+o-&Gb*_2 zU=+@8R6pF6>GyX)t-l5Ui#+XNOq@1a$H&8+8& zXQk={?DCbWEuTB3@(M`r@>;51Z0fnOd%3qS)!TP7_KAOR#Zz(V)Xb^5ZJ&C!a*ccp zK_zd-`?J=H3OlBKE}VS!z60f+OC0(Qs;%&F^Nu;4a97DQi3uJ6(?i2*bP|$)3yp|D zPB4Os(aEkrnPqO%nOQ=?0h2>FbjtuIIiQi)KwdLItyYJc|Zxp$=bsKNQz>3%v0 ze!iwNL$6s4s1pM24G|B?^4Ba4_#_@SYQW6N{WY5Oe+0lm-KryZ$Ghq)Cp~!S<(Ze~ zly}G89Q(uie~rX}q}3C>kn z#piA+b->M9E^Yg`v@I>#y}N$pueof@Ca)xKRDbG!=(dabYv@GFu9T%kp?cq~s=C=n zuRO{R6=syb=1v*&R>JPye`Wutp3Ps}sb*D;pE0oj(bd{ze^1(us(U)Atq#-u6+Q0H}4LI#9ha9JdR#S|5Q@0=)#tHqv$zpa5LP`yJO1{?v>~i)|jG29j{v zHwf@Udx}bAXlS(8rZ?lrhSg{^7`!HMH-!6FnG>NP7>|SzIp`k)d~uQ87Ax$o^bXeC zveLC@rK(|NOZ!Uu_S@bq_MTg1HJA07SlW&`EO?W9^4^HrqX zR4QSO&FNAqd6?Y#IlZ4gCNKwfShP1>4rBZ54QsY+McO6U56-o$F=T0nV6U1J(<} zxw$Bj=AvC+;0?V603v&(PJY+-rthkKsjiF5ZkLzGzUCc^uDVZM+pM^NM3-9YE)Gd( z5sEdU{EZ(KC_>)coXYJ;)ueD4`KNRRX>$MJvz4o|N@PS0ZN{Tux+4Iik zSl#j8e{}`x!tVa=>$-16a&AR!Ska>rj8uLtXAgOBV43e+tgAUyqw6%f$j%8VI&K)7 zIo2d06N-+2M~u-JU4KL&11={@0P6CV#bVEl&SBdTeOs<5W&Q>>@!im@!$X<>w zNQ_5_XV&IYB(c?#+IIWEWW590O!ckp&1!Yr+m~PxKDG>#(o#~3J zXZZzk&PbN6=#nouVts(5TFuF}FJa{M-F|~1^#1^`?kX!-MeXGm-)@;x-U=+0w|>SP z?w08zt4;08O?|1Rz7>DvvVTj;zh%B>{>Aqmg#Em^>@#Nfwp@0@Fxb>QU-6^b_iC@! zFKy{fHTK?67J3$T-55_CGp#yRRPEe6&*daLbVnWFM8d0eMVsos7zb%l0CO z_WOj(AcIKGZAc#w!5}>ctmj2?dW$*5dC3Eb@J*68`Rkve;kshdOPrFj65+fZ!IR9$ zj1_aPr|j98A!K1q5wPf3 zV@=soK1X=bp4|zA7ZIjMm?jq_K$xcEykp8yEa+4a0I162%a%y~Yr?DeTn*Q3j+Y&; z{fm{K&3)1qun%ZBKBhfGV2HqT00AF&o-Ieru8&6}hNZ4AQ4bOTrX9gX_|e~@igUaI z?qWP)I{N#+dE)e-M!`Jo+XO-c$konXaBV}`l(a;`;POLzojQ=qZHnr-f~ze{Zg9UL z+4Lo{!ZHJEKsx#=FkE1()wQ!vUwL}=`76)Q@BY!D_YN&p_so<`OVi3qebaJ%XR5yQ zsph*Q z?!&FsM?1uiI^2Er_K$it_f^^dp~{Xj{|*gKbT{qgP68Cy(6|rxT`F<+jXQF?>5)t> zvy@*a#`s;gMt2PwKi_^T{UL!VfI`3QWvV3bZ`2S2;C`70epx%KZohEqwj|m+=HdS! zyE=NqxEANdpGu!o4V*AXd0MQsx6JpZ8M3SUZk%3dy(!%YrXJ}3jB3d5vbv;qRakx# zviYNT88U9J@$m!OwC~egrU6VRg}b4p5r)xuaNQzaPJt2XP?EV}#kZ8!Cz@ncnoct1 zsfsK$(}B!0_ZS4x(4OmVvMg6!FY}P>ycjdml?Bd^EcEuukSfkjV6^(G? zQ!E6|5Q?|Xg>wS&wdo~m1pE`EkLq;mHrN*ohT^aYGHN);ztXfmo#IzJ`v@<0yZflb zePn(h57HwHMaK2)J=a0&qpic*d#D3v;6p;dv`r9%Rp$9Q^Z%Tc@t+Une`Py=!Rqdc zZb7`u0N}HtRKtW_x7-cWwae~?l)GVW?~=Rqg5#HV&-CD2^C$Me1@U$XE3aNDt6!-J z0Nz2ANxa}qm$5+SBJ*GFnA?}CXj@`CpmarlT67A%^X|p%`&06P&lnzX%$e%DRequO zHUj_&?LWN8$}jI--1K0oa?cVwlzF>E=$Q*FwjNqAZVoQCo=7!3`WZuA1_?@c8wA09 mn-Op^Pu2JKUvS-ZJS+;$w;91Zk4nb`p=$2b=Ztc`SN{jo{??%Y literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7bc0dcbb53e54c4c6d693f88176f64276c99eeb GIT binary patch literal 13528 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..525b74cb5beff105f53cbc180228977b76c71bd0 GIT binary patch literal 4477 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 XAS#?$xwwI#sO*ctd-V;1g6s2t9&A=U literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ca4b4a40df582384ebf32b652a1b58ef6d57067 GIT binary patch literal 5896 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 0000000..6ccf53b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..d8b54e4 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..2e7b745 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..0911147 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..66020d3 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..22e356c --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..998868f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..535e94f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..62035fc --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,354 @@ +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 PipConsole(Console): + def on_broken_pipe(self) -> None: + # Reraise the original exception, rich 13.8.0+ exits by default + # instead, preventing our handler from firing. + raise BrokenPipeError() from None + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=PipConsole(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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..44f6a05 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,773 @@ +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, + Generator, + Iterable, + Iterator, + List, + Mapping, + Optional, + Sequence, + 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[Mapping[str, Any]] = 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[Mapping[str, Any]] = 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[Mapping[str, Any]] = 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[Mapping[str, Any]] = None + ) -> Sequence[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Mapping[str, Any]] = None + ) -> Sequence[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Mapping[str, Any]] = None + ) -> Sequence[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Mapping[str, Any]] = 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[Mapping[str, Any]] = None, + _allow_fallback: bool = True, + ) -> Optional[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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..caad70f --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,58 @@ +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__) + + +@functools.lru_cache(maxsize=32) +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/retry.py new file mode 100644 index 0000000..abfe072 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..cb2e23f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..06668e8 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..87a6d19 --- /dev/null +++ b/yap_lab_3/.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") # type: ignore + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + + # PEP 706 added `tarfile.data_filter`, and made some other changes to + # Python's tarfile module (see below). The features were backported to + # security releases. + try: + data_filter = tarfile.data_filter + except AttributeError: + _untar_without_filter(filename, location, tar, leading) + else: + default_mode_plus_executable = _get_default_mode_plus_executable() + + if leading: + # Strip the leading directory from all files in the archive, + # including hardlink targets (which are relative to the + # unpack location). + for member in tar.getmembers(): + name_lead, name_rest = split_leading_dir(member.name) + member.name = name_rest + if member.islnk(): + lnk_lead, lnk_rest = split_leading_dir(member.linkname) + if lnk_lead == name_lead: + member.linkname = lnk_rest + + def pip_filter(member: tarfile.TarInfo, path: str) -> tarfile.TarInfo: + orig_mode = member.mode + try: + try: + member = data_filter(member, location) + except tarfile.LinkOutsideDestinationError: + if sys.version_info[:3] in { + (3, 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..9f34f88 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..f85aee8 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bae1a8ae77049ca4183406bf2b83af320c589bc GIT binary patch literal 531 zcmZXP%}N6?6or$ScKRblM1+DBimtkFf_5w7MweZPx)_jqrIn?6vZ{h8P_?M0>QP-aqK0ZlO^kBf^WV#1gI=}RzU0a{J}~aWWI8^#*4TgM z4U=MJ1|p@Il|@^z38&LhN-e+7gyo8Bw@iF6dmBYN5lKjecHC+vLomZ3dtl5KJ|xA? zdOQ}c*j=|3x1-DoCX3E`m}bK%x2Z6?=&q-$Xk@grMp_@XwUrXp5p;qDA|W@vwg4!*qrdtV4(H{r$)st=`A literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..555f5ef3f8a94cf4a4707ba6d62e5590dd6d324c GIT binary patch literal 5061 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

Xo`g?9Qg|AIrow}B|npoMl`f9Q1 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 BV;cYf literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2775fb509858f193a4e72b356beaa0503f70eb8b GIT binary patch literal 7612 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 WV}@Ap0`m>q*KC>K&nYi?kN*WUytw@U literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e46ef0fe4809d4340ac5b8359d5c4f23c677d98 GIT binary patch literal 29008 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 Rwoja|IxT?*0=aCi{9k!4LAC$@ literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..c754b7c --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags = ["--quiet"] + elif verbosity == 1: + flags = [] + else: + flags = [f"-{'v'*verbosity}"] + cmd_args = make_command( + "checkout", "--lightweight", *flags, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..0425deb --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..f359266 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..a413316 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..93f8e1f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..561089c --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e0ac24c87963fe946e5993d42863bd2f618aacc GIT binary patch literal 4550 zcmbVOTWlN06`duAPmz+WhhCYI9>EAB{KY02Hp z4sCO70V)unG7!KHP{1}?ASqCw3S^-EEc(^vryu=^sx|Cv{8Qx1=#Ts;Q248NmJdmj zhzhy@cka3O%$?agckbms;_)bg=i|TpdoI$9(6<~^o?uyc@c<)q2dQWpsgml`rJQft zCvn-Y`=|Zhh^GVI7@Q8OcsfJ^^NkfZo8vsJAU-=VTSXp1q;6FzX)EJ&ObvXDrsE`Z z+ed>wMEvuWJ#U%5!wOwnC}okv)ZnUb`x+$peP3b&>H96JU-fq&*h^duRrV>Ba9F?* z0Y?Q~{oeBYm|%|!xL&{w0&W!W9sxHAxLLq00&W%XUIDiWc%OjV1-xIt9RltYaF>9) z1$;ojvVeO8+$-Qd0rv~|pnwkv_^^PF2sk0&qXIrA;MW9vT);^Irv!XLzykt4Dd0f? z4+(f!z^4R!TEJ%ne0CGVUF!bseN;yl;5O2*cbi_{WP5m2z;A5gqQB@*oU@-qP0dWE zuaLZIP+7C&Sr|%4%g@OwF~LIe8I4%7F)IUEW`=B10vsmi2~jz%q>h%@vXPf9BS%=4 zo5(drXkO8i(db*64qmjprKzOsth%z5H43^a&k#9dcmzsRSOfm9$ z5qQypsVWReu$?P}S{h7~XQ`2s3#P>=QF6)XQy#8_qiwAAT=B1TEBXX@0BKqaeh}H4mX1s8atHr3hkyG6D1~RFPLJvm&BK_1*WcLa*SD zgqYV^xI7=@@9obG)DDVWIMOI^Zbj$v^Mc<;I?Wyo~@$2Jj-|+9k z@^-k&qX&J^A5p)AE`jzcy5_%xu1bmE1v_;8#A5RLz#`=lh0_V>kWBh3 zDfyI#JrQ+-kb^mex#4s=ujEKN?MBn(lLI+4ryDbhZn;6-$neo`6)iWEGt>g4mm8#( zscXy)S%fK!QMc}G@60DCHE066(Grn6cH^Z)C#tuOi)R#zxHwA`)#4{4!}IFB)Vmg> zS4vg#n!cczd2Jz8RLr!l%%lfXN$_wbrE4=Ov&gbWelR(3GG%Fu95j7d+z zO}9sWclEc$`-fJK{JH00c=Y8ybSUx1%fG+;VE@{|(NFxh>TcHEerGM*`?$6DQEOtY zHL=pS^3i(hz|H6~URIxk8-C-zQ}=1z-SM@?p3jHwH~*>Qi;f4=Yl$B}4FBZ6FFR1I z?Kz4B;?J5;B)-uM(kqLn%iRNGGWt@EjJ@Xn@|Xl~J8(34HLJU^jFQO`xUq~Hx*N(6 z%CuR{4XK*NASiB-3)FBUrD#Asu=i9&h@E$B?UqfIWs(ed0D~Jh7v|EGSVn9u9Re+>5%*2 z?%3{JvuHr6w=CVR@hw~8DDUhN&QDh@ySElYC#GSsTAb?fq;~dG;Uo>J66hFdRm-qi zhgO|nY1i!GAK(}Ql7?E8$wGEnj8_eN;{TeK-&l&q*4L5LRIVBI}gVxG~ zvV&Sdgezh~))TvX=hX^K)9plUdvZ$_*SHhhRkE_J!@Ibw?yW|`l^rr#wEK2($4{!( z(R;3#mLo=?X5M)`xc_dH7atv36BIH`wM^EI@iz|z=!xCvp{zES)!_&Ka>{nyn49C3 zuFkXP6uM9_?YIXjRjbUj$Q;iHJL(xNRs^pRPiFA9$*wPnRLPJT=q3r@Q{HEv*1^jS zFe9gHZj{jilsaZm;)cpaE79nN(rMMmlp5!3ffXn;QOYN~n0HS%WLQa4VOiH_STxS{ zk@1PKcQ1^epBQ(sX9>Z7rjh^!*Xx$hj%VQ?9C(eqH#ISFK0W^S&%NH|;(0^MyRmXT zhaNX;e1TqoTSWK5>s5HP)O63$GXQy)x3bXuH~f+$J@W-6{GWOx9sU;8eS_-1LD7vU ziZ?AqHex8=aBK4Bz$+PO>g|w|M&3U!fQ=aOK<*q>Q_@Yf420~XF(K*FMsIZ z&aZK7`I3X%wvO*RcrVA79o!D%S8>_FJ)Y3#;C^mNJGhIF6%W%6-scgz9ejWrs)}9* z_j#78k0TCFc$#4cpYnu32M>9|X$PP2gcA-P@PxAt9`S?`2fywKRdUL~Cp^u7gHLW3 z&N=u;o~F9QxPvD^vw@`g122&jkpIQMYskUF9y(2}dz$K2 zPC9sSJE!bt`2z><2g~v=9Nfaka=^ZdA8@d|MX~%#2X}BRMz-RhdKO&{?tUDKJ_@z1 kh1%{O{%5G?>u}@kHYd!Fs=D5#hq!Iyx&+BVPeaE257KAGr2qf` literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e0c5b390dd12ec39bd63525a9b72fb1f221d4ba GIT binary patch literal 139546 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

-G+(u0J9XsEo4V5wjlvU2IDvk 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9e7ce1b822cf71c36984a03f7a56bc83691a682 GIT binary patch literal 24367 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 S^;!AG?C7uYlSE!w_x}&oYRfnP literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d7fba80200d4b7b4132abc6739a51d69ec949dc GIT binary patch literal 7659 zcmbt3U2qgfdOfqVKiXaGN?K_J0>nrHq}2%tFc_cs6$k_v%NPmAk@2mEok3c$fAoxy zw6*I}`KXi>yNczK6vB4Ox;j@KE>e}3dvNY0cHVM%*}YYwWlpY;O7h^!3m_g6?J;NEHR6g_ja0FBN6a1fjCi5$9OXu; zd7|*+TTOOr|FY{oXS|L0mHPX(GJeDN z(yXy)2IX29-w2qE_sdL2Hoc4Q4c7Z+IUv{FAbDKR=BjVhw7T#Y6aS&Syc3#TrK2ll+y?fwqg4St7< z3vs$v)o3&^8rG&$iW=f|XEYJM0hD!b3b}<1!hl$PUKy1l({BTpXfmN!MH8ArQ&iE? zhdVkh%RlM3+zl|)d3mxkl)2o#zUgv%=5p(EjjbWwmzvhblE~B`94NnEoruNE#z=W5 zn4koJDCw0~0o);))t4a}&oBVoFW06x>f#9W;3!sZkRkFVHyE<%?x-3~sG5|BC=|Q( zn(*7FE)Jc2b1?iy-^JIV3d`nH6&Z-DKkK;!!dH7_DG`lblTwN3wVr7y6^=<)!mspn zqs)3@(JMX1^k3=TyRS!$YRc}E6uAalq4uPrsU8%qoTNQ+RMil}kkJpKUFAcKzOS{NCQhJ;(DuIi44euRt$(c^OeYLsV{>%Mh90 z43uOW$|xiZo~9_pRldD7#M5f1GBKf0l7>)d4K(T=oOuk^N~IVLLQ5+=>UIFulovg_ zzLZM-`jW>x`_|n4+=1C6d0`W+1Dt2(?Suxlw|@c^*js=`886>0^Bw;)#Jo-YK55$$_G*fGk3^$H6*A?@I$sDfNr1A^?V^IJaS#Ag*$7+)##1AqtgoKLoaiMQ` z_|(Ng-38Z6#+B>*`L}h)C{0eJ;1*Fokkz@kit-ahLrm4-QAIO%Sf$&bs{ z47HmLidPIBf+`$(HVfhK)GBf{0~~eG9dBPrr~OUgSG) za*c&fajG4)6TJ0X%l?u4_XEWhyh!GXKRLGW*1g(aUV7m?Dg=J;WjP-JrgRqqc8~ur z2}6H*V}IldQO}!u+A=TQ-TA_meXoRHnm-7L(9jQF=S%P8YsjMO#eBYZbuZ2Jr$1nI zKET0K3)U3$Vg~dhyP!XEAA5m{byGeWSZI0SKCbap{~tULRq)*V$*T+83wh!-Hf|?c zz?WI$;YxlB-2996PX)i1ly*iaYM_>deJCI{m z$OsuSj`Lkt7*CJcC_6L4I-Z>DViaIDauusNG}DU0tc_mNKcKD8^f7#^ufAe!?u`9Y zPWEI31|6Srf9WvsVAfax!7!EsdJxHNPQS;^Q<>Z+%r)#6FFWCYm@ zyV9rytT9e=Ox9V^YQ;QRS7K)cEsFzf0$SBTD_AkAl2(Jop@J3eIPuTCT)z3&^b3stU9M5%%S()$)U zM9{z=!I%i6C^e--qF19pB9erVW=b>s6y(hOJ_->jp?DF#`yVLj`iaD~L~=4A-jHZi zx)M`*#hof#q*OYXOo{9s#ZxiHRFPSqEjFg=Hae!J>!S(qkD|yb4pWS($waTX%84Nt zWy=4j$O_dYMZHCtfkpdHnF&HW2)^Y}Y&eE>&ze)NdxoYHnlyEaQn=EB9F1tYJDCEP z9M`Jqfx)D9c5Pk^jrr=j%XHaTv_a9pFyAy(r3oc!7OMNg>Y59Iph zCg*n+{M$>Lx6Mln{Crc+@n|2Z3C>nO>LK-;<|hk*UCT{7^Scgzr4@FaEH?G$>-$Ta z#fAF2+W@tbp+0RV_09A07yXNYP~IEL2STOVhMau6Y4$|PUprs_`S!cp3;vGfU?|^t z;_Hir&Vgd^Oupt!DbP4?zkO)7->NM8o96c~*zX=%^tb=j>t6|9UHTi(VpspS!Ir=4 z|6S|f%lX!!VsJQLGyJeFcxU(R-3!9PXtAz)_GD?@`*LmDLjPiIXmR(kuZ6|kr%Ls~ zeAC%N{n_QDS^zDp2#E6a}Kp#cLvwD*}=6Sp8v77i?AHdJo`M}rmpn5x24Crse7WmbL z9&fI$bIhDuX%_84HZw*m?SiZUOC3ajpjA)_KkXG9OYok3W)7J2~v7%vA#)?V7lvBo*u~+OI`c&(R?D))^bz~fn)Nl?ylW)L0 z0g8C#HvrJ{8(%jRU%`r_)wT}D8cMlmgM$V(-=4)$8!Rr%XLy;v20EQKqh}=B&7RHS>?KQJLDlC`GQk~>u!%r<6s5s@o2*MgPfr5rAkbZ zK%*-+l$dUVw4d&PgjQ6FK`Km$CaxxRr;+{j)8AnO>Hv~XowF5LzB zMG1^S*fgDoW66jVQ;&9UfISA})HeXkkdnCL*Y01r@Ad!nx%=n768_fxTX(+hp(YiRG+YJb;v!>^MAe(EmU4#jSrYo% zh_a-0zcoUgRy8GFfnxGo8&uA_QrvoqX8}^P(`wix0Vx>gn50S??3)cbD5^{PKH>?e z!F893X$*FT`_B%X9Uj8Nphd=XJIhUhpQ7qcb43jsFT`oi-(gIfzK5*vs)U^M3f4yv zTm_)pQmGphuer`cWe_SV=G&O%H;;~g-6^3T00xd$zXdQuo(Oh(<5M4T`9D_k^*a`w zJ0G;{|IN_Sfq}w-fu#d)77n~wY`KtkH7_@}EH&>bH1AnzK2U(4Ys%REk$?R%*kb!|5o)}buLnLHO=&us@%64=NfahA2rRKc({FEsr9wxK*ODb zw+}9F-LbT_tFX1JxV3w^bKg?unL_88V&}PM+PAcQe(dhC;+C#wTDNZh!uhMJPX|le zTT4w_mp5(s+`IsIrW@z%|}@qA{)%5b{D>A6FyDva7%KJzkMd4pLUuiQi-J3W~90^4dhIlIjM-<5DUG^JYxa zZI==lLSW|9nw1&lsLY}771MmLXr!Q5xwiC#e=Y(F2 zC(!Od(snAMq;UH5G`!ORZ1ne^I^B2a{BZc>n}frr-Wk>%6Dc5|=v8H>JV}}R2ZqF9 z5Y%g*TL(Rlqy*RvP3IJfYF$N^#>F@MMLc{IK@NLo0nCs`bvFAYZn>dlVOOysH0Pcb zX645Y;_~K%+*`Mu^RN8E_pNX9?{*a~zMXISqoVJfyz8B1U)`S{EBe}I1|B#!mEd0c z=6w0ajzw2!*;Bvd*;epuo0k^`ik_~#(Dk2B{lwewgmAzHDFq8}UCcKP6@9~b*YJNo zvSItG+6a^R(AU>SzGs`{sxp>MZLM+Cql`g-!y{d8*Ls_@?5UgT-!| z@x@4hvk_yekqMmXV~W?0#Zfx=)DnEf3S;yXPeo%2MemBD1878B=#sH$OLru%jKi)n zpO|Xcj9QX@h~OpyCQWpL4Br{Qyg(}4aORKFTkr}Bg{Xf409MIyk9|BRtke+B{RdL@ z2LjOl??n7((*7;!c<2ev?w)Zz3~bBoyVHBSH{bkTG4QiIsVUX($nQFo4;+U269>oj zaZg+}Zu1i_$DQJyy7qIyoZ~5hzefp_-vpl`MZKt(DLy3XLD?c@*|cPeVnH$`zFYt$5hmMg z$CIYqP6XOci`;gvp?1%hN_VE|>Fl(6lALiTok=pYI|C3>6Gkf=X2)kTN%qX4C1=yE z*|TSV->nBg60+Rc`D07sMb*8xZryw9-tYZ=^&e7GQ#c%N{+qwQ)NzaB{xe-DhfzLx zw65j2Tb#i4a{@1DM)*-pzlNuC?TEHti(lP{ZdBi|m-7t$23BV5H?m(-ze&&wh7t2< zN`K0zrQd>jdcini9Zl^|9Zl;`8@2V@Se|LbKAPU2&d$vv8KaJV$EdU4$*xmIGDoxe zvqrP~vw2R#d5o90DIJafdUC(dOIQ7Q8tyPBSl;9Wt0(3A7y%vq`7AdTxoHWx1uWNw zTzf)pAFUnFO>8*cvUh8J zr7b*}zo{A0vS*t(?kw7v;b%0{nrR-bq@We;jAn-KZxyQg_X^eh`viCYexauSfKc0i zP^jyFMyT&^!-x+lE%vuRar_PH_&bDMLgSl!er!d|8kUPFpA*2`<0d$-@;JvuSs8TE|$27SZhW3KUwF5fF2*9nhr zP#E+Lx-O23u4kuwub^mRaOle5C6CwjZ0EDyhLn`v$%%<^(dTsyj*PfQ6K)tCL}qnU z!?rqCQ$rIa&6I3!Y;I_B4UP$}=7wf>L(1RMM7#NzeR6DgXk73Nj12oc;^2t42bt-k z9ou_)cPxcI)>Ksa3E;3x=9@&w5i}P^(JRqt@;QO^x z8g$L6%IP4h_yjZt`KG&e=aSh20U}_qA#0=_9HYKcIxpYPyW=Szl)Se%aYEa>?)pK>X zoE{TBL*tjmhW#Gld1*yTgK(W5yD~O@Z7kkrdBM8ICPy!L#3yvKkh)1pSz(p2M*`HS5_^on4)$PIY!D8|txs(s!|b_hT&phd(97B^_s{ADfkP zm)r8#uC!h+&vH!HgWVA`Dwn2bM+SWWU86B$@8sy{pg0w?ba=c&;;;lUOvgM^*TzM` z``CPBe3X{_B~Q%IHVHTgY~ zgnH$fVhxqnQc_1rJtYm4G*UtoO)RB-WDpPlD;Lk}z{(gI9~A0OpE@2hpS<85AMyAA zuuRX2<5!0TIy)u72d`T%wooHGDA`F#GbP)RxU-UVP;8>|FYQq*<-{PMA^y-Ad;DCQ z0M_65Qy!QYjB1(azj2%-z1H(g)t@3)U?*h*BmohAN)?2fGKa%Rw z>X%+FJy+{4ovy-J70#;MLkiMDLmUBdE&d*@Ah`w7O5m?xv5N*DuBD@way4?UOhj=U z%hk%cx(#)8R{_L)YMxJFIlv&i$@xG=Nk<2#5Jd{%L!>Wj*TCAf_$*3Y!Kl=EgGX;n z@^h_9c`xU)Dd*E%ysq2aL!f1wSdLOUYj$hsXZvFyL9;;H>Je?QV;s+B;~ZL@ z;ividY+U8N{M*)P{#*Plp6A|9*Kt$a?`f~`cX*;=ECbtHb_{fNcOLKP#Y@sOY>V+1 zy)gm}PTp-?f+455u+0X6I!86N^gbf7`4Hi5gmgwFme_sdys zrS#NN`rYS#c4cM%bKh$Um!A5SmnQU$)NDRr%;srW+x)c(xCG&~jllc0Vc#o)I0$@1 z)Y#a#&*hb9IgdbhG`mgcd2>sX+;bX6Q;U2d_MrWk9&3HXgMuA9cPh0~o+tFdunG!x zwrp4KAWVhHFv>X3OAAgKek^0_n8lY+d2v0}`AV9N`c@}g#YpmW8X z`=qO$u(|XzTi*MpF&96$aG?^wYWyF2J7y>>&ojr|z_?yjUyfr}fxXRnz** zv|~3Nf?iqiJm)hgg_q6BS^QTpOluTIi0AMWCMckC_7vlnK1JPwPkoAM(^J%a%AR8W z(x;fe@>o(fJta*UCwq$JOP^x-%1^O=$y2rosq86r(;6Y|3h>nv-%#pTex7a9^X&0a zc{Kt4?F_+A&t&I0PgoE3ul%(1#HXS4HXY}4C{LVL*OidLATCy+;2e3MdlQ@*;^DIas(ffZy)m=RUj z1gvN9I;V}^jA@hCK5h1<`CP0UNZ1NA#IJ!t4I)2foHimgPn(dYPT6HK00aRL17!Pm zbb#U<0+R*a|ANQsbIGvUC3q&l0D@I@K>|RfGP5=5^#~0^Dp1060Twx01doX5{RTj! zPX�+(jM$(=^R*Me@C%UV1h_S{3sWz5P49ihBWp3HRR6T;*hJ3xSJ-ZN(F)%9uR2 zRy>LGm;prp6^|IxfuHw!sY#b>mZ4nnIb8U64A3wY>=Vbc1FsBv2c&!BnJV&~!L43e zp}&-{Z^rK6#lX&mzV{AO4BPV8*+Ve8Re_qCXmV_ty zOP}7GX|&{ZA_3NaV9SVP>|QqB%h(;U?GBlCGjtU*p6)r;bMj12kJ}&~K}|;Gh~0E{ zl#*kV^io2l{>)RJ(ebO0Ie;K?31IxdVOMzBO^Ibq31!q)Vp(%S89gGgY%xeKq*RTd1xY@Izh-%jyVGNO$QeexVjmtJGl*=uVuq3NOP8>+ z^n&NYq{Wp!F%Cu&qfpkeH)a_24m1rk$-m9)w^_b!9%%Lw zl6R>G+Z3_X4J%M2(rXHT-f>L)EcejB>-Vf1xH9)gb+_w2Y*@9NnLiq6U&vhU{G{}g z;m~uZLv7Emv^@V-d&qKTwj*pg6U#Xi(q-ZnyYms}(C?blMlEUYT?t!Cf}T+0GvUf- zqSnGyYkAmO9z1=|TKmA7ar5|%ae|fDf6Da z@qs<-mUZ45Dr{LEx@T`?eUHckjeOZae{S8mUWLi|qM0*ULY9Jvu`rmvVl0i?T*36P ztt@0JdtkPPQi~$y;$YK?x%`1C?WXmHHI(_xCzbb1-4D{rLglTIw7ntIUQBhGBa~GY zO08N+J$C2VUELp!MCy*sc12S&evRz4w){MokB+vpSNt?C5Df5NFMX`F&=VVNhYudi;}VDV0}qGfS+pm zu`zLs#LTx)9VQ&vL1*eMQVUF$&`JeNG}1S1VM^F z?WLF7>iY-l{oCsIG@Pp)A{3(>#NpEQqqmWOi`Izy;vD1U#G3LQ0yqhkLgAiTmrqLd zgQHN|P=1L+`8H7RH2-b>J6fPxo&S|nkW+{fE+?U`IDBD}N&ZQS%s4{@_d~=_K%)C1 zDFK)Wo>c+==o2SBb&$rghM*&Wq=Aa+Az>Sw0B|MATZ4EVgL}-o9`g+l2%5nR9`EdJ z>*|bYy^|MWM$t1dGC1Txk&f;a`%yb)O?;A!wPk#nIY2^rsyYCsRRMP58@O#1e_oQN z%yOTbIFs`W6KBu8IdfxXp*L6_u~p6K9%SU-s-Le9YJ+D!8n`{M+gh|LipJz≶R7CIT7po3OQPofNHL=8xdf)S}nFd;Py zW~3=X3Q`N{Df_L06=|vf?PPzNP$HzE4VwV1WWQaoBTW~ei|o%3GLSk@?m)Q{zfSyS z3Z+6OezSxulxBN!KviYqIv3?R_|3y_E`IZcJd_s*`A7?e0;EMkA<|-@2&qdbMp^=W zL|H8DxaZQ~(3Bz{7#s)5)(0YQgk{GC!@#+Nc;6$QL9a(%7OM6~;p&NuNL2WctbxP} zisGkwaMCwkFEBdOBe)w}go}p;$Jinp9`pJJ$9%((uQ4ifh{U7PY8)T)$XY3{2jcxp zlccPIehGSjF_gJmSp)U18esERYUe z6+Gwy$ugw}k18syK`*HkNCu}gFgiFf0h+jmgeikA0m_QR+m%|9&PcAL5Y$qpixx7g z*E5vJ!E3S3=WS7*&%4YFB9Ky@WYVT4JZp4 zf)!lF>(Lcat?ZcA;Y#hzH2?Js$Tw1z()jN*ue8pCNSM~JdaArFp`O|cR!{r&QnZ&I zFIUc{wej{)L**ou^0-8W+L?lWq33UDK#!~FJ=d|&9>{ZjXk^lhR}3Ob zKQul$27xRIQ6&+T5g?89MzJ(e7OpcG=LIPwF+HBKp<&404YKM_N7|>DnNn6UW|*9S ziqsQxg0dV?7K;Ly-1?Z#>lwKi(@`H|MtR8*FTj?L_*)nN(>yUkOd`UdGMefPrMf7i=SI)MuKU)q zc+RmK#}&ctq5By?pv$Y^;}xXR$-aCjET`mF~a$sJyN2R{iSMR6Y2{<2N;m+TdB*dpFM)CNOUyZf&5-xmC&AX3{k zr;|vmsuh!@${bQR2kEmyQ zOwboJ1o1seW+{0U3F9ScX-F%>I>72mOV*#iX>^H&S{fB?A*>LS?PltY)bDouZbc|- z+kI1$^r8}9fcm1!aRRLLrZ0;+?RR^EP)j zUS^=al0XZ6wK;BHzj1v*_sy?`OodWMRWOAb^bXj(lThHv9gT~x61s|)5Au;s@+|I_ z=9d~%rxzVYr6+b+Ei)%fuF~NJPsCOpGRf3K;^eA*7QeL5%KDhmnCS&1wt)NSnAYsa z+9~7WN|bU=v_e>x0IZc(-r%os*R?Nl*LdkwX#vlGy?}ls>WOWe7%4y*7)+d)SPFxP zjL6zZd|`eB51D5qf1zp_`owu@x8j9n=B{Q|g)^&`bdk*Zxs-K{)?5;`JBd?T=m+cc z%LlgXha7J%d61E}(DH6W$m&|x;_@-mV7!}J!rji?3BwgO15%={*0Z=~*pa)OP^_F@ z<*xJILddhZWVCi1d!bypCE@ofq?yvxY1mwe{{n?#5Xpu$4%-VN3ZOOhVv%pzkqLzk znv@#ck4dpR7jz$37p)k0n0{pZ8l)sB=<7Sx%v50F2PoJwlWczd1)HHn;+oB(86-9iGib5Bw>NAl ziaN6AjuFt9zA?Sf9&|)(6|1(|u&p*?s|USr%e(pdjn@}^!M=#CCS;OKCN``kT2~C9 z5c{}!LcI`GCTLtR!I!Wqrg(@dMFI7p%d-p|@9yoBRC}?sfzIQdCpvrjdZmE|QD?(y zNyGlRI5;^1i6e<_{Dqr`yP>#%#+!>a;^PgL|DYjUx;yH~oa>I-a=v7NT*ZA1K;n1v zA@Eo%S@Dr2TMz;kQ~X6IED9Ca#9Q517mETYfl$6AdHgoc+`5>3Gi?-eV(xl62gv%P z`vv-exT;zF8mh7^-1#xWoX7<{5w`*Tv!M{?g6!y0uOTO)g0X z*yOHSTw#kV*b}xiKX6p7I%>m?+NF-=iil%($h!M8N7<^QD(nCdTk=F4Eg@^m)|pqK zl0p(}*qZujY)pEW(2-D0cEn-O8#0*Ih(AP0EDhF9j3bwb)GeC@%Z||JAZk4cwMu1G zG)mG=#Fr4Z%z|#dHDoP(kXEqJ7fCA(nM$_~hhB5S#)wPt$rykJLh66^%PTgB1P}cF z6rfXf{JIhbx{0I=;L5y%7nuRlSCTNO4~!e-KxRV#(k)RYF_Y5fhRtXtNy5d+5oS2I z1#~ACZlhTwd$3vV3oB=@2=*;i-afnBa@YLv!B37vY$rmd6I*9cT@Wp}lWj#bv-yZG z0cKD@E1MmJe%!pjR+g^xLDb?JzR37RiQ8nhTXDV?@?eaX;i%t316x;&3DRJO*S9bg zO2KX#B`N7=xiy<()m9R=mB@kg7;RM0Hz{l`grpN3A30&Wh=W7rHh zHx}=Yj|4sc>LXFt{CClbM1CbHH3os2p!tDTS^YBImIOS48kOHXDc3KnhA()Cd??r# zyn(LlsdW^}&aL;?oB|)pWE~20burB1b&i0GB*64pTRYSeAAVV_!8FCpHj-;%}q2-?0hU5^LN>Z-9)n zX1UK&9XDUP@zO$0aQkxhz0^H(8lnNS73Q+}p0#Mrns)QZjU&Hx^p|soq?5;9GE?}U z()V$Hn9-KDk^G|)T62%Si-#n>rG&i%Qwar1C3|;*hN#mx9o@m5dlPC!m}E?AU?#x7 zZJO4`Q67-xX}mXj?xrIyvY64~jufRBcetl@U#}wLjhp%*kPR^XD8Li+K2?wcC4CZM ziJuND(s%0SZYjHksBbh#ICx9ugH1T!!h0ewKfG6v}x$86m(x$@|0>^a(Be zrjAzNmxy0x3{WNG4;a8e^EjoYGZ`nyIkKg>9%^NyzwRroQc396;8zKSdRbV;*!`Zz zd>tdYm`SBOMbzQR5@pT+9>I;6k)Ss0&>8*E+t+vc+2f!s$m~jdp33#!39v8XhjebC zx)Xy_WOC^?GQN;>Y$OtlX-B=6VtNKHV+LtMF?KPgyD%qa<*&yIZ5^b z6A^XOX7~*EU^Ao@2Mv+5D(Jy#8$yk3;o3v0pdoCk{=&dzl|1B9&9!r#(2Xp#hi%1C zdk#+Dw?GlJmRs;a{$hUcbR@SnV2C<$?iJL99d*lDp{Dj|d-u-^kKV0#-xKWo=-BOJ z%i2hJ%l)Dqp~9nqE+oWrndVIknL)#Sdll3~xdjWIizxv;nh86~mok^#5%=DxGw0Tk z`6CObgPr%CHS784$$BYgcMusJu|atBX=TlVFsGY4w_?g))-9h4Z)=yYe)TY$D>}w| z4H)Q89VP8n!vuvi#0X%Zjz=p(RDysV{}ECvTiwI25$rv(`Tm!e;E}{wSl(2JD#jMhdvfC1Wu*Ku?Wmp4JI~l=$Oe62}1w z7jJ^XWoRcE6y~S3g7&gya}PnI#-XV^K0wH$Xw|CJ1+?FbyLHS&X*=3i&Bc@&Fu@@s zJIAyx8T1tlFhZ57wi(@6#uICq;Cx|AaBA=2yTBnKEVo zo;e4D6u|r^&JfJD;&YI#oX-D94eR>5L2blvX>Pk z4U+A(fMJOLiIQ4M{ufG!=@ToE_*Ikr=^jAsdCDi#PDu*zujuSMNMgFnwj3?qRR%R5v7QYogcfnr8{K!rc2WR;RvkubQE2$O$-On+{&&BK85DD5B)38-C@ zb=6c7HkI5nm3>B%s!;vGaP>2h%(jP|!@LimI5YRw3-d25c-|eD>-yA|A2clOS-x<0 z&)wQkO;^~}C4=a+u&okccGX@IwwDBJmORV7KYrok7w%q+?C88_S85##+o}L_7f!4= z+|lg()$F=(cHMGXIQu}fr0S!h+eHAYBaxE!MZ?;L>jgtJ&$W;fFs#{}_j0Pkw(97v z{Xfq=u;f`N`=ENUI=JIIjiKBF0Rxh?++xVoQuhJ6Z|KkI`}Vz`Yf9-ksClXxJbbAvjK3>d_h!GUQUsx3HaI?L5|&z!D}1m&DTK0w@JsV4-4*&FEmi zr-h~oHhe@lD4PS@)2`#j9Mdonqk7C%RyU)UYbTN^s0WRDDM*zhXkp{izPyzw?UdH7 z8~kTj3%wp+9MUHe(u4v?OE~6&^iv!pYoYVw$P~{rb<>q=&`6RqoU{O4u0x(z2Coi7 zHwn!k(+Y9x}z$SR>;g(Bbz4 zqKG~7{CQF=y@cD&;WpAh!T{*f7^<9?nwESjDR+;*z2J=Mxks znmD@`_eHs=l9t|QHq=!aJq2!w^?*YvYe(Ibj<^OMj3C%p#s~uK6RVkw{Zrr;P`eYT z9ew~~yDs5(tOb&2QjxI(2^XM9F0k6q}E@ zz4c|)raE5d`&c}5i2n%;p~Qshd?Ytx2S}3wvmKF+chsnq#DC+@VovT{vTzL3l6qbz6O>vo{we;_cId{$@ez_xjky2< zU7OKFgJiJBs7IPju=#r>E8p^}3U5`bi&DaFjQ_F(BCI3p* zo}ab;x#!;V{rAoehE89&*FN;Xmb*~#y@GqThG<>W56NCt8>!p(^PK&`R~OPh$X?9; zPHre?e?TA3*}s;PH?NPT5!y^E`9aO{=|AlI*^av>?$sPkXe762!8or+)qwspOZuv% z2s*;|uYK_P;_LS;jnRAvUl#Yx9sew|IH>!`a@!KgtefkCi1=PM(bG$(L-hxugt)Zn z7x_TjT7JoDeseg#dAaGwyFT7^cl(d_eZqfy@P2;#10b)o#k5e>i9eqXoqIWSUbvs* z`P@jit*3AqS@&|?;dJ+sC)98-nq9b>y)&G>b9wS!_WlRXyjwlfwGa_W+{;ewveg*sL1@=2Q=Q$#nhb%b5KH(JBr zLT!h9#q!}hCPOohn?zIq)HKFxC}#<+K~PI7>p0#5Jfgdjv@hw;2y?PKR6K?|o_pFI zv%qb=uzDl58yE!!!3^IdiUEjqPa=?wdpiLa6h5hrENs?GDlyOvGA6`5yTGUDSdSC& z_qH$Zae^O}*5_2_O{F%{f%meN-1sjnf92=md0#Sz%mO&`a8htg6E70o%s6_tRRWa+ zHxPZ|M0am5fw&)0`9D(fF(qLtHNc_`K0+cvRq^jAQDJBz#EBVY9XA6#F|7#OIxQgL z7XF>A1hxPh$ZY?DfX)Ad!mYptRsjLut?Bvcu%#?&%X%N1x-^3nL8c@ztn-YaelI~t?T>|00Yk1lwB=On1#%pAIap>f-7!;*HX?T#T-+<4!)ZQX*q z)~%c~d+w+L8aF;E0hnbM+UQu0*gyxOf`s_yf^#3qu>NVifP{{O2!et2gNQ2aMSvBbDl5chP{9Q%%7?O9-m=VD zF2cF+P1B4aE*YFQT-5jom$T!B<+8ecl{}6^4V7F*4Rxa?*0@Ljr%e`R7-vk=MqEQ5 zGh;@tl5FB>vk;dRrc9?mhm!;GhiN)R=`YCG5&(ciATB=;u8(F|8{#e)`m3@}ysJHs z_qCJ2M4B15#eb#!70=KW(kYW{L*?B;X^}_N$S};X8%Rt+)DKLdkVYLQ@%+zA0Z*970u%)Wt`MM^u0ju)i-x~Yj%Ncy@=d{R$YblVrp|@x z^;Df$WwDZyZX`o8Xv3*wf62rGFXKWI3t(39kQq1zCX-et7fK1LNuva~6J{8e6H{79 zNOf*~kNCHE3ZqK9`p~)0>56DWNCs5;NurqOow#HV!&oN795S&Nr{BE(?VAWFP=P~N z;*x@-H^JSN^R}RI5*=jbJ>)d0B>|q%7K~JQ^@rE)TwC^jfBJ6Qo!9SYAN(}mwXR1U zfFh@4CDh|jKO>IAfs=`~SU{&LzZL{GK>R!n=)Y6)zf+PvZ{uk}oLv2TJ}g zN(e&Z?sxD5^JunCVAw20D~g$9vKESECa$svwNGmcbfDE9vX=rC1t(W5b-+6dM?#MBkhT1?^!$a64~{J!i=hsvJ6_u?zj7Y9~foCv=-0pZDuP)@IFHDzA@ zA!jf@$A_&&b6tU>7-pUeWNYekJVd@Z1s|9eO~FiLb->TT-YXK$-zE0I99#05m~w%3Q4hT&-@9$4Zlpn`CVu6X7xm zZ(Ic2MQ#PmV23=-ZcQbQ?jE9 zZ3W^`$iR;ZFL+cw5=p& zLJqED6Nr8Q^&*L0*mf{sfx{O3Z7UWh!h~GcT$e5J{1Ao>LCi?o0A2>bTnv4d;}W=v z@JE6}Bvn$JRxzl&!P+Ng9~1;wTQaQ8>iCN{p|Z^ts_1PT#B-SWVFEN< z%RN9iteioog^qXj186OrUbGO>DrX>kZXjYR3>Jh<_4gD<0Bk$;P`TD^$VxOPcrw&c zkUQ+U7jP30`QPJ5QbsP~EYW-9Jg&DGHj##=nMOp=hTQKR_nehMU#RXtxawfU`Ao#t z7BaO-a5J&5xP^sodjvtI8bc@1 z9oRzS&jPar6f-e>A~W};yGI!i7Fvb-qZe<#_~A=Gw>2#c1$2Slcg-udrjV)WSNLHT7Vlb1bsGkxuBKDJ z-hjYh&|6Z5bde(XSbn`hkp^cARYNWo-hDKt3KU~Zb=!W}eW&~T$9`_x9qbJ_0>Z-f z`Qa72YlX#qz`%A(14}F4I4~7uUuFX%2V*+hd?XXMkk?Xjlq{Ffq-{D-qWzAM#0!w) z?h{`_@nik~j10|ilOSKtfdP@oc1iX~zP{q7okt-q;S-#E@k#{;XrQPoYGouYG9M>T@5a==3}2tn5*S zLEpnawBz()iUx_vpwE72&(U}Ak9Onqkv&_#?@@EUKL25BxxQ>2basjR5tpwoebid5 zFL~6*XX>2~8w~n}hgrP-5T2pYXFW8@UD)#oU3iX{MnL`cTPCK+;k@CpcYMsBsxY4H z67eEC``S9%`r3w2Q$2_kq2tj-y!nmp*9e=dOUByA^=|!!C)Uy8UZrj62`p8lZ2hJu z-l==aon}u;zvYQ{tJ*2Jfg9iiZuF#)U<3}}a2FTMLdyGExPe>X1a9rm@E8QsMU4mf zNG&Y2vJ_6`7d1la`+7Ktr@=XV2OP)Y9FC`E3F!*1>(3T!a1htPIo#&S!*4zUT;p1B zQ0mF0e}Ypz&-dgDnXEiZ$QE+mPwg*wDfgv(xRa9$`A#^L^Kc?3hw@^Ni(JYTjMZO) zYdDvy*QK7)%UubRDxZ?;dAtq+8W*F*a@^}m$gjY4Ny2rdr!r|)Cu)MgU~2s3ftaK>8}-az_< z-8JR@l9yjXunI)2I9Dy73^dfAt5GuD2h05hFTa#nzNysQ@LE${^R|{wf0g{+l>iekkYS-!5q*%wXhpCoHAJfm z(E<>RRsI=Zu~=OgFN@mhLg)w<-Zg>wVOWL*RQ198iOb(Bz1TJp(T#c8>qAWyXhTBa%dt8pvDj;UG5rTHk{KB& z00I_}XhTRa4ugHAMzljVO;~%=5x)y|@5P{8vNlz~C2}EQ-h2r9_d)3-_B_F8LGLS2 z>MK3>rb8uPtmMXj1yztRqc?ND5~bvFsd5(ojZ3~0pN#$`n`Q2D5?U*9=9yQps?35{ za0R@ARb>{vCHScTdD4OB$!Ban(xu$QRGCShdl6iuVh>%$HGxIC1`*zi9FKo*|Gwm3 z41eTuqYoVeuPCz{vd$ozuRFX~YZQi)hEi z%oI{p9Q2J#elMu@o>I;26zAyt1|^k5W|5bGnp zad18UN2}7s|NeywPkqRl(#yX{*=WS z*xQKr@&~yc7Vf7N=^gvDf8yNPY2tonsqNUK{n>7w(tY|)z41>?Eu9Coe|msN3Y0KQ zubKEC*pEoqFJ@BE8bc6Lkg7JS)=o(?60G3u`02rKCHqZ{SrgG&ENvqOi&+y>+Tg7BCgM=R;z-ONo@WxUIM|<%V04QjU2u)1ic!-&x92y1b;f+}mFl{WwJ3c86 zc?i+6y|=-HQ-{71Zh17uu$K>~(veJqMba+?Qo$HashZq{AHD)=T^Mam!)qYGi)Da! z%tKW%`vp{`K5RN*#HE`>pw?N9z>R@P0ECij5ME*m^dxsBHD^#YZStMT+BCw*3W0uM z=g(cH4ZrC~+Acq>LQ1LSxXHEJSJO1KmS4TixPKY+k7n_op;vll`sJ85C+h=311I!h zY!vm4tbXMa>Z?IbS^KAx*TTC>Z1qs`T7nt~mD=*={~Dv*aHp7&y#0;6fIpiFCM%k0 zqx=>@W#N70JZ%lam_^2?@_oryTVe85m~74y%wv?5_?1_T!uUyjai{cPqhibAn;$BMjQF0JTECtX&idgSul^)w<-GH+HS+&P$axTJo;UfuN z^;!lOhzMbjy!v3=rZ}uqpgDZCL_)hv6hgQct|9MWOGsjWxTI2-DS9jQHl`W564Q?k zQXp4^-}J%{STY_lc@c~YZvP`OUPuvu~Xx zPn)yzXIC>T!kHDpp-5&8>L7Y3O{A8~Vut6pUY>tB*dEEOCeyvlxl~Euo(QW|sVC8a zj9*GB^@QQrG3?4skeDtv;SVhW$snc;>Z+7;{3Zli=EX`FhUw#Z%2|TpEOxRtBX0Qu zNi0Q&g846#nW`e8H+Twd2Hg!wP^}xFwp-EZ;$$Ej&%|>`KLNzc(JD-J1gTZNx zAKgN6!tzuhf#nz`Iq~havE;95chO@=`I8nXU(KivrEgx<70! zo;w`qkJ__V>=g^;AJi_^E?o}Wc1NB0L}&#oBF<_!8D!`DWnM$9>)5~Vg&KU@DgF`1 z=lAlUDl?I4xtv_YAhYj5Vs%RkLS<*s19~-#1o>n1=}8I;VyhKU4kku@)k$A$BAKFn zYF)Kmm{`H%2@CIiFxhb;MbA)p5++YXEcaPM+&U5wzey;cq^6{=MjSqg%m9;&dc=5a zI;JH%ZCcDpN|RdC>xNYpe1^yviD1At1E!6#12{cZA`5b+jY-=uZD<2`s{Ke_-~7b- zMCK7%j=vw3(Txw4G%|Rb@){uj9`rDU5iUD?D$5IN)ePkx<;{x~PZ2M`Vigvunq;P1 zDp4l;QY3#F*&F65&!g{&nL(*xSL$+W2EESko^-+IEAfy+?03qb033YG*qPbSw zGgWUz&s%dC!oIOT>db?>?AVP?AZ$JnVL!;L4>{|jWz_*4i$`_}8ntM;GgR~kcDk49?rI{=y=V>A0W~X*@@Vb0KpWyKuQ;otndIA< z>5k^)vJhVtJC?;rPHUhoT38xr3k&2@w{zts&&} z>!60#xs_K85}r`ZKjR|Ofgf0(+cUvrf%sB}rWTOM2QioIkl zaYz!B#N4Wf3MD&`m8et4YE^feTALt9BGQ!$z`n`5u9reJ_CWyr28!Yw?-q@pofyr; zXub&)+vXxW+LqPtpV`WTeWdAK*8SM}vGuMHv9*Ux?OTUMon*j2iW3I><*p|FU{fZg z1SDIG8GfuF`6MJm4&=qIfD_VpCj-}n^-+?9u1AUPJNN_)fCLXfmk!HCOJYx@^EhPz zx&#_@vh~=DqL@jMR6o|Zsvq-i*j~p4TxapR6W#=w{NequoqG~RF<$vbf*jZ40x}cC zOG?vDdJAW8Gfc28wwwFj+9%U(!NzcA^Np@G>=k$ju4dMRGi#PwvHmk#L9FE#evtd^ z++fE?$3HwCvNp}}QHwRub>msQ&UV+Q-R9ysi|w4>!6_a3&kr| z_gX~_u8!U~8t|`J<*-|cyNDJ98|Z(-qn|iX&<PpGLH zfP;Q8iq-_fY$Jj|$S;~$R@nL-2PvIw!RrOdQ(S%~1ki&z7=Fv+FhNjZV&>%#6;OZB zQYx@C45Bt4)2eWQk@QJ4z)44Il-l30wUhTWd6*ue+_XP1DbP`wJ82yBF5TwAZ(?vM z3UWL|c7RYf!5y5;1;M(?pJ94VI#4q8b`fT!M$Ti_@>?7ay0am3#S4esbacw7CJ3a=_!1srL`dyQ$)irXx~6k3)nS26~n_0A-)V~tXH^m; zBa0MRQf9!GSpxHU;Ky4fetZ{~l{44%0KRmF?^>5imxLc)xpPH=^kkuKhkFd@qr6~A z*ip8WdiS|-^?|jb()q({*+s#@aCX&NY2~7Et+ec;irW=S#t$2oyF#U{3&u~gi`Gg? zKgztF8Jvlf>{u{-nqTsuvT@k}*TBks3x{KlJP>q@H7p4pyj+I zTDmJ-y6dj~lZ&BKr$eQ?BBjsYcb-|dQR`&Y33(QF zMI4nOYbBA&{u};~DR=8w3A?bd(rSI;SPgM5?F~M`3q2`Gl$;z=u!Aywy|jT|q6JSH zPid#vIy#^2?CHR_WnUaP*7;)Z79ta>5b{owK&M~*$Z$hq_Gy}s%ESqIkWmq`R($3_ z9K?@mZr3acs||<34TmC*_K;PkG-c$4yQB$WlR{o8Uu{y7BkE)bC@vKyc2+WE( zBU6~A*%n%5igtSPF`uO|m!P}qB9O+6hz~@itXd1hR&X5mt#V*%8lG~H6oL(xY*{hf zq(RUVsDz}X7qj6{iLVW1AH2bna~h_Hp0epkX2q}E2YSF2j~hc$7Us}q0rmxb1FFCd z*C~Rxn~n{xZKW`*){2rtTQUkl^|NFYhao}Lu9^TqQo}!`pD;yWDk^dcOHMO@=17!c zkjott4KgL0KktO(Ym?x;MRud)MkPW)4}wC%E>Ou!-;a)^ooMS}azS~QcrXc@9e+qj zfIAse5Z6KLs0}7FJVR&q>Bj#;$=@Jh!5US>FERCXsD>V@nrT%wC@a;;2ig1kxS6Db z88`Rd*c-}rM=WfQwTBzpS1fS2X^v!2uwC-GG{V+%wYWK4+`L-6J6yawQrrrM7jyNE zlXLBXJcLtOs9Ld=L>;-oycI_+2@m0C9o&B3S+#CNHFE87L^B#-;h+0)?%iFHruJ|~ z`v#{TS>X8YNiu_OywNe&Huoy~$blCQv%-I}1*S*Q2A>15 zo|aMEz(H9>uhQy~I8gZVGSb9V{*m>zb=B1zb~P`zL|nT8xFA@5;Zs}IVl{o63$9+F z;*L)){rUC#_7@;B&MyNckea?~Ee%^sgDoGm-fms;{qVIruidxq-TH!6g!djg{lphc zI!cspKEC_~!&8-(4?A#w5`c%?B$5Kz?QV&5E zWBb?^$$SRvz9V-|j*5(y)kB@fuOat|^JvA06EUlNyQn$J(Wjo1F}KNQPT=3yFd2;6 zf%r+XO%XR7hF>&!-sFNwmg2$^ONqF!f)p!IE9epL4=f!Raipk5B4-`R5#G)R`p_gp zGJ+w2eIyq)<0UB+5hO5iCPfM#0=x<`6`OgL1ZqmwS>xy^gQ$@9lpNu)i8gF zToI%m6ru-7H!_}Jp(ikzk+nyx!CUBqjA#~l%pgVFjvUEG(UM?@35QMfQ}yB-RE3F{ z>u_64mM?1%4nI}ljRx39#de?~avc!pPEIJCj8`h#NsSQYAPHM!Siz_mhOio`h^=F$ zBxVvBS;~A8MfkensK8KAOfz;Rrnz#B+0e%{<5!Z1m?v>Z0tJ*vJkQb+C%}XyE-7Pj~1HM#;x+6D6R?|uljs#({SxndTGvrQI zKGznt*#qrwT_^6tO5)+%%K1ZUxp{#@q=HRfd_G_Zi0`D3msmNpq-p6l&)hf@=nrN@ zQp@KwQA=u|G~j%zHJa|2!yUzQhB<#2U+b}*o6|+J$otp4<3<;x*_x;=J<$8s6lCHV z-#!y9b}wyT67TE^6>Y~?2<2zMv2_Ok9hA`L7SG8o;aX*3;;z}^Hd+KVl+;pEPe}tM zWaPwbkD#WXrE?O)0dg~~!(n<+>Z%dHj!T3&r6ScH0D?pMpjJG_3=D+VF|iMm)Y zL3kmvcnP55zMLQ+-{_<@;&N0V9XY}p&<5H)MK5<+hp$0v@ipkAUxti-n;HYj6?9l4 zS`op)r?rfW!GaM}A)PftlB$Ce0+Lz^A~9nGlB2pw+Z0U6XizLIV>||q@|y6}K7^ro z0}GH87UmxD723|jlrTK-8#wc)GLf5W|9)3#g}3xEU+p)znW&HjVE|zH5VOqq8hl(? z5G0Rc6D$-FP5|F&6JMp~yp*ukNje5`84K+7@90hvi)}>^F&jV>EFH;qpS9z!Qz@YV z-?(g{9}m*7srK&@4*4!xh9QwN``u0o8H)%p_S8L)KtbE5U(_#L`gR&De6q4{dFDL} zCn8xjkW%I3F4QchBAbFvS=0Bxd?&x?_GC1t@B{OrIau-?>sm<}Nx)puik9WcaK*lb zF4Tw>SHxQP|Kw`O-F4fr=B|U?jeJMhN7c8hm)e%DF71t!?z*3|`}15hyKY8LARlw) z&K+lzZC{tzPLn~aUu;8y52rHB%ZSG}k%4bQb{=knH04Cwv(HklP zN;f1b*VzZ8L_+oA9!eNu-$iFk>}l}AauhK@EHX<;1rh=u0|NgBUEZLCl*5R*j_>m+ zXkBcAId`*{n01x8R6hHX5`QZR!mW7b61@@X6TVukbC`42Yv77~)BlzqlAOBl)=9|y zL3(i{y=2aSsA4xS-?%)dUCYW_&2opc+^boQ;jG3;R?|Z+&0HqoT2j4U_+G_5M>VXy z-~_%WT2dZ7bvrxIwb1;|(KTl_z3T#cnfV9~lwK5QTi56^i=qXE2#wjX$gk^>`4F*x za-$`s(oO4yX#MjdF0F8(Z?&)?TnPSj6`U#l7q&-IJLWW>rs5kdtA*Rbh1-@}R=0PA z@xQPmlG;gRg6-zsxAs1$LTDowsEaxW2kQ6~v| z1h|zne?~t>($*xruhJ?-0TZ3jTG1lgbPzEecbi}~B>JTKB*4c_^^*36#WhP}tD^SB zFh&H3eN#7Z3COMy^W$zb$q+K3b3rFSOZEf9_vLw{KKrtj_L8~2fE_R*+z>Vk9dOAp zKJ_WatxwtPrbF&18=Xa_W?K#qa+GfhQ83f$1Ozjk$yJ7pR;OOXU*2-dXz~qaajxB$Ck`vUbDvg}&hU zw(V0(x?;al;QHYB;_-R&8ct3wo{SXK2h8xph}v^++2(CQ-SWPG?Y{k)HGA%=y*z9$ z51zTZ51*U6Z$E;M`!JJLa+jzGJ7Hf}HP5fXtpVmOFtoE}J%De7dEUHGvT$a(x zXNAfJ|E~n8!KR(Tw+Udl$6}+wazi>x1!1J+xiKCjjdnI$fUtR(XT)0)kVAx)(l*Yk)U6IO~k6z9k#-p>b`Z?8a#Yj7h6~Jw}tb!Ef;-~5y|gBI6inJ!E&U6 zf*T>IXVl?Z(yut`m#aR>Txo_uGZ5*g&RmFiQ}e)+gQ@*mG_O2363X3<52V-&R_$eB zdl?hm+8aL0&Rf`turB%ak!<>6{n<#

X!0fbKyBKKAzESuo806}xPdfdQ!py-fm< zk7z4DX?;qj7Xr_uO*G}34!K-Ia-}D%$RwzZtbtIQpvtC$m5}wYo>>wbzGDVaZS3)z zs}YTj?55oQ6r9Q7V8wiTp|7D0k=SFu#(e;s^(7Tu~jV`gUli$>sH---AYD7uoU@@^yypnDmU{w{KBF9Pu$I zKyPt#cnKHvl9D4>!Cs>5D7=JDZ$ivUSIvU>fq&5-s%ecB?+xh+)*OX_=3A}!mS9oa zC(VD>^3#@xTgAGI^<~i++xTz;IUBGr#H@aKSChC^3R{=Irvy)9gAcfpFOsg zo*D23th3#Szbl>K>3R5qb|?q2g10S~hw^qsb4sGQrS#uX7VHaU)I=Qx(X3)horTey z@}LmPu8n5ZMGJO*o}cD0%pO~JapsJ`o`eHMaa81=pU!;Er$H3iNvq?DFWL6VbNr z=%Ht$S>@3^ou6k~=zToQYeHWy@>vM$@o<|>-~6als~?ghd`RmD3(I|s1yzZq4B!)s zKBCtKL;|4_W%b*%^av-5O?39(=b(@L<61Ub@9h6}LoIO20-lQ7tJiAu=)TZCX;(up#s2>9UBXT#9P63Q>7 zgz&3)m(G4nNgpMrDIp?6?4jfe5|~D}H1AZxa9i00V8tmu2WApHD%7cNtHdmCLEbhZXu z;>9tv6ajSqCGQXJ$OXMo hjP09K}UoAOK5X&$`fD|AS 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02ed3a9e9a997717f1ccf8acfe6c405b9b8341cd GIT binary patch literal 19777 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d6a38cec6bc97c71dd7aaa1d7a75af175c6895e GIT binary patch literal 30366 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 LiALVZPH=w(UL^x) literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..ca561dd --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1137 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..c0f896a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..222c1bf --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/yap_lab_3/.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

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 G?f(K(cWfE} literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..2191624 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,29 @@ +# 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.1" + +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15725c1fd0c767d0080296564da2b8155b290027 GIT binary patch literal 903 zcmaJ5LZ7@q7`Hc7u$r3l3m5W4Qc#9A+ws+A%r)ZRqMWte8B>2xPEVUlgxJ?+6C z;LWQDg3^EBU+`in(h?{L;z7Jrd+W(J+g-XBox?lN`~AG{%;(8T8^L+?=~wi=gwXdw z8J)@yoP7ZB22m6sY6J!?1tnSz%CthOq7qkws(}F4L@hQ0bAU}zkFCHmP=sjxoe|jJ zw}cZoCB&Sa>!SvjH=EoyF0`E+m(~#)WX+GX%X@zaN4W;-S}nV`xkkcmwx(pJm2i2S zD4n^_WXALs37Kcx&q8Mw`<1OCv7Jn85TSk6$oY7-S65s;n>2b3dm?p+e zty*qlOgcb9W1L$UvzTxJ(7||@=@eRGtjo|u7muZ@AU0Yvxrs4VA-HOV)ht9EMD8X$ z@gP%DrM>YWQfa{>)e+uqtk|YpTP%8KkQSdf}iXtwf+=^JX4w&h@ zj&ZSC@Y;mZr$kaHpF0~JA%@CFbOu$>IrU$pFttyK=9%2)J2UxV6z0oK+9t^fc4 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d48dbd5743ab7304e086df3e76c125ae41fddf8c GIT binary patch literal 2647 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 Ad;kCd literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..acc08477b5ed973ee6630d6197a8349d420c11c0 GIT binary patch literal 3810 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be0e4c330c26bea3207eb4995ac99955045051bf GIT binary patch literal 6698 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 Ry^$%t`}X-SIe4*k{2%sq{HFi_ literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..08073bfdd862e355151be0385c2240d8432976e5 GIT binary patch literal 5266 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6296971067f271d34aa4417950df48b6f33bc227 GIT binary patch literal 1675 zcmaJ>&2QsG6rYJ5$8qZBqoLbv%Wk$UEaoEyTA-|0#1g9gsECld9B_p!Hy&D3e=*}M zByy!7tprGWZ^d5#DkqNnFK|OW7)zBFp%p@0EOoi`#Eg@)DNrWL`1juX&6_vxy_uh6 zSpsz2fB5I-H(3CFW5RH7eE^Ssq+l1Az=Sq%pavns89U=}8t3pDpURw_bp%aFF>mJ_ zQ4=9R9KJ-kSv&7Ynv~iEYAa}k6zA+QN7m#Ni}tuv)QTz2+a;&0l_AKV`I%#9<^PgQ z*(}`8YL$+pjQ_z7puo6bxULr%f#tbG$;9&Ak3Lw@8@E;(tGAmsW2xcUHfk{|5rC=9?uqOp@Xx|?I7lv>LhQb$+&{PMRp?yclfKUiw zmcvtvg}}KBdL|=P)y&xIgd!!8si6EN2ZUd{fEBg%(Sbjsjzo#1c6< zQk>r!o;5DD`dOrj&|9`aNL)@=85=gz9TaSNCh6w3g22C~s$G!*LXpDZ91Rt-=;N&8 zwcS9;$2>vQK{j=O$C=DN8bFo)$vT~SAgO}cD|^=;+*{QRRr zvA23e-2)}pyxU|$sbIG0acS7F^);GB+UWQxs_vFfdbbwVnx2c&#K!!F=h)@*&?i 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..34a9eb8 --- /dev/null +++ b/yap_lab_3/.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( # type: ignore[override] + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[assignment] + response._fp, # type: ignore[arg-type] + functools.partial( + self.controller.cache_response, request, 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) + + # 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..91598e9 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,75 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" + +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f649eab23d40063ba40569d12bb242cc2c581304 GIT binary patch literal 436 zcmah`yGjHx6wRH7tAksK|KKQ2&~0Ul6)Y_jL8b}WNt_LnnF-0bFs0x>*xUIF{(^rn zV561T2wMnSne48Q&RZPr$-O7%z~(+~ literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d38ee46b9a00230fbae196667674969e912c77d4 GIT binary patch literal 7770 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..705bea60fa9ee7be0f8dde2d1a249b033d354d6f GIT binary patch literal 2739 zcmbVO-ES0C6uCSCC?dG~ulBuenXN8`WX3r%fkCXir^55||`LQHt_oIAVp1AM?c$+=(W-gD0H zeBAjZk!T~(rhooxbX+0icbv2u%&`fLPl3)8o7jR&3PMg0a4foFLClE-DJSu{EV0;@6X0TSZI7|HMg32sc@tR}8Gc zDSCcN3^m&dXy6oRs3ENuJqk>Tk3Rn3j5%=j%)om?*+E!{ziat)z{-!|uJR$Z9X}u4 z9?_;Kp^=68JfS2f*d!;~nk`JrImwROBJ^^c*llsL_OmzH@-&!b>$UWE@#GwDG1h)-KnCJ3=(SK$s4rl*pk7rBNE(7TIQ4 z3Z)5JX=20LVS#l5scv4QD=>G#n!gPQsM+2*SDCHMP0mi%FD$nA-PQUST9M7mKwB*a z1FrK|paJMC`MY06@0xh0>2iToNYKm~0`~-JOGJxb&(OuQHMt6MCYArN5<%V2YC?dB@>WyEds^ew{!Vk) z(h*Q;dKpo98A+huy0a+}lSB=wjyFCLF{X%MzKzT^3U<>e_uhlY|@yu#1{p;Qj? z4Al%{jFwz0PeTQc(5s>3ctMy5pu)JOkNIHxDV2v8LlZ;gvgMX(7^7E94x@e;gF8*Q zEmUmk29}RLHF%3cuovd*LJ-8DV1EwC6nUhQj-F+`V{T}6XztwXx%&Qkc}Y*+PxRDd zw|aj~9K7GXXWqTx-s=DE`PMqwkx{*O?!?>Y2qIZ(ffr zckQf?E_5Yl&a`ekKYPADaI5p?#e2#Ag=GI?^2B1_+do}g(gz+kWpa+2J>Msn^dmg@ zU!1QeK->S9ujt=(8LI+N05#)@7*(3>Eq-BfdX~T_ENZL8Ng!YBl}SZNiPfRA z)GbkFj1-xXcd5l3Z`80{*9gX_frZL&Ji{{J`Lc%LZAu$Z%Z)2eFxD1@k74AkGQM(s z*_0GTwT#CY;_)1Kp~7WUJJ!I*R}KKTe+0-BSy4$>@BHx_$LCMoIJMZh|8FA1_stA6 zW96Q{YeC;tzp$kDJ(6JKd1TR8jx0hvA6fYhmuHlH>Kph@(LAbbl!`?c>^)?7MZ=@i zHi9C6Py`Fn`c=ks_BOofJiUB$qQN5pjRD>b#=uG%SbTKA6nUuWT*H*iv8n1@kxzyz z0rfA1Dx*P}d7+%e{{cBlUC9p^I|QezI%hL#25v{esc{~L5|{xbR5%aoL;h`06o9++ ztI;}$cd^4jni8VZtE(cH7IDP!_4KR)HO;WiGz&$$?BZBA&Ckk~8||EfLvj!a7Vs!v@G)RW@RUCYWSTTYLD}9=1!dogM$QWF3oDYY99{10j{3c?M1AHo z?;pk!4F&cay98xVLzR_%k9AQ=L^AN^Y-$r~J5mNTL0g73o7d8)jH*GU1a4+n^uj&x zH<51sO{CZUO+*uhFI%WE{H0*{wsF-r*z{C886k6uy#*{768@_|RwO|Xo@hka|Bp(9 d0}qJt2YKT+spEmX^Ra3OiR;^+5a_t#{{nx`JbnNG literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py new file mode 100644 index 0000000..81d2ef4 --- /dev/null +++ b/yap_lab_3/.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 +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..f0ff6e1 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,500 @@ +# 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..37d2fa5 --- /dev/null +++ b/yap_lab_3/.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 vagaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop things from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b778c4f --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,157 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after( + timedelta(days=1), + date=datetime(*date[:6], tzinfo=timezone.utc), # type: ignore[index,misc] + ) + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..a49487a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..f61d77f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c89c00c12aed0b26897017e57f6c22227c165b7c GIT binary patch literal 319 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem new file mode 100644 index 0000000..3c165a1 --- /dev/null +++ b/yap_lab_3/.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----- +MIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL +BQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ +SG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n +a29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5 +NDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT +CUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u +Z2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO +dem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI +VoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV +9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY +2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY +vLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt +bNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb +x39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+ +l2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK +TE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj +Hno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e +i9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw +DQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG +7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk +MpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr +gZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk +GMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS +3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm +Ozj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+ +l6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c +JfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP +L5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa +LJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py new file mode 100644 index 0000000..70e0c3b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..bf0d6c6 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..857ab38d0084ec1762c01b9ee0158084a87ca47b GIT binary patch literal 1270 zcmaJ=&1(}u6o0eXY_dsP)7Fn#?T56NAkC`1D2O0fRFK>}xR+tgj_J0W-R3`r&@a9QGEDM6*NxX!ni1g%po1|$)oWpP4ym=qL_vX!q!NCIHYQFth zUr_+Q)1kMtuF!su!Zz4oGZ##-6_Y7&7wk+EY*i?`nU0;A(a9$3LPIrG1_}sR8tMh> z?;^j;x*odFm(KKWdJ=l7yWK<2mO;#BKxAh@j!|sPuVMZi<{0St_4gxA>LYl*unrrU zN3hPy`5$Cb-OOI8%vWyI`t|@_O3ChB^LeAP zCcHHR!y7>yE&ASkHZ&M9hus2Xj zYxsXcNkf*Vl&4TSkw+B`C)z9>&qA8>Evoe%A7vaZfV7?w6lm(70w;aCVn~x= zJ5|@OEti=rp*|%4ZefL*6jmf2;O*ww<7xZ)i{wIivB0s5&+fdqpR%ZyHA!Vl`gbx% zKolf>5IIIbUG2On^)P*k6i(wQ97bruzRL9BeGQ?FFwwE5H!ByDoa@)?j#p2L9EVAU zILJ7$`q5N(#)yoQ;{8V8%VD5egU literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d013d42b6d0d2ee1993f216d7f8a7b7139921cee GIT binary patch literal 45601 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9150d2856a40a18e51db6125dae69be2d2c9b66 GIT binary patch literal 65926 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

...' % 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..ce9a34b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..b1fc705 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe new file mode 100644 index 0000000000000000000000000000000000000000..52154f0be32cc2bdbf98af131d477900667d0abd GIT binary patch literal 97792 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

XMwe#*Lv$g8jIpIBEV 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 w+IyK^N3WCD*(>mhAj=irKyR>D9b+D<@QBhV6U zn+fzX7~3)sOAFm5Xl;|(y7dCB>5YKxZjfzPz*^h>S`*N2Lad5_WK_)m^L@`b$;l9u zZSDS_-}Bo%&*Yr*p7-*7zxVh1Ue1SZ-mJVzsT6*LgGxQlRsKTy|J(mF4W-5w{AjG& z<@;sfa za7w@bRv^Lk%`@LB`Ucm^=(fNaeXS{y>zijxeXWfCvrez7T^W|Pl6&@dS1EN%JWU;$ z{L%{N-79LE%J7Vxsvf7K0e<`~Eau;MeH+p#a_>QCG;#!yYxMnrkc9EJ?8c#(UM3X-fGQdz8FB*I$J93oX#CEKeD# z(*kwWBA2bbb^Ti2%={sR1R&|V-4CaLU#XhQ?!0CB+T}`p>poJcQ+HnUKMlR z&nDmOX;!}3US z^hfQdK5Dd|Ug>F1toF9Qu_mSc%-yN&XBHW;HGdasU-yx+_D|Q8x7UXkwcmZmmF>#| zp+rcP0?$?Cy^=DEC|gb)W$h=H{#%>W{kN#of!C{y0}aa4|3tc~e!@_@3RNVr%&(5q z$M`fvZ-p8^-|rvHs`2m1TA|GOe#O0#do_QW3YBmzarfV;*SVHQ)NyaBs+Q}@6jfd5 zk0i>Kar_CdsxHk8y^4rcH*l>nRJGs#+_e|;D-1;vg*A~xjlbpETlkeL&+%!4gVifM zm(NFJbNwlyho)tgJ#=wy`9qgZS@ck$^2CP9q^O5hWEv0MlIwZsV^h2jt>m4QU-1^@ z)#dc%xof4~6)G^_-^zWf-23PI@8JFpxt}EWncQdowS5;H09#YxD=hqrZTt$J3t!nWAo%ry zYd3y7!Ed25XfJfFTrZaEE87MNU)egalII$~x>l~Ya20&r55C5MYv4a9I2K%k%Y%Y< z!M{^ha4fhMoY#PR2iNz5YiUR7ls2XQ`@wl(gg)}~x02Q>Y5w_zA=3Ey?;!0CNt-mk z&`%ma(x8RP{7Z2*_=Iur%-sgExsYS z^~R6zOBo#8*6q!S_jq%8&Wj)QPK+-_es4s6KaBkTJ@Wfeiaq$^XSNjhy}xc<``pmG`v(W-@$TSW zkNT$idd+oeO5t^??T$})C|7Q(s#c{Agi<0+!fQg4o-vIF?!P#+exFjsg(>Rz_mIIC z2M6;d?TFL`uSyy9X4zILGY0P<6=MpYD}&Am%<#m5QolMr9e#WO*o6-r*zYAx=zi4e zJ>c$x=Z!(y+j!tXEMEQgU~^F zEjm!vqQjM2-LMNThv;C_SM!e00o&rvd&Er#V7}kRu|o&xlfw_vr~An-G>8lg)8LOu zG#Ff@4r<$t%|5=%bv(cw|9Kp1AoA> zN_52;-o1KeaGS`eyDoWuLpr{}n)mj~caK)i zT~9?;=+#zmYL=;kyY~?HzIpXlp;huvw^3-fksI1l{>I=g!S9SygVoZu z*vGvmEn2wSaqgGF*SAel)r&4t@mDcF>0behmVrz?}j-ssI1Ob1pa>{rlg=_sVnO*~aHN>2<#N{%h%F)8SnG zKJWhimGsoIgS|y=4!U_CJzTvEo-f3vxzm^PEa})T?c=Y)Z=`HY(q6Mx=!Lxp75r`pR?=w6ZNE0-}CsEM;juC zJdwzu9_pOsSIwr1WEUv3>?4uM!}afT)eqb6}o)8h^U`b$UPH4?TjC4=Lx%={GoPobUWW2wVm;?|8%u; zV(CvU`V(Jp^VnW%8r+xf>Z`yi{fI`vm+b&njIt zdw9MKz_VDLITj}S4RTEUlTthVxr_EIxS`W2R*0-UxYLmyeMA{L# zm3E7Dd$~b@F3UgyJ9>a<6`^kNe^FY!Lcek)X@!n z1eU0VCC`Q>r|G@ZRCDiluPl9FYD7M(OVo+Rg*dJNMT`fH-K7z<-XNoE=rkv1N z^JZCItY@Q&2|r$12(O^$=vz==dz|N`UNukdb7*7vhP>Dj_+}z_33=46-yr|J*`Wmb zK;Y#$95m=VSymMtnU zRb52<;aqh?K`Q02p8-R?qBfN$YQTfsd(cxA@V7TRQdMX~s(kg?*&08-P@;0Y>JVJ` zX~cRB4gq=jBJXjA9O3nive54>L`^p?ERH>d6s zW6B1c`km{ErS!w@i|~=Du){rhv0ivV^pVu_@8Bt-1{QoAnU_3LC%S7(H+JfenrAE> zbYiIs{!#QGIIr4A9Y^6&;TeJJXFQADm9|1W|A^<`^SmcbJtA!hZufX{`@fyN^z}%l zs%{}&(po%u{hueTJ40|_r8SUtOLq0^A<{HHreY6_NVed?c^;5et0m4^sB-9r^vH*g^CH!w19^d^e4v~ zITZb3Xuw3z6--c%grP~zTZ^_{iO;cyc>>AjMZbwI7drj}Jf-_kq+^P)R=?#ZfYTca zvQp~W9GYGgN{Fu^I0Ek2vv0twA1$X(Wyp!83lV?($YJ|BxM-S=VM<&=w^12N2u}%b zz)M=!L9eGK?wlPnxf(n3Vx2doFyCR>AMrzY|4I&eLYL19B|2}qGV%OI6%(Byey!*Y zfvFY!-8((hA$(a-=BWz-xA3d3*O(alH|h#w!=#+l;gt2I=FZV|qjPGrEuEvwG)|0l zP^R|*6)X6xYVX!pqrKp>9)4baDg08~3udc?E^k=;*8A~LM?q@-osEn;bowZ=CiHT6 z%gG~h?(mPux6tPo_&65)`LVA7i|}Ztlh&9Yi|MqS_>Y~m!b!1v1!iD4b$CqsiEC8C zG$zgI{kZCoe)N7+wd?k72qngV|1^HsA?!?~O2!G69m*fF3lWc+r}NKq$xrc zI=ZnNyV`bhSwhOyAbU=^t=QJB#B@a-PeId#ww*T`FN|$4#P`XKpOi6z$b>OPe55)V z`-tC}3+(r;P_b4|sJ;`Pm$qK^VXwIt-WMA*#P@|$!GCUi3}qfm$5*~Aw4OfcGTmM? z*h9Gx@$fKpoq*qZUGIKp)j2OrnJ{^3$Rlk%ZMTJwSigokg-`cTzXj_>S{LoXf7I~e zL-wNQqLeMzr0N>MjkG22x!7XsO`}-~Xz0=>r9)-Tkv&IlZF2~)UMwBjO*GM!Nw9s|hONt{ zMS%Rdj8Sx3m*}xXmCW}*_d~*CQOf&16FMyI)zJ27-g&8e8#pcU5f4qrKfSAHeUNci z#e_gf_XFc&KLTGCJqm~YX7IS4^i|m@u?A0ie;)PsqI1i^yDzVEVd*?o2Y#zdi!5KS zz)0_3Wc$u}*dO5oU1#AmO_N)xOT#=Xlz70CvxN60U+|+tRx0>3CocTu|7pvx%=b(a zSc33HozV0~%7;JKu(hDjJicLqs_vs)L2c3c6I^@ej-+QWiJoD>33w~qIXzbJW$Htg z%BU|Dyhytu4^z)oX8Fajf-hKQij&HWPb$;1Na=B;_=o+DUM{<2NG_xw)2U+spIYO_ zxHMMawd~zg(j`sVJTE@_s~0hspMrl54IBOFhK*+I*Hct8cznvdu`D6aLi09cq7OL{ zn(u@@W$;+*1{M2}N9&P?jlCBQ(N*RJ1rCGuMCN>+$RStm~@~Iz3pN4nHJIAeR0e-7NxipeZR(esBIw5VrrEF??-_z!;69A+0iGWA_Pi(dU)1*} z+Ij&vBrddpa*g~1|0~HS*WaU`kgaCLU$&lyVO<3CFZeTw5IVDlwGz&}ilh4#Jb}#U zSec9o?ED?w-cW}-zk595r>>hA6MWxL&ELFOHMesW{;j=4HRmX$eG?p?W^;;K+U8Zo z7YJ>{=Isr}ZYFOFzhI$i?!@l4a{ohq5pb^a>@1AcQunja>^JAKlcd-4yOcIYjK7BBgw{F~>GK!t zJ_VRhL`PKZS)@vCAuR{EiiuxF%df*HLKm@CBTU}{BbSnHEYA>s;3*G~;A~qI zDybm87Ke6Dy3oJIgRkt( zj?aWP_Y{`IGVrx3&MfN+8*2BGGrq2Nk#AsYFwB1JZMEdl@3B?R`#taX{@NTI+zsxA z#^=(vGq!v=?O|g!S4^lc5g(?A_eDl@a^-}Qk|V(PL*ajL1b#KIN}Cs5YNbW(w4aeD zL7lp8cO1YqKG!_vxvNBQ873COxVH}Zs$NH5BSL%Pr2&bfmzBgm4?nk3w|?GP5{vLG zd88jKTcs{*IwFmj7`&0s=B{ctf-dEzl@j|{V`G{9G zRiQ5*#`eSl2L6DNzS>~D%ghgiI)Zy=Hf6-4RTTzf1|ws28DoZu+2omJ))5b^&QQJs zMdS$-h3ZYi*Oa~-`<=yoYUI$&B6CMPLnW3Onf)PXRGAg(XecY{e*k-2;R|*63}1#k zZ{&ILPW()8NM8=Ef`-yp@ii(gA-1Rn=F4*$&(a^36z0ma<3|eriT-ozIg#s&z-=dT z@tBQEv#=yqaHge8_`Hna_k3rb>*~h$@MC{_SvwBR{b=jTXSRe1DtS)E2@7@S)oji>r^Yk%BVZuJviyxZa=zFq{G8KmJNz=%9()ZKQ zmQrAg8tNmav1xl0zqQXBhzqWLsS@LUqRrvY0_LIT-2dFHZ_H3?u6-3+3w;IWR_rUP zuTox>y-(}jfRPfj;4OGYr#HTDXgFB@F@F=c z$Y6otTU|&T#k?ZaAu^ZV8EC3R?n;rn<;agCcZS@50k}$39lTjxkq{XfIks~5gMMyS z_$Na9K;bZ+-0?%P7hAC(MP4;2?2$hER_n3QWbTRm6w+qxv`|L{ONoh{FDdY;I`l<# zuc0QD8s_R&;1D`#KDJ|tk0O6L;B+hF;NA9pKQgd#&F$U()U6k&&^HW=pPAQV-p!$t ziQi-{zamEc56^47B9>FgIE!C_k=HMNJqrk)T1)(B7xu4fMHx1eaRs=HU>_xpI3539 z;IQV|-1B>*w6oK0XYae$j_`wd!BrOD;0ro@BXpj1g(Bm$qNBe|x~l zIK~`RwaL45>e-aFxJh(ufVL%n5ov+Xh7NDas%Y}FW~5Tuv~1p?tGRzH%X3{Oeb`JN ze84YuC|ltF%9>A9(YCaI9d*5zUmtyuepCX_V)`O*Wf*_4d71TssMKae+BpSSL06fc103iYQf74@UjY?1{t5em427IccXIMW791TY1>K=Gl`q3q2(cMzl&&|+XqW?4CHRAsh zgdV+%RmXnn5}Jtpo3^N^X(@P+{z+Ye1F5IQ<6C{q>kA%bJ)h(goBGCd<^@NrdAHUa zi2fD5>*(9x;SaifT$y`((3RH9{p+Lnw@!Jd><`HI2Yy!j!*Bl#e_l8f~8B@|Gfh%mK4;u7=FLMg>H+zekRBk9Skv3&L z^;mu;_A+Yt=le)6Cf<#Iv@42T%kd43t*|ZD*h*rU!jsAVhhv}o%37=D^fQ}w6zgvs z+v=oeN_y*XdM7%=WKO^|-cMZA><_^MU!AOS9XsHZL)Xe!a+gzI6=NgFVy$y=*~5v{ z)g^W~Rm~PZQsFx+q_17<@G*B9w%?=U$q$=*QzZTy>?FVAzey~A5A$py<_UvXfV>Zcl-6sU%yf#w4nZOXrb#hQio_@ z3LYj~aTM(fx#n#hx(iIo_<#lba;vPK7dY8irTY(D>Ex-Xy}m=>!bhG^Sv#&H89s-f zMw=H9o;keg`i{fsWN9y#_5{|v#?)9oV>8AJH?+U?Tvtt1{tjugi@daR!~Rv{I_5IA zmUadHc@r z@7%sgv()1THDp-5EGgLS3?^ zWR>{Hj0B=7CzfuF_O>Cw_kQ zvJ}gYmi&@8cq&v9XKzZ6cZ{B^2VpWE%pH2)(^+y4@Gkd++F$0~I5n>6$ z2tQ_+?y|2V!FsrVourzXGY$5FAHmK0!OdiF;{!M0yYCuE2RAaFoKcv*13hu5lHYo8 zR4_)>&Bvz^9EbH7J2x&g^Wmon9`Sb%)PnCYc({?+LL2KCZi3bk##ilQpV|IF@|F+L zF+X?*{V!0tdc9-~_-*JJ2iN8WX-j*N-=XJ1Q^$_R zg=Fqh<$iKnq+=K-@Dex)_Jm5(jq&r(35#JiIsNX-dS-iI+%wyWogDBRxzKFiIqm$J zyMH`1pMQF#mwhs)@LA9uOIl`NJ!qqtF7MG-%OdV!RTVYo~?U zCqqNQ1%6zR7{GzxnaU=!!J_wE=$!|>bA{e_tsD3-vGPsRChsU@jwu72Ng9hhSm)Nhpsj(1iUqmmbfcvAs=TRG~dZt@33k8iV8cc)+lY*xiKh~rS{IC~4 zaS)#=6W^hayfe!JO~<%qP{(N*Q={|7qL;tS9FN4Gh}l$E81NkPK{9^EU)R1{MJj2` z4edn^7N@G1`1vOMuz!E=!o~O(_-?TVBfnqX?ZtoVrHu;uukg?9_|ulbF`?K`PYiBL ztiBSTe-UF@XU&1-Z&gfDIleRA2|?<85j-q|*8(c@fC)_K+*lC#YcY)emp0zBUEpUN zc<3ekg6Jio^$+o0;9H&7w0(~;wqN$-)Fc`X<8$OnnZAwD?eO9u#$Jc|qzrRj0;`l! zxsmP54Au`*Mr_5SZ^<4T45xjq4p{p#hU|xH-J=1$mC0O3z=~I|LGHw^`vpIt4Tsix z%%%p`_C)Z_*6mZV4>K3R8k#LX*e7!q6LFo1Xc6n8wv)1uWHX1QwG|q{$b%B z&y@8)oHk|Q59jbJpR&-LFg3faYRbZ{eZi(mY@PVA1qoGBny2bk0(%>E78tqxh2UTM zS_Mp^*R_2b+Ry2p_Z&IS7yix>o^Zh}ev0@*!h;jBiCx%2@jDc@aQ8GLChL|2Z_>_u z+LN}<@<*I?BpPp)Uc}c5?nw{Tt)%Y%z@H0%7ZZES$mrwgPz!+jd~StrzmCzY85ON$kM1NjrkbJ2LQy0q=Yt z+l)@FGmr&*h+>J0w<3!T>8z2X&o!*=5}6Ef6?p@P*;;QH9_@39Zr1(_^}`!gQa=+s ztQ}Fgx4H1YjC*Wr2YK*G&R%niSg7;DOWC>bV$ok{(ET3Pj?xYS(*ZrJ_T;M$p=X1~ zQ+E&j%!Q6$``wy>`ChfV5E@2)2MzJ3^*jW46q;4;P3>6svB^u}$zU^i+Q4bL*i_2S zfL7Sis&EhUN?ec8p5z;iw}j_^gRGuJCU+4JZedMYD>RB8(Q`QSWy~bwAdORK?u;4a zJ#?Kv^p1Wz?{?=f_C`jCPv=KH%#A`%l<2QPW(pUIcW#IwgsN5+D}_So9})#ZCLL2 zazBFaMp>ufj0;#7I=ctn-({EiiL0JT!uy`#{^K{Vz90E`JD#0^EZ5TiTKvBn`i~yU z{b#%G2VHgF#2Al0Y!SJz;#WTzS_d!t>>c=Wu&LoA*K1$R3|aFqtWm716}mnWoy;1A zL*XOiIu!ofPnjc|BysW6W7xwRIrM_enVr5y<~(sx-IiN-`tUv)OJ^}I zvi9V7J;7?|a}m7ZjN|?j-&yD-6E@+sm^whyOi?W{o< zZG8D#SH1UGILQ{76hB|at9nc^FKa12U9rG=D|C0puixWd(r(F9%}u!y^BI^gWn>Ii zLyWTqdp;HVHcXWDTsiSWI)5(uoH@Y}<1tz9Jv{z$#@&y)U|VU!CiHU34vj@-XJSv7 z|7U#CK^w1u&pI2oPjGeMy;G;<245b5Z>wD&^B28?EzIwmtLJhLKC4TOl)8P$l9r3B z$`Zc%+Vy@TCtc(=_oFjr1kHnaqzcZ`wxRBeWyBMd}+Fck$@GZ@cj6 z{LEhtvW`n=>mybowlc!FSy{Bzeu2Xa?^Ms9?RtLf8LsCgEA6a$WM7uEUR=hPGPYdv z3S-JAvJc8ye4)!pkxS-02E3_SKF7Ft^>N?>C)uU&Ni{Msk9n6K=qK~cYiR#Bo`zQk zw;GRsJ3aLJ;9+BZFYDn38&pZ}N>$SL0CUZ>cWNo?p4p4n`(aN)_D1y$rnC>PRvm*+ zqzw!%8Z$8HHR=bq^1RejGI%|CmU{YvR@z>TM$Fe?9hRTHlwH~Gm3fXJxQbl{&PI+KEjzOoSg;w{;Fd| zrh?-I3&qbLjSdsufesJ)hxO!5HXTBv&|$*6MhEae=Iv>5=&z?m{aLiQE3jT@@eASx z=R=DFFaHI!NP`wV1?zALGWU5!T6fjm7T_t+*YH%O5$A$2J)dk=^npU2e zJJ4_#-MqWOGyeD{@Z;5_-c^Mdn=bHKS`6gdC!ZQxwSekqCNFUwSQ zS5CV2E*ZBkE4Jn=15?ye-daw(+9;vV5a`ul9 zi>c*4fGx{VpLe2Oq`v!wGIOv{p)$6;wJORCS`)Z6Bela>9pLJ$=!X&OE zYoaoVL4}C{WnQdA=T|Xr7dIC&hhWf$XG3?j0+UJX-CU?T%JHKlz8N(4O|JZc=fWQ5 zD+7Dggp8>wr{M)v_hsM-=VfIOvz#!4H1=SMZ7T6`EutMCZO9oVo0vQE{hjJaC%uAr zkV(3OhY|4l-SCzl4y2k*nXJElJ9xX#2i^~;r2=oe3tr-1IZH?vSi{^03{@}i`)E(# z{x9H;64#WqwgS8TE++2;_7QN8g6Aw7&spRjtMQx_zaAgmh3nTlU9evd%>>so%>Ue8 z`-O2kWR5ieT+4*7;vX>Y z8R5Oe2pT*SSI@u(iatw@qn%jl8n<3Jtbfl1>+Qgrz?VI5ct5C?e&aILTsqyq`Y(Yu zaUpxlhT@f$jkomh@P0JMX5cpkTfndQQG#DNb3pKWJGx5N##?*OC&uSxsb=u1=Z1%I zl)IXB{T7Z!i8l<<(-mKN$M)#E#C1#llJ;ElwlZF8SfNT9;ei1A$HU)I?K0miKC#(Y z*3pIj;)Kav#9YYE$L{(}wpEc+g_4+^Yd>dM7e zmodUFXdg}sCGxO2-Q+V!-;eLK>N{oa;J9n4L+gj2iK5x*eDq+#W!8#N%UUhN%TMFZ6Dm4((wvoIq~JY7nLXOW9;0! z5?_)$ZQ@IMNBWZ1993R$KQL;)a#42d>-6Ik^iSUZIJD2x?(Y}R(ckr>^!LkuO@BAi z&wqdWJ|8fK`}~pf?DM^@K7VwSJ_lrd=VvAU)mb9+xR!Y!c&xaO{WQJIHI%X*M`XvG z(z#I5!px;+q%gi{`o@2W>c|Uc?M@CWUZjTEw>^W9!f{4d~-?{MP7L_TetF_7Exh zcMRFYu69Hy3to1Ag>n(fm&-d;yt zI^Lwu=^SnS=IHR=aX#>3XP-=hcg5cf-jVzBYvz|H{Ap?zlYDx;RYe;71zw`5YFGHq zE4A&by)&hw)W;miSUoqjId?Dn+NxAX!)2=D7W5$YF}5lg>Zk>O$1(>N+?KYtB-&`t zVb>aUz2G)V{MFZ}4$ipXvxo1=Rc927G3dB9TjR3FZ=0_={(~`hcuuH;^?XZK@$54$no~PRbp+^}*pY_!sgB8Z z{qSP-@*~JG{>{1S4O6f97-7nZKOTM`YaEGX*Yey?If41}^j&;+q?n|t9)5zhVTpVuCw^X|Hh!^moV4b zBz_^*#X5nUIEyDVuDUpja5;Rs;(qM+{S#s){Qo}S8;wtjZ9IPzK6x+q$$WB{SX2?| z=c4EN@QLt;@QIAOrT+g8pIAJihImBgz@)FMT|DwNn@6Irp3Nh*ZXN-*QeVmi*W9)9 zmBH#{y6&`j#w}azk9GXy(9)vHPk^0{aKDoig zCx5j0q~e6bC!zYZ6JRiRJ&V|Ez<-;~# z+%*bcL`Kmo%aZtFF?!`M;fqZiq3Y-rH*bhu5#A8JV%ec#-Vi@tbjT{~31ju3=#sqj zch)7?%~5&eMfTjjo4VxP;*o_e9+{hJ$wKdtE*a*L{h~`89&zas1HF-~ON>!?=6kj- zF;n)I6f|OwiH*p^7@2xHT+vlD8AR?I?dT9|wBZIj2DZa4%6@mXrnsbTn8w~-Vt zaoXK)w|f_3TbX++D74}a=i7F2yV6JT$)pecqQ4o_T4M&rt-q~VA2ud1pRVn5RTq1M z-wrkhCr<#|JK;q8ON>V>e~CCHxZfyiz-=F=SkIeTV}kR+pZFBgkJ3^5v3x{7dKvFI z{ztFLI9`0WBv@)(uuOOxSezJ*54kD5z|iXn8S5mXnUfauK~vvM*0Es26gCW-ky~0~ z=(S9eC!8^9fsZkifu?DAz{Nj7H0gKG#mp)?m;h>@SAC>-rXJ9YwGwNg?Oc(inO};4Q z4s#XUvUXX+tNTiMcV9R0Uih|_s}GnQ9ul2X;P?L87{9@9U?9(jewUzw--&)tvyRB& z-7owv{i^@R>4zP0%U_#I{=Q_>Z#n$nmcOV={%FVChQ@rM!eXR>#!^&RA|XGs3A zYmWRO7mobNI`v9;l5g@1$)EVOB7Y0ys^yP8ghTR2J?E4^-nr$EbJiUByM(&TQ!VV( zxBYWl1}l(3lf9A2GAQT0pN|YaZOfqSXC5hoz~acD-QTy9!L#J=ZRmIEJm`0l_3DoN zJ$TyEpZ`n0vvugZO~2&zV>(WbEly80ZdmpQ^nMQUy&N?@@b~e@eVjk-#F3o1z%Ir; zVk>0a%zROEp?&|cG}U~OeZPZriRVbH$7f8@F`hEyMb`OAxeWYbnHQ+#eL(hd5H}1M z7t9G03u0|ym8@-&HAe=%#Yyg^oSggN<2lUx+G%5oWF4B+HJNtB7p%y_*YT82B%(hCu6N8#YWzez2sfV z7>cuCf(9_^cnrQyvX5udPsjhn$J?!aO(QQu{9NhtE#;gouIph9AFxS1Gx4i5J+iz@ zrF?*WNyG={4YddSlJ7-yt-}ky0QXXNfHgLn)|A2DEgmXk!}uI!#GVVDl+ZG1JtDLn z`~tR}b%**Y&(2TM&-ceZS6$wnf1F+Z^eFF~eD3ziuAH`=bV+maI@d|0nf&O`&^xDn z#!f?N+1$(DJIP&?^TvGH=a#!?kSRy*K8b!Uq-o**D6-_p-A_q>JGq;M?7mxacZEH+ z?cz)(k-LhF|F`6hZ+2`OO^#keCeBBW?sUn~2hLNDZaoh`zSp z5W2rzY!@(y?F!Tf*SFZVt0mcXWvH0EUp!>H(zWescn90H5x?)RvR%L?HtFBbQ|3NS zdyeheg8n)m+jTQ#+_vk{7tWrS7rx&JuL|GG)h&1Oe7-;7`{cYLcakP@m;BCocDGN~ zv)Y$5C$DpL%bk1 zoHt+BxNP7QYt?rVS`#Tz!y}6wFUdd5sXnS{xtIibGChsK8L)vocT)Dy*O9ggm zk2O&7=_wUW)5!C2_WsM-wv!pE<5v3gG4O#;kvK3Nc?Cy4d;l4*$-0Rs_I^2hR&y!q z;*irJTurrb)kFWCGMij^zfRs&lvzUjx`Fv7C!g$NUq%0X#$-MIm-pdI?D+D1%pX%< zpT~+Xhm~5;K%CtvyLxP-YBlRJeDzbZWqpX0KAZ+t4bmv^3;XPA2 zUW}|2YI*x_@CQ75O#GjB;t%qjFMqtq*#iGp@JISEe=K?j{wNdvaB%ew{4xG-#UISI zzbpKaw7%7?V-G?*kx#8(^_jNvEvS(?dS&CX^&+Q@E_p=fYgzOlgSUuGl^d}rXUqGk zL+fbPRmt9Mw?3GOKG18YlIjmPKDRK+T0l#;59<)Iqi#KN)_i5sIm)6J=TT-II)6y# zB(loFEC2~yU=f9*)Nc~=i;H-|K*{fb(`?+dGQc?_^VdINA>66p&Lix zq58Msq3JFj`Z;CK%|px~Ci4($gl!&TZN}L=bd!sR#<+NBwEZ0qH*S9T+x(sS_QT&! zUhgToVKn(gZw}l&4IPNC7ab+K30bPH^^Vj{tAddZ&J#)a;AiM$DqhpRg4xv$qY zvp~m7;7=| zRyVQ7=iYPlS?r#(&cV#J_F+XQ*@; zV`6e1P%USvWOBa7%)-naGVk&|!xxLb&{-mO+$npmGBfNl|3aBC=iK!YUu1q_Xuh_@ z<~gZXcv5&z)@cab>G%PaJ45Zn8T%W7sbYDkqz&6sp)6UfRKshnD!4bvugEi=y4-oB zo(dm!0(@2aIAd3y!KHz1$lzYu4f8DTYmMRkk^ckjGpFckUt*rF_LJk&--3sR#-&wd zB>~Pv6TO7rQ};{O*sR0$<6tET>s9P^)&cwZ=D-ooOgkcb zT4X(&Ypt0nc6E4-n?2X((Q|#GE1dX_)F-jhImFkbeK~tp&fn!5HPyo3roHw}d=IH_ z1$mYO+xfO7zMj*Tw8Qx^%|as?o81ZylJ_ztF2= z0-QLoIQ`yCywTlnIS)?8`%b@QUR3%l<)q&$nIDyYY@nRekGZ4tW2ApNe7;8*S~E8{ z&*{S~&M0>Jz_$pq2UrWJeP}sXL(Z`PPht2? zk6infbi4*!LGK}4x#@i_96ilCXa`5Pqi1@+kF!Ql&eKTl>-o}qp$mTZSv^B^cI~^Q zeK{i|C}(6e^G((L5|`7uFTH;+{%`=jW(psR4{YRS$oe@sf6$NK+J^lr;B3OY+1s|u zp3vw2Fu3hW%2$X^GxGR$fJ*3R(Sh=e4%E-o8Rd*4`QBxOHZ=d@JIMM4X{X&|X4LYm z{o?c7Kl*O<`r_; zKke1v4{YtpW-6`DqcU+lfqBD>pd z7zvXe6DAIKBlTH(?nXcFYV`B$t=O}ix03_xvJX4~u1>pfb+3)99QxA>uYStL z)q*i*Q>izUM< z!#fGi1$y0^7GE$%?b;1a#Ls^^&HDaN3AkX-|E_9&^37m$QuXPvs`&-)WWHG)>UiFJ z0cSVqvz+4hbB3FoCH8w@k#qF+V)I@kFTSDPgSrzxsh4Ng+H_2#-WTk8CMMP6d?RZ= z^@Qy+cBH;C?1P-4UdZ(sSG_$vAL1GRr$hEcM3^H$ACyQLgLembSHT)48H@4Fk0E;3 z+jtipJK7m@!Z&|QJU$34Z->Wz7aq5h*Nw-o@$BGnt6k5z@c3K7qnwWeKIDuXHy%Il zs#oyHexqbO);oBt=beMcPjTN*%|V#yjRJgRii@(4wQvA6WWQd=)u2bs1;T z_*q-*oXzI@y2N6At7NUelU9&gaHk>9*_N-*S-{nD_Pm^_A?H5!%6B#xt0kY|YMuMo zSyIH=tl<|rOM3B(JbcqmuZLuO&_-WF-hm%Vz4yM=aM;%wIMC$bJ6>lRIEUE!W<^-v z#xe;Y`_`*hHb*p1#3tGFHmt9B_HQn=|>sjFsd}c-;r!&}Wvg4pGKMLv5|& z%q~}3S-|1YsYsvO=1VU~wdbGgI!ycQZ|3rF|_hSDXm}G1YjJrdOFVF?`z2GLu^+kAD zzNwPVb3fNU)|@tQHedwUHq8pH@8^7lTIf?to94{W`Y7jFN_o~k#VZ(#7TI;kISfVA zk;Su=>DBdQ>3X8N9_w6&C_EwcgsDg1E4Ww@8&B^CwnS)x_5B?OPe*`vwF^H}=okGt zBxBk#Y-|nhE9g%zXIaWQ9!?D6ZO+;2cm)0l<2NY2Ga@o5ve#?NVG;2XIYU`uCqcyg17Fde%2n@E1Bn58^Xa&!RkZ z?T~X{oO)z#KzRoiXgD}OSk8vsfZV>Fj&R^x%$aw+OC?U=EfOE1m$Avwm8=imh&^4S zVm}o*qW*DqyZNqmyZRkHX~oP(i4z7Zk71AD@l)VvIq=IFHdCoDeuQtQMgFr zI}1d=ihZas%H@2H`F`@2P+oLqi2M26V_W;X8F!0*ox^if;#fVy-#}rp#XOzn`YsCP z(aX8PW8gW8AKLD*zTJ=xy#joTL1J8$#H&hsR0;k^vC!hjnfQ~?$1MZNaydK>we*a@Y1C9TQco+TN{UmicI_z$6b{H9*1`de(C6?lc(x=2pcu>~26j^p8UW~un$20q! z>chZ9P?b-q59Xs=_4!!yiCLAw%W@{qS9%AxwNghXZGE4%qBehRwXV6APct$83S-(D z;v3Q?errN#A#mOdoEHC$JmWlt`n}{~?flUBm6fcw8HLVq77qxI$LI2GpIm-Xk9?0e zH!iRT?C_$Yp!3nzTlLlzpZnR zzzOG1AiKr2UkMGo1Wv-_^D$2JgCm<>heVc>=_TKhmp)DB8guE>Zt%9;MWbw+uf=Cm zlPr7S=my2#Xy+~N{ypDI_Oea_960BZo}}I-u6o~uUqwIPM!lBbkQ*OMxdN5fzY;lU z@u+&)tI$P%)IWz3o#^I!Set{47Wbc)eLWf0zWZC*A1!jzs3t@ya}VF#4x(e>*Qy(- z+vz8?%NE)je)c zbW%;ZI=FDW$VG0DZ(ql*q7S2;(JB03$p_!bb$ypp_&{`loJ%ZvwG^N7$VzLBB69vo z^lI+|R$TiS=i<1}1$BRqO6r%`@8Dodw0H2isKi1UB!U8^{!AMyz>&~h#*J~l7ct}F z(E1A2o)o|%mGB2^d2hJ3ans~l?jT;EH1|nD1U2kx7c^bZuW{j<1DT) zx}ux<<-8h4e=UIzn6k-sZ0K|JL*xV+aC~R-cbMJhnpw6?bflawbOOAHZrtdqyV$N< zc#JbiIbU^n9N5EnQSkU@YCLu@Mk2DmxlO^FY{$G_*- zf!>$}UY|kN$hh>6*gbdzop|nV!aYVg;(%LB-?Q5ryk`FSB}PP5L}_Nfh384VZiI7a!t9My5``$qfg)G6bNrgXJS z;B?Ao=y6cSDnH}(PcxoCXBD4Lm-BZQ^p{iTY2v> zdK}r^b^o)2+k~!1h!Y6hp91DS&WR9Q>=6HrdYj7^99Tv9n-?u$Jx>0Tin0Ywtmn{U z0QBHtIp?>foNpBqM>xiJs#-kh{ps-ihZ~zG?}wh1$d8;I*_*z9vhNSR3r|C9fol

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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..62ab10f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3f52026fa048ac8169741295b3284fdfa3774d5 GIT binary patch literal 961 zcmcJNzi-n(6vxkwo8NAJwn;l6)(pggqD}}26oyKrm0DQdz{#nPa>UQJ&Q8>9An`x2 zv+*zRFEF#*%7j=dI#lY!JtvV;0V6kj^zQ5T)Azo*Zk3ty;mgnSZw1D_(`9w+rEzs( zjE^i}ffX{ez(N~rEI95|o6y7- zw6G0r>_7**(8Vp-!fn{b9`vveeT$v5!2V>xjxd?$g@NDHQhc>0v2=9+YTnmZlJXnHY{X{O|On#nlQHO^;3rN-o3*T+*C20WVL zSSVdSivtn)D0C;FkeDkG3O^Ox&ocFgD5KZ0wq>B5+;T!W5xN~xMV`m6N;boEd^^=G zC69K|e;cb+YuZH_tzDhGt45sOPO~oLS*lZVT(rBibG@`2S-Y#*6JKTNpr_2+GvyFA z2t`7fP$AHcs2ZV8a0#1)2BAr45!!?fp-b2zY!iBfK4FKjYj8B!)y2jC{cH6SIsV@k zbcu663_1VIu1qy{^U8afnx*gpKa%0ZPa-+-=6=FMf6Vv1;Y>s`FO*|1nP+d}Xm5D` zftSim+)MnkiGMCqFOi979xn=F)PJ2>}&Q9T+xSL`~8~zu5|g3HFn?E)EyK08{cUKUjP6A literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33a3efaec76548e52de05984eb1ab75097f8ec79 GIT binary patch literal 293 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..78ccdfa --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distro/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,45 @@ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain +from .package_data import __version__ + +__all__ = [ + "__version__", + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f2aa9de9f8ead40c8a642024fccaded41bd4aa58 GIT binary patch literal 887 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 a-j|zm75Q=Ml8k82Hfs^>JHIPm_3#H;)yPNy literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45fac1a15cc807833b57e3a646a7e2c56e9e2548 GIT binary patch literal 16177 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf070931cb6de400925b03c405345d5e66294129 GIT binary patch literal 99477 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 gec)qnzUAc)yzM;sqfB!2kdN literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..194291700195e5b649cfb612ee194a5452d8d654 GIT binary patch literal 2639 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 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,15 @@ +from typing import Any, Union + +from .core import decode, encode + + +def ToASCII(label: str) -> bytes: + return encode(label) + + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + + +def nameprep(s: Any) -> None: + raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol") diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..9115f12 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,437 @@ +import bisect +import re +import unicodedata +from typing import Optional, Union + +from . import idnadata +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b"xn--" +_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") + + +class IDNAError(UnicodeError): + """Base exception for all IDNA-encoding related problems""" + + pass + + +class IDNABidiError(IDNAError): + """Exception when bidirectional requirements are not satisfied""" + + pass + + +class InvalidCodepoint(IDNAError): + """Exception when a disallowed or unallocated codepoint is used""" + + pass + + +class InvalidCodepointContext(IDNAError): + """Exception when the codepoint is not valid in the context it is used""" + + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError("Unknown character in unicodedata") + return v + + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + + +def _punycode(s: str) -> bytes: + return s.encode("punycode") + + +def _unot(s: int) -> str: + return "U+{:04X}".format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == "": + # String likely comes from a newer version of Unicode + raise IDNABidiError("Unknown directionality in label {} at position {}".format(repr(label), idx)) + if direction in ["R", "AL", "AN"]: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ["R", "AL"]: + rtl = True + elif direction == "L": + rtl = False + else: + raise IDNABidiError("First codepoint in label {} must be directionality L, R or AL".format(repr(label))) + + valid_ending = False + number_type: Optional[str] = None + for idx, cp in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if direction not in [ + "R", + "AL", + "AN", + "EN", + "ES", + "CS", + "ET", + "ON", + "BN", + "NSM", + ]: + raise IDNABidiError("Invalid direction for codepoint at position {} in a right-to-left label".format(idx)) + # Bidi rule 3 + if direction in ["R", "AL", "EN", "AN"]: + valid_ending = True + elif direction != "NSM": + valid_ending = False + # Bidi rule 4 + if direction in ["AN", "EN"]: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError("Can not mix numeral types in a right-to-left label") + else: + # Bidi rule 5 + if direction not in ["L", "EN", "ES", "CS", "ET", "ON", "BN", "NSM"]: + raise IDNABidiError("Invalid direction for codepoint at position {} in a left-to-right label".format(idx)) + # Bidi rule 6 + if direction in ["L", "EN"]: + valid_ending = True + elif direction != "NSM": + valid_ending = False + + if not valid_ending: + raise IDNABidiError("Label ends with illegal codepoint directionality") + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == "M": + raise IDNAError("Label begins with an illegal combining character") + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == "--": + raise IDNAError("Label has disallowed hyphens in 3rd and 4th position") + if label[0] == "-" or label[-1] == "-": + raise IDNAError("Label must not start or end with a hyphen") + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize("NFC", label) != label: + raise IDNAError("Label must be in Normalization Form C") + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200C: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos - 1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("L"), ord("D")]: + ok = True + break + else: + break + + if not ok: + return False + + ok = False + for i in range(pos + 1, len(label)): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord("T"): + continue + elif joining_type in [ord("R"), ord("D")]: + ok = True + break + else: + break + return ok + + if cp_value == 0x200D: + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + return False + + else: + return False + + +def valid_contexto(label: str, pos: int, exception: bool = False) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x00B7: + if 0 < pos < len(label) - 1: + if ord(label[pos - 1]) == 0x006C and ord(label[pos + 1]) == 0x006C: + return True + return False + + elif cp_value == 0x0375: + if pos < len(label) - 1 and len(label) > 1: + return _is_script(label[pos + 1], "Greek") + return False + + elif cp_value == 0x05F3 or cp_value == 0x05F4: + if pos > 0: + return _is_script(label[pos - 1], "Hebrew") + return False + + elif cp_value == 0x30FB: + for cp in label: + if cp == "\u30fb": + continue + if _is_script(cp, "Hiragana") or _is_script(cp, "Katakana") or _is_script(cp, "Han"): + return True + return False + + elif 0x660 <= cp_value <= 0x669: + for cp in label: + if 0x6F0 <= ord(cp) <= 0x06F9: + return False + return True + + elif 0x6F0 <= cp_value <= 0x6F9: + for cp in label: + if 0x660 <= ord(cp) <= 0x0669: + return False + return True + + return False + + +def check_label(label: Union[str, bytes, bytearray]) -> None: + if isinstance(label, (bytes, bytearray)): + label = label.decode("utf-8") + if len(label) == 0: + raise IDNAError("Empty Label") + + check_nfc(label) + check_hyphen_ok(label) + check_initial_combiner(label) + + for pos, cp in enumerate(label): + cp_value = ord(cp) + if intranges_contain(cp_value, idnadata.codepoint_classes["PVALID"]): + continue + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTJ"]): + try: + if not valid_contextj(label, pos): + raise InvalidCodepointContext( + "Joiner {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + except ValueError: + raise IDNAError( + "Unknown codepoint adjacent to joiner {} at position {} in {}".format( + _unot(cp_value), pos + 1, repr(label) + ) + ) + elif intranges_contain(cp_value, idnadata.codepoint_classes["CONTEXTO"]): + if not valid_contexto(label, pos): + raise InvalidCodepointContext( + "Codepoint {} not allowed at position {} in {}".format(_unot(cp_value), pos + 1, repr(label)) + ) + else: + raise InvalidCodepoint( + "Codepoint {} at position {} of {} not allowed".format(_unot(cp_value), pos + 1, repr(label)) + ) + + check_bidi(label) + + +def alabel(label: str) -> bytes: + try: + label_bytes = label.encode("ascii") + ulabel(label_bytes) + if not valid_label_length(label_bytes): + raise IDNAError("Label too long") + return label_bytes + except UnicodeEncodeError: + pass + + check_label(label) + label_bytes = _alabel_prefix + _punycode(label) + + if not valid_label_length(label_bytes): + raise IDNAError("Label too long") + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode("ascii") + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix) :] + if not label_bytes: + raise IDNAError("Malformed A-label, no Punycode eligible content found") + if label_bytes.decode("ascii")[-1] == "-": + raise IDNAError("A-label must not end with a hyphen") + else: + check_label(label_bytes) + return label_bytes.decode("ascii") + + try: + label = label_bytes.decode("punycode") + except UnicodeError: + raise IDNAError("Invalid A-label") + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + + output = "" + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else bisect.bisect_left(uts46data, (code_point, "Z")) - 1] + status = uts46row[1] + replacement: Optional[str] = None + if len(uts46row) == 3: + replacement = uts46row[2] + if ( + status == "V" + or (status == "D" and not transitional) + or (status == "3" and not std3_rules and replacement is None) + ): + output += char + elif replacement is not None and ( + status == "M" or (status == "3" and not std3_rules) or (status == "D" and transitional) + ): + output += replacement + elif status != "I": + raise IndexError() + except IndexError: + raise InvalidCodepoint( + "Codepoint {} not allowed at position {} in {}".format(_unot(code_point), pos + 1, repr(domain)) + ) + + return unicodedata.normalize("NFC", output) + + +def encode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, + transitional: bool = False, +) -> bytes: + if not isinstance(s, str): + try: + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("should pass a unicode string to the function rather than a byte string.") + if uts46: + s = uts46_remap(s, std3_rules, transitional) + trailing_dot = False + result = [] + if strict: + labels = s.split(".") + else: + labels = _unicode_dots_re.split(s) + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if labels[-1] == "": + del labels[-1] + trailing_dot = True + for label in labels: + s = alabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append(b"") + s = b".".join(result) + if not valid_string_length(s, trailing_dot): + raise IDNAError("Domain too long") + return s + + +def decode( + s: Union[str, bytes, bytearray], + strict: bool = False, + uts46: bool = False, + std3_rules: bool = False, +) -> str: + try: + if not isinstance(s, str): + s = str(s, "ascii") + except UnicodeDecodeError: + raise IDNAError("Invalid ASCII in A-label") + if uts46: + s = uts46_remap(s, std3_rules, False) + trailing_dot = False + result = [] + if not strict: + labels = _unicode_dots_re.split(s) + else: + labels = s.split(".") + if not labels or labels == [""]: + raise IDNAError("Empty domain") + if not labels[-1]: + del labels[-1] + trailing_dot = True + for label in labels: + s = ulabel(label) + if s: + result.append(s) + else: + raise IDNAError("Empty label") + if trailing_dot: + result.append("") + return ".".join(result) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..4be6004 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,4243 @@ +# 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,57 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i + 1 < len(sorted_list): + if sorted_list[i] == sorted_list[i + 1] - 1: + continue + current_range = sorted_list[last_write + 1 : i + 1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos - 1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..514ff7e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.10" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..eb89432 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8681 @@ +# 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..b615105 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,55 @@ +# ruff: noqa: F401 +import os + +from .exceptions import * # noqa: F403 +from .ext import ExtType, Timestamp + +version = (1, 1, 0) +__version__ = "1.1.0" + + +if os.environ.get("MSGPACK_PUREPYTHON"): + from .fallback import Packer, Unpacker, unpackb +else: + try: + from ._cmsgpack import Packer, Unpacker, unpackb + except ImportError: + from .fallback import Packer, Unpacker, unpackb + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3259f378f5e7bcb95d5d52d410d03c5491b067d5 GIT binary patch literal 1740 zcmb7E&2Jk;6rb^~Ki75=Ck=$CWvL65i?9hnZInW!h^BxjX=oBb_Of1kC+Rx-Va;ql z9Ho*YRf-T51aU}@9Jrv0e*lR?&s-7;A{tdnrE;mbSSbgT6K{57D=p!`ll+@Evu|eJ z{NC^R=S(Jrz;6He=fbRv&|@)a8_WZH`VfX~WFiyWNJD1Clx+M%1Pf2LBaWm=j;zTr zk7`jfro{-VWsmkA8)`krCP%IrzlTGYDsWoDPC6+qt^yc z(z?tPV7I9N_K+SeN77m^>C*a0w|1(5^N3{6A({#D{MX5I=uUnGtx9uf1sBp!L=uxv zL@ou)@r6Q!$0t_(nMR%PH$_Rt$nBzem7L0`lO|;3zJO7Z+rXJsu0s zkTTz7(gF5>{Wm!`YVmH zeY=^{Tk`4^V-I>t^V!7uLtjb^39pwWc4WoqH3ocFzJ-)B21ns6^2q_QK}Qm z)G5d`Dn!;k{m(K`;xAEG4G1#TO2a4Ye^h~{A*(_ps6+5v@Vj7%ipFC?a;i#uVc=15 zLxuK(e@1*e4G>V0&h09LTUP;oSJYia{kG?UlHZZ@R4{ik6{GNF8?B?-aiU;N*u8K- zw<3N=z3Y+r4p~44Ub_>}5%vg(u`SJc>Ny=P7DF0t7#1T;EkkQk5M-G_~ U^iQer0d#+$Yy5TT{sj#94`HmL5&!@I literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ab588b228820b8a278b3d2b79f007a1434977ce GIT binary patch literal 2026 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3a1237dfdb8f543b2d7a5e636c57dea460b4ade GIT binary patch literal 41520 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 34 + elif len(b) == 12: + nanoseconds, seconds = struct.unpack("!Iq", b) + else: + raise ValueError( + "Timestamp type can only be created from 32, 64, or 96-bit byte objects" + ) + return Timestamp(seconds, nanoseconds) + + def to_bytes(self): + """Pack this Timestamp object into bytes. + + Used for pure-Python msgpack packing. + + :returns data: Payload for EXT message with code -1 (timestamp type) + :rtype: bytes + """ + if (self.seconds >> 34) == 0: # seconds is non-negative and fits in 34 bits + data64 = self.nanoseconds << 34 | self.seconds + if data64 & 0xFFFFFFFF00000000 == 0: + # nanoseconds is zero and seconds < 2**32, so timestamp 32 + data = struct.pack("!L", data64) + else: + # timestamp 64 + data = struct.pack("!Q", data64) + else: + # timestamp 96 + data = struct.pack("!Iq", self.nanoseconds, self.seconds) + return data + + @staticmethod + def from_unix(unix_sec): + """Create a Timestamp from posix timestamp in seconds. + + :param unix_float: Posix timestamp in seconds. + :type unix_float: int or float + """ + seconds = int(unix_sec // 1) + nanoseconds = int((unix_sec % 1) * 10**9) + return Timestamp(seconds, nanoseconds) + + def to_unix(self): + """Get the timestamp as a floating-point value. + + :returns: posix timestamp + :rtype: float + """ + return self.seconds + self.nanoseconds / 1e9 + + @staticmethod + def from_unix_nano(unix_ns): + """Create a Timestamp from posix timestamp in nanoseconds. + + :param int unix_ns: Posix timestamp in nanoseconds. + :rtype: Timestamp + """ + return Timestamp(*divmod(unix_ns, 10**9)) + + def to_unix_nano(self): + """Get the timestamp as a unixtime in nanoseconds. + + :returns: posix timestamp in nanoseconds + :rtype: int + """ + return self.seconds * 10**9 + self.nanoseconds + + def to_datetime(self): + """Get the timestamp as a UTC datetime. + + :rtype: `datetime.datetime` + """ + utc = datetime.timezone.utc + return datetime.datetime.fromtimestamp(0, utc) + datetime.timedelta( + seconds=self.seconds, microseconds=self.nanoseconds // 1000 + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + :rtype: Timestamp + """ + return Timestamp(seconds=int(dt.timestamp()), nanoseconds=dt.microsecond * 1000) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..b02e47c --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,929 @@ +"""Fallback pure Python implementation of msgpack""" + +import struct +import sys +from datetime import datetime as _DateTime + +if hasattr(sys, "pypy_version_info"): + from __pypy__ import newlist_hint + from __pypy__.builders import BytesBuilder + + _USING_STRINGBUILDER = True + + class BytesIO: + def __init__(self, s=b""): + if s: + self.builder = BytesBuilder(len(s)) + self.builder.append(s) + else: + self.builder = BytesBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + from io import BytesIO + + _USING_STRINGBUILDER = False + + def newlist_hint(size): + return [] + + +from .exceptions import BufferFull, ExtraData, FormatError, OutOfData, StackError +from .ext import ExtType, Timestamp + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError: + raise StackError + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +_NO_FORMAT_USED = "" +_MSGPACK_HEADERS = { + 0xC4: (1, _NO_FORMAT_USED, TYPE_BIN), + 0xC5: (2, ">H", TYPE_BIN), + 0xC6: (4, ">I", TYPE_BIN), + 0xC7: (2, "Bb", TYPE_EXT), + 0xC8: (3, ">Hb", TYPE_EXT), + 0xC9: (5, ">Ib", TYPE_EXT), + 0xCA: (4, ">f"), + 0xCB: (8, ">d"), + 0xCC: (1, _NO_FORMAT_USED), + 0xCD: (2, ">H"), + 0xCE: (4, ">I"), + 0xCF: (8, ">Q"), + 0xD0: (1, "b"), + 0xD1: (2, ">h"), + 0xD2: (4, ">i"), + 0xD3: (8, ">q"), + 0xD4: (1, "b1s", TYPE_EXT), + 0xD5: (2, "b2s", TYPE_EXT), + 0xD6: (4, "b4s", TYPE_EXT), + 0xD7: (8, "b8s", TYPE_EXT), + 0xD8: (16, "b16s", TYPE_EXT), + 0xD9: (1, _NO_FORMAT_USED, TYPE_RAW), + 0xDA: (2, ">H", TYPE_RAW), + 0xDB: (4, ">I", TYPE_RAW), + 0xDC: (2, ">H", TYPE_ARRAY), + 0xDD: (4, ">I", TYPE_ARRAY), + 0xDE: (2, ">H", TYPE_MAP), + 0xDF: (4, ">I", TYPE_MAP), +} + + +class Unpacker: + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and `.feed()` is not usable. + + :param int read_size: + Used as `file_like.read(read_size)`. (default: `min(16*1024, max_buffer_size)`) + + :param bool use_list: + If true, unpack msgpack array to Python list. + Otherwise, unpack to Python tuple. (default: True) + + :param bool raw: + If true, unpack msgpack raw to Python bytes. + Otherwise, unpack to Python str by decoding with UTF-8 encoding (default). + + :param int timestamp: + Control how timestamp type is unpacked: + + 0 - Timestamp + 1 - float (Seconds from the EPOCH) + 2 - int (Nanoseconds from the EPOCH) + 3 - datetime.datetime (UTC). + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + *, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError("object_pairs_hook and object_hook are mutually exclusive") + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + view.release() + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif b & 0b11110000 == 0b10010000: + n = b & 0b00001111 + typ = TYPE_ARRAY + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + elif b == 0xC0: + obj = None + elif b == 0xC2: + obj = False + elif b == 0xC3: + obj = True + elif 0xC4 <= b <= 0xC6: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + n = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_bin_len: + raise ValueError(f"{n} exceeds max_bin_len({self._max_bin_len})") + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError(f"{L} exceeds max_ext_len({self._max_ext_len})") + obj = self._read(L) + elif 0xCA <= b <= 0xD3: + size, fmt = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + obj = struct.unpack_from(fmt, self._buffer, self._buff_i)[0] + else: + obj = self._buffer[self._buff_i] + self._buff_i += size + elif 0xD4 <= b <= 0xD8: + size, fmt, typ = _MSGPACK_HEADERS[b] + if self._max_ext_len < size: + raise ValueError(f"{size} exceeds max_ext_len({self._max_ext_len})") + self._reserve(size + 1) + n, obj = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + 1 + elif 0xD9 <= b <= 0xDB: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + if len(fmt) > 0: + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + else: + n = self._buffer[self._buff_i] + self._buff_i += size + if n > self._max_str_len: + raise ValueError(f"{n} exceeds max_str_len({self._max_str_len})") + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError(f"{n} exceeds max_array_len({self._max_array_len})") + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = struct.unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError(f"{n} exceeds max_map_len({self._max_map_len})") + else: + raise FormatError("Unknown header: 0x%x" % b) + return typ, n, obj + + def _unpack(self, execute=EX_CONSTRUCT): + typ, n, obj = self._read_header() + + if execute == EX_READ_ARRAY_HEADER: + if typ != TYPE_ARRAY: + raise ValueError("Expected array") + return n + if execute == EX_READ_MAP_HEADER: + if typ != TYPE_MAP: + raise ValueError("Expected map") + return n + # TODO should we eliminate the recursion? + if typ == TYPE_ARRAY: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in range(n): + ret.append(self._unpack(EX_CONSTRUCT)) + if self._list_hook is not None: + ret = self._list_hook(ret) + # TODO is the interaction between `list_hook` and `use_list` ok? + return ret if self._use_list else tuple(ret) + if typ == TYPE_MAP: + if execute == EX_SKIP: + for i in range(n): + # TODO check whether we need to call hooks + self._unpack(EX_SKIP) + self._unpack(EX_SKIP) + return + if self._object_pairs_hook is not None: + ret = self._object_pairs_hook( + (self._unpack(EX_CONSTRUCT), self._unpack(EX_CONSTRUCT)) for _ in range(n) + ) + else: + ret = {} + for _ in range(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (str, bytes): + raise ValueError("%s is not allowed for map key" % str(type(key))) + if isinstance(key, str): + key = sys.intern(key) + ret[key] = self._unpack(EX_CONSTRUCT) + if self._object_hook is not None: + ret = self._object_hook(ret) + return ret + if execute == EX_SKIP: + return + if typ == TYPE_RAW: + if self._raw: + obj = bytes(obj) + else: + obj = obj.decode("utf_8", self._unicode_errors) + return obj + if typ == TYPE_BIN: + return bytes(obj) + if typ == TYPE_EXT: + if n == -1: # timestamp + ts = Timestamp.from_bytes(bytes(obj)) + if self._timestamp == 1: + return ts.to_unix() + elif self._timestamp == 2: + return ts.to_unix_nano() + elif self._timestamp == 3: + return ts.to_datetime() + else: + return ts + else: + return self._ext_hook(n, bytes(obj)) + assert typ == TYPE_IMMEDIATE + return obj + + def __iter__(self): + return self + + def __next__(self): + try: + ret = self._unpack(EX_CONSTRUCT) + self._consume() + return ret + except OutOfData: + self._consume() + raise StopIteration + except RecursionError: + raise StackError + + next = __next__ + + def skip(self): + self._unpack(EX_SKIP) + self._consume() + + def unpack(self): + try: + ret = self._unpack(EX_CONSTRUCT) + except RecursionError: + raise StackError + self._consume() + return ret + + def read_array_header(self): + ret = self._unpack(EX_READ_ARRAY_HEADER) + self._consume() + return ret + + def read_map_header(self): + ret = self._unpack(EX_READ_MAP_HEADER) + self._consume() + return ret + + def tell(self): + return self._stream_offset + + +class Packer: + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param default: + When specified, it should be callable. + Convert user type to builtin type that Packer supports. + See also simplejson's document. + + :param bool use_single_float: + Use single precision float type for float. (default: False) + + :param bool autoreset: + Reset buffer after each pack and return its content as `bytes`. (default: True). + If set this to false, use `bytes()` to get content and `.reset()` to clear buffer. + + :param bool use_bin_type: + Use bin type introduced in msgpack spec 2.0 for bytes. + It also enables str8 type for unicode. (default: True) + + :param bool strict_types: + If set to true, types will be checked to be exact. Derived classes + from serializable types will not be serialized and will be + treated as unsupported type and forwarded to default. + Additionally tuples will not be serialized as lists. + This is useful when trying to implement accurate serialization + for python types. + + :param bool datetime: + If set to true, datetime with tzinfo is packed into Timestamp type. + Note that the tzinfo is stripped in the timestamp. + You can get UTC datetime with `timestamp=3` option of the Unpacker. + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + :param int buf_size: + Internal buffer size. This option is used only for C implementation. + """ + + def __init__( + self, + *, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + buf_size=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = BytesIO() + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None and not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int): + if 0 <= obj < 0x80: + return self._buffer.write(struct.pack("B", obj)) + if -0x20 <= obj < 0: + return self._buffer.write(struct.pack("b", obj)) + if 0x80 <= obj <= 0xFF: + return self._buffer.write(struct.pack("BB", 0xCC, obj)) + if -0x80 <= obj < 0: + return self._buffer.write(struct.pack(">Bb", 0xD0, obj)) + if 0xFF < obj <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xCD, obj)) + if -0x8000 <= obj < -0x80: + return self._buffer.write(struct.pack(">Bh", 0xD1, obj)) + if 0xFFFF < obj <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xCE, obj)) + if -0x80000000 <= obj < -0x8000: + return self._buffer.write(struct.pack(">Bi", 0xD2, obj)) + if 0xFFFFFFFF < obj <= 0xFFFFFFFFFFFFFFFF: + return self._buffer.write(struct.pack(">BQ", 0xCF, obj)) + if -0x8000000000000000 <= obj < -0x80000000: + return self._buffer.write(struct.pack(">Bq", 0xD3, obj)) + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = True + continue + raise OverflowError("Integer value out of range") + if check(obj, (bytes, bytearray)): + n = len(obj) + if n >= 2**32: + raise ValueError("%s is too large" % type(obj).__name__) + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, str): + obj = obj.encode("utf-8", self._unicode_errors) + n = len(obj) + if n >= 2**32: + raise ValueError("String is too large") + self._pack_raw_header(n) + return self._buffer.write(obj) + if check(obj, memoryview): + n = obj.nbytes + if n >= 2**32: + raise ValueError("Memoryview is too large") + self._pack_bin_header(n) + return self._buffer.write(obj) + if check(obj, float): + if self._use_float: + return self._buffer.write(struct.pack(">Bf", 0xCA, obj)) + return self._buffer.write(struct.pack(">Bd", 0xCB, obj)) + if check(obj, (ExtType, Timestamp)): + if check(obj, Timestamp): + code = -1 + data = obj.to_bytes() + else: + code = obj.code + data = obj.data + assert isinstance(code, int) + assert isinstance(data, bytes) + L = len(data) + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xC7, L)) + elif L <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xC8, L)) + else: + self._buffer.write(struct.pack(">BI", 0xC9, L)) + self._buffer.write(struct.pack("b", code)) + self._buffer.write(data) + return + if check(obj, list_types): + n = len(obj) + self._pack_array_header(n) + for i in range(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs(len(obj), obj.items(), nest_limit - 1) + + if self._datetime and check(obj, _DateTime) and obj.tzinfo is not None: + obj = Timestamp.from_datetime(obj) + default_used = 1 + continue + + if not default_used and self._default is not None: + obj = self._default(obj) + default_used = 1 + continue + + if self._datetime and check(obj, _DateTime): + raise ValueError(f"Cannot serialize {obj!r} where tzinfo=None") + + raise TypeError(f"Cannot serialize {obj!r}") + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = BytesIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = BytesIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for k, v in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = BytesIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if _USING_STRINGBUILDER: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..d79f73c --- /dev/null +++ b/yap_lab_3/.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.2" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = f"2014 {__author__}" diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50e2d5ce962af4ab3b6d76f1d63db0b1783a1a8a GIT binary patch literal 559 zcmYLGO^XvT7@q0Jww>;jWf2q)62(gwX0kiGh=_=~dlq5wGMA7x>GY*(G9;P83?4@C z2Y6Eue}I3%zu?7V>8apRkcGYN$#mSuk3ZR8-}8QN$W1l= zgUbU4K6}hdJ?5uAYoraH@b$IKm_pOn3%I>hY>g9AiqZ!DodUUEZ zM}-9e7PvtZrP15cPL)Jk5jWMtskOOzhH(aVT8!ecn&Z68DZaI7B`0xG4bPOMf}wL; zOePjl$q+~e3t$BmXso2wFeUlIT>>!f@oS@ygjxd6dM5 zRXaI6IzexS-Bphe3s!JKR((QDF`rXiI?^Ge(6HTIaBV1<;U1$McAb1qL2NYw z#$1|>O-RUC<)wyfY6eSRUPkhI7ai#->S_jMB2X${fIB*C1cfSOm-v8Qr{2|o4uJs?{1h#ho literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b43529f6f3b054fa42458e335149576ef13eec27 GIT binary patch literal 5031 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80980c836c7fcb9e6ead6af5d0585cfffc12ca51 GIT binary patch literal 4570 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 AqyPW_ literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98d7583fd260109f8084d22827a779ed1494b288 GIT binary patch literal 14001 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 KI|Ho3qyGo*m`7g# literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..364b14b3f78500be5b1c68526049b7ea97b6f97f GIT binary patch literal 3242 zcmc&#%}*Og6rWwMjR70eVu}eQaYUoWZDAo)ttv%1Rq4mUm!ub8R*QEq8=SQ>yC4~H z;NU~0wo;{5f+Iaui2tDfLN8QYs#R}2_Cn=Kk#g$$&DfULcq!%5mG

Z{N&&^FDs_ zOEx>f=xP7_XYDY_*dGvjkI`j1pAmD&boME8SerT8sjmK1NXOY}*Q}yR3!N+yeG8o| z^u9%+Wt5WDuD$&9eY8nDq}?i-!z#L?@x-R?=xw875T7JIL43+F_!!CQO~Xl&JU$?& zNS+vw$4H(Wkkce*2IO&)v(5zeb0%rO49QciY-uXYeC}U9;|Pn9WwO)$rC=)*hO^8}Q|(UEQ{8+&7zU)3nIUX$Vs(U9VxYxzVEjV;^X3JnAx(qyYnF3?;E41Y%irqnR%yg}rE{hpio;gh5M_g|dn?w+OZ ziVW5#8^IPA)o#;~Mm>=Noap5z0w+At#W;OLo`{bn#iEKLWm)xrVwf394wPB4>-18S zmtL=SC*Fb&_!DzPE;-_(9FcMwE9OCPvWO3~l04E1F@x#f*Y?@-;lq?k*qfjL2x9 z>1Az@XsQiS^>lMz(!%NCO)ibWm}PmqMrqFv`l0cZ+C|#X$K)XI{oXH^au^@aenGK^ z6PER&;q27GXDsXGj$QBmNe~o>Nm?ByTrUuBf=e|vp7UxD8XJv9T@*+q7C?$1Z-cx8 z@*arnWSJ2Rqrh1uNfG0JOQg*%bS-)7XsN^KbCJ@LMa37v&mKLwApPudfZww*sx@V` zrmWUrl~<~~QsrY*#qTz;eevwxM}On1YKI`J^!6W25S~t($p3Yh@F}`WCh0E8wKAow zctD{D1QzKhlA~io_s8D&a<4B`Ifh_VmUr*=aGOOS9#!o_{4F&`eHf>IH-vbJFCs@9 z3^%pxwAi2&yvr^FqNuU~m?OYPax@uN%(iUfy@i-00LpQBiT;4!+!014-VsgUa=atd zTf)T+p?r7!fB~{Zum24Z1-%OjZWjQNgV1|D1RVjr*Td|Bg5JXMB9OPB zMi}9hONP28WPWATa`d7%$?NnZbz?mik7yCfpW#+WvUku~}mMMJw_#pi% VHK!GzDv&Dw;C!a^E1Q;1{{g6ph86$- literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d5a70276ff660bc825350ed71e8b7527cb5c313b GIT binary patch literal 7912 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 TV+{M%Bs0Y@)n5{X)E55_1$`5f literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e2112133a1c76fe30ac360ab11d44fb1bc9aef21 GIT binary patch literal 11377 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 jqrQpl-`HXNiSYjb9zeE< literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..12645ff7442bceffa1fc197aa574079da3eda8aa GIT binary patch literal 27255 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..246f2ef25aa3d681be0fbd467e659c0435158d66 GIT binary patch literal 39068 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 E1BV?a$p8QV literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f64d831d6c855c5e43ca27083a8f351780ca5dff GIT binary patch literal 23144 zcmch9eN-G*mS0tWe>Y9@{iQ}oKqCPHBqU2RG7_?cB_WN#9vhFR)uI~I2)a>KBMAm9 z#`b1l?2TGGv#a(QCxd5vGWgh=W%tbNYBxC>jb~2cWb;QijSuZMd!p=4a@I-C2{PIp zkN(;G?yIWq24QO^lTAsydj0CX`(C||dw=)7`|7Xkb_<8=wZHhELq+E~?r-UbdKu&h zzkW``aksf=Ie`=S5pI<4=Xr{2Ml}5zcGvc6*-=9C~?sxN?h6`wh>(!=Z z?}5Vic==aF2#@jl7KT%94H>tuwSKuQ7{Q+!6H}%+gtknGQl1w7aWI?6IAuX z2eQ=EnBY{Y3VD}NYk#GNJHZLA*Ek{nJ@f`${Z+y)!Tp-9f19vdXcP)x)AxIXCZPx^ z)k3pSjQe(Bk5Gbp4RW*yrO2_v%+WugRVWb3-s0t7xuMV|l)q-|-zn@BDp0cavHAB2 zmB?Qwv|lzLdG zL24r_|D>=3@g|`|*opGZxYy#oM>rzX;oc&@nedcQ|C*t{Rp=DFNNrP6j|vS)-8-T2 z9{ZF!(aWc;{!l0!@kfH;kko_U`NyB{JKodVeYVHf`|Q(CcRzo;*Q-yPx+4M6e{m$B z#3EraZR!nN84rX80%?8U_!u7P2K-XwQ<@K6P1@oc^@k=#f}!#26d#vHTc+={$41H_e~>REM?<(2J^KP1+9>3?>r9fb$ z$-)YChop!f9WQzOV!$(ikqZg|F(7z?qod;y8YYiFB!JGioa2&Txp5s@>{UgE1 zglFJVVBm5vG{ooyk!?f@d!+HPv9K5k2u&>6t4r&A{)@r1-bWPDHeWD=X@KS;Oq+dU zBmM{)H#$JwtX_IV(98V#e@EmtH^mPt3_{I7cePKaIA7-Jl;$xxm4#1iV@f-mOHPUB zP*uj6<057?;}kcXp`fO598z;zuRK7i!hW+kIc`wb?L{s1uSxAmiP}Qb;^9lp&q@JNY8L#V;K*hF zSSWb8dBQ*D8}VQCwKX?g4TP>Xj|49^%ZsC}sin193Pu8rWB!55{-J=>JQf^l_92@P z7MtZnjCM1omDGfVW%6MxgAt!^(uTR%r2g8A>ZM);GhC{oZl$6zQPG&JXr9$An@Up! z#kad}b${p7tnLkSsY&v#C;s2&M|R)u8rrVl^IndDgS<^5PEslBlRhB!MLE zL@?>3x5(+&Bb3R3V1~Qrbgwu)38yD+@`w#c`fb|426i_Q&uKv|eoq>y1sKd@^w5TY z)qHbeZX#|f`K{}vxg>6`w~p#%yckb(ujdi>RZ*iN8(7Ui} zijQRSse)EAL?}PIdTEfhSQ%L5TcncczRrthc`9X6X=LvxwMD8@YA-9r;8C^&#ZYRC zRHalYD@EPE=|ZV3QmK?W!HkeLQc&TnVmZpE9X;Vl_b7PqDA;pAV9S^-Yk7gwQuk`u zgiPzh;M$@@z2}i9X4>HM1+HL)S>zQ)@l$v#g%HeetIpEc&Uf6)&Yi37>bR|X&A>VG zZ}!ji$M${y(3^)6_S(-lt^HuiRd~DVR@MBzA02u7NW#_nnHGunkXU-FG#2>&@SDR4 zSN&&tB!WPG(TZz(!nJ)quu^*@?o;$NGmAMp@kZdo28|9XzzQCass&b3m5OaP2I~hAT|CPA2E^ex0jqLH77|Tp+@v0&< zPVAt7mFT0Txl&> zu-8E|Bjg_q_b&?Go=$6~wbMFaqpfmk)SO-1OV1#$9=Pan`5@w_4O6i_a0U3S4>S!mc`l4iv^9n>4;!IOT=04@zrr5BXHX1J20~IGLU0)i z7wHNjRuJ-eHidzBkeRXp;fl~!f&`LIIv@rq zZC2&Cl%4b0M4v=blKP4+HrMfxy3GfQ;`4ZT0e{jQf*J0CgR?nb-#62h+EMqT?zg)a z27cI+&{fZzj_!z=Q^hqa#ok1*ccCU(+ynumKQwDixr=Wfymc@(@SP){aT@cX*<-27 z+VA_`^eyxzD_cI}c>AHKIh9v%+jPtHmOJ+1Le0WNvh<0M@($kD;@N#I%B*QY>Vb)~ z6-N7BKN8oKu~qT(KrZJdUX7W;uM3FeqK>Wj`&5QIPHUz#GbK~JSd_&f!zKJs(mq%tU5e%JY}@aOut#MYI5AP&Dm16 z(;o^C(A^d=C!1^LH0$IITqo1VgP_MCbq3oZLAeB8(5OANmChw-AM;$7eU4t%_lRde zInDc&Md5+yGD0kk_y+=r8X#z}5_1r9+T{yDZ-gc~86feCr{WMuOyEyyL;xXXb=~Zk z>xk9Fq@=ZG#kwnD-L-IR(VevJTd_Wwus(Tb;BH&edLphn@n|n(u*EB&l{?e2vr6Cz z`-%L7CPE{`uB|jdK|2N6O@=JB$H2FF3FW{Wx0;1Il?zU51pSoeD)6P(F!_6onRJoj zJQ@sPg2`GwO*=Nzq_J>F02d_Y7P%w_{KN+9FElm^L5Zeq<4|w}?C;`ua0JRZBi2V& z0yQgpAS?U95DX-Kz*W!12~gV}*^cSV7#n!a;0P&zth`8T^XWUG+^3UXesr znx{Fh9SMZe8WEPAQGaCMQd&PGhR4T%rk-V4M$;yh*2ei=;0sDVwNXCBmLt*xpT?hb z3;{TljWbzi_r5w2?R@3sl(XO$Cd*CJoGDrni_CYvc`a$Go9X=6YQvM1GwO`*}z(82=T|SpG4#f2fT}^BW|9{4tdUm&|C(Fg1Vvw^WbeXY}(0p zw;ncyX&d#qcMXZU zr}6W{i4UKQ>z-Qo-;Cx!m~Zy$If;g_w{!79~X&52mkRO^T5HzMY8-b{^m7{5hCYMr#%FZ5RNdp zn>IpW^+zHi5Zr_$>L{OO)PH?E6dVW(fwTc@0QR%A0pJq)h}WLBj7_L?L?2bb*r8Eb zQ6kxt#g~YTX>0=0Z6rL9){PHHd()O{!N?^aLkVdcYK00XcMxlXFK|7QwzDjmayF$E zJ_#~XqE4e#p1EWcXjfS*tyxL@J>7WcF!-EA|c*G!zV zc)4tMoJxLdbVY~bMfLBF{P|ES&poS8A>pe_#)@~g#aoWv?OLwxhOuzgOvz6#8Ov5n z>K2@L3X&xqv-XdzC9yN{ik4Jy*(_LkVa%{(ty(Q_i0?XlM@W_*n?0R!mdCCvIX$Vo zig@0R_uYR~^={Rj154gx_lnDI={`0)0DjE&o7OpN^kS?yW}f%Xm&XelmrYG6o#|Vr zzIiIjN6*KM(TVxedF#UQh5d^M78~yL-FZ6hKDMmuN?DyVrx<&JEs+LsfLJD7gp^34 z*N`B&jy3%)>nS7>ijv$ki{xu7v`UDo3^Gp8X4f_021vC2R&pGQ2?5Pc!s^bU?oZ^nqs(L(XYK#I05_XC*CA)dBy2zs;i#H*~);)KjSD z%4x4LQk+QzZ^^u)Y04zJXRX*GGrVS^n$(sYM^AnOqx1)w+nRr-*JDgrF5}~JfnHaH z_yW5y9y0_qaT`e+ypz)cU}7eca7iAy)lZvul=F+8t=9G%Q5|! z+IRY|(cVtOug93`CZ_o%0cnr%K zzfMN8-{)11##S+(wMNdtl>lp0;f2{%Ji)UWsS$r4#e2Xq$Lxt3I7y=Rdj2%sx41Wg-67Bwc{&(ExGu)E9_fGeB zkHxI>&n>*LQm{Ya?)}v|$>mpz%lLnixB3GR?-64N#WxXbcoFe?NO|lld`iV~Ucq_x zj`_RV=&AXlh0>M0wuJNSuf(^I=hJ`0#V`r$O0Qk~9i*mh%EZKW9G3R0NMf*^$?~*r zBq&A59y=Po8c187BZI?CVck|TTshI5}+s-vT(xGv>3ZpM96}G(7_`~L8Uh7OZwkBZg(znfOQ>EKs z<1)9+cCY3aMla8|Etr$}tw~!etXt-`H7zp1u;to0-Z!(@IunLf9B-J zM&~E)-VaNc-MuTO-ngmv6X)5xFDyIHuISFjb!Y#p(Yac=eZFI{I#IKC@k*lRz@6$l z=aZFBp|R$Jvu9vtV|zSN^J-cBLem{rqT$e;m*U=2$+FW?W6HCAe*e5T7K&O|i%Mg= z=C8u+R`f(N?}__HZ1>#Pg2tMbGv$5$ppwfgqjzw9Y|C3it6dLa>6pQm(ZA4<<) zAYSb(>N?2(w9M62r}^ow&Px3FnThXe*Zs_#Pw{fT>wxZO6`fZ6_<5bVt4;s&JsOI) z@)U2=QTzapZ~)XY7l}!*41RqQ@+w#FCg}5i7QSrIxU*(FRrHIdjBwUp-j9i9%|ax> z@SXy6ULk`ysgav5L9gc68X!T9BL%G@k^x3pK|Gwdi5Py8w^A0iVat;jECd0_5ILNI zJ=t=CRjpqv5p2k_RU7SU9+}o8(bI-*e*s0Cnp-SyJj@E6pS@!Asq?`tw_O@+Mm>#FJ#R zKSN8ZMfakgZ1<3;@M}^$nq(Q8wq#TK#P6U#WbS+hu}Sz6zp4MYyAR=KqBCK+Ei3BKh zj>4#6f(`}5-~eO)e}ZT0_>=0e$Y9>7;_|EKD;B$!T~9y*v=&B(->F%))-E(Ge&yZ9 zJ8er19jlJgc-b>a$EmpKRLWMgVyj5lDq_7!TlLKGRikBg->Z{k*ZYOD;;r75%Em-x zs>bQ`0~8aGf~@|_MX!Ijk{5l@D2S^u{bz zJ||Vx^Q;(ccB!RR_5gdeZi>Iki>|G8NZ8L5Mob1$MI$t1G(uw}V|ki_)hN3wn8lK$ z5l(0sp43m?VGDL^^+uVYK+zd@v&XA9hjVgoq1mwN`hf1Y6GYz5c6?N5k4-!92-xI< z5oWL@;H{!0XcMZYpxDhBtC&C^_J{-@vAvgq{JsXAn;8BoS{?+Ls~WHX~RPM5OI)n!i5TO=@6f#H*GBf_xu{VL8@ zyjoP7EUKTiu9ogz+_7A`f7X#ID!Dy$Ybf@Og`RlTp=8lv><=;|<}82xyxv()x3gDfXZl(_9cv^DU*%aW}aR)mH)aR3tNc#wqHr4s=RX4aWwBytY1SQBaP?s z>dLOH919B1EGTaHSg30gmK*G4>9Qh)bar_@3K~4qlUUEDeF@d34Hf~mA0+V1j$i;l zQR>5*D27-E^x4n?R?8HhwI5__e4~_Bgt8`#lYg4KCKMGvqx?dp6avx!ERs+Ip?E?; zRu)C)AeIRedT_`LK<8J=>}F|9|7~Pyv68-76Wy(Niv~ihei$w>X1YmF z{|4C)(ainlh_IQ99d7I&9enjh%mw3ODlh-L9rFzf=NJ6*O-Xl4Jij&WXj?M1rEHGb z$yoK=^lUh8san!ik#tf^trnKSFUJ4olM5~6uy}ECd$MpJLFlLW+2bjulT0pFzdgMe zh}RxY7C#v;>WJqbN!pH(Qt%W{xVv1Lu$|t{U3|ufh(>0Oh;XFOii2O%gqSnYRF<9D zW_*-o=P>w;p;2MYz)gseu}+s`?$g3_rBf&DM%Iiic4tmbo|ewWoL^8I)uGKPi8?ly zB!i%0O3+XKx7=w?1{XkI(ak`?(z6l8_R$?GpUTcR30xP z#wHqMXOc(kQyYZ`vthyEge*}_O-&>jF67M23*IRb#@w=4kkvbs)6wydsyn_`T;lb)5s+nwZTpGO;puqN(YR!4 z%u?a?4YNjiS{G}d-Kjz{t~+Yrx8A!YJWLMb*e(OshpvYg+I(f5qp)?4 zO?a=iC#@YD!#+!}?La%6g#QpFm^DnqwzUbn(QU04gOLr4#*C8*K)=W!{v5fkBCE3plI&+2+~KU0Si;QR1qL3wKS5Dx{BSNsafAzd^~ z?PQ7z6s9d+1}6@*Kgggpo(o+>c^&gh_;t(cHUx9OdIJSg+C%~^rvvMsd_OO@{1EbC5QMC zN{(Whq0Y!bVd&>8Ou}FeC)+pD^jqKb*D_un~pihQgQ1?rnY-#SM<3h z^B3gU^O32Aa(s2kTyamKF>hR`Tk^Ezl8RpY$h3{}J-cKs+p4aZalSBKT(@khzh`vD z-L(m0t;N8d_rSW6Ev@ep_wBsq!($agv+) z)2u`VFw4l&tSrmA0$|E!Y(%JAxrB_Z0ah&nlQbi6snb*aJxy>^&lb+hS!HM|3sWRt zroeH-WEt3W2?jbbH>8u#%mw)zYgN&vtoSLI-?zO-(-7BiiG0ru;ZUJGMc#kn_YZ+{ zqZjxYTZB{^c4fC7X%lmb2Ryb`dVW7>%K@D6#wkeshg_z?&flWl@gep31h9d(U7z8)DFd#Gob{iDL;FmW7wG-LI1AbA*`IBRP$U#T(uV)1eK5g)No}weW_w&H z`O-cumbW>XdSB}A0)t{OC`ZFr_bkZMQr*dfC_dXuRyNqbasb=~MOC@rfjtX8m89U1 zPp&6&E!>E6PNN>?)})}p3DSrNNXpbyH762gEntc;6eG_g^~;`D7YGV$s)&dkJNGOw z=)fgZHvortavFXty`wk=l5H|}ECYl7@e%kH%l^jjD1mc3JWglzJyMjRTX7@G`>*zRas00#1c= ztXE&XiJ%Yqr{4SGo|n9R>B8O@di#!_@jZ9^JUjAv?ChCyoqcJ356p^sc1AF*#Zfcz z;S|E-5%@4eiYZmg4mO%kiA~F&|tbJ1+h; zmH0UY?@&PU(raM?SNs6+v{jiP@;Fik?gv9Wysp z^NXS{zcc=R?~mP!msi?PB-&4Ws7qe@u^g*Gu z-0{mI&RIA&xK_;BOCFRUU##Q(eLr^pxcAPkm4l}e2Ty%?EP3!;{42fj^S$wdeaV(* zle?Zv7JYT@#J&7dG(a{JmBdPt&h2wL9J`y<-7`9(bxX$5*wBJ;sj3;CJEi5bcG?u% zztHmb!3A-#HCfqC+hON;+7D}3I1{gYVzy_sa?fJb-GXH0)3ZIP>SppmKgUPysgiB; z_SlUD|Dt{2#vT7%`<)x{qO-}ov(PY*Va-T%@QNlUtCgxN`~O&79(y}D7y*b`%U7#w z=f#DVg^S7R7QCUok6xgSv;k)Xp}%p$i$#q$+CW&&(fL ztX@2`c;s&N-7|NO#LIe<1-*DfWVml6I@r$KUYA2#D|b$YcFME+%lZnthv=nh&Qzx8 zWGC`Z6l~PVGRW%yCaH|Prns4&tby!H(U%TVgO06eek1Im{VlN2l!z^Ex`s2T zEBk<)xwqOAqwgPNa2+ognWLwPVFEKlEYLo2hz91q%@;5Q%ZEGLHJsw#x2hOMMjsno zl2{(W!c2)a!KUT}h5>>CCiwC?fEhMZf1?s^SJY5;sjX3Juy3fLfuwsjFOIHnYyr^Z z7q);f$fI?`!2ibXjHSov|BGJ_1%y1o%^=_)ll!WX=b)$aF_NDMC~TdCtt#`Gd?jYA z3cw8ZX!3N)vKiJUSvafWH;0sL-&EQ%3PBzuKyZ*bY;T4KyV#Cnw(3W#^fYFgQ%~}q zApquAM6UW5AoiOwPU7r?3{CiMf>P%N51ohFogo0w0)^BU9K%-=0%7R_c_Ll7eqb-O zVF4kj=sw*|wJ?;A{DPUB9-T)L~R zoo0C8Q#u98@Bk_4EVK9*NJ^VC85vLz{|gd7C9w~$m^#W}B=Q@ufcQ5^&td^t^gA|o z7yHhH(qCeL=on<3nc)DhQHB6(M2HXxolzMHV0$=SNY$w`#0PXq@c?V9_`i`;BCU~$ zbai*do?Ai^KgaV`66$>jm{4CUgA|&%0nd?&9V_L#66L#+<&6nb$t*v+KiV0+k}KGU z{%rJ*NADg>wx9ek|HJBd`{`uknPgp0GXLzX@t!d+ZY)_XC|)V3O%&9w6tpA?THson z2j`;dL|*lL&AgP%+cndDuL6GerSSVOIcKkYb257Ll^ZD&`N~>7E0)@Xr8ea#jQZz> zq0{qkTNZ;bVO#6gIgQmorauE@N`7(lTI|ZL$@$J(FGIStCSB}=m<9g5j+zxmL&DLJ z$}f#o-)fjYzW4&lJ9nYH69@b0L=p~wSsqxnCZf|jX7yxpZ;4%;hoyZd++NHM7~1pe zR`Qz?`Aw;!^7(y>-Jt1i206C_f!%Rmi(K$?(K{4D)m759$qx*oMm7<=hK}ECBFOH- zY<03nH5R;wl5{aqKm)z$%9^bcyW?5k0F_rvCv;p!y|=>?3S-%YZ%4C$~-|E{S?fkwOd>v$(P44Ud4gf-6;f z6IFYYRqaXJemFE(^H!|o32S-m7>;J=nC@XQ@g+4G~}CHu}) z!FJ4l)t@1DCF!XC=82iknMlfB2v7Wa_$19h?m(O_gMbuUgY{`et~BH9eGe;Kg4# zYCgvCA6WULhjky=DkxshAMMb6;4Pqd2ak}rW#-B(xo42{+bubDG10^kt3eKS(aZ>o zJbGO`g;Zu4l*cANSs-lSz;Qn&9{%n#<3 z>Y9yjgL1MNe-)8j54JBuxQdbAlC`X<%mhA4XpMY*DFvBvShDuW-bMrUC0k1WrdLI5ED#%L>HG0jB`nKE0j^{g8Lj#J>PDzt;;v7pDP3~|yAS~~t2Rtxg zkW2R#ZZ5rHsB+n)PReaY8=h)%Bel;LqcOSN}5uCV!ZOni1BJJ3-0mG-Ff&-V> zCO@klzU%TA9pK}FuSmhSJZpuL2Nw+Tckp&1d4h>wr+^e2k-iRtEj3EWIlL?Wn4VE^ zkj8KqBFeeI6>DX}TDfA~j+22nZ)DxRVy#VBYv&_L>+U7%-bGzpw^z3EqYS%ftq}Lc z_^6-c%B~+e(EWbqpfU+m9FL)qWLM6C5r7m2qCH%DgERVkBpS6 zO(-Aa+H$Z+YNYeBr^1xeW#l0wZ~vla{rJJ${ABNL*3sn82P>M79(@}@?*63s6H2Av zIQ8#QMA#Z}R>iCKEJl_chv@{CgPfIzzO#GQ2#9BM&-6S1cB+2Iy;9whsBT%@zSt74 z-j~d8XNDnlbA`HFy=XeKZhs09`aa24JCxb(&N}U4s-s`gD+S`6}|J?rXwtZKMok+TOB&|E+x}A^C6&-Td z&|LW+h-{WUDzBq4RXB8E_668nQW^|sq}>ROLiySGqtbaaR|eo|0q``T;!Hhx0-xpN zxiw9qoye&HK-6S8^_1rQj92rcwM=LMrcUASApXn@R2e7#@{#$u$!S9QTAXZGC)U2@ zgk@Cv@Ra!vsf;K?YSUSC*p9;@eJxJTt=OpSP6YW@g-K7NQ6Ls9JjPx_N94F*>1Q>R5BH*Ip-*~2>mUOPWE{r z(%_QO(*t`uk$YIMft=DhxfKQKCnZ@+)JM+|>5@lDKeV&#FlWdeqI{N!RcK+;=pp>0 z)%RyL$Yj2VpomX};hTKS9Zh~0>iC>$sDI#;Nv|OmQ-f%(ie(hb(xfsnB?H@AkcaSR zl$z}o8Zz`RF?!jelB8H>utoL~8g!bR=b<}y$4Bj$52y^Qoz+=RtygH0W2eZ>8k?T$ z#7!+>rIfCtxY$We(`_C`)?l67U^dLGN+s1t4avS7>&AWbp{K!d+9kthoV3W1Hqy6I zfNmH>6faW}eF$V6-;MfPqQK-J)8yRpo)x}kNV`*)@OcbzLOzXch)j$T2|X1cfhCfD zE|OH2cZo>m$jTn+d1*6rztilKEaGu`f~{S}X2jltS+fY)q@6xr&Sy{Y5h@c7rVY?h z>$DplL%yTkeZHK}ipuA!o+oO43Yd;EMzL!Y{2m32d;JN;7z<-=U4KbGe@?+i6wubs zW_;y))Pj&%;Wf-_snIp#Vh8r1VHtHqONCFMr5yS9t%hBiI9D92S|?&_`CM^rbntfgR(O6O zS=6xLPZTxBIrlFOZG8QG4#D~eZ|BP&cnrL2J)h@K^6Mu2UiTRJ7x)JSReatW_K0`y zNmcJm)i$gd5AX-q$b59)idd?keoc$}Jqy%TdSc-6cBpx*&Na$|eIA2*-HzD$Rlb(r zvDU|P+iFyD6?~gQ4zZN0d`*ixBS%kUa&jIbM=_ZkV(T3?9xk39YFyQJ*0>_Rfi(&D zd!VJqU71!wcCPMb^JuxA)|f41i`heVptHz))Dd%roG~FJ&~Izh6{`!? z#oQrx%oFl3NUs#Dvi&$ za_ctQDnP5Ns)@{ZD_|^X?zu$ zwztyMS7>(14RYfXM&2oJdt?pml6T2Xk1V0x3Oo7Z*Cmv<%gs+12Qq*1Zn@==^;wxP zv`5)9dGT$dWKnLdqV-pJ?2&iCj2&{j+y>>|X*S@0Ntgr}U6A7OgeGZ`L|h#TSajQv zGIeV@sp$NzR5A+1?KpJlmQhL7UXqmwusU~38rL0339Cw2lg0y_?jDRkkfIU!j)GM} zZZj*M@GTsP#T5C55>+Hs`4s8yp#+Wraaxgwq?j^Vtxb99nRPF;E+7Sk7#YFgWI`MW z&FMmU9x^cfo>PQ$E-prl$wfJ$YB(~IBFczyAUP?fRFFtiClaZsEMjF$!J?KBwFyN` zN~0f2qQ@NK-m6+;#U{ zZ>YcbNB1*krCbKXz4yD#wm?VPdbc+myuUx)2ScRZv@xVyFBFNCthv{uOKXJ!CYiIdalr);3F-1wLiupA4`hHe7BT}S8>#caGo`3xX#j69Ik38K3oA<71?@rjt3QP-i@vaVo_Lm< zdkf9IPvsZQhgRGz`8KFNeLvrNwCFyTw;%h;wR_p+FSz`R7oIj2UBPA7;ezXM(RDOC zup)SV>0acE!oIv^AH5lsO$6>_1C322wr>G_-wl*eih%`Wh5*EU;dljyjkUn-z%0Pv zeNd=m%gegfN7QOss_cH~K1%4wYGl!h(6%hJ7lii3!$qO%xg{?g&RY&sxo>^S=nVvy zlVJ@@ktiT;IIZABMISN~S$TRW--Qb3Q$BEr9M5L0awx0XD~HlNfM$6UZ5~*ntMpI6 z%t^x%;mld~$uq-k+NdZ380R8)(AaouD~1yOszf{lTRg1ITr zL_9hzj!cW@x`|}n)bAx$e?_d$@1aD0XAjl6W{XZ=lA@|orC)!ipHB9FZ{m)26)DO;mE?Z@_+Ff(lT#l~*74!naBQ#k`V@m2Ius zBzyoUP7qQ*WLdNkL@rOE|H7aD{E51F?2}B<(^C|#=PlQNzuhRe-ZgR#D}Z?iJ{G_+ zd($Zd*s4HdhRra4$7}+YA8BRaL#P8`o`DlO%6@=uqABzd_W_z>0_+g(0qy|~yP&`X zAF1TfKyElyR<}}*OWq1ZOc);qid*nkk3p72YZeQ?eZ|+D+g|kTnYC`%kxN{(=1*OH zAzaH_u6?s%L$21Z5zB91^)&s$y~acBl}hG)D72!#6uP*-VY;}=^@Mh0hd)Pb#@~V> zU^CEU<${uKBgxFOax2&gpf0xp?r*gd84`1Ft!ReusVtgF50=GZ@|j^WjLbh^a5X>c z>-;7OeAFb_0%L7yh>6UNm|-)lY$sNEhLar`?g3KwY86X0Nu#H&Ok`(<(}?agO_C+5 zNoLfNt(H)zl~5x#g{BNw(aiz}iMVq{J1e`0WR+eXq<4P^CIyd!)HJ4=v1yHEa`Yw( znz2)`t+o z&RBnDonk82s$nQ?2~JH!(}zsNs_|sIl#etePC^y{W$+J26tR;G=nR|?U;fXx-+qfl zm_5M0Bp~pT9M*LI+gMHE1OyZDRBQy$A8ZQTR!t>*$mPc*)7fx1EezkiH+4@AhVOTG zq?=4;Nt~EeMl~9>oDeZNbm?xhvsUOxIo>HlAeP2)A*ZNF_13R{=q{o6&=Al_hmTQFWd!knSM-?imkL+c#tajqfO;asyLZ*z{z)z8jkFPG}J{l)O( z;oOB{otV8;venJqDcE+yU2XpRjl{V+SXji?w<2K{Ik-w*4%;l_h+3eP5YLcdJ0WF zPea9~bst{K6O36xYWGl%6kVu;s!V9TIb%dBHy-OzW>+U;+5r& zBZZD5&!u9=@uK*nrIX7i-z}Vc_xIO}C$HvrUn_dAKjv4x^|Snn&^UKHcW@pA+nv2w za(U-Eb4M0C@%Mpd zeSX9-P|tmS#xqdI{YxDW^)1GT+(K%MMqnSm+ZbVhJsDL2N5xDD2#gRD?|X|mtAsYM zaj5i^IaG&5+*Vk62qx^!=E;Q5d!Wk@&Z=|oej&Ii ze4JjISh|<@zf*Ky$=k1d^*Vg?6ze-FbkzCgI%m)3Ev?^d2tV+~vch>E`poAzALKr3 z^_&lIp9OfR2doB~_rW?CQM6?wk%;P6BT6u$Y)ci*dxVg9*f5f~yy?0-<%ldpLKEr% z(|$}T3Ewg$rgM;Rptj#ax7+9^qteGU@}_xr>jPwuSe~gzG!0mfIEE8xa10dfF4(jC z_XDr7+Vy|3x*ym_9uCJ+5E8+|AtvrH9J^F}RD)Ge@mcb1)uxjW>S5wrV1jCxyr3Ab z5abO36X%rLPa_DRQ2~t)NGyaekc{enp42>$>CQXksbT=*1UB9Z=`$N~<8<3-B9?@6 zuR8~SGIaIEz=d-+2k;&;(oeE(lAR+NHTL_Vrn^-TFRH-HS(3h@kXTB$!@~+ZrNMIv zi94uO#pKx6Jn+4;pE90J&)`3SUIJI@S;*lKGt3{Ii1GgcdH)?bzC^(y3jPNYzeJ}C z==7@Ko!d5t=UZ|Ei~dD*vFqcjdEfqm(37=);cL#f1fCu$`ueh9syN0z*S&$D*lVE}WP@k&6}^fW!-9D ze{oIB4W?Arx@J@kA2%wiy!~sQbggrUZCztYb?qQxo0gef1!h<2(6J3c;^nU@*wHXZn literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c8629eb3e46445dd667a931ba2371b586175e9b GIT binary patch literal 20481 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py new file mode 100644 index 0000000..25f4282 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py @@ -0,0 +1,110 @@ +""" +ELF file parser. + +This provides a class ``ELFFile`` that parses an ELF executable in a similar +interface to ``ZipFile``. Only the read interface is implemented. + +Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca +ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html +""" + +from __future__ import annotations + +import enum +import os +import struct +from typing import IO + + +class ELFInvalid(ValueError): + pass + + +class EIClass(enum.IntEnum): + C32 = 1 + C64 = 2 + + +class EIData(enum.IntEnum): + Lsb = 1 + Msb = 2 + + +class EMachine(enum.IntEnum): + I386 = 3 + S390 = 22 + Arm = 40 + X8664 = 62 + AArc64 = 183 + + +class ELFFile: + """ + Representation of an ELF executable. + """ + + def __init__(self, f: IO[bytes]) -> None: + self._f = f + + try: + ident = self._read("16B") + except struct.error as e: + raise ELFInvalid("unable to parse identification") from e + 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 as e: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) from e + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..61339a6 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,263 @@ +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, + stacklevel=2, + ) + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..d2bf30b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py new file mode 100644 index 0000000..c1238c0 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py new file mode 100644 index 0000000..89d0416 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py new file mode 100644 index 0000000..71a1a77 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__init__.py @@ -0,0 +1,145 @@ +####################################################################################### +# +# Adapted from: +# https://github.com/pypa/hatch/blob/5352e44/backend/src/hatchling/licenses/parse.py +# +# MIT License +# +# Copyright (c) 2017-present Ofek Lev +# +# 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. +# +# +# With additional allowance of arbitrary `LicenseRef-` identifiers, not just +# `LicenseRef-Public-Domain` and `LicenseRef-Proprietary`. +# +####################################################################################### +from __future__ import annotations + +import re +from typing import NewType, cast + +from pip._vendor.packaging.licenses._spdx import EXCEPTIONS, LICENSES + +__all__ = [ + "NormalizedLicenseExpression", + "InvalidLicenseExpression", + "canonicalize_license_expression", +] + +license_ref_allowed = re.compile("^[A-Za-z0-9.-]*$") + +NormalizedLicenseExpression = NewType("NormalizedLicenseExpression", str) + + +class InvalidLicenseExpression(ValueError): + """Raised when a license-expression string is invalid + + >>> canonicalize_license_expression("invalid") + Traceback (most recent call last): + ... + packaging.licenses.InvalidLicenseExpression: Invalid license expression: 'invalid' + """ + + +def canonicalize_license_expression( + raw_license_expression: str, +) -> NormalizedLicenseExpression: + if not raw_license_expression: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) + + # Pad any parentheses so tokenization can be achieved by merely splitting on + # whitespace. + license_expression = raw_license_expression.replace("(", " ( ").replace(")", " ) ") + licenseref_prefix = "LicenseRef-" + license_refs = { + ref.lower(): "LicenseRef-" + ref[len(licenseref_prefix) :] + for ref in license_expression.split() + if ref.lower().startswith(licenseref_prefix.lower()) + } + + # Normalize to lower case so we can look up licenses/exceptions + # and so boolean operators are Python-compatible. + license_expression = license_expression.lower() + + tokens = license_expression.split() + + # Rather than implementing boolean logic, we create an expression that Python can + # parse. Everything that is not involved with the grammar itself is treated as + # `False` and the expression should evaluate as such. + python_tokens = [] + for token in tokens: + if token not in {"or", "and", "with", "(", ")"}: + python_tokens.append("False") + elif token == "with": + python_tokens.append("or") + elif token == "(" and python_tokens and python_tokens[-1] not in {"or", "and"}: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) + else: + python_tokens.append(token) + + python_expression = " ".join(python_tokens) + try: + invalid = eval(python_expression, globals(), locals()) + except Exception: + invalid = True + + if invalid is not False: + message = f"Invalid license expression: {raw_license_expression!r}" + raise InvalidLicenseExpression(message) from None + + # Take a final pass to check for unknown licenses/exceptions. + normalized_tokens = [] + for token in tokens: + if token in {"or", "and", "with", "(", ")"}: + normalized_tokens.append(token.upper()) + continue + + if normalized_tokens and normalized_tokens[-1] == "WITH": + if token not in EXCEPTIONS: + message = f"Unknown license exception: {token!r}" + raise InvalidLicenseExpression(message) + + normalized_tokens.append(EXCEPTIONS[token]["id"]) + else: + if token.endswith("+"): + final_token = token[:-1] + suffix = "+" + else: + final_token = token + suffix = "" + + if final_token.startswith("licenseref-"): + if not license_ref_allowed.match(final_token): + message = f"Invalid licenseref: {final_token!r}" + raise InvalidLicenseExpression(message) + normalized_tokens.append(license_refs[final_token] + suffix) + else: + if final_token not in LICENSES: + message = f"Unknown license: {final_token!r}" + raise InvalidLicenseExpression(message) + normalized_tokens.append(LICENSES[final_token]["id"] + suffix) + + normalized_expression = " ".join(normalized_tokens) + + return cast( + NormalizedLicenseExpression, + normalized_expression.replace("( ", "(").replace(" )", ")"), + ) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c057e8be48ff4f79785d1ac8cb4af4492257eb0e GIT binary patch literal 4130 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py new file mode 100644 index 0000000..eac2227 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/licenses/_spdx.py @@ -0,0 +1,759 @@ + +from __future__ import annotations + +from typing import TypedDict + +class SPDXLicense(TypedDict): + id: str + deprecated: bool + +class SPDXException(TypedDict): + id: str + deprecated: bool + + +VERSION = '3.25.0' + +LICENSES: dict[str, SPDXLicense] = { + '0bsd': {'id': '0BSD', 'deprecated': False}, + '3d-slicer-1.0': {'id': '3D-Slicer-1.0', 'deprecated': False}, + 'aal': {'id': 'AAL', 'deprecated': False}, + 'abstyles': {'id': 'Abstyles', 'deprecated': False}, + 'adacore-doc': {'id': 'AdaCore-doc', 'deprecated': False}, + 'adobe-2006': {'id': 'Adobe-2006', 'deprecated': False}, + 'adobe-display-postscript': {'id': 'Adobe-Display-PostScript', 'deprecated': False}, + 'adobe-glyph': {'id': 'Adobe-Glyph', 'deprecated': False}, + 'adobe-utopia': {'id': 'Adobe-Utopia', 'deprecated': False}, + 'adsl': {'id': 'ADSL', 'deprecated': False}, + 'afl-1.1': {'id': 'AFL-1.1', 'deprecated': False}, + 'afl-1.2': {'id': 'AFL-1.2', 'deprecated': False}, + 'afl-2.0': {'id': 'AFL-2.0', 'deprecated': False}, + 'afl-2.1': {'id': 'AFL-2.1', 'deprecated': False}, + 'afl-3.0': {'id': 'AFL-3.0', 'deprecated': False}, + 'afmparse': {'id': 'Afmparse', 'deprecated': False}, + 'agpl-1.0': {'id': 'AGPL-1.0', 'deprecated': True}, + 'agpl-1.0-only': {'id': 'AGPL-1.0-only', 'deprecated': False}, + 'agpl-1.0-or-later': {'id': 'AGPL-1.0-or-later', 'deprecated': False}, + 'agpl-3.0': {'id': 'AGPL-3.0', 'deprecated': True}, + 'agpl-3.0-only': {'id': 'AGPL-3.0-only', 'deprecated': False}, + 'agpl-3.0-or-later': {'id': 'AGPL-3.0-or-later', 'deprecated': False}, + 'aladdin': {'id': 'Aladdin', 'deprecated': False}, + 'amd-newlib': {'id': 'AMD-newlib', 'deprecated': False}, + 'amdplpa': {'id': 'AMDPLPA', 'deprecated': False}, + 'aml': {'id': 'AML', 'deprecated': False}, + 'aml-glslang': {'id': 'AML-glslang', 'deprecated': False}, + 'ampas': {'id': 'AMPAS', 'deprecated': False}, + 'antlr-pd': {'id': 'ANTLR-PD', 'deprecated': False}, + 'antlr-pd-fallback': {'id': 'ANTLR-PD-fallback', 'deprecated': False}, + 'any-osi': {'id': 'any-OSI', 'deprecated': False}, + 'apache-1.0': {'id': 'Apache-1.0', 'deprecated': False}, + 'apache-1.1': {'id': 'Apache-1.1', 'deprecated': False}, + 'apache-2.0': {'id': 'Apache-2.0', 'deprecated': False}, + 'apafml': {'id': 'APAFML', 'deprecated': False}, + 'apl-1.0': {'id': 'APL-1.0', 'deprecated': False}, + 'app-s2p': {'id': 'App-s2p', 'deprecated': False}, + 'apsl-1.0': {'id': 'APSL-1.0', 'deprecated': False}, + 'apsl-1.1': {'id': 'APSL-1.1', 'deprecated': False}, + 'apsl-1.2': {'id': 'APSL-1.2', 'deprecated': False}, + 'apsl-2.0': {'id': 'APSL-2.0', 'deprecated': False}, + 'arphic-1999': {'id': 'Arphic-1999', 'deprecated': False}, + 'artistic-1.0': {'id': 'Artistic-1.0', 'deprecated': False}, + 'artistic-1.0-cl8': {'id': 'Artistic-1.0-cl8', 'deprecated': False}, + 'artistic-1.0-perl': {'id': 'Artistic-1.0-Perl', 'deprecated': False}, + 'artistic-2.0': {'id': 'Artistic-2.0', 'deprecated': False}, + 'aswf-digital-assets-1.0': {'id': 'ASWF-Digital-Assets-1.0', 'deprecated': False}, + 'aswf-digital-assets-1.1': {'id': 'ASWF-Digital-Assets-1.1', 'deprecated': False}, + 'baekmuk': {'id': 'Baekmuk', 'deprecated': False}, + 'bahyph': {'id': 'Bahyph', 'deprecated': False}, + 'barr': {'id': 'Barr', 'deprecated': False}, + 'bcrypt-solar-designer': {'id': 'bcrypt-Solar-Designer', 'deprecated': False}, + 'beerware': {'id': 'Beerware', 'deprecated': False}, + 'bitstream-charter': {'id': 'Bitstream-Charter', 'deprecated': False}, + 'bitstream-vera': {'id': 'Bitstream-Vera', 'deprecated': False}, + 'bittorrent-1.0': {'id': 'BitTorrent-1.0', 'deprecated': False}, + 'bittorrent-1.1': {'id': 'BitTorrent-1.1', 'deprecated': False}, + 'blessing': {'id': 'blessing', 'deprecated': False}, + 'blueoak-1.0.0': {'id': 'BlueOak-1.0.0', 'deprecated': False}, + 'boehm-gc': {'id': 'Boehm-GC', 'deprecated': False}, + 'borceux': {'id': 'Borceux', 'deprecated': False}, + 'brian-gladman-2-clause': {'id': 'Brian-Gladman-2-Clause', 'deprecated': False}, + 'brian-gladman-3-clause': {'id': 'Brian-Gladman-3-Clause', 'deprecated': False}, + 'bsd-1-clause': {'id': 'BSD-1-Clause', 'deprecated': False}, + 'bsd-2-clause': {'id': 'BSD-2-Clause', 'deprecated': False}, + 'bsd-2-clause-darwin': {'id': 'BSD-2-Clause-Darwin', 'deprecated': False}, + 'bsd-2-clause-first-lines': {'id': 'BSD-2-Clause-first-lines', 'deprecated': False}, + 'bsd-2-clause-freebsd': {'id': 'BSD-2-Clause-FreeBSD', 'deprecated': True}, + 'bsd-2-clause-netbsd': {'id': 'BSD-2-Clause-NetBSD', 'deprecated': True}, + 'bsd-2-clause-patent': {'id': 'BSD-2-Clause-Patent', 'deprecated': False}, + 'bsd-2-clause-views': {'id': 'BSD-2-Clause-Views', 'deprecated': False}, + 'bsd-3-clause': {'id': 'BSD-3-Clause', 'deprecated': False}, + 'bsd-3-clause-acpica': {'id': 'BSD-3-Clause-acpica', 'deprecated': False}, + 'bsd-3-clause-attribution': {'id': 'BSD-3-Clause-Attribution', 'deprecated': False}, + 'bsd-3-clause-clear': {'id': 'BSD-3-Clause-Clear', 'deprecated': False}, + 'bsd-3-clause-flex': {'id': 'BSD-3-Clause-flex', 'deprecated': False}, + 'bsd-3-clause-hp': {'id': 'BSD-3-Clause-HP', 'deprecated': False}, + 'bsd-3-clause-lbnl': {'id': 'BSD-3-Clause-LBNL', 'deprecated': False}, + 'bsd-3-clause-modification': {'id': 'BSD-3-Clause-Modification', 'deprecated': False}, + 'bsd-3-clause-no-military-license': {'id': 'BSD-3-Clause-No-Military-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license': {'id': 'BSD-3-Clause-No-Nuclear-License', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-license-2014': {'id': 'BSD-3-Clause-No-Nuclear-License-2014', 'deprecated': False}, + 'bsd-3-clause-no-nuclear-warranty': {'id': 'BSD-3-Clause-No-Nuclear-Warranty', 'deprecated': False}, + 'bsd-3-clause-open-mpi': {'id': 'BSD-3-Clause-Open-MPI', 'deprecated': False}, + 'bsd-3-clause-sun': {'id': 'BSD-3-Clause-Sun', 'deprecated': False}, + 'bsd-4-clause': {'id': 'BSD-4-Clause', 'deprecated': False}, + 'bsd-4-clause-shortened': {'id': 'BSD-4-Clause-Shortened', 'deprecated': False}, + 'bsd-4-clause-uc': {'id': 'BSD-4-Clause-UC', 'deprecated': False}, + 'bsd-4.3reno': {'id': 'BSD-4.3RENO', 'deprecated': False}, + 'bsd-4.3tahoe': {'id': 'BSD-4.3TAHOE', 'deprecated': False}, + 'bsd-advertising-acknowledgement': {'id': 'BSD-Advertising-Acknowledgement', 'deprecated': False}, + 'bsd-attribution-hpnd-disclaimer': {'id': 'BSD-Attribution-HPND-disclaimer', 'deprecated': False}, + 'bsd-inferno-nettverk': {'id': 'BSD-Inferno-Nettverk', 'deprecated': False}, + 'bsd-protection': {'id': 'BSD-Protection', 'deprecated': False}, + 'bsd-source-beginning-file': {'id': 'BSD-Source-beginning-file', 'deprecated': False}, + 'bsd-source-code': {'id': 'BSD-Source-Code', 'deprecated': False}, + 'bsd-systemics': {'id': 'BSD-Systemics', 'deprecated': False}, + 'bsd-systemics-w3works': {'id': 'BSD-Systemics-W3Works', 'deprecated': False}, + 'bsl-1.0': {'id': 'BSL-1.0', 'deprecated': False}, + 'busl-1.1': {'id': 'BUSL-1.1', 'deprecated': False}, + 'bzip2-1.0.5': {'id': 'bzip2-1.0.5', 'deprecated': True}, + 'bzip2-1.0.6': {'id': 'bzip2-1.0.6', 'deprecated': False}, + 'c-uda-1.0': {'id': 'C-UDA-1.0', 'deprecated': False}, + 'cal-1.0': {'id': 'CAL-1.0', 'deprecated': False}, + 'cal-1.0-combined-work-exception': {'id': 'CAL-1.0-Combined-Work-Exception', 'deprecated': False}, + 'caldera': {'id': 'Caldera', 'deprecated': False}, + 'caldera-no-preamble': {'id': 'Caldera-no-preamble', 'deprecated': False}, + 'catharon': {'id': 'Catharon', 'deprecated': False}, + 'catosl-1.1': {'id': 'CATOSL-1.1', 'deprecated': False}, + 'cc-by-1.0': {'id': 'CC-BY-1.0', 'deprecated': False}, + 'cc-by-2.0': {'id': 'CC-BY-2.0', 'deprecated': False}, + 'cc-by-2.5': {'id': 'CC-BY-2.5', 'deprecated': False}, + 'cc-by-2.5-au': {'id': 'CC-BY-2.5-AU', 'deprecated': False}, + 'cc-by-3.0': {'id': 'CC-BY-3.0', 'deprecated': False}, + 'cc-by-3.0-at': {'id': 'CC-BY-3.0-AT', 'deprecated': False}, + 'cc-by-3.0-au': {'id': 'CC-BY-3.0-AU', 'deprecated': False}, + 'cc-by-3.0-de': {'id': 'CC-BY-3.0-DE', 'deprecated': False}, + 'cc-by-3.0-igo': {'id': 'CC-BY-3.0-IGO', 'deprecated': False}, + 'cc-by-3.0-nl': {'id': 'CC-BY-3.0-NL', 'deprecated': False}, + 'cc-by-3.0-us': {'id': 'CC-BY-3.0-US', 'deprecated': False}, + 'cc-by-4.0': {'id': 'CC-BY-4.0', 'deprecated': False}, + 'cc-by-nc-1.0': {'id': 'CC-BY-NC-1.0', 'deprecated': False}, + 'cc-by-nc-2.0': {'id': 'CC-BY-NC-2.0', 'deprecated': False}, + 'cc-by-nc-2.5': {'id': 'CC-BY-NC-2.5', 'deprecated': False}, + 'cc-by-nc-3.0': {'id': 'CC-BY-NC-3.0', 'deprecated': False}, + 'cc-by-nc-3.0-de': {'id': 'CC-BY-NC-3.0-DE', 'deprecated': False}, + 'cc-by-nc-4.0': {'id': 'CC-BY-NC-4.0', 'deprecated': False}, + 'cc-by-nc-nd-1.0': {'id': 'CC-BY-NC-ND-1.0', 'deprecated': False}, + 'cc-by-nc-nd-2.0': {'id': 'CC-BY-NC-ND-2.0', 'deprecated': False}, + 'cc-by-nc-nd-2.5': {'id': 'CC-BY-NC-ND-2.5', 'deprecated': False}, + 'cc-by-nc-nd-3.0': {'id': 'CC-BY-NC-ND-3.0', 'deprecated': False}, + 'cc-by-nc-nd-3.0-de': {'id': 'CC-BY-NC-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nc-nd-3.0-igo': {'id': 'CC-BY-NC-ND-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-nd-4.0': {'id': 'CC-BY-NC-ND-4.0', 'deprecated': False}, + 'cc-by-nc-sa-1.0': {'id': 'CC-BY-NC-SA-1.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0': {'id': 'CC-BY-NC-SA-2.0', 'deprecated': False}, + 'cc-by-nc-sa-2.0-de': {'id': 'CC-BY-NC-SA-2.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-2.0-fr': {'id': 'CC-BY-NC-SA-2.0-FR', 'deprecated': False}, + 'cc-by-nc-sa-2.0-uk': {'id': 'CC-BY-NC-SA-2.0-UK', 'deprecated': False}, + 'cc-by-nc-sa-2.5': {'id': 'CC-BY-NC-SA-2.5', 'deprecated': False}, + 'cc-by-nc-sa-3.0': {'id': 'CC-BY-NC-SA-3.0', 'deprecated': False}, + 'cc-by-nc-sa-3.0-de': {'id': 'CC-BY-NC-SA-3.0-DE', 'deprecated': False}, + 'cc-by-nc-sa-3.0-igo': {'id': 'CC-BY-NC-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-nc-sa-4.0': {'id': 'CC-BY-NC-SA-4.0', 'deprecated': False}, + 'cc-by-nd-1.0': {'id': 'CC-BY-ND-1.0', 'deprecated': False}, + 'cc-by-nd-2.0': {'id': 'CC-BY-ND-2.0', 'deprecated': False}, + 'cc-by-nd-2.5': {'id': 'CC-BY-ND-2.5', 'deprecated': False}, + 'cc-by-nd-3.0': {'id': 'CC-BY-ND-3.0', 'deprecated': False}, + 'cc-by-nd-3.0-de': {'id': 'CC-BY-ND-3.0-DE', 'deprecated': False}, + 'cc-by-nd-4.0': {'id': 'CC-BY-ND-4.0', 'deprecated': False}, + 'cc-by-sa-1.0': {'id': 'CC-BY-SA-1.0', 'deprecated': False}, + 'cc-by-sa-2.0': {'id': 'CC-BY-SA-2.0', 'deprecated': False}, + 'cc-by-sa-2.0-uk': {'id': 'CC-BY-SA-2.0-UK', 'deprecated': False}, + 'cc-by-sa-2.1-jp': {'id': 'CC-BY-SA-2.1-JP', 'deprecated': False}, + 'cc-by-sa-2.5': {'id': 'CC-BY-SA-2.5', 'deprecated': False}, + 'cc-by-sa-3.0': {'id': 'CC-BY-SA-3.0', 'deprecated': False}, + 'cc-by-sa-3.0-at': {'id': 'CC-BY-SA-3.0-AT', 'deprecated': False}, + 'cc-by-sa-3.0-de': {'id': 'CC-BY-SA-3.0-DE', 'deprecated': False}, + 'cc-by-sa-3.0-igo': {'id': 'CC-BY-SA-3.0-IGO', 'deprecated': False}, + 'cc-by-sa-4.0': {'id': 'CC-BY-SA-4.0', 'deprecated': False}, + 'cc-pddc': {'id': 'CC-PDDC', 'deprecated': False}, + 'cc0-1.0': {'id': 'CC0-1.0', 'deprecated': False}, + 'cddl-1.0': {'id': 'CDDL-1.0', 'deprecated': False}, + 'cddl-1.1': {'id': 'CDDL-1.1', 'deprecated': False}, + 'cdl-1.0': {'id': 'CDL-1.0', 'deprecated': False}, + 'cdla-permissive-1.0': {'id': 'CDLA-Permissive-1.0', 'deprecated': False}, + 'cdla-permissive-2.0': {'id': 'CDLA-Permissive-2.0', 'deprecated': False}, + 'cdla-sharing-1.0': {'id': 'CDLA-Sharing-1.0', 'deprecated': False}, + 'cecill-1.0': {'id': 'CECILL-1.0', 'deprecated': False}, + 'cecill-1.1': {'id': 'CECILL-1.1', 'deprecated': False}, + 'cecill-2.0': {'id': 'CECILL-2.0', 'deprecated': False}, + 'cecill-2.1': {'id': 'CECILL-2.1', 'deprecated': False}, + 'cecill-b': {'id': 'CECILL-B', 'deprecated': False}, + 'cecill-c': {'id': 'CECILL-C', 'deprecated': False}, + 'cern-ohl-1.1': {'id': 'CERN-OHL-1.1', 'deprecated': False}, + 'cern-ohl-1.2': {'id': 'CERN-OHL-1.2', 'deprecated': False}, + 'cern-ohl-p-2.0': {'id': 'CERN-OHL-P-2.0', 'deprecated': False}, + 'cern-ohl-s-2.0': {'id': 'CERN-OHL-S-2.0', 'deprecated': False}, + 'cern-ohl-w-2.0': {'id': 'CERN-OHL-W-2.0', 'deprecated': False}, + 'cfitsio': {'id': 'CFITSIO', 'deprecated': False}, + 'check-cvs': {'id': 'check-cvs', 'deprecated': False}, + 'checkmk': {'id': 'checkmk', 'deprecated': False}, + 'clartistic': {'id': 'ClArtistic', 'deprecated': False}, + 'clips': {'id': 'Clips', 'deprecated': False}, + 'cmu-mach': {'id': 'CMU-Mach', 'deprecated': False}, + 'cmu-mach-nodoc': {'id': 'CMU-Mach-nodoc', 'deprecated': False}, + 'cnri-jython': {'id': 'CNRI-Jython', 'deprecated': False}, + 'cnri-python': {'id': 'CNRI-Python', 'deprecated': False}, + 'cnri-python-gpl-compatible': {'id': 'CNRI-Python-GPL-Compatible', 'deprecated': False}, + 'coil-1.0': {'id': 'COIL-1.0', 'deprecated': False}, + 'community-spec-1.0': {'id': 'Community-Spec-1.0', 'deprecated': False}, + 'condor-1.1': {'id': 'Condor-1.1', 'deprecated': False}, + 'copyleft-next-0.3.0': {'id': 'copyleft-next-0.3.0', 'deprecated': False}, + 'copyleft-next-0.3.1': {'id': 'copyleft-next-0.3.1', 'deprecated': False}, + 'cornell-lossless-jpeg': {'id': 'Cornell-Lossless-JPEG', 'deprecated': False}, + 'cpal-1.0': {'id': 'CPAL-1.0', 'deprecated': False}, + 'cpl-1.0': {'id': 'CPL-1.0', 'deprecated': False}, + 'cpol-1.02': {'id': 'CPOL-1.02', 'deprecated': False}, + 'cronyx': {'id': 'Cronyx', 'deprecated': False}, + 'crossword': {'id': 'Crossword', 'deprecated': False}, + 'crystalstacker': {'id': 'CrystalStacker', 'deprecated': False}, + 'cua-opl-1.0': {'id': 'CUA-OPL-1.0', 'deprecated': False}, + 'cube': {'id': 'Cube', 'deprecated': False}, + 'curl': {'id': 'curl', 'deprecated': False}, + 'cve-tou': {'id': 'cve-tou', 'deprecated': False}, + 'd-fsl-1.0': {'id': 'D-FSL-1.0', 'deprecated': False}, + 'dec-3-clause': {'id': 'DEC-3-Clause', 'deprecated': False}, + 'diffmark': {'id': 'diffmark', 'deprecated': False}, + 'dl-de-by-2.0': {'id': 'DL-DE-BY-2.0', 'deprecated': False}, + 'dl-de-zero-2.0': {'id': 'DL-DE-ZERO-2.0', 'deprecated': False}, + 'doc': {'id': 'DOC', 'deprecated': False}, + 'docbook-schema': {'id': 'DocBook-Schema', 'deprecated': False}, + 'docbook-xml': {'id': 'DocBook-XML', 'deprecated': False}, + 'dotseqn': {'id': 'Dotseqn', 'deprecated': False}, + 'drl-1.0': {'id': 'DRL-1.0', 'deprecated': False}, + 'drl-1.1': {'id': 'DRL-1.1', 'deprecated': False}, + 'dsdp': {'id': 'DSDP', 'deprecated': False}, + 'dtoa': {'id': 'dtoa', 'deprecated': False}, + 'dvipdfm': {'id': 'dvipdfm', 'deprecated': False}, + 'ecl-1.0': {'id': 'ECL-1.0', 'deprecated': False}, + 'ecl-2.0': {'id': 'ECL-2.0', 'deprecated': False}, + 'ecos-2.0': {'id': 'eCos-2.0', 'deprecated': True}, + 'efl-1.0': {'id': 'EFL-1.0', 'deprecated': False}, + 'efl-2.0': {'id': 'EFL-2.0', 'deprecated': False}, + 'egenix': {'id': 'eGenix', 'deprecated': False}, + 'elastic-2.0': {'id': 'Elastic-2.0', 'deprecated': False}, + 'entessa': {'id': 'Entessa', 'deprecated': False}, + 'epics': {'id': 'EPICS', 'deprecated': False}, + 'epl-1.0': {'id': 'EPL-1.0', 'deprecated': False}, + 'epl-2.0': {'id': 'EPL-2.0', 'deprecated': False}, + 'erlpl-1.1': {'id': 'ErlPL-1.1', 'deprecated': False}, + 'etalab-2.0': {'id': 'etalab-2.0', 'deprecated': False}, + 'eudatagrid': {'id': 'EUDatagrid', 'deprecated': False}, + 'eupl-1.0': {'id': 'EUPL-1.0', 'deprecated': False}, + 'eupl-1.1': {'id': 'EUPL-1.1', 'deprecated': False}, + 'eupl-1.2': {'id': 'EUPL-1.2', 'deprecated': False}, + 'eurosym': {'id': 'Eurosym', 'deprecated': False}, + 'fair': {'id': 'Fair', 'deprecated': False}, + 'fbm': {'id': 'FBM', 'deprecated': False}, + 'fdk-aac': {'id': 'FDK-AAC', 'deprecated': False}, + 'ferguson-twofish': {'id': 'Ferguson-Twofish', 'deprecated': False}, + 'frameworx-1.0': {'id': 'Frameworx-1.0', 'deprecated': False}, + 'freebsd-doc': {'id': 'FreeBSD-DOC', 'deprecated': False}, + 'freeimage': {'id': 'FreeImage', 'deprecated': False}, + 'fsfap': {'id': 'FSFAP', 'deprecated': False}, + 'fsfap-no-warranty-disclaimer': {'id': 'FSFAP-no-warranty-disclaimer', 'deprecated': False}, + 'fsful': {'id': 'FSFUL', 'deprecated': False}, + 'fsfullr': {'id': 'FSFULLR', 'deprecated': False}, + 'fsfullrwd': {'id': 'FSFULLRWD', 'deprecated': False}, + 'ftl': {'id': 'FTL', 'deprecated': False}, + 'furuseth': {'id': 'Furuseth', 'deprecated': False}, + 'fwlw': {'id': 'fwlw', 'deprecated': False}, + 'gcr-docs': {'id': 'GCR-docs', 'deprecated': False}, + 'gd': {'id': 'GD', 'deprecated': False}, + 'gfdl-1.1': {'id': 'GFDL-1.1', 'deprecated': True}, + 'gfdl-1.1-invariants-only': {'id': 'GFDL-1.1-invariants-only', 'deprecated': False}, + 'gfdl-1.1-invariants-or-later': {'id': 'GFDL-1.1-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-no-invariants-only': {'id': 'GFDL-1.1-no-invariants-only', 'deprecated': False}, + 'gfdl-1.1-no-invariants-or-later': {'id': 'GFDL-1.1-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.1-only': {'id': 'GFDL-1.1-only', 'deprecated': False}, + 'gfdl-1.1-or-later': {'id': 'GFDL-1.1-or-later', 'deprecated': False}, + 'gfdl-1.2': {'id': 'GFDL-1.2', 'deprecated': True}, + 'gfdl-1.2-invariants-only': {'id': 'GFDL-1.2-invariants-only', 'deprecated': False}, + 'gfdl-1.2-invariants-or-later': {'id': 'GFDL-1.2-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-no-invariants-only': {'id': 'GFDL-1.2-no-invariants-only', 'deprecated': False}, + 'gfdl-1.2-no-invariants-or-later': {'id': 'GFDL-1.2-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.2-only': {'id': 'GFDL-1.2-only', 'deprecated': False}, + 'gfdl-1.2-or-later': {'id': 'GFDL-1.2-or-later', 'deprecated': False}, + 'gfdl-1.3': {'id': 'GFDL-1.3', 'deprecated': True}, + 'gfdl-1.3-invariants-only': {'id': 'GFDL-1.3-invariants-only', 'deprecated': False}, + 'gfdl-1.3-invariants-or-later': {'id': 'GFDL-1.3-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-no-invariants-only': {'id': 'GFDL-1.3-no-invariants-only', 'deprecated': False}, + 'gfdl-1.3-no-invariants-or-later': {'id': 'GFDL-1.3-no-invariants-or-later', 'deprecated': False}, + 'gfdl-1.3-only': {'id': 'GFDL-1.3-only', 'deprecated': False}, + 'gfdl-1.3-or-later': {'id': 'GFDL-1.3-or-later', 'deprecated': False}, + 'giftware': {'id': 'Giftware', 'deprecated': False}, + 'gl2ps': {'id': 'GL2PS', 'deprecated': False}, + 'glide': {'id': 'Glide', 'deprecated': False}, + 'glulxe': {'id': 'Glulxe', 'deprecated': False}, + 'glwtpl': {'id': 'GLWTPL', 'deprecated': False}, + 'gnuplot': {'id': 'gnuplot', 'deprecated': False}, + 'gpl-1.0': {'id': 'GPL-1.0', 'deprecated': True}, + 'gpl-1.0+': {'id': 'GPL-1.0+', 'deprecated': True}, + 'gpl-1.0-only': {'id': 'GPL-1.0-only', 'deprecated': False}, + 'gpl-1.0-or-later': {'id': 'GPL-1.0-or-later', 'deprecated': False}, + 'gpl-2.0': {'id': 'GPL-2.0', 'deprecated': True}, + 'gpl-2.0+': {'id': 'GPL-2.0+', 'deprecated': True}, + 'gpl-2.0-only': {'id': 'GPL-2.0-only', 'deprecated': False}, + 'gpl-2.0-or-later': {'id': 'GPL-2.0-or-later', 'deprecated': False}, + 'gpl-2.0-with-autoconf-exception': {'id': 'GPL-2.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-2.0-with-bison-exception': {'id': 'GPL-2.0-with-bison-exception', 'deprecated': True}, + 'gpl-2.0-with-classpath-exception': {'id': 'GPL-2.0-with-classpath-exception', 'deprecated': True}, + 'gpl-2.0-with-font-exception': {'id': 'GPL-2.0-with-font-exception', 'deprecated': True}, + 'gpl-2.0-with-gcc-exception': {'id': 'GPL-2.0-with-GCC-exception', 'deprecated': True}, + 'gpl-3.0': {'id': 'GPL-3.0', 'deprecated': True}, + 'gpl-3.0+': {'id': 'GPL-3.0+', 'deprecated': True}, + 'gpl-3.0-only': {'id': 'GPL-3.0-only', 'deprecated': False}, + 'gpl-3.0-or-later': {'id': 'GPL-3.0-or-later', 'deprecated': False}, + 'gpl-3.0-with-autoconf-exception': {'id': 'GPL-3.0-with-autoconf-exception', 'deprecated': True}, + 'gpl-3.0-with-gcc-exception': {'id': 'GPL-3.0-with-GCC-exception', 'deprecated': True}, + 'graphics-gems': {'id': 'Graphics-Gems', 'deprecated': False}, + 'gsoap-1.3b': {'id': 'gSOAP-1.3b', 'deprecated': False}, + 'gtkbook': {'id': 'gtkbook', 'deprecated': False}, + 'gutmann': {'id': 'Gutmann', 'deprecated': False}, + 'haskellreport': {'id': 'HaskellReport', 'deprecated': False}, + 'hdparm': {'id': 'hdparm', 'deprecated': False}, + 'hidapi': {'id': 'HIDAPI', 'deprecated': False}, + 'hippocratic-2.1': {'id': 'Hippocratic-2.1', 'deprecated': False}, + 'hp-1986': {'id': 'HP-1986', 'deprecated': False}, + 'hp-1989': {'id': 'HP-1989', 'deprecated': False}, + 'hpnd': {'id': 'HPND', 'deprecated': False}, + 'hpnd-dec': {'id': 'HPND-DEC', 'deprecated': False}, + 'hpnd-doc': {'id': 'HPND-doc', 'deprecated': False}, + 'hpnd-doc-sell': {'id': 'HPND-doc-sell', 'deprecated': False}, + 'hpnd-export-us': {'id': 'HPND-export-US', 'deprecated': False}, + 'hpnd-export-us-acknowledgement': {'id': 'HPND-export-US-acknowledgement', 'deprecated': False}, + 'hpnd-export-us-modify': {'id': 'HPND-export-US-modify', 'deprecated': False}, + 'hpnd-export2-us': {'id': 'HPND-export2-US', 'deprecated': False}, + 'hpnd-fenneberg-livingston': {'id': 'HPND-Fenneberg-Livingston', 'deprecated': False}, + 'hpnd-inria-imag': {'id': 'HPND-INRIA-IMAG', 'deprecated': False}, + 'hpnd-intel': {'id': 'HPND-Intel', 'deprecated': False}, + 'hpnd-kevlin-henney': {'id': 'HPND-Kevlin-Henney', 'deprecated': False}, + 'hpnd-markus-kuhn': {'id': 'HPND-Markus-Kuhn', 'deprecated': False}, + 'hpnd-merchantability-variant': {'id': 'HPND-merchantability-variant', 'deprecated': False}, + 'hpnd-mit-disclaimer': {'id': 'HPND-MIT-disclaimer', 'deprecated': False}, + 'hpnd-netrek': {'id': 'HPND-Netrek', 'deprecated': False}, + 'hpnd-pbmplus': {'id': 'HPND-Pbmplus', 'deprecated': False}, + 'hpnd-sell-mit-disclaimer-xserver': {'id': 'HPND-sell-MIT-disclaimer-xserver', 'deprecated': False}, + 'hpnd-sell-regexpr': {'id': 'HPND-sell-regexpr', 'deprecated': False}, + 'hpnd-sell-variant': {'id': 'HPND-sell-variant', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer': {'id': 'HPND-sell-variant-MIT-disclaimer', 'deprecated': False}, + 'hpnd-sell-variant-mit-disclaimer-rev': {'id': 'HPND-sell-variant-MIT-disclaimer-rev', 'deprecated': False}, + 'hpnd-uc': {'id': 'HPND-UC', 'deprecated': False}, + 'hpnd-uc-export-us': {'id': 'HPND-UC-export-US', 'deprecated': False}, + 'htmltidy': {'id': 'HTMLTIDY', 'deprecated': False}, + 'ibm-pibs': {'id': 'IBM-pibs', 'deprecated': False}, + 'icu': {'id': 'ICU', 'deprecated': False}, + 'iec-code-components-eula': {'id': 'IEC-Code-Components-EULA', 'deprecated': False}, + 'ijg': {'id': 'IJG', 'deprecated': False}, + 'ijg-short': {'id': 'IJG-short', 'deprecated': False}, + 'imagemagick': {'id': 'ImageMagick', 'deprecated': False}, + 'imatix': {'id': 'iMatix', 'deprecated': False}, + 'imlib2': {'id': 'Imlib2', 'deprecated': False}, + 'info-zip': {'id': 'Info-ZIP', 'deprecated': False}, + 'inner-net-2.0': {'id': 'Inner-Net-2.0', 'deprecated': False}, + 'intel': {'id': 'Intel', 'deprecated': False}, + 'intel-acpi': {'id': 'Intel-ACPI', 'deprecated': False}, + 'interbase-1.0': {'id': 'Interbase-1.0', 'deprecated': False}, + 'ipa': {'id': 'IPA', 'deprecated': False}, + 'ipl-1.0': {'id': 'IPL-1.0', 'deprecated': False}, + 'isc': {'id': 'ISC', 'deprecated': False}, + 'isc-veillard': {'id': 'ISC-Veillard', 'deprecated': False}, + 'jam': {'id': 'Jam', 'deprecated': False}, + 'jasper-2.0': {'id': 'JasPer-2.0', 'deprecated': False}, + 'jpl-image': {'id': 'JPL-image', 'deprecated': False}, + 'jpnic': {'id': 'JPNIC', 'deprecated': False}, + 'json': {'id': 'JSON', 'deprecated': False}, + 'kastrup': {'id': 'Kastrup', 'deprecated': False}, + 'kazlib': {'id': 'Kazlib', 'deprecated': False}, + 'knuth-ctan': {'id': 'Knuth-CTAN', 'deprecated': False}, + 'lal-1.2': {'id': 'LAL-1.2', 'deprecated': False}, + 'lal-1.3': {'id': 'LAL-1.3', 'deprecated': False}, + 'latex2e': {'id': 'Latex2e', 'deprecated': False}, + 'latex2e-translated-notice': {'id': 'Latex2e-translated-notice', 'deprecated': False}, + 'leptonica': {'id': 'Leptonica', 'deprecated': False}, + 'lgpl-2.0': {'id': 'LGPL-2.0', 'deprecated': True}, + 'lgpl-2.0+': {'id': 'LGPL-2.0+', 'deprecated': True}, + 'lgpl-2.0-only': {'id': 'LGPL-2.0-only', 'deprecated': False}, + 'lgpl-2.0-or-later': {'id': 'LGPL-2.0-or-later', 'deprecated': False}, + 'lgpl-2.1': {'id': 'LGPL-2.1', 'deprecated': True}, + 'lgpl-2.1+': {'id': 'LGPL-2.1+', 'deprecated': True}, + 'lgpl-2.1-only': {'id': 'LGPL-2.1-only', 'deprecated': False}, + 'lgpl-2.1-or-later': {'id': 'LGPL-2.1-or-later', 'deprecated': False}, + 'lgpl-3.0': {'id': 'LGPL-3.0', 'deprecated': True}, + 'lgpl-3.0+': {'id': 'LGPL-3.0+', 'deprecated': True}, + 'lgpl-3.0-only': {'id': 'LGPL-3.0-only', 'deprecated': False}, + 'lgpl-3.0-or-later': {'id': 'LGPL-3.0-or-later', 'deprecated': False}, + 'lgpllr': {'id': 'LGPLLR', 'deprecated': False}, + 'libpng': {'id': 'Libpng', 'deprecated': False}, + 'libpng-2.0': {'id': 'libpng-2.0', 'deprecated': False}, + 'libselinux-1.0': {'id': 'libselinux-1.0', 'deprecated': False}, + 'libtiff': {'id': 'libtiff', 'deprecated': False}, + 'libutil-david-nugent': {'id': 'libutil-David-Nugent', 'deprecated': False}, + 'liliq-p-1.1': {'id': 'LiLiQ-P-1.1', 'deprecated': False}, + 'liliq-r-1.1': {'id': 'LiLiQ-R-1.1', 'deprecated': False}, + 'liliq-rplus-1.1': {'id': 'LiLiQ-Rplus-1.1', 'deprecated': False}, + 'linux-man-pages-1-para': {'id': 'Linux-man-pages-1-para', 'deprecated': False}, + 'linux-man-pages-copyleft': {'id': 'Linux-man-pages-copyleft', 'deprecated': False}, + 'linux-man-pages-copyleft-2-para': {'id': 'Linux-man-pages-copyleft-2-para', 'deprecated': False}, + 'linux-man-pages-copyleft-var': {'id': 'Linux-man-pages-copyleft-var', 'deprecated': False}, + 'linux-openib': {'id': 'Linux-OpenIB', 'deprecated': False}, + 'loop': {'id': 'LOOP', 'deprecated': False}, + 'lpd-document': {'id': 'LPD-document', 'deprecated': False}, + 'lpl-1.0': {'id': 'LPL-1.0', 'deprecated': False}, + 'lpl-1.02': {'id': 'LPL-1.02', 'deprecated': False}, + 'lppl-1.0': {'id': 'LPPL-1.0', 'deprecated': False}, + 'lppl-1.1': {'id': 'LPPL-1.1', 'deprecated': False}, + 'lppl-1.2': {'id': 'LPPL-1.2', 'deprecated': False}, + 'lppl-1.3a': {'id': 'LPPL-1.3a', 'deprecated': False}, + 'lppl-1.3c': {'id': 'LPPL-1.3c', 'deprecated': False}, + 'lsof': {'id': 'lsof', 'deprecated': False}, + 'lucida-bitmap-fonts': {'id': 'Lucida-Bitmap-Fonts', 'deprecated': False}, + 'lzma-sdk-9.11-to-9.20': {'id': 'LZMA-SDK-9.11-to-9.20', 'deprecated': False}, + 'lzma-sdk-9.22': {'id': 'LZMA-SDK-9.22', 'deprecated': False}, + 'mackerras-3-clause': {'id': 'Mackerras-3-Clause', 'deprecated': False}, + 'mackerras-3-clause-acknowledgment': {'id': 'Mackerras-3-Clause-acknowledgment', 'deprecated': False}, + 'magaz': {'id': 'magaz', 'deprecated': False}, + 'mailprio': {'id': 'mailprio', 'deprecated': False}, + 'makeindex': {'id': 'MakeIndex', 'deprecated': False}, + 'martin-birgmeier': {'id': 'Martin-Birgmeier', 'deprecated': False}, + 'mcphee-slideshow': {'id': 'McPhee-slideshow', 'deprecated': False}, + 'metamail': {'id': 'metamail', 'deprecated': False}, + 'minpack': {'id': 'Minpack', 'deprecated': False}, + 'miros': {'id': 'MirOS', 'deprecated': False}, + 'mit': {'id': 'MIT', 'deprecated': False}, + 'mit-0': {'id': 'MIT-0', 'deprecated': False}, + 'mit-advertising': {'id': 'MIT-advertising', 'deprecated': False}, + 'mit-cmu': {'id': 'MIT-CMU', 'deprecated': False}, + 'mit-enna': {'id': 'MIT-enna', 'deprecated': False}, + 'mit-feh': {'id': 'MIT-feh', 'deprecated': False}, + 'mit-festival': {'id': 'MIT-Festival', 'deprecated': False}, + 'mit-khronos-old': {'id': 'MIT-Khronos-old', 'deprecated': False}, + 'mit-modern-variant': {'id': 'MIT-Modern-Variant', 'deprecated': False}, + 'mit-open-group': {'id': 'MIT-open-group', 'deprecated': False}, + 'mit-testregex': {'id': 'MIT-testregex', 'deprecated': False}, + 'mit-wu': {'id': 'MIT-Wu', 'deprecated': False}, + 'mitnfa': {'id': 'MITNFA', 'deprecated': False}, + 'mmixware': {'id': 'MMIXware', 'deprecated': False}, + 'motosoto': {'id': 'Motosoto', 'deprecated': False}, + 'mpeg-ssg': {'id': 'MPEG-SSG', 'deprecated': False}, + 'mpi-permissive': {'id': 'mpi-permissive', 'deprecated': False}, + 'mpich2': {'id': 'mpich2', 'deprecated': False}, + 'mpl-1.0': {'id': 'MPL-1.0', 'deprecated': False}, + 'mpl-1.1': {'id': 'MPL-1.1', 'deprecated': False}, + 'mpl-2.0': {'id': 'MPL-2.0', 'deprecated': False}, + 'mpl-2.0-no-copyleft-exception': {'id': 'MPL-2.0-no-copyleft-exception', 'deprecated': False}, + 'mplus': {'id': 'mplus', 'deprecated': False}, + 'ms-lpl': {'id': 'MS-LPL', 'deprecated': False}, + 'ms-pl': {'id': 'MS-PL', 'deprecated': False}, + 'ms-rl': {'id': 'MS-RL', 'deprecated': False}, + 'mtll': {'id': 'MTLL', 'deprecated': False}, + 'mulanpsl-1.0': {'id': 'MulanPSL-1.0', 'deprecated': False}, + 'mulanpsl-2.0': {'id': 'MulanPSL-2.0', 'deprecated': False}, + 'multics': {'id': 'Multics', 'deprecated': False}, + 'mup': {'id': 'Mup', 'deprecated': False}, + 'naist-2003': {'id': 'NAIST-2003', 'deprecated': False}, + 'nasa-1.3': {'id': 'NASA-1.3', 'deprecated': False}, + 'naumen': {'id': 'Naumen', 'deprecated': False}, + 'nbpl-1.0': {'id': 'NBPL-1.0', 'deprecated': False}, + 'ncbi-pd': {'id': 'NCBI-PD', 'deprecated': False}, + 'ncgl-uk-2.0': {'id': 'NCGL-UK-2.0', 'deprecated': False}, + 'ncl': {'id': 'NCL', 'deprecated': False}, + 'ncsa': {'id': 'NCSA', 'deprecated': False}, + 'net-snmp': {'id': 'Net-SNMP', 'deprecated': True}, + 'netcdf': {'id': 'NetCDF', 'deprecated': False}, + 'newsletr': {'id': 'Newsletr', 'deprecated': False}, + 'ngpl': {'id': 'NGPL', 'deprecated': False}, + 'nicta-1.0': {'id': 'NICTA-1.0', 'deprecated': False}, + 'nist-pd': {'id': 'NIST-PD', 'deprecated': False}, + 'nist-pd-fallback': {'id': 'NIST-PD-fallback', 'deprecated': False}, + 'nist-software': {'id': 'NIST-Software', 'deprecated': False}, + 'nlod-1.0': {'id': 'NLOD-1.0', 'deprecated': False}, + 'nlod-2.0': {'id': 'NLOD-2.0', 'deprecated': False}, + 'nlpl': {'id': 'NLPL', 'deprecated': False}, + 'nokia': {'id': 'Nokia', 'deprecated': False}, + 'nosl': {'id': 'NOSL', 'deprecated': False}, + 'noweb': {'id': 'Noweb', 'deprecated': False}, + 'npl-1.0': {'id': 'NPL-1.0', 'deprecated': False}, + 'npl-1.1': {'id': 'NPL-1.1', 'deprecated': False}, + 'nposl-3.0': {'id': 'NPOSL-3.0', 'deprecated': False}, + 'nrl': {'id': 'NRL', 'deprecated': False}, + 'ntp': {'id': 'NTP', 'deprecated': False}, + 'ntp-0': {'id': 'NTP-0', 'deprecated': False}, + 'nunit': {'id': 'Nunit', 'deprecated': True}, + 'o-uda-1.0': {'id': 'O-UDA-1.0', 'deprecated': False}, + 'oar': {'id': 'OAR', 'deprecated': False}, + 'occt-pl': {'id': 'OCCT-PL', 'deprecated': False}, + 'oclc-2.0': {'id': 'OCLC-2.0', 'deprecated': False}, + 'odbl-1.0': {'id': 'ODbL-1.0', 'deprecated': False}, + 'odc-by-1.0': {'id': 'ODC-By-1.0', 'deprecated': False}, + 'offis': {'id': 'OFFIS', 'deprecated': False}, + 'ofl-1.0': {'id': 'OFL-1.0', 'deprecated': False}, + 'ofl-1.0-no-rfn': {'id': 'OFL-1.0-no-RFN', 'deprecated': False}, + 'ofl-1.0-rfn': {'id': 'OFL-1.0-RFN', 'deprecated': False}, + 'ofl-1.1': {'id': 'OFL-1.1', 'deprecated': False}, + 'ofl-1.1-no-rfn': {'id': 'OFL-1.1-no-RFN', 'deprecated': False}, + 'ofl-1.1-rfn': {'id': 'OFL-1.1-RFN', 'deprecated': False}, + 'ogc-1.0': {'id': 'OGC-1.0', 'deprecated': False}, + 'ogdl-taiwan-1.0': {'id': 'OGDL-Taiwan-1.0', 'deprecated': False}, + 'ogl-canada-2.0': {'id': 'OGL-Canada-2.0', 'deprecated': False}, + 'ogl-uk-1.0': {'id': 'OGL-UK-1.0', 'deprecated': False}, + 'ogl-uk-2.0': {'id': 'OGL-UK-2.0', 'deprecated': False}, + 'ogl-uk-3.0': {'id': 'OGL-UK-3.0', 'deprecated': False}, + 'ogtsl': {'id': 'OGTSL', 'deprecated': False}, + 'oldap-1.1': {'id': 'OLDAP-1.1', 'deprecated': False}, + 'oldap-1.2': {'id': 'OLDAP-1.2', 'deprecated': False}, + 'oldap-1.3': {'id': 'OLDAP-1.3', 'deprecated': False}, + 'oldap-1.4': {'id': 'OLDAP-1.4', 'deprecated': False}, + 'oldap-2.0': {'id': 'OLDAP-2.0', 'deprecated': False}, + 'oldap-2.0.1': {'id': 'OLDAP-2.0.1', 'deprecated': False}, + 'oldap-2.1': {'id': 'OLDAP-2.1', 'deprecated': False}, + 'oldap-2.2': {'id': 'OLDAP-2.2', 'deprecated': False}, + 'oldap-2.2.1': {'id': 'OLDAP-2.2.1', 'deprecated': False}, + 'oldap-2.2.2': {'id': 'OLDAP-2.2.2', 'deprecated': False}, + 'oldap-2.3': {'id': 'OLDAP-2.3', 'deprecated': False}, + 'oldap-2.4': {'id': 'OLDAP-2.4', 'deprecated': False}, + 'oldap-2.5': {'id': 'OLDAP-2.5', 'deprecated': False}, + 'oldap-2.6': {'id': 'OLDAP-2.6', 'deprecated': False}, + 'oldap-2.7': {'id': 'OLDAP-2.7', 'deprecated': False}, + 'oldap-2.8': {'id': 'OLDAP-2.8', 'deprecated': False}, + 'olfl-1.3': {'id': 'OLFL-1.3', 'deprecated': False}, + 'oml': {'id': 'OML', 'deprecated': False}, + 'openpbs-2.3': {'id': 'OpenPBS-2.3', 'deprecated': False}, + 'openssl': {'id': 'OpenSSL', 'deprecated': False}, + 'openssl-standalone': {'id': 'OpenSSL-standalone', 'deprecated': False}, + 'openvision': {'id': 'OpenVision', 'deprecated': False}, + 'opl-1.0': {'id': 'OPL-1.0', 'deprecated': False}, + 'opl-uk-3.0': {'id': 'OPL-UK-3.0', 'deprecated': False}, + 'opubl-1.0': {'id': 'OPUBL-1.0', 'deprecated': False}, + 'oset-pl-2.1': {'id': 'OSET-PL-2.1', 'deprecated': False}, + 'osl-1.0': {'id': 'OSL-1.0', 'deprecated': False}, + 'osl-1.1': {'id': 'OSL-1.1', 'deprecated': False}, + 'osl-2.0': {'id': 'OSL-2.0', 'deprecated': False}, + 'osl-2.1': {'id': 'OSL-2.1', 'deprecated': False}, + 'osl-3.0': {'id': 'OSL-3.0', 'deprecated': False}, + 'padl': {'id': 'PADL', 'deprecated': False}, + 'parity-6.0.0': {'id': 'Parity-6.0.0', 'deprecated': False}, + 'parity-7.0.0': {'id': 'Parity-7.0.0', 'deprecated': False}, + 'pddl-1.0': {'id': 'PDDL-1.0', 'deprecated': False}, + 'php-3.0': {'id': 'PHP-3.0', 'deprecated': False}, + 'php-3.01': {'id': 'PHP-3.01', 'deprecated': False}, + 'pixar': {'id': 'Pixar', 'deprecated': False}, + 'pkgconf': {'id': 'pkgconf', 'deprecated': False}, + 'plexus': {'id': 'Plexus', 'deprecated': False}, + 'pnmstitch': {'id': 'pnmstitch', 'deprecated': False}, + 'polyform-noncommercial-1.0.0': {'id': 'PolyForm-Noncommercial-1.0.0', 'deprecated': False}, + 'polyform-small-business-1.0.0': {'id': 'PolyForm-Small-Business-1.0.0', 'deprecated': False}, + 'postgresql': {'id': 'PostgreSQL', 'deprecated': False}, + 'ppl': {'id': 'PPL', 'deprecated': False}, + 'psf-2.0': {'id': 'PSF-2.0', 'deprecated': False}, + 'psfrag': {'id': 'psfrag', 'deprecated': False}, + 'psutils': {'id': 'psutils', 'deprecated': False}, + 'python-2.0': {'id': 'Python-2.0', 'deprecated': False}, + 'python-2.0.1': {'id': 'Python-2.0.1', 'deprecated': False}, + 'python-ldap': {'id': 'python-ldap', 'deprecated': False}, + 'qhull': {'id': 'Qhull', 'deprecated': False}, + 'qpl-1.0': {'id': 'QPL-1.0', 'deprecated': False}, + 'qpl-1.0-inria-2004': {'id': 'QPL-1.0-INRIA-2004', 'deprecated': False}, + 'radvd': {'id': 'radvd', 'deprecated': False}, + 'rdisc': {'id': 'Rdisc', 'deprecated': False}, + 'rhecos-1.1': {'id': 'RHeCos-1.1', 'deprecated': False}, + 'rpl-1.1': {'id': 'RPL-1.1', 'deprecated': False}, + 'rpl-1.5': {'id': 'RPL-1.5', 'deprecated': False}, + 'rpsl-1.0': {'id': 'RPSL-1.0', 'deprecated': False}, + 'rsa-md': {'id': 'RSA-MD', 'deprecated': False}, + 'rscpl': {'id': 'RSCPL', 'deprecated': False}, + 'ruby': {'id': 'Ruby', 'deprecated': False}, + 'ruby-pty': {'id': 'Ruby-pty', 'deprecated': False}, + 'sax-pd': {'id': 'SAX-PD', 'deprecated': False}, + 'sax-pd-2.0': {'id': 'SAX-PD-2.0', 'deprecated': False}, + 'saxpath': {'id': 'Saxpath', 'deprecated': False}, + 'scea': {'id': 'SCEA', 'deprecated': False}, + 'schemereport': {'id': 'SchemeReport', 'deprecated': False}, + 'sendmail': {'id': 'Sendmail', 'deprecated': False}, + 'sendmail-8.23': {'id': 'Sendmail-8.23', 'deprecated': False}, + 'sgi-b-1.0': {'id': 'SGI-B-1.0', 'deprecated': False}, + 'sgi-b-1.1': {'id': 'SGI-B-1.1', 'deprecated': False}, + 'sgi-b-2.0': {'id': 'SGI-B-2.0', 'deprecated': False}, + 'sgi-opengl': {'id': 'SGI-OpenGL', 'deprecated': False}, + 'sgp4': {'id': 'SGP4', 'deprecated': False}, + 'shl-0.5': {'id': 'SHL-0.5', 'deprecated': False}, + 'shl-0.51': {'id': 'SHL-0.51', 'deprecated': False}, + 'simpl-2.0': {'id': 'SimPL-2.0', 'deprecated': False}, + 'sissl': {'id': 'SISSL', 'deprecated': False}, + 'sissl-1.2': {'id': 'SISSL-1.2', 'deprecated': False}, + 'sl': {'id': 'SL', 'deprecated': False}, + 'sleepycat': {'id': 'Sleepycat', 'deprecated': False}, + 'smlnj': {'id': 'SMLNJ', 'deprecated': False}, + 'smppl': {'id': 'SMPPL', 'deprecated': False}, + 'snia': {'id': 'SNIA', 'deprecated': False}, + 'snprintf': {'id': 'snprintf', 'deprecated': False}, + 'softsurfer': {'id': 'softSurfer', 'deprecated': False}, + 'soundex': {'id': 'Soundex', 'deprecated': False}, + 'spencer-86': {'id': 'Spencer-86', 'deprecated': False}, + 'spencer-94': {'id': 'Spencer-94', 'deprecated': False}, + 'spencer-99': {'id': 'Spencer-99', 'deprecated': False}, + 'spl-1.0': {'id': 'SPL-1.0', 'deprecated': False}, + 'ssh-keyscan': {'id': 'ssh-keyscan', 'deprecated': False}, + 'ssh-openssh': {'id': 'SSH-OpenSSH', 'deprecated': False}, + 'ssh-short': {'id': 'SSH-short', 'deprecated': False}, + 'ssleay-standalone': {'id': 'SSLeay-standalone', 'deprecated': False}, + 'sspl-1.0': {'id': 'SSPL-1.0', 'deprecated': False}, + 'standardml-nj': {'id': 'StandardML-NJ', 'deprecated': True}, + 'sugarcrm-1.1.3': {'id': 'SugarCRM-1.1.3', 'deprecated': False}, + 'sun-ppp': {'id': 'Sun-PPP', 'deprecated': False}, + 'sun-ppp-2000': {'id': 'Sun-PPP-2000', 'deprecated': False}, + 'sunpro': {'id': 'SunPro', 'deprecated': False}, + 'swl': {'id': 'SWL', 'deprecated': False}, + 'swrule': {'id': 'swrule', 'deprecated': False}, + 'symlinks': {'id': 'Symlinks', 'deprecated': False}, + 'tapr-ohl-1.0': {'id': 'TAPR-OHL-1.0', 'deprecated': False}, + 'tcl': {'id': 'TCL', 'deprecated': False}, + 'tcp-wrappers': {'id': 'TCP-wrappers', 'deprecated': False}, + 'termreadkey': {'id': 'TermReadKey', 'deprecated': False}, + 'tgppl-1.0': {'id': 'TGPPL-1.0', 'deprecated': False}, + 'threeparttable': {'id': 'threeparttable', 'deprecated': False}, + 'tmate': {'id': 'TMate', 'deprecated': False}, + 'torque-1.1': {'id': 'TORQUE-1.1', 'deprecated': False}, + 'tosl': {'id': 'TOSL', 'deprecated': False}, + 'tpdl': {'id': 'TPDL', 'deprecated': False}, + 'tpl-1.0': {'id': 'TPL-1.0', 'deprecated': False}, + 'ttwl': {'id': 'TTWL', 'deprecated': False}, + 'ttyp0': {'id': 'TTYP0', 'deprecated': False}, + 'tu-berlin-1.0': {'id': 'TU-Berlin-1.0', 'deprecated': False}, + 'tu-berlin-2.0': {'id': 'TU-Berlin-2.0', 'deprecated': False}, + 'ubuntu-font-1.0': {'id': 'Ubuntu-font-1.0', 'deprecated': False}, + 'ucar': {'id': 'UCAR', 'deprecated': False}, + 'ucl-1.0': {'id': 'UCL-1.0', 'deprecated': False}, + 'ulem': {'id': 'ulem', 'deprecated': False}, + 'umich-merit': {'id': 'UMich-Merit', 'deprecated': False}, + 'unicode-3.0': {'id': 'Unicode-3.0', 'deprecated': False}, + 'unicode-dfs-2015': {'id': 'Unicode-DFS-2015', 'deprecated': False}, + 'unicode-dfs-2016': {'id': 'Unicode-DFS-2016', 'deprecated': False}, + 'unicode-tou': {'id': 'Unicode-TOU', 'deprecated': False}, + 'unixcrypt': {'id': 'UnixCrypt', 'deprecated': False}, + 'unlicense': {'id': 'Unlicense', 'deprecated': False}, + 'upl-1.0': {'id': 'UPL-1.0', 'deprecated': False}, + 'urt-rle': {'id': 'URT-RLE', 'deprecated': False}, + 'vim': {'id': 'Vim', 'deprecated': False}, + 'vostrom': {'id': 'VOSTROM', 'deprecated': False}, + 'vsl-1.0': {'id': 'VSL-1.0', 'deprecated': False}, + 'w3c': {'id': 'W3C', 'deprecated': False}, + 'w3c-19980720': {'id': 'W3C-19980720', 'deprecated': False}, + 'w3c-20150513': {'id': 'W3C-20150513', 'deprecated': False}, + 'w3m': {'id': 'w3m', 'deprecated': False}, + 'watcom-1.0': {'id': 'Watcom-1.0', 'deprecated': False}, + 'widget-workshop': {'id': 'Widget-Workshop', 'deprecated': False}, + 'wsuipa': {'id': 'Wsuipa', 'deprecated': False}, + 'wtfpl': {'id': 'WTFPL', 'deprecated': False}, + 'wxwindows': {'id': 'wxWindows', 'deprecated': True}, + 'x11': {'id': 'X11', 'deprecated': False}, + 'x11-distribute-modifications-variant': {'id': 'X11-distribute-modifications-variant', 'deprecated': False}, + 'x11-swapped': {'id': 'X11-swapped', 'deprecated': False}, + 'xdebug-1.03': {'id': 'Xdebug-1.03', 'deprecated': False}, + 'xerox': {'id': 'Xerox', 'deprecated': False}, + 'xfig': {'id': 'Xfig', 'deprecated': False}, + 'xfree86-1.1': {'id': 'XFree86-1.1', 'deprecated': False}, + 'xinetd': {'id': 'xinetd', 'deprecated': False}, + 'xkeyboard-config-zinoviev': {'id': 'xkeyboard-config-Zinoviev', 'deprecated': False}, + 'xlock': {'id': 'xlock', 'deprecated': False}, + 'xnet': {'id': 'Xnet', 'deprecated': False}, + 'xpp': {'id': 'xpp', 'deprecated': False}, + 'xskat': {'id': 'XSkat', 'deprecated': False}, + 'xzoom': {'id': 'xzoom', 'deprecated': False}, + 'ypl-1.0': {'id': 'YPL-1.0', 'deprecated': False}, + 'ypl-1.1': {'id': 'YPL-1.1', 'deprecated': False}, + 'zed': {'id': 'Zed', 'deprecated': False}, + 'zeeff': {'id': 'Zeeff', 'deprecated': False}, + 'zend-2.0': {'id': 'Zend-2.0', 'deprecated': False}, + 'zimbra-1.3': {'id': 'Zimbra-1.3', 'deprecated': False}, + 'zimbra-1.4': {'id': 'Zimbra-1.4', 'deprecated': False}, + 'zlib': {'id': 'Zlib', 'deprecated': False}, + 'zlib-acknowledgement': {'id': 'zlib-acknowledgement', 'deprecated': False}, + 'zpl-1.1': {'id': 'ZPL-1.1', 'deprecated': False}, + 'zpl-2.0': {'id': 'ZPL-2.0', 'deprecated': False}, + 'zpl-2.1': {'id': 'ZPL-2.1', 'deprecated': False}, +} + +EXCEPTIONS: dict[str, SPDXException] = { + '389-exception': {'id': '389-exception', 'deprecated': False}, + 'asterisk-exception': {'id': 'Asterisk-exception', 'deprecated': False}, + 'asterisk-linking-protocols-exception': {'id': 'Asterisk-linking-protocols-exception', 'deprecated': False}, + 'autoconf-exception-2.0': {'id': 'Autoconf-exception-2.0', 'deprecated': False}, + 'autoconf-exception-3.0': {'id': 'Autoconf-exception-3.0', 'deprecated': False}, + 'autoconf-exception-generic': {'id': 'Autoconf-exception-generic', 'deprecated': False}, + 'autoconf-exception-generic-3.0': {'id': 'Autoconf-exception-generic-3.0', 'deprecated': False}, + 'autoconf-exception-macro': {'id': 'Autoconf-exception-macro', 'deprecated': False}, + 'bison-exception-1.24': {'id': 'Bison-exception-1.24', 'deprecated': False}, + 'bison-exception-2.2': {'id': 'Bison-exception-2.2', 'deprecated': False}, + 'bootloader-exception': {'id': 'Bootloader-exception', 'deprecated': False}, + 'classpath-exception-2.0': {'id': 'Classpath-exception-2.0', 'deprecated': False}, + 'clisp-exception-2.0': {'id': 'CLISP-exception-2.0', 'deprecated': False}, + 'cryptsetup-openssl-exception': {'id': 'cryptsetup-OpenSSL-exception', 'deprecated': False}, + 'digirule-foss-exception': {'id': 'DigiRule-FOSS-exception', 'deprecated': False}, + 'ecos-exception-2.0': {'id': 'eCos-exception-2.0', 'deprecated': False}, + 'erlang-otp-linking-exception': {'id': 'erlang-otp-linking-exception', 'deprecated': False}, + 'fawkes-runtime-exception': {'id': 'Fawkes-Runtime-exception', 'deprecated': False}, + 'fltk-exception': {'id': 'FLTK-exception', 'deprecated': False}, + 'fmt-exception': {'id': 'fmt-exception', 'deprecated': False}, + 'font-exception-2.0': {'id': 'Font-exception-2.0', 'deprecated': False}, + 'freertos-exception-2.0': {'id': 'freertos-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0': {'id': 'GCC-exception-2.0', 'deprecated': False}, + 'gcc-exception-2.0-note': {'id': 'GCC-exception-2.0-note', 'deprecated': False}, + 'gcc-exception-3.1': {'id': 'GCC-exception-3.1', 'deprecated': False}, + 'gmsh-exception': {'id': 'Gmsh-exception', 'deprecated': False}, + 'gnat-exception': {'id': 'GNAT-exception', 'deprecated': False}, + 'gnome-examples-exception': {'id': 'GNOME-examples-exception', 'deprecated': False}, + 'gnu-compiler-exception': {'id': 'GNU-compiler-exception', 'deprecated': False}, + 'gnu-javamail-exception': {'id': 'gnu-javamail-exception', 'deprecated': False}, + 'gpl-3.0-interface-exception': {'id': 'GPL-3.0-interface-exception', 'deprecated': False}, + 'gpl-3.0-linking-exception': {'id': 'GPL-3.0-linking-exception', 'deprecated': False}, + 'gpl-3.0-linking-source-exception': {'id': 'GPL-3.0-linking-source-exception', 'deprecated': False}, + 'gpl-cc-1.0': {'id': 'GPL-CC-1.0', 'deprecated': False}, + 'gstreamer-exception-2005': {'id': 'GStreamer-exception-2005', 'deprecated': False}, + 'gstreamer-exception-2008': {'id': 'GStreamer-exception-2008', 'deprecated': False}, + 'i2p-gpl-java-exception': {'id': 'i2p-gpl-java-exception', 'deprecated': False}, + 'kicad-libraries-exception': {'id': 'KiCad-libraries-exception', 'deprecated': False}, + 'lgpl-3.0-linking-exception': {'id': 'LGPL-3.0-linking-exception', 'deprecated': False}, + 'libpri-openh323-exception': {'id': 'libpri-OpenH323-exception', 'deprecated': False}, + 'libtool-exception': {'id': 'Libtool-exception', 'deprecated': False}, + 'linux-syscall-note': {'id': 'Linux-syscall-note', 'deprecated': False}, + 'llgpl': {'id': 'LLGPL', 'deprecated': False}, + 'llvm-exception': {'id': 'LLVM-exception', 'deprecated': False}, + 'lzma-exception': {'id': 'LZMA-exception', 'deprecated': False}, + 'mif-exception': {'id': 'mif-exception', 'deprecated': False}, + 'nokia-qt-exception-1.1': {'id': 'Nokia-Qt-exception-1.1', 'deprecated': True}, + 'ocaml-lgpl-linking-exception': {'id': 'OCaml-LGPL-linking-exception', 'deprecated': False}, + 'occt-exception-1.0': {'id': 'OCCT-exception-1.0', 'deprecated': False}, + 'openjdk-assembly-exception-1.0': {'id': 'OpenJDK-assembly-exception-1.0', 'deprecated': False}, + 'openvpn-openssl-exception': {'id': 'openvpn-openssl-exception', 'deprecated': False}, + 'pcre2-exception': {'id': 'PCRE2-exception', 'deprecated': False}, + 'ps-or-pdf-font-exception-20170817': {'id': 'PS-or-PDF-font-exception-20170817', 'deprecated': False}, + 'qpl-1.0-inria-2004-exception': {'id': 'QPL-1.0-INRIA-2004-exception', 'deprecated': False}, + 'qt-gpl-exception-1.0': {'id': 'Qt-GPL-exception-1.0', 'deprecated': False}, + 'qt-lgpl-exception-1.1': {'id': 'Qt-LGPL-exception-1.1', 'deprecated': False}, + 'qwt-exception-1.0': {'id': 'Qwt-exception-1.0', 'deprecated': False}, + 'romic-exception': {'id': 'romic-exception', 'deprecated': False}, + 'rrdtool-floss-exception-2.0': {'id': 'RRDtool-FLOSS-exception-2.0', 'deprecated': False}, + 'sane-exception': {'id': 'SANE-exception', 'deprecated': False}, + 'shl-2.0': {'id': 'SHL-2.0', 'deprecated': False}, + 'shl-2.1': {'id': 'SHL-2.1', 'deprecated': False}, + 'stunnel-exception': {'id': 'stunnel-exception', 'deprecated': False}, + 'swi-exception': {'id': 'SWI-exception', 'deprecated': False}, + 'swift-exception': {'id': 'Swift-exception', 'deprecated': False}, + 'texinfo-exception': {'id': 'Texinfo-exception', 'deprecated': False}, + 'u-boot-exception-2.0': {'id': 'u-boot-exception-2.0', 'deprecated': False}, + 'ubdl-exception': {'id': 'UBDL-exception', 'deprecated': False}, + 'universal-foss-exception-1.0': {'id': 'Universal-FOSS-exception-1.0', 'deprecated': False}, + 'vsftpd-openssl-exception': {'id': 'vsftpd-openssl-exception', 'deprecated': False}, + 'wxwindows-exception-3.1': {'id': 'WxWindows-exception-3.1', 'deprecated': False}, + 'x11vnc-openssl-exception': {'id': 'x11vnc-openssl-exception', 'deprecated': False}, +} diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..fb7f49c --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,331 @@ +# 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", + "Marker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "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 = f"{info.major}.{info.minor}.{info.micro}" + 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"] = "" + 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, _repair_python_full_version(current_environment) + ) + + +def _repair_python_full_version(env: dict[str, str]) -> dict[str, str]: + """ + Work around platform.python_version() returning something that is not PEP 440 + compliant for non-tagged Python builds. + """ + if env["python_full_version"].endswith("+"): + env["python_full_version"] += "local" + return env diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py new file mode 100644 index 0000000..721f411 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py @@ -0,0 +1,863 @@ +from __future__ import annotations + +import email.feedparser +import email.header +import email.message +import email.parser +import email.policy +import pathlib +import sys +import typing +from typing import ( + Any, + Callable, + Generic, + Literal, + TypedDict, + cast, +) + +from . import licenses, requirements, specifiers, utils +from . import version as version_module +from .licenses import NormalizedLicenseExpression + +T = typing.TypeVar("T") + + +if sys.version_info >= (3, 11): # pragma: no cover + ExceptionGroup = ExceptionGroup +else: # 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})" + + +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. + + # Metadata 2.4 - PEP 639 + license_expression: str + license_files: list[str] + + +_STRING_FIELDS = { + "author", + "author_email", + "description", + "description_content_type", + "download_url", + "home_page", + "license", + "license_expression", + "maintainer", + "maintainer_email", + "metadata_version", + "name", + "requires_python", + "summary", + "version", +} + +_LIST_FIELDS = { + "classifiers", + "dynamic", + "license_files", + "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-separated keywords 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 = msg.get_payload() + assert isinstance(payload, str) + return payload + # If our source is a bytes, then we're managing the encoding and we need + # to deal with it. + else: + bpayload = msg.get_payload(decode=True) + assert isinstance(bpayload, bytes) + try: + return bpayload.decode("utf8", "strict") + except UnicodeDecodeError as exc: + raise ValueError("payload in an invalid encoding") from exc + + +# 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", + "license-expression": "license_expression", + "license-file": "license_files", + "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)) # type: ignore[call-overload] + ) + 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", "2.4"] +_MetadataVersion = Literal["1.0", "1.1", "1.2", "2.1", "2.2", "2.3", "2.4"] + +_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 + ) from 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 + ) from 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"{dynamic_field!r} is not allowed as a dynamic field" + ) + elif dynamic_field not in _EMAIL_TO_RAW_MAPPING: + raise self._invalid_metadata( + f"{dynamic_field!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 + ) from 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 + ) from 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 + ) from exc + else: + return reqs + + def _process_license_expression( + self, value: str + ) -> NormalizedLicenseExpression | None: + try: + return licenses.canonicalize_license_expression(value) + except ValueError as exc: + raise self._invalid_metadata( + f"{value!r} is invalid for {{field}}", cause=exc + ) from exc + + def _process_license_files(self, value: list[str]) -> list[str]: + paths = [] + for path in value: + if ".." in path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, " + "parent directory indicators are not allowed" + ) + if "*" in path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, paths must be resolved" + ) + if ( + pathlib.PurePosixPath(path).is_absolute() + or pathlib.PureWindowsPath(path).is_absolute() + ): + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, paths must be relative" + ) + if pathlib.PureWindowsPath(path).as_posix() != path: + raise self._invalid_metadata( + f"{path!r} is invalid for {{field}}, " + "paths must use '/' delimiter" + ) + paths.append(path) + return paths + + +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, + f"{field} introduced in metadata version " + f"{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` is not normalized/typed to NormalizedName so as to provide access to + # the original/raw name. + 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`""" + license_expression: _Validator[NormalizedLicenseExpression | None] = _Validator( + added="2.4" + ) + """:external:ref:`core-metadata-license-expression`""" + license_files: _Validator[list[str] | None] = _Validator(added="2.4") + """:external:ref:`core-metadata-license-file`""" + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..4e068c9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..f18016e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,1020 @@ +# 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!r}") + + 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 | Iterable[Specifier] = "", + 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. + May also be an iterable of ``Specifier`` instances, which will be used + as is. + :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. + """ + + if isinstance(specifiers, str): + # Split on `,` to break each individual specifier into its 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)) + else: + # Save the supplied specifiers in a frozen set. + self._specs = frozenset(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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..f590340 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,617 @@ +# 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__ = ["_abi", "_hash", "_interpreter", "_platform"] + + 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: + version = _version_nodot((python_version[0], minor_version)) + interpreter = f"cp{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. + major_version = 10 + for minor_version in range(version[1], -1, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{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. + minor_version = 0 + for major_version in range(version[0], 10, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{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. + major_version = 10 + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = major_version, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield f"macosx_{major_version}_{minor_version}_{binary_format}" + else: + for minor_version in range(16, 3, -1): + compat_version = major_version, minor_version + binary_format = "universal2" + yield f"macosx_{major_version}_{minor_version}_{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, unused-ignore] + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..2345095 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,163 @@ +# 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 functools +import re +from typing import NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version, _TrimmedRelease + +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 + + +@functools.singledispatch +def canonicalize_version( + version: Version | str, *, strip_trailing_zero: bool = True +) -> str: + """ + Return a canonical form of a version as a string. + + >>> canonicalize_version('1.0.1') + '1.0.1' + + Per PEP 625, versions may have multiple canonical forms, differing + only by trailing zeros. + + >>> canonicalize_version('1.0.0') + '1' + >>> canonicalize_version('1.0.0', strip_trailing_zero=False) + '1.0.0' + + Invalid versions are returned unaltered. + + >>> canonicalize_version('foo bar baz') + 'foo bar baz' + """ + return str(_TrimmedRelease(str(version)) if strip_trailing_zero else version) + + +@canonicalize_version.register +def _(version: str, *, strip_trailing_zero: bool = True) -> str: + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + return canonicalize_version(parsed, strip_trailing_zero=strip_trailing_zero) + + +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!r}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename!r}" + ) + + 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!r}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename!r}" + ) 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!r}" + ) + 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!r}" + ) + + # 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!r}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename!r}" + ) from e + + return (name, version) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..21f44ca --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,582 @@ +# 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", "InvalidVersion", "Version", "parse"] + +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

!I7S{BS4i1|@R7s@ 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..0d5bd7a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..d70a96e --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe new file mode 100644 index 0000000000000000000000000000000000000000..4ee2d3a31b59e8b50f433ecdf0be9e496e8cc3b8 GIT binary patch literal 91648 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe b/yap_lab_3/.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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

                                          # 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!r}")
+
+        # 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 round-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!1.2.3dev1+abc").public
+        '1!1.2.3.dev1'
+        """
+        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.3dev1+abc").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
+
+
+class _TrimmedRelease(Version):
+    @property
+    def release(self) -> tuple[int, ...]:
+        """
+        Release segment without any trailing zeros.
+
+        >>> _TrimmedRelease('1.0.0').release
+        (1,)
+        >>> _TrimmedRelease('0.0').release
+        (0,)
+        """
+        rel = super().release
+        nonzeros = (index for index, val in enumerate(rel) if val)
+        last_nonzero = max(nonzeros, default=0)
+        return rel[: last_nonzero + 1]
+
+
+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)
+
+    assert not letter
+    if 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 0000000..57ce7f1
--- /dev/null
+++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..18325682291c84ccbd39452ca9b78f59cd9190f0
GIT binary patch
literal 161534
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
lZ12tL)+>=~dlS`L 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py new file mode 100644 index 0000000..edc21fa --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py @@ -0,0 +1,631 @@ +""" +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 + +if sys.platform == "win32": + from pip._vendor.platformdirs.windows import Windows as _Result +elif sys.platform == "darwin": + from pip._vendor.platformdirs.macos import MacOS as _Result +else: + from pip._vendor.platformdirs.unix import Unix as _Result + + +def _set_platform_dir_class() -> type[PlatformDirsABC]: + 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 + + +if TYPE_CHECKING: + # Work around mypy issue: https://github.com/python/mypy/issues/10962 + PlatformDirs = _Result +else: + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py new file mode 100644 index 0000000..fa8a677 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f189b2366c56e1e94766fb97d119e62f15c87586 GIT binary patch literal 19848 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37ae9e35a608eb5cf65fd17875de44438d83abcf GIT binary patch literal 1969 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa113942aad05d584eda7bf9141af5fea63e2a22 GIT binary patch literal 13325 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 -y} zSU(GoIH+-#qXu?A?g8RquOTyx3$A@Xu%Co+?xIXTLblO8!Dk+X%l zG<_HO4j_06!7~V+MS!JIP*TqLO%g2?;MF zID_CP2*{-i+^&=BT2c$v5a3Nj`PZ=UoT1+HZLKj>-{9iL2Nrt=7Q1>D*Y+)Tbuab~ z*4iKTM?P#{SMx(z3sCW7Er>OS>gcY8uok8|R@Yjv7NO!@wN|V}5f{T+8`afK#;A2r z;pkE);Feyb8Gn2!?(uJ5VtoES=og4C`a3`K(EhDUUMdhr5Uu&32~RX=Tk2_Bth8QUF@w(umoWGe2H#i3jTn7LjJ}fwZqgMuVem~Dd|y?*aij0J z(f1CxCC2L?Tnc;r{RjpS3?b+-!ROc{M{Y866H)0rOkT`$hiC8`J|r~UK&p4(y!@fG zgxd&`#?&iua7|dfP#923a9#R{6hu0MAcTM%`@lE)dEhx8-E$%R1%)M%_`g>06_)@2 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f02fe185de9c3ee6a6917dab56c18dca59aac2f GIT binary patch literal 8825 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34b089bac10d4b42a732baaaadbda33c22394657 GIT binary patch literal 13674 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py new file mode 100644 index 0000000..7004a85 --- /dev/null +++ b/yap_lab_3/.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 + """: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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py new file mode 100644 index 0000000..18d660e --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py @@ -0,0 +1,298 @@ +"""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) + + 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) + + @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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py new file mode 100644 index 0000000..e4b0391 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py @@ -0,0 +1,144 @@ +"""macOS.""" + +from __future__ import annotations + +import os.path +import sys +from typing import TYPE_CHECKING + +from .api import PlatformDirsABC + +if TYPE_CHECKING: + from pathlib import Path + + +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 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 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 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) + + @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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py new file mode 100644 index 0000000..f1942e9 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py @@ -0,0 +1,269 @@ +"""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 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py new file mode 100644 index 0000000..afb4924 --- /dev/null +++ b/yap_lab_3/.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.3.6' +__version_tuple__ = version_tuple = (4, 3, 6) diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py new file mode 100644 index 0000000..d7bc960 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py new file mode 100644 index 0000000..60ae9bb --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py new file mode 100644 index 0000000..dcc6e5a --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf9eff119799da8fc86cb557fb06e6a458fcc444 GIT binary patch literal 3490 zcmaJ@Uu+b|8Q;A-pU-#xLv5gnLt%gtII!=)L4~*h2?z;R96;Df)9b_CdUt%ccyISI zGi&=SQ(1_IKBj6V@{mfXiqur}A&*g?TD5O|f!Gyv#RF>9hpI0$j?{{${=V7UJDR#3 z*>kfqJKucYx4++SzCR2Nc_(+rtmN=JfZu_3f3aZg$rwhSphnLuuBrJp~_;l?4 zafH3%I-Cj1N0ji!4w}utXC9tI1df+|hczv+6t>8zrlllBEW=hS5Q;ncpyN!oxa}f9 zi?T$1(Mv7M)lNBFS+0jLT;CSll9bpFLd$bin=Q2A!lLCOsAdrQDzO*a*U9tw%Gdl! z96=z=avX$CR=qfCipdX~3&<1V2}0EhRpR;tB}l?Uug$K^zcV|*X03Vt{sg-*|Koc=S=m>{WbK&aT43qqWkoz`|F?O7}8Wo|m7Cbme*rK%J z^-0h5IlfbXOkuNL^4tYsiNyC(sic=+q6oBj^&n2cOab_IHv>mkCf*3c=E+s=Yb@JqQ zCZ|qLohFC?^<8h7;#PA4Ip^%cyYpAB-IyzBzotP6?n^$+F3!CXug}h0x_ou+vPMw{ zgr)r7NM?$uC^x4BkT`QK>c7}lT+Uou%TAR}oh_Y=b^#fR?O%ubfwRPiuXLimwY^bh zh8jq=uA53LCq3Wq>=55nL%sF&RCm6h$P3+^baK{h^R}^Ktfs$jteC~j+Rt>-X89_s zkwDa-13(BRx`s%(sIgoq+mXXX9JTlQ{t0Kb*`%Mj$=ijkVIQhh($BX-{5t=s!v}#4Zn^RpNxZ8^9i0!7M4CO8A>+O(~bvXaLR(@AEW2vr4fT~)2ZS&_v_x;u=4yn$}Rcs7{p z8-6^p`_agOha(5>Wj05SJjfmS*OS8TFO6*9@LzMUJt^$@kbgYCRXFs?+Gj^TAKyCq z#*@*PpBd)2j&B?0*a?h=PCU&GJsZON&n1EH_O3DGCuc7d(pPPYE@@q)PXWmq=_&b^ z>SBG}BoyE8>{vBL9$4<~zu&R4YD$_XTe>Clx6WKsS=233Z99CgR#<#ibG`zUFawEFZYQ^;HPbg(Ala5an>A1`eLDCSowqjce_@ zao9V{K{qA;LlO#6KO_OAiV!Fg4MD&Zgq0|VdE_AEVvrv9?MkqvS~cc(FsKSl>)j}G+>|7m3JlktQ1 zil0_K-@Q40{)_S1-=F#2YhR34wywXwdA;(Zw;vDgc{I51;o!cH-n;jMt-(`|$M!!O zJNj_!=;m1Q!C>*}3(Md8q6n*PlF%}ZM+-u{2OKt#BGA$MWF z@!P^E_506W+?%#3mq{aiqO@+GM0eNdDML>Mz-BXH%z6sU?&!lDbbqa-VKz^92L1?J z%>b7XUAvPWsv)me9Z@y882UCf#%%mKh!VJmcyEthEvDks zljFsVAl?g#Q@l*wK6H}e>wTyk%~SUdt&OAGFuuwggQGt^{Gs#F<;~GU_hvp_*({uS zkU6uBRYY~Qn2-9aRVT2k)hOi#G4RN2RH#Dkg+vHg8q)8??&1+!aAQ`hvFK}n(7C@f z!~y(h*gVg@-VB`3LoMt&(nr^@agd0jl$zyhc<@(oIkeF W|7CXA9Ns>(*Bt(8s?R*D&HWpIip`n; literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c4184ddce4eeb8ea9025609cd169da0360f8497 GIT binary patch literal 736 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c26d59db8aa65e12cdd5ba16592a4d80d8aee62 GIT binary patch literal 2635 zcmbVNOKclO7@mFEYpy6$*ed;;uLWS$*mXoXLl2YKq+OUo%z52IsZR1 z|NamT2N8_B-~N{Q#)r_a1ndmXBewe~gdQRpC6G)dC}2c-Ub(=8BM=>j(QizwL4d@WEt{%-tg=cNW87&3ztW(TsnFpWz@sU$>iQ z7qOQQ-bIOk+zoS3?txh-^hRGQeisyBtz6!UxjJKMJy$T4%$zkQUfLnW;h~{Z$A^c8N5xb@wC1q*ju%z5u#`O} zniz}Y*WZ8h?f0f*PN*?eNn_2#W8%f>%dY(DTbHg(ODHnC+hLnpE}o6=Po$YEgLkQ9xuN3u3=T9PKiwgHZ2?Lc0Wv7ss& z27D4!Q$Q~OeF{|dMOPH%313PBA9A<3jDfLc`wCc9^_vh#&12i2l`>FD$!609Nwe9E zAr-(*NICUztphF~K0LnbDdh4!f59CS@EUgM9p9eFiNM{QQ!KpkGPxH_M9FTD)82p= zfQ(mQO2fB1$bDnr+ir*HA+mM_GDYsnGz$Y05&pAmx&(luC}oV~bc@jH^m2o-0^$x;7F!F&sBxTgP)yEhvZ?&ndZh64Yef z044Xj#l71T%N1k9FCl_$RW-WZnGD#3oG@`KBydzYK*dS4k!Dsfu zRQx_jI;qzlXJ^SBnw=GI zD%PARx$RPfh7*UzW$IZhN|t3Psl0{Fu`#!65_9LC5dwxrI<4xm9N&aF;AjjGQY4LS zpV)mrNk_cf(e^71Iz9$nAEeDGT4s-*DWeav-1q~=Q)_XqpGd(k;Z|x z%6KKUTwG@VgUv)WyT<|%fw z9r>F|%sL+|ag9(@i7TbbfksPv<#xTL4^XDuwBFoS!BqjkjdGZX^3`5f(rE9hMXHkk z=If}X(Q&YLvN{83p^jSrMRALz4h)n8Senn2LYqFs`AgK#ZJm|dD_4JPJF$frN+?g3 zE-yzKtsOOPh58~;jhC)0_m?LdZJo7_mA;jaA04T8N9%1-U`NVV8!WfnQl2P}Z~DP@ kGl;mra-`C--qKlFtR8YVyXB*(o-LlDMz{G+s@EyfpWRxLWdHyG literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab89726a0097ab524ff95bdef02650964178ee45 GIT binary patch literal 3228 zcmaJ@(Qg#T8K2qPy*n;v8*DJGWAG4C)z`qCV_GWQ*i9OsL2cZqhD184S+95Z%)v!MDpCw`5iQkf|y1%6`fYDmCsco(-qit8tS}PD~s zO}0>zzHdb9v(UAc4l&`n?3FX8U;ELI=kjvdDc`f*vT&!^_vVhP@gJUg^~CJl304X? zEFD^&FY=jLJBm)mh`GY=_9Rrl(wgM5R-z7FOJ7Jd=yCFsX9&5VYow8A=nWEQ>jJsj zr;`SmBRQ>pL#}>CV8otaOKx~Ja99{Ht5Wf6%qlYv(q%0`N`g`pxqxx$W-$?Rh$qiZ zm6-4T%;gN`SoD@%bo;u%t*=Q#$xNE!MFWCHSPcGn%XZ71H5YF+vKY8 z*Tf3FNoRAkl~fzcC0Z%fGFwR%U(1le2~0I(tB>C-*%NsRl&;B|oq&U(Dpy@F46)JPXwqACoUu$=#um=FIh(jjz2oyfrj&Cq3~&dg8Ij z!uT(S572k$nEr?40eX|<3=Whdagc(i;fo_5c@iptm||?6F}?#@t-hW;@IL6nImI|s zuR59i!gz(RYsBM1QaME&0qgU4Mv;8qCCl0>(I z^0LcA!7Ns)mhI3B0KjErL4?bxDaCeB685r?x}Z))&W61p4$Kc$Ty9&!9T%=&I;1E8 zWR@fWz*lf$k(=r`p(D~e3~Lql5L>qVstXH89=&#GTk~8WxYT8xmursasw7~LAq-yPcBJa+xq z-Q9a0ru2zqo9Nlp1EL!#-VdHO{5mCuLwgjun#3ib{h<5~EhgY5AVpo?1V&AVSdwbb zbw4`T9*t&m)dkzP1V|Rjn`%PBtC8x=cZV`BXK zcrNU~2xJt|x~-hUi(y;&qvmLT(r!gOxI{xlr!42>+b;f6{|!>29x&qu{SC#NHvjQqf^69^91GkSzq&veVJvT(XrqYY9}M){fI4SrVwN9i}OXY?=yX5;PK0`(Vm$ zMoFO6_x7q=hg9E1>+e7X_#GI&7OodR92mbh`0RT4=Zo)Lyfb$6_Sn(Q{l_+so!K0H zb8GOe&FowE(*3_3xH7P=-%gKjq_)!I|4T#6`9b)#i%@;p>jZQ{d-`=3zhJ-Y&7!ER z$t+4G;m^T(PvPvIZP6?49!Fyam3%wgAKKfTzCOLN=e^|L^nYakp4}RnzLTE*AU&;K z5SI?TK>tE>`iFLiNI7;0r~EbSB;VgIo_)skJB%yyKjbn13VCz0vqrQq4c4arh0ogLkAy? c^wHGkEJL4vNTB+3WG9`u_U2~<{^ZjC1>v0i^Z)<= literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50d9d7fbb8bb01edaba538713f14f74451b987f7 GIT binary patch literal 4722 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da0b70caf2ad76b7b35ab81fbe3a05701fc48175 GIT binary patch literal 38467 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 Ob?p6L0`3?$`u_rM@2>d( literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1062e3e930236761c9e19b490a2616862215e486 GIT binary patch literal 1571 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 Jfgg6T{ttWUq}2cb literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..057ffa92629f0b2265b1dc9b3cbf6af71183b73a GIT binary patch literal 8196 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 Il)eQ25BW|a`Tzg` literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af36d024e6a37600259c2600d188cc1bf8e97ae4 GIT binary patch literal 33013 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 Uck;m}#W)C 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..4c1a062 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..aa6f760 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..9255ca2 --- /dev/null +++ b/yap_lab_3/.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', + '\\

' : '\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', + '\\

' : '\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', + '\\

' : '\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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8d37e0fc7c97f2e72f5e5600fec83816234f9976 GIT binary patch literal 37981 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, + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..f19e993 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b266ce240df5ad1eeb37de1d99f13023d180e81 GIT binary patch literal 6955 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 LGxl+upyYo5J5R;+ literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1894941bbb342871f046e0196ef820b07cbfea6b GIT binary patch literal 4217 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..783f76360be8e3fff65e553d458e773d7f3c460c GIT binary patch literal 7334 zcmbtZZ%`Z8cHfnDrPV(WAV5OcY{0=5w#6TlIOf@LY_Ks&AbrMpc>(i;U{_cmBxQGH zjIt!2X*wfZUX7B@ATqCm+;+xz^5KzB&(jZ`^iw}{reh(yXm;EQop#!J)9IAp*DwCm zbMNj7kcIo9cSd*bz31F>|DE$Y=U)AT!(k;Lef2m0Ikj6u5dVrQdZM+$i)&C=Avj`$ z;7HC8AxB8~8Y6~TgydHldM0D> zc_BP?OX^{J^&;EV(ed`_u8yv5c4D5DZt?6NX_H_jJ~(@d6?vY$^zn^rA6*~z<8gW- z;YmI!@;&V3;XalA;Xv<|q2VidV2+o9;fUzB{vIuG$VV!c;>>&o#XiMLfr(fw5{Shm z#fEC(sDvvO{b;F0=1Fyf)ZCy|Uc3*56@n*Vzljk8M~)ad!w5A+aK^tRN9ZYH#Kciw z5hG@fhMYmWJ!0X^kXtzhavNuX+|F4ccg)*-cEJP!gH0fR-zKtBYzCId&V{90+D`J~ zWH8Q)Kw&3u1*20u+N-d@PR1gz+rcOYi;qgID9uNBZNL3~_BNbgI2H|Z9MARiuwDMn zPW3DqJln4v^00of^PEPW13HVfwaV%;a&kE_r4LBOygr<-X`BUsM6<@A3v_O9UmX}X;U4ajYVT(JUGd7dm|2n z;P53hoFpV*ydsaf)VXjZg2soraC_sh;!Dv z0g<6#MBFcPP6)>L1bzZF+!r4Y5+ug?$#5tP6H}$Ju@E{oAvlR`itP)F!HEcv!^Jgr z6nCh&XRwwIyb!ei3XM(5XA~IF7=@OQvMLnHCrM2^(FY-f4Sp~F9kLZdD$=HP9fo#2 z$wY_@6EgYNEr1{f9V28SprHkEkjKbT`*Whj!FdLlV18NQ6gcA8kNHJ?R zB%1gChhJsys?2Y`)>3BaU+ay!7P2FmSN75spvl`vqk{vdGq^%b55q8Nhg zF7ceH+F}}VOhcwS$DGWb-DFPwTSIGhZo~eV%Qy6vQhDLj@k0ojN!UtC`t5x{m>VR4u z7*haRuup;Z+0oAz#*!3##}sNJ7U2|ASPFvsRm>ApI@6%WG&nluqp&$CG&T>#q$;dX z4U_RPf(t&1S>UGu> zT%cr%Bavp_C70~7p{!b)z;baIz4SlSl*QJ zb&Z*;-~4KqAT95csVfD0&Hcf}!OW@k+FXNw!<}n5_xMV#;nEL%xrS@c>;pd;5#MVx zAp`S4sC$Pjhr1k!P-)T-04_DbITii9-UjD$2<~#^%vl0t3kJAf81IlG`cmaFI%G(~ z{_dSCKGWYLU`?9e6yIdKIaX+ent)W#XAqpI+@_WhZU`qK)4VH&0>u%)XRG<_WMk>+ z?5B>R&KDp9RAB7)?f2{%5?t1=?FFXtzGKm`9L{z>JpbVQMrW?2d$Z-jW7lR&?+?{K z-1z&Oe|Pgq^YvWa^=HiRs~e3}9-CY%nALuhJ7gnCeFO9_Hc1Mklq7J825@P{1ta_@ z`4E_&>4S|)OGVS-Cz|RK5;A(|e-K$~+n?g}4h)Q~1H7JcV4#SF#V7nOVmT#<# zrbn}`d~IvK>Nvn2_|x;>o==HikIp^vZru3Yr{8~? z^S%4TeG%NFvp#br+qe4R`dhiij-0bIZ3YZ=bnTc3PgBuGi6N&h%QknPXl{w{TXS4)Hh%0A&Cu_+v0Vqg3<_ zvQdYN{cYu91wHoA`H{yE$t9m`EXU2+biV1L(G<6a&}DIUWb9>k$H7(Tvo9BM=n}wa z%kI8xckCtUPg-t{q6>ca z+fX~Mk-E-8Wn8Pg-2s&^w945lV@gFL8lH@Cd_aBL!2qC;cN8NCO&US=OL7cC8;F?W z5qKC8&cIw06CXu=6cfkeFP(_TdBI0(C?N57B!xonY>>lrKv*;^qR>!<8x%!@>r_V! zAP(_W*SViM2OY#s$iQ`0*4&pDqsyD_&-7*+^DeE7+Vyg8)|+>o)_G8Q z$3j>f$ZT9GYTM=BB}|sfWUB9ZW%Y9RpU(fLH%mRVJ+S?iBj4x;>4mz6m6`O+ljg2` z-I*V2z3E?k^UF*yGqGbN>zn_hwlV!lW;pw1zV^hAwGHWyzxiaxOjNmc7{cASB7?2= zt+#HR+4yWj*f^VO>v=q!YkMzWe<@AvIMArb-d!o1YNAD@hBYEjicPc|a(rDaW1@TE zEeXD=Y`|3X^T0t&m-Fvc&|XHx56C9_h-Gr@^1jd=WG{NJLwl@F||AjqsSue{ORbL7tA$L`hWV0>>U8jW) zWRoxeoamZYl4NtaM<4)0Z5H}>fsq-GMld4`A96bMbbX0%s6r&e$fi&c*mQX$5p6Fo z=l?g)J^8RQwB03XZ)E_N-@{ntw8#VP|A!WFaQ=bf`7QlZ`L*nghC=xRJ^q^lEnK>S z;3ZrWQ31oh^jq|F}ka(=winqaDXTve_EiXeST2t5)exr>RnaqnVu}X^ z_y=HWh^Um|9+LD4=p(*m zY%$&(!o7HXGo+E4CRd4p=oaf}?`_Spkw)@DI z`$W!tV%?Q@`*(>dN82)0sHtB$mp+&I?CT3CF1xsTalJe5?O5*nmm2r#Ff?s>Pv^X+ z*SX)$JeqlYEbqUV_rAB>he96V>tw;*wB}fKWG5a@J(yZgY;cczpZMR)w_bYYzP#=7 zt_-FJv&XiYyK~Lm5S@*FKl+0!|JK!fbN^GZ1pP}v>`e3l4CG>SP8;9`@|OrZwF46jx}krx#UdH_I8B7Qo>FG{L5VjbMm zvJp7VM+6>IeS1Rh1NhGxq^I~c`4#b#!9_DWrwDt^-9DwF^=^N`S$%h4m$K50yA3Y- z)UMx5zfbPE4D=0h*Xp9{cl}P<^`e!fo3Lb`MfepG`!;0CQF!$AYmdJ0v|IX5ocen0 zDa(|Q!V&d38@YOT$qob~5qROobDlsWAjre(c*&esx9nXZ1Z@aDMPwu3SxNFI14B|T kTm)(VXQKN@;^MZ=`^4IK*Zc?5FAZeV@~8hppf48ozY&OVSO5S3 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b97f838525306ac3a0ab35a00a9bab5ed634c56 GIT binary patch literal 41099 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4c7a6dcb9101e88c7f8b11e67a534193fec785b GIT binary patch literal 28655 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 B11|so literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fa5c88dece1b0605e105578aaa5b23d90ef66dc GIT binary patch literal 6901 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a29575545ac2b397cae1300841bf62c0c7d0ecc GIT binary patch literal 2970 zcmcImO>7(25q|qeE-A{CC0f>>?Ps}>L(5sZa;(IXLNu{u$4cZHRg)C#53%GfskK&1 zc6TY8^wJej9VkPnrIYBBRUkl}`cU^4^xji1rtBi@HU||&4@EDM)m(h)ytgDH2yAbC zz`lJuGjC?z%r~>|Po14X1Y_k7|H}SWMCkA2qdA1eV*h8b*hC6SAcav_ompfPEQ1s- z%Op4!sl38JWjt9$px?gMw_jruf+}PfMO;$Wxj7|9b?f(6#1%44UvQq5^w5aIRqI3%2CR zO{8=AqN!!)?FoFPxx`}^E{wl5c46#ooGM~_Ud6W>eqmdc7tdo$Rq^|u{P4r?|6op{ z<|cG4ts0g(fj^kL>hV9mab^1E+%&bXsJ5)>mK6LaIdhb811nR4NYH=^M5Ezb~?fj<}p9jh&Qc;2dII{`>SYZ>q!YO=y5K^VGm>4hLlz4LQu`%&!;* z!3rf?QUD^N>(IE0emalPPe7{7mN|tf^Y91`#H}AB%^?S(cRO%s6MQx$nh-2?f(B?6 zj!*(F)gVv}LD1l9aQz3kVv8GSaDxZ99W8FC!R>5u!A6FK(~!&^8V)-Jlr>-#QS``7 z7r8<@r{~O4WXgg7<4l%*zBhd4UU@iP@=wJGIqveQoUW9(sZ_kgPsLJk*QePs)I5+h zO48zPpg>ZsYlaHc0;Lw>QNbj2>WayvW@vUY>G~|Y2=(L&^zHgQ>_>erZ>f65_2=?7 zfCBgwW+pi&k(Eu`{j&%6 z>s`m5_s72KAFuU~KP!Cs+3)Ya=)YF$y0$LVdrxhh*~qPPMDo)IWss~M+c-iPLse@- z_ZUBV@Qe10A8&_Gx8V$*ebTcvRJr=_qt%b9!glE7-YIa-1SFv}iE49@KNanUpVJZm zfN~0e&0*VhMTKobl7T`1cmp0OyoIvQ5db!=f@rEoXo)cg9ibhd0LcG+53>fl9Ddl~S-XnhpzHw(KQYcSW+Wi+L4_$9n;_pt?a?YAH3V8Lmjzq>xC{qIJ}& zCAZ5f#$>@z4bsk)(i?3H>#*2+pvw9yOv{MWi@)A;ydv(1;fI~8o$HyG;)$K1v#(Gv zaJo@g-N&o;<9m8K7lY%q zuJH~3-+Bh>qp{yjelhv%Zf*2?waA<6Gh1RkGPpUrF}ro{$(`Ep_?LaP;rCxgKKOb- zdQx~XaB1CNAH*Bt?lEv+uMdTK>SxaWX7bmQPwv*vyju(5%1l+Phk72)uFh7^ZQZF2 zNYDCe1D9WhCYndc{#iUp%kE}0Kw6n0FRIYWg307!PATYQ9ZDvDUXb+$$Dd3pxipY@ zLU8@iD`g9sUVtQwkSyA_%u$Hh7l^9%x*6%&^p`tCLP{Ff3fg0NLEH_Y(7^K5dbqdR z`TWSp^7VRG_wtQbd_<7;&-V(a8t#c^4EDGu;hG^et{HHRIDDz}dNMdE>pD2e^u9x3M;$RQ5|>ENp&q^#r@S-A&3A!D{|c04U1W9z?kKz531=F)xQ|%o^uL4eFsG`Qzd`V#w*CWjKli)< literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64e3dc7d6dad2dbc3539435bc46fa4c512a3cd55 GIT binary patch literal 13826 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..573fc6d05f278b66a4017583a8a08664537403be GIT binary patch literal 9153 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 literal 0 HcmV?d00001 diff --git a/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..924ac5e7c708ea25d95ae69ec7ef425ef868d829 GIT binary patch literal 15159 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 c;)VFGk2w1KQLn9y@8RdxZ~rAn3AX`` 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..5a05bd9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..5c8a958 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..7aa938f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..e87698d --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,268 @@ +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..6ae05d3 --- /dev/null +++ b/yap_lab_3/.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]: + return self + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..95267b0 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..2eba1b9 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,661 @@ +"""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=coord.Y, col=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=screen_size.Y, col=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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..7520a9f --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..2e94ff6 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..330dcc5 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,312 @@ +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. + style (StyleType, optional): An optional style to apply to the background. Defaults to None. + """ + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..7de86ce --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,241 @@ +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[0-?])| +(?:\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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..022284b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..0511a9e --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..a854622 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,174 @@ +from __future__ import annotations + +from functools import lru_cache +from typing import Callable + +from ._cell_widths import CELL_WIDTHS + +# Ranges of unicode ordinals that produce a 1-cell wide character +# This is non-exhaustive, but covers most common Western characters +_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [ + (0x20, 0x7E), # Latin (excluding non-printable) + (0xA0, 0xAC), + (0xAE, 0x002FF), + (0x00370, 0x00482), # Greek / Cyrillic + (0x02500, 0x025FC), # Box drawing, box elements, geometric shapes + (0x02800, 0x028FF), # Braille +] + +# A set of characters that are a single cell wide +_SINGLE_CELLS = frozenset( + [ + character + for _start, _end in _SINGLE_CELL_UNICODE_RANGES + for character in map(chr, range(_start, _end + 1)) + ] +) + +# When called with a string this will return True if all +# characters are single-cell, otherwise False +_is_single_cell_widths: Callable[[str], bool] = _SINGLE_CELLS.issuperset + + +@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. + """ + if _is_single_cell_widths(text): + return len(text) + return sum(map(get_character_cell_size, text)) + + +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) + if _is_single_cell_widths(text): + return len(text) + return sum(map(get_character_cell_size, text)) + + +@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. + """ + codepoint = ord(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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..e2c23a6 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,621 @@ +import re +import sys +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 = sys.platform == "win32" + + +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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..5728845 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2661 @@ +import inspect +import os +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 = sys.platform == "win32" + +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() # type: ignore[union-attr] +except Exception: + _STDIN_FILENO = 0 +try: + _STDOUT_FILENO = sys.__stdout__.fileno() # type: ignore[union-attr] +except Exception: + _STDOUT_FILENO = 1 +try: + _STDERR_FILENO = sys.__stderr__.fileno() # type: ignore[union-attr] +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 + + streams = _STD_STREAMS_OUTPUT if WINDOWS else _STD_STREAMS + for file_descriptor in streams: + try: + width, height = os.get_terminal_size(file_descriptor) + except (AttributeError, ValueError, OSError): # Probably not a terminal + 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) + 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, + highlight=highlight, + 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 on_broken_pipe(self) -> None: + """This function is called when a `BrokenPipeError` is raised. + + This can occur when piping Textual output in Linux and macOS. + The default implementation is to exit the app, but you could implement + this method in a subclass to change the behavior. + + See https://docs.python.org/3/library/signal.html#note-on-sigpipe for details. + """ + self.quiet = True + devnull = os.open(os.devnull, os.O_WRONLY) + os.dup2(devnull, sys.stdout.fileno()) + raise SystemExit(1) + + 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 + + try: + self._write_buffer() + except BrokenPipeError: + self.on_broken_pipe() + + def _write_buffer(self) -> None: + """Write the buffer to the output file.""" + + with self._lock: + if self.record and not self._buffer_index: + 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, "w", 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, "w", 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, "w", 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..901ff8b --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..6c0d732 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,191 @@ +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="yellow"), + "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), + "traceback.error_range": Style(underline=True, bold=True, dim=False), + "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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/yap_lab_3/.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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..83bc911 --- /dev/null +++ b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,88 @@ +"""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 f"{size:,} bytes" + + 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/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/yap_lab_3/.venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..e4c462e --- /dev/null +++ b/yap_lab_3/.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